@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://saref.etsi.org/core/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:Command metadata_def:mappingLoom "command" ; metadata_def:mappingSameURI ns0:Command ; metadata_def:prefLabel "Command"@en ; metadata:prefixIRI "saref:Command" ; a owl:Class ; rdfs:comment "The lowest-level directives a function exposes to some network. Commands can target (OP saref:targets and its sub-properties) features, properties, or states. An instance of saref:Command is independent of any device."@en ; rdfs:label "Command"@en ; rdfs:subClassOf owl:Thing ; 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 ; skos:historyNote "V3.2.1: Simplified definition and axiomatization of saref:Command. Added examples."@en . ns0:hasCommand rdfs:range ns0:Command . ns0:hasCommandKind 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://saref.etsi.org/core/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:Command
    metadata_def:mappingLoom "command" ;
    metadata_def:mappingSameURI ns0:Command ;
    metadata_def:prefLabel "Command"@en ;
    metadata:prefixIRI "saref:Command" ;
    a owl:Class ;
    rdfs:comment "The lowest-level directives a function exposes to some network. Commands can target (OP saref:targets and its sub-properties) features, properties, or states. An instance of saref:Command is independent of any device."@en ;
    rdfs:label "Command"@en ;
    rdfs:subClassOf owl:Thing ;
    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 ;
    skos:historyNote "V3.2.1: Simplified definition and axiomatization of saref:Command. Added examples."@en .

ns0:hasCommand
    rdfs:range ns0:Command .

ns0:hasCommandKind
    rdfs:range ns0:Command .

ns0:isCommandOf
    rdfs:domain ns0:Command .