Definition of s4watr:TransportAsset
Defined in https://saref.etsi.org/saref4watr/v1.1.1/ as:
A transport asset is a water asset used to enable and support the transport and distribution of water.
Description as a Class
- has super-classes
- s4watr:WaterAsset
- has sub-classes
-
s4watr:Intake
s4watr:Main
s4watr:Manhole
s4watr:Pit
s4watr:Vent
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/> .
s4watr:Intake rdfs:subClassOf s4watr:TransportAsset .
s4watr:Main rdfs:subClassOf s4watr:TransportAsset .
s4watr:Manhole rdfs:subClassOf s4watr:TransportAsset .
s4watr:Pit rdfs:subClassOf s4watr:TransportAsset .
s4watr:Vent rdfs:subClassOf s4watr:TransportAsset .
<https://saref.etsi.org/saref4watr/v1.1.1/> dct:references s4watr:TransportAsset ;
dct:subject s4watr:TransportAsset .
<https://saref.etsi.org/saref4watr/v2.1.1/> dct:references s4watr:TransportAsset ;
dct:subject s4watr:TransportAsset .
s4watr:TransportAsset a owl:Class ;
rdfs:label "Transport asset"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4watr/v1.1.1/>,
<https://saref.etsi.org/saref4watr/v2.1.1/> ;
rdfs:comment "A transport asset is a water asset used to enable and support the transport and distribution of 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 s4watr:WaterAsset ;
ns1:hiddenLabel "TransportAsset" .