-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcontext.jsonld
66 lines (66 loc) · 4.25 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
60
61
62
63
64
65
66
{
"@context": {
"Building": "https://smartdatamodels.org/dataModel.Building/Building",
"BuildingOperation": "https://smartdatamodels.org/dataModel.Building/BuildingOperation",
"BuildingType": "https://smartdatamodels.org/dataModel.Building/BuildingType",
"VibrationsObserved": "https://smartdatamodels.org/dataModel.Building/VibrationsObserved",
"accelerationMeasured": "https://smartdatamodels.org/dataModel.Building/accelerationMeasured",
"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",
"bbox": {
"@container": "@list",
"@id": "https://purl.org/geojson/vocab#bbox"
},
"buildingTypeChildren": "https://smartdatamodels.org/dataModel.Building/buildingTypeChildren",
"buildingTypeParent": "https://smartdatamodels.org/dataModel.Building/buildingTypeParent",
"category": "https://smartdatamodels.org/dataModel.Building/category",
"collapseRisk": "https://smartdatamodels.org/dataModel.Building/collapseRisk",
"containedInPlace": "https://smartdatamodels.org/dataModel.Building/containedInPlace",
"coordinates": {
"@container": "@list",
"@id": "https://purl.org/geojson/vocab#coordinates"
},
"dataProvider": "https://smartdatamodels.org/dataProvider",
"dateCreated": "https://smartdatamodels.org/dateCreated",
"dateFinished": "https://smartdatamodels.org/dataModel.Building/dateFinished",
"dateModified": "https://smartdatamodels.org/dateModified",
"dateObserved": "https://smartdatamodels.org/dateObserved",
"dateStarted": "https://smartdatamodels.org/dataModel.Building/dateStarted",
"description": "http://purl.org/dc/terms/description",
"district": "https://smartdatamodels.org/district",
"endDate": "https://smartdatamodels.org/endDate",
"floorsAboveGround": "https://smartdatamodels.org/dataModel.Building/floorsAboveGround",
"floorsBelowGround": "https://smartdatamodels.org/dataModel.Building/floorsBelowGround",
"id": "@id",
"location": "https://uri.etsi.org/ngsi-ld/location",
"mapUrl": "https://smartdatamodels.org/dataModel.Building/mapUrl",
"name": "https://smartdatamodels.org/name",
"ngsi-ld": "https://uri.etsi.org/ngsi-ld/",
"occupier": "https://smartdatamodels.org/dataModel.Building/occupier",
"openingHours": "https://smartdatamodels.org/openingHours",
"operationSequence": "https://smartdatamodels.org/dataModel.Building/operationSequence",
"operationType": "https://smartdatamodels.org/dataModel.Building/operationType",
"owner": "https://smartdatamodels.org/owner",
"peopleCapacity": "https://smartdatamodels.org/dataModel.Building/peopleCapacity",
"peopleOccupancy": "https://smartdatamodels.org/dataModel.Building/peopleOccupancy",
"postOfficeBoxNumber": "https://smartdatamodels.org/postOfficeBoxNumber",
"postalCode": "https://smartdatamodels.org/postalCode",
"refBuilding": "https://smartdatamodels.org/dataModel.Building/refBuilding",
"refOperator": "https://smartdatamodels.org/dataModel.Building/refOperator",
"refRelatedBuildingOperation": "https://smartdatamodels.org/dataModel.Building/refRelatedBuildingOperation",
"refRelatedDeviceOperation": "https://smartdatamodels.org/dataModel.Building/refRelatedDeviceOperation",
"result": "https://smartdatamodels.org/dataModel.Building/result",
"root": "https://smartdatamodels.org/dataModel.Building/root",
"seeAlso": "https://smartdatamodels.org/seeAlso",
"source": "https://smartdatamodels.org/source",
"startDate": "https://smartdatamodels.org/startDate",
"status": "https://uri.etsi.org/ngsi-ld/status",
"streetAddress": "https://smartdatamodels.org/streetAddress",
"streetNr": "https://smartdatamodels.org/streetNr",
"type": "@type"
}
}