resolve redirects on links
jimkont opened this issue · 3 comments
jimkont commented
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
chile12 commented
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