Commit 466b10d1 authored by María's avatar María
Browse files

removed units of measure examples from om ontology and

parent b3e2e68f
Loading
Loading
Loading
Loading
+89 −0
Original line number Diff line number Diff line
@prefix : <https://saref.etsi.org/> .
@prefix om: <http://www.wurvoc.org/vocabularies/om-1.8/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix saref: <https://saref.etsi.org/> .
@base <https://saref.etsi.org/> .


###  http://www.wurvoc.org/vocabularies/om-1.8/United_States_dollar
om:United_States_dollar rdf:type owl:NamedIndividual ,
                                 saref:Currency ;
                        rdfs:label "United States dollar"@en .


###  http://www.wurvoc.org/vocabularies/om-1.8/bar
om:bar rdf:type owl:NamedIndividual ,
                saref:PressureUnit ;
       rdfs:comment "The bar is a unit of pressure defined as 100 000 pascal."@en ;
       rdfs:label "bar"@en .


###  http://www.wurvoc.org/vocabularies/om-1.8/degree_Celsius
om:degree_Celsius rdf:type owl:NamedIndividual ,
                           saref:TemperatureUnit ;
                  rdfs:comment "The degree Celsius is a unit of temperature defined as 1 kelvin."@en ;
                  rdfs:label "degree Celsius"@en .


###  http://www.wurvoc.org/vocabularies/om-1.8/degree_Fahrenheit
om:degree_Fahrenheit rdf:type owl:NamedIndividual ,
                              saref:TemperatureUnit ;
                     rdfs:comment "The degree Fahrenheit is a unit of temperature defined as 5.555556e-1 kelvin."@en ;
                     rdfs:label "degree Fahrenheit"@en .


###  http://www.wurvoc.org/vocabularies/om-1.8/euro
om:euro rdf:type owl:NamedIndividual ,
                 saref:Currency ;
        rdfs:label "euro"@en .


###  http://www.wurvoc.org/vocabularies/om-1.8/kelvin
om:kelvin rdf:type owl:NamedIndividual ,
                   saref:TemperatureUnit ;
          rdfs:comment "The kelvin is a unit of temperature defined as 1/273.16 of the thermodynamic temperature of the triple point of water."@en ;
          rdfs:label "kelvin"@en .


###  http://www.wurvoc.org/vocabularies/om-1.8/kilowatt
om:kilowatt rdf:type owl:NamedIndividual ,
                     saref:PowerUnit ;
            rdfs:label "kilowatt"@en .


###  http://www.wurvoc.org/vocabularies/om-1.8/kilowatt_hour
om:kilowatt_hour rdf:type owl:NamedIndividual ,
                          saref:EnergyUnit ;
                 rdfs:comment "The kilowatt hour is a unit of energy equal to 1,000 watt-hours, or 3.6 megajoules."@en ;
                 rdfs:label "kilowatt hour"@en .


###  http://www.wurvoc.org/vocabularies/om-1.8/lux
om:lux rdf:type owl:NamedIndividual ,
                saref:IlluminanceUnit ;
       rdfs:comment "The lux is a unit of illuminance defined as lumen divided by square metre = candela times steradian divided by square metre."@en ;
       rdfs:label "lux"@en .


###  http://www.wurvoc.org/vocabularies/om-1.8/pascal
om:pascal rdf:type owl:NamedIndividual ,
                   saref:PressureUnit ;
          rdfs:comment "The pascal is a unit of pressure and stress defined as newton divided by square metre = joule divided by cubic metre = kilogram divided by metre second squared."@en ;
          rdfs:label "pascal"@en .


###  http://www.wurvoc.org/vocabularies/om-1.8/pound_sterling
om:pound_sterling rdf:type owl:NamedIndividual ,
                           saref:Currency ;
                  rdfs:label "Great Britain pound sterling"@en .


###  http://www.wurvoc.org/vocabularies/om-1.8/watt
om:watt rdf:type owl:NamedIndividual ,
                 saref:PowerUnit ;
        rdfs:comment "The watt is a unit of power defined as joule divided by second = newton times metre divided by second = volt times ampere = kilogram times square metre divided by second to the power 3."@en ;
        rdfs:label "watt"@en .
+0 −81
Original line number Diff line number Diff line
@prefix : <https://saref.etsi.org/> .
@prefix om: <http://www.wurvoc.org/vocabularies/om-1.8/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@@ -1202,7 +1201,6 @@ saref:ToggleCommand rdf:type owl:Class ;
###  https://saref.etsi.org/UnitOfMeasure
saref:UnitOfMeasure rdf:type 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:isDefinedBy <http://www.wurvoc.org/vocabularies/om-1.6/Unit_of_measure> ;
                    rdfs:label "Unit of measure"@en .


@@ -1237,85 +1235,6 @@ saref:Water rdf:type owl:Class ;
#    Individuals
#################################################################

###  http://www.wurvoc.org/vocabularies/om-1.8/United_States_dollar
om:United_States_dollar rdf:type owl:NamedIndividual ,
                                 saref:Currency ;
                        rdfs:label "United States dollar"@en .


###  http://www.wurvoc.org/vocabularies/om-1.8/bar
om:bar rdf:type owl:NamedIndividual ,
                saref:PressureUnit ;
       rdfs:comment "The bar is a unit of pressure defined as 100 000 pascal."@en ;
       rdfs:label "bar"@en .


###  http://www.wurvoc.org/vocabularies/om-1.8/degree_Celsius
om:degree_Celsius rdf:type owl:NamedIndividual ,
                           saref:TemperatureUnit ;
                  rdfs:comment "The degree Celsius is a unit of temperature defined as 1 kelvin."@en ;
                  rdfs:label "degree Celsius"@en .


###  http://www.wurvoc.org/vocabularies/om-1.8/degree_Fahrenheit
om:degree_Fahrenheit rdf:type owl:NamedIndividual ,
                              saref:TemperatureUnit ;
                     rdfs:comment "The degree Fahrenheit is a unit of temperature defined as 5.555556e-1 kelvin."@en ;
                     rdfs:label "degree Fahrenheit"@en .


###  http://www.wurvoc.org/vocabularies/om-1.8/euro
om:euro rdf:type owl:NamedIndividual ,
                 saref:Currency ;
        rdfs:label "euro"@en .


###  http://www.wurvoc.org/vocabularies/om-1.8/kelvin
om:kelvin rdf:type owl:NamedIndividual ,
                   saref:TemperatureUnit ;
          rdfs:comment "The kelvin is a unit of temperature defined as 1/273.16 of the thermodynamic temperature of the triple point of water."@en ;
          rdfs:label "kelvin"@en .


###  http://www.wurvoc.org/vocabularies/om-1.8/kilowatt
om:kilowatt rdf:type owl:NamedIndividual ,
                     saref:PowerUnit ;
            rdfs:label "kilowatt"@en .


###  http://www.wurvoc.org/vocabularies/om-1.8/kilowatt_hour
om:kilowatt_hour rdf:type owl:NamedIndividual ,
                          saref:EnergyUnit ;
                 rdfs:comment "The kilowatt hour is a unit of energy equal to 1,000 watt-hours, or 3.6 megajoules."@en ;
                 rdfs:label "kilowatt hour"@en .


###  http://www.wurvoc.org/vocabularies/om-1.8/lux
om:lux rdf:type owl:NamedIndividual ,
                saref:IlluminanceUnit ;
       rdfs:comment "The lux is a unit of illuminance defined as lumen divided by square metre = candela times steradian divided by square metre."@en ;
       rdfs:label "lux"@en .


###  http://www.wurvoc.org/vocabularies/om-1.8/pascal
om:pascal rdf:type owl:NamedIndividual ,
                   saref:PressureUnit ;
          rdfs:comment "The pascal is a unit of pressure and stress defined as newton divided by square metre = joule divided by cubic metre = kilogram divided by metre second squared."@en ;
          rdfs:label "pascal"@en .


###  http://www.wurvoc.org/vocabularies/om-1.8/pound_sterling
om:pound_sterling rdf:type owl:NamedIndividual ,
                           saref:Currency ;
                  rdfs:label "Great Britain pound sterling"@en .


###  http://www.wurvoc.org/vocabularies/om-1.8/watt
om:watt rdf:type owl:NamedIndividual ,
                 saref:PowerUnit ;
        rdfs:comment "The watt is a unit of power defined as joule divided by second = newton times metre divided by second = volt times ampere = kilogram times square metre divided by second to the power 3."@en ;
        rdfs:label "watt"@en .


###  https://saref.etsi.org/Cleaning
saref:Cleaning rdf:type owl:NamedIndividual ,