Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace a time-consuming lookup for the ERD dataset #456

Open
MichaelRoeder opened this issue Aug 16, 2024 · 0 comments
Open

Replace a time-consuming lookup for the ERD dataset #456

MichaelRoeder opened this issue Aug 16, 2024 · 0 comments
Labels
priority:medium SHK The task has a difficulty which can be handled by a student developer type:enhancement

Comments

@MichaelRoeder
Copy link
Member

MichaelRoeder commented Aug 16, 2024

Problem

At the moment, the ERD dataset has a time-consuming lookup operation to transform freebase IRIs to DBpedia IRIs.
See https://github.com/dice-group/gerbil/blob/master/src/main/java/org/aksw/gerbil/dataset/impl/erd/ERDDataset2.java#L100

Solution

There are two possible solutions:

  1. The easiest solution would be to run the lookup once and store the dataset with the retrieved DBpedia IRIs (e.g., as NIF file).
  2. Make use of a sameAs lookup service
@MichaelRoeder MichaelRoeder added type:enhancement SHK The task has a difficulty which can be handled by a student developer priority:medium labels Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:medium SHK The task has a difficulty which can be handled by a student developer type:enhancement
Projects
None yet
Development

No branches or pull requests

1 participant