generated from linkml/linkml-template
-
Notifications
You must be signed in to change notification settings - Fork 8
/
sample_id.yaml
71 lines (63 loc) · 2.22 KB
/
sample_id.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
name: sample_id
description: This file defines terms that appear in the 'Sample ID' section of the
NMDC sample metadata submission portal, which is implemented with DataHarmonizer
as of Spring 2022
title: 'NMDC Schema supplement for Submission Portal: Sample ID'
id: https://w3id.org/nmdc/portal/sample_id
imports:
- linkml:types
todos:
- the two remaining slots in this module, analysis_type and sample_link aren't really sample identifiers
license: https://creativecommons.org/publicdomain/zero/1.0/
prefixes:
linkml: https://w3id.org/linkml/
nmdc: https://w3id.org/nmdc/
default_prefix: nmdc
default_range: string
enums:
AnalysisTypeEnum:
from_schema: https://example.com/nmdc_dh
permissible_values:
metabolomics: { }
metagenomics:
title: Metagenomics
description: Standard short-read metagenomic sequencing
metagenomics_long_read:
title: Metagenomics (long read)
description: Long-read metagenomic sequencing
metaproteomics: { }
metatranscriptomics: { }
natural organic matter: { }
slots:
analysis_type:
description: Select all the data types associated or available for this biosample
title: analysis/data type
examples:
- value: metagenomics; metabolomics; proteomics
from_schema: https://example.com/nmdc_dh
see_also:
- MIxS:investigation_type
rank: 3
multivalued: true
slot_group: Sample ID
range: AnalysisTypeEnum
recommended: true
sample_link:
description: A unique identifier to assign parent-child, subsample, or sibling
samples. This is relevant when a sample or other material was used to generate
the new sample.
comments:
- 'This field allows multiple entries separated by ; (Examples: Soil collected
from the field will link with the soil used in an incubation. The soil a plant
was grown in links to the plant sample. An original culture sample was transferred
to a new vial and generated a new sample)'
examples:
- value: IGSN:DSJ0284
from_schema: https://example.com/nmdc_dh
multivalued: true
range: string
rank: 5
recommended: true
slot_group: Sample ID
string_serialization: '{text}:{text}'
title: sample linkage