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

Expand the DBpedia ontology #3

Open
alvaromorales opened this issue Aug 18, 2015 · 2 comments
Open

Expand the DBpedia ontology #3

alvaromorales opened this issue Aug 18, 2015 · 2 comments

Comments

@alvaromorales
Copy link
Member

The DBpedia ontology is a fairly extensive DAG of types. In defexpand, we should be able to add to the ontology.

  • Create a DAG to model the ontology
  • Make it easy (even for someone unfamiliar with Python) to add types and relationships.

This will involve manual work and should be done incrementally. We should contribute back to the DBpedia ontology wiki where possible.

@michaelsilver
Copy link
Member

Could you please explain what a DAG is?

@michaelsilver
Copy link
Member

Never mind (https://en.wikipedia.org/wiki/Directed_acyclic_graph). The graph can be represented using the NetworkX module, the same one used in WikiMap. Someone could create a wrapper around NetworkX's graph insertion functions, like I did in WikiMap, to create functions such as add_superclass(class, superclass) etc.

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

No branches or pull requests

2 participants