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
is invalid SPARQL according to Aggregate Projection Restrictions:
In a query level which uses aggregates, only expressions consisting of aggregates and constants may be projected, with one exception. When GROUP BY is given with one or more simple expressions consisting of just a variable, those variables may be projected from the level.
rdflib.Graph.query
does not enforce Aggregate Projection Restrictions.E.g. the following
is invalid SPARQL according to Aggregate Projection Restrictions:
Yet the above code results in
Blazegraph and GraphDB reject the query with
Malformed Query
exceptions.The text was updated successfully, but these errors were encountered: