From: Bryan T. <br...@sy...> - 2015-01-15 17:47:53
|
Anton, I think that you simply have the wrong syntax. See http://www.w3.org/TR/sparql11-update You want to use "INSERT DATA {QUADS-DATA}". Bigdata does have an extension for managing named solution sets. See http://wiki.bigdata.com/wiki/index.php/SPARQL_Update#INSERT_INTO. This uses the syntax "INSERT INTO %solutionSet ...", but it is not about named graphs. Thanks, Bryan ---- Bryan Thompson Chief Scientist & Founder SYSTAP, LLC 4501 Tower Road Greensboro, NC 27410 br...@sy... http://bigdata.com http://mapgraph.io CONFIDENTIALITY NOTICE: This email and its contents and attachments are for the sole use of the intended recipient(s) and are confidential or proprietary to SYSTAP. Any unauthorized review, use, disclosure, dissemination or copying of this email or its contents or attachments is prohibited. If you have received this communication in error, please notify the sender by reply email and permanently delete all copies of the email and its contents and attachments. On Wed, Jan 14, 2015 at 7:09 PM, Anton Kulaga <ant...@gm...> wrote: > 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 > > > ------------------------------------------------------------------------------ > New Year. New Location. New Benefits. New Data Center in Ashburn, VA. > GigeNET is offering a free month of service with a new server in Ashburn. > Choose from 2 high performing configs, both with 100TB of bandwidth. > Higher redundancy.Lower latency.Increased capacity.Completely compliant. > http://p.sf.net/sfu/gigenet > _______________________________________________ > Bigdata-developers mailing list > Big...@li... > https://lists.sourceforge.net/lists/listinfo/bigdata-developers > > |