Hi,

I'm trying to insert typed literals in a Virtuoso store as follows:

INSERT DATA INTO <http://foobar> {
<http://foo> <http://example.org/foo>  "Bar"^^xsd:string .
}

But have the following error

37000 Error SP031: SPARQL compiler: The query can be compiled and executed but 
not translated to an accurate SQL text
SPARQL query:
define sql:signal-void-variables 1 INSERT DATA INTO <http://foobar> {
<http://foo> <http://example.org/foo>  "Bar"^^xsd:String .
}
This works fine without typing the literal.

INSERT DATA INTO <http://foobar> {
<http://foo> <http://example.org/foo>  "Bar" .
}

Did I forgot something in the query formulation or in the config parameters ?

Thanks

Alex.

--
Dr. Alexandre Passant, 
Social Software Unit Leader
Digital Enterprise Research Institute, 
National University of Ireland, Galway



Reply via email to