Example of Identity Resolution Using Jedai
create a jar file using
mvn clean package
and run it using
mvn spring-boot:run
There are currently 3 Endpoint available
http://localhost:8081/workflow1
Workflow 1 is using jedai Blocking Based Workflow which is: Data Reading -> Schema Clustering -> Block Building -> Block Cleaning -> Comparison Cleaning -> Entity Matching -> Entity Clustering -> Data Writing & Evaluation
this endpoint takes 2 files in form of an RDF data
http://localhost:8081/workflow2
Workflow 2 is using jedai Join Based Workflow which is: Data Reading -> Similarity Join -> Entity Clustering -> Data Writing & Evaluation
this endpoint takes 2 files in form of an RDF data
http://localhost:8081/workflow3
Workflow 3 is using jedai Progressive Workflow which is: Data Reading -> Schema Clustering -> Block Building -> Block Cleaning -> Comparison Prioritization -> Entity Matching -> Data Writing & Evaluation
this endpoint takes 2 files in form of an RDF data