usc-isi-i2 / ontology-visualization

A simple ontology and RDF visualization tool.
MIT License
123 stars 45 forks source link

dot -Tpng -o test.png test.dot - command not found #6

Closed sbonaretti closed 4 years ago

sbonaretti commented 5 years ago

Hi,

When I copy/paste ./ontology_viz.py -o test.dot test.ttl -O ontology.ttl in my terminal, I get:

[WARNING] Class http://dig.isi.edu/Time_Span doesn't exist in the ontology!
[WARNING] Property http://dig.isi.edu/at_some_time_within_date doesn't exist in the ontology!

When I copy/paste dot -Tpng -o test.png test.dot, I get:
dot: command not found

Any suggestions? Thanks!

alexander-mart commented 4 years ago

install graphviz