How to create an ontology in python? [closed]

2019-03-09 22:24发布

Are there libraries or certain "techniques" that you can use to create an ontology of elements?

Or "design patterns"?

I am talking about just a "graph" of things. Suppose I have a bunch of words. Certain words are "under" other words or "related" to other words. I need a good way to group them and know their relationship.

7条回答
甜甜的少女心
2楼-- · 2019-03-09 23:25

Owlready2 is a package for manipulating OWL 2.0 ontologies in Python. It can load, modify, save ontologies, and it supports reasoning via HermiT (included). Owlready allows a transparent access to OWL ontologies.

查看更多
登录 后发表回答