Hello,

I'm attempting to insert new triples via the SPARQL endpoint using the
following query:

INSERT DATA
    { GRAPH <urn:x-evn-master:update_test> { update_test:concepts
        skos:hasTopConcept  update_test:one .
    update_test:one  skos:prefLabel  "one" . } }
WHERE { ?s ?p ?o }

and receive the following error:

**Invalid SPARQL query string: Encountered " <INSERT_DATA> "INSERT DATA ""
at
line 5, column 1. Was expecting one of: "base" ... "prefix" ... "select" ...
"json" ... "describe" ... "construct" ... "ask" ... .**

We have Enable SPARQL updates set to true in the Server Configuration
Parameters and I'm also able to add triples with a slightly modified query

INSERT
{
    update_test:concepts
        skos:hasTopConcept  update_test:six .
    update_test:six skos:prefLabel  "six" .
  }
WHERE {
  ?s ?p ?o .
}

using the SPARQL query feature in the taxonomy without issue.

Any ideas on how to resolve?

Thank you,

Justin

-- 
This email and any attachments may contain confidential information. If you 
believe that you have received it in error, please delete the email and 
attachments and then notify Tempus by calling *800.739.4137*.

-- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to topbraid-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/topbraid-users/CANbmBy7EJaedhytxVLCvxy2Gz-MQpSvRDG1RPNXEw5u0Nmo1CA%40mail.gmail.com.

Reply via email to