forked from FIWARE/data-models
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample-normalized-ld.jsonld
More file actions
61 lines (61 loc) · 1.45 KB
/
Copy pathexample-normalized-ld.jsonld
File metadata and controls
61 lines (61 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"id": "urn:ngsi-ld:Alert:Alert:1",
"type": "Alert",
"createdAt": "2019-06-06T12:06:06",
"modifiedAt": "2019-06-07T12:07:06",
"category": {
"type": "Property",
"value": "traffic"
},
"subCategory": {
"type": "Property",
"value": "trafficJam"
},
"validTo": {
"type": "Property",
"value": {
"@type": "DateTime",
"@value": "2017-01-02T10:25:55.00Z"
}
},
"description": {
"type": "Property",
"value": "The road is completely blocked for 3kms"
},
"location": {
"type": "GeoProperty",
"value": {
"type": "Point",
"coordinates": [
-3.712247222222222,
40.423852777777775
]
}
},
"dateIssued": {
"type": "Property",
"value": {
"@type": "DateTime",
"@value": "2017-01-02T09:25:55.00Z"
}
},
"alertSource": {
"type": "Property",
"value": "https://account.lab.fiware.org/users/8"
},
"validFrom": {
"type": "Property",
"value": {
"@type": "DateTime",
"@value": "2017-01-02T09:25:55.00Z"
}
},
"severity": {
"type": "Property",
"value": "high"
},
"@context": [
"https://schema.lab.fiware.org/ld/context",
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld"
]
}