query-0d0c6ab1a8db41a34cb559d618585e2c
New VIAF Situation this?Have you read ]reply[09:57, 29 May 2015 (UTC)) talk (Vladimir AlexievYes, this is a very nice announcement since it means that VIAF will source Wikidata actively, which hopefully will close the gap between the two. I think this makes it even more important to leverage VIAF and other authority IDs in Wikidata. --Update Mar 2017: , 883k are for people:1,02M linksOut of about VIAF coverage of different kinds of authors.facebook Wikidata.GLAM groupdiscussion on
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
select (count(*) as ?c) {
?x wdt:P214 ?viaf
filter exists {?x wdt:P31 wd:Q5}
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?c")
v2("?viaf")
v1("?x")
c2(["wd:Q5"]):::iri
f0[[" "]]
subgraph f0e0["Exists Clause"]
e0v1 --"wdt:P31"--> e0c2
e0v1("?x"):::projected
e0c2(["wd:Q5"]):::iri
end
f0--EXISTS--> f0e0
f0 --> v1
f0 --> c1
f0 --> c2
v1 --"wdt:P31"--> c2
v1 --"wdt:P214"--> v2
bind2[/"count(*)"/]
bind2 --as--o v3