Definition of saref:isExecutionOf
Defined in https://saref.etsi.org/core/v3.2.1/ as:
Links a command execution to the command or command of interest that was executed. Also liks an operation execution to the operation that was executed
Description as an Object Property
- has domain
- saref:ProcedureExecution
- has range
- saref:Command or saref:CommandOfInterest or saref:Operation
- has sub-property chains
- (
saref:isExecutionOf o
skos:broader)
( saref:isExecutionOf o saref:hasCommandKind)
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#> .
saref:CommandExecution rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom [ a owl:Class ;
owl:unionOf ( saref:Command saref:CommandOfInterest ) ] ;
owl:onProperty saref:isExecutionOf ] .
saref:OperationExecution rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom saref:Operation ;
owl:onProperty saref:isExecutionOf ] .
<https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_10_GeneralCommands#> dct:references saref:isExecutionOf .
<https://saref.etsi.org/core/v3.2.1/> dct:references saref:isExecutionOf ;
dct:subject saref:isExecutionOf .
<https://saref.etsi.org/core/v4.1.1/> dct:references saref:isExecutionOf ;
dct:subject saref:isExecutionOf .
saref:isExecutionOf a owl:ObjectProperty ;
rdfs:label "is execution of"@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 "Links a command execution to the command or command of interest that was executed. Also liks an operation execution to the operation that was executed"@en ;
rdfs:domain saref:ProcedureExecution ;
rdfs:isDefinedBy <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/> ;
rdfs:range [ a owl:Class ;
owl:unionOf ( saref:Command saref:CommandOfInterest saref:Operation ) ] ;
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/> ;
owl:propertyChainAxiom ( saref:isExecutionOf skos:broader ),
( saref:isExecutionOf saref:hasCommandKind ) ;
skos:hiddenLabel "isExecutionOf" .