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