query-3a6eb72263188b934192d053d7685f71

rq turtle/ttl

Treccani authors

Use at

PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
SELECT ?author_str (COUNT(?item) as ?count)
WHERE
{

     ?item p:P4223 ?treccani_enc_it_prop.
     ?treccani_enc_it_prop  ps:P4223 ?treccani_enc_it_ref.
     ?treccani_enc_it_prop  pq:P2093 ?author_str
}
GROUP BY ?author_str
ORDER BY DESC(?count)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?author_str"):::projected v6("?count") v2("?item"):::projected v3("?treccani_enc_it_prop") v4("?treccani_enc_it_ref") v2 --"p:P4223"--> v3 v3 --"p:statement/P4223"--> v4 v3 --"p:qualifier/P2093"--> v5 bind1[/"count(?item)"/] v2 --o bind1 bind1 --as--o v6