This entity contains an harmonised description of a generic Reservoir made for the Water Network Management domain. This entity is primarily associated with the water management vertical and related IoT applications.
A JSON Schema corresponding to this data model can be found here
-
id
: Unique identifier. -
type
: Entity type. It must be equal toJunction
. -
modifiedAt
: Last update timestamp of this entity.- Attribute type: Property. DateTime
- Read-Only. Automatically generated.
-
createdAt
: Entity's creation timestamp.- Attribute type: Property. DateTime
- Read-Only. Automatically generated.
-
location
: Location of Junction represented by a GeoJSON geometry.- Attribute type:
GeoProperty
- Normative References: https://tools.ietf.org/html/rfc7946
- Mandatory.
- Attribute type:
-
elevation
: The elevation above some common reference of the reservoir- Attribute type:
Property
.Text - Attribute unit:
Metre
- CEFACT unitCode:
MTR
- Attribute metadata Properties:
{{metadata Property name}}
: {{Metadata Property Description}}
- Mandatory
- Attribute type:
-
tag
: An optional text string used to assign the reservoir to a category, such as a pressure zone- Attribute type:
Property
.Text - Optional
- Attribute type:
-
description
: A free text description- Attribute type:
Property
.Text - Optional
- Attribute type:
-
reservoirHead
: The hydraulic head (elevation + pressure head) of water in the reservoir -
initialQuality
: Water quality level at the reservoir -
sourceCategory
: Description of the quality of source flow entering the network at a specific node- Normative References: {{Add a normative reference}}
- Attribute type:
Property
.Text sourceType
: A sub-property.sourceQuality
:A sub-property.sourcePattern
: A sub-Relationship.- Optional
-
sourceType
: A sub-property of the PropertysourceCategory
- Attribute type:
Property
.Text - Values are Restricted to: "CONCEN", "MASS", "FLOWPACED" and "SETPOINT"
- Optional
- Attribute type:
-
sourceQuality
: Baseline or average concentration (or mass flow rate) of source. A sub-property of the PropertysourceCategory
-
headPattern
: The ID label of a time pattern used to model time variation in the reservoir's total head- Attribute type:
Relationship
. Reference to an entity of typePattern
- Attribute metadata Properties:
{{metadata Property name}}
: {{Metadata Property Description}}
- Optional
- Attribute type:
-
sourcePattern
: A relationship to the pattern pf thesourceCategory
property- Attribute type:
Relationship
. Reference to an entity of typePattern
- Attribute metadata Properties:
{{metadata Property name}}
: {{Metadata Property Description}}
- Optional Note: JSON Schemas are intended to capture the data type and associated constraints of the different Attributes, regardless their final representation format in NGSI(v2, LD).
- Attribute type:
A full example is presented here.
T.B.D.