Commit fe1c04e9 authored by Marc Girod-Genet's avatar Marc Girod-Genet
Browse files

New version uploaded for addressing comment #82 from Maxime Lefrançois.

parent f3c38fe4
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -412,7 +412,7 @@ s4envi:hasFrequencyMeasurement rdf:type owl:ObjectProperty ;
###  https://saref.etsi.org/saref4ehaw/activityDuration
###  https://saref.etsi.org/saref4ehaw/activityDuration
s4ehaw:activityDuration rdf:type owl:DatatypeProperty ;
s4ehaw:activityDuration rdf:type owl:DatatypeProperty ;
                        rdfs:domain s4ehaw:Activity ;
                        rdfs:domain s4ehaw:Activity ;
                        rdfs:range xsd:duration ;
                        rdfs:range xsd:float ;
                        rdfs:comment "The duration of an activity, in second."@en ;
                        rdfs:comment "The duration of an activity, in second."@en ;
                        rdfs:label "activity duration"@en .
                        rdfs:label "activity duration"@en .


@@ -678,7 +678,7 @@ s4ehaw:lastName rdf:type owl:DatatypeProperty ;
###  https://saref.etsi.org/saref4ehaw/latency
###  https://saref.etsi.org/saref4ehaw/latency
s4ehaw:latency rdf:type owl:DatatypeProperty ;
s4ehaw:latency rdf:type owl:DatatypeProperty ;
               rdfs:domain s4ehaw:MeasurementFunction ;
               rdfs:domain s4ehaw:MeasurementFunction ;
               rdfs:range xsd:duration ;
               rdfs:range xsd:float ;
               rdfs:comment "The latency is the time interval between the stimulation and response of a measurement function (in ms)."@en ;
               rdfs:comment "The latency is the time interval between the stimulation and response of a measurement function (in ms)."@en ;
               rdfs:label "latency"@en .
               rdfs:label "latency"@en .


@@ -686,8 +686,8 @@ s4ehaw:latency rdf:type owl:DatatypeProperty ;
###  https://saref.etsi.org/saref4ehaw/lifetime
###  https://saref.etsi.org/saref4ehaw/lifetime
s4ehaw:lifetime rdf:type owl:DatatypeProperty ;
s4ehaw:lifetime rdf:type owl:DatatypeProperty ;
                rdfs:domain s4ehaw:Ban ;
                rdfs:domain s4ehaw:Ban ;
                rdfs:range xsd:duration ;
                rdfs:range xsd:float ;
                rdfs:comment "The BAN lifetime, e.g. BAN for entertainment purposes should have a lifetime of weeks or few years whereas BAN dedicated for assisted living or anomaly monitoring should last for many years."@en ;
                rdfs:comment "The BAN lifetime (in month), e.g. BAN for entertainment purposes should have a lifetime of weeks or few years whereas BAN dedicated for assisted living or anomaly monitoring should last for many years."@en ;
                rdfs:label "lifetime"@en .
                rdfs:label "lifetime"@en .