@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology . ################################################################# # Annotation properties ################################################################# ### http://www.w3.org/2004/02/skos/core#definition rdf:type owl:AnnotationProperty . ### https://www.commoncoreontologies.org/ont00001760 rdf:type owl:AnnotationProperty . ################################################################# # Object Properties ################################################################# ### https://www.commoncoreontologies.org/ont00001824 rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:label "is excerpted from"@en ; "An Information Bearing Entity b1 is excerpted from another Information Bearing Entity B2 iff b1 is part of some Information Bearing Entity B1 that is carrier of some Information Content Entity C1, B2 is carrier of some Information Content Entity C2, C1 is not identical with C2, b1 is carrier of some Information Content Entity c1, b2 is an Information Bearing Entity that is part of B2 and b2 is carrier of c1 (i.e. the same Information Content Entity as borne by b1)."@en ; "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ################################################################# # Classes ################################################################# ### https://www.commoncoreontologies.org/ont00000253 rdf:type owl:Class . ### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi