-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcontext.jsonld
59 lines (59 loc) · 3.97 KB
/
context.jsonld
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
{
"@context": {
"KeyPerformanceIndicator": "https://smartdatamodels.org/dataModel.KeyPerformanceIndicator/KeyPerformanceIndicator",
"address": "https://smartdatamodels.org/address",
"addressCountry": "https://smartdatamodels.org/addressCountry",
"addressLocality": "https://smartdatamodels.org/addressLocality",
"addressRegion": "https://smartdatamodels.org/addressRegion",
"aggregatedData": "https://smartdatamodels.org/dataModel.KeyPerformanceIndicator/aggregatedData",
"alternateName": "https://smartdatamodels.org/alternateName",
"area": "https://smartdatamodels.org/dataModel.KeyPerformanceIndicator/area",
"areaServed": "https://smartdatamodels.org/areaServed",
"attrs": "https://uri.etsi.org/ngsi-ld/attrs",
"bbox": {
"@container": "@list",
"@id": "https://purl.org/geojson/vocab#bbox"
},
"businessTarget": "https://smartdatamodels.org/dataModel.KeyPerformanceIndicator/businessTarget",
"calculatedBy": "https://smartdatamodels.org/dataModel.KeyPerformanceIndicator/calculatedBy",
"calculationFormula": "https://smartdatamodels.org/dataModel.KeyPerformanceIndicator/calculationFormula",
"calculationFrequency": "https://smartdatamodels.org/dataModel.KeyPerformanceIndicator/calculationFrequency",
"calculationMethod": "https://smartdatamodels.org/dataModel.KeyPerformanceIndicator/calculationMethod",
"calculationPeriod": "https://smartdatamodels.org/dataModel.KeyPerformanceIndicator/calculationPeriod",
"category": "https://smartdatamodels.org/dataModel.KeyPerformanceIndicator/category",
"coordinates": {
"@container": "@list",
"@id": "https://purl.org/geojson/vocab#coordinates"
},
"currentStanding": "https://smartdatamodels.org/dataModel.KeyPerformanceIndicator/currentStanding",
"dataProvider": "https://smartdatamodels.org/dataProvider",
"dateCreated": "https://smartdatamodels.org/dateCreated",
"dateExpires": "https://smartdatamodels.org/dataModel.KeyPerformanceIndicator/dateExpires",
"dateModified": "https://smartdatamodels.org/dateModified",
"dateNextCalculation": "https://smartdatamodels.org/dataModel.KeyPerformanceIndicator/dateNextCalculation",
"description": "http://purl.org/dc/terms/description",
"district": "https://smartdatamodels.org/district",
"effectiveSince": "https://smartdatamodels.org/dataModel.KeyPerformanceIndicator/effectiveSince",
"entityType": "https://smartdatamodels.org/dataModel.KeyPerformanceIndicator/entityType",
"from": "https://smartdatamodels.org/dataModel.KeyPerformanceIndicator/from",
"id": "@id",
"kpiValue": "https://smartdatamodels.org/dataModel.KeyPerformanceIndicator/kpiValue",
"location": "https://uri.etsi.org/ngsi-ld/location",
"name": "https://smartdatamodels.org/name",
"ngsi-ld": "https://uri.etsi.org/ngsi-ld/",
"organization": "https://smartdatamodels.org/dataModel.KeyPerformanceIndicator/organization",
"owner": "https://smartdatamodels.org/owner",
"postOfficeBoxNumber": "https://smartdatamodels.org/postOfficeBoxNumber",
"postalCode": "https://smartdatamodels.org/postalCode",
"process": "https://smartdatamodels.org/dataModel.KeyPerformanceIndicator/process",
"product": "https://smartdatamodels.org/dataModel.KeyPerformanceIndicator/product",
"provider": "https://smartdatamodels.org/dataModel.KeyPerformanceIndicator/provider",
"seeAlso": "https://smartdatamodels.org/seeAlso",
"source": "https://smartdatamodels.org/source",
"streetAddress": "https://smartdatamodels.org/streetAddress",
"streetNr": "https://smartdatamodels.org/streetNr",
"to": "https://smartdatamodels.org/dataModel.KeyPerformanceIndicator/to",
"type": "@type",
"updatedAt": "https://smartdatamodels.org/dataModel.KeyPerformanceIndicator/updatedAt"
}
}