- From: Daniel Hernández <daniel@degu.cl>
- Date: Wed, 02 Jul 2014 18:05:09 -0400
- 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 Wednesday, 2 July 2014 22:05:35 UTC