query-c4e2e585c40c2ff264fa64c5378955f6

rq turtle/ttl

Statistics instance of human https://w.wiki/Qxp 157863 155982 950 BNE (P950)National Library of Spain ID https://w.wiki/Qxn 300095 300059 7902 DtBio (P7902)Deutsche Biographie (GND) ID https://w.wiki/Qxm 350870 350098 345 IMDb (P345)IMDb ID https://w.wiki/Qxj 402028 400319 1006 NTA (P1006)Nationale Thesaurus voor Auteursnamen ID https://w.wiki/Qxi 421744 419758 269 SUDOC (P269)IdRef ID https://w.wiki/Qxg 422653 421591 497 CBDB (P497)CBDB ID https://w.wiki/Qxh 425955 421886 268 BNF (P268)Bibliothèque nationale de France ID https://w.wiki/Qxe 696715 695656 227 GND (P227)GND ID https://w.wiki/Qxd 946238 944803 244 LC (P244)Library of Congress authority ID https://w.wiki/Qxc 1052903 1043706 213 ISNI (P213)ISNI https://w.wiki/Qxa 1679933 1655332 214 VIAF (P214)VIAF ID Comment (2020-05-16) Statements on instances of Q5 (2020-05-16) Instances of Q5 having at least one statement 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(DISTINCT(?item)) AS ?count_item) (COUNT(?id) AS ?count_id) 
{
 ?item wdt:P31 wd:Q5 .
 ?item wdt:P214 ?id .  
}

Query found at

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