query-2c66baa83056d5282e6873225ef8c9a9

rq turtle/ttl

Jklamo(Q1085)Prague (Q721747)commemorative plaque

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 ?item ?itemLabel ?coordinates WHERE {

  ?item wdt:P131* wd:Q1085.
  ?item wdt:P31 wd:Q721747.
  ?item wdt:P625 ?coordinates.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?coordinates"):::projected v1("?item"):::projected c7(["bd:serviceParam"]):::iri c2(["wd:Q1085"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal c4(["wd:Q721747"]):::iri v1 --"wdt:P131"--> c2 v1 --"wdt:P31"--> c4 v1 --"wdt:P625"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end