Skip to content

Commit

Permalink
add age at death
Browse files Browse the repository at this point in the history
  • Loading branch information
rsc3 committed May 14, 2024
1 parent 118e17c commit 9fec8b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions content/linkml/AnVILBioCoreMinimal.linkml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ classes:
- reported_ethnicity
- genetic_ancestry
- human_phenotype
- age_at_death
AnVILFile:
description: Information for files associated with the study.
slots:
Expand Down Expand Up @@ -144,6 +145,12 @@ slots: ## ids are unique identifiers for each entity or explicitly defined forei
aliases: usesReferenceAssembly
description: A reference to the collection of sequences taken as the standard for a given organism. May be defined by https://www.ncbi.nlm.nih.gov/grc.
multivalued: true
age_at_death:
aliases: hasAgeAtDeath
description: A reference to the Age of the Donor at time of death. The units are assumed to be years.
slot_uri: https://datamodel.terra.bio/TerraCore#hasAgeAtDeath
multivalued: false
datatype: integer

# fields for enumerations
human_phenotype:
Expand Down
3 changes: 2 additions & 1 deletion content/linkml/BioCoreFields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ slots:
multivalued: true
age_at_death:
aliases: hasAgeAtDeath
description: A reference to the Age of the Donor at time of death.
description: A reference to the Age of the Donor at time of death. The units are assumed to be years.
slot_uri: https://datamodel.terra.bio/TerraCore#hasAgeAtDeath
multivalued: false
datatype: integer
age_at_diagnosis:
aliases: hasAgeAtDiagnosis
description: A reference to the Age of the Donor at the point in time that diagnosis was made.
Expand Down

0 comments on commit 9fec8b7

Please sign in to comment.