query-ffd2b0a782188259994c18652cb17e63
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX p: <http://www.wikidata.org/prop/>
SELECT DISTINCT ?item WHERE { ?item p:P2355 [] }
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
a1((" "))
v1 --"p:P2355"--> a1