query-826970f1b576a13d276584c39cc0ba33
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
select ?item {
?item wdt:P2002 "Neilyoung"
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c2(["Neilyoung"]):::literal
v1 --"wdt:P2002"--> c2