@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/coswot/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns1: <https://w3id.org/coswot/core/> . ns0:OperationExecution metadata_def:mappingLoom "operationexecution" ; metadata_def:mappingSameURI ns0:OperationExecution ; metadata_def:prefLabel "Operation Execution"@en ; metadata:prefixIRI "coswot:OperationExecution" ; a owl:Class ; 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 ns1:services_operations ; rdfs:label "Operation Execution"@en ; rdfs:subClassOf ns0:ProcedureExecution .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/coswot/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <https://w3id.org/coswot/core/> .

ns0:OperationExecution
    metadata_def:mappingLoom "operationexecution" ;
    metadata_def:mappingSameURI ns0:OperationExecution ;
    metadata_def:prefLabel "Operation Execution"@en ;
    metadata:prefixIRI "coswot:OperationExecution" ;
    a owl:Class ;
    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 ns1:services_operations ;
    rdfs:label "Operation Execution"@en ;
    rdfs:subClassOf ns0:ProcedureExecution .