|
25 | 25 | "Water": "tutorial:Water", |
26 | 26 | "actuator": "https://w3id.org/saref#actuator", |
27 | 27 | "additionalName": { |
28 | | - "@id": "schema:additionalName", |
| 28 | + "@id": "https://schema.org/additionalName", |
29 | 29 | "@type": "xsd:string" |
30 | 30 | }, |
31 | 31 | "address": "schema:address", |
| 32 | + "addressCountry": "schema:addressCountry", |
| 33 | + "addressLocality": "schema:addressLocality", |
| 34 | + "addressRegion": "schema:addressRegion", |
32 | 35 | "airPollution": "https://w3id.org/saref#airPollution", |
33 | 36 | "atmosphericPressure": "https://w3id.org/saref#atmosphericPressure", |
34 | 37 | "barn": "https://wiki.openstreetmap.org/wiki/Tag:building%3Dbarn", |
|
102 | 105 | "digester": "https://wiki.openstreetmap.org/wiki/Tag:building%3Ddigester", |
103 | 106 | "eatingActivity": "https://w3id.org/saref#eatingActivity", |
104 | 107 | "email": { |
105 | | - "@id": "schema:email", |
| 108 | + "@id": "https://schema.org/email", |
106 | 109 | "@type": "xsd:string" |
107 | 110 | }, |
108 | 111 | "endgun": "https://w3id.org/saref#endgun", |
109 | 112 | "familyName": { |
110 | | - "@id": "schema:familyName", |
| 113 | + "@id": "https://schema.org/familyName", |
111 | 114 | "@type": "xsd:string" |
112 | 115 | }, |
113 | 116 | "farm": "https://wiki.openstreetmap.org/wiki/Tag:building%3Dfarm", |
114 | 117 | "farm_auxiliary": "https://wiki.openstreetmap.org/wiki/Tag:building%3Dfarm_auxiliary", |
115 | 118 | "faxNumber": { |
116 | | - "@id": "schema:faxNumber", |
| 119 | + "@id": "https://schema.org/faxNumber", |
117 | 120 | "@type": "xsd:string" |
118 | 121 | }, |
119 | 122 | "filling": "https://w3id.org/saref#fillingLevel", |
|
130 | 133 | "@type": "xsd:integer" |
131 | 134 | }, |
132 | 135 | "gender": { |
133 | | - "@id": "schema:gender", |
| 136 | + "@id": "https://schema.org/gender", |
134 | 137 | "@type": "@vocab" |
135 | 138 | }, |
136 | 139 | "givenName": { |
137 | | - "@id": "schema:givenName", |
| 140 | + "@id": "https://schema.org/givenName", |
138 | 141 | "@type": "xsd:string" |
139 | 142 | }, |
140 | 143 | "greenhouse": "https://wiki.openstreetmap.org/wiki/Tag:building%3Dgreenhouse", |
|
144 | 147 | "@type": "xsd:string" |
145 | 148 | }, |
146 | 149 | "honorificPrefix": { |
147 | | - "@id": "schema:honorificPrefix", |
| 150 | + "@id": "https://schema.org/honorificPrefix", |
148 | 151 | "@type": "xsd:string" |
149 | 152 | }, |
150 | 153 | "honorificSuffix": { |
151 | | - "@id": "schema:honorificSuffix", |
| 154 | + "@id": "https://schema.org/honorificSuffix", |
152 | 155 | "@type": "xsd:string" |
153 | 156 | }, |
154 | 157 | "humidity": "https://w3id.org/saref#humidity", |
|
161 | 164 | "irrSection": "https://w3id.org/saref#irrSection", |
162 | 165 | "irrSystem": "https://w3id.org/saref#irrSystem", |
163 | 166 | "isicV4": { |
164 | | - "@id": "schema:isicV4", |
| 167 | + "@id": "https://schema.org/isicV4", |
165 | 168 | "@type": "xsd:string" |
166 | 169 | }, |
167 | 170 | "jobTitle": { |
168 | | - "@id": "schema:jobTitle", |
| 171 | + "@id": "https://schema.org/jobTitle", |
169 | 172 | "@type": "xsd:string" |
170 | 173 | }, |
171 | 174 | "location": "https://w3id.org/saref#location", |
|
187 | 190 | "movementActivity": "https://w3id.org/saref#movementActivity", |
188 | 191 | "multimedia": "https://w3id.org/saref#multimedia", |
189 | 192 | "name": { |
190 | | - "@id": "schema:name", "@type": "xsd:string" |
| 193 | + "@id": "https://schema.org/name", "@type": "xsd:string" |
191 | 194 | }, |
192 | 195 | "network": "https://w3id.org/saref#network", |
193 | 196 | "occupancy": "https://w3id.org/saref#occupancy", |
|
207 | 210 | "@id": "fiware:owner", |
208 | 211 | "@type": "@id" |
209 | 212 | }, |
| 213 | + "postalCode": "schema:postalCode", |
210 | 214 | "precipitation": "https://w3id.org/saref#precipitation", |
211 | 215 | "pressure": "https://w3id.org/saref#pressure", |
212 | 216 | "provider": { |
|
249 | 253 | "@type": "@vocab" |
250 | 254 | }, |
251 | 255 | "taxID": { |
252 | | - "@id": "schema:taxID", |
| 256 | + "@id": "https://schema.org/taxID", |
253 | 257 | "@type": "xsd:string" |
254 | 258 | }, |
255 | 259 | "telephone": { |
256 | | - "@id": "schema:telephone", |
| 260 | + "@id": "https://schema.org/telephone", |
257 | 261 | "@type": "xsd:string" |
258 | 262 | }, |
259 | 263 | "temperature": "https://w3id.org/saref#temperature", |
|
263 | 267 | "@type": "xsd:string" |
264 | 268 | }, |
265 | 269 | "vatID": { |
266 | | - "@id": "schema:vatID", |
| 270 | + "@id": "https://schema.org/vatID", |
267 | 271 | "@type": "xsd:string" |
268 | 272 | }, |
269 | 273 | "waterConsumption": "https://w3id.org/saref#waterConsumption", |
|
312 | 316 | } |
313 | 317 | ], |
314 | 318 | "rdfs:subClassOf": { |
315 | | - "@id": "schema:Thing" |
| 319 | + "@id": "https://schema.org/Thing" |
316 | 320 | } |
317 | 321 | }, |
318 | 322 | { |
|
331 | 335 | } |
332 | 336 | ], |
333 | 337 | "rdfs:subClassOf": { |
334 | | - "@id": "schema:Thing" |
| 338 | + "@id": "https://schema.org/Thing" |
335 | 339 | } |
336 | 340 | }, |
337 | 341 | { |
|
350 | 354 | } |
351 | 355 | ], |
352 | 356 | "rdfs:subClassOf": { |
353 | | - "@id": "schema:Thing" |
| 357 | + "@id": "https://schema.org/Thing" |
354 | 358 | } |
355 | 359 | }, |
356 | 360 | { |
|
369 | 373 | } |
370 | 374 | ], |
371 | 375 | "rdfs:subClassOf": { |
372 | | - "@id": "schema:Thing" |
| 376 | + "@id": "https://schema.org/Thing" |
373 | 377 | } |
374 | 378 | }, |
375 | 379 | { |
|
0 commit comments