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

Enhance ontology.sync_attributes() to also update class names #10

Closed
jesper-friis opened this issue Jul 6, 2019 · 1 comment
Closed
Labels
good first issue Good for newcomers

Comments

@jesper-friis
Copy link
Collaborator

jesper-friis commented Jul 6, 2019

Add a keyword argument to control how the OWL name of OWL classes (typically added via Python) should be updated. Possible options could be:

  • do not change name
  • set name to prefix + "_" + uuid where prefix is any string (e.g. "EMMO") and uuid is
    an uuid. This is the default for EMMO.
  • set name to the name of the corresponding Python class
  • set name equal to labels
@jesper-friis jesper-friis added the good first issue Good for newcomers label Apr 9, 2020
@jesper-friis
Copy link
Collaborator Author

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant