Hi, I could use some help to understand default and named graphs within Jena (TDB/Fuseki)...
In the following example taken from the W3C SPARQL 1.1 spec what needs to go in place of... FROM <http://example.org/dft.ttl> ...assuming I have loaded dft.ttl into the 'default' graph of TDB and am querying via Fuseki? PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX dc: <http://purl.org/dc/elements/1.1/> SELECT ?who ?g ?mbox FROM <http://example.org/dft.ttl> FROM NAMED <http://example.org/alice> FROM NAMED <http://example.org/bob> WHERE { ?g dc:publisher ?who . GRAPH ?g { ?x foaf:mbox ?mbox } } I have tried using the form <http://localhost:3030/my-dataset/data?default> but this has no affect (although I can download the data from here...) Many thanks Rob -- Rob Walpole Email [email protected] Tel. +44 (0)7969 869881 Skype: RobertWalpolehttp://www.linkedin.com/in/robwalpole
