Re: Using variable assignment with QueryBuilder

2015-03-31 Thread Rurik Thomas Greenall
Hi Andy, Of course, that should have occurred to me. Thanks, Rurik On Mon, Mar 30, 2015 at 6:51 PM, Andy Seaborne a...@apache.org wrote: On 24/03/15 14:25, Rurik Thomas Greenall wrote: Is there any way to do BIND assignments with QueryBuilder (ConstructBuilder)? I'm attempting to return

Re: Using variable assignment with QueryBuilder

2015-03-30 Thread Andy Seaborne
On 24/03/15 14:25, Rurik Thomas Greenall wrote: Is there any way to do BIND assignments with QueryBuilder (ConstructBuilder)? I'm attempting to return plain string literals from PREFIX dcterms: http://purl.org/dc/terms/ PREFIX ex: http://example.com/onto/ CONSTRUCT {?url dcterms:date ?date }

Using variable assignment with QueryBuilder

2015-03-24 Thread Rurik Thomas Greenall
Is there any way to do BIND assignments with QueryBuilder (ConstructBuilder)? I'm attempting to return plain string literals from PREFIX dcterms: http://purl.org/dc/terms/ PREFIX ex: http://example.com/onto/ CONSTRUCT {?url dcterms:date ?date } WHERE { ?url dcterms:date ?d BIND (str(?d) as