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

Accomodating new entity ontologyReference in db #43

Closed
BrunoEVCosta opened this issue Jun 27, 2019 · 2 comments
Closed

Accomodating new entity ontologyReference in db #43

BrunoEVCosta opened this issue Jun 27, 2019 · 2 comments
Assignees
Labels

Comments

@BrunoEVCosta
Copy link
Member

BrunoEVCosta commented Jun 27, 2019

https://docs.google.com/document/d/11_gsrqcYAD90mNKOLkFpiEfAuhe-6SfImPuvRBZYXr0/edit?usp=sharing

studies{id}/ObservationVariables requires ontologyReference for:

  • observationVariable
  • method
  • scale
  • trait

structure is:

                    "ontologyReference": {
                        "documentationLinks": [
                            {
                                "URL": "string",
                                "type": "OBO",
                                "url": "string"
                            }
                        ],
                       "ontologyDbId": "MO_123",
                        "ontologyName": "Ontology.org",
                        "version": "17"
                      }
              
@BrunoEVCosta
Copy link
Member Author

URL = url v1 consistency I guess.

@BrunoEVCosta BrunoEVCosta changed the title Add new element ontologyReference Accomodating new entity ontologyReference in db Jun 27, 2019
@BrunoEVCosta
Copy link
Member Author

Can be reopened it there is discussion around solution: https://docs.google.com/document/d/11_gsrqcYAD90mNKOLkFpiEfAuhe-6SfImPuvRBZYXr0/edit?usp=sharing

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

No branches or pull requests

2 participants