@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/ont00001877 rdf:type owl:ObjectProperty ; rdfs:domain . ### https://www.commoncoreontologies.org/ont00001964 rdf:type owl:ObjectProperty ; rdfs:range . ################################################################# # Classes ################################################################# ### http://purl.obolibrary.org/obo/BFO_0000001 rdf:type owl:Class . ### https://www.commoncoreontologies.org/ont00000293 rdf:type owl:Class ; owl:disjointWith . ### https://www.commoncoreontologies.org/ont00001010 rdf:type owl:Class ; owl:disjointWith . ### https://www.commoncoreontologies.org/ont00001022 rdf:type owl:Class ; owl:disjointWith . ### https://www.commoncoreontologies.org/ont00001163 rdf:type owl:Class . ### https://www.commoncoreontologies.org/ont00001364 rdf:type owl:Class ; owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ; rdf:type owl:Class ] ; rdfs:subClassOf ; 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 "Interval Measurement Information Content Entity"@en ; "A Measurement Information Content Entity that places a Quality of an Entity onto some interval scale having no true zero value."@en ; "The sentence \"The temperature reached -27 degrees Fahrenheit on January 20, 1985 in Chicago, IL.\" is the carrier of an interval measurement as 0 degrees on the Fahrenheit scale does not describe absolute zero."@en ; "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi