Skip to content

Commit

Permalink
update KG in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
NoYo25 authored Oct 20, 2021
1 parent 7c4b19b commit 0773ca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# JenTab
Matching Tabular Data to Knowledge Graphs

* Target Knowledge Graph (KG) is **Wikidata**
* Target Knowledge Graphs (KGs) are **Wikidata** & **DBpedia**
* Participant at [SemTab 2021: Semantic Web Challenge on Tabular Data to Knowledge Graph Matching](https://www.cs.ox.ac.uk/isg/challenges/sem-tab/2021/index.html)
* Solves the Semantic Table Annotation (STA) tasks
* Cell Entity Annotation (CEA)
Expand All @@ -19,7 +19,7 @@ The image above shows the distributed architecture of JenTab. Here you are a bri
* pre-processing services (Clean Cells, Type Prediction )
* Approach
* Manager
* **Generic Strategy**: pre-computed service, our primary solution handling miss-spellings.
* **Generic Lookup**: pre-computed service, our primary solution handling miss-spellings.
* **Solver**: Encapsulates our pipeline in terms of several calls across the dependent services.
* **Wikidata_Proxy** encapsulates the lookup up and SPARQL query endpoint for DBpedia
* **DBpedia_Proxy** encapsulates the lookup up and SPARQL query endpoint for Wikidata
Expand Down

0 comments on commit 0773ca6

Please sign in to comment.