Definition of saref:OperationExecution
Defined in https://saref.etsi.org/core/v3.2.1/ as:
Describes the execution of an operation in a network: the–machine interpretable– description of a communication between devices over the network. Typically, its input and result are network messages, that conform to the input and output of the executed operation.
Description as a Class
- has super-classes
-
saref:isExecutionOf only
saref:Operation
saref:ProcedureExecution
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
<https://saref.etsi.org/core/v3.2.1/> dct:references saref:OperationExecution ;
dct:subject saref:OperationExecution .
<https://saref.etsi.org/core/v4.1.1/> dct:references saref:OperationExecution ;
dct:subject saref:OperationExecution .
saref:OperationExecution a owl:Class ;
rdfs:label "Operation Execution"@en ;
dct:isReferencedBy <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/> ;
rdfs:comment "Describes the execution of an operation in a network: the–machine interpretable– description of a communication between devices over the network. Typically, its input and result are network messages, that conform to the input and output of the executed operation."@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/> ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom saref:Operation ;
owl:onProperty saref:isExecutionOf ],
saref:ProcedureExecution ;
skos:hiddenLabel "OperationExecution" .