Closed alkidbaci closed 6 months ago
Renamed the following classes:
OWLOntology_Owlready2
→ Ontogloy
OWLOntologyManager_Owlready2
→ OntologyManager
OWLReasoner_Owlready2
→ OntologyReasoner
OWLReasoner_FastInstanceChecker
→ FastInstanceCheckerReasoner
OWLReasoner_Owlready2_ComplexCEInstances
→ SyncReasoner
BaseReasoner_Owlready2
→ BaseReasoner
PS: Could not rename them to OWLOntology
or OWLOntologyManager
for example, because it conflicts with the super class name.
Added classes for ontology manipulation
OWLOntology_Owlready2
atowl_ontology.py
OWLOntologyManager_Owlready2
atowl_ontology_manager.py
OWLReasoner_Owlready2
,OWLReasoner_FastInstanceChecker
(FIC),OWLReasoner_Owlready2_ComplexCEInstances
(CCEI) atowl_reasoner.py
Added more examples
ontology_modification.py
ontology_reasoning.py
Added the rest of owlapy test cases (moved from Ontolearn)
Added KGs download in the workflow
Updated documentation