Skip to content

OntoViewer is an open-source project that is hosted by EDM Council. The project started in May 2019. OntoViewer is a JAVA application that is specifically designed to access both the ontology structure and its content in the easiest possible way. OntoViewer servers both as a web application and REST API.

License

Notifications You must be signed in to change notification settings

dasawanaka/onto-viewer

 
 

Repository files navigation

FIBO Viewer

FIBO Viewer is an open-source project that is hosted by EDM Council. The project started in May 2019. FIBO Viewer is a Java application that is specifically designed to access both the FIBO structure and its content in the easiest possible way. FIBO Viewer servers both as a web application and REST API.

FIBO website

FIBO Viewer is integrated with FIBO website. It resolves the FIBO IRIs. See e.g.:

How to run FIBO Viewer

To run the FIBO Viewer locally:

  • Download the file named "fibo_viewer_relase.zip" from the latest release.
  • Unzip the file.
  • In the command prompt of your operating system run the following command in the folder with the last release:
java -jar app-v-LAST_VERSION_NUMBER.war

e.g.,

java -jar app-v-0.1.0.war

Contributing

Please read CONTRIBUTING.md and CODE_OF_CONDUCT.md for details on our code of conduct, and the process for submitting pull requests to us.

Development

To run integration tests, use the following command:

mvn -P integration-tests verify

License

License: MIT

Release notes

Please read CHANGELOG.md for details.

About

OntoViewer is an open-source project that is hosted by EDM Council. The project started in May 2019. OntoViewer is a JAVA application that is specifically designed to access both the ontology structure and its content in the easiest possible way. OntoViewer servers both as a web application and REST API.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.1%
  • CSS 3.9%