query-8aabae541c7fb3b9f39cb28a0c0f2163
Museen für Oberösterreich TODO
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
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#>
SELECT ?Museum ?MuseumLabel ?MuseumIDLabel ?locationLabel ?MuseenID ?GKZ WHERE {
?Museum p:P7858 ?NMIDstmt.
?NMIDstmt ps:P7858 ?MuseenID.
OPTIONAL { ?NMIDstmt pq:P1932 ?MuseumIDLabel. }
?Museum wdt:P131 ?location.
?location wdt:P964 ?GKZ.
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;
v6("?GKZ"):::projected
v3("?MuseenID"):::projected
v1("?Museum"):::projected
v4("?MuseumIDLabel"):::projected
v2("?NMIDstmt")
v5("?location")
c7(["bd:serviceParam"]):::iri
c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"p:P7858"--> v2
v2 --"p:statement/P7858"--> v3
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."p:qualifier/P1932".-> v4
end
v1 --"p:direct/P131"--> v5
v5 --"p:direct/P964"--> v6
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end