infolab-csail / defexpand

Generalizes definitions using DBpedia ontology and WordNet
2 stars 0 forks source link

Expand the DBpedia ontology #3

Open alvaromorales opened 9 years ago

alvaromorales commented 9 years ago

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

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

michaelsilver commented 9 years ago

Could you please explain what a DAG is?

michaelsilver commented 9 years ago

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.