query-f88a16271acc9cbfa806f86af9975ca9

rq turtle/ttl

Swjate křiže w Budyskim wokrjesu

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#---------------------------------------------------------------------------------------
# wšě křiže w Budyskim wokrjesu
#---------------------------------------------------------------------------------------
#defaultView:Table;Map
SELECT distinct ?item ?itemLabel ?itemDescription ?image ?coordinate 
WHERE {    
  ?item wdt:P131+ wd:Q571947 .  # Liegt im Landkreis Bautzen (+ bezieht Untereinheiten ein)
  ?item (wdt:P31/wdt:P279*) wd:Q2309609 .  # ist ein Wegkreuz (oder Unterklasse)
  OPTIONAL { ?item wdt:P18 ?image . }
  OPTIONAL { ?item wdt:P625 ?coordinate . }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "hsb,de,[AUTO_LANGUAGE]". }
}
ORDER BY ?itemLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?coordinate"):::projected v3("?image"):::projected v2("?item"):::projected v1("?itemLabel"):::projected a1((" ")) c9(["bd:serviceParam"]):::iri c2(["wd:Q571947"]):::iri c5(["wd:Q2309609"]):::iri c11(["hsb,de,#91;AUTO_LANGUAGE#93;"]):::literal v2 --"wdt:P131"--> c2 v2 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c5 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P18".-> v3 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P625".-> v4 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end