Definition of saref:Commodity
Defined in https://saref.etsi.org/core/v3.1.1/ as:
A marketable item for which there is demand, but which is supplied without qualitative differentiation across a market. SAREF refers to energy commodities such as electricity, gas, coal and oil.
Description as a Class
- has sub-classes
-
saref:Coal
saref:Electricity
saref:Gas
saref:Water
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix saref: <https://saref.etsi.org/core/> .
saref:Coal rdfs:subClassOf saref:Commodity .
saref:Device rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom saref:Commodity ;
owl:onProperty saref:isUsedFor ] .
saref:Electricity rdfs:subClassOf saref:Commodity .
saref:Gas rdfs:subClassOf saref:Commodity .
saref:MeteringFunction rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom [ a owl:Class ;
owl:unionOf ( saref:Commodity saref:Property ) ] ;
owl:onProperty saref:hasMeterReadingType ] .
saref:Profile rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom [ a owl:Class ;
owl:unionOf ( saref:Commodity saref:Property ) ] ;
owl:onProperty saref:isAbout ] .
saref:Water rdfs:subClassOf saref:Commodity .
<https://saref.etsi.org/core/v4.1.1/example/commodities#> dct:references saref:Commodity .
<https://saref.etsi.org/saref4ener/v1.2.1/> dct:references saref:Commodity .
<https://saref.etsi.org/saref4ener/v2.1.1/> dct:references saref:Commodity .
<https://saref.etsi.org/core/v3.1.1/> dct:references saref:Commodity ;
dct:subject saref:Commodity .
<https://saref.etsi.org/core/v3.2.1/> dct:references saref:Commodity ;
dct:subject saref:Commodity .
<https://saref.etsi.org/core/v4.1.1/> dct:references saref:Commodity ;
dct:subject saref:Commodity .
saref:Commodity a owl:Class ;
rdfs:label "Commodity"@en ;
dct:isReferencedBy <https://saref.etsi.org/core/v3.1.1/>,
<https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/>,
<https://saref.etsi.org/core/v4.1.1/example/commodities#>,
<https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/> ;
rdfs:comment "A marketable item for which there is demand, but which is supplied without qualitative differentiation across a market. SAREF refers to energy commodities such as electricity, gas, coal and oil. "@en ;
rdfs:isDefinedBy <https://saref.etsi.org/core/v3.1.1/>,
<https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/core/v3.1.1/>,
<https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/>,
<https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/> ;
ns1:hiddenLabel "Commodity" .