Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexanderjamesking/c00c937d5ec67b586e3798d8044552f6 to your computer and use it in GitHub Desktop.
Save alexanderjamesking/c00c937d5ec67b586e3798d8044552f6 to your computer and use it in GitHub Desktop.
Create a graph visualization from an RDF file using http://librdf.org/raptor/ and http://www.graphviz.org.
rapper -i turtle -o dot model.ttl | dot -Tpdf -omodel.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment