Commit 38b3304d authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

Merge branch 'issue-31' into 'master'

Closes Issue #31

Closes #31

See merge request SAREF/saref-core!10
parents cfd3e81f a824f743
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -302,7 +302,7 @@ saref:CloseCommand rdf:type owl:Class ;
                   rdfs:subClassOf saref:Command ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty saref:actsUpon ;
                                     owl:allValuesFrom saref:OpenCloseState
                                     owl:someValuesFrom saref:OpenCloseState
                                   ] ;
                   owl:disjointWith saref:OpenCommand ;
                   rdfs:comment "A type of command"^^xsd:string ;
@@ -780,7 +780,7 @@ saref:OffCommand rdf:type owl:Class ;
                 rdfs:subClassOf saref:Command ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty saref:actsUpon ;
                                   owl:allValuesFrom saref:OnOffState
                                   owl:someValuesFrom saref:OnOffState
                                 ] ;
                 owl:disjointWith saref:OnCommand ;
                 rdfs:comment "A type of command"^^xsd:string ;
@@ -799,7 +799,7 @@ saref:OnCommand rdf:type owl:Class ;
                rdfs:subClassOf saref:Command ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty saref:actsUpon ;
                                  owl:allValuesFrom saref:OnOffState
                                  owl:someValuesFrom saref:OnOffState
                                ] ;
                rdfs:comment "A type of command"^^xsd:string ;
                rdfs:label "On command"^^xsd:string .
@@ -862,7 +862,7 @@ saref:OpenCommand rdf:type owl:Class ;
                  rdfs:subClassOf saref:Command ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty saref:actsUpon ;
                                    owl:allValuesFrom saref:OpenCloseState
                                    owl:someValuesFrom saref:OpenCloseState
                                  ] ;
                  rdfs:comment "A type of command"^^xsd:string ;
                  rdfs:label "Open command"^^xsd:string .
@@ -1019,7 +1019,7 @@ saref:SetLevelCommand rdf:type owl:Class ;
                      rdfs:subClassOf saref:Command ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty saref:actsUpon ;
                                        owl:allValuesFrom saref:MultiLevelState
                                        owl:someValuesFrom saref:MultiLevelState
                                      ] ;
                      rdfs:comment "A type of command"^^xsd:string ;
                      rdfs:label "Set level command"^^xsd:string .
@@ -1067,7 +1067,7 @@ saref:StartCommand rdf:type owl:Class ;
                   rdfs:subClassOf saref:Command ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty saref:actsUpon ;
                                     owl:allValuesFrom saref:StartStopState
                                     owl:someValuesFrom saref:StartStopState
                                   ] ;
                   owl:disjointWith saref:StopCommand ;
                   rdfs:comment "A type of command"^^xsd:string ;
@@ -1114,7 +1114,7 @@ saref:StepDownCommand rdf:type owl:Class ;
                      rdfs:subClassOf saref:Command ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty saref:actsUpon ;
                                        owl:allValuesFrom saref:MultiLevelState
                                        owl:someValuesFrom saref:MultiLevelState
                                      ] ;
                      owl:disjointWith saref:StepUpCommand ;
                      rdfs:comment "A type of command"^^xsd:string ;
@@ -1126,7 +1126,7 @@ saref:StepUpCommand rdf:type owl:Class ;
                    rdfs:subClassOf saref:Command ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty saref:actsUpon ;
                                      owl:allValuesFrom saref:MultiLevelState
                                      owl:someValuesFrom saref:MultiLevelState
                                    ] ;
                    rdfs:comment "A type of command"^^xsd:string ;
                    rdfs:label "Step up command"^^xsd:string .
@@ -1137,7 +1137,7 @@ saref:StopCommand rdf:type owl:Class ;
                  rdfs:subClassOf saref:Command ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty saref:actsUpon ;
                                    owl:allValuesFrom saref:StartStopState
                                    owl:someValuesFrom saref:StartStopState
                                  ] ;
                  rdfs:comment "A type of command"^^xsd:string ;
                  rdfs:label "Stop command"^^xsd:string .