Hi all!

How can obtain all graph URIs in a given Virtuoso sparql end point?

I tried in http://demo.openlinksw.com/sparql with the query
SELECT DISTINCT ?g
WHERE { GRAPH ?g {?s ?p ?o}}

But it just gives me
40001 Error SR172: Transaction deadlocked
in
DB.DBA.SPARQL_SELECT_KNOWN_GRAPHS([executable]/sparql.sql:5705),
<Top Level>

SPARQL query:
define sql:signal-void-variables 1 SELECT DISTINCT ?g
WHERE { GRAPH ?g {?s ?p ?o}}
Thanks!
Vanessa.

--
The Open University is incorporated by Royal Charter (RC 000391), an exempt charity 
in England & Wales and a charity registered in Scotland (SC 038302).

Reply via email to