dice-group / Squirrel

Squirrel searches and collects Linked Data
Other
22 stars 19 forks source link

Postprocessdeduplication #129

Open abhinavhegde opened 4 years ago

abhinavhegde commented 4 years ago

Implementation for post process deduplication added. Sparql based solution has been given for storing hash values, graphId in metadata and fetching uris based on hash values and graph ids. Also tests have been written for the same. Dropping of graphs based on graph id and updation of with the old graph id also achieved.