query-40891736dc94f07d6662cdfff157fcb6
Ελλίντερεστ
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
select ?item { ?item wdt:P231 "8015-92-7" . }
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c2(["8015-92-7"]):::literal
v1 --"wdt:P231"--> c2