query-a0e299af15e62db5c8f0e2a95416d013
Human lexeme that seem to be not a lexeme at all but a human created as a lexeme at all. What’s weird is that it’s found in a query this lexeme Just found
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
select * {
?item wdt:P31 wd:Q5 .
} limit 10000
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c2(["wd:Q5"]):::iri
v1 --"wdt:P31"--> c2