query-c66bd82bbdd677b78655f8109812c494
Eileen Chang
Use at
- https://query.wikidata.org/sparql
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?node ?property WHERE {?node ?property wd:Q197155}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?node"):::projected
v2("?property"):::projected
c1(["wd:Q197155"]):::iri
v1 -->v2--> c1