Skip to content

Instantly share code, notes, and snippets.

@langsamu
Created September 29, 2018 23:10
Show Gist options
  • Save langsamu/12e2f99e950a0585d13d30dc191b4d26 to your computer and use it in GitHub Desktop.
Save langsamu/12e2f99e950a0585d13d30dc191b4d26 to your computer and use it in GitHub Desktop.
FileLoader.Load(
new WriteThroughHandler(
new NTriplesFormatter(), // Target format
File.CreateText(@"source path")),
@"destination path",
new TriGParser(TriGSyntax.Recommendation)); // Source format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment