Skip to content

Commit 10819a7

Browse files
authored
Merge pull request #91 from arjunneyyathalaCat/Addition-of-Voc4Cat-CURIEs-for-synthesis-data-class
new Voc4Cat CURIE addition
2 parents 6f669aa + 6eda659 commit 10819a7

2 files changed

Lines changed: 15 additions & 14 deletions

File tree

src/coremeta4cat/schema/coremeta4cat_common.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ classes:
101101

102102
Duration:
103103
is_a: QuantitativeAttribute
104-
class_uri: qudt:Quantity
104+
class_uri: VOC4CAT:0008120
105105
description: A quantitative measure of elapsed time (duration of a process step).
106106
close_mappings:
107107
- PATO:0001309
@@ -115,7 +115,7 @@ classes:
115115

116116
HeatingRate:
117117
is_a: QuantitativeAttribute
118-
class_uri: qudt:Quantity
118+
class_uri: VOC4CAT:0008116
119119
description: Rate of temperature change per unit time during a thermal ramp.
120120

121121
AngularVelocity:
@@ -296,13 +296,13 @@ slots:
296296

297297
has_drying_temperature:
298298
is_a: has_temperature
299-
slot_uri: SIO:000008
299+
slot_uri: VOC4CAT:0008207
300300
range: Temperature
301301
description: Temperature applied during the drying step.
302302

303303
has_drying_duration:
304304
is_a: has_duration
305-
slot_uri: SIO:000008
305+
slot_uri: VOC4CAT:0008206
306306
range: Duration
307307
description: Duration of the drying step.
308308

@@ -319,7 +319,7 @@ slots:
319319

320320
has_calcination_dwelling_time:
321321
is_a: has_duration
322-
slot_uri: SIO:000008
322+
slot_uri: VOC4CAT:0000060
323323
range: Duration
324324
description: Time held at the final calcination temperature.
325325

@@ -331,7 +331,7 @@ slots:
331331

332332
has_calcination_gas_flow_rate:
333333
is_a: has_flow_rate
334-
slot_uri: SIO:000008
334+
slot_uri: VOC4CAT:0000056
335335
range: VolumeFlowRate
336336
description: Gas flow rate maintained during calcination.
337337

@@ -377,15 +377,15 @@ slots:
377377

378378
has_atmosphere:
379379
is_a: has_qualitative_attribute
380-
slot_uri: SIO:000008
380+
slot_uri: VOC4CAT:0007809
381381
range: Atmosphere
382382
description: Gaseous environment or atmospheric conditions during a process.
383383
multivalued: true
384384
inlined_as_list: true
385385

386386
has_drying_atmosphere:
387387
is_a: has_atmosphere
388-
slot_uri: SIO:000008
388+
slot_uri: VOC4CAT:0008208
389389
range: Atmosphere
390390
description: Atmosphere maintained during the drying step.
391391
multivalued: true
@@ -465,7 +465,7 @@ slots:
465465
drying_device:
466466
description: Device used for drying (e.g. oven, rotary evaporator).
467467
range: string
468-
slot_uri: coremeta4cat:drying_device
468+
slot_uri: VOC4CAT:0008122
469469
multivalued: true
470470

471471
# ---- Measurement / analytical slots ----

src/coremeta4cat/schema/coremeta4cat_synthesis_ap.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ classes:
166166

167167
Precursor:
168168
is_a: MaterialSample
169-
class_uri: CHEBI:52717 # precursor
169+
class_uri: VOC4CAT:0007794 # precursor
170170
description: |-
171171
A MaterialSample that serves as input material in a catalyst Synthesis.
172172
Precursors are consumed or transformed during the preparation process.
@@ -176,6 +176,7 @@ classes:
176176
precursor_quantity:
177177
required: true
178178

179+
slot_uri: VOC4CAT:0008118
179180
CatalystSample:
180181
is_a: MaterialSample
181182
class_uri: OBI:0000747 # specimen — reuses MaterialSample class_uri; specific catalyst type via rdf_type
@@ -194,7 +195,7 @@ classes:
194195

195196
PreparationMethod:
196197
is_a: Plan
197-
class_uri: OBI:0000272 # protocol
198+
class_uri: VOC4CAT:0007016 # protocol
198199
abstract: true
199200
description: |-
200201
An abstract Plan describing the protocol used to prepare a catalyst.
@@ -530,7 +531,7 @@ slots:
530531

531532
has_aging_duration:
532533
is_a: has_duration
533-
slot_uri: SIO:000008
534+
slot_uri: VOC4CAT:0008204
534535
range: Duration
535536
description: Duration of the aging step.
536537

@@ -624,7 +625,7 @@ slots:
624625
stirrer_type:
625626
description: Type of stirrer used (e.g. magnetic, mechanical, none).
626627
range: string
627-
slot_uri: coremeta4cat:stirrer_type
628+
slot_uri: VOC4CAT:0008113
628629
multivalued: true
629630

630631
cooling_rate:
@@ -858,7 +859,7 @@ slots:
858859
precipitation_agent:
859860
description: Agent used to induce precipitation in molecular synthesis.
860861
range: string
861-
slot_uri: coremeta4cat:precipitation_agent
862+
slot_uri: VOC4CAT:0008203
862863
multivalued: true
863864

864865
crystallisation_duration:

0 commit comments

Comments
 (0)