From b1a473e4e06382c0d9544179aa62b0f172c05445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20Lefran=C3=A7ois?= Date: Fri, 24 May 2019 18:41:51 +0200 Subject: [PATCH] removed instances of the command classes --- ontology/saref.ttl | 129 +-------------------------------------------- 1 file changed, 1 insertion(+), 128 deletions(-) diff --git a/ontology/saref.ttl b/ontology/saref.ttl index b6ac638..2037053 100644 --- a/ontology/saref.ttl +++ b/ontology/saref.ttl @@ -1412,15 +1412,7 @@ saref:Cleaning rdf:type owl:NamedIndividual , saref:Task ; rdfs:comment "A type of task for which a device is designed"^^xsd:string ; rdfs:label "Cleaning"^^xsd:string . - - -### https://w3id.org/saref#Close -saref:Close rdf:type owl:NamedIndividual , - saref:CloseCommand , - saref:CloseState ; - rdfs:comment "The value CLOSE. It is used to instantiate different classes such as the CloseCommand class and CloseState class, for example. "^^xsd:string ; - rdfs:label "Close"^^xsd:string . - + ### https://w3id.org/saref#Comfort saref:Comfort rdf:type owl:NamedIndividual , @@ -1450,34 +1442,6 @@ saref:Entertainment rdf:type owl:NamedIndividual , rdfs:label "Entertainment"^^xsd:string . -### https://w3id.org/saref#GetCurrentMeterValue -saref:GetCurrentMeterValue rdf:type owl:NamedIndividual , - saref:GetCurrentMeterValueCommand ; - rdfs:comment "The command GET CURRENT METER VALUE. It is used to instantiate the GetCurrentMeterValueCommand class. "^^xsd:string ; - rdfs:label "Get current meter value"^^xsd:string . - - -### https://w3id.org/saref#GetMeterData -saref:GetMeterData rdf:type owl:NamedIndividual , - saref:GetMeterDataCommand ; - rdfs:comment "The command GET METER DATA. It is used to instantiate the GetMeterDataCommand class. "^^xsd:string ; - rdfs:label "Get meter data"^^xsd:string . - - -### https://w3id.org/saref#GetMeterHistory -saref:GetMeterHistory rdf:type owl:NamedIndividual , - saref:GetMeterHistoryCommand ; - rdfs:comment "The command GET METER HISTORY. It is used to instantiate the GetMeterHistoryCommand class. "^^xsd:string ; - rdfs:label "Get meter history"^^xsd:string . - - -### https://w3id.org/saref#GetSensingData -saref:GetSensingData rdf:type owl:NamedIndividual , - saref:GetSensingDataCommand ; - rdfs:comment "The command GET SENSING DATA. It is used to instantiate the GetSensingDataCommand class. "^^xsd:string ; - rdfs:label "Get sensing data"^^xsd:string . - - ### https://w3id.org/saref#Lighting saref:Lighting rdf:type owl:NamedIndividual , saref:Task ; @@ -1491,103 +1455,12 @@ saref:MeterReading rdf:type owl:NamedIndividual , rdfs:comment "A type of task for which a device is designed"^^xsd:string ; rdfs:label "Meter reading"^^xsd:string . - -### https://w3id.org/saref#Notify -saref:Notify rdf:type owl:NamedIndividual , - saref:NotifyCommand ; - rdfs:comment "The value NOTIFY. It is used to instantiate the NotifyCommand."^^xsd:string ; - rdfs:label "Notify"^^xsd:string . - - -### https://w3id.org/saref#Off -saref:Off rdf:type owl:NamedIndividual , - saref:OffCommand , - saref:OffState ; - rdfs:comment "The value OFF. It is used to instantiate different classes such as the OffCommand class and OffState class. "^^xsd:string ; - rdfs:label "Off "^^xsd:string . - - -### https://w3id.org/saref#On -saref:On rdf:type owl:NamedIndividual , - saref:OnCommand , - saref:OnState ; - rdfs:comment "The value ON. It is used to instantiate different classes such as the OnCommand class and OnState class. "^^xsd:string ; - rdfs:label "On"^^xsd:string . - - -### https://w3id.org/saref#Open -saref:Open rdf:type owl:NamedIndividual , - saref:OpenCommand , - saref:OpenState ; - rdfs:comment "The value OPEN. It is used to instantiate different classes such as the OpenCommand class and OpenState class. "^^xsd:string ; - rdfs:label "Open"^^xsd:string . - - -### https://w3id.org/saref#Pause -saref:Pause rdf:type owl:NamedIndividual , - saref:PauseCommand ; - rdfs:comment "The value PAUSE. It is used to instantiate classes such as the PauseCommand class."^^xsd:string ; - rdfs:label "Pause"^^xsd:string . - - ### https://w3id.org/saref#Safety saref:Safety rdf:type owl:NamedIndividual , saref:Task ; rdfs:comment "A type of task for which a device is designed"^^xsd:string ; rdfs:label "Safety"^^xsd:string . - -### https://w3id.org/saref#SetAbsoluteLevel -saref:SetAbsoluteLevel rdf:type owl:NamedIndividual , - saref:SetAbsoluteLevelCommand ; - rdfs:comment "The value SET ABSOLUTE LEVEL. It is used to instantiate classes such as the SetAbsoluteLevelCommand class. "^^xsd:string ; - rdfs:label "Set absolute level"^^xsd:string . - - -### https://w3id.org/saref#SetRelativeLevel -saref:SetRelativeLevel rdf:type owl:NamedIndividual , - saref:SetRelativeLevelCommand ; - rdfs:comment "The value SET RELATIVE LEVEL. It is used to instantiate classes such as the SetRelativeLevelCommand class. "^^xsd:string ; - rdfs:label "Set relative level"^^xsd:string . - - -### https://w3id.org/saref#Start -saref:Start rdf:type owl:NamedIndividual , - saref:StartCommand , - saref:StartState ; - rdfs:comment "The value START. It is used to instantiate different classes such as the StartCommand class and StartState class. "^^xsd:string ; - rdfs:label "Start"^^xsd:string . - - -### https://w3id.org/saref#StepDown -saref:StepDown rdf:type owl:NamedIndividual , - saref:StepDownCommand ; - rdfs:comment "The value STEP DOWN. It is used to instantiate the StepDownCommand class. "^^xsd:string ; - rdfs:label "Step down"^^xsd:string . - - -### https://w3id.org/saref#StepUp -saref:StepUp rdf:type owl:NamedIndividual , - saref:StepUpCommand ; - rdfs:comment "The value STEP UP. It is used to instantiate the StepUpCommand class. "^^xsd:string ; - rdfs:label "Step up"^^xsd:string . - - -### https://w3id.org/saref#Stop -saref:Stop rdf:type owl:NamedIndividual , - saref:StopCommand , - saref:StopState ; - rdfs:comment "The value STOP. It is used to instantiate different classes such as the StopCommand class and StopState class. "^^xsd:string ; - rdfs:label "Stop"^^xsd:string . - - -### https://w3id.org/saref#Toggle -saref:Toggle rdf:type owl:NamedIndividual , - saref:ToggleCommand ; - rdfs:comment "The value TOGGLE. It is used to instantiate the the ToggleCommand class"^^xsd:string ; - rdfs:label "Toggle"^^xsd:string . - - ### https://w3id.org/saref#Washing saref:Washing rdf:type owl:NamedIndividual , saref:Task ; -- GitLab