Changeset - 207fe0670952
[Not reviewed]
default
0 0 1
drewp@bigasterisk.com - 8 months ago 2024-05-29 21:56:58
drewp@bigasterisk.com
+ bin/rdf2dot
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
bin/rdf2dot
Show inline comments
 
new file 100755
 
#!/bin/zsh
 

	
 
pdm run rdfpipe -o ntriples $@ | pdm run rdf2dot | dot -Tsvg > /tmp/g.svg
 
print wrote /tmp/g.svg
0 comments (0 inline, 0 general)