Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The command to execute the SPARQL Update command vary somewhat more depending on the triplestore used, since some triplestores require form-encoding of SPARQL Update commands and others accept them directly:

...

Code Block
languagebash
titlesesame_sparql.sh
curl -X POST -H "Accept-Encoding: identity" -H "Accept: */*" -H "Content-Type: application/x-www-form-urlencoded" -d update=`cat @event2event2.sparql` http://localhost:8081/openrdf-sesame/repositories/test/statements