mapping-master icon indicating copy to clipboard operation
mapping-master copied to clipboard

Using mapping-master from java application

Open palandlom opened this issue 6 years ago • 1 comments

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.

palandlom avatar Dec 23 '19 13:12 palandlom

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

martinjoconnor avatar Dec 23 '19 17:12 martinjoconnor