mapping-master
mapping-master copied to clipboard
Using mapping-master from java application
How it is possible to use mapping-master from java application (I didn't find any tutorial or examples)? I'm interested in case: spreadsheet file + mapping rules file are given as an input and java application produce OWL file.
Take a look at the mapping-master-example repo:
https://github.com/protegeproject/mapping-master-example
It has some example code that shows API usage.
In particular, look at:
https://github.com/protegeproject/mapping-master-example/blob/master/src/main/java/org/mm/example/MMExample.java