Skip to content

Instantly share code, notes, and snippets.

@crstn
Last active September 15, 2018 10:11
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