Cellfie Protege 5.0+ Plugin

MappingMaster plugin for Desktop Protege 5.0+

License

License

Categories

Categories

Protégé General Purpose Libraries Utility
GroupId

GroupId

edu.stanford.protege
ArtifactId

ArtifactId

cellfie
Last Version

Last Version

2.1.0
Release Date

Release Date

Type

Type

bundle
Description

Description

Cellfie Protege 5.0+ Plugin
MappingMaster plugin for Desktop Protege 5.0+
Project URL

Project URL

https://github.com/protegeproject/cellfie-plugin/wiki
Source Code Management

Source Code Management

https://github.com/protegeproject/cellfie-plugin

Download cellfie

Dependencies

compile (3)

Group / Artifact Type Version
edu.stanford.protege : protege-editor-core jar 5.0.0
edu.stanford.protege : protege-editor-owl jar 5.0.0
edu.stanford.protege : mapping-master jar 1.6

Project Modules

There are no modules declared in this project.

Cellfie

A Protégé Desktop plugin for importing spreadsheet data into OWL ontologies.

Cellfie screenshot

Installation

By default Cellfie comes together with Protégé installation bundle (starting with version 5.0.0). Any new release of the plugin will be automatically updated using Protégé auto-update mechanism.

User's Guide

To start working with Cellfie, first load your working ontology in Protégé and find the plugin in menu selection Tools > Create axioms from Excel workbook...

An Open File window dialog will appear that request the Excel file input. After you select the file, the Cellfie window will appear showing the Excel worksheet table.

The main window consist of five major components such as:

  1. The sheet tab: Provides you the same navigation in Excel for browsing your worksheet tables.
  2. The worksheet view: Shows you the row and column grids where you can view the data.
  3. Transformation rule edit panel: Provides you the functionality to add, edit, delete rules as well as to save and load your existing rules.
  4. Transformation browser: Shows you the list of transformation rules.
  5. Generate axiom: Triggers the creation of new axioms based on the transformation rules that map the Excel data and the ontology.

Creating Transformation Rules

To start creating transformation rules, select the Add button at the transformation rule edit panel. An editor dialog will pop up where you can type the transformation expression.

See at the MappingMaster wiki for more details about the transformation expressions.

Importing New Axioms

Once you are satisfied with all your transformation rules, continue by selecting the Generate Axioms button at the bottom window. Cellfie will automatically create the OWL axioms and show you the preview.

You have two import options for these new axioms, which are, import them to a new ontology or import them to the current open ontology.

Building and Installing

To build and install this plugin you must have the following items installed:

  • Java 8
  • A tool for checking out a Git repository
  • Apache's Maven
  • A Protégé (5.0.0 Beta 21 or higher) distribution. Download here.

Get a copy of the latest code:

git clone https://github.com/protegeproject/cellfie-plugin.git

Change into the cellfie-plugin directory:

cd cellfie-plugin

Build with Maven:

mvn clean package  

On build completion the target directory will contain a cellfie-${version}.jar file. The JAR is generated in the OSGi bundle format required by Protégé's plugin-in mechanism.

To install in your local Protégé, copy this JAR file to the plugins subdirectory of your Protégé installation (e.g., /Applications/Protege-5.0.0/plugins/).

Questions

If you have questions about this plugin, please go to the main Protégé website and subscribe to the Protégé Developer Support mailing list. After subscribing, send messages to protege-dev at lists.stanford.edu.

edu.stanford.protege

Protégé Project

Versions

Version
2.1.0
2.0.0
2.0.0-beta-7
2.0.0-beta-6
2.0.0-beta-5