s4ener:relatesToCommodity — relates to commodity quantity

IRI
https://saref.etsi.org/saref4ener/relatesToCommodity
Is defined by
https://saref.etsi.org/saref4ener/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4ener/v2.1.1/
https://saref.etsi.org/saref4ener/v2.1.1/example/demandDrivenProfile#
https://saref.etsi.org/saref4ener/v2.1.1/example/fillRateProfile#
https://saref.etsi.org/saref4ener/v2.1.1/example/powerEnvelopeProfile#
Download serialization
License

Definition of s4ener:relatesToCommodity

Defined in https://saref.etsi.org/saref4ener/v2.1.1/ as:

Relates the classes to the various commodities 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
saref:Commodity

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/> .
@prefix saref: <https://saref.etsi.org/core/> .

<https://saref.etsi.org/saref4ener/v2.1.1/example/demandDrivenProfile#> dct:references s4ener:relatesToCommodity .

<https://saref.etsi.org/saref4ener/v2.1.1/example/fillRateProfile#> dct:references s4ener:relatesToCommodity .

<https://saref.etsi.org/saref4ener/v2.1.1/example/powerEnvelopeProfile#> dct:references s4ener:relatesToCommodity .

<https://saref.etsi.org/saref4ener/v2.1.1/> dct:references s4ener:relatesToCommodity ;
    dct:subject s4ener:relatesToCommodity .

s4ener:relatesToCommodity a owl:ObjectProperty ;
    rdfs:label "relates to commodity quantity"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4ener/v2.1.1/>,
        <https://saref.etsi.org/saref4ener/v2.1.1/example/demandDrivenProfile#>,
        <https://saref.etsi.org/saref4ener/v2.1.1/example/fillRateProfile#>,
        <https://saref.etsi.org/saref4ener/v2.1.1/example/powerEnvelopeProfile#> ;
    rdfs:comment """Relates the classes to the various commodities 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/v2.1.1/> ;
    rdfs:range saref:Commodity ;
    rdfs:seeAlso <https://saref.etsi.org/saref4ener/v2.1.1/> ;
    ns1:hiddenLabel "relatesToCommodity" .