Definition of s4watr:WaterKind
Defined in https://saref.etsi.org/saref4watr/v2.1.1/ as:
This class is used to define kinds of water features.
Description as a Class
- has super-classes
- saref:FeatureKind
- has members
- s4watr:DrinkingWater, s4watr:RawWater, s4watr:Stormwater, s4watr:Wastewater
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@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 s4watr: <https://saref.etsi.org/saref4watr/> .
@prefix saref: <https://saref.etsi.org/core/> .
s4watr:DrinkingWater a s4watr:WaterKind .
s4watr:RawWater a s4watr:WaterKind .
s4watr:Stormwater a s4watr:WaterKind .
s4watr:Wastewater a s4watr:WaterKind .
s4watr:WaterInfrastructure rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty s4watr:isDesignedFor ;
owl:someValuesFrom s4watr:WaterKind ] .
<https://saref.etsi.org/saref4watr/v2.1.1/example/WaterInfrastructure#> dct:references s4watr:WaterKind .
<https://saref.etsi.org/saref4watr/v2.1.1/> dct:references s4watr:WaterKind ;
dct:subject s4watr:WaterKind .
s4watr:WaterKind a owl:Class ;
rdfs:label "Water kind"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4watr/v2.1.1/>,
<https://saref.etsi.org/saref4watr/v2.1.1/example/WaterInfrastructure#> ;
rdfs:comment "This class is used to define kinds of water features."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4watr/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4watr/v2.1.1/> ;
rdfs:subClassOf saref:FeatureKind ;
ns1:hiddenLabel "WaterKind" .