Commit 2c82124b authored by moreiraj's avatar moreiraj
Browse files

Added description about serialization the ordering of :hasValues

parent 99735f39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 .