Wikidata:Events/Belgium/Wikimedia Belgium/Erfgoed/Randfenomenen locaties

Objecten in de Brusselse Rand per thema

edit

The following query uses these:

Features: map (Q24515275)     

#defaultView:Map
# Objecten in de Brusselse Rand per thema
SELECT ?item ?itemLabel ?itemDescription ?alias ?instanceLabel ?cityLabel ?placeLabel ?layerLabel ?geolocation ?linkcount ?itemArticle ?image WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],nl,fr,de,en,es,it,no,se,fi". }
  ?item wdt:P2354 ?layer;
    wikibase:sitelinks ?linkcount.
  ?layer wdt:P6104 wd:Q96072031, ?project.
  OPTIONAL { ?item wdt:P18 ?image. }
  OPTIONAL { ?item wdt:P31 ?instance. }
  OPTIONAL { ?item wdt:P131 ?city. }
  OPTIONAL { ?item wdt:P276 ?place. }
  OPTIONAL { ?item wdt:P625 ?geolocation. }
  OPTIONAL {
    ?item skos:altLabel ?alias.
    FILTER((LANG(?alias)) = "nl")
  }
  OPTIONAL {
    ?itemArticle schema:about ?item;
      schema:inLanguage "nl";
      schema:isPartOf <https://nl.wikipedia.org/>.
  }
}
ORDER BY (?layerLabel)