Unverified Commit 09bddd86 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

Merge branch 'develop-v3.2.1' of labs.etsi.org:saref/saref-core into develop-v3.2.1

parents 11b0c8eb c3d5ae30
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1881,7 +1881,7 @@ saref:OperationExecution a owl:Class ;
saref:isExecutionOf a owl:ObjectProperty ;
    rdfs:label "is execution of"@en ;
    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 [ a owl:Class ; owl:unionOf ( saref:CommandExecution saref:OperationExecution ) ];
    rdfs:domain saref:ProcedureExecution ;
    rdfs:range [ a owl:Class ; owl:unionOf ( saref:Command saref:CommandOfInterest saref:Operation ) ] .

saref:CommandExecution