query-188ae8088572a73ea90c85d0dcf4f471

rq turtle/ttl

Simple list

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT * WHERE {
    ?item wdt:P428 ?authorabbrev .
}
ORDER BY ASC(?authorabbrv)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?authorabbrev"):::projected v1("?authorabbrv") v2("?item"):::projected v2 --"wdt:P428"--> v3