Ostrzyciel opened a new issue, #2843: URL: https://github.com/apache/jena/issues/2843
### Version 5.2.0 ### What happened? A recent version of Jena added the support for [SPARQL CDTs](https://awslabs.github.io/SPARQL-CDTs/spec/latest.html#description-of-fold), which includes two new aggregates: FOLD and UNFOLD. The two aggregates work fine, but in the SPARQL editor in the Fuseki UI, they are highlighted in red as invalid syntax. Example query: ```sparql SELECT ?s (FOLD(?p, ?o) AS ?map) WHERE { ?s ?p ?o } GROUP BY ?s ``` How it appears in the editor:  ### Relevant output and stacktrace _No response_ ### Are you interested in making a pull request? None -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
