Commit 895e141e authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

Fixed the definition of measurement.

Closes #36.
parent 0832d137
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -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: ;