query-830fe043b390ea809e2dafca0b4f1dd6
William Avery Bot 2) logs • contribs • talk (William Avery Operator: )xtools • User rights • User rights log • Block log • SUL • new lexemes • new items • contribs • talk (William Avery Bot. (P3831)object of statement has role with (P31)instance of . The bot replaces (P225)taxon name as a qualifier on (Q14594740)recombination A change in usage of Task/s:For background discussion see: Wikidata talk:WikiProject Taxonomy#Recombinations Wikidata talk:WikiProject Taxonomy#Guidelines for adding references for taxonomic names taxonRecombinationFixer.py Code:SPARQL query to feed it items:
Use at
- https://query.wikidata.org/sparql
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
SELECT ?item
WHERE
{
?item p:P225 ?name.
?name pq:P31 wd:Q14594740.
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
v2("?name")
c3(["wd:Q14594740"]):::iri
v1 --"p:P225"--> v2
v2 --"p:qualifier/P31"--> c3