saref:CommandExecution — Command Execution

IRI
https://saref.etsi.org/core/CommandExecution
Is defined by
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.2.1/
https://saref.etsi.org/core/v4.1.1/
https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_10_GeneralCommands#
Download serialization
License

Definition of saref:CommandExecution

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

Describes the execution of a command. Typically, its inputs and outputs are human understandable and relate to some feature of interest, such as its state (e.g., s4abcd:On), or the value of its temperature (e.g., property value 21.0 °C).

Description as a Class

Turtle

@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_10_GeneralCommands#> dct:references saref:CommandExecution .

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

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

saref:CommandExecution a owl:Class ;
    rdfs:label "Command Execution"@en ;
    dct:isReferencedBy <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/>,
        <https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_10_GeneralCommands#> ;
    rdfs:comment "Describes the execution of a command. Typically, its inputs and outputs are human understandable and relate to some feature of interest, such as its state (e.g., s4abcd:On), or the value of its temperature (e.g., property value 21.0 °C)."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/>,
        <https://saref.etsi.org/saref4lift/v2.1.1/> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom [ a owl:Class ;
                    owl:unionOf ( saref:Command saref:CommandOfInterest ) ] ;
            owl:onProperty saref:isExecutionOf ],
        saref:ProcedureExecution ;
    skos:hiddenLabel "CommandExecution" .