http://www.dfki.de/~cullrich/instrucionalobjects.owl#hasTypicalLearningTime
Approximate or typical time it takes to work with the resource.
DOMAIN | PROPERTY | RANGE |
---|---|---|
instrucionalobjects.owl:InstructionalObject | instrucionalobjects.owl:hasTypicalLearningTime | xsd:duration |
@prefix : <http://www.dfki.de/~cullrich/instrucionalobjects.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:hasTypicalLearningTime a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:comment "Approximate or typical time it takes to work with the resource."^^xsd:string ;
rdfs:domain :InstructionalObject ;
rdfs:range xsd:duration .