DBpedia Weights
This page contains the DBpedia counts as described in
Michael Schuhmacher and Simone Paolo Ponzetto: Knowledge-based Graph Document Modeling. In Proceedings of WSDM'14, pp. 543-552, ACM, 2014 (paper, presentation)
They are needed for computing the DBpedia node/edge weighting metrics
For loading the DBpedia2014 files into a mysql database, create the tables first, then load the files
load data infile 'ObjectCount.tab'
INTO TABLE dbpcounts39.ObjCnt
FIELDS TERMINATED BY '\t' enclosed by '"'
LINES TERMINATED BY '\n';
If you want to compute the counts yourself, run this Java class on a local Virtuoso DBpedia instance