query-98a7ca9d692e6f954c66712492c0bd0b

rq turtle/ttl

Замкі, палацы ды фартэцыі

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#>
#Усе беларускія палацы
#defaultView:Map
SELECT ?item ?itemLabel ?image ?coord WHERE {
  { ?item wdt:P31 wd:Q16560. }                # палацы
  UNION
  { ?item wdt:P31 wd:Q23413. }                # замкі
  UNION
  { ?item wdt:P31 wd:Q57831. }                # фартэцыі
  ?item wdt:P17 wd:Q184.                      # у Беларусі
  OPTIONAL { ?item wdt:P625 ?coord. }
  OPTIONAL { ?item wdt:P18 ?image. }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],be-tarask". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?coord"):::projected v3("?image"):::projected v1("?item"):::projected c10(["bd:serviceParam"]):::iri c2(["wd:Q16560"]):::iri c4(["wd:Q57831"]):::iri c6(["wd:Q184"]):::iri c12(["#91;AUTO_LANGUAGE#93;,be-tarask"]):::literal c3(["wd:Q23413"]):::iri 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:P31"--> c4 end subgraph union1r[" "] style union1r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P31"--> c3 end union1r <== or ==> union1l end end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P31"--> c2 end union0r <== or ==> union0l end v1 --"wdt:P17"--> c6 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P625".-> v2 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v3 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c10 --"wikibase:language"--> c12 end