You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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)
.The text was updated successfully, but these errors were encountered: