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

Fix error with donor domainIncludes #44

Merged
merged 2 commits into from
Jul 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions nf-research-tools.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -4637,9 +4637,6 @@
{
"@id": "bts:Donor"
},
{
"@id": "bts:ParentDonorId"
},
{
"@id": "bts:CellLine"
},
Expand Down
2 changes: 1 addition & 1 deletion nf_research_tools.rdb.model.csv
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Conjugate,Is the antibody conjugated or nonconjugated,"Conjugated, Nonconjugated
Host Organism,The species of the organism that hosts the antibody,"Mouse, Rabbit",,TRUE,,Antibody,,,,
Donor,"A person, animal, etc. who is the contributor of the resource.",,"Component, Donor_id, Parent Donor_id,Transplantation Donor_id, Species, Sex, Age, Race",FALSE,,Donor,"Donor_id, Parent Donor_id, Transplantation Donor_id, Species, Sex, Age, Race",,,
Donor_id,A uniqe identifier for donor.,,,TRUE,,Donor,,,,
Parent Donor_id,The ID of the parent donor.,,Donor_id,FALSE,,Donor,Donor_id,,,
Parent Donor_id,The ID of the parent donor.,,Donor_id,FALSE,,Donor,,,,
Species,The species of the individual the resource was derived from.,"Homo sapiens, Mus musculus, Mus musculus (humanized), Rattus norvegicus, Drosophila melanogaster, Rhesus macaque, Pan troglodytes, Gallus gallus, Sus scrofa, Oryctolagus cuniculus,Danio rerio,Escherichia coli",,TRUE,,Donor,,,,
Sex,The sex of the indiviudal from which the resource was derived from.,"Male, Female, Unknown",,FALSE,,Donor,,,,
Age,That age of the individual from which the resource was derived from.,,,FALSE,,Donor,,,,
Expand Down