-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcontext.jsonld
53 lines (53 loc) · 3 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
{
"@context": {
"Alert": "https://smartdatamodels.org/dataModel.Alert/Alert",
"Anomaly": "https://smartdatamodels.org/dataModel.Alert/Anomaly",
"address": "https://smartdatamodels.org/address",
"addressCountry": "https://smartdatamodels.org/addressCountry",
"addressLocality": "https://smartdatamodels.org/addressLocality",
"addressRegion": "https://smartdatamodels.org/addressRegion",
"alertSource": "https://smartdatamodels.org/dataModel.Alert/alertSource",
"alternateName": "https://smartdatamodels.org/alternateName",
"anomalousProperty": "https://smartdatamodels.org/dataModel.Alert/anomalousProperty",
"areaServed": "https://smartdatamodels.org/areaServed",
"bbox": {
"@container": "@list",
"@id": "https://purl.org/geojson/vocab#bbox"
},
"category": "https://smartdatamodels.org/dataModel.Alert/category",
"coordinates": {
"@container": "@list",
"@id": "https://purl.org/geojson/vocab#coordinates"
},
"data": "https://uri.etsi.org/ngsi-ld/data",
"dataProvider": "https://smartdatamodels.org/dataProvider",
"dateCreated": "https://smartdatamodels.org/dateCreated",
"dateDetected": "https://smartdatamodels.org/dataModel.Alert/dateDetected",
"dateIssued": "https://smartdatamodels.org/dataModel.Alert/dateIssued",
"dateModified": "https://smartdatamodels.org/dateModified",
"dateObserved": "https://smartdatamodels.org/dateObserved",
"description": "http://purl.org/dc/terms/description",
"detectedBy": "https://smartdatamodels.org/dataModel.Alert/detectedBy",
"district": "https://smartdatamodels.org/district",
"id": "@id",
"location": "https://uri.etsi.org/ngsi-ld/location",
"measuredValue": "https://smartdatamodels.org/dataModel.Alert/measuredValue",
"name": "https://smartdatamodels.org/name",
"ngsi-ld": "https://uri.etsi.org/ngsi-ld/",
"owner": "https://smartdatamodels.org/owner",
"postOfficeBoxNumber": "https://smartdatamodels.org/postOfficeBoxNumber",
"postalCode": "https://smartdatamodels.org/postalCode",
"seeAlso": "https://smartdatamodels.org/seeAlso",
"severity": "https://smartdatamodels.org/dataModel.Alert/severity",
"source": "https://smartdatamodels.org/source",
"streetAddress": "https://smartdatamodels.org/streetAddress",
"streetNr": "https://smartdatamodels.org/streetNr",
"subCategory": "https://smartdatamodels.org/dataModel.Alert/subCategory",
"thresholdBreach": "https://smartdatamodels.org/dataModel.Alert/thresholdBreach",
"thresholdType": "https://smartdatamodels.org/dataModel.Alert/thresholdType",
"thresholdValue": "https://smartdatamodels.org/dataModel.Alert/thresholdValue",
"type": "@type",
"validFrom": "https://smartdatamodels.org/validFrom",
"validTo": "https://smartdatamodels.org/dataModel.Alert/validTo"
}
}