Open GoogleCodeExporter opened 8 years ago
I also need to load local owl file into ontology-browser, but I didn't use
file:/// method. Here is what I did to make local file accessible to
ontology-browser
Since you have tomcat installed on win7(just as I do), you should already have
the following folder:
...\tomcat\webapps\
and I has created a folder under this folder:
...\tomcat\webapps\ontology
and then I put all my *.owl files under this ontology folder.
Then, I can load all my *.owl files from ontology-browser via
"http://localhost:8080/ontology/blablabla.owl" (if you want to make owl import
to work, you also need to change the to-be-imported owl file's OntologyIRI into
"http://localhost:8080/ontology/to-be-imported.owl", in order to make
ontology-browser load them as well.)
I hope this tip can help you. Ontolgy-Browser is currently the best presenting
solution for my personal semantic knowledge-base, I really love it.
Original comment by wudi....@gmail.com
on 15 Oct 2013 at 6:54
Original issue reported on code.google.com by
kmiru...@gmail.com
on 31 Jul 2013 at 3:55