@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 . ################################################################# # Classes ################################################################# ### https://www.commoncoreontologies.org/ont00000402 rdf:type owl:Class . ### https://www.commoncoreontologies.org/ont00000875 rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Act of Personal Communication"@en ; "An Act of Communication that the sender intends to be received by a small audience."@en ; "An Act of Personal Communication is distinct from an Act of Mass Media Communication only in terms of the size of the intended audience. The use of media typically need not require that the communication have a large audience, e.g., a Radio Broadcast on an obscure frequency that you use to communicate with your best friend."@en ; "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi