Hi Ivan:
Thanks for your reply.
I'm using Virtuoso Conductor as client to check the syntax of my queries
and test their output.
How can I fix the absence of default graph IRI? By the way, I have
explicitly stated the default graph IRI in the text box.
I've tried to attach a screen shot but the me
Hi Ivan:
I'm using Virtuoso Conductor as client to check the syntax of my queries
and test their output.
How can I fix the absence of default graph IRI? By the way, I have
explicitly stated the default graph IRI in the text box.
I'm attaching a screen shot
thanks in advance
Lorena
On Mon, Mar 1
Hello Lorena,
> Virtuoso 37000 Error SP030: SPARQL compiler, line 3: syntax error at 'CONCAT'
> before '('
>
> SPARQL query:
> define sql:big-data-const 0
> #output-format:text/html
> define input:default-graph-uri select (CONCAT(?s,?p) as ?m) where {?s ?p ?o}
The SPARQL client you use has al
Hi
I intend to use SPARQL 1.1 CONCAT and STRAFTER in Virtuoso 6.1.4
I've wrote a very simple query that returns the following error
select (CONCAT(?s,?p) as ?m)
where {?s ?p ?o}
Virtuoso 37000 Error SP030: SPARQL compiler, line 3: syntax error at
'CONCAT' before '('
SPARQL query:
define sql