szeke / ontology-visualization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ontology Visualization

Example

./ontology_viz.py -o test.dot test.ttl
dot -Tpng -o test.png test.dot

Requirements

In order to use this tool, you’ll need to make sure you have rdflib installed.

In order to convert dot into png or svg image, you will need Graphviz.

About

License:MIT License


Languages

Language:Python 100.0%