The following example demonstrates usage of the get:proxy
pragma:
DEFINE get:proxy "www.openlinksw.com:80" DEFINE get:method "GET" SELECT DISTINCT ?id FROM NAMED <http://www.openlinksw.com/dataspace/person/kidehen@openlinksw.com> WHERE { GRAPH ?g { ?id a ?o } } LIMIT 10