query-cb3bea0a670307aef372b6db927389b1
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
select ?work ?workLabel ?class ?classLabel ?dewey {
bind( "004" as ?dewey)
?class wdt:P1036 "004" .
?work wdt:P921 ?class
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?class"):::projected
v1("?dewey"):::projected
v3("?work"):::projected
c2(["004"]):::literal
bind0[/"'004'"/]
bind0 --as--o v1
v2 --"wdt:P1036"--> c2
v3 --"wdt:P921"--> v2