Hi, I'm using virtuoso 5.0.3 and have run into a problem with queries. I expect that a query like
select ?s ?p ?o where { ?s ?p ?o } would return all triples in the store. But it returns nothing, while this query: select ?s ?p ?o where { graph ?g {?s ?p ?o }} returns all the triples. I did not run into this with earlier versions of virtuoso and could not find any related configuration setting. All graphs are indexed by uploading via WebDAV to an rdf_sink-directory. Is it possible to avoid "graph ?g { ... }"?. Thanks, Mikael