query-e92ad5d448e949f7f75c0ef46e9e6043

rq turtle/ttl

Count

Use at

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

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?authorabbrv") v3("?count") v1("?item") v1 --"wdt:P428"--> v2 bind1[/"count(*)"/] bind1 --as--o v3