Skip to content

Commit 9fb5103

Browse files
committed
fix: normalized RainFallRadarObserved example
Fixed some issues related to GeoJSON and DateTime properties in the normalized NGSI-LD example file. Issue: #29
1 parent a363c2b commit 9fb5103

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

RainFallRadarObserved/examples/example-normalized.jsonld

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,22 @@
2424
"dateObserved": {
2525
"type": "Property",
2626
"value": {
27-
"type": "DateTime",
28-
"value": "2020-03-17T08:30:00Z"
27+
"@type": "DateTime",
28+
"@value": "2020-03-17T08:30:00Z"
2929
}
3030
},
3131
"dateObservedFrom": {
3232
"type": "Property",
3333
"value": {
34-
"type": "DateTime",
35-
"value": "2020-03-17T08:30:00Z"
34+
"@type": "DateTime",
35+
"@value": "2020-03-17T08:30:00Z"
3636
}
3737
},
3838
"dateObservedTo": {
3939
"type": "Property",
4040
"value": {
41-
"type": "DateTime",
42-
"value": "2020-03-17T08:45:00Z"
41+
"@type": "DateTime",
42+
"@value": "2020-03-17T08:45:00Z"
4343
}
4444
},
4545
"description": {
@@ -49,7 +49,7 @@
4949
"location": {
5050
"type": "GeoProperty",
5151
"value": {
52-
"type": "polygon",
52+
"type": "Polygon",
5353
"coordinates": [
5454
[
5555
[
@@ -109,4 +109,4 @@
109109

110110
"https://raw.githubusercontent.com/smart-data-models/dataModel.Environment/master/context.jsonld"
111111
]
112-
}
112+
}

0 commit comments

Comments
 (0)