query-f2b96fe9ab0689ffff365f4b205f6105

rq turtle/ttl

Statistics 149906 150731 950 BNE (P950)National Library of Spain ID Wikidata:Database reports/List of properties/Top100Listed at 342535 343239 345 IMDb (P345)IMDb ID 394711 396372 1006 NTA (P1006)Nationale Thesaurus voor Auteursnamen ID Wikidata:Database reports/List of properties/Top100Listed at 416143 418064 269 SUDOC (P269)IdRef ID Wikidata:Database reports/List of properties/Top100Listed at 417024 418784 268 BNF (P268)Bibliothèque nationale de France ID 421600 422650 497 CBDB (P497)CBDB ID Wikidata:Database reports/List of properties/Top100Listed at 683211 684221 227 GND (P227)GND ID Wikidata:Database reports/List of properties/Top100Listed at 890586 891944 244 LC (P244)Library of Congress authority ID Wikidata:Database reports/List of properties/Top100Listed at 994118 1003062 213 ISNI (P213)ISNI Wikidata:Database reports/List of properties/Top100Listed at 1569065 1592753 214 VIAF (P214)VIAF ID Comment (2020-02-24)Instances of Q5 having at least one statement (2020-02-24)Statements on instances of Q5 Property number Plain name Property Statistics for external identifier usage on instances of human

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT (COUNT(?id) AS ?count_id) (COUNT(DISTINCT(?item)) AS ?count_item)
WHERE {
  ?item wdt:P31 wd:Q5 .
  ?item wdt:P213 ?id .  
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?count_id") v4("?count_item") v2("?id"):::projected v1("?item"):::projected c2(["wd:Q5"]):::iri v1 --"wdt:P31"--> c2 v1 --"wdt:P213"--> v2 bind2[/"count(?id)"/] v2 --o bind2 bind2 --as--o v3 bind3[/"count(?item)"/] v1 --o bind3 bind3 --as--o v4