Skip to content

Commit baa5249

Browse files
committed
Update User Context
1 parent 5b0d5af commit baa5249

3 files changed

Lines changed: 32 additions & 20 deletions

File tree

data-models/alternate-context.jsonld

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
"aktuator": "https://w3id.org/saref#actuator",
2727
"zusätzlicherName": "schema:additionalName",
2828
"adresse": "schema:address",
29+
"addressCountry": "schema:addressCountry",
30+
"addressLocality": "schema:addressLocality",
31+
"addressRegion": "schema:addressRegion",
2932
"airPollution": "https://w3id.org/saref#airPollution",
3033
"atmosphericPressure": "https://w3id.org/saref#atmosphericPressure",
3134
"scheune": "https://wiki.openstreetmap.org/wiki/Tag:building%3Dbarn",
@@ -91,7 +94,7 @@
9194
"öffnungszeiten": "fiware:openingHours",
9295
"osVersion": "fiware:osVersion",
9396
"inhaber": "fiware:owner",
94-
97+
"postalCode": "schema:postalCode",
9598
"niederschlag": "https://w3id.org/saref#precipitation",
9699
"druck": "https://w3id.org/saref#pressure",
97100
"anbieter": "fiware:provider",

data-models/json-context.jsonld

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,13 @@
2525
"Water": "tutorial:Water",
2626
"actuator": "https://w3id.org/saref#actuator",
2727
"additionalName": {
28-
"@id": "schema:additionalName",
28+
"@id": "https://schema.org/additionalName",
2929
"@type": "xsd:string"
3030
},
3131
"address": "schema:address",
32+
"addressCountry": "schema:addressCountry",
33+
"addressLocality": "schema:addressLocality",
34+
"addressRegion": "schema:addressRegion",
3235
"airPollution": "https://w3id.org/saref#airPollution",
3336
"atmosphericPressure": "https://w3id.org/saref#atmosphericPressure",
3437
"barn": "https://wiki.openstreetmap.org/wiki/Tag:building%3Dbarn",
@@ -102,18 +105,18 @@
102105
"digester": "https://wiki.openstreetmap.org/wiki/Tag:building%3Ddigester",
103106
"eatingActivity": "https://w3id.org/saref#eatingActivity",
104107
"email": {
105-
"@id": "schema:email",
108+
"@id": "https://schema.org/email",
106109
"@type": "xsd:string"
107110
},
108111
"endgun": "https://w3id.org/saref#endgun",
109112
"familyName": {
110-
"@id": "schema:familyName",
113+
"@id": "https://schema.org/familyName",
111114
"@type": "xsd:string"
112115
},
113116
"farm": "https://wiki.openstreetmap.org/wiki/Tag:building%3Dfarm",
114117
"farm_auxiliary": "https://wiki.openstreetmap.org/wiki/Tag:building%3Dfarm_auxiliary",
115118
"faxNumber": {
116-
"@id": "schema:faxNumber",
119+
"@id": "https://schema.org/faxNumber",
117120
"@type": "xsd:string"
118121
},
119122
"filling": "https://w3id.org/saref#fillingLevel",
@@ -130,11 +133,11 @@
130133
"@type": "xsd:integer"
131134
},
132135
"gender": {
133-
"@id": "schema:gender",
136+
"@id": "https://schema.org/gender",
134137
"@type": "@vocab"
135138
},
136139
"givenName": {
137-
"@id": "schema:givenName",
140+
"@id": "https://schema.org/givenName",
138141
"@type": "xsd:string"
139142
},
140143
"greenhouse": "https://wiki.openstreetmap.org/wiki/Tag:building%3Dgreenhouse",
@@ -144,11 +147,11 @@
144147
"@type": "xsd:string"
145148
},
146149
"honorificPrefix": {
147-
"@id": "schema:honorificPrefix",
150+
"@id": "https://schema.org/honorificPrefix",
148151
"@type": "xsd:string"
149152
},
150153
"honorificSuffix": {
151-
"@id": "schema:honorificSuffix",
154+
"@id": "https://schema.org/honorificSuffix",
152155
"@type": "xsd:string"
153156
},
154157
"humidity": "https://w3id.org/saref#humidity",
@@ -161,11 +164,11 @@
161164
"irrSection": "https://w3id.org/saref#irrSection",
162165
"irrSystem": "https://w3id.org/saref#irrSystem",
163166
"isicV4": {
164-
"@id": "schema:isicV4",
167+
"@id": "https://schema.org/isicV4",
165168
"@type": "xsd:string"
166169
},
167170
"jobTitle": {
168-
"@id": "schema:jobTitle",
171+
"@id": "https://schema.org/jobTitle",
169172
"@type": "xsd:string"
170173
},
171174
"location": "https://w3id.org/saref#location",
@@ -187,7 +190,7 @@
187190
"movementActivity": "https://w3id.org/saref#movementActivity",
188191
"multimedia": "https://w3id.org/saref#multimedia",
189192
"name": {
190-
"@id": "schema:name", "@type": "xsd:string"
193+
"@id": "https://schema.org/name", "@type": "xsd:string"
191194
},
192195
"network": "https://w3id.org/saref#network",
193196
"occupancy": "https://w3id.org/saref#occupancy",
@@ -207,6 +210,7 @@
207210
"@id": "fiware:owner",
208211
"@type": "@id"
209212
},
213+
"postalCode": "schema:postalCode",
210214
"precipitation": "https://w3id.org/saref#precipitation",
211215
"pressure": "https://w3id.org/saref#pressure",
212216
"provider": {
@@ -249,11 +253,11 @@
249253
"@type": "@vocab"
250254
},
251255
"taxID": {
252-
"@id": "schema:taxID",
256+
"@id": "https://schema.org/taxID",
253257
"@type": "xsd:string"
254258
},
255259
"telephone": {
256-
"@id": "schema:telephone",
260+
"@id": "https://schema.org/telephone",
257261
"@type": "xsd:string"
258262
},
259263
"temperature": "https://w3id.org/saref#temperature",
@@ -263,7 +267,7 @@
263267
"@type": "xsd:string"
264268
},
265269
"vatID": {
266-
"@id": "schema:vatID",
270+
"@id": "https://schema.org/vatID",
267271
"@type": "xsd:string"
268272
},
269273
"waterConsumption": "https://w3id.org/saref#waterConsumption",
@@ -312,7 +316,7 @@
312316
}
313317
],
314318
"rdfs:subClassOf": {
315-
"@id": "schema:Thing"
319+
"@id": "https://schema.org/Thing"
316320
}
317321
},
318322
{
@@ -331,7 +335,7 @@
331335
}
332336
],
333337
"rdfs:subClassOf": {
334-
"@id": "schema:Thing"
338+
"@id": "https://schema.org/Thing"
335339
}
336340
},
337341
{
@@ -350,7 +354,7 @@
350354
}
351355
],
352356
"rdfs:subClassOf": {
353-
"@id": "schema:Thing"
357+
"@id": "https://schema.org/Thing"
354358
}
355359
},
356360
{
@@ -369,7 +373,7 @@
369373
}
370374
],
371375
"rdfs:subClassOf": {
372-
"@id": "schema:Thing"
376+
"@id": "https://schema.org/Thing"
373377
}
374378
},
375379
{

data-models/ngsi-context.jsonld

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"fiware": "https://uri.fiware.org/ns/dataModels#",
77
"schema": "https://schema.org/",
88
"tutorial": "https://ngsi-ld-tutorials.readthedocs.io/en/latest/datamodels.html#",
9-
"Building": "fiware:Building",
9+
"Building": "https://uri.fiware.org/ns/dataModels#Building",
1010
"Device": "fiware:Device",
1111
"Animal": "fiware:Animal",
1212
"Female": "schema:Female",
@@ -24,6 +24,9 @@
2424
"actuator": "https://w3id.org/saref#actuator",
2525
"additionalName": "schema:additionalName",
2626
"address": "schema:address",
27+
"addressCountry": "schema:addressCountry",
28+
"addressLocality": "schema:addressLocality",
29+
"addressRegion": "schema:addressRegion",
2730
"airPollution": "https://w3id.org/saref#airPollution",
2831
"atmosphericPressure": "https://w3id.org/saref#atmosphericPressure",
2932
"barn": "https://wiki.openstreetmap.org/wiki/Tag:building%3Dbarn",
@@ -90,6 +93,7 @@
9093
"openingHours": "fiware:openingHours",
9194
"osVersion": "fiware:osVersion",
9295
"owner": "fiware:owner",
96+
"postalCode": "schema:postalCode",
9397
"precipitation": "https://w3id.org/saref#precipitation",
9498
"pressure": "https://w3id.org/saref#pressure",
9599
"providedBy": "fiware:providedBy",
@@ -106,6 +110,7 @@
106110
"solarRadiation": "https://w3id.org/saref#solarRadiation",
107111
"source": "fiware:source",
108112
"stable": "https://wiki.openstreetmap.org/wiki/Tag:building%3Dstable",
113+
"streetAddress": "schema:streetAddress",
109114
"sty": "https://wiki.openstreetmap.org/wiki/Tag:building%3Dsty",
110115
"supportedProtocol": "fiware:supportedProtocol",
111116
"taxID": "schema:taxID",

0 commit comments

Comments
 (0)