dshorthouse added a comment.

  Oh cool! So, if I understand this correctly, the title of the page mentioned 
on the Request for deletion is queried. Here's what I would run using the 
Bionomia ID property, P6944 <https://phabricator.wikimedia.org/P6944>:
  
    SELECT DISTINCT ?item ?itemLabel WHERE {
        SERVICE wikibase:mwapi
        {
          bd:serviceParam wikibase:endpoint "www.wikidata.org".
          bd:serviceParam wikibase:api "Generator".
          bd:serviceParam mwapi:generator "links".
          bd:serviceParam mwapi:titles "Wikidata:Requests for deletions".
          bd:serviceParam mwapi:gpllimit "max".
          bd:serviceParam mwapi:gplnamespace "0".
          ?item wikibase:apiOutputItem mwapi:title.
        }
       
        ?item wdt:P6944 ?id .
       SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
    }
  
  Does this seem correct? Are there any limitations here that I should be aware 
of (eg perhaps a title used in a request for deletion that would slip through, 
undetected)?

TASK DETAIL
  https://phabricator.wikimedia.org/T291659

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: dshorthouse
Cc: Vojtech.dostal, dshorthouse, Aklapper, Salgo60, Invadibot, maantietaja, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
_______________________________________________
Wikidata-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to