The following example demonstrates how to retrieve triples from remote Turtle resource using the SPARQL 1.1. LOAD Feature.
The following packages should be installed:
http://id.myopenlink.net/dataspace/person/demo#this
select (bif:get_user()) {}
load <https://s3.amazonaws.com/webid-sandbox/Enhanced-Turtle-Example.ttl>
SELECT * FROM <https://s3.amazonaws.com/webid-sandbox/Enhanced-Turtle-Example.ttl> WHERE { ?s ?p ?o }