[OSM-Berlin] Wikidata SPARQL Abfrage : Strassen Berlin

Tobias Conradi tc at tobiasconradi.com
Fr Nov 13 01:30:56 CET 2020


https://w.wiki/mHJ
zum Ausführen links weißes Dreieck auf blauem Untergrund anklicken

Der Code:
SELECT ?item ?itemLabel ?streetid ?named_after ?located_inLabel ?sl

WHERE {
  ?item wdt:P31 wd:Q79007. #instance of street (Q79007)
  # ?item wdt:P17 wd:Q183. #country=Germany (Q183)
  ?item wdt:P131* wd:Q64. #located_in [* = direkt oder indirekt] Berlin (Q64)
  OPTIONAL{  ?item wdt:P1945 ?streetid.}
  OPTIONAL{ ?item wdt:P138 ?named_after.}
  OPTIONAL{?item wdt:P131 ?located_in.}
  ?item wikibase:sitelinks ?sl.
  SERVICE wikibase:label { bd:serviceParam wikibase:language
"[AUTO_LANGUAGE],de" }
  #FILTER (?sl >= 2) .       # only include items with X or more sitelinks
  #FILTER EXISTS {
  #  ?article schema:about ?item .
  #  ?article schema:inLanguage "de" .
  #  ?article schema:isPartOf <https://de.wikipedia.org/>
  #}
}
ORDER BY ASC(?itemLabel)


-- 
Tobias Conradi
Rheinsberger Str. 18
10115 Berlin
Germany

https://tobiasconradi.com


Mehr Informationen über die Mailingliste Berlin