Main Page: Difference between revisions

From iot
Jump to navigation Jump to search
Line 41: Line 41:


=== Wikibase ===
=== Wikibase ===
* this is a [https://wikiba.se/fed/ federated Wikibase] and use 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]
* [https://tinyurl.com/yk5b3xvm ?s ?p ?o]
* [https://tinyurl.com/yk5b3xvm ?s ?p ?o]



Revision as of 05:22, 21 June 2021

Welcome to iot-device wikibase. This is an experimental sandbox, where we gather IoT devices....


The intention is to

Quicklinks

#defaultView:Map
SELECT ?item ?itemLabel ?itemDescription ?coord ?API WHERE {
  ?item wdt:P625 ?coord.
  OPTIONAL {?item wdt:P6269 ?API}
  SERVICE wikibase:label { bd:serviceParam wikibase:language "sv,en". }
}
#defaultView:Map
SELECT ?item ?itemLabel ?itemDescription ?coord ?API ?www ?eionet ?Hav WHERE {
  ?item wdt:P625 ?coord.
  OPTIONAL {?item wdt:P6269 ?API} # used as the service we get data from
  OPTIONAL {?item wdt:P856 ?www} # maybe use what is in  Wikidata? 
  OPTIONAL {?item wdt:P9616 ?BathWaterIdentifier} # BathIdentifier defined by eionet.europa.eu
  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
  # Lesson learned is that the Swedish Agency for Marine and Water Management (Hav) use the same value also before it is "created"
  # * work around is that we rank it depreciated when its not "created" but used by Hav
  BIND(URI(CONCAT("https://dd.eionet.europa.eu/vocabularyconcept/wise/WFDProtectedArea/euProtectedAreaCode.",?BathWaterIdentifier)) AS ?eionet)
  SERVICE wikibase:label { bd:serviceParam wikibase:language "sv,en". }
}


Wikibase

Links