Definition of s4watr:WaterFlowProperty
Defined in https://saref.etsi.org/saref4watr/v1.1.1/ as:
Class to group those properties related to water flow.
Description as a Class
- has super-classes
- saref:Property
- has members
- s4watr:FlowPressure, s4watr:FlowRate, s4watr:FlowTemperature, s4watr:FlowVolume
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:FlowPressure a s4watr:WaterFlowProperty .
s4watr:FlowRate a s4watr:WaterFlowProperty .
s4watr:FlowTemperature a s4watr:WaterFlowProperty .
s4watr:FlowVolume a s4watr:WaterFlowProperty .
s4watr:WaterMeter rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty saref:measuresProperty ;
owl:someValuesFrom s4watr:WaterFlowProperty ] .
<https://saref.etsi.org/saref4watr/v1.1.1/example/MeterMeasurement#> dct:references s4watr:WaterFlowProperty .
<https://saref.etsi.org/saref4watr/v1.1.1/example/WaterInfrastructure#> dct:references s4watr:WaterFlowProperty .
<https://saref.etsi.org/saref4watr/v2.1.1/example/MeterObservation#> dct:references s4watr:WaterFlowProperty .
<https://saref.etsi.org/saref4watr/v2.1.1/example/WaterInfrastructure#> dct:references s4watr:WaterFlowProperty .
<https://saref.etsi.org/saref4watr/v1.1.1/> dct:references s4watr:WaterFlowProperty ;
dct:subject s4watr:WaterFlowProperty .
<https://saref.etsi.org/saref4watr/v2.1.1/> dct:references s4watr:WaterFlowProperty ;
dct:subject s4watr:WaterFlowProperty .
s4watr:WaterFlowProperty a owl:Class ;
rdfs:label "Water flow property"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4watr/v1.1.1/>,
<https://saref.etsi.org/saref4watr/v1.1.1/example/MeterMeasurement#>,
<https://saref.etsi.org/saref4watr/v1.1.1/example/WaterInfrastructure#>,
<https://saref.etsi.org/saref4watr/v2.1.1/>,
<https://saref.etsi.org/saref4watr/v2.1.1/example/MeterObservation#>,
<https://saref.etsi.org/saref4watr/v2.1.1/example/WaterInfrastructure#> ;
rdfs:comment "Class to group those properties related to water flow."@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:Property ;
ns1:hiddenLabel "WaterFlowProperty" .