query-8f340f94a61e37ef8c31622c95a10983
Game Soundtracks and WikidataHey, ]reply[17:01, 29 August 2019 (UTC)) talk (Teiron. https://tools.wmflabs.org/mix-n-match/#/catalog/2522Do you happen to know if soundtracks are valid Wikidata items? This collection contains a lot of them Yes, it’s definitely a thing − see this SPARQL query: :,TeironHey @
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 ?item ?itemLabel ?soundtrack_release ?soundtrack_releaseLabel ?natureLabel WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?item wdt:P31 wd:Q7889.
?item wdt:P406 ?soundtrack_release.
?soundtrack_release wdt:P31 ?nature
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
v3("?nature")
v2("?soundtrack_release"):::projected
c2(["bd:serviceParam"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c6(["wd:Q7889"]):::iri
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v1 --"wdt:P31"--> c6
v1 --"wdt:P406"--> v2
v2 --"wdt:P31"--> v3