Rdrg109 added a comment.

  Someone in the Telegram group of Wikidata mentioned that the endpoint is 
currently supported with the following URL: https://lingualibre.org/sparql . I 
just checked and, in fact, it is supported.
  
  Here's a minimal working example as a proof (query in WDQS 
<https://w.wiki/4gbE>)
  
    SELECT * {
      SERVICE <https://lingualibre.org/sparql> {
        SELECT ?foo {
          VALUES ?foo {1 2 3}.
        }
      }
    }
  
  A more complete example is shown below (query in WDQS <https://w.wiki/4gbG>)
  
    PREFIX prop: <https://lingualibre.org/prop/direct/>
    PREFIX entity: <https://lingualibre.org/entity/>
    
    SELECT * {
      SERVICE <https://lingualibre.org/sparql> {
        SELECT ?item ?itemLabel {
          ?item prop:P2 entity:Q5.
          SERVICE wikibase:label {bd:serviceParam wikibase:language "en".}
        }
      }
    }
  
  I think this ticked can be closed.

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

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

To: Rdrg109
Cc: Yug, Rdrg109, Invadibot, MPhamWMF, maantietaja, CBogen, Akuckartz, Eihel, 
Nandana, Namenlos314, Poslovitch, Lahi, Gq86, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, 
Pamputt, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, Base, 
aude, Tobias1984, Manybubbles, Mbch331, Ltrlg
_______________________________________________
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org

Reply via email to