Definition of s4ener:hasOperationModeElement
Defined in https://saref.etsi.org/saref4ener/v1.2.1/ as:
List of OperationModeElements, which describe the properties of this FRBC.OperationMode depending on the fill_level. The fill_level_ranges of the items in the Array must be contiguous.
Description as an Object Property
- has domain
- s4ener:OperationMode
- has range
- s4ener:OperationModeElement
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/fillRateProfile#> dct:references s4ener:hasOperationModeElement .
<https://saref.etsi.org/saref4ener/v2.1.1/example/fillRateProfile#> dct:references s4ener:hasOperationModeElement .
<https://saref.etsi.org/saref4ener/v1.2.1/> dct:references s4ener:hasOperationModeElement ;
dct:subject s4ener:hasOperationModeElement .
<https://saref.etsi.org/saref4ener/v2.1.1/> dct:references s4ener:hasOperationModeElement ;
dct:subject s4ener:hasOperationModeElement .
s4ener:hasOperationModeElement a owl:ObjectProperty ;
rdfs:label "Has Operation Mode Element"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v1.2.1/example/fillRateProfile#>,
<https://saref.etsi.org/saref4ener/v2.1.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/example/fillRateProfile#> ;
rdfs:comment "List of OperationModeElements, which describe the properties of this FRBC.OperationMode depending on the fill_level. The fill_level_ranges of the items in the Array must be contiguous."@en ;
rdfs:domain s4ener:OperationMode ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/> ;
rdfs:range s4ener:OperationModeElement ;
rdfs:seeAlso <https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/> ;
ns1:hiddenLabel "hasOperationModeElement" .