Commit 824bfe8a authored by Mauro Dragoni's avatar Mauro Dragoni
Browse files

Merge branch 'develop' into 'master'

Added hasBatteryLife datatype property. Issue #26.

See merge request stf/stf-566/saref4wear!25
parents 513781bd 6c773b90
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -343,6 +343,12 @@ s4wear:followsPolicies rdf:type owl:DatatypeProperty ;
                       rdfs:range xsd:anyURI .


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


###  https://saref.etsi.org/saref4wear/hasCapacity
s4wear:hasCapacity rdf:type owl:DatatypeProperty ;
                   rdfs:domain s4city:Facility ;