query-d4c92b8bc6128fc763e7d6460cd22334
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?idref WHERE { wd:Q318391 wdt:P269 ?idref. }
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?idref"):::projected
c1(["wd:Q318391"]):::iri
c1 --"wdt:P269"--> v1