That document predates the specification. It's not the standard. The
spec on updates is here:
https://www.w3.org/TR/2013/REC-sparql11-update-20130321/
On Sat, Nov 24, 2018 at 7:33 PM Laura Morales <laure...@mail.com> wrote:
>
> Sometimes I see "INSERT INTO" queries like here for example 
> https://www.w3.org/Submission/SPARQL-Update/
> These don't seem to work with jena
>
> org.apache.jena.query.QueryParseException: Encountered " "into" "INTO "
> Was expecting:
>     "{" ...
>
>         at 
> org.apache.jena.sparql.lang.ParserSPARQL11Update._parse(ParserSPARQL11Update.java:63)
>         at 
> org.apache.jena.sparql.lang.ParserSPARQL11Update.parse$(ParserSPARQL11Update.java:45)
>         at 
> org.apache.jena.sparql.lang.UpdateParser.parse(UpdateParser.java:48)
>
> but my question is... are these instructions part of the SPARQL specification 
> at all? I can't find them described anywhere, all I see are "INSERT" and 
> "INSERT DATA".
  • INSERT INTO Laura Morales
    • Re: INSERT INTO Martynas Jusevičius

Reply via email to