Skip to content

Commit 09d7c69

Browse files
Merge pull request #82 from HendrikBorgelt/test_excel_inbox
test excel inbox
2 parents 2152985 + 8c94ea4 commit 09d7c69

3 files changed

Lines changed: 133 additions & 136 deletions

File tree

-167 Bytes
Binary file not shown.

src/coremeta4cat/schema/coremeta4cat_reaction_ap.yaml

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
id: https://w3id.org/nfdi4cat/coremeta4cat/reaction/
32
name: coremeta4cat-reaction-ap
43
title: CoreMeta4cat Reaction Application Profile
@@ -57,8 +56,8 @@ default_prefix: coremeta4cat
5756
default_range: string
5857

5958
imports:
60-
- linkml:types
61-
- coremeta4cat_common # shared has_X sub-slots, atmosphere, enums
59+
- linkml:types
60+
- coremeta4cat_common # shared has_X sub-slots, atmosphere, enums
6261

6362
# ==================== REACTION (EvaluatedActivity) ====================
6463

@@ -84,15 +83,15 @@ classes:
8483
(e.g. ammonia synthesis, CO oxidation) is expressed via rdf_type using a
8584
voc4cat or ChemO term.
8685
slots:
87-
- catalyst_quantity
88-
- reactant
89-
- catalyst_type
90-
- reactor_temperature_range
91-
- has_atmosphere
92-
- experiment_pressure
93-
- feed_composition_range
94-
- has_experiment_duration
95-
- product_identification_method
86+
- catalyst_quantity
87+
- reactant
88+
- catalyst_type
89+
- reactor_temperature_range
90+
- has_atmosphere
91+
- experiment_pressure
92+
- feed_composition_range
93+
- has_experiment_duration
94+
- product_identification_method
9695
slot_usage:
9796
rdf_type:
9897
description: |-
@@ -118,9 +117,8 @@ classes:
118117
product_identification_method:
119118
description: |-
120119
The analytical method used to identify and/or quantify reaction products.
121-
Should reference a CharacterizationTechnique instance (e.g. a GCMS or
122-
HPLC_MS object from coremeta4cat_characterization_ap). The abstract stub
123-
ProductIdentificationMethod is retained for backward compatibility.
120+
Should reference a CharacterizationTechnique instance (e.g. GCMS, HPLC_MS).
121+
The abstract stub ProductIdentificationMethod is retained for backward compatibility.
124122
range: ProductIdentificationMethod
125123
required: true
126124
multivalued: true
@@ -218,9 +216,9 @@ classes:
218216
Fluidized bed reactor — a reactor in which the catalyst particles are
219217
suspended in an upward-flowing gas or liquid stream.
220218
slots:
221-
- gas_distributor_type
222-
- bed_expansion_height
223-
- bubble_size_distribution
219+
- gas_distributor_type
220+
- bed_expansion_height
221+
- bubble_size_distribution
224222

225223
# ==================== SLOTS ====================
226224
# Shared has_X sub-slots (has_experiment_duration, …) and atmosphere

0 commit comments

Comments
 (0)