ontology-visualization
ontology-visualization copied to clipboard
AttributeError: 'Graph' object has no attribute 'load'
There is a problem when I run the command 'python ./ontology_viz.py -o test.dot test.ttl -O ontology.ttl' I have installed 'rdflib >= 6.0.0, < 7.0.0 graphviz == 0.17' and python=3.8
You need to chage "load" to "parse"