query-0bce67b2207324c095cd2a6b56973690

rq turtle/ttl

SPARQL ORDER BY item - not by numeric nor by string value"ORDER BY ?item" - what does that do?

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT ?item ?isni
WHERE 
{
  ?item wdt:P213 ?isni
}
ORDER BY ?item

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?isni"):::projected v1("?item"):::projected v1 --"wdt:P213"--> v2