EntitySchema:E1: Difference between revisions
(Updated Schema text) |
(Updated Schema text) |
||
(6 intermediate revisions by the same user not shown) | |||
Schema / Line 7: | Schema / Line 7: | ||
<BeachWaterIoTDevice> { | <BeachWaterIoTDevice> { | ||
wdt:P31 [ | wdt:P31 [ wb:Q1 ] ; # instance of a IoT sensor | ||
wdt:P2575 . * ; # mesure bathing water temperature | wdt:P2575 . * ; # mesure bathing water temperature | ||
wdt:P17 [ | wdt:P17 [ wb:Q33 wb:Q37 ] ; # country Finland Sweden | ||
wdt:P131 . + ; # located in the administrative territorial entity | wdt:P131 . + ; # located in the administrative territorial entity | ||
wdt:P9616 . + ; # | wdt:P9616 . + ; # bathingwater identifier that identify what bathingwater that is measured | ||
wdt:P625 . + ; # coordinates | wdt:P625 . + ; # coordinates | ||
wdt:P276 . * ; # location | wdt:P276 . * ; # location | ||
wdt:P856 . + ; # official website | wdt:P856 . + ; # official website | ||
wdt:P973 . * ; # described by source | wdt:P973 . * ; # described by source | ||
wdt:P2078 . + ; # user manual URL | |||
wdt:P856 . + ; # URL webpage presenting the bath that is measured | |||
} | } |
Latest revision as of 10:30, 23 June 2021
language code | label | description | aliases | edit |
---|---|---|---|---|
en | BathWaterTemprature IoT | Schema for a BathWaterTemperature IoT device | edit |
# To be done
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wbt: <http://iot-device.wiki.opencura.com/prop/direct/>
PREFIX wb: <http://iot-device.wiki.opencura.com/entity/>
<BeachWaterIoTDevice> {
wdt:P31 [ wb:Q1 ] ; # instance of a IoT sensor
wdt:P2575 . * ; # mesure bathing water temperature
wdt:P17 [ wb:Q33 wb:Q37 ] ; # country Finland Sweden
wdt:P131 . + ; # located in the administrative territorial entity
wdt:P9616 . + ; # bathingwater identifier that identify what bathingwater that is measured
wdt:P625 . + ; # coordinates
wdt:P276 . * ; # location
wdt:P856 . + ; # official website
wdt:P973 . * ; # described by source
wdt:P2078 . + ; # user manual URL
wdt:P856 . + ; # URL webpage presenting the bath that is measured
}