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
A recent version of Jena added the support for SPARQL CDTs, which includes a new aggregate (FOLD) and an operator (UNFOLD). The two thingies work fine, but in the SPARQL editor in the Fuseki UI, they are highlighted in red as invalid syntax.
Example query:
SELECT ?s (FOLD(?p, ?o) AS ?map) WHERE {
?s?p?o
}
GROUPBY?s
How it appears in the editor:
Second example:
SELECT * WHERE {
?s?p?list .
UNFOLD(?list as ?element)
}
Relevant output and stacktrace
No response
Are you interested in making a pull request?
None
The text was updated successfully, but these errors were encountered:
Version
5.2.0
What happened?
A recent version of Jena added the support for SPARQL CDTs, which includes a new aggregate (FOLD) and an operator (UNFOLD). The two thingies work fine, but in the SPARQL editor in the Fuseki UI, they are highlighted in red as invalid syntax.
Example query:
How it appears in the editor:
Second example:
Relevant output and stacktrace
No response
Are you interested in making a pull request?
None
The text was updated successfully, but these errors were encountered: