saref:Command — Command

IRI
https://saref.etsi.org/core/Command
Is defined by
https://saref.etsi.org/core/v3.1.1/
https://saref.etsi.org/core/v3.2.1/
https://saref.etsi.org/core/v4.1.1/
Is referenced by
https://saref.etsi.org/core/v3.1.1/
https://saref.etsi.org/core/v3.2.1/
https://saref.etsi.org/core/v3.2.1/example/functions#
https://saref.etsi.org/core/v4.1.1/
https://saref.etsi.org/core/v4.1.1/example/functions#
https://saref.etsi.org/saref4agri/v1.1.2/
https://saref.etsi.org/saref4ehaw/v1.1.1/
https://saref.etsi.org/saref4ehaw/v2.1.1/
https://saref.etsi.org/saref4lift/v1.1.1/
https://saref.etsi.org/saref4lift/v2.1.1/
Download serialization
License

Definition of saref:Command

Defined in https://saref.etsi.org/core/v3.1.1/ as:

A directive that a device must support to perform a certain function. A command may act upon a state, but does not necessarily act upon a state. For example, the ON command acts upon the ON/OFF state, but the GET command does not act upon any state, it simply gives a directive to retrieve a certain value. We propose here a list of commands that are relevant for the purpose of SAREF, but this list can be extended.

Description as a Class

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 saref: <https://saref.etsi.org/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

saref:CloseCommand rdfs:subClassOf saref:Command .

saref:GetCommand rdfs:subClassOf saref:Command .

saref:NotifyCommand rdfs:subClassOf saref:Command .

saref:OffCommand rdfs:subClassOf saref:Command .

saref:OnCommand rdfs:subClassOf saref:Command .

saref:OpenCommand rdfs:subClassOf saref:Command .

saref:PauseCommand rdfs:subClassOf saref:Command .

saref:SetLevelCommand rdfs:subClassOf saref:Command .

saref:StartCommand rdfs:subClassOf saref:Command .

saref:StepDownCommand rdfs:subClassOf saref:Command .

saref:StepUpCommand rdfs:subClassOf saref:Command .

saref:StopCommand rdfs:subClassOf saref:Command .

saref:ToggleCommand rdfs:subClassOf saref:Command .

saref:Function rdfs:subClassOf [ a owl:Restriction ;
            owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
            owl:onClass saref:Command ;
            owl:onProperty saref:hasCommand ] .

saref:actsUpon rdfs:domain saref:Command .

saref:hasCommand rdfs:range saref:Command .

saref:isCommandOf rdfs:domain saref:Command .

<https://saref.etsi.org/core/v3.2.1/example/functions#> dct:references saref:Command .

<https://saref.etsi.org/core/v4.1.1/example/functions#> dct:references saref:Command .

<https://saref.etsi.org/saref4agri/v1.1.2/> dct:references saref:Command .

<https://saref.etsi.org/saref4ehaw/v1.1.1/> dct:references saref:Command .

<https://saref.etsi.org/saref4ehaw/v2.1.1/> dct:references saref:Command .

<https://saref.etsi.org/saref4lift/v1.1.1/> dct:references saref:Command .

<https://saref.etsi.org/saref4lift/v2.1.1/> dct:references saref:Command .

<https://saref.etsi.org/core/v3.1.1/> dct:references saref:Command ;
    dct:subject saref:Command .

<https://saref.etsi.org/core/v3.2.1/> dct:references saref:Command ;
    dct:subject saref:Command .

<https://saref.etsi.org/core/v4.1.1/> dct:references saref:Command ;
    dct:subject saref:Command .

saref:Command a owl:Class ;
    rdfs:label "Command"@en ;
    dct:isReferencedBy <https://saref.etsi.org/core/v3.1.1/>,
        <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v3.2.1/example/functions#>,
        <https://saref.etsi.org/core/v4.1.1/>,
        <https://saref.etsi.org/core/v4.1.1/example/functions#>,
        <https://saref.etsi.org/saref4agri/v1.1.2/>,
        <https://saref.etsi.org/saref4ehaw/v1.1.1/>,
        <https://saref.etsi.org/saref4ehaw/v2.1.1/>,
        <https://saref.etsi.org/saref4lift/v1.1.1/>,
        <https://saref.etsi.org/saref4lift/v2.1.1/> ;
    rdfs:comment "A directive that a device must support to perform a certain function. A command may act upon a state, but does not necessarily act upon a state. For example, the ON command acts upon the ON/OFF state, but the GET command does not act upon any state, it simply gives a directive to retrieve a certain value. We propose here a list of commands that are relevant for the purpose of SAREF, but this list can be extended."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/core/v3.1.1/>,
        <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/core/v3.1.1/>,
        <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/>,
        <https://saref.etsi.org/saref4agri/v1.1.2/>,
        <https://saref.etsi.org/saref4ehaw/v1.1.1/>,
        <https://saref.etsi.org/saref4ehaw/v2.1.1/>,
        <https://saref.etsi.org/saref4lift/v1.1.1/>,
        <https://saref.etsi.org/saref4lift/v2.1.1/> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom saref:State ;
            owl:onProperty saref:actsUpon ],
        [ a owl:Restriction ;
            owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
            owl:onClass saref:Function ;
            owl:onProperty saref:isCommandOf ] ;
    ns1:hiddenLabel "Command" .