Commit 743a3c09 authored by David Gnabasik's avatar David Gnabasik
Browse files

issue-10 changes.

parent d7c74746
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -145,7 +145,7 @@ saref:hasProperty rdf:type owl:ObjectProperty ;




###  https://saref.etsi.org/core/isControlledByDevice
###  https://saref.etsi.org/core/isControlledByDevice
saref:isControlledByDevice rdf:type owl:ObjectProperty ;
saref:isControlledBy rdf:type owl:ObjectProperty ;
                           rdfs:comment "A relationship specifying the devices that can control a certain property"@en ;
                           rdfs:comment "A relationship specifying the devices that can control a certain property"@en ;
                           rdfs:isDefinedBy saref: ;
                           rdfs:isDefinedBy saref: ;
                           rdfs:label "is controlled by device"@en .
                           rdfs:label "is controlled by device"@en .
@@ -825,7 +825,7 @@ saref:Measurement rdf:type owl:Class ;
###  https://saref.etsi.org/core/Property
###  https://saref.etsi.org/core/Property
saref:Property rdf:type owl:Class ;
saref:Property rdf:type owl:Class ;
               rdfs:subClassOf [ rdf:type owl:Restriction ;
               rdfs:subClassOf [ rdf:type owl:Restriction ;
                                 owl:onProperty saref:isControlledByDevice ;
                                 owl:onProperty saref:isControlledBy ;
                                 owl:allValuesFrom saref:Device
                                 owl:allValuesFrom saref:Device
                               ] ,
                               ] ,
                               [ rdf:type owl:Restriction ;
                               [ rdf:type owl:Restriction ;