Definition of s4ehaw:hasValues
Defined in https://saref.etsi.org/saref4ehaw/v1.1.1/ as:
A relationship defining the set of values (an ordered array of numbers) of a certain property, e.g., heart rate. Attention: to assure ordering in the serialization format, it is necessary to use either rdf:Seq (RDF/XML) or @list (JSON-LD).
Definition as a Datatype Property
- has domain
- s4ehaw:TimeSeriesMeasurement
- has range
- xsd:decimal
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4ehaw: <https://saref.etsi.org/saref4ehaw/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
s4ehaw:TimeSeriesMeasurement rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom xsd:decimal ;
owl:onProperty s4ehaw:hasValues ] .
<https://saref.etsi.org/saref4ehaw/v1.1.1/example/UC3-ECG#> dct:references s4ehaw:hasValues .
<https://saref.etsi.org/saref4ehaw/v1.1.1/> dct:references s4ehaw:hasValues ;
dct:subject s4ehaw:hasValues .
s4ehaw:hasValues a owl:DatatypeProperty ;
rdfs:label "has values"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4ehaw/v1.1.1/>,
<https://saref.etsi.org/saref4ehaw/v1.1.1/example/UC3-ECG#> ;
rdfs:comment "A relationship defining the set of values (an ordered array of numbers) of a certain property, e.g., heart rate. Attention: to assure ordering in the serialization format, it is necessary to use either rdf:Seq (RDF/XML) or @list (JSON-LD)."@en ;
rdfs:domain s4ehaw:TimeSeriesMeasurement ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4ehaw/v1.1.1/> ;
rdfs:range xsd:decimal ;
rdfs:seeAlso <https://saref.etsi.org/saref4ehaw/v1.1.1/> ;
ns1:hiddenLabel "hasValues" .