Definition of s4ener:relatesToCommodityQuantity
Defined in https://saref.etsi.org/saref4ener/v1.2.1/ as:
Relates the classes to the various commodity quantities introduced by the S2 standard. In the SAREF4ENER extension this property is intended for the following: - s4ener:PowerRange - s4ener:AllowedLimitRange - s4ener:EnergyConstraint - s4ener:PowerEnvelope
Description as an Object Property
- has range
- s4ener:CommodityQuantity
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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4ener: <https://saref.etsi.org/saref4ener/> .
<https://saref.etsi.org/saref4ener/v1.2.1/example/demandDrivenProfile#> dct:references s4ener:relatesToCommodityQuantity .
<https://saref.etsi.org/saref4ener/v1.2.1/example/fillRateProfile#> dct:references s4ener:relatesToCommodityQuantity .
<https://saref.etsi.org/saref4ener/v1.2.1/example/powerEnvelopeProfile#> dct:references s4ener:relatesToCommodityQuantity .
<https://saref.etsi.org/saref4ener/v1.2.1/> dct:references s4ener:relatesToCommodityQuantity ;
dct:subject s4ener:relatesToCommodityQuantity .
s4ener:relatesToCommodityQuantity a owl:ObjectProperty ;
rdfs:label "relates to commodity quantity"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v1.2.1/example/demandDrivenProfile#>,
<https://saref.etsi.org/saref4ener/v1.2.1/example/fillRateProfile#>,
<https://saref.etsi.org/saref4ener/v1.2.1/example/powerEnvelopeProfile#> ;
rdfs:comment """Relates the classes to the various commodity quantities introduced by the S2 standard.
In the SAREF4ENER extension this property is intended for the following:
- s4ener:PowerRange
- s4ener:AllowedLimitRange
- s4ener:EnergyConstraint
- s4ener:PowerEnvelope"""@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4ener/v1.2.1/> ;
rdfs:range s4ener:CommodityQuantity ;
rdfs:seeAlso <https://saref.etsi.org/saref4ener/v1.2.1/> ;
ns1:hiddenLabel "relatesToCommodityQuantity" .