Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -412,7 +412,7 @@ s4envi:hasFrequencyMeasurement rdf:type owl:ObjectProperty ;
### https://saref.etsi.org/saref4ehaw/activityDuration
s4ehaw:activityDuration rdf:type owl:DatatypeProperty ;
rdfs:domain s4ehaw:Activity ;
rdfs:range xsd:duration ;
rdfs:range xsd:float ;
rdfs:comment "The duration of an activity, in second."@en ;
rdfs:label "activity duration"@en .
......@@ -678,7 +678,7 @@ s4ehaw:lastName rdf:type owl:DatatypeProperty ;
### https://saref.etsi.org/saref4ehaw/latency
s4ehaw:latency rdf:type owl:DatatypeProperty ;
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:label "latency"@en .
......@@ -686,8 +686,8 @@ s4ehaw:latency rdf:type owl:DatatypeProperty ;
### https://saref.etsi.org/saref4ehaw/lifetime
s4ehaw:lifetime rdf:type owl:DatatypeProperty ;
rdfs:domain s4ehaw:Ban ;
rdfs:range xsd:duration ;
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:range xsd:float ;
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 .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment