From: Anton K. <ant...@gm...> - 2015-01-15 00:09:36
|
I am trying to make a simple SPARQL update of a Named graph (in Quad mode) and I get error (in local bigdata) for the following test query: """ PREFIX dc: <http://purl.org/dc/elements/1.1/> INSERT DATA INTO <http://example/bookStore> { <http://example/book3> dc:title "Fundamentals of Compiler Design" } """ The error is: Encountered " "into" "INTO "" at line 3, column 13. Was expecting: "{" ... I also get errors for many other SPARQL Updates with "INTO clause". -- Best regards, Anton Kulaga |