@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#altLabel rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#definition rdf:type owl:AnnotationProperty . ### https://www.commoncoreontologies.org/ont00001754 rdf:type owl:AnnotationProperty . ### https://www.commoncoreontologies.org/ont00001760 rdf:type owl:AnnotationProperty . ################################################################# # Classes ################################################################# ### https://www.commoncoreontologies.org/ont00000275 rdf:type owl:Class . ### https://www.commoncoreontologies.org/ont00001351 rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Cartesian Coordinate System"@en ; "Rectangular Coordinate System"@en ; "A Spatial Reference System that identifies each point in a spatial region of n-dimensions using an ordered n-tuple of numerical coordinates that are the signed (i.e. positive or negative) distances measured in the same unit of length from the zero point where the fixed perpendicular Coordinate System Axes meet."@en ; "https://en.wikipedia.org/w/index.php?title=Cartesian_coordinate_system&oldid=1058613323"^^xsd:anyURI ; "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ################################################################# # Individuals ################################################################# ### https://www.commoncoreontologies.org/ont00001648 rdf:type owl:NamedIndividual , . ### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi