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

Added new water infrastructures.

Closes #3.
parent b4697d73
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -639,6 +639,20 @@ s4watr:FireHydrant rdf:type owl:Class ;
                   rdfs:label "Fire hydrant"@en .


###  https://saref.etsi.org/saref4watr/GaugingStation
s4watr:GaugingStation rdf:type owl:Class ;
                      rdfs:subClassOf s4watr:MonitoringInfrastructure ;
                      rdfs:comment "A gauging station is an infrastructure to monitor and test terrestrial bodies of water."@en ;
                      rdfs:label "Gauging station"@en .


###  https://saref.etsi.org/saref4watr/HydroelectricPowerPlant
s4watr:HydroelectricPowerPlant rdf:type owl:Class ;
                               rdfs:subClassOf s4watr:WaterInfrastructure ;
                               rdfs:comment "A hydroelectric power plant is an infrastructure to generate electricity by conversion of the energy of running water."@en ;
                               rdfs:label "Hydroelectric power plant"@en .


###  https://saref.etsi.org/saref4watr/Glacier
s4watr:Glacier rdf:type owl:Class ;
               rdfs:subClassOf s4watr:SourceAsset ;
@@ -689,6 +703,13 @@ s4watr:MicrobialProperty rdf:type owl:Class ;
                         rdfs:label "Microbial property"@en .


###  https://saref.etsi.org/saref4watr/MonitoringInfrastructure
s4watr:MonitoringInfrastructure rdf:type owl:Class ;
                                rdfs:subClassOf s4watr:WaterInfrastructure ;
                                rdfs:comment "A monitoring infrastructure is an infrastructure to monitor water."@en ;
                                rdfs:label "Monitoring infrastructure"@en .


###  https://saref.etsi.org/saref4watr/Ocean
s4watr:Ocean rdf:type owl:Class ;
             rdfs:subClassOf s4watr:SinkAsset ;