dice-group / owlapy

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

Ontology manipulation #42

Closed alkidbaci closed 6 months ago

alkidbaci commented 6 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 6 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.