annotate bin/rdf2dot @ 2445:af83aeef8b0a

fancier spectrograms
author drewp@bigasterisk.com
date Sat, 01 Jun 2024 12:58:25 -0700
parents 207fe0670952
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2435
207fe0670952 + bin/rdf2dot
drewp@bigasterisk.com
parents:
diff changeset
1 #!/bin/zsh
207fe0670952 + bin/rdf2dot
drewp@bigasterisk.com
parents:
diff changeset
2
207fe0670952 + bin/rdf2dot
drewp@bigasterisk.com
parents:
diff changeset
3 pdm run rdfpipe -o ntriples $@ | pdm run rdf2dot | dot -Tsvg > /tmp/g.svg
207fe0670952 + bin/rdf2dot
drewp@bigasterisk.com
parents:
diff changeset
4 print wrote /tmp/g.svg