forked from FIWARE/tutorials.Relationships-Linked-Data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuser-context.jsonld
134 lines (134 loc) · 5.66 KB
/
user-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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"@context": {
"type": "@type",
"id": "@id",
"ngsi-ld": "https://uri.etsi.org/ngsi-ld/",
"fiware": "https://uri.fiware.org/ns/data-models#",
"schema": "https://schema.org/",
"tutorial": "https://fiware.github.io/tutorials.Step-by-Step/schema/",
"openstreetmap": "https://wiki.openstreetmap.org/wiki/Tag:building%3D",
"Bell": "tutorial:Bell",
"Building": "fiware:Building",
"Door": "tutorial:Door",
"Lamp": "tutorial:Lamp",
"Motion": "tutorial:Motion",
"Person": "fiware:Person",
"Product": "tutorial:Product",
"Shelf": "tutorial:Shelf",
"StockOrder": "tutorial:StockOrder",
"additionalName": "schema:additionalName",
"address": "schema:address",
"addressCountry": "schema:addressCountry",
"addressLocality": "schema:addressLocality",
"addressRegion": "schema:addressRegion",
"batteryLevel": "fiware:batteryLevel",
"category": "fiware:category",
"close": "tutorial:close",
"close_info": "tutorial:close_info",
"close_status": "tutorial:close_status",
"commercial": "openstreetmap:commercial",
"completed": "tutorial:completed",
"configuration": "fiware:configuration",
"containedInPlace": "fiware:containedInPlace",
"controlledAsset": "fiware:controlledAsset",
"controlledProperty": "fiware:controlledProperty",
"coordinates": "ngsi-ld:coordinates",
"currency": "tutorial:currency",
"dataProvider": "fiware:dataProvider",
"dateCreated": "fiware:dateCreated",
"dateFirstUsed": "fiware:dateFirstUsed",
"dateInstalled": "fiware:dateInstalled",
"dateLastCalibration": "fiware:dateLastCalibration",
"dateLastValueReported": "fiware:dateLastValueReported",
"dateManufactured": "fiware:dateManufactured",
"dateModified": "fiware:dateModified",
"description": "ngsi-ld:description",
"deviceState": "fiware:deviceState",
"email": "schema:email",
"familyName": "schema:familyName",
"faxNumber": "schema:faxNumber",
"firmwareVersion": "fiware:firmwareVersion",
"floorsAboveGround": "fiware:floorsAboveGround",
"floorsBelowGround": "fiware:floorsBelowGround",
"furniture": "tutorial:furniture",
"gender": "schema:gender",
"givenName": "schema:givenName",
"hardwareVersion": "fiware:hardwareVersion",
"honorificPrefix": "schema:honorificPrefix",
"honorificSuffix": "schema:honorificSuffix",
"humidity": "https://w3id.org/saref#humidity",
"inProgress": "tutorial:inProgress",
"industrial": "openstreetmap:industrial",
"installedBy": "tutorial:installedBy",
"ipAddress": "fiware:ipAddress",
"isicV4": "schema:isicV4",
"jobTitle": "schema:jobTitle",
"kiosk": "openstreetmap:kiosk",
"locatedIn": "tutorial:locatedIn",
"location": "https://w3id.org/saref#location",
"lock": "tutorial:lock",
"lock_info": "tutorial:lock_info",
"lock_status": "tutorial:lock_status",
"luminiscence": "https://w3id.org/saref#luminiscence",
"macAddress": "fiware:macAddress",
"mcc": "fiware:mcc",
"mnc": "fiware:mnc",
"motion": "https://w3id.org/saref#motion",
"name": "schema:name",
"numberOfItems": "tutorial:numberOfItems",
"observedAt": "ngsi-ld:observedAt",
"occupier": "fiware:occupier",
"off": "tutorial:off",
"off_info": "tutorial:off_info",
"off_status": "tutorial:off_status",
"office": "openstreetmap:office",
"off": "tutorial:off",
"on_info": "tutorial:on_info",
"on_status": "tutorial:on_status",
"open": "tutorial:open",
"open_info": "tutorial:open_info",
"open_status": "tutorial:open_status",
"openingHours": "fiware:openingHours",
"orderDate": "tutorial:orderDate",
"orderedProduct": "tutorial:orderedProduct",
"osVersion": "fiware:osVersion",
"owner": "fiware:owner",
"pending": "tutorial:pending",
"postOfficeBoxNumber": "schema:postOfficeBoxNumber",
"postalCode": "schema:postalCode",
"price": "tutorial:price",
"providedBy": "fiware:providedBy",
"provider": "fiware:provider",
"refDeviceModel": "fiware:refDeviceModel",
"refMap": "fiware:refMap",
"requestedBy": "tutorial:requestedBy",
"requestedFor": "tutorial:requestedFor",
"retail": "openstreetmap:retail",
"ring": "tutorial:ring",
"ring_info": "tutorial:ring_info",
"ring_status": "tutorial:ring_status",
"rssi": "fiware:rssi",
"serialNumber": "fiware:serialNumber",
"size": "tutorial:size",
"softwareVersion": "fiware:softwareVersion",
"source": "fiware:source",
"statusOfWork": "tutorial:statusOfWork",
"stockCount": "tutorial:stockCount",
"stocks": "tutorial:stocks",
"streetAddress": "schema:streetAddress",
"supermarket": "openstreetmap:supermarket",
"supportedProtocol": "fiware:supportedProtocol",
"taxID": "schema:taxID",
"telephone": "schema:telephone",
"temperature": "https://w3id.org/saref#temperature",
"tweets": "tutorial:tweets",
"unitCode": "ngsi-ld:unitCode",
"unlock": "tutorial:unlock",
"unlock_info": "tutorial:unlock_info",
"unlock_status": "tutorial:unlock_status",
"value": "fiware:value",
"vatID": "schema:vatID",
"verified": "tutorial:verified",
"warehouse": "openstreetmap:warehouse"
}
}