-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathunified-schema-storageconditions.ttl
256 lines (214 loc) · 14.9 KB
/
unified-schema-storageconditions.ttl
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
@prefix fg: <https://w3id.org/fair-genomes/ontology/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix sio: <https://semanticscience.org/resource/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ordo: <http://www.orpha.net/ORDO/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_PP_tube_0.5–2mL_(-85)_to_(-60)°C>
a obo:NCIT_C96145;
rdfs:label "PP tube 0.5–2mL (-85) to (-60)°C";
dc:description "Polypropylene tube 0.5–2mL at (-85) to (-60)°C";
rdfs:isDefinedBy <https://medical-data-models.org/details/40242#Storage_A> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_PP_tube_0.5–2mL_(-35)_to_(-18)°C>
a obo:NCIT_C96145;
rdfs:label "PP tube 0.5–2mL (-35) to (-18)°C";
dc:description "Polypropylene tube 0.5–2mL at (-35) to (-18)°C";
rdfs:isDefinedBy <https://medical-data-models.org/details/40242#Storage_B> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_PP_tube_0.5–2mL_lt-135°C>
a obo:NCIT_C96145;
rdfs:label "PP tube 0.5–2mL <-135°C";
dc:description "Polypropylene tube 0.5–2mL at <-135°C, may correspond to liquid nitrogen vapor phase or to -150°C electrical freezer";
rdfs:isDefinedBy <https://medical-data-models.org/details/40242#Storage_V> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_Cryotube_1–2mL_LN>
a obo:NCIT_C96145;
rdfs:label "Cryotube 1–2mL LN";
dc:description "Cryotube 1–2mL in liquid nitrogen, refers to either vapor or liquid phase";
rdfs:isDefinedBy <https://medical-data-models.org/details/40242#Storage_C> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_Cryotube_1–2mL_(-85)_to_(-60)°C>
a obo:NCIT_C96145;
rdfs:label "Cryotube 1–2mL (-85) to (-60)°C";
dc:description "Cryotube 1–2mL at (-85) to (-60)°C";
rdfs:isDefinedBy <https://medical-data-models.org/details/40242#Storage_D> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_Cryotube_1–2mL_Programmable_freezing_to_lt-135°C>
a obo:NCIT_C96145;
rdfs:label "Cryotube 1–2mL Programmable freezing to <-135°C";
dc:description "Cryotube 1–2mL at programmable freezing to <-135°C, may correspond to liquid nitrogen vapor phase or to -150°C electrical freezer";
rdfs:isDefinedBy <https://medical-data-models.org/details/40242#Storage_E> .
fg:Materials_Storage_conditions_Plastic_cryo_straw_LN a obo:NCIT_C96145;
rdfs:label "Plastic cryo straw LN";
dc:description "Plastic cryo straw in liquid nitrogen, refers to either vapor or liquid phase";
rdfs:isDefinedBy <https://medical-data-models.org/details/40242#Storage_F> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_Straw_(-85)_to_(-60)°C>
a obo:NCIT_C96145;
rdfs:label "Straw (-85) to (-60)°C";
dc:description "Straw at (-85) to (-60)°C";
rdfs:isDefinedBy <https://medical-data-models.org/details/40242#Storage_G> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_Straw_(-35)_to_(-18)°C>
a obo:NCIT_C96145;
rdfs:label "Straw (-35) to (-18)°C";
dc:description "Straw at (-35) to (-18)°C";
rdfs:isDefinedBy <https://medical-data-models.org/details/40242#Storage_H> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_Straw_Programmable_freezing_to_lt-135°C>
a obo:NCIT_C96145;
rdfs:label "Straw Programmable freezing to <-135°C";
dc:description "Straw at programmable freezing to <-135°C, may correspond to liquid nitrogen vapor phase or to -150°C electrical freezer";
rdfs:isDefinedBy <https://medical-data-models.org/details/40242#Storage_I> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_PP_tube_≥5mL_(-85)_to_(-60)°C>
a obo:NCIT_C96145;
rdfs:label "PP tube ≥5mL (-85) to (-60)°C";
dc:description "Polypropylene tube ≥5mL at (-85) to (-60)°C";
rdfs:isDefinedBy <https://medical-data-models.org/details/40242#Storage_J> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_PP_tube_≥5mL_(-35)_to_(-18)°C>
a obo:NCIT_C96145;
rdfs:label "PP tube ≥5mL (-35) to (-18)°C";
dc:description "Polypropylene tube ≥5mL at (-35) to (-18)°C";
rdfs:isDefinedBy <https://medical-data-models.org/details/40242#Storage_K> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_Microplate_well_(-85)_to_(-60)°C>
a obo:NCIT_C96145;
rdfs:label "Microplate well (-85) to (-60)°C";
dc:description "Microplate well at (-85) to (-60)°C";
rdfs:isDefinedBy <https://medical-data-models.org/details/40242#Storage_L> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_Microplate_well_(-35)_to_(-18)°C>
a obo:NCIT_C96145;
rdfs:label "Microplate well (-35) to (-18)°C";
dc:description "Microplate well at (-35) to (-18)°C";
rdfs:isDefinedBy <https://medical-data-models.org/details/40242#Storage_M> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_Cryotube_1–2mL_LN_after_temporary_(-85)_to_(-60)°C>
a obo:NCIT_C96145;
rdfs:label "Cryotube 1–2mL LN after temporary (-85) to (-60)°C";
dc:description "Cryotube 1–2mL in liquid nitrogen, refers to either vapor or liquid phase, after temporary (-85) to (-60)°C";
rdfs:isDefinedBy <https://medical-data-models.org/details/40242#Storage_N> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_Straw_LN_after_temporary_(-85)_to_(-60)°C>
a obo:NCIT_C96145;
rdfs:label "Straw LN after temporary (-85) to (-60)°C";
dc:description "Straw in liquid nitrogen, refers to either vapor or liquid phase, after temporary (-85) to (-60)°C";
rdfs:isDefinedBy <https://medical-data-models.org/details/40242#Storage_O> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_Paraffin_block_RT_or_2_to_10°C>
a obo:NCIT_C96145;
rdfs:label "Paraffin block RT or 2 to 10°C";
dc:description "Paraffin block at room temperature or 2 to 10°C";
rdfs:isDefinedBy <https://medical-data-models.org/details/40242#Storage_P> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_Paraffin_block_(-35)_to_(-18)°C>
a obo:NCIT_C96145;
rdfs:label "Paraffin block (-35) to (-18)°C";
dc:description "Paraffin block at (-35) to (-18)°C";
rdfs:isDefinedBy <https://medical-data-models.org/details/40242#Storage_U> .
fg:Materials_Storage_conditions_Bag_LN a obo:NCIT_C96145;
rdfs:label "Bag LN";
dc:description "Bag in liquid nitrogen, refers to either vapor or liquid phase";
rdfs:isDefinedBy <https://medical-data-models.org/details/40242#Storage_Q> .
fg:Materials_Storage_conditions_Dry_technology_medium_RT a obo:NCIT_C96145;
rdfs:label "Dry technology medium RT";
dc:description "Dry technology medium at room temperature";
rdfs:isDefinedBy <https://medical-data-models.org/details/40242#Storage_R> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_PP_tube_40–500_μL_(-85)_to_(-60)°C>
a obo:NCIT_C96145;
rdfs:label "PP tube 40–500 μL (-85) to (-60)°C";
dc:description "Polypropylene tube 40–500 μL at (-85) to (-60)°C";
rdfs:isDefinedBy <https://medical-data-models.org/details/40242#Storage_S> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_PP_tube_40–500_μL_(-35)_to_(-18)°C>
a obo:NCIT_C96145;
rdfs:label "PP tube 40–500 μL (-35) to (-18)°C";
dc:description "Polypropylene tube 40–500 μL at (-35) to (-18)°C";
rdfs:isDefinedBy <https://medical-data-models.org/details/40242#Storage_T> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_PP_tube_40–500_μL_lt-135°C>
a obo:NCIT_C96145;
rdfs:label "PP tube 40–500 μL <-135°C";
dc:description "Polypropylene tube 40–500 μL at <-135°C, may correspond to liquid nitrogen vapor phase or to -150°C electrical freezer";
rdfs:isDefinedBy <https://medical-data-models.org/details/40242#Storage_W> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_Original_primary_container_(-35)_to_(-18)°C_or_(-85)_to_(-60)°C>
a obo:NCIT_C96145;
rdfs:label "Original primary container (-35) to (-18)°C or (-85) to (-60)°C";
dc:description "Original primary container at (-35) to (-18)°C or (-85) to (-60)°C";
rdfs:isDefinedBy <https://medical-data-models.org/details/40242#Storage_Y> .
fg:Materials_Storage_conditions_Unknown a obo:NCIT_C96145;
rdfs:label "Unknown";
dc:description "Unknown";
rdfs:isDefinedBy <https://medical-data-models.org/details/40242#Storage_X> .
fg:Materials_Storage_conditions_Other a obo:NCIT_C96145;
rdfs:label "Other";
dc:description "Other";
rdfs:isDefinedBy <https://medical-data-models.org/details/40242#Storage_Z> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_NoInformation_(NI,_nullflavor)>
a obo:NCIT_C96145;
rdfs:label "NoInformation (NI, nullflavor)";
dc:description "The value is exceptional (missing, omitted, incomplete, improper). No information as to the reason for being an exceptional value is provided. This is the most general exceptional value. It is also the default exceptional value.";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#NI> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_Invalid_(INV,_nullflavor)>
a obo:NCIT_C96145;
rdfs:label "Invalid (INV, nullflavor)";
dc:description "The value as represented in the instance is not a member of the set of permitted data values in the constrained value domain of a variable.";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#INV> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_Derived_(DER,_nullflavor)>
a obo:NCIT_C96145;
rdfs:label "Derived (DER, nullflavor)";
dc:description "An actual value may exist, but it must be derived from the provided information (usually an EXPR generic data type extension will be used to convey the derivation expression .";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#DER> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_Other_(OTH,_nullflavor)>
a obo:NCIT_C96145;
rdfs:label "Other (OTH, nullflavor)";
dc:description "The actual value is not a member of the set of permitted data values in the constrained value domain of a variable.The actual value is not a member of the set of permitted data values in the constrained value domain of a variable. (e.g., concept not provided by required code system).";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#OTH> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_Negative_infinity_(NINF,_nullflavor)>
a obo:NCIT_C96145;
rdfs:label "Negative infinity (NINF, nullflavor)";
dc:description "Negative infinity of numbers.";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#NINF> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_Positive_infinity_(PINF,_nullflavor)>
a obo:NCIT_C96145;
rdfs:label "Positive infinity (PINF, nullflavor)";
dc:description "Positive infinity of numbers.";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#PINF> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_Un-encoded_(UNC,_nullflavor)>
a obo:NCIT_C96145;
rdfs:label "Un-encoded (UNC, nullflavor)";
dc:description "The actual value has not yet been encoded within the approved value domain.";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#UNC> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_Masked_(MSK,_nullflavor)>
a obo:NCIT_C96145;
rdfs:label "Masked (MSK, nullflavor)";
dc:description "There is information on this item available but it has not been provided by the sender due to security, privacy or other reasons. There may be an alternate mechanism for gaining access to this information.";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#MSK> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_Not_applicable_(NA,_nullflavor)>
a obo:NCIT_C96145;
rdfs:label "Not applicable (NA, nullflavor)";
dc:description "Known to have no proper value (e.g., last menstrual period for a male).";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#NA> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_Unknown_(UNK,_nullflavor)>
a obo:NCIT_C96145;
rdfs:label "Unknown (UNK, nullflavor)";
dc:description "A proper value is applicable, but not known.";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#UNK> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_Asked_but_unknown_(ASKU,_nullflavor)>
a obo:NCIT_C96145;
rdfs:label "Asked but unknown (ASKU, nullflavor)";
dc:description "Information was sought but not found (e.g., patient was asked but didn't know)";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#ASKU> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_Temporarily_unavailable_(NAV,_nullflavor)>
a obo:NCIT_C96145;
rdfs:label "Temporarily unavailable (NAV, nullflavor)";
dc:description "Information is not available at this time but it is expected that it will be available later.";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#NAV> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_Not_asked_(NASK,_nullflavor)>
a obo:NCIT_C96145;
rdfs:label "Not asked (NASK, nullflavor)";
dc:description "This information has not been sought. (e.g., patient was not asked)";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#NASK> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_Not_available_(NAVU,_nullflavor)>
a obo:NCIT_C96145;
rdfs:label "Not available (NAVU, nullflavor)";
dc:description "Information is not available at this time (with no expectation regarding whether it will or will not be available in the future).";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#NAVU> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_Sufficient_quantity_(QS,_nullflavor)>
a obo:NCIT_C96145;
rdfs:label "Sufficient quantity (QS, nullflavor)";
dc:description "The specific quantity is not known, but is known to be non-zero and is not specified because it makes up the bulk of the material. e.g. 'Add 10mg of ingredient X, 50mg of ingredient Y, and sufficient quantity of water to 100mL.' The null flavor would be used to express the quantity of water.";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#QS> .
<https://w3id.org/fair-genomes/ontology/Materials_Storage_conditions_Trace_(TRC,_nullflavor)>
a obo:NCIT_C96145;
rdfs:label "Trace (TRC, nullflavor)";
dc:description "The content is greater than zero, but too small to be quantified.";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#TRC> .