Commit 7972b63b authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

Fixed typos in properties.

parent 72d19e57
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -705,14 +705,14 @@ s4watr:Pump rdf:type owl:Class ;
###  https://saref.etsi.org/saref4watr/Reservoir
s4watr:Reservoir rdf:type owl:Class ;
                     rdfs:subClassOf s4watr:StorageAsset ;
                     rdfs:comment: "A reservoir is an enlarged natural or artificial lake, pond or impoundment created using a dam or lock to store water."@en ;
                     rdfs:comment "A reservoir is an enlarged natural or artificial lake, pond or impoundment created using a dam or lock to store water."@en ;
                     rdfs:label "Reservoir"@en .


###  https://saref.etsi.org/saref4watr/StorageAsset
s4watr:StorageAsset rdf:type owl:Class ;
                    rdfs:subClassOf s4watr:WaterAsset ;
                    rdfs:comment: "A storage asset is a water asset used to store water."@en ;
                    rdfs:comment "A storage asset is a water asset used to store water."@en ;
                    rdfs:label "Storage asset"@en .


@@ -726,7 +726,7 @@ s4watr:StorageInfrastructure rdf:type owl:Class ;
###  https://saref.etsi.org/saref4watr/Tank
s4watr:Tank rdf:type owl:Class ;
            rdfs:subClassOf s4watr:StorageAsset ;
            rdfs:comment: "A water tank is a container for storing water."@en ;
            rdfs:comment "A water tank is a container for storing water."@en ;
            rdfs:label "Tank"@en .


@@ -753,7 +753,7 @@ s4watr:TimeBasedTariff rdf:type owl:Class ;
###  https://saref.etsi.org/saref4watr/TreatmentPlant
s4watr:TreatmentPlant rdf:type owl:Class ;
                      rdfs:subClassOf s4watr:WaterInfrastructure ;
                      rdfs:comment: "A water treatment plant is an infrastructure to improve the quality of water to make it more acceptable for a specific end-use."@en ;
                      rdfs:comment "A water treatment plant is an infrastructure to improve the quality of water to make it more acceptable for a specific end-use."@en ;
                      rdfs:label "Treatment plant"@en .