[
https://issues.apache.org/jira/browse/MARMOTTA-597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jakob Frank updated MARMOTTA-597:
---------------------------------
Description:
The following query to retrieve the list of named graphs is not supported
{code:sql}
SELECT ?g {
GRAPH ?g {}
}
{code}
Nonetheless the list of named graph can be retrieved with
{code:sql}
SELECT DISTINCT ?g {
GRAPH ?g { ?s ?p ?o . }
}
{code}
was:
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 .}
}
Formatted SPARQL queries
> 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
> Labels: sparql, triplestore
>
> The following query to retrieve the list of named graphs is not supported
> {code:sql}
> SELECT ?g {
> GRAPH ?g {}
> }
> {code}
> Nonetheless the list of named graph can be retrieved with
> {code:sql}
> SELECT DISTINCT ?g {
> GRAPH ?g { ?s ?p ?o . }
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)