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 prefix declarations in OBO format #1102

Open
wants to merge 18 commits into
base: version4
Choose a base branch
from

Commits on May 10, 2023

  1. obo2owl: Treat replaced_by value as an IRI.

    The value of the `replaced_by` tag in a OBO file should be an ID
    according to the OBO Flat File Format specification, so we treat it as
    such.
    gouttegd authored and balhoff committed May 10, 2023
    Configuration menu
    Copy the full SHA
    af67e2f View commit details
    Browse the repository at this point in the history
  2. obo2owl: Follow idspace declarations.

    When the header frame of a OBO file contains `idspace` tags, use them to
    translate Prefixed-IDs (aka CURIEs) into full IRIs.
    gouttegd authored and balhoff committed May 10, 2023
    Configuration menu
    Copy the full SHA
    14eb43f View commit details
    Browse the repository at this point in the history
  3. obo2owl: Treat consider value as IRI.

    Process `consider` tags in a OBO file the same way as `replaced_by`
    tags.
    gouttegd authored and balhoff committed May 10, 2023
    Configuration menu
    Copy the full SHA
    19fe6f9 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

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

Commits on May 12, 2023

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

Commits on May 13, 2023

  1. Add null check.

    balhoff committed May 13, 2023
    Configuration menu
    Copy the full SHA
    25cc046 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    7aafdf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d156a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d949e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a75c94 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    57298d7 View commit details
    Browse the repository at this point in the history
  2. Ensure longest namespace match is used. Disallow prefixes that are su…

    …bstrings of OBO namespace.
    balhoff committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    13a2d43 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    7cf37ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47dca60 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    672eb6e View commit details
    Browse the repository at this point in the history
  2. Remove debugging code.

    balhoff committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    fb66f71 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

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

Commits on Apr 29, 2024

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