labimotion 1.4.1 → 2.0.0.rc6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/lib/labimotion/apis/generic_element_api.rb +1 -0
  3. data/lib/labimotion/apis/generic_klass_api.rb +3 -2
  4. data/lib/labimotion/apis/labimotion_api.rb +13 -0
  5. data/lib/labimotion/apis/standard_api.rb +25 -0
  6. data/lib/labimotion/apis/standard_layer_api.rb +87 -0
  7. data/lib/labimotion/apis/vocabulary_api.rb +93 -0
  8. data/lib/labimotion/constants.rb +21 -0
  9. data/lib/labimotion/entities/dataset_entity.rb +1 -1
  10. data/lib/labimotion/entities/element_entity.rb +1 -0
  11. data/lib/labimotion/entities/properties_entity.rb +229 -56
  12. data/lib/labimotion/entities/segment_entity.rb +0 -1
  13. data/lib/labimotion/entities/vocabulary_entity.rb +28 -0
  14. data/lib/labimotion/helpers/element_helpers.rb +8 -6
  15. data/lib/labimotion/helpers/generic_helpers.rb +6 -1
  16. data/lib/labimotion/helpers/param_helpers.rb +121 -82
  17. data/lib/labimotion/helpers/segment_helpers.rb +1 -1
  18. data/lib/labimotion/helpers/vocabulary_helpers.rb +16 -0
  19. data/lib/labimotion/libs/converter.rb +12 -33
  20. data/lib/labimotion/libs/data/mapper/Chemwiki.json +236 -0
  21. data/lib/labimotion/libs/data/mapper/Source.json +78 -0
  22. data/lib/labimotion/libs/data/vocab/Standard.json +385 -0
  23. data/lib/labimotion/libs/data/vocab/System.json +131 -0
  24. data/lib/labimotion/libs/dataset_builder.rb +70 -0
  25. data/lib/labimotion/libs/export_dataset.rb +165 -66
  26. data/lib/labimotion/libs/nmr_mapper.rb +204 -246
  27. data/lib/labimotion/libs/sample_association.rb +4 -0
  28. data/lib/labimotion/libs/vocabulary_handler.rb +118 -0
  29. data/lib/labimotion/models/concerns/attachment_converter.rb +5 -4
  30. data/lib/labimotion/models/concerns/datasetable.rb +1 -0
  31. data/lib/labimotion/models/concerns/segmentable.rb +2 -0
  32. data/lib/labimotion/models/element.rb +3 -0
  33. data/lib/labimotion/models/std_layer.rb +9 -0
  34. data/lib/labimotion/models/std_layers_revision.rb +9 -0
  35. data/lib/labimotion/models/vocabulary.rb +12 -0
  36. data/lib/labimotion/utils/mapper_utils.rb +169 -0
  37. data/lib/labimotion/utils/utils.rb +22 -0
  38. data/lib/labimotion/version.rb +1 -1
  39. data/lib/labimotion.rb +13 -3
  40. metadata +25 -5
@@ -0,0 +1,236 @@
1
+ {
2
+ "CHMO:0000025": {
3
+ "index": ["A", "B", "C", "Q1", "Q2", "Q3", "G", "H", "Q4", "Q5", "K", "L", "Q6", "N", "O", "P", "Q7", "R", "S", "T", "U", "V", "W", "X", "Q8", "Q9", "Q10"],
4
+ "mapper": {
5
+ "A": {
6
+ "sources": ["inchikey"]
7
+ },
8
+ "B": {
9
+ "sources": ["molfile"]
10
+ },
11
+ "C": {
12
+ "sources": ["concentration"]
13
+ },
14
+ "G": {
15
+ "sources": ["solvent_volume"]
16
+ },
17
+ "H": {
18
+ "sources": ["elect_inchikey"]
19
+ },
20
+ "K": {
21
+ "sources": ["elect_concentration"]
22
+ },
23
+ "L": {
24
+ "sources": ["reference_internal"]
25
+ },
26
+ "N": {
27
+ "sources": ["scan_rate"]
28
+ },
29
+ "O": {
30
+ "sources": ["scan_number"]
31
+ },
32
+ "P": {
33
+ "sources": ["voltage_limit_one", "voltage_limit_two"],
34
+ "separator": ","
35
+ },
36
+ "R": {
37
+ "sources": ["atmosphere"]
38
+ },
39
+ "S": {
40
+ "sources": ["temperature"]
41
+ },
42
+ "T": {
43
+ "sources": ["condition"]
44
+ },
45
+ "U": {
46
+ "sources": ["we"]
47
+ },
48
+ "V": {
49
+ "sources": ["we_area"]
50
+ },
51
+ "W": {
52
+ "sources": ["ce"]
53
+ },
54
+ "X": {
55
+ "sources": ["re"]
56
+ },
57
+ "Q1": {
58
+ "sources": ["redox"],
59
+ "separator": ","
60
+ },
61
+ "Q2": {
62
+ "sources": ["solvent"]
63
+ },
64
+ "Q3": {
65
+ "sources": ["solvent_molfile"]
66
+ },
67
+ "Q4": {
68
+ "sources": ["elect_molfile"]
69
+ },
70
+ "Q5": {
71
+ "sources": ["elect_purity"]
72
+ },
73
+ "Q6": {
74
+ "sources": ["reference_internal_compound_molfile"]
75
+ },
76
+ "Q7": {
77
+ "sources": ["scan_direction"],
78
+ "separator": ","
79
+ },
80
+ "Q8": {
81
+ "sources": ["details"],
82
+ "separator": ","
83
+ },
84
+ "Q9": {
85
+ "sources": ["includes"],
86
+ "separator": ","
87
+ },
88
+ "Q10": {
89
+ "sources": ["base_page"],
90
+ "separator": ","
91
+ }
92
+ },
93
+ "source": {
94
+ "concentration": {
95
+ "title": "Analyte concentration [mM]",
96
+ "param": "sample_preparation.concentration",
97
+ "type": "dataset"
98
+ },
99
+ "temperature": {
100
+ "title": "Temperature [°C]",
101
+ "param": "set.temperature",
102
+ "type": "dataset"
103
+ },
104
+ "condition": {
105
+ "title": "Condition",
106
+ "param": "set.conditions",
107
+ "type": "dataset"
108
+ },
109
+ "scan_rate": {
110
+ "title": "Scan rate [mV/s]",
111
+ "param": "meas.scan_rate",
112
+ "type": "dataset"
113
+ },
114
+ "atmosphere": {
115
+ "title": "Gas",
116
+ "param": "set.atmosphere",
117
+ "type": "dataset"
118
+ },
119
+ "scan_number": {
120
+ "title": "Scan number",
121
+ "param": "meas.cycles",
122
+ "type": "dataset"
123
+ },
124
+ "we": {
125
+ "title": "Working electrode",
126
+ "param": "electrodes.working",
127
+ "type": "dataset"
128
+ },
129
+ "we_area": {
130
+ "title": "Working electrode surface area",
131
+ "param": "electrodes.working_area",
132
+ "type": "dataset"
133
+ },
134
+ "ce": {
135
+ "title": "Counter electrode",
136
+ "param": "electrodes.counter",
137
+ "type": "dataset"
138
+ },
139
+ "re": {
140
+ "title": "Reference electrode",
141
+ "param": "electrodes.reference",
142
+ "type": "dataset"
143
+ },
144
+ "voltage_limit_one": {
145
+ "title": "Potential window",
146
+ "param": "meas.voltage_limit_one",
147
+ "type": "dataset"
148
+ },
149
+ "voltage_limit_two": {
150
+ "title": "Potential window",
151
+ "param": "meas.voltage_limit_two",
152
+ "type": "dataset"
153
+ },
154
+ "reference_internal": {
155
+ "title": "Internal reference compound_inchikey",
156
+ "param": "meas.reference_internal",
157
+ "type": "dataset"
158
+ },
159
+ "elect_inchikey": {
160
+ "title": "Electrolyte_inchikey",
161
+ "param": "sample_preparation.salt",
162
+ "type": "dataset"
163
+ },
164
+ "elect_concentration": {
165
+ "title": "Electrolyte concentration [M]",
166
+ "param": "sample_preparation.concentration_salt",
167
+ "type": "dataset"
168
+ },
169
+ "solvent": {
170
+ "title": "Solvent A_inchikey",
171
+ "param": "sample_preparation.solvent",
172
+ "type": "dataset"
173
+ },
174
+ "solvent_volume": {
175
+ "title": "Solvent volume [ml]",
176
+ "param": "sample_preparation.amount_sol",
177
+ "type": "dataset"
178
+ },
179
+ "solvent_molfile": {
180
+ "title": "Solvent A_molfile",
181
+ "param": "n/a",
182
+ "type": "string"
183
+ },
184
+ "scan_direction": {
185
+ "title": "Scan direction",
186
+ "param": "n/a",
187
+ "type": "string"
188
+ },
189
+ "reference_internal_compound_molfile": {
190
+ "title": "Internal reference compound_molfile",
191
+ "param": "n/a",
192
+ "type": "string"
193
+ },
194
+ "elect_purity": {
195
+ "title": "Electrolyte purity [%]",
196
+ "param": "n/a",
197
+ "type": "string"
198
+ },
199
+ "redox": {
200
+ "title": "Redox-Potential",
201
+ "param": "n/a",
202
+ "type": "string"
203
+ },
204
+ "elect_molfile": {
205
+ "title": "Electrolyte_inchikey",
206
+ "param": "n/a",
207
+ "type": "string"
208
+ },
209
+ "inchikey": {
210
+ "title": "Analyte_inchikey",
211
+ "param": "inchikey",
212
+ "type": "molecule"
213
+ },
214
+ "molfile": {
215
+ "title": "Analyte_molfile",
216
+ "param": "molfile",
217
+ "type": "sample"
218
+ },
219
+ "details": {
220
+ "title": "Details",
221
+ "param": "n/a",
222
+ "type": "string"
223
+ },
224
+ "includes": {
225
+ "title": "Included",
226
+ "param": "n/a",
227
+ "type": "string"
228
+ },
229
+ "base_page": {
230
+ "title": "BasePageName",
231
+ "param": "n/a",
232
+ "type": "string"
233
+ }
234
+ }
235
+ }
236
+ }
@@ -0,0 +1,78 @@
1
+ {
2
+ "sourceMap": {
3
+ "sourceSelector": [
4
+ "parm",
5
+ "acqus",
6
+ "procs"
7
+ ],
8
+ "acqus": {
9
+ "file": "acqus",
10
+ "parameters": [
11
+ "DATE",
12
+ "D1",
13
+ "INSTRUM",
14
+ "NS",
15
+ "NUC1",
16
+ "NUC2",
17
+ "PROBHD",
18
+ "PULPROG",
19
+ "SFO1",
20
+ "SFO2",
21
+ "SOLVENT",
22
+ "SW",
23
+ "TD",
24
+ "TE",
25
+ "TITLE"
26
+ ]
27
+ },
28
+ "procs": {
29
+ "file": "pdata/1/procs",
30
+ "parameters": [
31
+ "SI",
32
+ "SF",
33
+ "WDW",
34
+ "LB",
35
+ "GB"
36
+ ]
37
+ },
38
+ "parm": {
39
+ "file": "pdata/1/parm.txt",
40
+ "parameters": [
41
+ "Date_",
42
+ "Time",
43
+ "INSTRUM",
44
+ "PROBHD",
45
+ "SOLVENT",
46
+ "TE",
47
+ "NS",
48
+ "PULPROG",
49
+ "TD",
50
+ "D1",
51
+ "SF",
52
+ "SFO1",
53
+ "SFO2",
54
+ "NUC1",
55
+ "NUC2"
56
+ ]
57
+ },
58
+ "parameters": {
59
+ "DATE": "general.date",
60
+ "D1": "set.done",
61
+ "INSTRUM": "instrument.instrument",
62
+ "NS": "set.ns",
63
+ "NUC1": "set.nucone",
64
+ "NUC2": "set.nuctwo",
65
+ "SF": "set.sf",
66
+ "SFO1": "set.sfoone",
67
+ "SFO2": "set.sfotwo",
68
+ "PROBHD": "equipment.probehead",
69
+ "PULPROG": "set.PULPROG",
70
+ "SOLVENT": "sample_preparation.solvent",
71
+ "TD": "set.td",
72
+ "TE": "set.temperature",
73
+ "TITLE": "software.Name",
74
+ "Version": "software.Version",
75
+ "Time": "general.time"
76
+ }
77
+ }
78
+ }
@@ -0,0 +1,385 @@
1
+ [
2
+ {
3
+ "identifier": "std-atmosphere",
4
+ "name": "atmosphere",
5
+ "label": "Atmosphere",
6
+ "field_type": "text",
7
+ "ontology": {
8
+ "id": "ncit:class:http://purl.obolibrary.org/obo/NCIT_C54711",
9
+ "iri": "http://purl.obolibrary.org/obo/NCIT_C54711",
10
+ "short_form": "NCIT_C54711",
11
+ "obo_id": "NCIT:C54711",
12
+ "label": "Atmosphere",
13
+ "description": [
14
+ "Non-SI unit of pressure equal to 101 325 Pa."
15
+ ],
16
+ "ontology_name": "ncit",
17
+ "ontology_prefix": "NCIT",
18
+ "type": "class"
19
+ },
20
+ "source": "Standard"
21
+ },
22
+ {
23
+ "identifier": "std-calibration",
24
+ "name": "calibration",
25
+ "label": "Calibration",
26
+ "field_type": "text",
27
+ "ontology": {
28
+ "id": "ncit:class:http://purl.obolibrary.org/obo/NCIT_C69187",
29
+ "iri": "http://purl.obolibrary.org/obo/NCIT_C69187",
30
+ "short_form": "NCIT_C69187",
31
+ "obo_id": "NCIT:C69187",
32
+ "label": "Calibration",
33
+ "description": [
34
+ "The act of checking or adjusting (by comparison with a standard) the accuracy of a measuring instrument."
35
+ ],
36
+ "ontology_name": "ncit",
37
+ "ontology_prefix": "NCIT",
38
+ "type": "class"
39
+ },
40
+ "source": "Standard"
41
+ },
42
+ {
43
+ "identifier": "std-coating",
44
+ "name": "coating",
45
+ "label": "Coating",
46
+ "field_type": "text",
47
+ "ontology": {
48
+ "id": "afo:class:http://purl.allotrope.org/ontologies/process#AFP_0001986",
49
+ "iri": "http://purl.allotrope.org/ontologies/process#AFP_0001986",
50
+ "short_form": "AFP_0001986",
51
+ "obo_id": "AFP:0001986",
52
+ "label": "coating",
53
+ "description": [
54
+ "The application of a thin cover to a material. [CHMO]"
55
+ ],
56
+ "ontology_name": "afo",
57
+ "ontology_prefix": "AFO",
58
+ "type": "class"
59
+ },
60
+ "source": "Standard"
61
+ },
62
+ {
63
+ "identifier": "std-coating_material",
64
+ "name": "coating_material",
65
+ "label": "Coating Material",
66
+ "field_type": "text",
67
+ "ontology": {
68
+ "id": "ncit:class:http://purl.obolibrary.org/obo/NCIT_C172794",
69
+ "iri": "http://purl.obolibrary.org/obo/NCIT_C172794",
70
+ "short_form": "NCIT_C172794",
71
+ "obo_id": "NCIT:C172794",
72
+ "label": "Coating Material",
73
+ "description": [
74
+ "A layer of material covering the surface of a device."
75
+ ],
76
+ "ontology_name": "ncit",
77
+ "ontology_prefix": "NCIT",
78
+ "type": "class"
79
+ },
80
+ "source": "Standard"
81
+ },
82
+ {
83
+ "identifier": "std-wavelength",
84
+ "name": "wavelength",
85
+ "label": "Wavelength",
86
+ "field_type": "text",
87
+ "ontology": {
88
+ "id": "ncit:class:http://purl.obolibrary.org/obo/NCIT_C48158",
89
+ "iri": "http://purl.obolibrary.org/obo/NCIT_C48158",
90
+ "short_form": "NCIT_C48158",
91
+ "obo_id": "NCIT:C48158",
92
+ "label": "Wavelength",
93
+ "description": [
94
+ "The distance (measured in the direction of propagation) between two points in the same phase in consecutive cycles of a wave."
95
+ ],
96
+ "ontology_name": "ncit",
97
+ "ontology_prefix": "NCIT",
98
+ "type": "class"
99
+ },
100
+ "source": "Standard"
101
+ },
102
+ {
103
+ "identifier": "std-sample_size",
104
+ "name": "sample_size",
105
+ "label": "Sample Size",
106
+ "field_type": "text",
107
+ "ontology": {
108
+ "id": "ncit:class:http://purl.obolibrary.org/obo/NCIT_C53190",
109
+ "iri": "http://purl.obolibrary.org/obo/NCIT_C53190",
110
+ "short_form": "NCIT_C53190",
111
+ "obo_id": "NCIT:C53190",
112
+ "label": "Sample Size",
113
+ "ontology_name": "ncit",
114
+ "ontology_prefix": "NCIT",
115
+ "type": "class"
116
+ },
117
+ "source": "Standard"
118
+ },
119
+ {
120
+ "identifier": "std-instrument",
121
+ "name": "instrument",
122
+ "label": "Instrument",
123
+ "field_type": "text",
124
+ "ontology": {
125
+ "id": "nmrcv:class:http://nmrML.org/nmrCV#NMR:1000463",
126
+ "iri": "http://nmrML.org/nmrCV#NMR:1000463",
127
+ "short_form": "NMR:1000463",
128
+ "label": "instrument",
129
+ "description": [
130
+ "Description of the instrument or the mass spectrometer."
131
+ ],
132
+ "ontology_name": "nmrcv",
133
+ "ontology_prefix": "NMRCV",
134
+ "type": "class"
135
+ },
136
+ "source": "Standard"
137
+ },
138
+ {
139
+ "identifier": "std-irr_freq",
140
+ "name": "irr_freq",
141
+ "label": "Irradiation frequency",
142
+ "field_type": "text",
143
+ "ontology": {
144
+ "id": "nmrcv:class:http://nmrML.org/nmrCV#NMR:1000463",
145
+ "iri": "http://nmrML.org/nmrCV#NMR:1000463",
146
+ "short_form": "NMR:1000463",
147
+ "label": "instrument",
148
+ "description": [
149
+ "Description of the instrument or the mass spectrometer."
150
+ ],
151
+ "ontology_name": "nmrcv",
152
+ "ontology_prefix": "NMRCV",
153
+ "type": "class"
154
+ },
155
+ "source": "Standard"
156
+ },
157
+ {
158
+ "identifier": "std-num_scans",
159
+ "name": "num_scans",
160
+ "label": "Number of scans",
161
+ "field_type": "text",
162
+ "ontology": {
163
+ "id": "nmrcv:class:http://nmrML.org/nmrCV#NMR:1400087",
164
+ "iri": "http://nmrML.org/nmrCV#NMR:1400087",
165
+ "short_form": "NMR:1400087",
166
+ "label": "number of scans",
167
+ "description": [
168
+ "def: The number of repeat scans performed and summed to create the data set for an NMR sample."
169
+ ],
170
+ "ontology_name": "nmrcv",
171
+ "ontology_prefix": "NMRCV",
172
+ "type": "class"
173
+ },
174
+ "source": "Standard"
175
+ },
176
+ {
177
+ "identifier": "std-sample_ph",
178
+ "name": "sample_ph",
179
+ "label": "Sample pH",
180
+ "field_type": "text",
181
+ "ontology": {
182
+ "id": "nmrcv:class:http://nmrML.org/nmrCV#NMR:1000019",
183
+ "iri": "http://nmrML.org/nmrCV#NMR:1000019",
184
+ "short_form": "NMR:1000019",
185
+ "label": "sample pH",
186
+ "ontology_name": "nmrcv",
187
+ "ontology_prefix": "NMRCV",
188
+ "type": "class"
189
+ },
190
+ "source": "Standard"
191
+ },
192
+ {
193
+ "identifier": "std-pulse_seq",
194
+ "name": "pulse_seq",
195
+ "label": "NMR pulse sequence",
196
+ "field_type": "text",
197
+ "ontology": {
198
+ "id": "nmrcv:class:http://nmrML.org/nmrCV#NMR:1400037",
199
+ "iri": "http://nmrML.org/nmrCV#NMR:1400037",
200
+ "short_form": "NMR:1400037",
201
+ "label": "NMR pulse sequence",
202
+ "description": [
203
+ "def: A sequence of excitation pulses.",
204
+ "http://www.bmrb.wisc.edu/tools/choose_pulse_info.php"
205
+ ],
206
+ "ontology_name": "nmrcv",
207
+ "ontology_prefix": "NMRCV",
208
+ "type": "class"
209
+ },
210
+ "source": "Standard"
211
+ },
212
+ {
213
+ "identifier": "std-sample_conc",
214
+ "name": "sample_conc",
215
+ "label": "sample concentration",
216
+ "field_type": "text",
217
+ "ontology": {
218
+ "id": "nmrcv:class:http://nmrML.org/nmrCV#NMR:1000006",
219
+ "iri": "http://nmrML.org/nmrCV#NMR:1000006",
220
+ "short_form": "NMR:1000006",
221
+ "label": "sample concentration",
222
+ "description": [
223
+ "Concentration of sample in picomol/ul, femtomol/ul or attomol/ul solution used."
224
+ ],
225
+ "ontology_name": "nmrcv",
226
+ "ontology_prefix": "NMRCV",
227
+ "type": "class"
228
+ },
229
+ "source": "Standard"
230
+ },
231
+ {
232
+ "identifier": "std-scan_range",
233
+ "name": "scan_range",
234
+ "label": "scan range",
235
+ "field_type": "text",
236
+ "ontology": {
237
+ "id": "afo:class:http://purl.allotrope.org/ontologies/result#AFR_0001957",
238
+ "iri": "http://purl.allotrope.org/ontologies/result#AFR_0001957",
239
+ "short_form": "AFR_0001957",
240
+ "obo_id": "AFR:0001957",
241
+ "label": "detector scan rate setting",
242
+ "description": [
243
+ "A detector setting that sets the frequency of scans per time unit. [Allotrope]"
244
+ ],
245
+ "ontology_name": "afo",
246
+ "ontology_prefix": "AFO",
247
+ "type": "class"
248
+ },
249
+ "source": "Standard"
250
+ },
251
+ {
252
+ "identifier": "std-software_name",
253
+ "name": "software_name",
254
+ "label": "Software Name",
255
+ "field_type": "text",
256
+ "ontology": {
257
+ "id": "ncit:class:http://purl.obolibrary.org/obo/NCIT_C150832",
258
+ "iri": "http://purl.obolibrary.org/obo/NCIT_C150832",
259
+ "short_form": "NCIT_C150832",
260
+ "obo_id": "NCIT:C150832",
261
+ "label": "Software Name",
262
+ "description": [
263
+ "The literal identifier of the software program."
264
+ ],
265
+ "ontology_name": "ncit",
266
+ "ontology_prefix": "NCIT",
267
+ "type": "class"
268
+ },
269
+ "source": "Standard"
270
+ },
271
+ {
272
+ "identifier": "std-software_ver",
273
+ "name": "software_ver",
274
+ "label": "Software Version",
275
+ "field_type": "text",
276
+ "ontology": {
277
+ "id": "ncit:class:http://purl.obolibrary.org/obo/NCIT_C111093",
278
+ "iri": "http://purl.obolibrary.org/obo/NCIT_C111093",
279
+ "short_form": "NCIT_C111093",
280
+ "obo_id": "NCIT:C111093",
281
+ "label": "Software Version",
282
+ "description": [
283
+ "A form or variant of software; one of a sequence of copies of a software program, each incorporating new modifications."
284
+ ],
285
+ "ontology_name": "ncit",
286
+ "ontology_prefix": "NCIT",
287
+ "type": "class"
288
+ },
289
+ "source": "Standard"
290
+ },
291
+ {
292
+ "identifier": "std-solvent",
293
+ "name": "nmr_solvent",
294
+ "label": "NMR Solvent",
295
+ "field_type": "text",
296
+ "ontology": {
297
+ "id": "nmrcv:class:http://nmrML.org/nmrCV#NMR:1000330",
298
+ "iri": "http://nmrML.org/nmrCV#NMR:1000330",
299
+ "short_form": "NMR:1000330",
300
+ "label": "NMR solvent",
301
+ "description": [
302
+ "Use Chebi entities here."
303
+ ],
304
+ "ontology_name": "nmrcv",
305
+ "ontology_prefix": "NMRCV",
306
+ "type": "class"
307
+ },
308
+ "source": "Standard"
309
+ },
310
+ {
311
+ "identifier": "std-sample_volume",
312
+ "name": "sample_volume",
313
+ "label": "sample volume",
314
+ "field_type": "text",
315
+ "ontology": {
316
+ "id": "nmrcv:class:http://nmrML.org/nmrCV#NMR:1000005",
317
+ "iri": "http://nmrML.org/nmrCV#NMR:1000005",
318
+ "short_form": "NMR:1000005",
319
+ "label": "sample volume",
320
+ "description": [
321
+ "Total volume of solution used."
322
+ ],
323
+ "ontology_name": "nmrcv",
324
+ "ontology_prefix": "NMRCV",
325
+ "type": "class"
326
+ },
327
+ "source": "Standard"
328
+ },
329
+ {
330
+ "identifier": "std-solvent_info",
331
+ "name": "solvent_info",
332
+ "label": "NMR solvent information",
333
+ "field_type": "text",
334
+ "ontology": {
335
+ "id": "nmrcv:class:http://nmrML.org/nmrCV#NMR:1002010",
336
+ "iri": "http://nmrML.org/nmrCV#NMR:1002010",
337
+ "short_form": "NMR:1002010",
338
+ "label": "NMR solvent information",
339
+ "ontology_name": "nmrcv",
340
+ "ontology_prefix": "NMRCV",
341
+ "type": "class"
342
+ },
343
+ "source": "Standard"
344
+ },
345
+ {
346
+ "identifier": "std-sample_tube",
347
+ "name": "sample_tube",
348
+ "label": "NMR sample tube",
349
+ "field_type": "text",
350
+ "ontology": {
351
+ "id": "nmrcv:class:http://nmrML.org/nmrCV#NMR:1400132",
352
+ "iri": "http://nmrML.org/nmrCV#NMR:1400132",
353
+ "short_form": "NMR:1400132",
354
+ "label": "NMR sample tube",
355
+ "description": [
356
+ "http://en.wikipedia.org/wiki/NMR_tube",
357
+ "sortal dimensions are Vendor, Size (Diameter, length), Material (glass, quarz, pyrex ...), Frequency, Concentricity, OD and ID",
358
+ "The sample-tube holds the NMR sample and sits in the NMR probe. It is usually a glass tube of 5-20mm diameter."
359
+ ],
360
+ "ontology_name": "nmrcv",
361
+ "ontology_prefix": "NMRCV",
362
+ "type": "class"
363
+ },
364
+ "source": "Standard"
365
+ },
366
+ {
367
+ "identifier": "temperature",
368
+ "name": "Temperature",
369
+ "label": "Temperature",
370
+ "field_type": "text",
371
+ "ontology": {
372
+ "id": "nmrcv:class:http://nmrML.org/nmrCV#NMR:1400025",
373
+ "iri": "http://nmrML.org/nmrCV#NMR:1400025",
374
+ "short_form": "NMR:1400025",
375
+ "label": "sample temperature in magnet",
376
+ "description": [
377
+ "def: The temperature of an NMR sample whilst in the magnet of an NMR instrument."
378
+ ],
379
+ "ontology_name": "nmrcv",
380
+ "ontology_prefix": "NMRCV",
381
+ "type": "class"
382
+ },
383
+ "source": "Standard"
384
+ }
385
+ ]