-
Notifications
You must be signed in to change notification settings - Fork 4
NoDB_usage
Tomer Sagi edited this page Sep 23, 2021
·
2 revisions
ORE can be used as a backend for schema matching systems.
Use the ORE jar file by adding it as a maven dependency:
<groupId>ac.technion.schemamatching</groupId>
<artifactId>ore</artifactId>
<version>1.0-SNAPSHOT</version>
Otherwise, you can download the jar with dependencies from the packages section of this repository:
https://github.com/shraga89?tab=packages&repo_name=Ontobuilder-Research-Environment
For usage examples see the TestMatchHandler file.