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