@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:CommandExecution metadata_def:mappingLoom "commandexecution" ; metadata_def:mappingSameURI ns0:CommandExecution ; metadata_def:prefLabel "Command Execution"@en ; metadata:prefixIRI "coswot:CommandExecution" ; a owl:Class ; rdfs:comment "Describes the execution of a command. Typically, its inputs and outputs are human understandable and relate to some feature of interest, such as its state (e.g., ex:On), or the value of its temperature (e.g., property value 21.0 °C)."@en ; rdfs:isDefinedBy ns1:functions_commands ; rdfs:label "Command 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:CommandExecution
    metadata_def:mappingLoom "commandexecution" ;
    metadata_def:mappingSameURI ns0:CommandExecution ;
    metadata_def:prefLabel "Command Execution"@en ;
    metadata:prefixIRI "coswot:CommandExecution" ;
    a owl:Class ;
    rdfs:comment "Describes the execution of a command. Typically, its inputs and outputs are human understandable and relate to some feature of interest, such as its state (e.g., ex:On), or the value of its temperature (e.g., property value 21.0 °C)."@en ;
    rdfs:isDefinedBy ns1:functions_commands ;
    rdfs:label "Command Execution"@en ;
    rdfs:subClassOf ns0:ProcedureExecution .