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".

Reply via email to