forked from smart-data-models/dataModel.Building
-
Notifications
You must be signed in to change notification settings - Fork 0
/
context.jsonld
46 lines (46 loc) · 3.12 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
{
"@context": {
"accelerationMeasured": "https://smartdatamodels.org/dataModel.Building/accelerationMeasured",
"address": "https://smartdatamodels.org/address",
"alternateName": "https://smartdatamodels.org/alternateName",
"areaServed": "https://smartdatamodels.org/areaServed",
"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",
"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",
"endDate": "https://smartdatamodels.org/dataModel.Building/endDate",
"floorsAboveGround": "https://smartdatamodels.org/dataModel.Building/floorsAboveGround",
"floorsBelowGround": "https://smartdatamodels.org/dataModel.Building/floorsBelowGround",
"id": "@id",
"location": "ngsi-ld:location",
"name": "https://smartdatamodels.org/name",
"ngsi-ld": "https://uri.etsi.org/ngsi-ld/",
"occupier": "https://smartdatamodels.org/dataModel.Building/occupier",
"openingHours": "https://smartdatamodels.org/dataModel.Building/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",
"refBuilding": "https://smartdatamodels.org/dataModel.Building/refBuilding",
"refMap": "https://smartdatamodels.org/dataModel.Building/refMap",
"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/dataModel.Building/startDate",
"status": "ngsi-ld:status",
"type": "@type"
}
}