Definition of s4watr:WaterDevice
Defined in https://saref.etsi.org/saref4watr/v1.1.1/ as:
A water device is a device that is also a water asset.
Description as a Class
- has super-classes
-
saref:Device
s4watr:WaterAsset - has sub-classes
-
s4watr:FireHydrant
s4watr:Pump
s4watr:Valve
s4watr:WaterMeter
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:FireHydrant rdfs:subClassOf s4watr:WaterDevice .
s4watr:Pump rdfs:subClassOf s4watr:WaterDevice .
s4watr:Valve rdfs:subClassOf s4watr:WaterDevice .
s4watr:WaterMeter rdfs:subClassOf s4watr:WaterDevice .
<https://saref.etsi.org/saref4watr/v1.1.1/> dct:references s4watr:WaterDevice ;
dct:subject s4watr:WaterDevice .
<https://saref.etsi.org/saref4watr/v2.1.1/> dct:references s4watr:WaterDevice ;
dct:subject s4watr:WaterDevice .
s4watr:WaterDevice a owl:Class ;
rdfs:label "Water device"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4watr/v1.1.1/>,
<https://saref.etsi.org/saref4watr/v2.1.1/> ;
rdfs:comment "A water device is a device that is also a water asset."@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 saref:Device,
s4watr:WaterAsset ;
ns1:hiddenLabel "WaterDevice" .