SAREF4WATR ontology and semantics
Introduction and overview
The present document is a technical specification of SAREF4WATR, an OWL-DL ontology that extends SAREF for the Water domain.
SAREF4WATR V2.1.1 is a major revision of SAREF4WATR, using updated reference ontology patterns specified in ETSI TS 103 548 [3] to solve the harmonization needs identified in ETSI TR 103 781 [i.9], with updated development framework and tools defined in ETSI TS 103 673 [i.10].
This extension has been created by investigating resources from potential stakeholders of the ontology, such as standardization initiatives, associations, European projects, EC directives, existing ontologies, and data repositories, as reported in ETSI TR 103 547 [i.1]. In addition, the use cases defined in [i.1] were also taken into account, namely:
- Use case 1: Remote reading of metrological registers
- Use case 2: Advanced meter reading and configuration
- Use case 3: Risk management over water critical infrastructure
- Use case 4: Interaction of cross-domain variables and models for policy-making
Taking into account ontologies, data models, standards and datasets provided by the identified stakeholders, a set of requirements were identified and grouped in the following categories: Water infrastructure, Water meter, Meter observations, Infrastructure observations, Water observations, Indicators, and Tariff. Such requirements and categories were validated during the "SAREF4WATR Validation Workshop" at the ICT4Water Cluster annual event in Brussels on 11th June 2019. During the workshop, attendees validated the use cases proposed above and the list of requirements for the above-mentioned categories. According to the feedback and outcomes of the workshop, some actions were taken such as to better define the geolocation of meters or to allow connecting information from the water domain to other domains. The concrete decisions were reported in ETSI TR 103 547 [i.1]. The requirements listed in ETSI TR 103 547 [i.1] were taken as input for the ontology development.
SAREF4WATR is an OWL-DL ontology that extends SAREF and reuses six other ontologies. SAREF4WATR includes 54 classes (40 defined in SAREF4WATR and 14 reused from the SAREF, SAREF4CITY, SAREF4SYST, time, geo, and sf), 34 object properties (8 defined in SAREF4WATR and 26 reused from SAREF, SAREF4CITY, SAREF4SYST, and geo), 19 data type properties (12 defined in SAREF4WATR and 7 reused from SAREF and SAREF4CITY), and 65 individuals.
SAREF4WATR focuses on extending SAREF in order to create a common core of general concepts for water data oriented to the IoT field. The main idea is to identify the core components, as mentioned, that could be extended for particular water subdomains, for example, for water supply.
The prefixes and namespaces used in SAREF4WATR and in the present document are listed in Table 1.
Prefix | Namespace |
---|---|
dct | http://purl.org/dc/terms/ |
geo | http://www.opengis.net/ont/geosparql# |
owl | http://www.w3.org/2002/07/owl# |
rdf | http://www.w3.org/1999/02/22-rdf-syntax-ns# |
rdfs | http://www.w3.org/2000/01/rdf-schema# |
s4city | https://saref.etsi.org/saref4city/ |
s4syst | https://saref.etsi.org/saref4syst/ |
s4watr | https://saref.etsi.org/saref4watr/ |
saref | https://saref.etsi.org/core/ |
schema | http://schema.org/ |
sf | http://www.opengis.net/ont/sf# |
time | http://www.w3.org/2006/time# |
vann | http://purl.org/vocab/vann/ |
xsd | http://www.w3.org/2001/XMLSchema# |
SAREF4WATR
General Overview
An overview of the SAREF4WATR ontology is provided in Figures 1 and 2. For all the entities described in the present document, it is indicated whether they are defined in the SAREF4WATR extension or elsewhere by the prefix included before their identifier, i.e. if the element is defined in SAREF4WATR, the prefix is s4watr
, while if the element is reused from another ontology it is indicated by a prefix according to Table 1.
Arrows are used to represent properties between classes and to represent some RDF, RDF-S and OWL constructs, more precisely:
- Plain arrows with white triangles represent the
rdfs:subClassOf
relation between two classes. The origin of the arrow is the class to be declared as subclass of the class at the destination of the arrow. - Dashed arrows between two classes indicate a local restriction in the origin class, i.e. that the object property can be instantiated between the classes in the origin and the destination of the arrow. The identifier of the object property is indicated within the arrow.
- Dashed arrows with no identifier are used to represent the
rdf:type
relation, indicating that the element in the origin of the arrow is an instance of the class in the destination of the arrow.
Datatype properties are denoted by rectangles attached to the classes, in an UML-oriented way. Dashed boxes represent local restrictions in the class, i.e. datatype properties that can be applied to the class they are attached to.
Individuals are denoted by rectangles in which the identifier is underlined.
Note that Figures 1 and 2 aim at showing a global overview of the main classes of SAREF4WATR and their mutual relations. More details on the different parts of the figures are provided from clause 4.2.2 to clause 4.2.9.


Observation
As it appears in Figure 3, the modelling of observations in the SAREF4WATR ontology relies on the observation model proposed in SAREF. In order to reduce duplication with SAREF documentation, the reader is referred to the SAREF specification ETSI TS 103 264 [1] for details about observation modelling including here details only for the new concepts.
SAREF allows to define the temporal extent of an observation by defining the timestamp for it (using the saref:hasResultTime
property) and to define the temporal interval to which an observation applies, apart from the temporal instant defined by the timestamp (using the saref:hasPhenomenonTime
property).
Besides, the extension requires to be able to represent those devices that observe a certain feature of interest (and those features of interest that are observed by a device) independently of having observations from which this relationship could be inferred. This can be represented with two properties of SAREF that relate saref:Device
and saref:FeatureOfInterest
: saref:actsUpon
and saref:isActedUponBy
.

Water meter
Figure 4 provides an overview of how to represent a water meter using the s4watr:WaterMeter
class. The representation of water meters and their properties has been extracted from the European M-Bus standard (EN 13757-2 [i.2]).
A water meter may be defined by the properties inherited from SAREF (e.g. saref:hasManufacturer
or saref:hasModel
) and also by a set of properties defined in SAREF4WATR to indicate: its fabrication number (s4watr:hasFabricationNumber
), its firmware version (s4watr:hasFirmwareVersion
), its hardware version (s4watr:hasHardwareVersion
), its version (saref:hasVersion
), the radio frequency in which it operates (s4watr:operatesAtRadioFrequency
), and its required power (s4watr:requiresPower
).
Observations may be taken from the water meter themselves. To enable the representation of such observations, water meters are defined as features of interest (saref:FeatureOfInterest
) and a non-exhaustive list of properties has been defined based on the M-Bus standard to allow measuring: on time (s4watr:MeterOnTime
), operating time (s4watr:MeterOperatingTime
), battery operating time (s4watr:BatteryOperatingTime
), battery last change (s4watr:BatteryLastChange
), and battery remaining time (s4watr:BatteryRemainingTime
).

Table 2 summarizes the properties that characterize the s4watr:WaterMeter
class.
Property | Definition |
---|---|
s4watr:hasFabricationNumber max 1 | The fabrication number of a device. |
s4watr:hasFirmwareVersion max 1 | The firmware version of a device. |
s4watr:hasHardwareVersion max 1 | The hardware version of a device. |
saref:hasVersion max 1 | The version of a device. |
s4watr:operatesAtRadioFequency | The radio frequency at which a device operates. |
s4watr:requiresPower | The power required by a device. |
saref:hasProperty only s4watr:WaterMeterProperty | The relation between a water meter and its properties. |
Water flow
Water meters are mainly intended to measure water flows. SAREF4WATR defines the main properties related to the water flow that are defined in the European M-Bus standard (EN 13757-2 [i.2]): pressure (s4watr:FlowPressure
), rate (s4watr:FlowRate
), temperature (s4watr:FlowTemperature
), and volume (s4watr:FlowVolume
). These properties are depicted in Figure 5.

Table 3 summarizes another property that characterizes the s4watr:WaterMeter
class.
Property | Definition |
---|---|
saref:observes some s4watr:WaterFlowProperty | The relation between a water meter and the water flow properties it observes. |
There are also other environmental factors that are relevant since they affect water and the infrastructures using it. Therefore, the following environmental properties, depicted in Figure 6, are defined: atmospheric pressure (s4watr:AtmosphericPressure
), humidity (s4watr:Humidity
), precipitation (s4watr:Precipitation
) and temperature (s4watr:ExternalTemperature
).

Tariff
SAREF4WATR allows describing the tariff that is applied to a water meter by means of the s4watr:Tariff
class, as presented in Figure 7. The representation of tariffs has been extracted from TR 17167 [i.3].
A tariff may be described using different properties to describe its: start timestamp (s4watr:hasStartTimestamp
), duration (s4watr:hasDuration
), period (s4watr:hasPeriod
), billing date (s4watr:hasBillingDate
) and billing period (s4watr:hasBillingPeriod
). Besides, a tariff can be related to a water meter by means of the s4watr:appliesTo
property.
There are different types of tariffs, depending on whether they are based on thresholds (s4watr:ThresholdBasedTariff
), consumption (s4watr:ConsumptionBasedTariff
), or time (s4watr:TimeBasedTariff
). Each of these types of tariffs has its own properties: for threshold-based ones their volume flow can be defined (s4watr:forVolumeFlow
), for consumption-based ones their volume and financial consumption can be defined (s4watr:forVolumeConsumption
and s4watr:forFinancialConsumption
, respectively), and for time-based ones their absolute time at day, week day and day in month can be defined (s4watr:forAbsoluteTimeAtDay
, s4watr:forWeekDay
and s4watr:forDayInMonth
, respectively). It is also possible to define a combined tariff by making it an instance of more than one type of tariff.

Table 4 summarizes the properties that characterize the s4watr:Tariff
class.
Property | Definition |
---|---|
s4watr:appliesTo | The water meter to which a tariff applies to. |
s4watr:hasStartTimestamp | The start date and time of a tariff. |
s4watr:hasDuration | The duration of a tariff. |
s4watr:hasPeriod | The period of a tariff. |
s4watr:hasBillingDate | The billing date of a tariff. |
s4watr:hasBillingPeriod | The billing period of a tariff. |
Table 5 summarizes the properties that characterize the s4watr:ThresholdBasedTariff
class.
Property | Definition |
---|---|
s4watr:forVolumeFlow | The volume flow related to a tariff. |
Table 6 summarizes the properties that characterize the s4watr:ConsumptionBasedTariff
class.
Property | Definition |
---|---|
s4watr:forVolumeConsumption | The volume consumption related to a tariff (e.g. after consumption of 900 litres). |
s4watr:forFinancialConsumption | The financial consumption related to a tariff (e.g. prepaid tariffs). |
Table 7 summarizes the properties that characterize the s4watr:TimeBasedTariff
class.
Property | Definition |
---|---|
s4watr:forAbsoluteTimeAtDay | The time interval in each day for which a tariff is applied (e.g. 8:00 to 10:00). |
s4watr:forWeekDay | The day of the week for which a tariff is applied (e.g. each Saturday and Sunday). |
s4watr:forDayInMonth | The day of the month for which a tariff is applied (e.g. each 15). |
Water kinds
SAREF4WATR defines four kinds of water as instances of the s4watr:WaterKind
class: raw water (s4watr:RawWater
), drinking water (s4watr:DrinkingWater
), storm water (s4watr:StormWater
), and waste water (s4watr:WasteWater
). All these kinds of water, depicted in Figure 8, are defined as feature kinds (saref:FeatureKind
).

Water properties
SAREF4WATR includes a classification of the different water properties based on the classification proposed by the World Health Organization [i.4], as shown in Figure 9. Water properties (s4watr:WaterProperty
) are classified into acceptability (s4watr:AcceptabilityProperty
), chemical (s4watr:ChemicalProperty
), and microbial (s4watr:MicrobialProperty
) ones, being bacterial (s4watr:BacterialProperty
) properties a subclass of microbial ones.
The extension defines different individuals for each type of water property, based in different EC directives on the quality of drinking water [i.5], bathing water [i.6] and groundwater [i.7]. This list of individuals does not aim to be exhaustive but to reflect the potential use of the ontology. Note, for example, that it is out of the scope to categorize chemical compounds according to their intended use (e.g. pesticide, fertilizer, etc.).

Water infrastructure
In SAREF4WATR water infrastructures can be defined using the s4watr:WaterInfrastructure
class. Such infrastructures may be designed for one of the water kinds described in clause 4.2.6 (through the s4watr:isDesignedFor
property), may have an intended use (through the s4watr:isIntendedFor
property), and may be classified into five different types, although others may be defined if needed: distribution systems (s4watr:DistributionSystem
), storage infrastructures (s4watr:StorageInfrastructure
), treatment plants (s4watr:TreatmentPlant
), hydroelectric power plants (s4watr:HydroelectricPowerPlant
), and monitoring infrastructures (s4watr:MonitoringInfrastructure
).
In order to represent the topology of a water infrastructure or its assets, the GeoSPARQL ontology has been reused and connected to the SARE4WATR terms. As shown in Figure 10, for representing spatial objects the geo:SpatialObject
class from GeoSPARQL has been reused along with its subclasses that allow defining spatial features (geo:Feature
) and geometries (geo:Geometry
). Different properties from GeoSPARQL can be reused to define spatial relations among spatial objects (e.g. geo:sfContains
, or geo:sfWithin
)or to define the geometry of a feature (geo:hasGeometry
). Two types of geometries from the GeoSPARQL Simple Features ontology are proposed to be used: points (sf:Point
) and polygons (sf:Polygon
), although others may also be used from that same ontology or from another one.
GeoSPARQL standard [i.8] reference is provided for further details on how to define the topology of water infrastructures.

By reusing the SAREF4SYST ontology, the different subsystems of a water infrastructure may be defined. A water infrastructure is a complex system (s4syst:System
) and each of its subsystems may be defined (using the s4syst:hasSubSystem
property) as a water asset (s4watr:WaterAsset
).
As shown in Figure 11, SAREF4WATR defines the main types of water assets found in the literature in a hierarchy that is not intended to be exhaustive and that may be extended if needed. This hierarchy classifies water assets into source assets (s4watr:SourceAsset
), sink assets (s4watr:SinkAsset
), storage assets (s4watr:StorageAsset
), and transport assets (s4watr:TransportAsset
).
A dedicated class has been defined for water devices (s4watr:WaterDevice
), which are those water assets that are also devices according to SAREF (saref:Device
). A water meter, described in clause 4.2.3, is one special type of water device, among other possible water-related sensors and actuators.

Table 8 summarizes the properties that characterize the s4watr:WaterInfrastructure
class.
Property | Definition |
---|---|
s4watr:intendedFor some s4watr:WaterKind | The relation between a water infrastructure and the kind of water it is intended for. |
s4syst:hasSubSystem | The relation between a water infrastructure and the water assets it is composed of. |
Key Performance Indicator
Figure 12 provides an overview of the modelling of Key Performance Indicators (KPIs). The KPI modelling involves two main concepts, namely s4city:KeyPerformanceIndicator
and s4city:KeyPerformanceIndicatorAssessment
. As can be seen in the figure, the modelling of KPIs in SAREF4WATR totally relies on the KPI model proposed in SAREF4CITY [2]. In order to reduce duplication with the SAREF4CITY documentation, the reader is referred to the SAREF4CITY specification for details about KPI modelling.
In SAREF4WATR, KPIs are intended to be defined for water infrastructures (s4watr:WaterInfrastructure
). However, KPIs may also be defined for other features of interest.

Instantiating SAREF4WATR
This clause shows different examples of how to instantiate the SAREF4WATR extension of SAREF.
The example presented in Figure 13 depicts a water meter (ex:Meter4837QW123
). It can be described by a set of static properties either reused from SAREF (e.g. saref:hasModel
) or from SAREF4WATR (e.g. s4watr:hasFirmwareVersion
). The spatial extent of the meter is described by its geometry (ex:MeterGeom
) that is represented as a point in space following its WKT representation. SAREF4WATR defines different measurable properties of a water meter, among them the battery remaining time (s4watr:BatteryRemainingTime
) that is the one used in the example. Observations of the meter for this property can be represented (ex:WMObservation200206
) using for example the time instant of the observation and its value and the unit of measure in a property value.

The main function of water meters is to measure water flow. Figure 14 presents two examples of water flow observations (ex:WFObservation170206
and ex:WFObservation643234
) for a water flow property (s4watr:FlowVolume
) and an environmental one (s4watr:ExternalTemperature
), respectively. Notice how the flow volume observation is described with a time instant while the external temperature one is described with a time interval (ex:PT838452
).

Different tariffs can be applied to water meters. Figure 15 presents an example of a consumption-based tariff (ex:Meter4837QW123Tariff
) for a water meter (ex:Meter4837QW123
). Different individuals are defined for describing the duration (ex:FiveYears
), period (ex:OneYear
) and billing period (ex:OneMonth
) of the tariff. SAREF4WATR does not restrict how to define particular conditions of a tariff; in the example, for the consumption description a string literal is used.

The observation of the different properties of the water itself is also of interest. Figure 16 presents two observations (ex:DTSObservation106
and ex:DTSObservation107
) of one chemical property (s4watr:Cadmium
) and of one bacterial property (s4watr:EscherichiaColi
), along with their timestamps, values and units. Even if SAREF4WATR includes a set of predefined water properties, other properties could be defined by instantiating the corresponding s4watr:WaterProperty
subclass.

Figure 17 depicts a water infrastructure (ex:DowntownDS
) that represents a distribution system for drinking water (s4watr:DrinkingWater
) intended for domestic use (s4watr:Domestic
). The spatial extent of the infrastructure is described by its geometry (ex:DSGeom
) that is represented as a polygon in space following its WKT representation. The water distribution system has different subsystems: a water meter (ex:Meter4837QW123
), a tank (ex:Tank38472
) and a pump (ex:PumpRT73467
). These subsystems can be represented through their geometries, as points in the example (ex:MeterGeom
, ex:TankGeom
, ex:PumpGeom
), and different measures could be made of them such as the one depicted (ex:PObservation854306
) that observes the flow rate (s4watr:FlowRate
) of the pump.

Figure 18 contains an example of a key performance indicator (ex:MinimumPressureLevel
) defined for a water distribution system (ex:DowntownDS
). The key performance indicator is defined with its name and calculation period (ex:OneWeek
). Besides, an assessment is made for the KPI (ex:MPL2020020723
), derived from existing observations (ex:PLObservation56206
, ex:PLObservation56207
and ex:PLObservation56208
), indicating the value of the assessment and its temporal properties.

Discussion
In the following paragraphs, several observations about the SAREF4WATER ontology and its usage are mentioned.
The hierarchies and individuals defined in the extension should not be considered exhaustive, the ontology currently represents those devices described in different relevant standards and directives. It might be needed to extend the hierarchies and lists of individuals for particular use cases, as well as to specialize some of the defined classes.
Apart from this, some of the properties defined for a water meter that were extracted from the M-Bus standard are quite generic (e.g. s4watr:hasHardwareVersion
or s4watr:hasFirmwareVersion
) and could be applicable to other domains (at least those covered by the standard: energy and gas). Therefore, they could also be moved to SAREF.
Ontology Reference
Classes
- s4watr:AcceptabilityProperty
- s4watr:Aquifer
- s4watr:BacterialProperty
- s4watr:Channel
- s4watr:ChemicalProperty
- s4watr:ConsumptionBasedTariff
- s4watr:DistributionSystem
- s4watr:EnvironmentalProperty
- s4watr:Estuary
- s4watr:FireHydrant
- s4watr:GaugingStation
- s4watr:Glacier
- s4watr:HydroelectricPowerPlant
- s4watr:Intake
- s4watr:Lagoon
- s4watr:Lake
- s4watr:Main
- s4watr:Manhole
- s4watr:MicrobialProperty
- s4watr:MonitoringInfrastructure
- s4watr:Ocean
- s4watr:Pipe
- s4watr:Pit
- s4watr:Pump
- s4watr:Reservoir
- s4watr:River
- s4watr:Sea
- s4watr:SinkAsset
- s4watr:SourceAsset
- s4watr:StorageAsset
- s4watr:StorageInfrastructure
- s4watr:Tank
- s4watr:Tariff
- s4watr:ThresholdBasedTariff
- s4watr:TimeBasedTariff
- s4watr:TransportAsset
- s4watr:TreatmentPlant
- s4watr:Valve
- s4watr:Vent
- s4watr:Water
- s4watr:WaterAsset
- s4watr:WaterDevice
- s4watr:WaterFlowProperty
- s4watr:WaterInfrastructure
- s4watr:WaterKind
- s4watr:WaterMeter
- s4watr:WaterMeterProperty
- s4watr:WaterProperty
- s4watr:WaterUse
s4watr:AcceptabilityProperty — Acceptability property top Classes ToC
An acceptability property is a property of water that is related to its acceptability.
- has super-classes
- s4watr:WaterProperty
- has members
- s4watr:Colour, s4watr:Conductivity, s4watr:Hardness, s4watr:HydrogenIonConcentration, s4watr:Odour, s4watr:Oxidisability, s4watr:Taste, s4watr:Temperature, s4watr:TotalDissolvedSolids, s4watr:TotalIndicativeDose, s4watr:TotalSuspendedSolids, s4watr:Turbidity
s4watr:Aquifer — Aquifer top Classes ToC
An aquifer is an underground layer of water-bearing permeable rock, rock fractures or unconsolidated materials.
- has super-classes
- s4watr:StorageAsset
s4watr:BacterialProperty — Bacterial property top Classes ToC
A bacterial property is a property of water that is related to bacteria.
s4watr:Channel — Channel top Classes ToC
A channel is a passage of water flowing in an open conduit (i.e., subject to atmospheric pressure).
- has super-classes
- s4watr:Main
s4watr:ChemicalProperty — ChemicalProperty top Classes ToC
A chemical property is a property of water that is related to chemical components.
- has super-classes
- s4watr:WaterProperty
- has members
- s4watr:12Dichloroethane, s4watr:Acrylamide, s4watr:Aluminium, s4watr:Ammonium, s4watr:Antimony, s4watr:Arsenic, s4watr:Benzene, s4watr:Benzoapyrene, s4watr:Boron, s4watr:Bromate, s4watr:Cadmium, s4watr:Chloride, s4watr:Chromium, s4watr:Copper, s4watr:Cyanide, s4watr:Epichlorohydrin, s4watr:Fluoride, s4watr:Iron, s4watr:Lead, s4watr:Manganese, s4watr:Mercury, s4watr:Nickel, s4watr:Nitrate, s4watr:Nitrite, s4watr:Oxygen, s4watr:PolycyclicAromaticHydrocarbons, s4watr:Selenium, s4watr:Sodium, s4watr:Sulphate, s4watr:Tetrachloroethene, s4watr:TotalOrganicCarbon, s4watr:Trichloroethene, s4watr:Trihalomethanes, s4watr:Tritium, s4watr:VinylChloride
s4watr:ConsumptionBasedTariff — Consumption-based tariff top Classes ToC
A consumption-based tariff is a tariff that is based on consumption.
- has super-classes
- s4watr:Tariff
- is in domain of
-
s4watr:forFinancialConsumption
s4watr:forVolumeConsumption
s4watr:DistributionSystem — Distribution system top Classes ToC
A water distribution system is an infrastructure to carry potable water from a centralized treatment plant or wells to water consumers in order to adequately deliver water to satisfy residential, commercial, industrial and fire fighting requirements.
- has super-classes
- s4watr:WaterInfrastructure
s4watr:EnvironmentalProperty — Environmental property top Classes ToC
Class to group those properties related to the environment.
- has super-classes
- saref:Property
- has members
- s4watr:AtmosphericPressure, s4watr:ExternalTemperature, s4watr:Humidity, s4watr:Precipitation
s4watr:Estuary — Estuary top Classes ToC
An estuary is a partially enclosed coastal body of brackish water with one or more rivers or streams flowing into it, and with a free connection to the open sea.
- has super-classes
- s4watr:SinkAsset
s4watr:FireHydrant — Fire hydrant top Classes ToC
A fire hydrant is a fitting in a street or other public place with a nozzle by which a fire hose may be attached to a water main.
- has super-classes
- s4watr:WaterDevice
s4watr:GaugingStation — Gauging station top Classes ToC
A gauging station is an infrastructure to monitor and test terrestrial bodies of water.
- has super-classes
- s4watr:MonitoringInfrastructure
s4watr:Glacier — Glacier top Classes ToC
A glacier is a persistent body of dense ice that is constantly moving under its own weight.
- has super-classes
- s4watr:SourceAsset
s4watr:HydroelectricPowerPlant — Hydroelectric power plant top Classes ToC
A hydroelectric power plant is an infrastructure to generate electricity by conversion of the energy of running water.
- has super-classes
- s4watr:WaterInfrastructure
s4watr:Intake — Intake top Classes ToC
An intake is an installation for obtaining water from a source of supply (river, lake, reservoir, and so on).
- has super-classes
- s4watr:TransportAsset
s4watr:Lagoon — Lagoon top Classes ToC
A lagoon is a shallow body of water separated from a larger body of water by barrier islands or reefs.
- has super-classes
- s4watr:SourceAsset
s4watr:Lake — Lake top Classes ToC
A lake is an area filled with water, localized in a basin, surrounded by land, apart from any river or other outlet that serves to feed or drain the lake.
- has super-classes
- s4watr:SourceAsset
s4watr:Main — Main top Classes ToC
A main is a passage of water to flow through.
- has super-classes
- s4watr:TransportAsset
- has sub-classes
-
s4watr:Channel
s4watr:Pipe
s4watr:Manhole — Maintenance hole top Classes ToC
A maintenance hole is an enclosure that facilitates human access to and working space for equipment.
- has super-classes
- s4watr:TransportAsset
s4watr:MicrobialProperty — Microbial property top Classes ToC
A microbial property is a property of water that is related to microbes.
- has super-classes
- s4watr:WaterProperty
- has sub-classes
- s4watr:BacterialProperty
s4watr:MonitoringInfrastructure — Monitoring infrastructure top Classes ToC
A monitoring infrastructure is an infrastructure to monitor water.
- has super-classes
- s4watr:WaterInfrastructure
- has sub-classes
- s4watr:GaugingStation
s4watr:Ocean — Ocean top Classes ToC
An ocean is a large body of salt water.
- has super-classes
- s4watr:SinkAsset
s4watr:Pipe — Pipe top Classes ToC
A pipe is a passage of water flowing in a closed conduit (i.e., not subject to atmospheric pressure).
- has super-classes
- s4watr:Main
s4watr:Pit — Pit top Classes ToC
A pit is a well or hole sunk in the ground to procure, store or drain water.
- has super-classes
- s4watr:TransportAsset
s4watr:Pump — Pump top Classes ToC
A pump is a device for moving water by mechanical action.
- has super-classes
-
saref:Actuator
s4watr:WaterDevice
s4watr:Reservoir — Reservoir top Classes ToC
A reservoir is an enlarged natural or artificial lake, pond or impoundment created using a dam or lock to store water.
- has super-classes
- s4watr:StorageAsset
s4watr:River — River top Classes ToC
A river is a natural flowing watercourse, usually freshwater, flowing towards an ocean, sea, lake or another river.
- has super-classes
- s4watr:SinkAsset
s4watr:Sea — Sea top Classes ToC
A sea is a body of salt water partly or fully enclosed by land.
- has super-classes
- s4watr:SinkAsset
s4watr:SinkAsset — Sink asset top Classes ToC
A sink asset is a water asset where water sinks.
- has super-classes
- s4watr:WaterAsset
- has sub-classes
-
s4watr:Estuary
s4watr:Ocean
s4watr:River
s4watr:Sea
s4watr:SourceAsset — Source asset top Classes ToC
A source asset is a water asset that is a natural source of water.
- has super-classes
- s4watr:WaterAsset
- has sub-classes
-
s4watr:Glacier
s4watr:Lagoon
s4watr:Lake
s4watr:StorageAsset — Storage asset top Classes ToC
A storage asset is a water asset used to store water.
- has super-classes
- s4watr:WaterAsset
- has sub-classes
-
s4watr:Aquifer
s4watr:Reservoir
s4watr:Tank
s4watr:StorageInfrastructure — Storage infrastructure top Classes ToC
An storage infrastructure is an infrastructure to storage both potable water for consumption, and non potable water for use in agriculture.
- has super-classes
- s4watr:WaterInfrastructure
s4watr:Tank — Tank top Classes ToC
A tank is a container for storing water.
- has super-classes
- s4watr:StorageAsset
s4watr:Tariff — Tariff top Classes ToC
A tariff is a schedule of rates or charges of a business or a public utility. Tariffs can be based on time, thresholds or consumption; however, combined tariffs may also exist that mix more than one of these types.
s4watr:ThresholdBasedTariff — Threshold-based tariff top Classes ToC
A threshold-based tariff is a tariff that is based on a threshold.
- has super-classes
- s4watr:Tariff
- is in domain of
- s4watr:forVolumeFlow
s4watr:TimeBasedTariff — Time-based tariff top Classes ToC
A time-based tariff is a tariff that is based on time.
- has super-classes
- s4watr:Tariff
- is in domain of
-
s4watr:forAbsoluteTimeAtDay
s4watr:forDayInMonth
s4watr:forWeekDay
s4watr:TransportAsset — Transport asset top Classes ToC
A transport asset is a water asset used to enable and support the transport and distribution of water.
- has super-classes
- s4watr:WaterAsset
- has sub-classes
-
s4watr:Intake
s4watr:Main
s4watr:Manhole
s4watr:Pit
s4watr:Vent
s4watr:TreatmentPlant — Treatment plant top Classes ToC
A treatment plant is an infrastructure to improve the quality of water to make it more acceptable for a specific end-use.
- has super-classes
- s4watr:WaterInfrastructure
s4watr:Valve — Valve top Classes ToC
A valve is a device designed to control water flow, pressure or volume.
- has super-classes
-
saref:Actuator
s4watr:WaterDevice
s4watr:Vent — Vent top Classes ToC
A vent is the part of a system that allows air to enter a plumbing system to maintain proper air pressure and sewer gases to escape to the outside.
- has super-classes
- s4watr:TransportAsset
s4watr:Water — Water top Classes ToC
This class is used to define a particular quantity or body of water.
- has super-classes
-
saref:hasProperty only
s4watr:WaterProperty
saref:FeatureOfInterest
s4watr:WaterAsset — Water asset top Classes ToC
A water asset is a physical entity used in the process of transporting, treating, storing and distributing water.
- has super-classes
-
geo:Feature
saref:FeatureOfInterest
s4syst:System - has sub-classes
-
s4watr:SinkAsset
s4watr:SourceAsset
s4watr:StorageAsset
s4watr:TransportAsset
s4watr:WaterDevice
s4watr:WaterDevice — Water device top Classes ToC
A water device is a device that is also a water asset.
- has super-classes
-
saref:Device
s4watr:WaterAsset - has sub-classes
-
s4watr:FireHydrant
s4watr:Pump
s4watr:Valve
s4watr:WaterMeter
s4watr:WaterFlowProperty — Water flow property top Classes ToC
Class to group those properties related to water flow.
- has super-classes
- saref:Property
- has members
- s4watr:FlowPressure, s4watr:FlowRate, s4watr:FlowTemperature, s4watr:FlowVolume
s4watr:WaterInfrastructure — Water infrastructure top Classes ToC
A water infrastructure is the set of facilities, services, and installations needed for water management.
- has super-classes
-
s4watr:isDesignedFor some
s4watr:WaterKind
s4watr:isIntendedFor some s4watr:WaterUse
geo:Feature
saref:FeatureOfInterest
s4syst:System - has sub-classes
-
s4watr:DistributionSystem
s4watr:HydroelectricPowerPlant
s4watr:MonitoringInfrastructure
s4watr:StorageInfrastructure
s4watr:TreatmentPlant
s4watr:WaterKind — Water kind top Classes ToC
This class is used to define kinds of water features.
- has super-classes
- saref:FeatureKind
- has members
- s4watr:DrinkingWater, s4watr:RawWater, s4watr:Stormwater, s4watr:Wastewater
s4watr:WaterMeter — Water meter top Classes ToC
A water meter is an instrument intended to measure continuously, memorize, and display the volume of water passing through the meter.
- has super-classes
-
saref:hasProperty only
s4watr:WaterMeterProperty
s4watr:hasFabricationNumber max 1
s4watr:hasFirmwareVersion max 1
s4watr:hasHardwareVersion max 1
saref:observes some s4watr:WaterFlowProperty
saref:Meter
s4watr:WaterDevice - is in range of
- s4watr:appliesTo
s4watr:WaterMeterProperty — Water meter property top Classes ToC
Class to group those properties related to water meters.
- has super-classes
- saref:Property
- has members
- s4watr:BatteryLastChange, s4watr:BatteryOperatingTime, s4watr:BatteryRemainingTime, s4watr:MeterOnTime, s4watr:MeterOperatingTime
s4watr:WaterProperty — Water property top Classes ToC
Class to group those properties related to the water.
- has super-classes
- saref:Property
- has sub-classes
-
s4watr:AcceptabilityProperty
s4watr:ChemicalProperty
s4watr:MicrobialProperty
s4watr:WaterUse — Water use top Classes ToC
This class is used to define the different uses of water.
Object Properties
s4watr:appliesTo — applies to top Object Properties ToC
The water meter to which a tariff applies to.
- has domain
- s4watr:Tariff
- has range
- s4watr:WaterMeter
s4watr:forAbsoluteTimeAtDay — for absolute time at day top Object Properties ToC
The time interval in each day for which a tariff is applied (e.g., 8:00 to 10:00).
- has domain
- s4watr:TimeBasedTariff
- has range
- time:Interval
s4watr:forWeekDay — for week day top Object Properties ToC
The day of the week for which a tariff is applied (e.g., each Saturday and Sunday).
- has domain
- s4watr:TimeBasedTariff
- has range
- time:DayOfWeek
s4watr:hasBillingPeriod — has billing period top Object Properties ToC
The billing period of a tariff.
- has domain
- s4watr:Tariff
- has range
- time:TemporalDuration
s4watr:hasDuration — has duration top Object Properties ToC
The duration of a tariff.
- has domain
- s4watr:Tariff
- has range
- time:TemporalDuration
s4watr:hasPeriod — has period top Object Properties ToC
The period of a tariff.
- has domain
- s4watr:Tariff
- has range
- time:TemporalDuration
s4watr:isDesignedFor — is designed for top Object Properties ToC
The type of water for which an infrastructure is designed for.
s4watr:isIntendedFor — is intended for top Object Properties ToC
The intended use of the infrastructure.
Data Properties
s4watr:forDayInMonth — for day in month top Data Properties ToC
The day of the month for which a tariff is applied (e.g., each 15).
- has domain
- s4watr:TimeBasedTariff
- has range
- xsd:gDay
s4watr:forFinancialConsumption — for financial consumption top Data Properties ToC
The financial consumption related to a tariff (e.g., prepaid tariffs).
- has domain
- s4watr:ConsumptionBasedTariff
s4watr:forVolumeConsumption — for volume consumption top Data Properties ToC
The volume consumption related to a tariff (e.g., after consumption of 900 litres).
- has domain
- s4watr:ConsumptionBasedTariff
s4watr:forVolumeFlow — for volume flow top Data Properties ToC
The volume flow related to a tariff.
- has domain
- s4watr:ThresholdBasedTariff
s4watr:hasBillingDate — has billing date top Data Properties ToC
The billing date of a tariff.
- has domain
- s4watr:Tariff
- has range
- xsd:dateTime
s4watr:hasFabricationNumber — has fabrication number top Data Properties ToC
The fabrication number of a device.
- has super-properties
- saref:hasIdentifier
- has range
- rdfs:Literal
s4watr:hasFirmwareVersion — has firmware version top Data Properties ToC
The firmware version of a device.
- has super-properties
- saref:hasVersion
- has range
- rdfs:Literal
s4watr:hasHardwareVersion — has hardware version top Data Properties ToC
The hardware version of a device.
- has super-properties
- saref:hasVersion
- has range
- rdfs:Literal
s4watr:hasStartTimestamp — has start timestamp top Data Properties ToC
The start date and time of a tariff.
- has domain
- s4watr:Tariff
- has range
- xsd:dateTime
s4watr:operatesAtRadioFrequency — operates at radio frequency top Data Properties ToC
The radio frequency at which a device operates.
Named Individuals
- s4watr:12Dichloroethane
- s4watr:Acrylamide
- s4watr:Agriculture
- s4watr:Aluminium
- s4watr:Ammonium
- s4watr:Antimony
- s4watr:Aquaculture
- s4watr:Arsenic
- s4watr:AtmosphericPressure
- s4watr:BatteryLastChange
- s4watr:BatteryOperatingTime
- s4watr:BatteryRemainingTime
- s4watr:Benzene
- s4watr:Benzoapyrene
- s4watr:Boron
- s4watr:Bromate
- s4watr:Cadmium
- s4watr:Chloride
- s4watr:Chromium
- s4watr:ClostridiumPerfringens
- s4watr:ColiformBacteria
- s4watr:ColonyCount22C
- s4watr:ColonyCount37C
- s4watr:Colour
- s4watr:Conductivity
- s4watr:Copper
- s4watr:Cyanide
- s4watr:Domestic
- s4watr:DrinkingWater
- s4watr:Enterococci
- s4watr:Epichlorohydrin
- s4watr:EscherichiaColi
- s4watr:ExternalTemperature
- s4watr:FlowPressure
- s4watr:FlowRate
- s4watr:FlowTemperature
- s4watr:FlowVolume
- s4watr:Fluoride
- s4watr:Hardness
- s4watr:Humidity
- s4watr:HydrogenIonConcentration
- s4watr:Industry
- s4watr:Iron
- s4watr:Lead
- s4watr:Manganese
- s4watr:Mercury
- s4watr:MeterOnTime
- s4watr:MeterOperatingTime
- s4watr:Nickel
- s4watr:Nitrate
- s4watr:Nitrite
- s4watr:Odour
- s4watr:Oxidisability
- s4watr:Oxygen
- s4watr:PolycyclicAromaticHydrocarbons
- s4watr:Precipitation
- s4watr:PseudomonasAeruginosa
- s4watr:RawWater
- s4watr:Recreation
- s4watr:Selenium
- s4watr:Sodium
- s4watr:Stormwater
- s4watr:Sulphate
- s4watr:Taste
- s4watr:Temperature
- s4watr:Tetrachloroethene
- s4watr:TotalDissolvedSolids
- s4watr:TotalIndicativeDose
- s4watr:TotalOrganicCarbon
- s4watr:TotalSuspendedSolids
- s4watr:Trichloroethene
- s4watr:Trihalomethanes
- s4watr:Tritium
- s4watr:Turbidity
- s4watr:VinylChloride
- s4watr:Wastewater
s4watr:12Dichloroethane — 1,2-dichloroethane top Named Individuals ToC
Property of the water indicating its concentration of 1,2-dichloroethane.
- belongs to
- s4watr:ChemicalProperty
s4watr:Acrylamide — Acrylamide top Named Individuals ToC
Property of the water indicating its concentration of acrylamide.
- belongs to
- s4watr:ChemicalProperty
s4watr:Agriculture — Agriculture top Named Individuals ToC
Use of water for the farming of plants and livestock.
- belongs to
- s4watr:WaterUse
s4watr:Aluminium — Aluminium top Named Individuals ToC
Property of the water indicating its concentration of aluminium.
- belongs to
- s4watr:ChemicalProperty
s4watr:Ammonium — Ammonium top Named Individuals ToC
Property of the water indicating its concentration of ammonium.
- belongs to
- s4watr:ChemicalProperty
s4watr:Antimony — Antimony top Named Individuals ToC
Property of the water indicating its concentration of antimony.
- belongs to
- s4watr:ChemicalProperty
s4watr:Aquaculture — Aquaculture top Named Individuals ToC
Use of water for the farming of fish, crustaceans, molluscs, aquatic plants, algae, and other organisms.
- belongs to
- s4watr:WaterUse
s4watr:Arsenic — Arsenic top Named Individuals ToC
Property of the water indicating its concentration of arsenic.
- belongs to
- s4watr:ChemicalProperty
s4watr:AtmosphericPressure — Atmospheric pressure top Named Individuals ToC
Property of the environment indicating the atmospheric pressure.
- belongs to
- s4watr:EnvironmentalProperty
s4watr:BatteryLastChange — Battery last change top Named Individuals ToC
The time in which the battery was last changed.
- belongs to
- s4watr:WaterMeterProperty
s4watr:BatteryOperatingTime — Battery operating time top Named Individuals ToC
The time for which the battery has been operating since the last charge.
- belongs to
- s4watr:WaterMeterProperty
s4watr:BatteryRemainingTime — Battery remaining time top Named Individuals ToC
The time until the battery is discharged.
- belongs to
- s4watr:WaterMeterProperty
s4watr:Benzene — Benzene top Named Individuals ToC
Property of the water indicating its concentration of benzene.
- belongs to
- s4watr:ChemicalProperty
s4watr:Benzoapyrene — Benzo(a)pyrene top Named Individuals ToC
Property of the water indicating its concentration of benzo(a)pyrene.
- belongs to
- s4watr:ChemicalProperty
s4watr:Boron — Boron top Named Individuals ToC
Property of the water indicating its concentration of boron.
- belongs to
- s4watr:ChemicalProperty
s4watr:Bromate — Bromate top Named Individuals ToC
Property of the water indicating its concentration of bromate.
- belongs to
- s4watr:ChemicalProperty
s4watr:Cadmium — Cadmium top Named Individuals ToC
Property of the water indicating its concentration of cadmium.
- belongs to
- s4watr:ChemicalProperty
s4watr:Chloride — Chloride top Named Individuals ToC
Property of the water indicating its concentration of chloride.
- belongs to
- s4watr:ChemicalProperty
s4watr:Chromium — Chromium top Named Individuals ToC
Property of the water indicating its concentration of chromium.
- belongs to
- s4watr:ChemicalProperty
s4watr:ClostridiumPerfringens — Clostridium perfringens top Named Individuals ToC
Property of the water indicating its concentration of clostridium perfringens.
- belongs to
- s4watr:BacterialProperty
s4watr:ColiformBacteria — Coliform bacteria top Named Individuals ToC
Property of the water indicating its concentration of coliform bacteria.
- belongs to
- s4watr:BacterialProperty
s4watr:ColonyCount22C — Colony count at 22 °C top Named Individuals ToC
Property of the water indicating its colony count at 22 ºC.
- belongs to
- s4watr:BacterialProperty
s4watr:ColonyCount37C — Colony count at 37 °C top Named Individuals ToC
Property of the water indicating its colony count at 37 ºC.
- belongs to
- s4watr:BacterialProperty
s4watr:Colour — Colour top Named Individuals ToC
Property of the water indicating its colour.
- belongs to
- s4watr:AcceptabilityProperty
s4watr:Conductivity — Conductivity top Named Individuals ToC
Property of the water indicating its conductivity.
- belongs to
- s4watr:AcceptabilityProperty
s4watr:Copper — Copper top Named Individuals ToC
Property of the water indicating its concentration of copper.
- belongs to
- s4watr:ChemicalProperty
s4watr:Cyanide — Cyanide top Named Individuals ToC
Property of the water indicating its concentration of cyanide.
- belongs to
- s4watr:ChemicalProperty
s4watr:Domestic — Domestic top Named Individuals ToC
Use of water for domestic purposes.
- belongs to
- s4watr:WaterUse
s4watr:DrinkingWater — Drinking water top Named Individuals ToC
Drinking water is water that is treated to comply with drinking water standards.
- belongs to
- s4watr:WaterKind
s4watr:Enterococci — Enterococci top Named Individuals ToC
Property of the water indicating its concentration of enterococci.
- belongs to
- s4watr:BacterialProperty
s4watr:Epichlorohydrin — Epichlorohydrin top Named Individuals ToC
Property of the water indicating its concentration of epichlorohydrin.
- belongs to
- s4watr:ChemicalProperty
s4watr:EscherichiaColi — Escherichia coli top Named Individuals ToC
Property of the water indicating its concentration of escherichia coli.
- belongs to
- s4watr:BacterialProperty
s4watr:ExternalTemperature — External temperature top Named Individuals ToC
Property of the environment indicating the temperature.
- belongs to
- s4watr:EnvironmentalProperty
s4watr:FlowPressure — Flow pressure top Named Individuals ToC
Property indicating the pressure of a water flow.
- belongs to
- s4watr:WaterFlowProperty
s4watr:FlowRate — Flow rate top Named Individuals ToC
Property indicating the rate of a water flow.
- belongs to
- s4watr:WaterFlowProperty
s4watr:FlowTemperature — Flow temperature top Named Individuals ToC
Property indicating the temperature of a water flow.
- belongs to
- s4watr:WaterFlowProperty
s4watr:FlowVolume — Flow volume top Named Individuals ToC
Property indicating the volume of a water flow.
- belongs to
- s4watr:WaterFlowProperty
s4watr:Fluoride — Fluoride top Named Individuals ToC
Property of the water indicating its concentration of fluoride.
- belongs to
- s4watr:ChemicalProperty
s4watr:Hardness — Hardness top Named Individuals ToC
Property of the water indicating its hardness.
- belongs to
- s4watr:AcceptabilityProperty
s4watr:Humidity — Humidity top Named Individuals ToC
Property of the environment indicating the humidity.
- belongs to
- s4watr:EnvironmentalProperty
s4watr:HydrogenIonConcentration — Hydrogen ion concentration top Named Individuals ToC
Property of the water indicating its hydrogen ion concentration.
- belongs to
- s4watr:AcceptabilityProperty
s4watr:Industry — Industry top Named Individuals ToC
Use of water for industrial purposes.
- belongs to
- s4watr:WaterUse
s4watr:Iron — Iron top Named Individuals ToC
Property of the water indicating its concentration of iron.
- belongs to
- s4watr:ChemicalProperty
s4watr:Lead — Lead top Named Individuals ToC
Property of the water indicating its concentration of lead.
- belongs to
- s4watr:ChemicalProperty
s4watr:Manganese — Manganese top Named Individuals ToC
Property of the water indicating its concentration of manganese.
- belongs to
- s4watr:ChemicalProperty
s4watr:Mercury — Mercury top Named Individuals ToC
Property of the water indicating its concentration of mercury.
- belongs to
- s4watr:ChemicalProperty
s4watr:MeterOnTime — Meter on time top Named Individuals ToC
The duration of the meter power up.
- belongs to
- s4watr:WaterMeterProperty
s4watr:MeterOperatingTime — Meter operating time top Named Individuals ToC
The time for which the meter has been operating.
- belongs to
- s4watr:WaterMeterProperty
s4watr:Nickel — Nickel top Named Individuals ToC
Property of the water indicating its concentration of nickel.
- belongs to
- s4watr:ChemicalProperty
s4watr:Nitrate — Nitrate top Named Individuals ToC
Property of the water indicating its concentration of nitrate.
- belongs to
- s4watr:ChemicalProperty
s4watr:Nitrite — Nitrite top Named Individuals ToC
Property of the water indicating its concentration of nitrite.
- belongs to
- s4watr:ChemicalProperty
s4watr:Odour — Odour top Named Individuals ToC
Property of the water indicating its odour.
- belongs to
- s4watr:AcceptabilityProperty
s4watr:Oxidisability — Oxidisability top Named Individuals ToC
Property of the water indicating its oxidisability.
- belongs to
- s4watr:AcceptabilityProperty
s4watr:Oxygen — Dissolved oxygen top Named Individuals ToC
Property of the water indicating its oxygen saturation.
- belongs to
- s4watr:ChemicalProperty
s4watr:PolycyclicAromaticHydrocarbons — Polycyclic aromatic hydrocarbons top Named Individuals ToC
Property of the water indicating its concentration of polycyclic aromatic hydrocarbons.
- belongs to
- s4watr:ChemicalProperty
s4watr:Precipitation — Precipitation top Named Individuals ToC
Property of the environment indicating the precipitation.
- belongs to
- s4watr:EnvironmentalProperty
s4watr:PseudomonasAeruginosa — Pseudomonas aeruginosa top Named Individuals ToC
Property of the water indicating its concentration of pseudomonas aeruginosa.
- belongs to
- s4watr:BacterialProperty
s4watr:RawWater — Raw water top Named Individuals ToC
Raw water is water found in the environment that has not been treated and does not have any of its minerals, ions, particles, bacteria, or parasites removed.
- belongs to
- s4watr:WaterKind
s4watr:Recreation — Recreation top Named Individuals ToC
Use of water for recreational purposes.
- belongs to
- s4watr:WaterUse
s4watr:Selenium — Selenium top Named Individuals ToC
Property of the water indicating its concentration of selenium.
- belongs to
- s4watr:ChemicalProperty
s4watr:Sodium — Sodium top Named Individuals ToC
Property of the water indicating its concentration of sodium.
- belongs to
- s4watr:ChemicalProperty
s4watr:Stormwater — Storm water top Named Individuals ToC
Stormwater is water that originates during precipitation events and snow/ice melt.
- belongs to
- s4watr:WaterKind
s4watr:Sulphate — Sulphate top Named Individuals ToC
Property of the water indicating its concentration of sulphate.
- belongs to
- s4watr:ChemicalProperty
s4watr:Taste — Taste top Named Individuals ToC
Property of the water indicating its taste.
- belongs to
- s4watr:AcceptabilityProperty
s4watr:Temperature — Temperature top Named Individuals ToC
Property of the water indicating its temperature.
- belongs to
- s4watr:AcceptabilityProperty
s4watr:Tetrachloroethene — Tetrachloroethene top Named Individuals ToC
Property of the water indicating its concentration of tetrachloroethene.
- belongs to
- s4watr:ChemicalProperty
s4watr:TotalDissolvedSolids — Total dissolved solids top Named Individuals ToC
Property of the water indicating the dissolved combined content of all inorganic and organic substances present in a sample of water.
- belongs to
- s4watr:AcceptabilityProperty
s4watr:TotalIndicativeDose — Total indicative dose top Named Individuals ToC
Property of the water indicating its total indicative dose.
- belongs to
- s4watr:AcceptabilityProperty
s4watr:TotalOrganicCarbon — TOC top Named Individuals ToC
Property of the water indicating its concentration of total organic carbon.
- belongs to
- s4watr:ChemicalProperty
s4watr:TotalSuspendedSolids — Total suspended solids top Named Individuals ToC
Property of the water indicating the dry-weight of suspended particles, that are not dissolved, in a sample of water.
- belongs to
- s4watr:AcceptabilityProperty
s4watr:Trichloroethene — Trichloroethene top Named Individuals ToC
Property of the water indicating its concentration of trichloroethene.
- belongs to
- s4watr:ChemicalProperty
s4watr:Trihalomethanes — Trihalomethanes top Named Individuals ToC
Property of the water indicating its concentration of trihalomethanes.
- belongs to
- s4watr:ChemicalProperty
s4watr:Tritium — Tritium top Named Individuals ToC
Property of the water indicating its concentration of tritium.
- belongs to
- s4watr:ChemicalProperty
s4watr:Turbidity — Turbidity top Named Individuals ToC
Property of the water indicating its turbidity.
- belongs to
- s4watr:AcceptabilityProperty
s4watr:VinylChloride — Vinyl chloride top Named Individuals ToC
Property of the water indicating its concentration of vinyl chloride.
- belongs to
- s4watr:ChemicalProperty
s4watr:Wastewater — Waste water top Named Individuals ToC
Wastewater is water that has been used in the home, in a business, or as part of an industrial process.
- belongs to
- s4watr:WaterKind
References
Normative references
- [0] ETSI TS 103 410-10 (V2.1.1): "SmartM2M;; Extension to SAREF; Part 10: Water Domain".
- [1] ETSI TS 103 264: "SmartM2M; Smart Applications; Reference Ontology and oneM2M Mapping".
- [2] ETSI TS 103 410-4: "SmartM2M; Extension to SAREF; Part 4: Smart Cities Domain".
- [3] ETSI TS 103 548: "SmartM2M; SAREF reference ontology patterns".
- [4] Void.
Informative references
- [i.1] ETSI TR 103 547 (V1.1.1) (10-2019): "SmartM2M; SAREF extension investigation; Requirements for the Water domain".
- [i.2] EN 13757-2:2017: "Communication systems for meters - Part 2: Wired M-Bus communication", (produced by CEN).
- [i.3] TR 17167: "Communication system for meters - Accompanying TR to EN 13757-2,-3 and -7, Examples and supplementary information", (produced by CEN).
- [i.4] World Health Organization (2017): "Guidelines for Drinking‐water Quality. Fourth edition incorporating the first addendum".
- [i.5] Council Directive 98/83/EC of 3 November 1998 on the quality of water intended for human consumption.
- [i.6] Directive 2006/7/EC of the European Parliament and of the Council of 15 February 2006 concerning the management of bathing water quality and repealing Directive 76/160/EEC.
- [i.7] Directive 2006/118/EC of the European Parliament and of the Council of 12 December 2006 on the protection of groundwater against pollution and deterioration.
- [i.8] OGC 11-052r4: "OGC GeoSPARQL - A Geographic Query Language for RDF Data". Version 1.0.
- [i.9] ETSI TR 103 781: "SmartM2M; Study for SAREF ontology patterns and usage guidelines".
- [i.10] ETSI TS 103 673: "SmartM2M; SAREF Development Framework and Workflow, Streamlining the Development of SAREF and its Extensions".