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

Qualifiers in braces? #490

Open
psiotwo opened this issue Nov 30, 2022 · 0 comments
Open

Qualifiers in braces? #490

psiotwo opened this issue Nov 30, 2022 · 0 comments

Comments

@psiotwo
Copy link

psiotwo commented Nov 30, 2022

Synonyms are appended with their type qualifiers ((narrow), (exact), etc.), e.g.

obo:TO_0000074 oboInOwl:hasExactSynonym "blast disease resistance trait (exact)"

or

obo:TO_0000074 oboInOwl:hasNarrowSynonym "blast disease susceptibility (narrow)"

In my application I need the raw literals so I have to postprocess these literals and remove these qualifiers. In general I find a good practice to leave the labels simple without additional information and leave it upon the client to construct denormalized textual content based on the use-cases (e.g. for some full-text-search solution), so I was wondering what is the rationale behind publishing the ontology with these qualifiers?

Or maybe is the raw literal available somewhere else that I didn't notice?

Thanks.

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

No branches or pull requests

1 participant