query-3cbeb9541d4593446cb72f95f64019e2
Musical ensembles from the Soviet UnionMusical ensembles with country of origin Soviet Union and (optionally) their Discogs and Musicbrainz IDs
Use at
- https://query.wikidata.org/sparql
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 DISTINCT ?item ?itemLabel ?discogsLabel ?mbidLabel WHERE {
?item wdt:P31/wdt:P279* wd:Q2088357;
wdt:P495 wd:Q15180.
OPTIONAL{?item wdt:P1953 ?discogs.}
OPTIONAL{?item wdt:P434 ?mbid.}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?discogs")
v1("?item"):::projected
v3("?mbid")
a1((" "))
c5(["wd:Q15180"]):::iri
c9(["bd:serviceParam"]):::iri
c11(["#91;AUTO_LANGUAGE#93;"]):::literal
c3(["wd:Q2088357"]):::iri
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c3
v1 --"wdt:P495"--> c5
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P1953".-> v2
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P434".-> v3
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
end