Hi Alex,

On 7/15/2011 11:07 AM, Alexandre Passant wrote:
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 .
}

dunno, but you wrote 'xsd:String' instead of 'xsd:string'.

Cheers,

Bob

Reply via email to