From 99ebec0be7ea6485cd4b0e834a6e316db4f4fb0a Mon Sep 17 00:00:00 2001 From: Rok Fajfar Date: Thu, 19 Mar 2026 18:47:14 +0100 Subject: [PATCH] fix: WaterObserved normalised NGSI-LD example Fixed the normalised NGSI-LD (JSON-LD) example file for the WaterObserved model. It used the wrong type for the number properties and wasn't valid from the perspective of the NGSI-LD specification. Issue: #30 --- WaterObserved/examples/example-normalized.jsonld | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/WaterObserved/examples/example-normalized.jsonld b/WaterObserved/examples/example-normalized.jsonld index 4dd9616e..5352d428 100644 --- a/WaterObserved/examples/example-normalized.jsonld +++ b/WaterObserved/examples/example-normalized.jsonld @@ -18,11 +18,11 @@ "value": "Observation of Evolution of the water levels" }, "flow": { - "type": "Number", + "type": "Property", "value": 12 }, "height": { - "type": "Number", + "type": "Property", "value": 3.52 }, "location": { @@ -36,7 +36,7 @@ } }, "measuredArea": { - "type": "Number", + "type": "Property", "value": 250 }, "name": { @@ -44,19 +44,19 @@ "value": "STLRT-MNCA-AP-WO-012" }, "objectArea": { - "type": "Number", + "type": "Property", "value": 35 }, "objectHeightAverage": { - "type": "Number", + "type": "Property", "value": 1.75 }, "objectHeightMax": { - "type": "Number", + "type": "Property", "value": 2.25 }, "objectVolume": { - "type": "Number", + "type": "Property", "value": 17.5 }, "refDevice": {