http://www.dfki.de/~cullrich/instrucionalobjects.owl#hasLearningContext
Describes the educational context of the intended target audience of a resource.
DOMAIN | PROPERTY | RANGE |
---|---|---|
instrucionalobjects.owl:InstructionalObject | instrucionalobjects.owl:hasLearningContext | xsd:string |
@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#> .
:hasLearningContext a owl:DatatypeProperty ;
rdfs:comment "Describes the educational context of the intended target audience of a resource."^^xsd:string ;
rdfs:domain :InstructionalObject ;
rdfs:range xsd:string .