Skip to content

Commit 74be4cc

Browse files
not neeeded the @
1 parent 9fb5103 commit 74be4cc

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

RainFallRadarObserved/examples/example-normalized.jsonld

Lines changed: 6 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": {
@@ -105,8 +105,6 @@
105105
"object": "urn:ngsi-ld:Device:NCE-RFRO-018"
106106
},
107107
"@context": [
108-
"https://raw.githubusercontent.com/smart-data-models/data-models/master/context.jsonld",
109-
110108
"https://raw.githubusercontent.com/smart-data-models/dataModel.Environment/master/context.jsonld"
111109
]
112110
}

0 commit comments

Comments
 (0)