query-e4d87253c0805d1d0ded536717be96d6
stylistic changes to the id I get: (P8966)URL match pattern still resolves to the correct entity on Discogs. However it does not work the other way around. When I extract the id from using (P1630)formatter URL (space). That unfortunately makes the id useless for me. The shall be replaced with +, id's should be altered from how they appear on Discogs: examples section without any consensus. according to the how I preposed it two weeks ago state of this property differs from initial and currentthe rhythm+&+blues → (P8966)URL match pattern → https://www.discogs.com/style/rhythm+&+blues: (Q45981)rhythm and blues Which unfortunately does not resolve to the corresponding item
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?rnb ?rnbLabel WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?rnb wdt:P9219 "rhythm+&+blues".
}
LIMIT 1
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?rnb"):::projected
c2(["bd:serviceParam"]):::iri
c6(["rhythm+&+blues"]):::literal
c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v1 --"wdt:P9219"--> c6