Skip to content

Commit 66894a8

Browse files
committed
Add ReactorMetadata
1 parent cd82d14 commit 66894a8

6 files changed

Lines changed: 748 additions & 45 deletions

File tree

1.54 KB
Binary file not shown.

docs/schema/coremeta4cat.yaml

Lines changed: 249 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -984,9 +984,10 @@ slots:
984984
- SIO:000008
985985
is_a: has_angular_velocity
986986
slot_uri: SIO:000008
987-
owner: MolecularSynthesis
987+
owner: CSTR
988988
domain_of:
989989
- MolecularSynthesis
990+
- CSTR
990991
range: AngularVelocity
991992
recommended: true
992993
multivalued: true
@@ -1074,6 +1075,209 @@ slots:
10741075
range: Duration
10751076
inlined: true
10761077
inlined_as_list: true
1078+
has_cathode:
1079+
name: has_cathode
1080+
definition_uri: https://w3id.org/nfdi4cat/coremeta4cat/has_cathode
1081+
description: The electrode where reduction occurs in an electrochemical cell.
1082+
It is the negative electrode in an electrolytic cell, while it is the positive
1083+
electrode in a galvanic cell.
1084+
from_schema: https://w3id.org/nfdi4cat/coremeta4cat/common/
1085+
mappings:
1086+
- VOC4CAT:0007254
1087+
is_a: carried_out_by
1088+
slot_uri: VOC4CAT:0007254
1089+
owner: ElectrochemicalReactor
1090+
domain_of:
1091+
- ElectrochemicalReactor
1092+
range: string
1093+
recommended: true
1094+
multivalued: true
1095+
inlined_as_list: true
1096+
has_anode:
1097+
name: has_anode
1098+
definition_uri: https://w3id.org/nfdi4cat/coremeta4cat/has_anode
1099+
description: The electrode where oxidation occurs in an electrochemical cell.
1100+
It is the positive electrode in an electrolytic cell, while it is the negative
1101+
electrode in a galvanic cell.
1102+
from_schema: https://w3id.org/nfdi4cat/coremeta4cat/common/
1103+
mappings:
1104+
- VOC4CAT:0007255
1105+
is_a: carried_out_by
1106+
slot_uri: VOC4CAT:0007255
1107+
owner: ElectrochemicalReactor
1108+
domain_of:
1109+
- ElectrochemicalReactor
1110+
range: string
1111+
recommended: true
1112+
multivalued: true
1113+
inlined_as_list: true
1114+
has_cell_operating_mode:
1115+
name: has_cell_operating_mode
1116+
definition_uri: https://w3id.org/nfdi4cat/coremeta4cat/has_cell_operating_mode
1117+
description: The functional mode of an electrochemical cell based on the direction
1118+
of energy conversion, specifiying wheter the system generates electrical energy
1119+
from spontaneous reactions or consumes energy to drive non-spontaneous reactions.
1120+
from_schema: https://w3id.org/nfdi4cat/coremeta4cat/common/
1121+
mappings:
1122+
- SIO:000008
1123+
is_a: has_qualitative_attribute
1124+
slot_uri: SIO:000008
1125+
owner: ElectrochemicalReactor
1126+
domain_of:
1127+
- ElectrochemicalReactor
1128+
range: string
1129+
recommended: true
1130+
multivalued: true
1131+
inlined_as_list: true
1132+
has_active_area:
1133+
name: has_active_area
1134+
definition_uri: https://w3id.org/nfdi4cat/coremeta4cat/has_active_area
1135+
description: In contrast to substrate area, the actual area of a sample or electrode
1136+
which is active.
1137+
from_schema: https://w3id.org/nfdi4cat/coremeta4cat/common/
1138+
mappings:
1139+
- SIO:000008
1140+
is_a: has_quantitative_attribute
1141+
slot_uri: SIO:000008
1142+
owner: ElectrochemicalReactor
1143+
domain_of:
1144+
- ElectrochemicalReactor
1145+
range: QuantitativeAttribute
1146+
recommended: true
1147+
multivalued: true
1148+
inlined: true
1149+
inlined_as_list: true
1150+
has_faradaic_current:
1151+
name: has_faradaic_current
1152+
definition_uri: https://w3id.org/nfdi4cat/coremeta4cat/has_faradaic_current
1153+
description: The current that is flowing through an electrochemical cell and is
1154+
causing (or is caused by) chemical reactions (charge transfer) occurring at
1155+
the electrode surfaces.
1156+
from_schema: https://w3id.org/nfdi4cat/coremeta4cat/common/
1157+
mappings:
1158+
- SIO:000008
1159+
is_a: has_quantitative_attribute
1160+
slot_uri: SIO:000008
1161+
owner: ElectrochemicalReactor
1162+
domain_of:
1163+
- ElectrochemicalReactor
1164+
range: QuantitativeAttribute
1165+
recommended: true
1166+
multivalued: true
1167+
inlined: true
1168+
inlined_as_list: true
1169+
has_stirrer_type:
1170+
name: has_stirrer_type
1171+
definition_uri: https://w3id.org/nfdi4cat/coremeta4cat/has_stirrer_type
1172+
description: The category of mechanical or magnetic agitation device used to ensure
1173+
homogeneous mixing within a reaction system or mixing vessel, such as a magnetic
1174+
stirrer or an overhead mechanical (steel shaft) stirrer.
1175+
from_schema: https://w3id.org/nfdi4cat/coremeta4cat/common/
1176+
mappings:
1177+
- VOC4CAT:0008113
1178+
is_a: has_qualitative_attribute
1179+
slot_uri: VOC4CAT:0008113
1180+
owner: CSTR
1181+
domain_of:
1182+
- CSTR
1183+
range: string
1184+
recommended: true
1185+
multivalued: true
1186+
inlined: false
1187+
inlined_as_list: false
1188+
has_stirrer_diameter:
1189+
name: has_stirrer_diameter
1190+
definition_uri: https://w3id.org/nfdi4cat/coremeta4cat/has_stirrer_diameter
1191+
description: The effective diameter of the stirrer. Typically expressed as the
1192+
distance across the rotating blade or mixing head from one tip to the opposite
1193+
tip.
1194+
from_schema: https://w3id.org/nfdi4cat/coremeta4cat/common/
1195+
mappings:
1196+
- VOC4CAT:0008115
1197+
is_a: has_quantitative_attribute
1198+
slot_uri: VOC4CAT:0008115
1199+
owner: CSTR
1200+
domain_of:
1201+
- CSTR
1202+
range: QuantitativeAttribute
1203+
recommended: true
1204+
multivalued: true
1205+
inlined: true
1206+
inlined_as_list: true
1207+
has_catalyst_particle_size:
1208+
name: has_catalyst_particle_size
1209+
definition_uri: https://w3id.org/nfdi4cat/coremeta4cat/has_catalyst_particle_size
1210+
description: A measure of the characteristic linear dimension of a particle in
1211+
a sample, typically reported as diameter, equivalent diameter, or another size
1212+
metric determined by an appropriate measurement method.
1213+
from_schema: https://w3id.org/nfdi4cat/coremeta4cat/common/
1214+
mappings:
1215+
- VOC4CAT:0008212
1216+
is_a: has_quantitative_attribute
1217+
slot_uri: VOC4CAT:0008212
1218+
owner: FixedBedReactor
1219+
domain_of:
1220+
- FixedBedReactor
1221+
range: QuantitativeAttribute
1222+
recommended: true
1223+
multivalued: true
1224+
inlined: true
1225+
inlined_as_list: true
1226+
has_catalyst_bed_volume:
1227+
name: has_catalyst_bed_volume
1228+
definition_uri: https://w3id.org/nfdi4cat/coremeta4cat/has_catalyst_bed_volume
1229+
description: The bulk volume taken up by the catalyst and potential diluent in
1230+
a fixed bed reactor.
1231+
from_schema: https://w3id.org/nfdi4cat/coremeta4cat/common/
1232+
mappings:
1233+
- VOC4CAT:0007021
1234+
is_a: has_quantitative_attribute
1235+
slot_uri: VOC4CAT:0007021
1236+
owner: FixedBedReactor
1237+
domain_of:
1238+
- FixedBedReactor
1239+
range: QuantitativeAttribute
1240+
recommended: true
1241+
multivalued: true
1242+
inlined: true
1243+
inlined_as_list: true
1244+
has_catalyst_dilution_material:
1245+
name: has_catalyst_dilution_material
1246+
definition_uri: https://w3id.org/nfdi4cat/coremeta4cat/has_catalyst_dilution_material
1247+
description: An inert solid mixed with catalyst particles in a fixed bed to modify
1248+
bed properties (e.g., improve heat transfer, hydrodynamics or isothermicity)
1249+
without participating in the reaction.
1250+
from_schema: https://w3id.org/nfdi4cat/coremeta4cat/common/
1251+
mappings:
1252+
- VOC4CAT:0008218
1253+
is_a: has_qualitative_attribute
1254+
slot_uri: VOC4CAT:0008218
1255+
owner: FixedBedReactor
1256+
domain_of:
1257+
- FixedBedReactor
1258+
range: QualitativeAttribute
1259+
recommended: true
1260+
multivalued: true
1261+
inlined: true
1262+
inlined_as_list: false
1263+
has_catalyst_bed_height:
1264+
name: has_catalyst_bed_height
1265+
definition_uri: https://w3id.org/nfdi4cat/coremeta4cat/has_catalyst_bed_height
1266+
description: The axial length of the packed catalyst section in a reactor, measured
1267+
along the direction of flow between the defined bed boundaries.
1268+
from_schema: https://w3id.org/nfdi4cat/coremeta4cat/common/
1269+
mappings:
1270+
- VOC4CAT:0008217
1271+
is_a: has_quantitative_attribute
1272+
slot_uri: VOC4CAT:0008217
1273+
owner: FixedBedReactor
1274+
domain_of:
1275+
- FixedBedReactor
1276+
range: QuantitativeAttribute
1277+
recommended: true
1278+
multivalued: true
1279+
inlined: true
1280+
inlined_as_list: true
10771281
has_atmosphere:
10781282
name: has_atmosphere
10791283
definition_uri: https://w3id.org/nfdi4cat/coremeta4cat/has_atmosphere
@@ -3845,9 +4049,6 @@ slots:
38454049
mappings:
38464050
- coremeta4cat:product_identification_method
38474051
slot_uri: coremeta4cat:product_identification_method
3848-
owner: CatalyticReaction
3849-
domain_of:
3850-
- CatalyticReaction
38514052
range: ProductIdentificationMethod
38524053
required: true
38534054
multivalued: true
@@ -7019,6 +7220,7 @@ slots:
70197220
slot_uri: SIO:000008
70207221
owner: MaterialisticMixin
70217222
domain_of:
7223+
- CSTR
70227224
- MaterialisticMixin
70237225
range: Volume
70247226
recommended: true
@@ -13677,10 +13879,10 @@ classes:
1367713879
- experiment_pressure
1367813880
- feed_composition_range
1367913881
- has_experiment_duration
13680-
- CatalyticReaction_product_identification_method
1368113882
- CatalyticReaction_rdf_type
1368213883
- CatalyticReaction_carried_out_by
1368313884
- CatalyticReaction_had_input_entity
13885+
- CatalyticReaction_product_identification_method
1368413886
slot_usage:
1368513887
rdf_type:
1368613888
name: rdf_type
@@ -13794,6 +13996,11 @@ classes:
1379413996
- rdf_type
1379513997
- Device_has_part
1379613998
- Device_other_identifier
13999+
- has_cathode
14000+
- has_anode
14001+
- has_cell_operating_mode
14002+
- has_active_area
14003+
- has_faradaic_current
1379714004
class_uri: VOC4CAT:0000193
1379814005
CSTR:
1379914006
name: CSTR
@@ -13815,6 +14022,10 @@ classes:
1381514022
- rdf_type
1381614023
- Device_has_part
1381714024
- Device_other_identifier
14025+
- has_stirring_speed
14026+
- has_volume
14027+
- has_stirrer_type
14028+
- has_stirrer_diameter
1381814029
class_uri: VOC4CAT:0007019
1381914030
PlugFlowReactor:
1382014031
name: PlugFlowReactor
@@ -13921,6 +14132,10 @@ classes:
1392114132
- rdf_type
1392214133
- Device_has_part
1392314134
- Device_other_identifier
14135+
- has_catalyst_particle_size
14136+
- has_catalyst_bed_volume
14137+
- has_catalyst_dilution_material
14138+
- has_catalyst_bed_height
1392414139
class_uri: coremeta4cat:FixedBedReactor
1392514140
FluidizedBedReactor:
1392614141
name: FluidizedBedReactor
@@ -14543,6 +14758,34 @@ classes:
1454314758
- ClassifierMixin_type
1454414759
- rdf_type
1454514760
class_uri: VOC4CAT:0000289
14761+
LiquidPhaseAnalysis:
14762+
name: LiquidPhaseAnalysis
14763+
definition_uri: https://w3id.org/nfdi4cat/coremeta4cat/LiquidPhaseAnalysis
14764+
description: Analysis of the liquid sample from a catalytic test.
14765+
from_schema: https://w3id.org/nfdi4cat/coremeta4cat/reaction/
14766+
mappings:
14767+
- VOc4CAT:0007813
14768+
is_a: ProductIdentificationMethod
14769+
slots:
14770+
- title
14771+
- description
14772+
- ClassifierMixin_type
14773+
- rdf_type
14774+
class_uri: VOc4CAT:0007813
14775+
GasPhaseAnalysis:
14776+
name: GasPhaseAnalysis
14777+
definition_uri: https://w3id.org/nfdi4cat/coremeta4cat/GasPhaseAnalysis
14778+
description: Analysis of the liquid sample from a catalytic test.
14779+
from_schema: https://w3id.org/nfdi4cat/coremeta4cat/reaction/
14780+
mappings:
14781+
- VOC4CAT:0007814
14782+
is_a: ProductIdentificationMethod
14783+
slots:
14784+
- title
14785+
- description
14786+
- ClassifierMixin_type
14787+
- rdf_type
14788+
class_uri: VOC4CAT:0007814
1454614789
MaterialDescriptorMixin:
1454714790
name: MaterialDescriptorMixin
1454814791
definition_uri: https://w3id.org/nfdi4cat/coremeta4cat/MaterialDescriptorMixin
@@ -18592,5 +18835,5 @@ metamodel_version: 1.7.0
1859218835
source_file: coremeta4cat.yaml
1859318836
source_file_date: '2026-07-10T09:33:48'
1859418837
source_file_size: 6791
18595-
generation_date: '2026-07-13T10:06:23'
18838+
generation_date: '2026-07-13T11:37:02'
1859618839

0 commit comments

Comments
 (0)