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
77 lines (77 loc) · 1.82 KB
/
Copy pathexample-normalized-ld.jsonld
File metadata and controls
77 lines (77 loc) · 1.82 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"id": "urn:ngsi-ld:KeyPerformanceIndicator:kpi-2016-Ciudad-containers-faults",
"type": "KeyPerformanceIndicator",
"modifiedAt": "2016-06-29T15:59:09.224Z",
"category": {
"type": "Property",
"value": [
"quantitative"
]
},
"calculationFrequency": {
"type": "Property",
"value": "monthly"
},
"description": {
"type": "Property",
"value": "Number of incidences raised on containers per month"
},
"currentStanding": {
"type": "Property",
"value": "good"
},
"address": {
"type": "Property",
"value": {
"addressLocality": "Ciudad",
"addressCountry": "ESP",
"type": "PostalAddress"
}
},
"calculationPeriod": {
"type": "Property",
"value": {
"to": "2016-06-30",
"from": "2016-06-01"
}
},
"dateNextCalculation": {
"type": "Property",
"value": {
"@type": "DateTime",
"@value": "2016-07-31Z"
}
},
"calculationMethod": {
"type": "Property",
"value": "automatic"
},
"provider": {
"type": "Property",
"value": {
"name": "Cleaning Service Provider S.A."
}
},
"organization": {
"type": "Property",
"value": {
"name": "Ayuntamiento de Ciudad"
}
},
"kpiValue": {
"type": "Property",
"value": 20
},
"name": {
"type": "Property",
"value": "Incidencias-Contenedores-Mensual"
},
"process": {
"type": "Property",
"value": "Garbage Collection"
},
"@context": [
"https://schema.lab.fiware.org/ld/context",
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld"
]
}