@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://saref.etsi.org/core/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix ns1: <https://saref.etsi.org/saref4envi/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix ns2: <http://www.w3.org/2006/time#> . ns2:TemporalUnit rdfs:subClassOf ns0:UnitOfMeasure . ns0:Currency rdfs:subClassOf ns0:UnitOfMeasure . ns0:EnergyUnit rdfs:subClassOf ns0:UnitOfMeasure . ns0:IlluminanceUnit rdfs:subClassOf ns0:UnitOfMeasure . ns0:Measurement owl:disjointWith ns0:UnitOfMeasure . ns0:PowerUnit rdfs:subClassOf ns0:UnitOfMeasure . ns0:PressureUnit rdfs:subClassOf ns0:UnitOfMeasure . ns0:Property owl:disjointWith ns0:UnitOfMeasure . ns0:Service owl:disjointWith ns0:UnitOfMeasure . ns0:TemperatureUnit rdfs:subClassOf ns0:UnitOfMeasure . ns0:UnitOfMeasure metadata_def:mappingLoom "unitofmeasure" ; metadata_def:mappingSameURI ns0:UnitOfMeasure ; metadata_def:prefLabel "Unit of measure" ; metadata:prefixIRI "saref:UnitOfMeasure" ; a owl:Class ; rdfs:comment "The unit of measure is a standard for measurement of a quantity, such as a Property."@en, "The unit of measure is a standard for measurement of a quantity, such as a Property. For example, Power is a property and Watt is a unit of power that represents a definite predetermined power: when we say 10 Watt, we actually mean 10 times the definite predetermined power called \"watt\". Our definition is based on the definition of unit of measure in the Ontology of units of Measure (OM). We propose here a list of some units of measure that are relevant for the purpose of the Smart Appliances ontology, but this list can be extended."@en ; rdfs:isDefinedBy <https://saref.etsi.org/core/> ; rdfs:label "Unit of measure"@en ; rdfs:subClassOf owl:Thing ; owl:disjointWith ns1:Color, ns1:CommunicationInterface, ns1:CommunicationProtocol, ns1:CompassDirection, ns1:DigitalRepresentation, ns1:Geometry, ns1:Light ; skos:example "For example, consumption power is a property and Watt is a unit of power that represents a definite predetermined power: when we say 10 Watt, we actually mean 10 times the definite predetermined power \"Watt\"."@en ; skos:note "Concepts from existing code lists, vocabularies, and taxonomies, may be used as instances of saref:UnitOfMeasure. For example the QUDT Unit vocabulary"@en, "Our definition is based on the definition of unit of measure in the Ontology of units of Measure (OM)."@en . ns0:isMeasuredIn rdfs:range ns0:UnitOfMeasure . ns1:FrequencyUnit rdfs:subClassOf ns0:UnitOfMeasure . ns1:LengthUnit rdfs:subClassOf ns0:UnitOfMeasure .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://saref.etsi.org/core/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix ns1: <https://saref.etsi.org/saref4envi/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns2: <http://www.w3.org/2006/time#> .

ns2:TemporalUnit
    rdfs:subClassOf ns0:UnitOfMeasure .

ns0:Currency
    rdfs:subClassOf ns0:UnitOfMeasure .

ns0:EnergyUnit
    rdfs:subClassOf ns0:UnitOfMeasure .

ns0:IlluminanceUnit
    rdfs:subClassOf ns0:UnitOfMeasure .

ns0:Measurement
    owl:disjointWith ns0:UnitOfMeasure .

ns0:PowerUnit
    rdfs:subClassOf ns0:UnitOfMeasure .

ns0:PressureUnit
    rdfs:subClassOf ns0:UnitOfMeasure .

ns0:Property
    owl:disjointWith ns0:UnitOfMeasure .

ns0:Service
    owl:disjointWith ns0:UnitOfMeasure .

ns0:TemperatureUnit
    rdfs:subClassOf ns0:UnitOfMeasure .

ns0:UnitOfMeasure
    metadata_def:mappingLoom "unitofmeasure" ;
    metadata_def:mappingSameURI ns0:UnitOfMeasure ;
    metadata_def:prefLabel "Unit of measure" ;
    metadata:prefixIRI "saref:UnitOfMeasure" ;
    a owl:Class ;
    rdfs:comment "The unit of measure is a standard for measurement of a quantity, such as a Property."@en, "The unit of measure is a standard for measurement of a quantity, such as a Property. For example,  Power is a property and Watt is a unit of power that represents a definite predetermined power: when we say 10 Watt, we actually mean 10 times the definite predetermined power called \"watt\". Our definition is based on the definition of unit of measure in the Ontology of units of Measure (OM). We propose here a list of some units of measure that are relevant for the purpose of the Smart Appliances ontology, but this list can be extended."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/core/> ;
    rdfs:label "Unit of measure"@en ;
    rdfs:subClassOf owl:Thing ;
    owl:disjointWith ns1:Color, ns1:CommunicationInterface, ns1:CommunicationProtocol, ns1:CompassDirection, ns1:DigitalRepresentation, ns1:Geometry, ns1:Light ;
    skos:example "For example, consumption power is a property and Watt is a unit of power that represents a definite predetermined power: when we say 10 Watt, we actually mean 10 times the definite predetermined power \"Watt\"."@en ;
    skos:note "Concepts from existing code lists, vocabularies, and taxonomies, may be used as instances of saref:UnitOfMeasure. For example the QUDT Unit vocabulary"@en, "Our definition is based on the definition of unit of measure in the Ontology of units of Measure (OM)."@en .

ns0:isMeasuredIn
    rdfs:range ns0:UnitOfMeasure .

ns1:FrequencyUnit
    rdfs:subClassOf ns0:UnitOfMeasure .

ns1:LengthUnit
    rdfs:subClassOf ns0:UnitOfMeasure .