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

Changed the policy from an anyURI to a Policy class.

parent 13e7bc65
Loading
Loading
Loading
Loading
+11 −6
Original line number Original line Diff line number Diff line
@@ -194,6 +194,12 @@ s4wear:actsOn rdf:type owl:ObjectProperty ;
              rdfs:range s4wear:ActuableObject .
              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/hasInterface
###  https://saref.etsi.org/saref4wear/hasInterface
s4wear:hasInterface rdf:type owl:ObjectProperty ;
s4wear:hasInterface rdf:type owl:ObjectProperty ;
                    rdfs:domain saref:Device ;
                    rdfs:domain saref:Device ;
@@ -339,12 +345,6 @@ s4wear:emittedNoise rdf:type owl:DatatypeProperty ;
                    rdfs:range xsd:double .
                    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
###  https://saref.etsi.org/saref4wear/hasBatteryLife
s4wear:hasBatteryLife rdf:type owl:DatatypeProperty ;
s4wear:hasBatteryLife rdf:type owl:DatatypeProperty ;
                      rdfs:domain s4wear:Wearable ;
                      rdfs:domain s4wear:Wearable ;
@@ -766,6 +766,11 @@ s4wear:PhysicalObject rdf:type owl:Class ;
                      rdfs:label "Physical object"@en .
                      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
###  https://saref.etsi.org/saref4wear/PositionedWearable
s4wear:PositionedWearable rdf:type owl:Class ;
s4wear:PositionedWearable rdf:type owl:Class ;
                          rdfs:subClassOf s4wear:Wearable ;
                          rdfs:subClassOf s4wear:Wearable ;