Example unitsmeasure

IRI
https://saref.etsi.org/core/v3.1.1/example/unitsmeasure#
Conforms to ontologies
Download serialization
License
Example unitsmeasure

Turtle

@prefix ex: <https://saref.etsi.org/core/v3.1.1/example/unitsmeasure/> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix dcterms: <http://purl.org/dc/terms/> .

<https://saref.etsi.org/core/v3.1.1/example/unitsmeasure#> a dctype:Dataset ;
  dcterms:license <https://forge.etsi.org/etsi-software-license> ;
  dcterms:conformsTo <https://saref.etsi.org/core/v3.1.1/> ;
  dcterms:title "Example unitsmeasure"@en ;
  dcterms:description "Example unitsmeasure"@en .

###  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/watt_hour
ex:watt_hour rdf:type owl:NamedIndividual ,
                         saref:EnergyUnit ;
                rdfs:comment "The Watt Hor is a unit of energy equivalent to one watt (1 W) of power expended for one hour (1 h) of time. An energy expenditure of 1 Wh represents 3600 joules "@en ;
                rdfs:label "watt hour"@en .