Luigi Selmi created MARMOTTA-597:
------------------------------------
Summary: SPARQL query to retrieve the list of named graphs
Key: MARMOTTA-597
URL: https://issues.apache.org/jira/browse/MARMOTTA-597
Project: Marmotta
Issue Type: Bug
Components: KiWi Triple Store
Affects Versions: 3.3.0
Reporter: Luigi Selmi
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 .}
}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)