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

The emmited noise is already represented as a property.

parent b0b0bcab
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
@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,14 +416,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 ;