From 2c82124b1ad577dcd3be2fbb5678f7ba879de55c Mon Sep 17 00:00:00 2001 From: moreiraj Date: Wed, 6 May 2020 20:54:39 +0200 Subject: [PATCH] Added description about serialization the ordering of :hasValues --- ontology/saref4ehaw.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ontology/saref4ehaw.ttl b/ontology/saref4ehaw.ttl index 3d0c7da..a375e51 100644 --- a/ontology/saref4ehaw.ttl +++ b/ontology/saref4ehaw.ttl @@ -630,7 +630,7 @@ s4ehaw:hasResult rdf:type owl:DatatypeProperty ; ### https://saref.etsi.org/saref4ehaw/hasValues s4ehaw:hasValues rdf:type owl:DatatypeProperty ; - rdfs:comment "A relationship defining the set of values (an array) of a certain property, e.g., heart rate"@en ; + 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:label "has values"@en . -- GitLab