Definition of s4ener:InstructionStatus
Defined in https://saref.etsi.org/saref4ener/v1.2.1/ as:
The status an instruction has at a specific moment.
Description as a Class
- has super-classes
- owl:Thing
- is in range of
- s4ener:hasInstructionStatus
- has members
- s4ener:Aborted, s4ener:Accepted, s4ener:New, s4ener:Rejected, s4ener:Revoked, s4ener:Started, s4ener:Succeeded
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/> .
s4ener:Aborted a s4ener:InstructionStatus .
s4ener:Accepted a s4ener:InstructionStatus .
s4ener:New a s4ener:InstructionStatus .
s4ener:Rejected a s4ener:InstructionStatus .
s4ener:Revoked a s4ener:InstructionStatus .
s4ener:Started a s4ener:InstructionStatus .
s4ener:Succeeded a s4ener:InstructionStatus .
s4ener:hasInstructionStatus rdfs:range s4ener:InstructionStatus .
<https://saref.etsi.org/saref4ener/v1.2.1/> dct:references s4ener:InstructionStatus ;
dct:subject s4ener:InstructionStatus .
<https://saref.etsi.org/saref4ener/v2.1.1/> dct:references s4ener:InstructionStatus ;
dct:subject s4ener:InstructionStatus .
s4ener:InstructionStatus a owl:Class ;
rdfs:label "Instruction Status"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/> ;
rdfs:comment "The status an instruction has at a specific moment."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/> ;
rdfs:subClassOf owl:Thing ;
ns1:hiddenLabel "InstructionStatus" .