Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.3.0
-
None
Description
The following query to retrieve the list of named graphs is not supported
SELECT ?g { GRAPH ?g {} }
Nonetheless the list of named graph can be retrieved with
SELECT DISTINCT ?g { GRAPH ?g { ?s ?p ?o . } }