s4watr:WaterKind — Water kind

IRI
https://saref.etsi.org/saref4watr/WaterKind
Is defined by
https://saref.etsi.org/saref4watr/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4watr/v2.1.1/
https://saref.etsi.org/saref4watr/v2.1.1/example/WaterInfrastructure#
Download serialization
License

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

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" .