[
https://issues.apache.org/jira/browse/MARMOTTA-617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14952709#comment-14952709
]
ASF subversion and git services commented on MARMOTTA-617:
----------------------------------------------------------
Commit 732f45650a02f193f75398284b86045da06a3c68 in marmotta's branch
refs/heads/MARMOTTA-584 from [~wikier]
[ https://git-wip-us.apache.org/repos/asf?p=marmotta.git;h=732f456 ]
MARMOTTA-617: added test
> SPARQL-command with "native" sparql.strategy setting fails
> ----------------------------------------------------------
>
> Key: MARMOTTA-617
> URL: https://issues.apache.org/jira/browse/MARMOTTA-617
> Project: Marmotta
> Issue Type: Bug
> Components: KiWi Triple Store
> Affects Versions: 3.3.0
> Reporter: Dietmar Glachs
> Assignee: Dietmar Glachs
> Fix For: 3.4.0
>
> Original Estimate: 2h
> Remaining Estimate: 2h
>
> The following SPARQL-Command fails when using the configuration setting
> {{native}} for {{sparql.strategy}}:
> {code}
> SELECT DISTINCT ?uri ?title ?children {
> GRAPH <http://host/context/graph> {
> ?uri a <http://www.w3.org/2004/02/skos/core#ConceptScheme> .
> OPTIONAL {
> ?uri <http://www.w3.org/2000/01/rdf-schema#label> ?title .
> FILTER (lang(?title) = 'en')
> }
> BIND ( EXISTS { ?uri <http://www.w3.org/2004/02/skos/core#hasTopConcept>
> ?_top } AS ?children )
> }
> }
> {code}
> when using {{sparql.strategy=memory}} the query works!
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)