Fwd: Error in bind example in SPARQL 1.1 recommendation

-------- Original Message --------
Subject: Error in bind example in SPARQL 1.1 recommendation
Resent-Date: Wed, 02 Jul 2014 22:05:35 +0000
Resent-From: public-sparql-dev@w3.org
Date: Wed, 02 Jul 2014 18:05:09 -0400
From: Daniel Hernández <daniel@degu.cl>
To: public-sparql-dev@w3.org

Hello,

In examples in section 18.2.3 "Examples of Mapped Graph Patterns" [1]
appears the code:

    { ?s :p ?v . {} BIND (2*?v AS ?v2) }

    Join(
        BGP(?s :p ?v), ?v2, 2*?v) ,
        Extend({}, ?v2, 2*?v)
    )

In the line "BGP(?s :p ?v), ?v2, 2*?v)" there is a not matching
parenthesis.

Regards,
Daniel

[1]: http://www.w3.org/TR/sparql11-query/#sparqlAlgebraExamples

Received on Monday, 21 July 2014 10:31:55 UTC