query-b05aa137cab4076fa0e5ad7c83631212
Tool : Any item with Q1643932 (TTRPG) in any property
Use at
- https://query.wikidata.org/sparql
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?node ?property WHERE {?node ?property wd:Q1643932 }
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:Q1643932"]):::iri
v1 -->v2--> c1