Definition of s4watr:WaterAsset
Defined in https://saref.etsi.org/saref4watr/v1.1.1/ as:
A water asset is a physical entity used in the process of transporting, treating, storing and distributing water.
Description as a Class
- has super-classes
-
geo:Feature
saref:FeatureOfInterest
s4syst:System - has sub-classes
-
s4watr:SinkAsset
s4watr:SourceAsset
s4watr:StorageAsset
s4watr:TransportAsset
s4watr:WaterDevice
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:SinkAsset rdfs:subClassOf s4watr:WaterAsset .
s4watr:SourceAsset rdfs:subClassOf s4watr:WaterAsset .
s4watr:StorageAsset rdfs:subClassOf s4watr:WaterAsset .
s4watr:TransportAsset rdfs:subClassOf s4watr:WaterAsset .
s4watr:WaterDevice rdfs:subClassOf s4watr:WaterAsset .
<https://saref.etsi.org/saref4watr/v1.1.1/> dct:references s4watr:WaterAsset ;
dct:subject s4watr:WaterAsset .
<https://saref.etsi.org/saref4watr/v2.1.1/> dct:references s4watr:WaterAsset ;
dct:subject s4watr:WaterAsset .
s4watr:WaterAsset a owl:Class ;
rdfs:label "Water asset"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4watr/v1.1.1/>,
<https://saref.etsi.org/saref4watr/v2.1.1/> ;
rdfs:comment "A water asset is a physical entity used in the process of transporting, treating, storing and distributing water."@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 geo:Feature,
saref:FeatureOfInterest,
s4syst:System ;
ns1:hiddenLabel "WaterAsset" .