@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/ont00001912 rdf:type owl:ObjectProperty ; rdfs:range . ### https://www.commoncoreontologies.org/ont00001997 rdf:type owl:ObjectProperty ; rdfs:domain . ################################################################# # Classes ################################################################# ### https://www.commoncoreontologies.org/ont00000275 rdf:type owl:Class ; rdfs:subClassOf . ### https://www.commoncoreontologies.org/ont00000398 rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Reference System"@en ; "A Descriptive Information Content Entity that describes a set of standards for organizing and understanding data of the specified type or domain."@en ; "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000853 rdf:type owl:Class . ### https://www.commoncoreontologies.org/ont00001205 rdf:type owl:Class ; rdfs:subClassOf . ### https://www.commoncoreontologies.org/ont00001328 rdf:type owl:Class ; rdfs:subClassOf . ### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi