cidgoh / ontotrek

A 3d ontology visualizer focusing on OBOFoundry.org ontologies
GNU General Public License v3.0
6 stars 0 forks source link

Adding OWL ontology URL input #8

Closed ddooley closed 5 years ago

ddooley commented 5 years ago

I am restructuring code to work directly off of OWL rdf/xml files, courtesy of rdflib.js . This will make it MUCH easier to render any given ontology in 3d. No more need for ontofetch.py.

ddooley commented 5 years ago

Completed! Now an ontology .owl file can be added to data/ folder, or one can provide a URL in website form, and browser will go fetch that file.