Skip to content
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

Handle user provided ontology file #809

Open
hunterhector opened this issue May 25, 2022 · 0 comments
Open

Handle user provided ontology file #809

hunterhector opened this issue May 25, 2022 · 0 comments

Comments

@hunterhector
Copy link
Member

Is your feature request related to a problem? Please describe.
Without having to generate and without having all the classes ready, one can also use the data store with simply the ontology configuration file. This is currently developed here, but not finished

Describe the solution you'd like

  1. Study the existing PR and fix is necessary
  2. Make sure top-level types like "Annotation", and "Entry" is correctly used
    • can be found in is_subclass, is_annotation check
    • these types should also be intializable (i.e. entry = Entry(pack))

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context

  • This is part of the data efficiency project
  • This PR should be made to the master branch.
  • After the data tuple class is finished, we may switch to a new branch for integration.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant