Files @ 207fe0670952
Branch filter:

Location: light9/bin/rdf2dot - annotation

drewp@bigasterisk.com
+ bin/rdf2dot
1
2
3
4
#!/bin/zsh

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