blob: c14d8b5988711fcdb4dbfbb053dc1d1d944ebe77 [file] [log] [blame]
SELECT *
FROM <dft.ttl>
FROM NAMED <a.ttl>
FROM NAMED <b.ttl>
WHERE
{
GRAPH ?g { ?s ?p ?o . FILTER(?g = <a.ttl>) }
}