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

Added the new classification of water assets.

Closes #2.
parent cf50a7bd
Loading
Loading
Loading
Loading
+83 −6
Original line number Diff line number Diff line
@@ -583,6 +583,13 @@ s4watr:AcceptabilityProperty rdf:type owl:Class ;
                             rdfs:label "Acceptability property"@en .


###  https://saref.etsi.org/saref4watr/Aquifer
s4watr:Aquifer rdf:type owl:Class ;
               rdfs:subClassOf s4watr:StorageAsset ;
               rdfs:comment "An aquifer is an underground layer of water-bearing permeable rock, rock fractures or unconsolidated materials."@en ;
               rdfs:label "Aquifer"@en .


###  https://saref.etsi.org/saref4watr/BacterialProperty
s4watr:BacterialProperty rdf:type owl:Class ;
                         rdfs:subClassOf s4watr:MicrobialProperty ;
@@ -618,30 +625,58 @@ s4watr:DistributionSystem rdf:type owl:Class ;
                          rdfs:label "Distribution system"@en .


###  https://saref.etsi.org/saref4watr/Estuary
s4watr:Estuary rdf:type owl:Class ;
               rdfs:subClassOf s4watr:SinkAsset ;
               rdfs:comment "An estuary is a partially enclosed coastal body of brackish water with one or more rivers or streams flowing into it, and with a free connection to the open sea."@en ;
               rdfs:label "Estuary"@en .


###  https://saref.etsi.org/saref4watr/FireHydrant
s4watr:FireHydrant rdf:type owl:Class ;
                   rdfs:subClassOf s4watr:WaterAsset ;
                   rdfs:subClassOf s4watr:WaterDevice ;
                   rdfs:comment "A fire hydrant is a fitting in a street or other public place with a nozzle by which a fire hose may be attached to a water main."@en ;
                   rdfs:label "Fire hydrant"@en .


###  https://saref.etsi.org/saref4watr/Glacier
s4watr:Glacier rdf:type owl:Class ;
               rdfs:subClassOf s4watr:SourceAsset ;
               rdfs:comment "A glacier is a persistent body of dense ice that is constantly moving under its own weight."@en ;
               rdfs:label "Glacier"@en .


###  https://saref.etsi.org/saref4watr/Intake
s4watr:Intake rdf:type owl:Class ;
              rdfs:subClassOf s4watr:WaterAsset ;
              rdfs:subClassOf s4watr:TransportAsset ;
              rdfs:comment "An intake is an installation for obtaining water from a source of supply (river, lake, reservoir, and so on)."@en ;
              rdfs:label "Intake"@en .


###  https://saref.etsi.org/saref4watr/Lagoon
s4watr:Lagoon rdf:type owl:Class ;
              rdfs:subClassOf s4watr:SourceAsset ;
              rdfs:comment "A lagoon is a shallow body of water separated from a larger body of water by barrier islands or reefs."@en ;
              rdfs:label "Lagoon"@en .


###  https://saref.etsi.org/saref4watr/Lake
s4watr:Lake rdf:type owl:Class ;
            rdfs:subClassOf s4watr:SourceAsset ;
            rdfs:comment "A lake is an area filled with water, localized in a basin, surrounded by land, apart from any river or other outlet that serves to feed or drain the lake."@en ;
            rdfs:label "Lake"@en .


###  https://saref.etsi.org/saref4watr/Main
s4watr:Main rdf:type owl:Class ;
            rdfs:subClassOf s4watr:WaterAsset ;
            rdfs:subClassOf s4watr:TransportAsset ;
            rdfs:comment "A main is a passage of water to flow through."@en ;
            rdfs:label "Main"@en .


###  https://saref.etsi.org/saref4watr/Manhole
s4watr:Manhole rdf:type owl:Class ;
               rdfs:subClassOf s4watr:WaterAsset ;
               rdfs:subClassOf s4watr:TransportAsset ;
               rdfs:comment "A maintenance hole is an enclosure that facilitates human access to and working space for equipment."@en ;
               rdfs:label "Maintenance hole"@en ,
                          "Manhole"@en .
@@ -654,6 +689,13 @@ s4watr:MicrobialProperty rdf:type owl:Class ;
                         rdfs:label "Microbial property"@en .


###  https://saref.etsi.org/saref4watr/Ocean
s4watr:Ocean rdf:type owl:Class ;
             rdfs:subClassOf s4watr:SinkAsset ;
             rdfs:comment "An ocean is a large body of salt water."@en ;
             rdfs:label "Ocean"@en .


###  https://saref.etsi.org/saref4watr/Pipe
s4watr:Pipe rdf:type owl:Class ;
            rdfs:subClassOf s4watr:Main ;
@@ -663,7 +705,7 @@ s4watr:Pipe rdf:type owl:Class ;

###  https://saref.etsi.org/saref4watr/Pit
s4watr:Pit rdf:type owl:Class ;
           rdfs:subClassOf s4watr:WaterAsset ;
           rdfs:subClassOf s4watr:TransportAsset ;
           rdfs:comment "A pit is a well or hole sunk in the ground to procure, store or drain water."@en ;
           rdfs:label "Pit"@en .

@@ -683,6 +725,34 @@ s4watr:Reservoir rdf:type owl:Class ;
                 rdfs:label "Reservoir"@en .


###  https://saref.etsi.org/saref4watr/River
s4watr:River rdf:type owl:Class ;
             rdfs:subClassOf s4watr:SinkAsset ;
             rdfs:comment "A river is a natural flowing watercourse, usually freshwater, flowing towards an ocean, sea, lake or another river."@en ;
             rdfs:label "River"@en .


###  https://saref.etsi.org/saref4watr/Sea
s4watr:Sea rdf:type owl:Class ;
           rdfs:subClassOf s4watr:SinkAsset ;
           rdfs:comment "A sea is a body of salt water partly or fully enclosed by land."@en ;
           rdfs:label "Sea"@en .


###  https://saref.etsi.org/saref4watr/SinkAsset
s4watr:SinkAsset rdf:type owl:Class ;
                 rdfs:subClassOf s4watr:WaterAsset ;
                 rdfs:comment "A sink asset is a water asset where water sinks."@en ;
                 rdfs:label "Sink asset"@en .


###  https://saref.etsi.org/saref4watr/SourceAsset
s4watr:SourceAsset rdf:type owl:Class ;
                   rdfs:subClassOf s4watr:WaterAsset ;
                   rdfs:comment "A source asset is a water asset that is a natural source of water."@en ;
                   rdfs:label "Source asset"@en .


###  https://saref.etsi.org/saref4watr/StorageAsset
s4watr:StorageAsset rdf:type owl:Class ;
                    rdfs:subClassOf s4watr:WaterAsset ;
@@ -724,6 +794,13 @@ s4watr:TimeBasedTariff rdf:type owl:Class ;
                       rdfs:label "Time-based tariff"@en .


###  https://saref.etsi.org/saref4watr/TransportAsset
s4watr:TransportAsset rdf:type owl:Class ;
                      rdfs:subClassOf s4watr:WaterAsset ;
                      rdfs:comment "A transport asset is a water asset used to enable and support the transport and distribution of water."@en ;
                      rdfs:label "Transport asset"@en .


###  https://saref.etsi.org/saref4watr/TreatmentPlant
s4watr:TreatmentPlant rdf:type owl:Class ;
                      rdfs:subClassOf s4watr:WaterInfrastructure ;
@@ -741,7 +818,7 @@ s4watr:Valve rdf:type owl:Class ;

###  https://saref.etsi.org/saref4watr/Vent
s4watr:Vent rdf:type owl:Class ;
            rdfs:subClassOf s4watr:WaterAsset ;
            rdfs:subClassOf s4watr:TransportAsset ;
            rdfs:comment "A vent is the part of a system that allows air to enter a plumbing system to maintain proper air pressure and sewer gases to escape to the outside."@en ;
            rdfs:label "Vent"@en .