Files @ a8281a147cb6
Branch filter:

Location: light9/bin/rdf2dot - annotation

drewp@bigasterisk.com
checkpoint show data
1
2
3
4
#!/bin/zsh

pdm run rdfpipe -o ntriples $@ | pdm run rdf2dot | dot -Tsvg > /tmp/g.svg
print wrote /tmp/g.svg