Manybubbles added a comment.

This syntax is designed to reach into other SPARQL endpoints using some 
standard protocol.

  SELECT ?name
  WHERE {
    <http://example.org/myfoaf/I> foaf:knows ?person .
    SERVICE <http://people.example.org/sparql> {          <--- this here 
      ?person foaf:name ?name . } 
  }

So it'll need whitelisting.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
<username>.

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

To: Manybubbles
Cc: Manybubbles, Aklapper, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, 
GWicke, daniel, JanZerebecki



_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to