We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Could you please explain what a DAG is?
Sorry, something went wrong.
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.
add_superclass(class, superclass)
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: