Versions Compared

Key

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

...

Ted Lawless of Brown University has created a Python program to illustrate the SPARQL Update API. You can find it here: https://gist.github.com/lawlesst/63005736300573#file-vupdate-py

Enabling the API

Note

Before enabling the SPARQL update handler, you should secure the URL api/sparqlUpdate with HTTPS. Otherwise, email/password combinations will be sent across the network without encryption. Methods for securing the URL will depend on your site's configuration.

...