-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontext.jsonld
56 lines (56 loc) · 3.07 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
{
"@context": {
"CloudRegion": "https://smartdatamodels.org/dataModel.IT/CloudRegion",
"ITTests": "https://smartdatamodels.org/dataModel.IT/ITTests",
"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",
"areaServed": "https://smartdatamodels.org/areaServed",
"availabilityRestriction": "https://smartdatamodels.org/availabilityRestriction",
"availableLanguage": "https://smartdatamodels.org/availableLanguage",
"bbox": {
"@container": "@list",
"@id": "https://purl.org/geojson/vocab#bbox"
},
"cloudName": "https://smartdatamodels.org/dataModel.IT/cloudName",
"component": "https://smartdatamodels.org/dataModel.IT/component",
"contactOption": "https://smartdatamodels.org/contactOption",
"contactType": "https://smartdatamodels.org/contactType",
"coordinates": {
"@container": "@list",
"@id": "https://purl.org/geojson/vocab#coordinates"
},
"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",
"elapsedTime": "https://smartdatamodels.org/dataModel.IT/elapsedTime",
"email": "https://smartdatamodels.org/email",
"faxNumber": "https://smartdatamodels.org/faxNumber",
"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",
"pointsOfContact": "https://smartdatamodels.org/dataModel.IT/pointsOfContact",
"postOfficeBoxNumber": "https://smartdatamodels.org/postOfficeBoxNumber",
"postalCode": "https://smartdatamodels.org/postalCode",
"productSupported": "https://smartdatamodels.org/productSupported",
"result": "https://smartdatamodels.org/dataModel.IT/result",
"seeAlso": "https://smartdatamodels.org/seeAlso",
"source": "https://smartdatamodels.org/source",
"status": "https://uri.etsi.org/ngsi-ld/status",
"streetAddress": "https://smartdatamodels.org/streetAddress",
"streetNr": "https://smartdatamodels.org/streetNr",
"telephone": "https://smartdatamodels.org/telephone",
"test": "https://smartdatamodels.org/dataModel.IT/test",
"tests": "https://smartdatamodels.org/dataModel.IT/tests",
"timestamp": "https://smartdatamodels.org/dataModel.IT/timestamp",
"type": "@type",
"url": "https://smartdatamodels.org/url",
"version": "https://smartdatamodels.org/dataModel.IT/version"
}
}