Line 18: |
Line 18: |
| <SPARQL> | | <SPARQL> |
| #defaultView:Map | | #defaultView:Map |
− | SELECT ?item ?itemLabel ?itemDescription ?coord ?API ?www ?eionet ?Hav WHERE { | + | PREFIX iotd: <http://iot-device.wiki.opencura.com/entity/> |
− | ?item wdt:P625 ?coord. | + | PREFIX iotdt: <http://iot-device.wiki.opencura.com/prop/direct/> |
− | OPTIONAL {?item wdt:P6269 ?API} # used as the service we get data from | + | SELECT ?bathIoT ?bathIoTLabel ?bathIoTDescription ?coord ?API ?www ?eionet ?Hav WHERE { |
− | OPTIONAL {?item wdt:P856 ?www} # maybe use what is in Wikidata? | + | ?bathIoT wdt:P31 iotd:Q2. |
− | OPTIONAL {?item wdt:P9616 ?BathWaterIdentifier} # BathIdentifier defined by eionet.europa.eu | + | ?bathIoT wdt:P625 ?coord. |
| + | OPTIONAL {?bathIoT wdt:P6269 ?API} # used as the service we get data from |
| + | OPTIONAL {?bathIoT wdt:P856 ?www} # maybe use what is in Wikidata? |
| + | OPTIONAL {?bathIoT wdt:P9616 ?BathWaterIdentifier} # BathIdentifier defined by eionet.europa.eu |
| BIND(URI(CONCAT("https://badplatsen.havochvatten.se/badplatsen/karta/#/bath/",?BathWaterIdentifier)) AS ?Hav) | | BIND(URI(CONCAT("https://badplatsen.havochvatten.se/badplatsen/karta/#/bath/",?BathWaterIdentifier)) AS ?Hav) |
| # We have a technical debt with P9616 it should just be defined when it is created as an euProtectedAreaCode | | # We have a technical debt with P9616 it should just be defined when it is created as an euProtectedAreaCode |
Line 37: |
Line 40: |
| * IoT devices at a bath with no [https://dd.eionet.europa.eu/dataelements/99263 Eionet bathingWaterIdentifier] - [https://tinyurl.com/yjrz3gav SPARQL] | | * IoT devices at a bath with no [https://dd.eionet.europa.eu/dataelements/99263 Eionet bathingWaterIdentifier] - [https://tinyurl.com/yjrz3gav SPARQL] |
| ** IoT devices at a bath with a deprecated bathingWaterIdentifier i.e. it is a value at the Swedish Swedish Agency for Marine and Water Managemen but not an official bathingWaterIdentifier - SPARQL | | ** IoT devices at a bath with a deprecated bathingWaterIdentifier i.e. it is a value at the Swedish Swedish Agency for Marine and Water Managemen but not an official bathingWaterIdentifier - SPARQL |
| + | |
| == Wikibase == | | == Wikibase == |
| * this is a [https://wikiba.se/fed/ federated Wikibase] and use just Wikidata properties see [https://iot-device.wiki.opencura.com/wiki/Special:ListProperties Special:ListProperties] | | * this is a [https://wikiba.se/fed/ federated Wikibase] and use just Wikidata properties see [https://iot-device.wiki.opencura.com/wiki/Special:ListProperties Special:ListProperties] |