@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/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . ns0:ActuatingCommand rdfs:subClassOf ns0:Command . ns0:Command metadata_def:mappingLoom "command" ; metadata_def:mappingSameURI ns0:Command ; metadata_def:prefLabel "Command"@en ; metadata:prefixIRI "coswot:Command" ; a owl:Class ; rdfs:comment "The lowest-level directives a function exposes to some network. Commands can target (OP coswot:targets and its sub-properties) features, properties, or states. An instance of coswot:CommandKind is independent of any device, while an instance of coswot:CommandOfInterest is specific to a device."@en ; rdfs:isDefinedBy ns1:functions_commands ; rdfs:label "Command"@en ; rdfs:subClassOf ns0:Procedure ; skos:example "Observe property, control property, observe state, control state, invoke action, cancel action, turn on or off, change color, subscribe, publish, etc. are all commands."@en . ns0:CommandKind rdfs:subClassOf ns0:Command . ns0:CommandOfInterest rdfs:subClassOf ns0:Command . ns0:SensingCommand rdfs:subClassOf ns0:Command . ns0:hasCommand rdfs:range ns0:Command . ns0:isCommandOf rdfs:domain ns0:Command .
@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/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

ns0:ActuatingCommand
    rdfs:subClassOf ns0:Command .

ns0:Command
    metadata_def:mappingLoom "command" ;
    metadata_def:mappingSameURI ns0:Command ;
    metadata_def:prefLabel "Command"@en ;
    metadata:prefixIRI "coswot:Command" ;
    a owl:Class ;
    rdfs:comment "The lowest-level directives a function exposes to some network. Commands can target (OP coswot:targets and its sub-properties) features, properties, or states. An instance of coswot:CommandKind is independent of any device, while an instance of coswot:CommandOfInterest is specific to a device."@en ;
    rdfs:isDefinedBy ns1:functions_commands ;
    rdfs:label "Command"@en ;
    rdfs:subClassOf ns0:Procedure ;
    skos:example "Observe property, control property, observe state, control state, invoke action, cancel action, turn on or off, change color, subscribe, publish, etc. are all commands."@en .

ns0:CommandKind
    rdfs:subClassOf ns0:Command .

ns0:CommandOfInterest
    rdfs:subClassOf ns0:Command .

ns0:SensingCommand
    rdfs:subClassOf ns0:Command .

ns0:hasCommand
    rdfs:range ns0:Command .

ns0:isCommandOf
    rdfs:domain ns0:Command .