protegeproject / mapping-master

Library that supports the Mapping Master DSL for mapping spreadsheets to OWL ontologies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mapping Master

MappingMaster is an open source library that can be used to transform the content of spreadsheets to OWL ontologies.

See the Mapping Master Wiki for documentation.

Building

To build this library you must have the following items installed:

  • A tool for checking out a Git repository.
  • Apache's Maven.

Get a copy of the latest code:

git clone https://github.com/protegeproject/mapping-master.git 

Change into the mapping-master directory:

cd mapping-master

Then build it with Maven:

mvn clean install

On build completion your local Maven repository will contain the generated mapping-master-${version}.jar file.

A Build Project is provided to build core Mapping Master-related components.

Questions

If you have questions about this library, 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.

About

Library that supports the Mapping Master DSL for mapping spreadsheets to OWL ontologies


Languages

Language:Java 100.0%