Skip to content

Instantly share code, notes, and snippets.

@rvesse
Created June 15, 2013 00:00
Show Gist options
  • Save rvesse/5786161 to your computer and use it in GitHub Desktop.
Save rvesse/5786161 to your computer and use it in GitHub Desktop.
// Assuming we already have a StardogConnector in the variable Stardog
// Define a Graph that will receive our data
IGraph g = new Graph();
// Load from Stardog
stardog.LoadGraph(g, new Uri("https://ax1tpschgs.proxynodejs.usequeue.com/name"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment