- From: Steve Harris <steve.harris@garlik.com>
- Date: Thu, 16 Feb 2012 17:01:04 +0000
- To: SPARQL Working Group <public-rdf-dawg@w3.org>
Hi all, Birte spotted a typo, which I've only just found time to fix :-/ The change is: RCS file: /w3ccvs/WWW/2009/sparql/docs/query-1.1/rq25.xml,v retrieving revision 1.337 diff -u -r1.337 rq25.xml --- rq25.xml 12 Feb 2012 22:28:35 -0000 1.337 +++ rq25.xml 16 Feb 2012 16:57:32 -0000 @@ -8760,7 +8760,7 @@ <p>Aggregation applies the set function func to the given multiset and produces a single value for each key and partition of solutions for that key.</p> - <p>Aggregation(exprlist, func, scalarvals, { key<sub>1</sub>→Omega<sub>1</sub>, ..., key<sub>m</sub>→Omega<sub>m</sub> } )<br/> + <p>Aggregation(exprlist, func, scalarvals, { key<sub>1</sub>→Ω<sub>1</sub>, ..., key<sub>m</sub>→Ω<sub>m</sub> } )<br/> = { (key, F(Ω)) | key → Ω in { key<sub>1</sub>→Ω<sub>1</sub>, ..., key<sub>m</sub>→Ω<sub>m</sub> } }</p> <p>where<br/> M(Ω) = { ListEval(exprlist, μ) | μ in Ω }<br/> So, this was changing two instances of "Omega" to "Ω" - so I don't believe this is substantive, even though it affects the formal definition. - Steve -- Steve Harris, CTO, Garlik Limited 1-3 Halford Road, Richmond, TW10 6AW, UK +44 20 8439 8203 http://www.garlik.com/ Registered in England and Wales 0535 7233 VAT # 849 0517 11 Registered office: Landmark House, Experian Way, Nottingham, Notts, NG80 1ZZ
Received on Thursday, 16 February 2012 17:01:36 UTC