Skip to content

Instantly share code, notes, and snippets.

@rvesse
Created December 18, 2013 09:23
Show Gist options
  • Save rvesse/8019566 to your computer and use it in GitHub Desktop.
Save rvesse/8019566 to your computer and use it in GitHub Desktop.
Issuing a SPARQL Update against Stardog
// Assume we already have a StardogConnector in the variable Stardog
stardog.Update(@"
INSERT DATA { GRAPH <http://example.org/graph> { <http://s> <http://p> <http://o } }
");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment