Files @ a4052905ca7d
Branch filter:

Location: light9/bin/rdf2dot - annotation

drewp@bigasterisk.com
notes about how rdfdb syncs, or should sync
1
2
3
4
#!/bin/zsh

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