query-77f51790c4da3ad46d260e338e168793

rq turtle/ttl

User:Vojtěch Dostál

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#>
SELECT DISTINCT ?item ?itemLabel ?souradnice
WHERE
{
?item wdt:P31 wd:Q721747 .
{?item wdt:P131 wd:Q1085 .} union {?item wdt:P131/wdt:P131 wd:Q1085 .} union {?item wdt:P131/wdt:P131/wdt:P131 wd:Q1085 .}
?item wdt:P625 ?souradnice .
SERVICE wikibase:label { bd:serviceParam wikibase:language "cs"}
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v2("?souradnice"):::projected a1((" ")) a2((" ")) a3((" ")) c9(["cs"]):::literal c7(["bd:serviceParam"]):::iri c4(["wd:Q1085"]):::iri c2(["wd:Q721747"]):::iri v1 --"wdt:P31"--> c2 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; subgraph union1[" Union "] subgraph union1l[" "] style union1l fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P131"--> a2 a2 --"wdt:P131"--> a3 a3 --"wdt:P131"--> c4 end subgraph union1r[" "] style union1r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P131"--> a1 a1 --"wdt:P131"--> c4 end union1r <== or ==> union1l end end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P131"--> c4 end union0r <== or ==> union0l end v1 --"wdt:P625"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end