@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 metadata: <http://data.bioontology.org/metadata/> . ns0:Currency rdfs:subClassOf ns0:UnitOfMeasure . ns0:EnergyUnit rdfs:subClassOf ns0:UnitOfMeasure . ns0:IlluminanceUnit rdfs:subClassOf ns0:UnitOfMeasure . ns0:PowerUnit rdfs:subClassOf ns0:UnitOfMeasure . ns0:PressureUnit rdfs:subClassOf 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. 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 SAREF, but this list can be extended, also using some other ontologies rather than the Ontology of units of Measure (OM)."@en ; rdfs:label "Unit of measure"@en ; rdfs:subClassOf owl:Thing . ns0:isMeasuredIn rdfs:range 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 metadata: <http://data.bioontology.org/metadata/> .

ns0:Currency
    rdfs:subClassOf ns0:UnitOfMeasure .

ns0:EnergyUnit
    rdfs:subClassOf ns0:UnitOfMeasure .

ns0:IlluminanceUnit
    rdfs:subClassOf ns0:UnitOfMeasure .

ns0:PowerUnit
    rdfs:subClassOf ns0:UnitOfMeasure .

ns0:PressureUnit
    rdfs:subClassOf 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. 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 SAREF, but this list can be extended, also using some other ontologies rather than the Ontology of units of Measure (OM)."@en ;
    rdfs:label "Unit of measure"@en ;
    rdfs:subClassOf owl:Thing .

ns0:isMeasuredIn
    rdfs:range ns0:UnitOfMeasure .