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