Two typos in the SPARQL algebra from David Booth on 2013-08-14 (public-rdf-dawg-comments@w3.org from August 2013) (original) (raw)

  1. 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.

  1. 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