-
Notifications
You must be signed in to change notification settings - Fork 8
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
add start to Ontology table #20
Conversation
Todo: add ability to store annotations on records. This is needed for annotating CRID records. |
Co-authored-by: Ryan Ly <[email protected]>
Co-authored-by: Ryan Ly <[email protected]>
- name: key_name | ||
dtype: text | ||
doc: The user term that maps to one or more resources in the 'resources' table. |
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.
Am I reading this right that this is a complex data type of length 1? What is the advantage of that over just using a string dtype?
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.
The complex data type makes it easier to treat the dataset as a table.
Co-authored-by: Ryan Ly <[email protected]>
Add a compound data type table for storing ontology information
This is the schema addition needed for hdmf-dev/hdmf#339