|
7 | 7 | "agrifood": "https://smartdatamodels.org/dataModel.Agrifood/",
|
8 | 8 | "building": "https://smartdatamodels.org/dataModel.Building/",
|
9 | 9 | "device": "https://smartdatamodels.org/dataModel.Device/",
|
| 10 | + "weather": "https://smartdatamodels.org/dataModel.Weather/", |
10 | 11 | "user": "https://smartdatamodels.org/dataModel.User/",
|
11 | 12 | "schema": "https://schema.org/",
|
12 | 13 | "tutorial": "https://ngsi-ld-tutorials.readthedocs.io/en/latest/datamodels.html#",
|
13 | 14 | "Building": "building:Building",
|
14 | 15 | "Device": "device:Device",
|
15 | 16 | "Animal": "agrifood:Animal",
|
16 | 17 | "AgriParcel": "agrifood:AgriParcel",
|
| 18 | + "AgriCrop": "agrifood:AgriCrop", |
| 19 | + "AgriPest": "agrifood:AgriPest", |
17 | 20 | "Female": "schema:Female",
|
18 | 21 | "FillingLevelSensor": "tutorial:FillingLevelSensor",
|
19 | 22 | "Herbicide": "tutorial:Product",
|
|
26 | 29 | "Task": "user:Activity",
|
27 | 30 | "Tractor": "tutorial:Tractor",
|
28 | 31 | "Water": "tutorial:Water",
|
| 32 | + "WeatherForecast": "weather:WeatherForecast", |
| 33 | + "WeatherObserved": "weather:WeatherObserved", |
29 | 34 | "actuator": "https://w3id.org/saref#actuator",
|
30 | 35 | "additionalName": "schema:additionalName",
|
31 | 36 | "address": "schema:address",
|
|
0 commit comments