Two typos in the SPARQL algebra from David Booth on 2013-08-14 (public-rdf-dawg-comments@w3.org from August 2013) (original) (raw)
- From: David Booth <david@dbooth.org>
- Date: Wed, 14 Aug 2013 09:34:53 -0400
- To: public-rdf-dawg-comments@w3.org
- Message-ID: 520B877D.9020602@dbooth.org
- In http://www.w3.org/TR/sparql11-query/#defn_evalGraph the line [[ R := Union(R, Join( eval(D(D[i]), P) , Ω(?var->i) )
]] is missing a right parenthesis.
- In http://www.w3.org/TR/sparql11-query/#defn_algJoin in the line [[ Join(Ω1, Ω2) = { merge(μ1, μ2) | μ1 in Ω1and μ2 in Ω2, and μ1 and μ2 are compatible } ]] s/Ω1and/Ω1 and/
Thanks, David
Received on Wednesday, 14 August 2013 13:35:23 UTC