Skip to content
Snippets Groups Projects
Commit 895e141e authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

Fixed the definition of measurement.

Closes #36.
parent 0832d137
No related branches found
No related tags found
No related merge requests found
......@@ -647,6 +647,10 @@ saref:Function rdf:type owl:Class ;
### https://saref.etsi.org/core/Measurement
saref:Measurement rdf:type owl:Class ;
rdfs:subClassOf [ rdf:type owl:Restriction ;
owl:onProperty saref:isMeasurementOf ;
owl:allValuesFrom saref:FeatureOfInterest
] ,
[ rdf:type owl:Restriction ;
owl:onProperty saref:isMeasuredIn ;
owl:allValuesFrom saref:UnitOfMeasure
] ,
......@@ -671,11 +675,6 @@ saref:Measurement rdf:type owl:Class ;
[ rdf:type owl:Restriction ;
owl:onProperty saref:hasValue ;
owl:cardinality "1"^^xsd:nonNegativeInteger
] ,
[ rdf:type owl:Restriction ;
owl:onProperty saref:hasValue ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:float
] ;
rdfs:comment "Represents the measured value made over a property. It is also linked to the unit of measure in which the value is expressed and the timestamp of the measurement."@en ;
rdfs:isDefinedBy saref: ;
......
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