view bin/rdf2dot @ 2447:361c612e3c60

checkpoint show data
author drewp@bigasterisk.com
date Mon, 03 Jun 2024 12:11:54 -0700
parents 207fe0670952
children
line wrap: on
line source

#!/bin/zsh

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