-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ontology manipulation #42
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you please remove the postfixes reffering to Owlready2? @alkidbaci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you rename OWLOntologyManager_Owlready2 as OWLOntologyManager or a like by removing the postfix?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you remove the Owlready2 postfixes?
from owlapy.owl_property import OWLDataProperty, OWLObjectProperty
from owlapy.owl_reasoner import OWLReasoner_Owlready2, OWLReasoner_Owlready2_ComplexCEInstances, BaseReasoner_Owlready2
Renamed the following classes:
PS: Could not rename them to |
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