[carlosm] new table ontology_properties created
#11 (closed)
ResolvesDescribe the change in few words here
-
This change has security impacts (if so, add them to the description) -
Bug fix (non-breaking change which fixes an issue) -
New feature (non-breaking change which adds functionality) -
Breaking change (fix or feature that would cause existing functionality to not work as expected) -
This change requires a documentation update
Checklist:
-
I have performed a self-review of my own code -
I have commented my code, particularly in hard-to-understand areas -
I have made corresponding changes to the documentation (README, Confluence etc.) -
My changes generate no new warnings in the build -
I have added tests that prove my fix is effective or that my feature works -
My code does not decrease pylint score
Dependencies
-
This Merge Request is dependent on any other Merge Request or configuration or some ticket; please mention here -
Includes migration -
Installs new requirement
Post Review
-
Squash and merge feature_branch
tostaging
-
Delete branch after merge
Additional Description
This PR includes a new table called ontology_properties
to store all the information related to the ontology predicates (subject -> predicate -> object). This information is used to build the chebi.owl
file and all its variants. Perhaps, later on we can replace the table relation_type
by this one.
Edited by Carlos Andres Moreno Velez