Commit 9b360bc7 authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

Now measurements can also be taken for any water asset, and not only water meters.

Plus, a couple of labels have been fixed.
parent 6a612db4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ geosp:sfWithin rdf:type owl:ObjectProperty ;
###  https://saref.etsi.org/saref4syst/hasSubSystem
s4syst:hasSubSystem rdf:type owl:ObjectProperty ;
                    rdfs:isDefinedBy <https://saref.etsi.org/saref4syst/> ;
                    rdfs:label "has subsystem"@en .
                    rdfs:label "has sub-system"@en .


###  https://saref.etsi.org/saref4city/assesses
@@ -769,6 +769,7 @@ s4watr:Water rdf:type owl:Class ;
###  https://saref.etsi.org/saref4watr/WaterAsset
s4watr:WaterAsset rdf:type owl:Class ;
                      rdfs:subClassOf geosp:Feature ,
                                      saref:FeatureOfInterest ,
                                      s4syst:System ;     
                      rdfs:comment "A water asset is a physical entity used in the process of transporting, treating, storing and distributing water."@en ;
                      rdfs:label "Water asset"@en .
@@ -797,7 +798,6 @@ s4watr:WaterInfrastructure rdf:type owl:Class ;
s4watr:WaterMeter rdf:type owl:Class ;
                  rdfs:subClassOf s4watr:WaterDevice ,
                                  saref:Meter ,
                                  saref:FeatureOfInterest ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty saref:hasProperty ;
                                    owl:allValuesFrom s4watr:WaterMeterProperty
@@ -1177,7 +1177,7 @@ s4watr:Hardness rdf:type owl:NamedIndividual ,
###  https://saref.etsi.org/saref4watr/HydrogenIonConcentration
s4watr:HydrogenIonConcentration rdf:type owl:NamedIndividual ,
                                         s4watr:AceptabilityProperty ;
                                rdfs:label "HydrogenIonConcentration"@en ,
                                rdfs:label "Hydrogen ion concentration"@en ,
                                           "pH"@en .