Commit c3d5ae30 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

Update saref.ttl

parent a771907e
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