query-77ef492ed274559b4176f13da02f4b72

rq turtle/ttl

Propertiesinstance of (P31)located in the administrative territorial entity (P131)country (P17)

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 ?museum ?museumLabel ?landLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "nl,[AUTO_LANGUAGE],en". }
  ?museum wdt:P31 wd:Q33506;
    wdt:P131 wd:Q1296.
OPTIONAL   { ?museum wdt:P17 ?land. }
}
ORDER BY (?museumLabel)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?land") v2("?museum"):::projected v1("?museumLabel"):::projected c2(["bd:serviceParam"]):::iri c6(["wd:Q33506"]):::iri c4(["nl,#91;AUTO_LANGUAGE#93;,en"]):::literal c8(["wd:Q1296"]):::iri subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v2 --"wdt:P31"--> c6 v2 --"wdt:P131"--> c8 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P17".-> v3 end