Example of Identity Resolution Using Jedai
create a jar file using
mvn clean packageand run it using
mvn spring-boot:runThere are currently 3 Endpoint available
http://localhost:8081/workflow1Workflow 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/workflow2Workflow 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/workflow3Workflow 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