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

AI map: entities classes #120

Open
mindrones opened this issue Jun 17, 2022 · 0 comments · May be fixed by #122
Open

AI map: entities classes #120

mindrones opened this issue Jun 17, 2022 · 0 comments · May be fixed by #122

Comments

@mindrones
Copy link
Contributor

We need to get all dbpedia classes for each entity in the AI map dataset.

The output could be an object where:

  • keys are URI titles (e.g. Intelligence_quotient, from http://dbpedia.org/resource/Intelligence_quotient)
  • values are arrays of "classes titles" (e.g. Company, from http://dbpedia.org/ontology/Company), sorted by depth.
doogyb added a commit that referenced this issue Jun 20, 2022
This PR introduces logic which labels entities with their DBpedia
ontological classes. Using this logic, it creates a file which tags
every unique entity found for the AI map dataset with their respective
classes.

closes #120
@doogyb doogyb linked a pull request Jun 20, 2022 that will close this issue
doogyb added a commit that referenced this issue Jun 20, 2022
This PR introduces logic which labels entities with their DBpedia
ontological classes. Using this logic, it creates a file which tags
every unique entity found for the AI map dataset with their respective
classes.

closes #120
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant