query-d2df51c99bac1d3648a8687266382f40
08:04, 19 March 2017 (UTC) Jura--- Maybe something like the above can help sort them. as your main reference then the following query (Q27042747)IOC World Bird List Version 6.3 , if you can accept IOC's Llywelyn2000
Use at
- https://query.wikidata.org/sparql
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX prov: <http://www.w3.org/ns/prov#>
PREFIX pr: <http://www.wikidata.org/prop/reference/>
PREFIX p: <http://www.wikidata.org/prop/>
SELECT ?item ?taxonName {
?item p:P225/ps:P225 ?taxonName .
?item p:P105/ps:P105 wd:Q35409 . # family
?item p:P225/prov:wasDerivedFrom/pr:P248 wd:Q27042747 . # taxon name stated in IOC World Bird List, Version 6.3
}
ORDER BY ASC(?taxonName)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?item"):::projected
v1("?taxonName"):::projected
a1((" "))
a2((" "))
a3((" "))
a4((" "))
c8(["wd:Q27042747"]):::iri
c5(["wd:Q35409"]):::iri
v2 --"p:P225"--> a1
a1 --"p:statement/P225"--> v1
v2 --"p:P105"--> a2
a2 --"p:statement/P105"--> c5
v2 --"p:P225"--> a3
a3 --"prov:wasDerivedFrom"--> a4
a4 --"p:reference/P248"--> c8