@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 . ### http://www.w3.org/2004/02/skos/core#scopeNote rdf:type owl:AnnotationProperty . ### https://www.commoncoreontologies.org/ont00001760 rdf:type owl:AnnotationProperty . ################################################################# # Object Properties ################################################################# ### https://www.commoncoreontologies.org/ont00001777 rdf:type owl:ObjectProperty . ################################################################# # Classes ################################################################# ### https://www.commoncoreontologies.org/ont00000027 rdf:type owl:Class ; rdfs:subClassOf . ### https://www.commoncoreontologies.org/ont00000402 rdf:type owl:Class . ### https://www.commoncoreontologies.org/ont00000517 rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Act of Communication by Movement of Information Bearing Artifact"@en ; "An Act of Communication in which some Material Artifact is used to transfer an Information Bearing Entity from sender(s) to receiver(s)."@en ; "An Act of Communication by Movement of Information Bearing Artifact is distinguished by the fact that the Information Content Entity is transferred in virtue of its Information Bearing Artifact being transferred; as opposed to a new copy of the Information Content Entity being created in another bearer. Additional examples include passing notes in class, going door-to-door distributing pamphlets, lending/borrowing your physical copy of a book, etc."@en ; "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001330 rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] . ### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi