query-99d87a029943d20b567d3ec53a33186f
more than two weeks ago: (P435)MusicBrainz work ID then they still use the old format, even though I updated say wdtn:However, when retrieving those values using the prefix
Use at
- https://query.wikidata.org/sparql
PREFIX wdtn: <http://www.wikidata.org/prop/direct-normalized/>
select * where {
?work wdtn:P435 ?mbwork .
} limit 5
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?mbwork"):::projected
v1("?work"):::projected
v1 --"wdtn:P435"--> v2