@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://linkedscience.org/teach/ns#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://dbpedia.org/ontology/> . @prefix ns2: <http://dbpedia.org/page/> . ns0:academicTerm ns1:related ns2:Academic_term ; a owl:ObjectProperty ; rdfs:comment "academicTerm is an abstract property to express the academic term (e.g. Summer 2011) of the course/seminar."@en ; rdfs:domain owl:thing ; rdfs:isDefinedBy ns0:academicTerm ; rdfs:label "academicTerm"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://linkedscience.org/teach/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://dbpedia.org/ontology/> .
@prefix ns2: <http://dbpedia.org/page/> .

ns0:academicTerm
    ns1:related ns2:Academic_term ;
    a owl:ObjectProperty ;
    rdfs:comment "academicTerm is an abstract property to express the academic term (e.g. Summer 2011) of the course/seminar."@en ;
    rdfs:domain owl:thing ;
    rdfs:isDefinedBy ns0:academicTerm ;
    rdfs:label "academicTerm"@en .