This entity contains an harmonised description of a generic junction made for the Water Network Management domain. This entity is primarily associated with the water network 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 junction -
tag: An optional text string used to assign the junction to a category, such as a pressure zone- Attribute type:
Property.Text - Optional
- Attribute type:
-
description: An optional text that describes other significant information about the junction- Attribute type:
Property.Text - Optional
- Attribute type:
-
initialQuality: Water quality level at the junction at the start of the simulation -
emitterCoefficient: Discharge coefficient for emitter (sprinkler or nozzle) placed at junction -
demandCategory: Allows base demands and time patterns to be assigned to other categories of users at the junction- Attribute type:
Property.Text baseDemand: A sub-property.demandPattern: A sub-Relationship- Optional
- Attribute type:
-
base demande: Baseline or average demand for the category. A sub-property of the PropertydemandCategory -
sourceCategory: Description of the quality of source flow entering the network at a specific node- Attribute type:
Property.Text sourceType: A sub-property.sourceQuality:A sub-property.sourcePattern: A sub-Relationship.- Optional
- Attribute type:
-
sourceType: A sub-property of the PropertysourceCategory- Attribute type:
Property.Text - Values 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
-
demandPattern: A relationship to the pattern pf thedemandCategoryproperty- 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 thesourceCategoryproperty- Attribute type:
Relationship. Reference to an entity of typePattern - Attribute metadata Properties:
{{metadata Property name}}: {{Metadata Property Description}}
- Optional
- Attribute type:
Note: JSON Schemas are intended to capture the data type and associated constraints of the different Attributes, regardless their final representation format in NGS-LD.
A full example is presented here.
T.B.D.