query-00da53b06f0027b39bbc30af5e390126

rq turtle/ttl

Museums in Bulgaria

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 ?museum ?museumLabel ?museumDescription ?coordinate_location ?located_in_the_administrative_territorial_entityLabel ?page_titleBG ?image WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "bg,en". }
  ?museum (wdt:P31/wdt:P279*) wd:Q33506.
  ?museum wdt:P17 wd:Q219.
  OPTIONAL { ?museum wdt:P625 ?coordinate_location. }
  OPTIONAL { ?museum wdt:P131 ?located_in_the_administrative_territorial_entity. }
  OPTIONAL { ?museum wdt:P18 ?image. }
}
ORDER BY ?museumLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?coordinate_location"):::projected v5("?image"):::projected v4("?located_in_the_administrative_territorial_entity") v2("?museum"):::projected v1("?museumLabel"):::projected a1((" ")) c2(["bd:serviceParam"]):::iri c7(["wd:Q33506"]):::iri c4(["bg,en"]):::literal c9(["wd:Q219"]):::iri subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v2 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c7 v2 --"wdt:P17"--> c9 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P625".-> v3 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P131".-> v4 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P18".-> v5 end