query-8a84433bf2d251a473f44a892500473b

rq turtle/ttl

Most recently created 'instance of human' items items. My naive attempt was this: (Q5)human (P31)instance of I'm looking for a way to fetch the most recently created

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?item WHERE { ?item wdt:P31 wd:Q5 . } ORDER BY DESC(?item) LIMIT 50

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