Built using the OWL API. This is an updated version of owl-me for use with OWL API version 5. In other words, this version will generate modules that can be loaded with Protege 5 (i.e., Protege Desktop).
All credit goes to Rafael Goncalves who developed the original tool.
Requirements:
- Java Runtime Environment 1.8+
- An OWL ontology (.owl file)
- A CSV file containing a list of ontology terms (one on each line)
Steps:
-
Download the latest .jar file from the releases section of this repository.
-
Double click the .jar file to open the tool. Alternatively, from the commandline, execute:
java -jar -Xmx4G -DentityExpansionLimit=100000000 owl-me-${version}.jar
-
Load your input ontology and signature file
-
Select a location to save the output module, and click on the "Extract Module" button.
Requirements:
Steps:
-
Get a copy of the code:
git clone https://github.com/kodymoodley/owlme.git
-
Change into the
owlme/
directory. -
Type
mvn clean package
. On build completion, thetarget/
directory will contain anowl-me-${version}.jar
file.
This version of owl-me is released under the GNU Lesser General Public License Version 3. The original owl-me is developed by Rafael Goncalves and released under the same license.