-
Notifications
You must be signed in to change notification settings - Fork 2
/
context.jsonld
49 lines (49 loc) · 3.03 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
{
"@context": {
"SmartPointOfInteraction": "https://smartdatamodels.org/dataModel.PointOfInteraction/SmartPointOfInteraction",
"SmartSpot": "https://smartdatamodels.org/dataModel.PointOfInteraction/SmartSpot",
"address": "https://smartdatamodels.org/address",
"addressCountry": "https://smartdatamodels.org/addressCountry",
"addressLocality": "https://smartdatamodels.org/addressLocality",
"addressRegion": "https://smartdatamodels.org/addressRegion",
"alternateName": "https://smartdatamodels.org/alternateName",
"announcedUrl": "https://smartdatamodels.org/dataModel.PointOfInteraction/announcedUrl",
"announcementPeriod": "https://smartdatamodels.org/dataModel.PointOfInteraction/announcementPeriod",
"applicationUrl": "https://smartdatamodels.org/dataModel.PointOfInteraction/applicationUrl",
"areaCovered": "https://smartdatamodels.org/dataModel.PointOfInteraction/areaCovered",
"areaServed": "https://smartdatamodels.org/areaServed",
"availability": "https://smartdatamodels.org/dataModel.PointOfInteraction/availability",
"bbox": {
"@container": "@list",
"@id": "https://purl.org/geojson/vocab#bbox"
},
"bluetoothChannel": "https://smartdatamodels.org/dataModel.PointOfInteraction/bluetoothChannel",
"category": "https://smartdatamodels.org/dataModel.PointOfInteraction/category",
"coordinates": {
"@container": "@list",
"@id": "https://purl.org/geojson/vocab#coordinates"
},
"coverageRadius": "https://smartdatamodels.org/dataModel.PointOfInteraction/coverageRadius",
"dataProvider": "https://smartdatamodels.org/dataProvider",
"dateCreated": "https://smartdatamodels.org/dateCreated",
"dateModified": "https://smartdatamodels.org/dateModified",
"description": "http://purl.org/dc/terms/description",
"district": "https://smartdatamodels.org/district",
"id": "@id",
"location": "https://uri.etsi.org/ngsi-ld/location",
"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",
"refRelatedEntity": "https://smartdatamodels.org/dataModel.PointOfInteraction/refRelatedEntity",
"refSmartPointOfInteraction": "https://smartdatamodels.org/dataModel.PointOfInteraction/refSmartPointOfInteraction",
"refSmartSpot": "https://smartdatamodels.org/dataModel.PointOfInteraction/refSmartSpot",
"seeAlso": "https://smartdatamodels.org/seeAlso",
"signalStrength": "https://smartdatamodels.org/dataModel.PointOfInteraction/signalStrength",
"source": "https://smartdatamodels.org/source",
"streetAddress": "https://smartdatamodels.org/streetAddress",
"streetNr": "https://smartdatamodels.org/streetNr",
"type": "@type"
}
}