Definition of s4ehaw:AlarmCommand
Defined in https://saref.etsi.org/saref4ehaw/v1.1.1/ as:
A command corresponding to alarm sending.
Description as a Class
- has super-classes
- saref:Command
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 s4ehaw: <https://saref.etsi.org/saref4ehaw/> .
@prefix saref: <https://saref.etsi.org/core/> .
s4ehaw:AlarmCommand a owl:Class ;
rdfs:label "Alarm command"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4ehaw/v1.1.1/> ;
rdfs:comment "A command corresponding to alarm sending."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4ehaw/v1.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4ehaw/v1.1.1/> ;
rdfs:subClassOf saref:Command ;
ns1:hiddenLabel "AlarmCommand" .
<https://saref.etsi.org/saref4ehaw/v1.1.1/> dct:references s4ehaw:AlarmCommand ;
dct:subject s4ehaw:AlarmCommand .