/MIREOT-plugin

A MIREOT plugin for Protege.

Primary LanguageJava

MIREOT Plugin

Screenshot

This plugin allows for ontology terms to be imported with the Minimum Information to Reference an External Ontology Term (MIREOT) inside of Protege via a convinent drag and drop interface.

Details of the implementation are addressed in a conference paper from the International Semantic Web Conference 2012.

The current version can be downloaded on the Release page of this repository.

Credit

This plugin was originally developed at UAMS by Chen Cheng and Josh Hanna. Their original source code is available at Bitbucket.

Development Prerequisites

If you need to build this plugin the following is required.

  • Apache's Maven.
  • A tool for checking out a Git repository.
  • A Protege distribution (5.0 or higher). The Protege 5.0.0 releases are available from the main Protege website.

Build and install of plug-ins

  1. Get a copy of this code:

     git clone https://github.com/UAMS-DBMI/MIREOT-plugin.git 
    
  2. Change into the MIREOT-plugin directory.

  3. Type mvn clean package. On build completion, the "target" directory will contain a protege.plugin.mireot-${version}.jar file.

  4. Copy the JAR file from the target directory to the "plugins" subdirectory of your Protege distribution.

Questions

If you have questions about this MIREOT Protege plug-ins please send messages to jrutecht at uams.edu.