Owlready is a module for ontology-oriented programming in Python, including an optimized RDF quadstore.
Owlready can:
- Import OWL 2.0 ontologies in NTriples, RDF/XML or OWL/XML format.
- Export OWL 2.0 ontologies to NTriples or RDF/XML.
- Manipulates ontology classes, instances and properties transparently, as if they were normal Python objects.
- Add Python methods to ontology classes.
- Perform automatic classification of classes and instances, using the HermiT reasoner.