query-367f675998833e659547790b863ae5be

rq turtle/ttl

Parts of the cultural monument of the Prague Castle

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
# Parts of the cultural monument of the Prague Castle
#defaultView:ImageGrid{"hide":["?img"]}
SELECT ?objectLabel ?img WHERE {
  ?object p:P1435 [ ps:P1435 wd:Q30118385; pq:P642 wd:Q193369 ] .
  ?object wdt:P625 ?coord .
  ?object wdt:P18 ?img .
  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; v2("?coord") v3("?img"):::projected v1("?object") a1((" ")) c11(["cs"]):::literal c9(["bd:serviceParam"]):::iri c4(["wd:Q193369"]):::iri c2(["wd:Q30118385"]):::iri a1 --"p:statement/P1435"--> c2 a1 --"p:qualifier/P642"--> c4 v1 --"p:P1435"--> a1 v1 --"p:direct/P625"--> v2 v1 --"p:direct/P18"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end