Hi Paul,

It works with ARQ 2.8.8, but not with ARQ 2.8.7, so it looks like it's one
of the more recent SPARQL 1.1 functions to be supported there. Until
TopBraid includes 2.8.8, fn:substring() works in your example.

Bob



On Tue, Jan 10, 2012 at 5:22 AM, PaulZH <[email protected]> wrote:

> TBCME 3.5.2
>
> Following query
> CONSTRUCT { <> dcterms:date ?date.}
> WHERE {
>  BIND (xsd:string(now()) AS ?now)
>  BIND (SUBSTR(?now,1,10) AS ?date)
> }
>
> gives error
> Encountered "(""(" at line 4, column 15. Was expecting regex.
>
> The query works in Sesame and SPARQLer (ARQ).
>
> --
> You received this message because you are subscribed to the Google
> Group "TopBraid Suite Users", the topics of which include TopBraid
> Composer,
> TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN.
> To post to this group, send email to
> [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/topbraid-users?hl=en
>

-- 
You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include TopBraid Composer,
TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/topbraid-users?hl=en

Reply via email to