# baseURI: http://qudt.org/2.0/schema/qudt
# imports: http://www.linkedmodel.org/schema/dtype
# imports: http://www.linkedmodel.org/schema/vaem
# imports: http://www.w3.org/2004/02/skos/core

@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dtype: <http://www.linkedmodel.org/schema/dtype#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix quantitykind: <http://qudt.org/vocab/quantitykind/> .
@prefix qudt: <http://qudt.org/schema/qudt/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix voag: <http://voag.linkedmodel.org/schema/voag#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

dct:abstract
  rdf:type owl:AnnotationProperty ;
  rdfs:isDefinedBy dct: ;
  rdfs:label "abstract" ;
  rdfs:range xsd:string ;
.
dct:author
  rdf:type rdf:Property ;
  rdfs:range xsd:string ;
.
dct:contributor
  rdf:type rdf:Property ;
  rdfs:range xsd:string ;
.
dct:created
  rdf:type rdf:Property ;
  rdfs:label "created" ;
  rdfs:range xsd:date ;
.
dct:creator
  rdf:type owl:AnnotationProperty ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "creator" ;
  rdfs:range xsd:string ;
.
dct:description
  rdf:type rdf:Property ;
  rdf:type owl:AnnotationProperty ;
  rdfs:label "description" ;
  rdfs:range xsd:string ;
.
dct:modified
  rdf:type rdf:Property ;
  rdfs:label "modified" ;
  rdfs:range xsd:date ;
.
dct:rights
  rdf:type owl:AnnotationProperty ;
  rdfs:label "rights" ;
  rdfs:range xsd:string ;
.
dct:source
  rdf:type owl:AnnotationProperty ;
  rdfs:isDefinedBy dct: ;
  rdfs:label "source" ;
  rdfs:range xsd:anyURI ;
.
dct:subject
  rdf:type owl:AnnotationProperty ;
  rdfs:label "subject" ;
  rdfs:range xsd:string ;
.
dct:title
  rdf:type owl:AnnotationProperty ;
  rdfs:label "title" ;
  rdfs:range xsd:string ;
.
<http://qudt.org/2.0/schema/qudt>
  rdf:type owl:Ontology ;
  vaem:hasGraphMetadata vaem:GMD_QUDT-SCHEMA ;
  rdfs:label "Quantities, Units, Dimensions and Types (QUDT) Schema" ;
  owl:imports <http://www.linkedmodel.org/schema/dtype> ;
  owl:imports <http://www.linkedmodel.org/schema/vaem> ;
  owl:imports <http://www.w3.org/2004/02/skos/core> ;
  owl:versionIRI <http://qudt.org/2.0/schema/qudt> ;
.
qudt:Acronym
  rdf:type owl:Class ;
  qudt:description "<strong>qudt:Acronym</strong> is a sub-class of <em>qudt:Term</em>. The need for a class for acronyms arises because of the need to hold knowledge of where an acronym is used."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Acronym" ;
  rdfs:subClassOf qudt:Term ;
.
qudt:Attribution
  rdf:type rdfs:Class ;
  qudt:description "Attribution instances are used to give credit to the owner of used or referenced information."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Attribution" ;
  rdfs:subClassOf qudt:Statement ;
  rdfs:subClassOf prov:Attribution ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:url ;
    ] ;
.
qudt:BaseUnit
  rdf:type owl:Class ;
  qudt:description "A <em>Base Unit</em> is a unit adopted by convention for a base quantity."^^rdf:HTML ;
  qudt:fieldCode "U-000" ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Base Unit" ;
  rdfs:subClassOf qudt:Unit ;
  owl:disjointWith qudt:DerivedUnit ;
  prov:wasInfluencedBy <http://aurora.regenstrief.org/~ucum/ucum.html#section-Base-Units> ;
  prov:wasInfluencedBy <http://dbpedia.org/resource/Category:SI_base_units> ;
.
qudt:BinaryPrefixUnit
  rdf:type owl:Class ;
  qudt:description "A <em>Binary Prefix Unit</em> is a unit prefix for multiples of units in data processing, data transmission, and digital information, notably the bit and the byte, to indicate multiplication by a power of 2."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Binary Prefix Unit" ;
  rdfs:subClassOf qudt:PrefixUnit ;
  skos:exactMatch <http://dbpedia.org/resource/Binary_prefix> ;
  prov:wasInfluencedBy "https://en.wikipedia.org/wiki/Binary_prefix"^^xsd:anyURI ;
.
qudt:BinaryScaledUnit
  rdf:type owl:Class ;
  qudt:description "A <em>Binary Scaled Unit</em> specifies a binary multipler for scaling."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Binary scaled unit" ;
  rdfs:subClassOf qudt:ScaledUnit ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:BinaryPrefixUnit ;
      owl:onProperty qudt:hasMultiplier ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:hasMultiplier ;
    ] ;
.
qudt:CGS-DimensionVector
  rdf:type owl:Class ;
  qudt:description "A <em>CGS Dimension Vector</em> is used to specify the dimensions for a C.G.S. quantity kind."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "CGS Dimension vector" ;
  rdfs:subClassOf qudt:QuantityDimensionVector ;
.
qudt:CGS-Unit
  rdf:type owl:Class ;
  qudt:citation "http://scienceworld.wolfram.com/physics/cgs.html" ;
  qudt:citation "https://en.wikipedia.org/wiki/Centimetre%E2%80%93gram%E2%80%93second_system_of_units" ;
  qudt:citation "https://www.unc.edu/~rowlett/units/cgsmks.html" ;
  qudt:description """<p>The C.G.S. System of Units defined four units of measure as a basic set from which all otherC.G.S units are derived. These are: </p>
<ol>
<li>length: cm = centimetre; </li>
<li>mass: g = gram;</li>
<li> time: s = second; </li>
<li> luminous intensity: cd = candela, originally new candle.</li>
</ol>"""^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "CGS Unit" ;
  rdfs:subClassOf qudt:StandardsUnit ;
.
qudt:Citation
  rdf:type owl:Class ;
  qudt:description "Provides a simple way of making citations."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Citation" ;
  rdfs:subClassOf qudt:Concept ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:description ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:url ;
    ] ;
  skos:prefLabel "Citation" ;
.
qudt:Concept
  rdf:type owl:Class ;
  qudt:description "The root class for all QUDT concepts."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "QUDT Concept" ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:Concept ;
      owl:onProperty voag:supersededBy ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:Rule ;
      owl:onProperty qudt:hasRule ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:int ;
      owl:onProperty qudt:description ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:abbreviation ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:figure ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:id ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:isoNormativeReference ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:longDescription ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty vaem:title ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:figure ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:url ;
    ] ;
.
qudt:ConstantValue
  rdf:type owl:Class ;
  qudt:description "Used to specify the values of a constant."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Constant value" ;
  rdfs:subClassOf qudt:Concept ;
.
qudt:CountingUnit
  rdf:type owl:Class ;
  qudt:description "Used for all units that express counts. Examples are Atomic Number, Number, Number per Year, Percent and Sample per Second."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Counting Unit" ;
  rdfs:subClassOf qudt:DimensionlessUnit ;
  rdfs:subClassOf qudt:ResourceUnit ;
  skos:closeMatch <http://dbpedia.org/resource/Category:Units_of_amount> ;
.
qudt:DecimalPrefixUnit
  rdf:type owl:Class ;
  qudt:description "A <em>Decimal Prefix Unit</em> is a unit prefix for multiples of units that are powers of 10."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Decimal Prefix Unit" ;
  rdfs:subClassOf qudt:PrefixUnit ;
.
qudt:DecimalScaledUnit
  rdf:type owl:Class ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Decimal scaled unit" ;
  rdfs:subClassOf qudt:ScaledUnit ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:DecimalPrefixUnit ;
      owl:onProperty qudt:hasMultiplier ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:hasMultiplier ;
    ] ;
.
qudt:DerivedCoherentUnit
  rdf:type owl:Class ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Derived coherent unit" ;
  rdfs:subClassOf qudt:DerivedUnit ;
  owl:disjointWith qudt:DerivedNonCoherentUnit ;
.
qudt:DerivedNonCoherentUnit
  rdf:type owl:Class ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Derived non coherent unit" ;
  rdfs:subClassOf qudt:DerivedUnit ;
  owl:disjointWith qudt:DerivedCoherentUnit ;
.
qudt:DerivedUnit
  rdf:type owl:Class ;
  rdf:type owl:DeprecatedClass ;
  qudt:description "A DerivedUnit is a type specification for units that are derived from other units."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Derived Unit" ;
  rdfs:subClassOf qudt:Unit ;
  owl:disjointWith qudt:BaseUnit ;
  skos:exactMatch <http://dbpedia.org/resource/Category:SI_derived_units> ;
.
qudt:Dimension
  rdf:type owl:Class ;
  qudt:description "A \"dimension\" is a relationship between a quantity system, a quantity kind of that system, and one or more dimension vectors. The dimension of a quantity can be expressed as a product of basic dimension vectors for each of the system's base quantiy kinds, such as mass, length and time. The vector's magnitude determines the exponent of the base dimension for the referenced quantity kind."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Dimension" ;
  rdfs:subClassOf qudt:QuantityDimensionVector ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:DimensionVector ;
      owl:onProperty qudt:hasDimensionVector ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:DimensionVector ;
      owl:onProperty qudt:hasDimensionVector ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:QuantityKind ;
      owl:onProperty qudt:hasReferenceQuantityKind ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:QuantityKind ;
      owl:onProperty qudt:hasReferenceQuantityKind ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:SystemOfQuantities ;
      owl:onProperty qudt:isDimensionInSystem ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:SystemOfQuantities ;
      owl:onProperty qudt:isDimensionInSystem ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:baseUnitDimensions ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:baseUnitDimensions ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minCardinality "1"^^xsd:int ;
      owl:onProperty qudt:hasDimensionVector ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minCardinality "1"^^xsd:int ;
      owl:onProperty qudt:hasDimensionVector ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minCardinality "1"^^xsd:int ;
      owl:onProperty qudt:hasReferenceQuantityKind ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minCardinality "1"^^xsd:int ;
      owl:onProperty qudt:hasReferenceQuantityKind ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:isDimensionInSystem ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:isDimensionInSystem ;
    ] ;
  prov:wasInfluencedBy <http://en.wikipedia.org/wiki/Dimensional_analysis> ;
  prov:wasInfluencedBy <http://web.mit.edu/2.25/www/pdf/DA_unified.pdf> ;
.
qudt:DimensionVector
  rdf:type owl:Class ;
  rdf:type owl:DeprecatedClass ;
  qudt:description """<p>A dimension vector is an association between a quantity kind and a rational number. The quantity kind serves as the basis vector in an abstract vector space, and the rational number is the vector magnitude. The abstract vector space is determined by the chosen set of base quantity kinds for a quantity system.</p>
<p>Dimension Vector is now deprecated, superceded by <em>qudt:QuaniityDimensionVector</em></p>"""^^rdf:HTML ;
  voag:supersededBy qudt:QuantityDimensionVector ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Dimension Vector" ;
  rdfs:subClassOf qudt:Concept ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:QuantityKind ;
      owl:onProperty qudt:hasBaseQuantityKind ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom xsd:float ;
      owl:onProperty qudt:vectorMagnitude ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:int ;
      owl:onProperty qudt:hasBaseQuantityKind ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:int ;
      owl:onProperty qudt:vectorMagnitude ;
    ] ;
.
qudt:DimensionlessUnit
  rdf:type owl:Class ;
  qudt:description "A Dimensionless Unit is a quantity for which all the exponents of the factors corresponding to the base quantities in its quantity dimension are zero."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Dimensionless Unit" ;
  rdfs:subClassOf qudt:Unit ;
.
qudt:DomainSpecificUnit
  rdf:type owl:Class ;
  qudt:description "A domain-specific unit is a categorization of how units may be associated with an area of science, engineering or other discipline."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Domain-specific Unit" ;
  rdfs:subClassOf qudt:Unit ;
.
qudt:EnumeratedValue
  rdf:type owl:Class ;
  qudt:description """<p>This class is for all enumerated and/or coded values.  For example, it contains the dimension objects that are the basis elements in some abstract vector space associated with a quantity kind system. Another use is for the base dimensions for quantity systems. Each quantity kind system that defines a base set has a corresponding ordered enumeration whose elements are the dimension objects for the base quantity kinds. The order of the dimensions in the enumeration determines the canonical order of the basis elements in the corresponding abstract vector space.</p>

<p>An enumeration is a set of literals from which a single value is selected. Each literal can have a tag as an integer within a standard encoding appropriate to the range of integer values. Consistency of enumeration types will allow them, and the enumerated values, to be referred to unambiguously either through symbolic name or encoding. Enumerated values are also controlled vocabularies and as such need to be standardized. Without this consistency enumeration literals can be stated differently and result in  data conflicts and misinterpretations.</p>

<p>The tags are a set of positive whole numbers, not necessarily contiguous and having no numerical significance, each corresponding to the associated literal identifier. An order attribute can also be given on the enumeration elements. An enumeration can itself be a member of an enumeration. This allows enumerations to be enumerated in a selection. Enumerations are also subclasses of Scalar Datatype. This allows them to be used as the reference of a datatype specification.</p>"""^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Enumerated Value" ;
  rdfs:subClassOf dtype:EnumeratedValue ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:int ;
      owl:onProperty qudt:literal ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:int ;
      owl:onProperty qudt:abbreviation ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:int ;
      owl:onProperty qudt:description ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:int ;
      owl:onProperty qudt:order ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:int ;
      owl:onProperty qudt:symbol ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:code ;
    ] ;
  prov:wasInfluencedBy <http://en.wikipedia.org/wiki/Enumeration> ;
.
qudt:Enumeration
  rdf:type owl:Class ;
  qudt:description """<p>An enumeration is a set of literals from which a single value is selected. Each literal can have a tag as an integer within a standard encoding appropriate to the range of integer values. Consistency of enumeration types will allow them, and the enumerated values, to be referred to unambiguously either through symbolic name or encoding. Enumerated values are also controlled vocabularies and as such need to be standardized. Without this consistency enumeration literals can be stated differently and result in  data conflicts and misinterpretations.</p>

<p>The tags are a set of positive whole numbers, not necessarily contiguous and having no numerical significance, each corresponding to the associated literal identifier. An order attribute can also be given on the enumeration elements. An enumeration can itself be a member of an enumeration. This allows enumerations to be enumerated in a selection. Enumerations are also subclasses of <em>Scalar Datatype</em>. This allows them to be used as the reference of a datatype specification.</p>"""^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Enumeration" ;
  rdfs:subClassOf qudt:Concept ;
  rdfs:subClassOf dtype:Enumeration ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:EnumeratedValue ;
      owl:onProperty qudt:default ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:EnumeratedValue ;
      owl:onProperty qudt:element ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:int ;
      owl:onProperty qudt:abbreviation ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:default ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:element ;
    ] ;
  skos:exactMatch <http://dbpedia.org/resource/Enumeration> ;
  prov:wasInfluencedBy <http://en.wikipedia.org/wiki/Enumerated_type> ;
  prov:wasInfluencedBy <http://en.wikipedia.org/wiki/Enumeration> ;
.
qudt:EnumerationScale
  rdf:type owl:Class ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Enumeration scale" ;
  rdfs:subClassOf qudt:Scale ;
  rdfs:subClassOf dtype:Enumeration ;
.
qudt:Figure
  rdf:type owl:Class ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Figure" ;
  rdfs:subClassOf qudt:Concept ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:image ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:imageLocation ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:figureCaption ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:figureLabel ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:height ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:landscape ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:width ;
    ] ;
.
qudt:GlossaryTerm
  rdf:type owl:Class ;
  qudt:description "<strong>qudt:Glossary Tern</strong> is a sub-class of <em>qudt:Term</em>. The need for a class for glossary terms arises because of the need to hold knowledge of where a term is used."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Glossary term" ;
  rdfs:subClassOf qudt:Term ;
.
qudt:GreekCharacter
  rdf:type owl:Class ;
  dc:source "http://www.charbase.com/block/greek-and-coptic" ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Greek character" ;
  rdfs:subClassOf qudt:Symbol ;
  skos:prefLabel "Greek character" ;
.
qudt:IMPERIAL-DimensionVector
  rdf:type owl:Class ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Imperial dimension vector" ;
  rdfs:subClassOf qudt:QuantityDimensionVector ;
.
qudt:ISO-DimensionVector
  rdf:type owl:Class ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "ISO Dimension vector" ;
  rdfs:subClassOf qudt:QuantityDimensionVector ;
.
qudt:ImperialUnit
  rdf:type owl:Class ;
  rdfs:comment "British/Imperial units where these are not aligned to international customary units." ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Imperial Unit" ;
  rdfs:subClassOf qudt:StandardsUnit ;
.
qudt:International-CustomaryUnit
  rdf:type owl:Class ;
  rdfs:comment "Customary units defined in terms of exact multiplers with SI metric units, as specified in the 1959 International Yard and Pound agreement." ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Customary Unit" ;
  rdfs:subClassOf qudt:StandardsUnit ;
.
qudt:IntervalScale
  rdf:type owl:Class ;
  qudt:description """<p>The interval type allows for the degree of difference between items, but not the ratio between them. Examples include temperature with the Celsius scale, which has two defined points (the freezing and boiling point of water at specific conditions) and then separated into 100 intervals, date when measured from an arbitrary epoch (such as AD), percentage such as a percentage return on a stock,[16] location in Cartesian coordinates, and direction measured in degrees from true or magnetic north. Ratios are not meaningful since 20 °C cannot be said to be \"twice as hot\" as 10 °C, nor can multiplication/division be carried out between any two dates directly. However, ratios of differences can be expressed; for example, one difference can be twice another. Interval type variables are sometimes also called \"scaled variables\", but the formal mathematical term is an affine space (in this case an affine line).</p>
<p>Characteristics: median, percentile &amp; Monotonic increasing (order (&lt;) &amp; totally ordered set</p>"""^^rdf:HTML ;
  qudt:description "median, percentile & Monotonic increasing (order (<)) & totally ordered set"^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Interval scale" ;
  rdfs:seeAlso qudt:NominalScale ;
  rdfs:seeAlso qudt:OrdinalScale ;
  rdfs:seeAlso qudt:RatioScale ;
  rdfs:subClassOf qudt:Scale ;
  skos:prefLabel "Interval scale" ;
  prov:wasInfluencedBy <https://en.wikipedia.org/wiki/Level_of_measurement> ;
.
qudt:LogarithmicUnit
  rdf:type owl:Class ;
  qudt:description "Logarithmic units are abstract mathematical units that can be used to express any quantities (physical or mathematical) that are defined on a logarithmic scale, that is, as being proportional to the value of a logarithm function. Examples of logarithmic units include common units of information and entropy, such as the bit, and the byte, as well as units of relative signal strength magnitude such as the decibel."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Logarithmic Unit" ;
  rdfs:subClassOf qudt:Unit ;
.
qudt:MKS-Unit
  rdf:type owl:Class ;
  qudt:citation "http://scienceworld.wolfram.com/physics/MKS.html" ;
  qudt:citation "https://en.wikipedia.org/wiki/MKS_system_of_units" ;
  qudt:description "The MKS system of units is a physical system of units that expresses any given measurement using fundamental units of the metre, kilogram, and/or second (MKS)."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "MKS-Unit" ;
  rdfs:subClassOf qudt:StandardsUnit ;
.
qudt:MathFunctionType
  rdf:type owl:Class ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Math Function Type" ;
  rdfs:subClassOf qudt:Concept ;
.
qudt:NominalScale
  rdf:type owl:Class ;
  qudt:description "A nominal scale differentiates between items or subjects based only on their names or (meta-)categories and other qualitative classifications they belong to; thus dichotomous data involves the construction of classifications as well as the classification of items. Discovery of an exception to a classification can be viewed as progress. Numbers may be used to represent the variables but the numbers do not have numerical value or relationship: For example, a Globally unique identifier. Examples of these classifications include gender, nationality, ethnicity, language, genre, style, biological species, and form. In a university one could also use hall of affiliation as an example."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Nominal scale" ;
  rdfs:seeAlso qudt:IntervalScale ;
  rdfs:seeAlso qudt:OrdinalScale ;
  rdfs:seeAlso qudt:RatioScale ;
  rdfs:subClassOf qudt:Scale ;
  skos:prefLabel "Nominal scale" ;
  prov:wasInfluencedBy <https://en.wikipedia.org/wiki/Level_of_measurement> ;
.
qudt:OrdinalScale
  rdf:type owl:Class ;
  qudt:description "The ordinal type allows for rank order (1st, 2nd, 3rd, etc.) by which data can be sorted, but still does not allow for relative degree of difference between them. Examples include, on one hand, dichotomous data with dichotomous (or dichotomized) values such as 'sick' vs. 'healthy' when measuring health, 'guilty' vs. 'innocent' when making judgments in courts, 'wrong/false' vs. 'right/true' when measuring truth value, and, on the other hand, non-dichotomous data consisting of a spectrum of values, such as 'completely agree', 'mostly agree', 'mostly disagree', 'completely disagree' when measuring opinion."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Ordinal scale" ;
  rdfs:seeAlso qudt:IntervalScale ;
  rdfs:seeAlso qudt:NominalScale ;
  rdfs:seeAlso qudt:RatioScale ;
  rdfs:subClassOf qudt:Scale ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:order ;
    ] ;
  skos:prefLabel "Ordinal scale" ;
  prov:wasInfluencedBy <https://en.wikipedia.org/wiki/Level_of_measurement> ;
.
qudt:Organization
  rdf:type owl:Class ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Organization" ;
  rdfs:subClassOf qudt:Concept ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:url ;
    ] ;
.
qudt:PhysicalConstant
  rdf:type owl:Class ;
  qudt:description "A physical constant is a physical quantity that is generally believed to be both universal in nature and constant in time. It can be contrasted with a mathematical constant, which is a fixed numerical value but does not directly involve any physical measurement. There are many physical constants in science, some of the most widely recognized being the speed of light in vacuum c, Newton's gravitational constant G, Planck's constant h, the electric permittivity of free space ε0, and the elementary charge e. Physical constants can take many dimensional forms, or may be dimensionless depending on the system of quantities and units used."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:label "Physical Constant" ;
  rdfs:subClassOf qudt:Quantity ;
  skos:exactMatch "<http://dbpedia.org/resource/Physical_constant> " ;
.
qudt:PrefixUnit
  rdf:type owl:Class ;
  rdfs:label "Prefix unit" ;
  rdfs:subClassOf qudt:Unit ;
.
qudt:Quantifiable
  rdf:type owl:Class ;
  qudt:description "<p><em>Quantifiable</em> ascribes to some thing the capability of being measured, observed, or counted.</p>"^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Quantifiable" ;
  rdfs:subClassOf qudt:Concept ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:hasQuantity ;
    ] ;
.
qudt:Quantity
  rdf:type owl:Class ;
  qudt:description """<p class=\"lm-para\">A quantity is the measurement of an observable property of a particular object, event, or physical system. A quantity is always associated with the context of measurement (i.e. the thing measured, the measured value, the accuracy of measurement, etc.) whereas the underlying quantity kind is independent of any particular measurement. Thus, length is a quantity kind while the height of a rocket is a specific quantity of length; its magnitude that may be expressed in meters, feet, inches, etc. Examples of physical quantities include physical constants, such as the speed of light in a vacuum, Planck's constant, the electric permittivity of free space, and the fine structure constant. </p>

<p class=\"lm-para\">In other words, quantities are quantifiable aspects of the world, such as time, distance, velocity, mass, momentum, energy, and weight, and units are used to describe their measure. Many of which are related to each other by various physical laws, and as a result the units of some of the quantities can be expressed as products (or ratios) of powers of other units (e.g., momentum is mass times velocity and velocity is measured in distance divided by time). These relationships are discussed in dimensional analysis. Those that cannot be so expressed can be regarded as \"fundamental\" in this sense.</p>
<p class=\"lm-para\">A quantity is distinguished from a \"quantity kind\" in that the former carries a value and the latter is a type specifier.</p>"""^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Quantity" ;
  rdfs:subClassOf qudt:Concept ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      qudt:description "a reference to the dimension that quantifies the property"^^rdf:HTML ;
      owl:allValuesFrom qudt:QuantityValue ;
      owl:onProperty qudt:quantityValue ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:QuantityKind ;
      owl:onProperty qudt:hasQuantityKind ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:id ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:baseUnitDimensions ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:description ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:mathMLdefinition ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:belongsToSystemOfQuantities ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minCardinality "1"^^xsd:int ;
      owl:onProperty qudt:quantityValue ;
    ] ;
  skos:exactMatch <http://dbpedia.org/resource/Quantity> ;
.
qudt:QuantityDimensionVector
  rdf:type owl:Class ;
  qudt:description """<p class=\"lm-para\">A  <em>Quantity Dimension Vector</em> is a relationship between a quantity system, a quantity kind of that system, and one or more dimension vectors. The dimensions of a quantity are expressed as a product of the basic physical dimensions mass (\\(M\\)), length (\\(L\\)), time (\\(T\\)) current (\\(I\\)), amount of substance (\\(N\\)), luminous intensity (\\(J\\)) and absolute temperature (\\(\\theta\\)) as \\(dim \\, Q = L^{\\alpha} \\, M^{\\beta} \\, T^{\\gamma} \\, I ^{\\delta} \\, \\theta ^{\\epsilon} \\, N^{\\eta} \\, J ^{\\nu}\\).</p>

<p class=\"lm-para\">The rational powers of the dimensional exponents, \\(\\alpha, \\, \\beta, \\, \\gamma, \\, \\delta, \\, \\epsilon, \\, \\eta, \\, \\nu\\), are positive, negative, or zero.</p>

<p class=\"lm-para\">For example, the dimension of the physical quantity \\(\\it{speed}\\) is \\(\\boxed{length/time}\\), \\(L/T\\) or \\(LT^{-1}\\), and the dimension of the physical quantity force is \\(\\boxed{mass \\times acceleration}\\) or \\(\\boxed{mass \\times (length/time)/time}\\), \\(ML/T^2\\) or \\(MLT^{-2}\\) respectively.</p>"""^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Quantity Dimension Vector" ;
  rdfs:subClassOf qudt:Concept ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:QuantityKind ;
      owl:onProperty qudt:hasReferenceQuantityKind ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:SystemOfQuantities ;
      owl:onProperty qudt:isDimensionInSystem ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:dimensionExponentForAmountOfSubstance ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:dimensionExponentForElectricCurrent ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:dimensionExponentForLength ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:dimensionExponentForLuminousIntensity ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:dimensionExponentForMass ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:dimensionExponentForThermodynamicTemperature ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:dimensionExponentForTime ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:dimensionlessExponent ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:baseUnitDimensions ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minCardinality "1"^^xsd:int ;
      owl:onProperty qudt:hasReferenceQuantityKind ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:isDimensionInSystem ;
    ] ;
  prov:wasInfluencedBy <http://en.wikipedia.org/wiki/Dimensional_analysis> ;
  prov:wasInfluencedBy <http://web.mit.edu/2.25/www/pdf/DA_unified.pdf> ;
.
qudt:QuantityKind
  rdf:type owl:Class ;
  qudt:description "A <b>Quantity Kind</b> is any observable property that can be  measured and quantified numerically. Familiar examples include physical properties such as length, mass, time, force, energy, power, electric charge, etc. Less familiar examples include currency, interest rate, price to earning ratio, and information capacity."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Quantity Kind" ;
  rdfs:subClassOf qudt:Concept ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:QuantityDimensionVector ;
      owl:onProperty qudt:hasDimensionVector ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:QuantityDimensionVector ;
      owl:onProperty qudt:hasDimensionVector ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:QuantityKind ;
      owl:onProperty qudt:generalization ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:QuantityKind ;
      owl:onProperty skos:broader ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:SystemOfQuantities ;
      owl:onProperty qudt:isQuantityKindOf ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:id ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:int ;
      owl:onProperty qudt:generalization ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:baseCGSUnitDimensions ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:baseISOUnitDimensions ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:baseImperialUnitDimensions ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:baseSIUnitDimensions ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:baseUSCustomaryUnitDimensions ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:latexSymbol ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:mathMLdefinition ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:symbol ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:symbolToken ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "4"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:baseUnitDimensions ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:applicableCGSUnit ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:applicableISOUnit ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:applicableImperialUnit ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:applicableSIUnit ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:applicableUSCustomaryUnit ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:applicableUnit ;
    ] ;
  skos:closeMatch <http://dbpedia.org/resource/Category:Physical_quantities> ;
  prov:wasInfluencedBy <http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=112-01-04> ;
.
qudt:QuantityType
  rdf:type owl:Class ;
  qudt:description "<em>Quantity Type</em> is an enumeration of quanity kinds. It specializes \\(\\boxed{dtype:EnumeratedValue}\\) by constrinaing \\(\\boxed{dtype:value}\\) to instances of \\(\\boxed{qudt:QuantityKind}\\)."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Quantity type" ;
  rdfs:subClassOf qudt:EnumeratedValue ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:QuantityKind ;
      owl:onProperty dtype:value ;
    ] ;
.
qudt:QuantityValue
  rdf:type owl:Class ;
  qudt:description "A <i>Quantity Value</i> expresses the magnitude and kind of a quantity and is given by the product of a numerical value <code>n</code> and a unit of measure <code>U</code>. The number multiplying the unit is referred to as the numerical value of the quantity expressed in that unit. Refer to <a href=\"http://physics.nist.gov/Pubs/SP811/sec07.html\">NIST SP 811 section 7</a> for more on quantity values."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Quantity value" ;
  rdfs:subClassOf qudt:Concept ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:QuantityKind ;
      owl:onProperty qudt:hasQuantityKind ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:Unit ;
      owl:onProperty qudt:unit ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom dtype:numericUnion ;
      owl:onProperty qudt:numericValue ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom xsd:double ;
      owl:onProperty qudt:relativeStandardUncertainty ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom xsd:double ;
      owl:onProperty qudt:standardUncertainty ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:int ;
      owl:onProperty qudt:numericValue ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:int ;
      owl:onProperty qudt:unit ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:hasQuantityKind ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:int ;
      owl:onProperty qudt:relativeStandardUncertainty ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:int ;
      owl:onProperty qudt:standardUncertainty ;
    ] ;
.
qudt:RatioScale
  rdf:type owl:Class ;
  qudt:description "The ratio type takes its name from the fact that measurement is the estimation of the ratio between a magnitude of a continuous quantity and a unit magnitude of the same kind (Michell, 1997, 1999). A ratio scale possesses a meaningful (unique and non-arbitrary) zero value. Most measurement in the physical sciences and engineering is done on ratio scales. Examples include mass, length, duration, plane angle, energy and electric charge. In contrast to interval scales, ratios are now meaningful because having a non-arbitrary zero point makes it meaningful to say, for example, that one object has \"twice the length\" of another (= is \"twice as long\"). Very informally, many ratio scales can be described as specifying \"how much\" of something (i.e. an amount or magnitude) or \"how many\" (a count). The Kelvin temperature scale is a ratio scale because it has a unique, non-arbitrary zero point called absolute zero."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Ratio scale" ;
  rdfs:seeAlso qudt:IntervalScale ;
  rdfs:seeAlso qudt:NominalScale ;
  rdfs:seeAlso qudt:OrdinalScale ;
  rdfs:subClassOf qudt:Scale ;
  skos:prefLabel "Ratio scale" ;
  prov:wasInfluencedBy <https://en.wikipedia.org/wiki/Level_of_measurement> ;
.
qudt:ReifiableProperty
  rdf:type rdfs:Class ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Reifiable Property" ;
  rdfs:subClassOf rdf:Property ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty vaem:reifiableBy ;
    ] ;
.
qudt:Rule
  rdf:type owl:Class ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Rule" ;
  rdfs:subClassOf qudt:Concept ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom xsd:string ;
      owl:onProperty qudt:example ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:id ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:rationale ;
    ] ;
.
qudt:SI-DimensionVector
  rdf:type owl:Class ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "SI Dimension vector" ;
  rdfs:subClassOf qudt:QuantityDimensionVector ;
.
qudt:SI-Unit
  rdf:type owl:Class ;
  qudt:description "The International System of Units (SI) defines seven units of measure as a basic set from which all other SI units are derived. These SI base units and their physical quantities are: metre for length kilogram for mass second for time ampere for electric current kelvin for temperature candela for luminous intensity mole for the amount of substance. The SI base quantities form a set of mutually independent dimensions as required by dimensional analysis commonly employed in science and technology."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "SI Unit" ;
  rdfs:subClassOf qudt:StandardsUnit ;
  skos:exactMatch <http://dbpedia.org/resource/Category:SI_units> ;
.
qudt:SOU_CGS
  rdf:type qudt:SystemOfUnits ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "CGS System of Units" ;
.
qudt:SOU_IMPERIAL
  rdf:type qudt:SystemOfUnits ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Imperial System of Units" ;
.
qudt:SOU_SI
  rdf:type qudt:SystemOfUnits ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "SI System of Units" ;
.
qudt:SOU_USCUSTOMARY
  rdf:type qudt:SystemOfUnits ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "US Customary System of Units" ;
.
qudt:Scale
  rdf:type owl:Class ;
  qudt:description "Scales (also called \"scales of measurement\" or \"levels of measurement\")  are expressions that typically refer to the theory of scale types."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Scale" ;
  rdfs:subClassOf qudt:Concept ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:MathsFunctionType ;
      owl:onProperty qudt:permissibleMaths ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:ScaleType ;
      owl:onProperty qudt:scaleType ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:TransformType ;
      owl:onProperty qudt:permissibleTransformation ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:id ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:dataStructure ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:scaleType ;
    ] ;
.
qudt:ScaleType
  rdf:type owl:Class ;
  qudt:description "Scales, or scales of measurement (or categorization) provide ways of quantifying measurements, values and other enumerated values according to a normative frame of reference.  Four different types of scales are typically used. These are interval, nominal, ordinal and ratio scales."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Scale type" ;
  rdfs:subClassOf qudt:EnumeratedValue ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:MathsFunctionType ;
      owl:onProperty qudt:permissibleMaths ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:TransformType ;
      owl:onProperty qudt:permissibleTransformation ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:dataStructure ;
    ] ;
  skos:prefLabel "Scale type" ;
.
qudt:ScaledUnit
  rdf:type owl:Class ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Scaled unit" ;
  rdfs:subClassOf qudt:Unit ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:Unit ;
      owl:onProperty qudt:isScalingOf ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:isScalingOf ;
    ] ;
.
qudt:StandardsUnit
  rdf:type owl:Class ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Standards unit" ;
  rdfs:subClassOf qudt:Unit ;
.
qudt:Statement
  rdf:type rdfs:Class ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Statement" ;
  rdfs:subClassOf rdf:Statement ;
.
qudt:Symbol
  rdf:type owl:Class ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Symbol" ;
  rdfs:subClassOf qudt:Concept ;
  skos:prefLabel "Symbol" ;
.
qudt:SystemOfNaturalUnits
  rdf:type owl:Class ;
  qudt:description "In physics, natural units are physical units of measurement based only on universal physical constants. For example the elementary charge e is a natural unit of electric charge, or the speed of light c is a natural unit of speed. A purely natural system of units is defined in such a way that some set of selected universal physical constants are normalized to unity; that is, their numerical values in terms of these units become exactly 1. Examples are Planck Units and Atomic Units. Atomic units (au or a.u.) form a system of natural units which is especially convenient for atomic physics calculations. There are two different kinds of atomic units, which one might name Hartree atomic units and Rydberg atomic units, which differ in the choice of the unit of mass and charge. Planck units are unique among systems of natural units, because they are not defined in terms of properties of any prototype, physical object, or even elementary particle."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "System of natural units" ;
  rdfs:subClassOf qudt:SystemOfUnits ;
  skos:closeMatch <http://dbpedia.org/resource/Category:Natural_units> ;
  skos:exactMatch <http://dbpedia.org/resource/Natural_units> ;
.
qudt:SystemOfQuantities
  rdf:type owl:Class ;
  qudt:description "A system of quantity kinds is a set of one or more quantity kinds together with a set of zero or more algebraic equations that define relationships between quantity kinds in the set. In the physical sciences, the equations relating quantity kinds are typically physical laws and definitional relations, and constants of proportionality. Examples include Newton’s First Law of Motion, Coulomb’s Law, and the definition of velocity as the instantaneous change in position.  In almost all cases, the system identifies a subset of base quantity kinds. The base set is chosen so that all other quantity kinds of interest can be derived from the base quantity kinds and the algebraic equations. If the unit system is explicitly associated with a quantity kind system, then the unit system must define at least one unit for each quantity kind.  From a scientific point of view, the division of quantities into base quantities and derived quantities is a matter of convention."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "System of Quantity Kinds" ;
  rdfs:subClassOf qudt:Concept ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:Enumeration ;
      owl:onProperty qudt:baseDimensionEnumeration ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:Enumeration ;
      owl:onProperty qudt:baseDimensionEnumeration ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:QuantityKind ;
      owl:onProperty qudt:hasQuantityKind ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:SystemOfUnits ;
      owl:onProperty qudt:hasUnitSystem ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:id ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:int ;
      owl:onProperty qudt:baseDimensionEnumeration ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minCardinality "1"^^xsd:int ;
      owl:onProperty qudt:hasQuantityKind ;
    ] ;
.
qudt:SystemOfUnits
  rdf:type owl:Class ;
  qudt:description "A system of units is a set of units which are chosen as the reference scales for some set of quantity kinds together with the definitions of each unit. Units may be defined by experimental observation or by proportion to another unit not included in the system. If the unit system is explicitly associated with a quantity kind system, then the unit system must define at least one unit for each quantity kind."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "System of Units" ;
  rdfs:subClassOf qudt:Concept ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:BaseUnit ;
      owl:onProperty qudt:hasBaseUnit ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:DerivedUnit ;
      owl:onProperty qudt:hasDerivedCoherentUnit ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:DerivedUnit ;
      owl:onProperty qudt:hasDerivedUnit ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:Unit ;
      owl:onProperty qudt:hasCoherentUnit ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:Unit ;
      owl:onProperty qudt:hasDefinedUnit ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:Unit ;
      owl:onProperty qudt:hasUnit ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:id ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:hasCoherentUnit ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:hasDerivedCoherentUnit ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:hasDerivedNonCoherentUnit ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minCardinality "1"^^xsd:int ;
      owl:onProperty qudt:hasUnit ;
    ] ;
  prov:wasInfluencedBy <http://dbpedia.org/resource/Category:Systems_of_units> ;
  prov:wasInfluencedBy <http://www.ieeeghn.org/wiki/index.php/System_of_Measurement_Units> ;
.
qudt:Term
  rdf:type owl:Class ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Term" ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:acronym ;
    ] ;
.
qudt:UCUMci
  rdf:type rdfs:Datatype ;
  rdfs:comment "Lexical pattern for the case-insensitive version of UCUM code" ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "case-insensitive UCUM code" ;
  owl:onDatatype xsd:string ;
  owl:withRestrictions (
      [
        xsd:pattern "[\\x21-\\x60,\\x7b-\\x7e]+" ;
      ]
    ) ;
.
qudt:UCUMci-term
  rdf:type rdfs:Datatype ;
  rdfs:comment "Lexical pattern for the terminal symbols in the case-insensitive version of UCUM code" ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "case-insensitive UCUM term" ;
  owl:onDatatype xsd:string ;
  owl:withRestrictions (
      [
        xsd:pattern "[\\x21,\\x23-\\x27,\\x2a,\\x2c,\\x30-\\x3c,\\x3e-\\x5a,\\x5c,\\x5e-\\x60,\\x7c,\\x7e]+" ;
      ]
    ) ;
.
qudt:UCUMcs
  rdf:type rdfs:Datatype ;
  rdfs:comment "Lexical pattern for the case-sensitive version of UCUM code" ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "case-sensitive UCUM code" ;
  owl:onDatatype xsd:string ;
  owl:withRestrictions (
      [
        xsd:pattern "[\\x21-\\x7e]+" ;
      ]
    ) ;
.
qudt:UCUMcs-term
  rdf:type rdfs:Datatype ;
  rdfs:comment "Lexical pattern for the terminal symbols in the case-sensitive version of UCUM code" ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "case-sensitive UCUM terminal" ;
  owl:onDatatype xsd:string ;
  owl:withRestrictions (
      [
        xsd:pattern "[\\x21,\\x23-\\x27,\\x2a,\\x2c,\\x30-\\x3c,\\x3e-\\x5a,\\x5c,\\x5e-\\x7a,\\x7c,\\x7e]+" ;
      ]
    ) ;
.
qudt:US-CustomaryUnit
  rdf:type owl:Class ;
  rdfs:comment "Customary units used in USA not including those aligned to the SI system as specified in the 1960 agreement" ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "US-Customary unit" ;
  rdfs:subClassOf qudt:StandardsUnit ;
.
qudt:US-SurveyUnit
  rdf:type owl:Class ;
  rdfs:comment """US survey units (length and area) are defined slightly different to the International Customary units agreed in 1960. They retain earlier multipliers relative to the metre: 
1 mile = 5280 feet
1 foot = 1200/3297 metres
1 inch = 1/12 foot""" ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "US-Survey unit" ;
  rdfs:subClassOf qudt:StandardsUnit ;
.
qudt:Unit
  rdf:type owl:Class ;
  qudt:description "A unit of measure, or unit, is a particular quantity value that has been chosen as a scale for measuring other quantities the same kind (more generally of equivalent dimension). For example, the meter is a quantity of length that has been rigorously defined and standardized by the BIPM (International Board of Weights and Measures). Any measurement of the length can be expressed as a number multiplied by the unit meter. More formally, the value of a physical quantity Q with respect to a unit (U) is expressed as the scalar multiple of a real number (n) and U, as  \\(Q = nU\\)."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Unit" ;
  rdfs:subClassOf qudt:Concept ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:QuantityKind ;
      owl:onProperty qudt:hasQuantityKind ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:SystemOfUnits ;
      owl:onProperty qudt:isBaseUnitOfSystem ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:SystemOfUnits ;
      owl:onProperty qudt:isDefinedUnitOfSystem ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:SystemOfUnits ;
      owl:onProperty qudt:isDerivedCoherentUnitOfSystem ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:SystemOfUnits ;
      owl:onProperty qudt:isDerivedNonCoherentUnitOfSystem ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:SystemOfUnits ;
      owl:onProperty qudt:isDerivedUnitOfSystem ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:SystemOfUnits ;
      owl:onProperty qudt:isUnitOfSystem ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:Unit ;
      owl:onProperty qudt:hasDenominatorPart ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom qudt:Unit ;
      owl:onProperty qudt:hasNumeratorPart ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:id ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:int ;
      owl:onProperty qudt:abbreviation ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:int ;
      owl:onProperty qudt:conversionMultiplier ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:int ;
      owl:onProperty qudt:conversionOffset ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:int ;
      owl:onProperty qudt:symbol ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:baseISOUnitDimensions ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:baseImperialUnitDimensions ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:baseSIUnitDimensions ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:baseUSCustomaryUnitDimensions ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:hasDenominatorPart ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:hasNumeratorPart ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:latexSymbol ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:mathMLdefinition ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:siUnitsExpression ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:symbolToken ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:uneceCommonCode ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "4"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:baseUnitDimensions ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange qudt:UCUMci-term ;
      owl:onProperty qudt:ucumCode ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange qudt:UCUMcs-term ;
      owl:onProperty qudt:ucumCode ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onProperty qudt:isUnitOfSystem ;
    ] ;
  prov:wasInfluencedBy <http://dbpedia.org/resource/Category:Units_of_measure> ;
  prov:wasInfluencedBy <http://www.allmeasures.com/Fullconversion.asp> ;
.
qudt:abbreviation
  rdf:type owl:DatatypeProperty ;
  qudt:description "An abbreviation for a unit is a short ASCII string that is used in place of the full name for the unit in contexts where non-ASCII characters would be problematic, or where using the abbreviation will enhance readability. When a power of abase unit needs to be expressed, such as squares this can be done using abbreviations rather than symbols. For example, <em>sq ft</em> means <em>square foot</em>, and <em>cu ft</em> means <em>cubic foot</em>." ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "abbreviation" ;
  rdfs:range xsd:string ;
.
qudt:acronym
  rdf:type owl:DatatypeProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "acronym" ;
  rdfs:range xsd:string ;
.
qudt:applicableCGSUnit
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "applicable CGS unit" ;
  rdfs:range qudt:Unit ;
  rdfs:subPropertyOf qudt:applicableUnit ;
.
qudt:applicableISOUnit
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "applicable ISO unit" ;
  rdfs:range qudt:Unit ;
  rdfs:subPropertyOf qudt:applicableUnit ;
.
qudt:applicableImperialUnit
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "applicable Imperial unit" ;
  rdfs:range qudt:Unit ;
  rdfs:subPropertyOf qudt:applicableUnit ;
.
qudt:applicablePlanckUnit
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "applicable Planck unit" ;
  rdfs:range qudt:Unit ;
  rdfs:subPropertyOf qudt:applicableUnit ;
.
qudt:applicableSIUnit
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "applicable SI unit" ;
  rdfs:range qudt:Unit ;
  rdfs:subPropertyOf qudt:applicableUnit ;
.
qudt:applicableUSCustomaryUnit
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "applicable US Customary unit" ;
  rdfs:range qudt:Unit ;
  rdfs:subPropertyOf qudt:applicableUnit ;
.
qudt:applicableUnit
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "applicable unit" ;
  rdfs:range qudt:Unit ;
  skos:prefLabel "applicable unit" ;
.
qudt:baseCGSUnitDimensions
  rdf:type qudt:latexMathString ;
  rdf:type owl:DatatypeProperty ;
  qudt:description "<em>qudt:baseCGSUnitDimensions</em> is a string datatype property expressing the dimensions of a unit, or quantity, as a vector over the base units in the CGS System."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "base CGS unit dimensions" ;
  rdfs:range xsd:string ;
  rdfs:subPropertyOf qudt:baseUnitDimensions ;
.
qudt:baseDimensionEnumeration
  rdf:type owl:FunctionalProperty ;
  rdf:type owl:ObjectProperty ;
  qudt:description "This property associates a system of quantities with an enumeration that enumerates the base dimensions of the system in canonical order."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "base dimension enumeration" ;
  rdfs:range qudt:Enumeration ;
.
qudt:baseISOUnitDimensions
  rdf:type qudt:latexMathString ;
  rdf:type owl:DatatypeProperty ;
  qudt:description "<strong>qudt:baseISOUnitDimensions</strong> is a string datatype property expressing the dimensions of a unit, or quantity, as a vector over the base units in the ISO System."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "base ISO unit dimensions" ;
  rdfs:range xsd:string ;
  rdfs:subPropertyOf qudt:baseUnitDimensions ;
.
qudt:baseImperialUnitDimensions
  rdf:type qudt:latexMathString ;
  rdf:type owl:DatatypeProperty ;
  qudt:description "<strong>qudt:baseImperialUnitDimensions</strong> is a string datatype property expressing the dimensions of a unit, or quantity, as a vector over the base units in the Imperial System."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "base Imperial unit dimensions" ;
  rdfs:range xsd:string ;
  rdfs:subPropertyOf qudt:baseUnitDimensions ;
.
qudt:baseSIUnitDimensions
  rdf:type qudt:latexMathString ;
  rdf:type owl:DatatypeProperty ;
  qudt:description "<strong>qudt:baseSIUnitDimensions</strong> is a string datatype property expressing the dimensions of a unit, or quantity, as a vector over the base units. For example, in the SI system \\(capacitance\\) has the unit \\(Farad\\) and base unit dimensions of \\(C^2 \\cdot s^2 / (kg \\cdot m^2)\\)."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "base SI unit dimensions" ;
  rdfs:range xsd:string ;
  rdfs:subPropertyOf qudt:baseUnitDimensions ;
.
qudt:baseUSCustomaryUnitDimensions
  rdf:type qudt:latexMathString ;
  rdf:type owl:DatatypeProperty ;
  qudt:description "\"qudt:baseUSCustomaryUnitDimensions\" is a string datatype property expressing the dimensions of a unit, or quantity, as a vector over the base units in the US Customary System."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "base US Customary unit dimensions" ;
  rdfs:range xsd:string ;
  rdfs:subPropertyOf qudt:baseUnitDimensions ;
.
qudt:baseUnitDimensions
  rdf:type qudt:latexMathString ;
  rdf:type owl:DatatypeProperty ;
  qudt:description "\"qudt:baseUnitDimensions\" is a string datatype property expressing the dimensions of a unit, or quantity, as a vector over the base units."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "base unit dimensions" ;
  rdfs:range xsd:string ;
.
qudt:belongsToSystemOfQuantities
  rdf:type owl:ObjectProperty ;
  rdfs:domain qudt:QuantityKind ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "belongs to system of quantities" ;
  rdfs:range qudt:SystemOfQuantities ;
.
qudt:categorizedAs
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "categorized as" ;
.
qudt:citation
  rdf:type owl:AnnotationProperty ;
  qudt:description "Used to provide an annotation for an informative reference."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "citation" ;
  rdfs:range xsd:string ;
.
qudt:code
  rdf:type owl:DatatypeProperty ;
  qudt:description "A code is a string that uniquely identifies a QUDT concept.  The code is constructed from the designator."^^rdf:HTML ;
  rdfs:domain qudt:Concept ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "code" ;
.
qudt:coherentUnitSystem
  rdf:type owl:FunctionalProperty ;
  rdf:type owl:ObjectProperty ;
  qudt:description "<p>A system of units is coherent with respect to a system of quantities and equations if the system of units is chosen in such a way that the equations between numerical values have exactly the same form (including the numerical factors) as the corresponding equations between the quantities. In such a coherent system, no numerical factor other than the number 1 ever occurs in the expressions for the derived units in terms of the base units. For example, the \\(newton\\) and the \\(joule\\). These two are, respectively, the force that causes one kilogram to be accelerated at 1 metre per (1) second per (1) second, and the work done by 1 newton acting over 1 metre. Being coherent refers to this consistent use of 1. In the old c.g.s. system , with its base units the centimetre and the gram, the corresponding coherent units were the dyne and the erg, respectively the force that causes 1 gram to be accelerated at 1 centimetre per (1) second per (1) second, and the work done by 1 dyne acting over 1 centimetre. So \\(1\\,newton = 10^5 dyne\\), \\(1 joule = 10^7 erg\\), making each of the four compatible in a decimal sense within its respective other system, but not coherent therein.</p>"^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "coherent unit system" ;
  rdfs:subPropertyOf qudt:hasUnitSystem ;
  prov:wasInfluencedBy <https://en.wikipedia.org/wiki/Coherence_(units_of_measurement)> ;
.
qudt:conversionCoefficient
  rdf:type owl:DatatypeProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "conversion coefficient" ;
  rdfs:range xsd:double ;
.
qudt:conversionMultiplier
  rdf:type owl:DatatypeProperty ;
  rdf:type owl:FunctionalProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "conversion multiplier" ;
  rdfs:range xsd:double ;
  skos:closeMatch <http://dbpedia.org/resource/Conversion_of_units> ;
.
qudt:conversionOffset
  rdf:type owl:DatatypeProperty ;
  rdf:type owl:FunctionalProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "conversion offset" ;
  rdfs:range xsd:double ;
.
qudt:currencyExponent
  rdf:type owl:DatatypeProperty ;
  rdf:type owl:FunctionalProperty ;
  qudt:description "The currency exponent indicates the number of decimal places between a major currency unit and its minor currency unit. For example, the US dollar is the major currency unit of the United States, and the US cent is the minor currency unit. Since one cent is 1/100 of a dollar, the US dollar has a currency exponent of 2. However, the Japanese Yen has no minor currency units, so the yen has a currency exponent of 0."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "currency exponent" ;
  rdfs:range xsd:integer ;
.
qudt:dataStructure
  rdf:type owl:DatatypeProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "data structure" ;
  rdfs:range xsd:string ;
  skos:prefLabel "data structure" ;
.
qudt:default
  rdf:type owl:ObjectProperty ;
  qudt:description "The default element in an enumeration"^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "default" ;
.
qudt:definitionReference
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "definition reference" ;
.
qudt:derivedQuantityKindOfSystem
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "derived quantity kind of system" ;
  rdfs:subPropertyOf qudt:isQuantityKindOf ;
  owl:inverseOf qudt:systemDerivedQuantityKind ;
.
qudt:description
  rdf:type rdf:Property ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "description" ;
  rdfs:range rdf:HTML ;
  rdfs:subPropertyOf dct:description ;
.
qudt:dimensionExponent
  rdf:type owl:DatatypeProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "dimension exponent" ;
  rdfs:range dtype:numericUnion ;
.
qudt:dimensionExponentForAmountOfSubstance
  rdf:type owl:DatatypeProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "dimension exponent for amount of substance" ;
  rdfs:range dtype:numericUnion ;
  rdfs:subPropertyOf qudt:dimensionExponent ;
.
qudt:dimensionExponentForElectricCurrent
  rdf:type owl:DatatypeProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "dimension exponent for electric current" ;
  rdfs:range dtype:numericUnion ;
  rdfs:subPropertyOf qudt:dimensionExponent ;
.
qudt:dimensionExponentForLength
  rdf:type owl:DatatypeProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "dimension exponent for length" ;
  rdfs:range dtype:numericUnion ;
  rdfs:subPropertyOf qudt:dimensionExponent ;
.
qudt:dimensionExponentForLuminousIntensity
  rdf:type owl:DatatypeProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "dimension exponent for luminous intensity" ;
  rdfs:range dtype:numericUnion ;
  rdfs:subPropertyOf qudt:dimensionExponent ;
.
qudt:dimensionExponentForMass
  rdf:type owl:DatatypeProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "dimension exponent for mass" ;
  rdfs:range dtype:numericUnion ;
  rdfs:subPropertyOf qudt:dimensionExponent ;
.
qudt:dimensionExponentForThermodynamicTemperature
  rdf:type owl:DatatypeProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "dimension exponent for thermodynamic temperature" ;
  rdfs:range dtype:numericUnion ;
  rdfs:subPropertyOf qudt:dimensionExponent ;
.
qudt:dimensionExponentForTime
  rdf:type owl:DatatypeProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "dimension exponent for time" ;
  rdfs:range dtype:numericUnion ;
  rdfs:subPropertyOf qudt:dimensionExponent ;
.
qudt:dimensionInverse
  rdf:type owl:FunctionalProperty ;
  rdf:type owl:InverseFunctionalProperty ;
  rdf:type owl:ObjectProperty ;
  rdf:type owl:SymmetricProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "dimension inverse" ;
  owl:inverseOf qudt:dimensionInverse ;
.
qudt:dimensionlessExponent
  rdf:type owl:DatatypeProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "dimensionless exponent" ;
  rdfs:range dtype:numericUnion ;
  rdfs:subPropertyOf qudt:dimensionExponent ;
.
qudt:element
  rdf:type owl:ObjectProperty ;
  qudt:description "An element of an enumeration"^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "element" ;
.
qudt:elementKind
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "element kind" ;
.
qudt:exactConstant
  rdf:type owl:DatatypeProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "exact constant" ;
  rdfs:range xsd:boolean ;
.
qudt:exactMatch
  rdf:type owl:ObjectProperty ;
  rdf:type owl:SymmetricProperty ;
  rdf:type owl:TransitiveProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "exact match" ;
.
qudt:example
  rdf:type rdf:Property ;
  qudt:description "The 'qudt:example' property is used to annotate an instance of a class with a reference to a concept that is an example. The type of this property is 'rdf:Property'. This allows both scalar and object ranges."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "example" ;
  skos:prefLabel "example" ;
.
qudt:fieldCode
  rdf:type owl:AnnotationProperty ;
  qudt:description "A field code is a generic property for representing unique codes that make up other identifers. For example each QuantityKind class caries a domain code as its field code."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "field code" ;
  rdfs:range xsd:string ;
  skos:prefLabel "field code" ;
.
qudt:figure
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "figure" ;
  rdfs:range qudt:Figure ;
.
qudt:figureCaption
  rdf:type owl:DatatypeProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "figure caption" ;
  rdfs:range xsd:string ;
.
qudt:figureLabel
  rdf:type owl:DatatypeProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "figure label" ;
  rdfs:range xsd:string ;
.
qudt:floatPercentage
  rdf:type rdfs:Datatype ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "float percentage" ;
  rdfs:subClassOf xsd:float ;
  owl:equivalentClass [
      rdf:type rdfs:Datatype ;
      owl:onDatatype xsd:float ;
      owl:withRestrictions (
          [
            xsd:minInclusive "0.00"^^xsd:float ;
          ]
          [
            xsd:maxInclusive "100.00"^^xsd:float ;
          ]
        ) ;
    ] ;
.
qudt:generalization
  rdf:type owl:ObjectProperty ;
  qudt:description """This property relates a quantity kind to its generalization. A quantity kind, PARENT, is a generalization of the quantity kind CHILD only if:

1. PARENT and CHILD have the same dimensions in every system of quantities;
2. Every unit that is a measure of quantities of kind CHILD is also a valid measure of quantities of kind PARENT."""^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "generalization" ;
  owl:inverseOf qudt:specialization ;
.
qudt:guidance
  rdf:type owl:AnnotationProperty ;
  rdfs:domain qudt:Concept ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "guidance" ;
  rdfs:range rdf:HTML ;
.
qudt:hasAllowedUnit
  rdf:type owl:DeprecatedProperty ;
  rdf:type owl:ObjectProperty ;
  qudt:description "This property relates a unit system with a unit of measure that is not defined by or part of the system, but is allowed for use within the system. An allowed unit must be convertible to some dimensionally eqiuvalent unit that is defined by the system."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "has allowed unit" ;
  rdfs:subPropertyOf qudt:hasUnit ;
  owl:inverseOf qudt:isAllowedUnitOfSystem ;
.
qudt:hasBaseQuantityKind
  rdf:type owl:FunctionalProperty ;
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "has base quantity kind" ;
  rdfs:subPropertyOf qudt:hasQuantityKind ;
  owl:inverseOf qudt:isBaseQuantityKindOfSystem ;
.
qudt:hasBaseUnit
  rdf:type owl:ObjectProperty ;
  qudt:description "This property relates a system of units to a base unit defined within the system. The base units of a system are used to define the derived units of the system by expressing the derived units as products of the base units raised to a rational power."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "has base unit" ;
  rdfs:subPropertyOf qudt:hasCoherentUnit ;
  owl:inverseOf qudt:isBaseUnitOfSystem ;
.
qudt:hasCoherentUnit
  rdf:type owl:ObjectProperty ;
  qudt:description "A coherent unit of measurement for a unit system is a defined unit that may be expressed as a product of powers of the system's base units with the proportionality factor of one."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "coherent unit" ;
  rdfs:subPropertyOf qudt:hasDefinedUnit ;
  owl:inverseOf qudt:isCoherentUnitOfSystem ;
.
qudt:hasDefinedUnit
  rdf:type owl:ObjectProperty ;
  qudt:description "This property relates a unit system with a unit of measure that is defined by the system."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "has defined unit" ;
  rdfs:subPropertyOf qudt:hasUnit ;
.
qudt:hasDenominatorPart
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "has denominator part" ;
.
qudt:hasDerivedCoherentUnit
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "has derived coherent unit" ;
  rdfs:subPropertyOf qudt:hasCoherentUnit ;
  rdfs:subPropertyOf qudt:hasDerivedUnit ;
  owl:inverseOf qudt:isDerivedCoherentUnitOfSystem ;
.
qudt:hasDerivedNonCoherentUnit
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "has coherent derived unit" ;
  rdfs:subPropertyOf qudt:hasDerivedUnit ;
  owl:inverseOf qudt:isDerivedNonCoherentUnitOfSystem ;
.
qudt:hasDerivedUnit
  rdf:type owl:ObjectProperty ;
  qudt:description "This property relates a system of units to a unit of measure that is defined within the system in terms of the base units for the system. That is, the derived unit is defined as a product of the base units for the system raised to some rational power."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "has derived unit" ;
  rdfs:subPropertyOf qudt:hasDefinedUnit ;
  owl:inverseOf qudt:isDefinedUnitOfSystem ;
.
qudt:hasDimension
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "has dimension" ;
.
qudt:hasDimensionVector
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "has dimension vector" ;
  rdfs:range qudt:QuantityDimensionVector ;
.
qudt:hasMultiplier
  rdf:type owl:DeprecatedProperty ;
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "has multuplier" ;
  rdfs:subPropertyOf qudt:hasDefinedUnit ;
  owl:inverseOf qudt:isMultiplierOfSystem ;
.
qudt:hasNonCoherentUnit
  rdf:type owl:DeprecatedProperty ;
  rdf:type owl:ObjectProperty ;
  qudt:description "A coherent unit of measurement for a unit system is a defined unit that may be expressed as a product of powers of the system's base units with the proportionality factor of one."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "has non-coherent unit" ;
  rdfs:subPropertyOf qudt:hasDefinedUnit ;
  owl:inverseOf qudt:isCoherentUnitOfSystem ;
.
qudt:hasNumeratorPart
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "has numerator part" ;
.
qudt:hasQuantity
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "has quantity" ;
  rdfs:range qudt:Quantity ;
.
qudt:hasQuantityKind
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "has quantity kind" ;
  rdfs:range qudt:QuantityKind ;
  owl:inverseOf qudt:isQuantityKindOf ;
.
qudt:hasReferenceQuantityKind
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "has reference quantity kind" ;
  rdfs:subPropertyOf qudt:referenceThing ;
.
qudt:hasRule
  rdf:type owl:AnnotationProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "has rule" ;
.
qudt:hasUnit
  rdf:type owl:ObjectProperty ;
  qudt:description "This property relates a system of units with a unit of measure that is either a) defined by the system, or b) accepted for use by the system and is convertible to a unit of equivalent dimension that is defined by the system. Systems of units may distinguish between base and derived units. Base units are the units which measure the base quantities for the corresponding system of quantities. The base units are used to define units for all other quantities as products of powers of the base units. Such units are called derived units for the system."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "has unit" ;
  owl:inverseOf qudt:isUnitOfSystem ;
.
qudt:hasUnitSystem
  rdf:type owl:FunctionalProperty ;
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "has unit system" ;
.
qudt:hasVocabulary
  rdf:type owl:AnnotationProperty ;
  qudt:description "Used to relate a class to one or more graphs where vocabularies for the class are defined."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "has vocabulary" ;
  rdfs:range owl:Ontology ;
.
qudt:height
  rdf:type owl:DatatypeProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "height" ;
  rdfs:range xsd:string ;
.
qudt:id
  rdf:type owl:DatatypeProperty ;
  qudt:description "The \"qudt:id\" is an identifier string that uniquely identifies a QUDT concept.  The identifier is constructed using a prefix. For example, units are coded using the pattern: \"UCCCENNNN\", where \"CCC\" is a numeric code or a category and \"NNNN\" is a digit string for a member element of that category. For scaled units there may be an addition field that has the format \"QNN\" where \"NN\" is a digit string representing an exponent power, and \"Q\" is a qualifier that indicates with the code \"P\" that the power is a positive decimal exponent, or the code \"N\" for a negative decimal exponent, or the code \"B\" for binary positive exponents."^^rdf:HTML ;
  rdfs:domain qudt:Concept ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "id" ;
  rdfs:range xsd:string ;
  skos:prefLabel "id" ;
.
qudt:image
  rdf:type owl:DatatypeProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "image" ;
  rdfs:range xsd:anyURI ;
.
qudt:imageLocation
  rdf:type owl:DatatypeProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "image location" ;
  rdfs:range xsd:anyURI ;
.
qudt:integerPercentage
  rdf:type rdfs:Datatype ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "integer percentage" ;
  rdfs:subClassOf xsd:integer ;
  owl:equivalentClass [
      rdf:type rdfs:Datatype ;
      owl:onDatatype xsd:integer ;
      owl:withRestrictions (
          [
            xsd:minInclusive 0 ;
          ]
          [
            xsd:maxInclusive 100 ;
          ]
        ) ;
    ] ;
.
qudt:isAllowedUnitOfSystem
  rdf:type owl:ObjectProperty ;
  qudt:description "This property relates a unit of measure with a unit system that does not define the unit, but allows its use within the system. An allowed unit must be convertible to some dimensionally eqiuvalent unit that is defined by the system."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "allowed unit of system" ;
  rdfs:subPropertyOf qudt:isUnitOfSystem ;
  owl:inverseOf qudt:hasAllowedUnit ;
.
qudt:isBaseQuantityKindOfSystem
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "is base quantity kind of system" ;
  rdfs:subPropertyOf qudt:isQuantityKindOf ;
  owl:inverseOf qudt:hasBaseQuantityKind ;
.
qudt:isBaseUnitOfSystem
  rdf:type owl:ObjectProperty ;
  qudt:description "This property relates a unit of measure to the system of units in which it is defined as a base unit for the system. The base units of a system are used to define the derived units of the system by expressing the derived units as products of the base units raised to a rational power."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "is base unit of system" ;
  rdfs:subPropertyOf qudt:isCoherentUnitOfSystem ;
  owl:inverseOf qudt:hasBaseUnit ;
.
qudt:isCoherentUnitOfSystem
  rdf:type owl:DeprecatedProperty ;
  rdf:type owl:ObjectProperty ;
  qudt:description "A coherent unit of measurement for a unit system is a defined unit that may be expressed as a product of powers of the system's base units with the proportionality factor of one. A system of units is coherent with respect to a system of quantities and equations if the system of units is chosen in such a way that the equations between numerical values have exactly the same form (including the numerical factors) as the corresponding equations between the quantities. For example, the $newton$ and the $joule$. These two are, respectively, the force that causes one kilogram to be accelerated at 1 metre per (1) second per (1) second, and the work done by 1 newton acting over 1 metre. Being coherent refers to this consistent use of 1. In the old c.g.s. system , with its base units the centimetre and the gram, the corresponding coherent units were the dyne and the erg, respectively the force that causes 1 gram to be accelerated at 1 centimetre per (1) second per (1) second, and the work done by 1 dyne acting over 1 centimetre. So $1 newton = 10^5 dyne$, $1 joule = 10^7 erg$, making each of the four compatible in a decimal sense within its respective other system, but not coherent therein."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "is coherent unit of system" ;
  rdfs:range qudt:DerivedCoherentUnit ;
  rdfs:subPropertyOf qudt:isDefinedUnitOfSystem ;
  owl:inverseOf qudt:hasCoherentUnit ;
.
qudt:isDefinedUnitOfSystem
  rdf:type owl:ObjectProperty ;
  qudt:description "This property relates a unit of measure with the unit system that defines the unit."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "defined unit of system" ;
  rdfs:subPropertyOf qudt:isUnitOfSystem ;
  owl:inverseOf qudt:hasDefinedUnit ;
.
qudt:isDerivedCoherentUnitOfSystem
  rdf:type owl:ObjectProperty ;
  qudt:description "This property relates a unit of measure to the unit system in which the unit is derived from the system's base units with a proportionality constant of one."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "is coherent derived unit of system" ;
  rdfs:subPropertyOf qudt:isCoherentUnitOfSystem ;
  rdfs:subPropertyOf qudt:isDerivedUnitOfSystem ;
  owl:inverseOf qudt:hasDerivedCoherentUnit ;
.
qudt:isDerivedNonCoherentUnitOfSystem
  rdf:type owl:ObjectProperty ;
  qudt:description "This property relates a unit of measure to the unit system in which the unit is derived from the system's base units without proportionality constant of one."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "is non-coherent derived unit of system" ;
  rdfs:range qudt:DerivedNonCoherentUnit ;
  rdfs:subPropertyOf qudt:isDerivedUnitOfSystem ;
  owl:inverseOf qudt:hasDerivedNonCoherentUnit ;
.
qudt:isDerivedUnitOfSystem
  rdf:type owl:ObjectProperty ;
  qudt:description "This property relates a unit of measure to the system of units in which it is defined as a derived unit. That is, the derived unit is defined as a product of the base units for the system raised to some rational power."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "is derived unit of system" ;
  rdfs:subPropertyOf qudt:isUnitOfSystem ;
  owl:inverseOf qudt:hasDerivedUnit ;
.
qudt:isDimensionInSystem
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "is dimension in system" ;
.
qudt:isMetricUnit
  rdf:type owl:DatatypeProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "is metric unit" ;
  rdfs:range xsd:boolean ;
.
qudt:isMultiplierOfSystem
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "is decimal multiplier of system" ;
  rdfs:subPropertyOf qudt:isDefinedUnitOfSystem ;
  owl:inverseOf qudt:hasMultiplier ;
.
qudt:isQuantityKindOf
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "is quantity kind of" ;
  owl:inverseOf qudt:hasQuantityKind ;
.
qudt:isScalingOf
  rdf:type owl:ObjectProperty ;
  rdf:type owl:TransitiveProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "is scaling of" ;
.
qudt:isUnitOfSystem
  rdf:type owl:ObjectProperty ;
  qudt:description "This property relates a unit of measure with a system of units that either a) defines the unit or b) allows the unit to be used within the system."^^rdf:HTML ;
  rdfs:domain qudt:Unit ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "is unit of system" ;
  rdfs:range qudt:SystemOfUnits ;
  owl:inverseOf qudt:hasUnit ;
.
qudt:isoNormativeReference
  rdf:type rdf:Property ;
  dct:description "Provides a way to reference the ISO unit definition." ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "normative reference (ISO)" ;
.
qudt:landscape
  rdf:type owl:DatatypeProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "landscape" ;
  rdfs:range xsd:boolean ;
.
qudt:latexDefinition
  rdf:type qudt:ReifiableProperty ;
  rdf:type owl:DatatypeProperty ;
  vaem:reifiableBy qudt:Attribution ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "latex definition" ;
  rdfs:range xsd:string ;
  rdfs:subPropertyOf qudt:mathDefinition ;
.
qudt:latexMathString
  rdf:type rdfs:Class ;
  rdfs:comment "A property type whose values need to be wrapped with '$' and '$ characters for LaTeX rendering." ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "latex math string" ;
  rdfs:subClassOf rdf:Property ;
.
qudt:latexSymbol
  rdf:type qudt:latexMathString ;
  rdf:type owl:DatatypeProperty ;
  qudt:description "The symbol is a glyph that is used to represent some concept, typically a unit or a quantity, in a compact form. For example, the symbol for an Ohm is $\\ohm$. This contrasts with 'unit:abbreviation', which gives a short alphanumeric abbreviation for the unit, 'ohm' for Ohm."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "latex symbol" ;
  rdfs:range xsd:string ;
  rdfs:subPropertyOf qudt:literal ;
.
qudt:literal
  rdf:type owl:DatatypeProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "literal" ;
  rdfs:range xsd:string ;
  rdfs:subPropertyOf dtype:literal ;
.
qudt:longDescription
  rdf:type owl:DatatypeProperty ;
  qudt:description "A long description is used for documentation purposes. The property 'qudt:description' is defined for short descriptions, that is those that are less than 1024 characters."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "long description" ;
  rdfs:range xsd:string ;
.
qudt:mathDefinition
  rdf:type owl:DatatypeProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "math definition" ;
  rdfs:range xsd:string ;
.
qudt:mathMLdefinition
  rdf:type qudt:ReifiableProperty ;
  rdf:type owl:DatatypeProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "mathML definition" ;
  rdfs:range xsd:string ;
  rdfs:subPropertyOf qudt:mathDefinition ;
.
qudt:negativeDeltaLimit
  rdf:type owl:DatatypeProperty ;
  qudt:description "A negative change limit between consecutive sample values for a parameter. The Negative Delta may be the encoded value or engineering units value depending on whether or not a Calibrator is defined."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "negative delta limit" ;
  rdfs:range xsd:string ;
.
qudt:numericValue
  rdf:type owl:DatatypeProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "numeric value" ;
  rdfs:range dtype:numericUnion ;
.
qudt:onlineReference
  rdf:type owl:AnnotationProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "online reference" ;
  rdfs:range xsd:anyURI ;
.
qudt:order
  rdf:type owl:DatatypeProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "order" ;
  rdfs:range xsd:nonNegativeInteger ;
.
qudt:outOfScope
  rdf:type owl:AnnotationProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "out of scope" ;
  rdfs:range xsd:boolean ;
.
qudt:permissibleMaths
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "permissible maths" ;
  skos:prefLabel "permissible maths" ;
.
qudt:permissibleTransformation
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "permissible transformation" ;
  skos:prefLabel "permissible transformation" ;
.
qudt:positiveDeltaLimit
  rdf:type owl:DatatypeProperty ;
  qudt:description "A positive change limit between consecutive sample values for a parameter. The Positive Delta may be the encoded value or engineering units value depending on whether or not a Calibrator is defined."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Positive delta limit" ;
  rdfs:range xsd:string ;
.
qudt:quantity
  rdf:type owl:ObjectProperty ;
  qudt:description "a property to relate an observable thing with a quantity (qud:Quantity)"^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "quantity" ;
.
qudt:quantityValue
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "quantity value" ;
  rdfs:range qudt:QuantityValue ;
  owl:inverseOf qudt:valueQuantity ;
.
qudt:rationale
  rdf:type owl:DatatypeProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "rationale" ;
  rdfs:range xsd:string ;
  rdfs:subPropertyOf vaem:description ;
.
qudt:reference
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "reference" ;
.
qudt:referenceUnit
  rdf:type owl:FunctionalProperty ;
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "reference unit" ;
.
qudt:relativeStandardUncertainty
  rdf:type owl:DatatypeProperty ;
  qudt:description "The relative standard uncertainty of a measurement is the (absolute) standard uncertainty divided by the magnitude of the exact value."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "relative standard uncertainty" ;
  rdfs:range xsd:double ;
.
qudt:scaleType
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "scale type" ;
  skos:prefLabel "scale type" ;
.
qudt:siUnitsExpression
  rdf:type owl:DatatypeProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "si units expression" ;
  rdfs:range xsd:string ;
.
qudt:specialization
  rdf:type owl:ObjectProperty ;
  qudt:description "This property relates a quantity kind to its specialization(s). For example, linear velocity and angular velocity are both specializations of velocity."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "specialization" ;
  owl:inverseOf qudt:generalization ;
.
qudt:standardUncertainty
  rdf:type owl:DatatypeProperty ;
  qudt:description "The standard uncertainty of a quantity is the estimated standard deviation of the mean taken from a series of measurements."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "standard uncertainty" ;
  rdfs:range xsd:double ;
.
qudt:symbol
  rdf:type qudt:latexMathString ;
  rdf:type owl:DatatypeProperty ;
  qudt:description "The symbol is a glyph that is used to represent some concept, typically a unit or a quantity, in a compact form. For example, the symbol for an Ohm is $\\ohm$. This contrasts with 'unit:abbreviation', which gives a short alphanumeric abbreviation for the unit, 'ohm' for Ohm."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "symbol" ;
  rdfs:range xsd:string ;
  rdfs:subPropertyOf qudt:literal ;
.
qudt:symbolToken
  rdf:type owl:DatatypeProperty ;
  qudt:description "A token represents tokenized strings. The value space of token is the set of strings that do not contain the carriage return (#xD), line feed (#xA) nor tab (#x9) characters, that have no leading or trailing spaces (#x20) and that have no internal sequences of two or more spaces. The lexical space· of token is the set of strings that do not contain the carriage return (#xD), line feed (#xA) nor tab (#x9) characters, that have no leading or trailing spaces (#x20) and that have no internal sequences of two or more spaces. The base type of token is normalizedString."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "symbol token" ;
  rdfs:range xsd:token ;
  rdfs:subPropertyOf qudt:literal ;
  prov:wasQuotedFrom <http://www.w3.org/TR/xmlschema-2/#token> ;
.
qudt:systemDefinition
  rdf:type owl:ObjectProperty ;
  rdf:type owl:TransitiveProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "system definition" ;
  skos:prefLabel "system definition" ;
.
qudt:systemDerivedQuantityKind
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "system derived quantity kind" ;
  rdfs:subPropertyOf qudt:hasQuantityKind ;
  owl:inverseOf qudt:derivedQuantityKindOfSystem ;
.
qudt:systemDimension
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "system dimension" ;
.
qudt:ucumCode
  rdf:type owl:DatatypeProperty ;
  qudt:description "<em>ucumCode</em> associates a QUDT unit with its UCUM counterpart."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "ucum code" ;
  rdfs:subPropertyOf skos:notation ;
.
qudt:uneceCommonCode
  rdf:type owl:DatatypeProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "unece common code" ;
  rdfs:range xsd:string ;
.
qudt:unit
  rdf:type owl:ObjectProperty ;
  qudt:description "A reference to the unit of measure of a quantity (variable or constant) of interest."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "unit" ;
  rdfs:range qudt:Unit ;
  owl:inverseOf qudt:unitFor ;
.
qudt:unitFor
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "unit for" ;
  owl:inverseOf qudt:unit ;
.
qudt:url
  rdf:type owl:DatatypeProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "url" ;
  rdfs:range xsd:anyURI ;
.
qudt:value
  rdf:type owl:ObjectProperty ;
  qudt:description "A property to relate an observable thing with a quantity value (qud:QuantityValue)"^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "value" ;
.
qudt:valueQuantity
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "value for quantity" ;
  owl:inverseOf qudt:quantityValue ;
.
qudt:vectorMagnitude
  rdf:type owl:DatatypeProperty ;
  rdf:type owl:FunctionalProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "vector magnitude" ;
  rdfs:range xsd:float ;
.
qudt:width
  rdf:type owl:DatatypeProperty ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "width" ;
  rdfs:range xsd:string ;
.
quantitykind:Dimensionless
  rdf:type qudt:QuantityKind ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
.
voag:CC-SHAREALIKE_3PT0-US
  rdf:type owl:Thing ;
  rdfs:label "Creative Commons Attribution - Share Alike 3.0 United States License" ;
.
voag:PhysicsForumsAttribution
  rdf:type vaem:Attribution ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Physics Forums Attribution" ;
.
voag:QUDT-Attribution
  rdf:type vaem:Attribution ;
  vaem:description "The QUDT Ontologies are issued under a Creative Commons Attribution Share Alike 3.0 United States License. Attribution should be made to NASA Ames Research Center and TopQuadrant, Inc." ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "NASA ARC and TopQuadrant attribution" ;
.
voag:QUDT-DIMENSION-SchemaCatalogEntry
  rdf:type vaem:CatalogEntry ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "QUDT DIMENSION Schema Catalog Entry" ;
.
voag:QUDT-SchemaCatalogEntry
  rdf:type vaem:CatalogEntry ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "QUDT Schema Catalog Entry" ;
.
voag:WikipediaAttribution
  rdf:type vaem:Attribution ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Wikipedia attribution" ;
.
voag:supersededBy
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://voag.linkedmodel.org/schema/voag> ;
  rdfs:label "superseded by" ;
.
<http://www.linkedmodel.org/schema/dtype>
  vaem:namespace "http://www.linkedmodel.org/schema/dtype#"^^xsd:anyURI ;
  vaem:namespacePrefix "dtype" ;
.
vaem:Attribution
  rdfs:subClassOf prov:Attribution ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onProperty vaem:url ;
    ] ;
.
vaem:GMD_QUDT-SCHEMA
  rdf:type vaem:GraphMetaData ;
  dct:author "Ralph Hodgson" ;
  dct:contributor "Daniel Mekonnen" ;
  dct:contributor "David Price" ;
  dct:contributor "Jack Hodges" ;
  dct:contributor "James E. Masters" ;
  dct:contributor "Simon Cox" ;
  dct:contributor "Steve Ray" ;
  dct:created "2011-04-20"^^xsd:date ;
  dct:creator "Ralph Hodgson" ;
  dct:description """<p class=\"lm-para\">The QUDT, or \"Quantity, Unit, Dimension and Type\" schema defines the base classes properties, and restrictions used for modeling physical quantities, units of measure, and their dimensions in various measurement systems. The goal of the QUDT ontology is to provide a unified model of, measurable quantities, units for measuring different kinds of quantities, the numerical values of quantities in different units of measure and the data structures and data types used to store and manipulate these objects in software.</p>

<p class=\"lm-para\">Except for unit prefixes, all units are specified in separate vocabularies. Descriptions are provided in both HTML and LaTeX formats. A quantity is a measure of an observable phenomenon, that, when associated with something, becomes a property of that thing; a particular object, event, or physical system. </p>

<p class=\"lm-para\">A quantity has meaning in the context of a measurement (i.e. the thing measured, the measured value, the accuracy of measurement, etc.) whereas the underlying quantity kind is independent of any particular measurement. Thus, length is a quantity kind while the height of a rocket is a specific quantity of length; its magnitude that may be expressed in meters, feet, inches, etc.  Or, as stated at Wikipedia, in the language of measurement, quantities are quantifiable aspects of the world, such as time, distance, velocity, mass, momentum, energy, and weight, and units are used to describe their measure. Many of these quantities are related to each other by various physical laws, and as a result the units of some of the quantities can be expressed as products (or ratios) of powers of other units (e.g., momentum is mass times velocity and velocity is measured in distance divided by time).</p>"""^^rdf:HTML ;
  dct:modified "2017-01-28"^^xsd:date ;
  dct:rights "The QUDT Ontologies are issued under a Creative Commons Attribution Share Alike 3.0 United States License. Attribution should be made to NASA Ames Research Center and TopQuadrant, Inc." ;
  dct:subject "Quantities, Units, Dimensions and Types" ;
  dct:title "Quantities, Units, Dimensions and Types (QUDT) Ontology Version 2.0" ;
  vaem:hasGraphRole vaem:SchemaGraph ;
  vaem:hasLicenseType voag:CC-SHAREALIKE_3PT0-US ;
  vaem:hasOwner vaem:QUDT ;
  vaem:hasSteward vaem:QUDT ;
  vaem:intent "Specifies the schema for quantities, units and dimensions. Types are defined in other schemas." ;
  vaem:isMetadataFor <http://qudt.org/2.0/schema/qudt> ;
  vaem:latestPublishedVersion "http://www.qudt.org/doc/2017/DOC_SCHEMA-QUDT-v2.0.html"^^xsd:anyURI ;
  vaem:logo "http://www.linkedmodel.org/lib/lm/images/logos/qudt_logo-300x110.png"^^xsd:anyURI ;
  vaem:name "qudt" ;
  vaem:namespace "http://qudt.org/schema/qudt/" ;
  vaem:namespacePrefix "qudt" ;
  vaem:owner "qudt.org" ;
  vaem:previousPublishedVersion "http://www.qudt.org/doc/2016/DOC_SCHEMA-QUDT-v2.0.html"^^xsd:anyURI ;
  vaem:revision "2.0" ;
  vaem:title "Quantities, Units, Dimensions and Types (QUDT) Schema - Version 2.0" ;
  vaem:turtleFileURL "http://qudt.org/2.0/schema/SCHEMA_QUDT-v2.0.ttl"^^xsd:anyURI ;
  vaem:usesNonImportedResource dct:abstract ;
  vaem:usesNonImportedResource dct:author ;
  vaem:usesNonImportedResource dct:contributor ;
  vaem:usesNonImportedResource dct:created ;
  vaem:usesNonImportedResource dct:description ;
  vaem:usesNonImportedResource dct:modified ;
  vaem:usesNonImportedResource dct:rights ;
  vaem:usesNonImportedResource dct:source ;
  vaem:usesNonImportedResource dct:subject ;
  vaem:usesNonImportedResource dct:title ;
  vaem:usesNonImportedResource voag:QUDT-Attribution ;
  vaem:usesNonImportedResource <http://voag.linkedmodel.org/voag/CC-SHAREALIKE_3PT0-US> ;
  vaem:usesNonImportedResource skos:closeMatch ;
  vaem:usesNonImportedResource skos:exactMatch ;
  vaem:usesNonImportedResource prov:Attribution ;
  vaem:usesNonImportedResource prov:wasInfluencedBy ;
  vaem:withAttributionTo voag:QUDT-Attribution ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "Quantities, Units, Dimensions and Types (QUDT) Schema" ;
  owl:versionIRI <http://qudt.org/2.0/schema/qudt> ;
  prov:wasInfluencedBy <http://unitsofmeasure.org/trac> ;
  prov:wasInfluencedBy <http://www.bipm.org/en/publications/si-brochure> ;
  prov:wasInfluencedBy <http://www.bipm.org/utils/common/documents/jcgm/JCGM_200_2008.pdf> ;
  prov:wasInfluencedBy <https://books.google.com/books?id=pIlCAAAAIAAJ&dq=dimensional+analysis&hl=en> ;
  prov:wasInfluencedBy <https://www.nist.gov/physical-measurement-laboratory/special-publication-811> ;
.
vaem:QUDT
  rdf:type vaem:Party ;
  dct:description "QUDT is a non-profit organization that governs the QUDT ontologies." ;
  vaem:name "qudt.org" ;
  vaem:url "http:/www.qudt.org"^^xsd:anyURI ;
  rdfs:isDefinedBy <http://qudt.org/2.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/schema/qudt> ;
  rdfs:label "QUDT" ;
.
vaem:isElaboratedBy
  rdf:type owl:AnnotationProperty ;
  rdfs:label "is elaborated by" ;
.
<http://www.w3.org/2004/02/skos/core>
  vaem:namespace "http://www.w3.org/2004/02/skos/core#"^^xsd:anyURI ;
  vaem:namespacePrefix "skos" ;
.
skos:closeMatch
  rdf:type rdf:Property ;
  rdfs:label "close match" ;
.
skos:exactMatch
  rdf:type rdf:Property ;
  rdfs:label "exact match" ;
.
prov:Attribution
  rdf:type owl:Class ;
  rdfs:isDefinedBy <http://www.w3.org/ns/prov> ;
  rdfs:subClassOf owl:Thing ;
.
prov:wasInfluencedBy
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy prov: ;
  rdfs:label "was influenced by" ;
.
