Files @ 26f84fc67ab1
Branch filter:

Location: light9/bin/rdf2dot

drewp@bigasterisk.com
start 2024 show
1
2
3
4
#!/bin/zsh

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