owlapy.model.OWLOntologyChange¶
-
class
owlapy.model.
OWLOntologyChange
(ontology: owlapy.model.OWLOntology)[source]¶ Bases:
object
Methods
Gets the ontology that the change is/was applied to.
-
get_ontology
() → owlapy.model.OWLOntology[source]¶ Gets the ontology that the change is/was applied to.
- Returns:
The ontology that the change is applicable to
-