links icon indicating copy to clipboard operation
links copied to clipboard

resolve redirects on links

Open jimkont opened this issue 8 years ago • 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

jimkont avatar Nov 21 '16 11:11 jimkont

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

chile12 avatar Nov 21 '16 11:11 chile12

Added in e45fae9b9174cf7e1119c826e0a654f037b9d7ad , works already on server.

RPOD avatar Dec 06 '16 21:12 RPOD

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

kurzum avatar Dec 21 '16 12:12 kurzum