query-c6d74092e1156c14278498353b0865cf

rq turtle/ttl

Map of Czech castles

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#>
# Map of Czech castles
#defaultView:Map{"hide":["?coord", "?img"]}
SELECT ?item ?itemLabel ?coord ?img ?styleLabel
WHERE
{
    ?item wdt:P31/wdt:P279* wd:Q23413 .
    ?item wdt:P17 wd:Q213 .
    ?item wdt:P625 ?coord .
    OPTIONAL { ?item wdt:P18 ?img } .
    OPTIONAL { ?item wdt:P149 ?style } .
    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("?coord"):::projected v3("?img"):::projected v1("?item"):::projected v4("?style") a1((" ")) c5(["wd:Q213"]):::iri c10(["bd:serviceParam"]):::iri c12(["#91;AUTO_LANGUAGE#93;,en"]):::literal c3(["wd:Q23413"]):::iri v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 v1 --"wdt:P17"--> c5 v1 --"wdt:P625"--> v2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v3 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P149".-> v4 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c10 --"wikibase:language"--> c12 end