Hi Ivan.
Thanks for the explanation.
Br,
Timo Westkämper
On 03/08/2011 05:25 PM, Ivan Mikhailov wrote:
Hello Timo,
On Mon, 2011-03-07 at 14:29 +0200, Timo Westkämper wrote:
Hi all.
How do I correctly bind the named graph context of the following SPARQL
query :
CONSTRUCT { ?s ?p ?o} FRO
Hello Timo,
On Mon, 2011-03-07 at 14:29 +0200, Timo Westkämper wrote:
> Hi all.
>
> How do I correctly bind the named graph context of the following SPARQL
> query :
>
>CONSTRUCT { ?s ?p ?o} FROM ?context WHERE { ?s ?p ?o }
>
> I tried the following options
>
>CONSTRUCT { ?s ?p ?o} FR
Hi all.
How do I correctly bind the named graph context of the following SPARQL
query :
CONSTRUCT { ?s ?p ?o} FROM ?context WHERE { ?s ?p ?o }
I tried the following options
CONSTRUCT { ?s ?p ?o} FROM `iri(??)` WHERE { ?s ?p ?o }
CONSTRUCT { ?s ?p ?o} FROM iri(??) WHERE { ?s ?p ?o }
Bo