OpenParliamentTV / OpenParliamentTV-NEL

0 stars 1 forks source link

Check if query still returns person duplicates #5

Closed alexabruck closed 3 years ago

alexabruck commented 3 years ago

We should get rid of the "remove_duplicates" step. If the sparql query is formed well (aka one statement per property) there should be no duplicates for the same person.

alexabruck commented 3 years ago

Note: I decided to implement the duplicate-reconciliation in Python in a separate step (remove-duplicates.py and format-mdbs.py) instead of doing it directly in the SPARQL query.