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

Support for userdefined prefixes #439

Merged
merged 23 commits into from
Aug 17, 2022
Merged

Support for userdefined prefixes #439

merged 23 commits into from
Aug 17, 2022

Commits on Aug 11, 2022

  1. Use prefix as arguemnt instead of namespace in get_by_label

    Changed argument to prefix in get_by_label and get_by_label_all
    when only entities from a given ontology with a given prefix are
    desired. The prefix is currently being compared to entity._namspace.name
    but a solution for prefix should be implemented.
    francescalb committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    bde56fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d1215a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e84067c View commit details
    Browse the repository at this point in the history
  4. Corrected to that prefix actually cahcek for the prefix of the ontology

    where the entity is from and not the name of the namespace as given in
    owldreay2
    francescalb committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    cb82c76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf9d7a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    224fb57 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Configuration menu
    Copy the full SHA
    ec306e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Added testonto to fixtures. This revealed a different issue that should

    be adressed separately. Test will fail.
    francescalb committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    d76b91d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ac54f2 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Francesca L. Bleken <48128015+francescalb@users.noreply.github.com>
    jesper-friis and francescalb committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    063e477 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7989cb6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0d64d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ed5686b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b21fcc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fe6a750 View commit details
    Browse the repository at this point in the history
  9. Updated Ontology.get_unabbreviated_triples() to match changes in

    World.get_unabbreviated_triples()
    jesper-friis committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    cb570ac View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    909a645 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0a834cc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b597474 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    381cf0b View commit details
    Browse the repository at this point in the history
  14. Typo in docstring

    jesper-friis committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    c86679d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e3dd4c0 View commit details
    Browse the repository at this point in the history
  16. Added asserts

    jesper-friis committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    a1a5a43 View commit details
    Browse the repository at this point in the history