Michael added a comment.

  The code needs to be adjusted from `?item wdt:P31 wd:Q5 .` to one of the 
following, which are all equivalent:
  
    ?item p:P31 ?instance .
    ?instance ps:P31 wd:Q5 .
  
  
  
    ?item p:P31 [ ps:P31 wd:Q5 ] .
  
  
  
    ?item p:P31/ps:P31 wd:Q5 .
  
  (as I learned 30 minutes ago)

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

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

To: Michael
Cc: Michael, Aklapper, Lydia_Pintscher, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to