It would be very helpful if ontology was not static, such that yaml files can be added to it progressively during runtime. The use-case is, that an extension does not have to completely re-define the ontology. This could be realized, by adding an API like Ontology.add_specification(yaml_path).
It would be very helpful if ontology was not static, such that yaml files can be added to it progressively during runtime. The use-case is, that an extension does not have to completely re-define the ontology. This could be realized, by adding an API like
Ontology.add_specification(yaml_path).