Hannah_Bast added a comment.

  @RKemper Is your point that the queries should return a result? Neither DBLP 
nor Wikidata have the predicate `foaf:name`, so it's clear that both `SERVICE` 
queries return an empty result. Here is an example for a  query that gives a 
result:
  
    PREFIX schema: <http://schema.org/>
    PREFIX wd: <http://www.wikidata.org/entity/>
    PREFIX wdt: <http://www.wikidata.org/prop/direct/>
    SELECT DISTINCT ?editor ?editorName
    WHERE {
      SERVICE <https://qlever.cs.uni-freiburg.de/api/wikidata> {
        wd:Q113544723 wdt:P179 ?editor.
        ?editor schema:name ?editorName.
      }
    }

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

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

To: RKemper, Hannah_Bast
Cc: Nikki, dcausse, Hannah_Bast, Gehel, EBernhardson, RKemper, bking, Aklapper, 
WolfgangFahl, Danny_Benjafield_WMDE, Astuthiodit_1, AWesterinen, BTullis, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, 
EBjune, KimKelting, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, 
Mbch331
_______________________________________________
Wikidata-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to