|
1 | 1 | { |
2 | 2 | "@context": { |
| 3 | + "@version": 1.1, |
| 4 | + "@protected": true, |
3 | 5 | "ngsi-ld": "https://uri.etsi.org/ngsi-ld/", |
4 | 6 | "geojson": "https://purl.org/geojson/vocab#", |
5 | 7 | "id": "@id", |
6 | 8 | "type": "@type", |
7 | 9 | "Attribute": "ngsi-ld:Attribute", |
8 | 10 | "AttributeList": "ngsi-ld:AttributeList", |
| 11 | + "ContextSourceIdentity": "ngsi-ld:ContextSourceIdentity", |
9 | 12 | "ContextSourceNotification": "ngsi-ld:ContextSourceNotification", |
10 | 13 | "ContextSourceRegistration": "ngsi-ld:ContextSourceRegistration", |
11 | 14 | "Date": "ngsi-ld:Date", |
|
17 | 20 | "FeatureCollection": "geojson:FeatureCollection", |
18 | 21 | "GeoProperty": "ngsi-ld:GeoProperty", |
19 | 22 | "GeometryCollection": "geojson:GeometryCollection", |
20 | | - "LineString": "geojson:LineString", |
| 23 | + "JsonProperty": "ngsi-ld:JsonProperty", |
21 | 24 | "LanguageProperty": "ngsi-ld:LanguageProperty", |
| 25 | + "LineString": "geojson:LineString", |
| 26 | + "ListProperty": "ngsi-ld:ListProperty", |
| 27 | + "ListRelationship": "ngsi-ld:ListRelationship", |
22 | 28 | "MultiLineString": "geojson:MultiLineString", |
23 | 29 | "MultiPoint": "geojson:MultiPoint", |
24 | 30 | "MultiPolygon": "geojson:MultiPolygon", |
|
64 | 70 | "@id": "geojson:bbox" |
65 | 71 | }, |
66 | 72 | "cacheDuration": "ngsi-ld:cacheDuration", |
| 73 | + "containedBy": "ngsi-ld:isContainedBy", |
| 74 | + "contextSourceAlias": "ngsi-ld:contextSourceAlias", |
| 75 | + "contextSourceExtras": { |
| 76 | + "@id": "ngsi-ld:contextSourceExtras", |
| 77 | + "@type": "@json" |
| 78 | + }, |
67 | 79 | "contextSourceInfo": "ngsi-ld:contextSourceInfo", |
| 80 | + "contextSourceTimeAt": { |
| 81 | + "@id": "ngsi-ld:contextSourceTimeAt", |
| 82 | + "@type": "DateTime" |
| 83 | + }, |
| 84 | + "contextSourceUptime": "ngsi-ld:contextSourceUptime", |
68 | 85 | "cooldown": "ngsi-ld:cooldown", |
69 | 86 | "coordinates": { |
70 | 87 | "@container": "@list", |
|
87 | 104 | "deletedAt": { |
88 | 105 | "@id": "ngsi-ld:deletedAt", |
89 | 106 | "@type": "DateTime" |
90 | | - }, |
| 107 | + }, |
91 | 108 | "description": "http://purl.org/dc/terms/description", |
92 | 109 | "detail": "ngsi-ld:detail", |
93 | 110 | "distinctCount": { |
|
104 | 121 | }, |
105 | 122 | "endpoint": "ngsi-ld:endpoint", |
106 | 123 | "entities": "ngsi-ld:entities", |
| 124 | + "entity": "ngsi-ld:entity", |
107 | 125 | "entityCount": "ngsi-ld:entityCount", |
108 | 126 | "entityId": { |
109 | 127 | "@id": "ngsi-ld:entityId", |
110 | 128 | "@type": "@id" |
111 | 129 | }, |
| 130 | + "entityList": { |
| 131 | + "@id": "ngsi-ld:entityList", |
| 132 | + "@container": "@list" |
| 133 | + }, |
| 134 | + "entityMap": "ngsi-ld:hasEntityMap", |
112 | 135 | "error": "ngsi-ld:error", |
113 | 136 | "errors": "ngsi-ld:errors", |
| 137 | + "expandValues": "ngsi-ld:expandValues", |
114 | 138 | "expiresAt": { |
115 | 139 | "@id": "ngsi-ld:expiresAt", |
116 | 140 | "@type": "DateTime" |
|
122 | 146 | "format": "ngsi-ld:format", |
123 | 147 | "geoQ": "ngsi-ld:geoQ", |
124 | 148 | "geometry": "geojson:geometry", |
| 149 | + "geometryProperty": "geojson:geometryProperty", |
125 | 150 | "geoproperty": "ngsi-ld:geoproperty", |
126 | 151 | "georel": "ngsi-ld:georel", |
127 | 152 | "idPattern": "ngsi-ld:idPattern", |
|
131 | 156 | "@type": "@id" |
132 | 157 | }, |
133 | 158 | "isActive": "ngsi-ld:isActive", |
| 159 | + "join": "ngsi-ld:join", |
| 160 | + "joinLevel": "ngsi-ld:hasJoinLevel", |
| 161 | + "json": { |
| 162 | + "@id": "ngsi-ld:hasJSON", |
| 163 | + "@type": "@json" |
| 164 | + }, |
| 165 | + "jsonKeys": "ngsi-ld:jsonKeys", |
| 166 | + "jsons": { |
| 167 | + "@id": "ngsi-ld:jsons", |
| 168 | + "@container": "@list" |
| 169 | + }, |
134 | 170 | "key": "ngsi-ld:hasKey", |
135 | 171 | "lang": "ngsi-ld:lang", |
136 | 172 | "languageMap": { |
|
153 | 189 | "@id": "ngsi-ld:lastSuccess", |
154 | 190 | "@type": "DateTime" |
155 | 191 | }, |
| 192 | + "linkedMaps": "ngsi-ld:linkedMaps", |
156 | 193 | "localOnly": "ngsi-ld:localOnly", |
157 | 194 | "location": "ngsi-ld:location", |
158 | 195 | "management": "ngsi-ld:management", |
|
182 | 219 | "@id": "ngsi-ld:hasObject", |
183 | 220 | "@type": "@id" |
184 | 221 | }, |
| 222 | + "objectList": { |
| 223 | + "@id": "ngsi-ld:hasObjectList", |
| 224 | + "@container": "@list" |
| 225 | + }, |
185 | 226 | "objects": { |
186 | 227 | "@id": "ngsi-ld:hasObjects", |
187 | 228 | "@container": "@list" |
188 | 229 | }, |
| 230 | + "objectsLists": { |
| 231 | + "@id": "ngsi-ld:hasObjectsLists", |
| 232 | + "@container": "@list" |
| 233 | + }, |
| 234 | + "objectType": { |
| 235 | + "@id": "ngsi-ld:hasObjectType", |
| 236 | + "@type": "@vocab" |
| 237 | + }, |
189 | 238 | "observationInterval": "ngsi-ld:observationInterval", |
190 | 239 | "observationSpace": "ngsi-ld:observationSpace", |
191 | 240 | "observedAt": { |
192 | 241 | "@id": "ngsi-ld:observedAt", |
193 | 242 | "@type": "DateTime" |
194 | 243 | }, |
195 | | - "operationSpace": "ngsi-ld:operationSpace", |
| 244 | + "omit": "ngsi-ld:omit", |
| 245 | + "operationSpace": "ngsi-ld:operationSpace", |
196 | 246 | "operations": "ngsi-ld:operations", |
| 247 | + "pick": "ngsi-ld:pick", |
| 248 | + "previousJson": { |
| 249 | + "@id": "ngsi-ld:hasPreviousJson", |
| 250 | + "@type": "@json" |
| 251 | + }, |
197 | 252 | "previousLanguageMap": { |
198 | 253 | "@id": "ngsi-ld:hasPreviousLanguageMap", |
199 | 254 | "@container": "@language" |
|
202 | 257 | "@id": "ngsi-ld:hasPreviousObject", |
203 | 258 | "@type": "@id" |
204 | 259 | }, |
| 260 | + "previousObjectList": { |
| 261 | + "@id": "ngsi-ld:hasPreviousObjectList", |
| 262 | + "@container": "@list" |
| 263 | + }, |
205 | 264 | "previousValue": "ngsi-ld:hasPreviousValue", |
| 265 | + "previousValueList": { |
| 266 | + "@id": "ngsi-ld:hasPreviousValueList", |
| 267 | + "@container": "@list" |
| 268 | + }, |
206 | 269 | "previousVocab": { |
207 | 270 | "@id": "ngsi-ld:hasPreviousVocab", |
208 | 271 | "@type": "@vocab" |
|
215 | 278 | "q": "ngsi-ld:q", |
216 | 279 | "reason": "ngsi-ld:reason", |
217 | 280 | "receiverInfo": "ngsi-ld:receiverInfo", |
218 | | - "refreshRate": "ngsi-ld:refreshRate", |
| 281 | + "refreshRate": "ngsi-ld:refreshRate", |
219 | 282 | "registrationId": "ngsi-ld:registrationId", |
220 | 283 | "registrationName": "ngsi-ld:registrationName", |
221 | 284 | "relationshipNames": { |
|
291 | 354 | "updated": "ngsi-ld:updated", |
292 | 355 | "uri": "ngsi-ld:uri", |
293 | 356 | "value": "ngsi-ld:hasValue", |
| 357 | + "valueList": { |
| 358 | + "@id": "ngsi-ld:hasValueList", |
| 359 | + "@container": "@list" |
| 360 | + }, |
| 361 | + "valueLists": { |
| 362 | + "@id": "ngsi-ld:hasValueLists", |
| 363 | + "@container": "@list" |
| 364 | + }, |
294 | 365 | "values": { |
295 | 366 | "@id": "ngsi-ld:hasValues", |
296 | 367 | "@container": "@list" |
|
0 commit comments