Commit 79a28f02 authored by Mauro Dragoni's avatar Mauro Dragoni
Browse files

Merge branch 'more-fixes' into 'master'

More fixes

See merge request stf/stf-566/saref4wear!45
parents b0b0bcab bac16308
Loading
Loading
Loading
Loading
+0 −26
Original line number Diff line number Diff line
@@ -2,11 +2,9 @@
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix voaf: <http://purl.org/vocommons/voaf#> .
@prefix geosp: <http://www.opengis.net/ont/geosparql#> .
@@ -417,22 +415,6 @@ saref:hasValue rdf:type owl:DatatypeProperty ;
               rdfs:label "has value"@en .


###  https://saref.etsi.org/saref4wear/emittedNoise
s4wear:emittedNoise rdf:type owl:DatatypeProperty ;
                    rdfs:domain s4wear:Wearable ;
                    rdfs:range xsd:double ;
                    rdfs:comment "A relationship defining the noise emitted by a wearable."@en ;
                    rdfs:label "emitted noise"@en .


###  https://saref.etsi.org/saref4wear/hasBatteryLife
s4wear:hasBatteryLife rdf:type owl:DatatypeProperty ;
                      rdfs:domain s4wear:Wearable ;
                      rdfs:range xsd:double ;
                      rdfs:comment "A relationship defining the battery life of a wearable."@en ;
                      rdfs:label "has battery life"@en .


###  https://saref.etsi.org/saref4wear/hasCapacity
s4wear:hasCapacity rdf:type owl:DatatypeProperty ;
                   rdfs:domain s4city:Facility ;
@@ -473,14 +455,6 @@ s4wear:hasLength rdf:type owl:DatatypeProperty ;
                 rdfs:label "has length"@en .


###  https://saref.etsi.org/saref4wear/hasOperatingTemperature
s4wear:hasOperatingTemperature rdf:type owl:DatatypeProperty ;
                               rdfs:domain s4wear:Wearable ;
                               rdfs:range xsd:double ;
                               rdfs:comment "A relationship defining the operating temperature of a wearable."@en ;
                               rdfs:label "has operating temperature"@en .


###  https://saref.etsi.org/saref4wear/hasStorage
s4wear:hasStorage rdf:type owl:DatatypeProperty ;
                  rdfs:domain s4wear:Wearable ;