GitHub user osma added a comment to the discussion: Discrepancies in SPARQL implementations - Aggregate expression in SELECT and its alias in GROUP BY
I think this query should give an error, because ?bookCount is an aggregate alias and should not be used inside GROUP BY. Conceptually, grouping happens before projection and aliasing, so ?bookCount doesn't exist yet at that stage. GitHub link: https://github.com/apache/jena/discussions/3644#discussioncomment-15260200 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
