Definition of s4watr:WaterInfrastructure
Defined in https://saref.etsi.org/saref4watr/v1.1.1/ as:
A water infrastructure is the set of facilities, services, and installations needed for water management.
Description as a Class
- has super-classes
-
s4watr:isDesignedFor some
s4watr:Water
s4watr:isIntendedFor some s4watr:WaterUse
geo:Feature
saref:FeatureOfInterest
s4syst:System - has sub-classes
-
s4watr:DistributionSystem
s4watr:HydroelectricPowerPlant
s4watr:MonitoringInfrastructure
s4watr:StorageInfrastructure
s4watr:TreatmentPlant
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4syst: <https://saref.etsi.org/saref4syst/> .
@prefix s4watr: <https://saref.etsi.org/saref4watr/> .
@prefix saref: <https://saref.etsi.org/core/> .
s4watr:DistributionSystem rdfs:subClassOf s4watr:WaterInfrastructure .
s4watr:HydroelectricPowerPlant rdfs:subClassOf s4watr:WaterInfrastructure .
s4watr:MonitoringInfrastructure rdfs:subClassOf s4watr:WaterInfrastructure .
s4watr:StorageInfrastructure rdfs:subClassOf s4watr:WaterInfrastructure .
s4watr:TreatmentPlant rdfs:subClassOf s4watr:WaterInfrastructure .
<https://saref.etsi.org/saref4watr/v1.1.1/> dct:references s4watr:WaterInfrastructure ;
dct:subject s4watr:WaterInfrastructure .
<https://saref.etsi.org/saref4watr/v2.1.1/> dct:references s4watr:WaterInfrastructure ;
dct:subject s4watr:WaterInfrastructure .
s4watr:WaterInfrastructure a owl:Class ;
rdfs:label "Water infrastructure"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4watr/v1.1.1/>,
<https://saref.etsi.org/saref4watr/v2.1.1/> ;
rdfs:comment "A water infrastructure is the set of facilities, services, and installations needed for water management."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4watr/v1.1.1/>,
<https://saref.etsi.org/saref4watr/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4watr/v1.1.1/>,
<https://saref.etsi.org/saref4watr/v2.1.1/> ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty s4watr:isDesignedFor ;
owl:someValuesFrom s4watr:Water ],
[ a owl:Restriction ;
owl:onProperty s4watr:isIntendedFor ;
owl:someValuesFrom s4watr:WaterUse ],
geo:Feature,
saref:FeatureOfInterest,
s4syst:System ;
ns1:hiddenLabel "WaterInfrastructure" .