guergana.tzatchkova added a comment.

  In the third point: 
  The QueryBuilder must be adjusted to build a query that queries for any 
value, similar to https://w.wiki/m5d
  The syntax
  
    SELECT *
    WHERE
    {
      ?item p:P31/ps:P31 [] .
    }
  
  has been changed to its equivalent:
  
    SELECT *
    WHERE
    {
      ?item p:P31/ps:P31 _:anyValue .
    }
  
  because sparql doesn't seem to support the abbreviated version (with [])
  For more information please check SPARQL 1.1 official docs 
<https://www.w3.org/TR/rdf-sparql-query/#QSynBlankNodes>

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

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

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

Reply via email to