-
Notifications
You must be signed in to change notification settings - Fork 111
Conversation
+1 Clear improvement. |
+1 |
@david4096 (pls. don't forget the docs) |
Thanks @mbaudis updated with some minor tweaks to the ontology documentation. |
Related to discussion in #165 |
+1 with small modification (with input from @cmungall): "if no CURIE are available." -> "if no URI available". |
Thanks @mcourtot! Updated! |
Please check If fixed -> merge. |
Thanks @mbaudis good to go! |
doc/source/appendix/ontologies.rst
Outdated
required and implemented as URI | ||
we assume this resolves to a meaningful document, e.g. http://purl.obolibrary.org/obo/SO_0000147 | ||
:termId: | ||
The unique identifier of the term in an ontology source. This should be a CURIE (e.g., SO:0001234), but may be an alphanumerical string (e.g., 8000/3) if no CURIE are available. | ||
:term: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the interest of reducing ambiguity, it may be worthwhile to have this field be termLabel:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps we can go forward with term_id
and address the ambiguity in a later PR. We have improved over the field named id
, however, there may be further room for improvement.
Thanks everyone for your input @jmcmurry @mcourtot @drseb ! I'll be happy to integrate any further work on this data model as consensus is reached. For now, I'd like to see if we can move ahead and take further discussion to another issue. This PR was designed to improve the situation from Ontology Source Identification |
That sounds good to me; thanks @david4096 |
And -10 to any date scheme that is not ISO-8601!
|
@cmungall @drseb ... but reminding me of phenopackets/phenopacket-format#75 |
@mcourtot @cmungall @david4096 This should now be updated to reflect the Vancouver discussions. |
Hm - I tried and push a commit to the pr/694 branch to reflect the Vancouver changes but don't see them here. Hadn't tried and commit over a PR before, so maybe i'm looking at the wrong place? |
Thanks @david4096! We're planning on using OLS, http://www.ebi.ac.uk/ols/index to bind prefixes to their URIs. @simonjupp, @tburdett, do you have a specific link? |
704564f
to
7f5a311
Compare
Implemented in the server, client, and compliance. |
Ontology terms had an ambigious 'id' field and description. This PR renames the field to term_id to remove the confusion over the role of the field, as well as improves the comment for its proper use. A field 'term_uri' has been added that allows one to specify the full URI for a term if it is available. Change ontologies appendix documentation to reflect change Slight formatting and wording adjustments of appendix doc Change CURIE to URI Fix casing
modified after Vancouver meeting to use CURIE throughout, remove termURI and remove sourceName and source version.
326b8f6
to
122f70e
Compare
Ontology terms had an ambigious 'id' field and description. This PR renames the field to term_id to remove the confusion over the role of the field, as well as improves the comment for its proper use. A field 'term_uri' has been added that allows one to specify the full URI for a term if it is available.
Closes #621 #165