nju-websoft / OpenEA

A Benchmarking Study of Embedding-based Entity Alignment for Knowledge Graphs, VLDB 2020
GNU General Public License v3.0
517 stars 80 forks source link

How to resolve DBPedia and Yago Resource IDs? #40

Open floschne opened 2 years ago

floschne commented 2 years ago

Hi, thank you very much for your work and datasets! This saves me a lot of time and effort :)

To make full use of the data, I would need to resolve the DBPedia and YAGO Resource IDs you provide in the entity links files.

More specifically, the question is how to resolve the IDs below? How to get the "true / real" resources for, e.g., http://dbpedia.org/resource/E513085 or YAGO/E791619 ?

❯ head D_Y_100K_V2/ent_links
http://dbpedia.org/resource/E513085     YAGO/E791619
http://dbpedia.org/resource/E239159     YAGO/E095972
http://dbpedia.org/resource/E878692     YAGO/E595277
http://dbpedia.org/resource/E833901     YAGO/E766339
http://dbpedia.org/resource/E819974     YAGO/E726068
http://dbpedia.org/resource/E951846     YAGO/E483839
http://dbpedia.org/resource/E141239     YAGO/E534868
http://dbpedia.org/resource/E711446     YAGO/E523000
http://dbpedia.org/resource/E075843     YAGO/E283859
http://dbpedia.org/resource/E880611     YAGO/E193140
floschne commented 2 years ago

@sunzequn friendly push :)

sunzequn commented 2 years ago

Hi,

Thanks for your interest in our work!

If you would like to use the original URIs for entities and relations, you can download the V1.1 dataset from https://figshare.com/articles/dataset/OpenEA_dataset_v1_1/19258760/2.

floschne commented 2 years ago

perfect, thank you! :-)