w3c / sparql-query

https://w3c.github.io/sparql-query/
Other
5 stars 0 forks source link

SPARQL Query errata (3/5) #22

Open afs opened 1 year ago

afs commented 1 year ago

https://www.w3.org/2013/sparql-errata

hartig commented 1 year ago

Regarding errata-query-11, the main change suggested for this errata is unnecessary (or even problematic), as I argue in #94

However, the errata also includes another, smaller change suggestion:

In Definition: Aggregation replace "multiset of partial functions" by "set of partial functions".

This change has been implemented in PR #98.

afs commented 1 year ago

So can we tick-off the errata-query-11 task item? And close #94? (BTW a PR with "This close #" automates closing an issue when a PR is merged)

hartig commented 1 year ago

So can we tick-off the errata-query-11 task item? And close #94?

It depends whether people agree with my argument in #94. I have not seen anyone confirming that they agree ;-)

hartig commented 1 year ago

I have added PR #109 which implements what I think remains to be done for errata-query-11.

hartig commented 1 year ago

After merging PR #109, errata-query-11 is addressed now.