EntitySchema:E1: Difference between revisions
Jump to navigation
Jump to search
(Updated Schema text) |
(Updated Schema text) |
||
Schema / Line 3: | Schema / Line 3: | ||
PREFIX wd: <http://www.wikidata.org/entity/> | PREFIX wd: <http://www.wikidata.org/entity/> | ||
PREFIX wdt: <http://www.wikidata.org/prop/direct/> | PREFIX wdt: <http://www.wikidata.org/prop/direct/> | ||
PREFIX | PREFIX wbt: <http://iot-device.wiki.opencura.com/prop/direct/> | ||
PREFIX | PREFIX wb: <http://iot-device.wiki.opencura.com/entity/> | ||
<BeachWaterIoTDevice> { | |||
wdt:P31 [ wd:Q1 ] ; # instance of a IoT sensor | |||
wdt:P17 [ wd:Q33 ] ; # country Sweden | |||
wdt:P131 . + ; # located in the administrative territorial entity | |||
wdt:P9616 . + ; # bathing idenbtifiers | |||
wdt:P625 . + ; # coordinates | |||
wdt:P276 . * ; # location | |||
wdt:P856 . + ; # official website | |||
wdt:P973 . * ; # described by source | |||
} |
Revision as of 13:55, 20 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 [ wd:Q1 ] ; # instance of a IoT sensor
wdt:P17 [ wd:Q33 ] ; # country Sweden
wdt:P131 . + ; # located in the administrative territorial entity
wdt:P9616 . + ; # bathing idenbtifiers
wdt:P625 . + ; # coordinates
wdt:P276 . * ; # location
wdt:P856 . + ; # official website
wdt:P973 . * ; # described by source
}