dice-group / owlapy

OWLAPY is a Python Framework for creating and manipulating OWL Ontologies.
MIT License
16 stars 1 forks source link

Ontology manipulation #42

Closed alkidbaci closed 4 months ago

alkidbaci commented 4 months ago

Added classes for ontology manipulation

Added more examples

Added the rest of owlapy test cases (moved from Ontolearn)

Added KGs download in the workflow

Updated documentation

alkidbaci commented 4 months ago

Renamed the following classes:

PS: Could not rename them to OWLOntology or OWLOntologyManager for example, because it conflicts with the super class name.