dbpedia/links

resolve redirects on links

Opened this issue · 3 comments

this is a post processing steps that resolves redirects to the final target

MapObjectsUris / MapSubjectsUris (depending on where the DBpedia resource is)
https://github.com/dbpedia/extraction-framework/tree/master/scripts/src/main/scala/org/dbpedia/extraction/scripts

here the example call:
cd to $Extraction-Framework/scripts
../run MapSubjectUris /media/bigone/25TB/backup/2016-04 transitive-redirects .ttl.bz2 cordis_links,hiwiki-20151002-freebase-links,andothers... -redirected .ttl.bz2 @external $DBPPREFIX/dump-files_links

where $DBPPREFIX/dump-files_links is the folder which contains all linksets you specified in the input file list
I already added the base directory valid for the DL server

RPOD commented

Added in e45fae9 , works already on server.

@jimkont Could you verify that the recoding and redirection is working?