Created
June 15, 2013 00:00
-
-
Save rvesse/5786161 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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