ontology-visualization
ontology-visualization copied to clipboard
A simple ontology and RDF visualization tool.
Bugs: - RDF prefix does not work properly: some URIs get converted to `prefix:fragment`, some are `ns1:fragment` (this is ok according to the definition of W3C), but some are still...
See https://colab.research.google.com/drive/1qi7ZiHKM3yAAjTwz5MDEGQnHuMyx21EM?usp=sharing for a failed attempt to use this API. 1) we have to import namespace separately, it's not in the req file, but it works. 2) When trying to...
Hi, I know this is the same issue than #13 but it didn't open when I commented back the issue, so I'm reopening a new one, sorry if I'm doing...
For python3.11, executing ontology_viz.py raises the following error: Traceback (most recent call last): File ".../ontology-visualization-master/ontology_viz.py", line 6, in from rdflib.plugins.sparql import prepareQuery File ".../condaenvs/ontology_vis/lib/python3.11/site-packages/rdflib/plugins/sparql/__init__.py", line 33, in from . import...