@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/saref#> . @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 ns1: <A\u0020directive\u0020that\u0020a\u0020device\u0020must\u0020support\u0020to\u0020perform\u0020a\u0020certain\u0020function.\u0020A\u0020command\u0020may\u0020act\u0020upon\u0020a\u0020state,\u0020but\u0020does\u0020not\u0020necessarily\u0020act\u0020upon\u0020a\u0020state.\u0020For\u0020example,\u0020the\u0020ON\u0020command\u0020acts\u0020upon\u0020the\u0020ON/> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:CloseCommand rdfs:subClassOf ns0:Command . ns0:Command metadata_def:mappingLoom "command" ; metadata_def:mappingSameURI ns0:Command ; metadata_def:prefLabel "Command" ; metadata:prefixIRI "saref:Command" ; a owl:Class ; rdfs:comment "A directive that a device must support to perform a certain function. A command may act upon a state, but does not necessarily act upon a state. For example, the ON command acts upon the ON/OFF state, but the GET command does not act upon any state, it simply gives a directive to retrieve a certain value. We propose here a list of commands that are relevant for the purpose of SAREF, but this list can be extended." ; rdfs:label "Command" ; rdfs:subClassOf owl:Thing . ns0:GetCommand rdfs:subClassOf ns0:Command . ns0:NotifyCommand rdfs:subClassOf ns0:Command . ns0:OffCommand rdfs:subClassOf ns0:Command . ns0:OnCommand rdfs:subClassOf ns0:Command . ns0:OpenCommand rdfs:subClassOf ns0:Command . ns0:PauseCommand rdfs:subClassOf ns0:Command . ns0:SetLevelCommand rdfs:subClassOf ns0:Command . ns0:StartCommand rdfs:subClassOf ns0:Command . ns0:StepDownCommand rdfs:subClassOf ns0:Command . ns0:StepUpCommand rdfs:subClassOf ns0:Command . ns0:StopCommand rdfs:subClassOf ns0:Command . ns0:ToggleCommand rdfs:subClassOf ns0:Command .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/saref#> .
@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 ns1: <A\u0020directive\u0020that\u0020a\u0020device\u0020must\u0020support\u0020to\u0020perform\u0020a\u0020certain\u0020function.\u0020A\u0020command\u0020may\u0020act\u0020upon\u0020a\u0020state,\u0020but\u0020does\u0020not\u0020necessarily\u0020act\u0020upon\u0020a\u0020state.\u0020For\u0020example,\u0020the\u0020ON\u0020command\u0020acts\u0020upon\u0020the\u0020ON/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:CloseCommand
    rdfs:subClassOf ns0:Command .

ns0:Command
    metadata_def:mappingLoom "command" ;
    metadata_def:mappingSameURI ns0:Command ;
    metadata_def:prefLabel "Command" ;
    metadata:prefixIRI "saref:Command" ;
    a owl:Class ;
    rdfs:comment "A directive that a device must support to perform a certain function. A command may act upon a state, but does not necessarily act upon a state. For example, the ON command acts upon the ON/OFF state, but the GET command does not act upon any state, it simply gives a directive to retrieve a certain value. We propose here a list of commands that are relevant for the purpose of SAREF, but this list can be extended." ;
    rdfs:label "Command" ;
    rdfs:subClassOf owl:Thing .

ns0:GetCommand
    rdfs:subClassOf ns0:Command .

ns0:NotifyCommand
    rdfs:subClassOf ns0:Command .

ns0:OffCommand
    rdfs:subClassOf ns0:Command .

ns0:OnCommand
    rdfs:subClassOf ns0:Command .

ns0:OpenCommand
    rdfs:subClassOf ns0:Command .

ns0:PauseCommand
    rdfs:subClassOf ns0:Command .

ns0:SetLevelCommand
    rdfs:subClassOf ns0:Command .

ns0:StartCommand
    rdfs:subClassOf ns0:Command .

ns0:StepDownCommand
    rdfs:subClassOf ns0:Command .

ns0:StepUpCommand
    rdfs:subClassOf ns0:Command .

ns0:StopCommand
    rdfs:subClassOf ns0:Command .

ns0:ToggleCommand
    rdfs:subClassOf ns0:Command .