Commit b3105777 authored by Mauro Dragoni's avatar Mauro Dragoni
Browse files

Merge branch 'issue-28' into 'master'

Changed the policy from an anyURI to a Policy class

Closes #28

See merge request stf/stf-566/saref4wear!34
parents 39f7334c 855ad63b
Loading
Loading
Loading
Loading
+12 −6
Original line number Diff line number Diff line
@@ -194,6 +194,13 @@ s4wear:actsOn rdf:type owl:ObjectProperty ;
              rdfs:range s4wear:ActuableObject .



###  https://saref.etsi.org/saref4wear/followsPolicy
s4wear:followsPolicy rdf:type owl:ObjectProperty ;
                     rdfs:domain s4wear:Wearable ;
                     rdfs:range s4wear:Policy .


###  https://saref.etsi.org/saref4wear/controlsFeature
s4wear:controlsFeature rdf:type owl:ObjectProperty ;
                       rdfs:domain saref:Device ;
@@ -351,12 +358,6 @@ s4wear:emittedNoise rdf:type owl:DatatypeProperty ;
                    rdfs:range xsd:double .


###  https://saref.etsi.org/saref4wear/followsPolicies
s4wear:followsPolicies rdf:type owl:DatatypeProperty ;
                       rdfs:domain s4wear:Wearable ;
                       rdfs:range xsd:anyURI .


###  https://saref.etsi.org/saref4wear/hasBatteryLife
s4wear:hasBatteryLife rdf:type owl:DatatypeProperty ;
                      rdfs:domain s4wear:Wearable ;
@@ -778,6 +779,11 @@ s4wear:PhysicalObject rdf:type owl:Class ;
                      rdfs:label "Physical object"@en .


###  https://saref.etsi.org/saref4wear/Policy
s4wear:Policy rdf:type owl:Class ;
              rdfs:label "Policy"@en .


###  https://saref.etsi.org/saref4wear/PositionedWearable
s4wear:PositionedWearable rdf:type owl:Class ;
                          rdfs:subClassOf s4wear:Wearable ;