Hi everybody,

First, let me write here an extract form <
http://www.w3.org/TR/rdf-sparql-query/#specifyingDataset> :
"If there is no FROM clause, but there is one or more FROM NAMED clauses,
then the dataset includes an empty graph for the default graph."

Now, let me introduce my problem with a simple request :
SQL> SPARQL SELECT * FROM NAMED <http://test1> WHERE { ?s ?p ?o };

With this request, I should have triples only from <http://test1> named
graph, shouln't I ?

This isn't the case : I have eveything.

More, if I modify the request like that :
SQL> SPARQL SELECT * FROM NAMED <http://test1> WHERE { GRAPH ?g { ?s ?p ?o }
};

Now I have triples from <http://test1> only.

Is this the excepted behaviour ?

Alexandre Bertails, Atos Origin - Open Source Center.

Reply via email to