query-85a1c157a28c5203d5a9b3df38b79bb5

rq turtle/ttl

عدد البيانات من قبل معرف الوثيقة الرقمية The number of statements by DOI The number of statements by DOI Počet tvrzení podle DOI The number of statements by DOI The number of statements by DOI The number of statements by DOI The number of statements by DOI The number of statements by DOI The number of statements by DOI The number of statements by DOI Nombre de déclarations par DOI The number of statements by DOI The number of statements by DOI The number of statements by DOI Il numero di dichiarazioni per DOI The number of statements by DOI The number of statements by DOI The number of statements by DOI The number of statements by DOI The number of statements by DOI Het aantal feiten per DOI The number of statements by DOI The number of statements by DOI The number of statements by DOI The number of statements by DOI The number of statements by DOI The number of statements by DOI The number of statements by DOI The number of statements by DOI The number of statements by DOI The number of statements by DOI The number of statements by DOI

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX prov: <http://www.w3.org/ns/prov#>
PREFIX pr: <http://www.wikidata.org/prop/reference/>
SELECT ?doi (COUNT (?entry) as ?entries)
{
  ?entry ?p ?statement .
  ?statement prov:wasDerivedFrom/pr:P248/wdt:P356 ?doi .
}
GROUP BY ?doi
ORDER BY DESC(?entries)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?doi"):::projected v6("?entries") v2("?entry"):::projected v3("?p") v4("?statement") a1((" ")) a2((" ")) v2 -->v3--> v4 v4 --"prov:wasDerivedFrom"--> a1 a1 --"pr:P248"--> a2 a2 --"wdt:P356"--> v5 bind1[/"count(?entry)"/] v2 --o bind1 bind1 --as--o v6