|
| 1 | +{ |
| 2 | + "classes": [ |
| 3 | + { |
| 4 | + "name": "Activity", |
| 5 | + "description": "A table describing the activities performed on biosamples or files that resulted in the generation of additional files. The anvil_activity table is used to capture activity provenance that does not fit into the other activity tables described in the schema (such as file indexing, file checksums, etc.).", |
| 6 | + "key": "activities", |
| 7 | + "label": "Activity", |
| 8 | + "attributes": [ |
| 9 | + { |
| 10 | + "key": "activities.activity_type", |
| 11 | + "label": "Activity Type", |
| 12 | + "description": "A reference to the type of activity, preferably using an identifier in a recommended standard ontology." |
| 13 | + }, |
| 14 | + { |
| 15 | + "key": "activities.data_modality", |
| 16 | + "label": "Data Modality", |
| 17 | + "description": "A table describing the activities performed on biosamples or files that resulted in the generation of additional files. The anvil_activity table is used to capture activity provenance that does not fit into the other activity tables described in the schema (such as file indexing, file checksums, etc.)." |
| 18 | + } |
| 19 | + ] |
| 20 | + }, |
| 21 | + { |
| 22 | + "name": "BioSample", |
| 23 | + "description": "Contains information about the sample(s) included in the dataset.", |
| 24 | + "key": "biosamples", |
| 25 | + "label": "BioSample", |
| 26 | + "attributes": [ |
| 27 | + { |
| 28 | + "key": "biosamples.anatomical_site", |
| 29 | + "label": "Anatomical Site", |
| 30 | + "description": "A human-readable reference to the site within the organism from which the biosample was taken." |
| 31 | + }, |
| 32 | + { |
| 33 | + "key": "biosamples.biosample_id", |
| 34 | + "label": "BioSample Id", |
| 35 | + "description": "A unique identifier for the biosample." |
| 36 | + }, |
| 37 | + { |
| 38 | + "key": "biosamples.biosample_type", |
| 39 | + "label": "BioSample Type", |
| 40 | + "description": "A human-readable reference to the type of biosample represented by the record." |
| 41 | + } |
| 42 | + ] |
| 43 | + }, |
| 44 | + { |
| 45 | + "name": "Dataset", |
| 46 | + "description": "A dataset is a collection of related files and associated metadata that share the same consent and access permissions.", |
| 47 | + "key": "datasets", |
| 48 | + "label": "Dataset", |
| 49 | + "attributes": [ |
| 50 | + { |
| 51 | + "key": "accessible", |
| 52 | + "label": "Access", |
| 53 | + "description": "Indicates whether the user has permission to access the given dataset. For open-access datasets, this value will always be \"Granted\". For controlled-access datasets, it will be \"Required\" if the user is not logged in. If the user is logged in, the value will reflect their specific access permissions for the dataset." |
| 54 | + }, |
| 55 | + { |
| 56 | + "key": "datasets.accessible", |
| 57 | + "label": "Access", |
| 58 | + "description": "Indicates whether the user has permission to access the given dataset. For open-access datasets, this value will always be \"Granted\". For controlled-access datasets, it will be \"Required\" if the user is not logged in. If the user is logged in, the value will reflect their specific access permissions for the dataset." |
| 59 | + }, |
| 60 | + { |
| 61 | + "key": "datasets.consent_group", |
| 62 | + "label": "Consent Group", |
| 63 | + "description": "Consent group or consent groups related to a dataset." |
| 64 | + }, |
| 65 | + { |
| 66 | + "key": "datasets.registered_identifier", |
| 67 | + "label": "Registered Identifier", |
| 68 | + "description": "Unique ID used to identify this dataset in an external database. For example, the DUOS identifier for datasets registered in DUOS." |
| 69 | + }, |
| 70 | + { |
| 71 | + "key": "datasets.title", |
| 72 | + "label": "Title", |
| 73 | + "description": "A human-readable property that identifies the dataset which the dataset belongs to." |
| 74 | + }, |
| 75 | + { |
| 76 | + "key": "diagnoses.disease", |
| 77 | + "label": "Diagnosis", |
| 78 | + "description": "A human-readable property that identifies a disease or condition has been reported in this entity." |
| 79 | + } |
| 80 | + ] |
| 81 | + }, |
| 82 | + { |
| 83 | + "name": "Diagnosis", |
| 84 | + "description": "Contains information about conditions or diagnoses related to the donor of a biosample.", |
| 85 | + "key": "diagnoses", |
| 86 | + "label": "Diagnosis", |
| 87 | + "attributes": [ |
| 88 | + { |
| 89 | + "key": "diagnoses.disease", |
| 90 | + "label": "Diagnosis", |
| 91 | + "description": "A human-readable property that identifies a disease or condition has been reported in this entity." |
| 92 | + } |
| 93 | + ] |
| 94 | + }, |
| 95 | + { |
| 96 | + "name": "Donor", |
| 97 | + "description": "Demographic and phenotypic information about the donor.", |
| 98 | + "key": "donors", |
| 99 | + "label": "Donor", |
| 100 | + "attributes": [ |
| 101 | + { |
| 102 | + "key": "donors.donor_id", |
| 103 | + "label": "Donor Id", |
| 104 | + "description": "A unique identifier for the donor." |
| 105 | + }, |
| 106 | + { |
| 107 | + "key": "donors.organism_type", |
| 108 | + "label": "Organism Type", |
| 109 | + "description": "A human-readable reference to the organism type." |
| 110 | + }, |
| 111 | + { |
| 112 | + "key": "donors.phenotypic_sex", |
| 113 | + "label": "Phenotypic Sex", |
| 114 | + "description": "A reference to the BiologicalSex of the Donor organism. \"An organismal quality inhering in a bearer by virtue of the bearer's physical expression of sexual characteristics. [PATO_0001894]" |
| 115 | + }, |
| 116 | + { |
| 117 | + "key": "donors.reported_ethnicity", |
| 118 | + "label": "Reported Ethnicity", |
| 119 | + "description": "A property that relects a Human Donor's reported ethnic origins. Note this may contain both Race and Ethnicity information as define by the US Department of Interior (DOI) https://www.doi.gov/pmb/eeo/directives/race-data" |
| 120 | + } |
| 121 | + ] |
| 122 | + }, |
| 123 | + { |
| 124 | + "name": "File", |
| 125 | + "description": "Information for files associated with the dataset.", |
| 126 | + "key": "files", |
| 127 | + "label": "File", |
| 128 | + "attributes": [ |
| 129 | + { |
| 130 | + "key": "drs_uri", |
| 131 | + "label": "DRS URI", |
| 132 | + "description": "A Uniform Resource Identifier (URI) that follows the GA4GH Data Repository Service (DRS) specification. It provides a standardized way to reference and access digital objects, such as files, within compliant data repositories. The DRS URI enables interoperability across systems by allowing authorized users and tools to retrieve dataset contents through a consistent interface." |
| 133 | + }, |
| 134 | + { |
| 135 | + "key": "files.file_format", |
| 136 | + "label": "File Format", |
| 137 | + "description": "An indication of the format of an electronic file; include the full file extension including compression extensions. Usually aligns with file extension (e.g. bam, sam, text, csv, etc.)" |
| 138 | + }, |
| 139 | + { |
| 140 | + "key": "files.file_name", |
| 141 | + "label": "File Name", |
| 142 | + "description": "The name of the file." |
| 143 | + }, |
| 144 | + { |
| 145 | + "key": "files.file_size", |
| 146 | + "label": "File Size", |
| 147 | + "description": "Size of file in megabytes." |
| 148 | + } |
| 149 | + ] |
| 150 | + } |
| 151 | + ] |
| 152 | +} |
0 commit comments