You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: the pattern GRAPH <http://www.ontotext.com/explicit> { ?date <http://www.knora.org/ontology/knora-base#valueHasStartJDN> ?date__valueHasStartJDN . } is inserted after the last UNION block and ?date__valueHasStartJDN does not seem to be bound.
Solution: move the pattern to the end of the first block of the WHERE clause.
When I run the following KnarQL query, the triplestore crashes:
SPARQL that is executed by the triplestore:
Problem: the pattern
GRAPH <http://www.ontotext.com/explicit> { ?date <http://www.knora.org/ontology/knora-base#valueHasStartJDN> ?date__valueHasStartJDN . }
is inserted after the lastUNION
block and?date__valueHasStartJDN
does not seem to be bound.Solution: move the pattern to the end of the first block of the WHERE clause.
The text was updated successfully, but these errors were encountered: