@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#example rdf:type owl:AnnotationProperty . ### https://www.commoncoreontologies.org/ont00001760 rdf:type owl:AnnotationProperty . ################################################################# # Object Properties ################################################################# ### https://www.commoncoreontologies.org/ont00001868 rdf:type owl:ObjectProperty ; rdfs:domain . ### https://www.commoncoreontologies.org/ont00001914 rdf:type owl:ObjectProperty ; rdfs:range . ################################################################# # Classes ################################################################# ### http://purl.obolibrary.org/obo/BFO_0000001 rdf:type owl:Class . ### https://www.commoncoreontologies.org/ont00000203 rdf:type owl:Class ; rdfs:subClassOf . ### https://www.commoncoreontologies.org/ont00000293 rdf:type owl:Class ; owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ; rdf:type owl:Class ] ; rdfs:subClassOf ; owl:disjointWith , , ; rdfs:comment "Four of the subtypes of measurements used here (Interval, Nominal, Ordinal, and Ratio) were originally defined by S.S. Stevens in the article \"On the Theory of Scales of Measurement\" in Science, Vol. 103 No. 2684 on June 7, 1946. For an introductory article with links to additional content including criticisms and alternate classifications of measurements see https://en.wikipedia.org/wiki/Level_of_measurement"@en ; rdfs:label "Nominal Measurement Information Content Entity"@en ; "A Measurement Information Content Entity that consists of a symbol that classifies Entities according to some shared, possibly arbitrary, characteristic."@en ; "The sentence \"January 20, 1985 was a cold day in Chicago, IL\" is the carrier of a nominal measurement."@en , "a measurement that classifies automobiles as sedans, coupes, hatchbacks, or convertibles" , "a measurement that classifies military intelligence as strategic, operational, or tactical" , "a measurement that classifies rocks as igneous, sedimentary, or metamorphic" ; "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001010 rdf:type owl:Class . ### https://www.commoncoreontologies.org/ont00001022 rdf:type owl:Class . ### https://www.commoncoreontologies.org/ont00001163 rdf:type owl:Class . ### https://www.commoncoreontologies.org/ont00001364 rdf:type owl:Class . ### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi