The following example demonstrates usage of the grab-destination pragma:
DEFINE input:grab-depth 2
DEFINE input:grab-limit 100
DEFINE input:grab-seealso <http://xmlns.com/foaf/0.1/knows>
DEFINE input:grab-destination <http://local.virt/addressbook/778>
DEFINE get:soft "soft"
DEFINE get:uri "http://bblfish.net/people/henry/card#me"
SELECT *
FROM <http://local.virt/addressbook/778>
WHERE
{
?s ?p ?o
}