http://www.dfki.de/~cullrich/instrucionalobjects.owl#hasField
Corresponds to the personal interests or major field of study (university setting) of the learner.
DOMAIN | PROPERTY | RANGE |
---|---|---|
instrucionalobjects.owl:InstructionalObject , Blank node (see implementation) | instrucionalobjects.owl:hasField | owl:Thing (inferred) |
@prefix : <http://www.dfki.de/~cullrich/instrucionalobjects.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:hasField a owl:DatatypeProperty ;
rdfs:comment "Corresponds to the personal interests or major field of study (university setting) of the learner."^^xsd:string ;
rdfs:domain :InstructionalObject ;
rdfs:range [ a owl:DataRange ;
owl:oneOf ( "biology"^^xsd:string "economics"^^xsd:string "engineering"^^xsd:string "law"^^xsd:string "mathematics"^^xsd:string "physics"^^xsd:string "chemistry"^^xsd:string ) ] .