Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/protegeproject/mapping-master
Library that supports the Mapping Master DSL for mapping spreadsheets to OWL ontologies
https://github.com/protegeproject/mapping-master
Last synced: 5 days ago
JSON representation
Library that supports the Mapping Master DSL for mapping spreadsheets to OWL ontologies
- Host: GitHub
- URL: https://github.com/protegeproject/mapping-master
- Owner: protegeproject
- Created: 2015-06-30T20:47:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-28T11:18:10.000Z (12 months ago)
- Last Synced: 2024-08-01T12:29:58.927Z (3 months ago)
- Language: Java
- Homepage:
- Size: 2.04 MB
- Stars: 53
- Watchers: 11
- Forks: 10
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - protegeproject/mapping-master - Library that supports the Mapping Master DSL for mapping spreadsheets to OWL ontologies (others)
README
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](https://github.com/protegeproject/mapping-master/wiki) for documentation.
#### Building
To build this library you must have the following items installed:
+ A tool for checking out a [Git](http://git-scm.com/) repository.
+ Apache's [Maven](http://maven.apache.org/index.html).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](https://github.com/protegeproject/mapping-master-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](http://protege.stanford.edu/support.php#mailingListSupport).
After subscribing, send messages to protege-dev at lists.stanford.edu.