Skip to content

Commit 68bce30

Browse files
committed
Use Smart Data Models as reference URI
1 parent d956ed3 commit 68bce30

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

data-models/user-context.jsonld

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@
77
"agrifood": "https://smartdatamodels.org/dataModel.Agrifood/",
88
"building": "https://smartdatamodels.org/dataModel.Building/",
99
"device": "https://smartdatamodels.org/dataModel.Device/",
10+
"weather": "https://smartdatamodels.org/dataModel.Weather/",
1011
"user": "https://smartdatamodels.org/dataModel.User/",
1112
"schema": "https://schema.org/",
1213
"tutorial": "https://ngsi-ld-tutorials.readthedocs.io/en/latest/datamodels.html#",
1314
"Building": "building:Building",
1415
"Device": "device:Device",
1516
"Animal": "agrifood:Animal",
1617
"AgriParcel": "agrifood:AgriParcel",
18+
"AgriCrop": "agrifood:AgriCrop",
19+
"AgriPest": "agrifood:AgriPest",
1720
"Female": "schema:Female",
1821
"FillingLevelSensor": "tutorial:FillingLevelSensor",
1922
"Herbicide": "tutorial:Product",
@@ -26,6 +29,8 @@
2629
"Task": "user:Activity",
2730
"Tractor": "tutorial:Tractor",
2831
"Water": "tutorial:Water",
32+
"WeatherForecast": "weather:WeatherForecast",
33+
"WeatherObserved": "weather:WeatherObserved",
2934
"actuator": "https://w3id.org/saref#actuator",
3035
"additionalName": "schema:additionalName",
3136
"address": "schema:address",

0 commit comments

Comments
 (0)