Definition of s4ener:hasOperationModeFactor
Defined in https://saref.etsi.org/saref4ener/v1.2.1/ as:
The number indicates the factor with which the FRBC.OperationMode or OMBC.OperationMode is usedconfigured. The factor should be greater than or equal than 0 and less or equal to 1. Within the SAREF4ENER extension, this property is to be used on the following classes: - s4ener:OMBCInstruction - s4ener:OperationMode - saref:Actuator - s4ener:FRBCInstruction - s4ener:DDBCInstruction
Definition as a Datatype Property
- has range
- xsd:decimal
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 xsd: <http://www.w3.org/2001/XMLSchema#> .
<https://saref.etsi.org/saref4ener/v1.2.1/example/demandDrivenProfile#> dct:references s4ener:hasOperationModeFactor .
<https://saref.etsi.org/saref4ener/v1.2.1/example/fillRateProfile#> dct:references s4ener:hasOperationModeFactor .
<https://saref.etsi.org/saref4ener/v2.1.1/example/demandDrivenProfile#> dct:references s4ener:hasOperationModeFactor .
<https://saref.etsi.org/saref4ener/v2.1.1/example/fillRateProfile#> dct:references s4ener:hasOperationModeFactor .
<https://saref.etsi.org/saref4ener/v1.2.1/> dct:references s4ener:hasOperationModeFactor ;
dct:subject s4ener:hasOperationModeFactor .
<https://saref.etsi.org/saref4ener/v2.1.1/> dct:references s4ener:hasOperationModeFactor ;
dct:subject s4ener:hasOperationModeFactor .
s4ener:hasOperationModeFactor a owl:DatatypeProperty ;
rdfs:label "Has Operation Mode Factor"@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/v2.1.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/example/demandDrivenProfile#>,
<https://saref.etsi.org/saref4ener/v2.1.1/example/fillRateProfile#> ;
rdfs:comment """The number indicates the factor with which the FRBC.OperationMode or OMBC.OperationMode is usedconfigured. The factor should be greater than or equal than 0 and less or equal to 1.
Within the SAREF4ENER extension, this property is to be used on the following classes:
- s4ener:OMBCInstruction
- s4ener:OperationMode
- saref:Actuator
- s4ener:FRBCInstruction
- s4ener:DDBCInstruction"""@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/> ;
rdfs:range xsd:decimal ;
rdfs:seeAlso <https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/> ;
ns1:hiddenLabel "hasOperationModeFactor" .