Skip to content

Instantly share code, notes, and snippets.

@crstn
Last active September 15, 2018 10:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save crstn/4554603 to your computer and use it in GitHub Desktop.
Save crstn/4554603 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