Skip to content

Commit

Permalink
deploy: 99db76c
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimonclark committed Jul 29, 2024
1 parent b6c72d1 commit 3c91041
Show file tree
Hide file tree
Showing 22 changed files with 397 additions and 231 deletions.
166 changes: 166 additions & 0 deletions assets/jsonld/csvw_table_schema_basytec.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,166 @@
{
"@context": "https://w3id.org/emmo/domain/battery/context",
"@type": "csvw:TableSchema",
"csvw:columns": [
{
"@type": "csvw:Column",
"csvw:name": "time",
"csvw:titles": "Test Time",
"dc:description": "time of the current data point relative to the start of the test",
"csvw:propertyUrl": {
"@type": "TestTime"
},
"hasMeasurementUnit": [
{
"@id": "emmo:Hour"
},
{
"@id": "unit:HR"
}
],
"schema:unitCode": [
{
"@id": "emmo:Hour"
},
{
"@id": "unit:HR"
}
],
"csvw:datatype": "xsd:decimal",
"csvw:required": "true"
},
{
"@type": "csvw:Column",
"csvw:name": "cycle",
"csvw:titles": "Cycle Index",
"dc:description": "the current cycle number in the test",
"csvw:propertyUrl": {
"@type": "CycleIndex"
},
"hasMeasurementUnit": [
{
"@id": "emmo:UnitOne"
},
{
"@id": "unit:UNITLESS"
}
],
"schema:unitCode": [
{
"@id": "emmo:UnitOne"
},
{
"@id": "unit:UNITLESS"
}
],
"csvw:datatype": "xsd:integer",
"csvw:required": "false"
},
{
"@type": "csvw:Column",
"csvw:name": "volt",
"csvw:titles": "Voltage",
"csvw:propertyUrl": {
"@type": "CellVoltage"
},
"hasMeasurementUnit": [
{
"@id": "emmo:Volt"
},
{
"@id": "unit:V"
}
],
"schema:unitCode": [
{
"@id": "emmo:Volt"
},
{
"@id": "unit:V"
}
],
"csvw:datatype": "xsd:decimal",
"csvw:required": "true"
},
{
"@type": "csvw:Column",
"csvw:name": "curr",
"csvw:titles": "Current",
"csvw:propertyUrl": {
"@type": "CellCurrent"
},
"hasMeasurementUnit": [
{
"@id": "emmo:Ampere"
},
{
"@id": "unit:A"
}
],
"schema:unitCode": [
{
"@id": "emmo:Ampere"
},
{
"@id": "unit:A"
}
],
"csvw:datatype": "xsd:decimal",
"csvw:required": "true"
},
{
"@type": "csvw:Column",
"csvw:name": "ah",
"csvw:titles": "Capacity",
"csvw:propertyUrl": {
"@type": "Capacity"
},
"hasMeasurementUnit": [
{
"@id": "emmo:AmpereHour"
},
{
"@id": "unit:A-HR"
}
],
"schema:unitCode": [
{
"@id": "emmo:AmpereHour"
},
{
"@id": "unit:A-HR"
}
],
"csvw:datatype": "xsd:decimal",
"csvw:required": "false"
},
{
"@type": "csvw:Column",
"csvw:name": "ah-step",
"csvw:titles": "Step Capacity",
"csvw:propertyUrl": {
"@type": "StepCapacity"
},
"hasMeasurementUnit": [
{
"@id": "emmo:AmpereHour"
},
{
"@id": "unit:A-HR"
}
],
"schema:unitCode": [
{
"@id": "emmo:AmpereHour"
},
{
"@id": "unit:A-HR"
}
],
"csvw:datatype": "xsd:decimal",
"csvw:required": "false"
}
],
"csvw:primaryKey": "time"
}

22 changes: 11 additions & 11 deletions context/context.json
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@
"@type": "@id"
},
"hasSolvent": {
"@id": "https://w3id.org/emmo/domain/electrochemistry#electrochemistry_3b8dd629_7777_4908_957d_d2304031e8b9",
"@id": "https://w3id.org/emmo/domain/electrochemistry#electrochemistry_808e94df_e002_4e64_a6db_182ed75078c6",
"@type": "@id"
},
"hasSpatialPart": {
Expand Down Expand Up @@ -1601,7 +1601,7 @@
"DeviceTemperature": "https://w3id.org/emmo/domain/electrochemistry#electrochemistry_463950b9_fd8d_48de_a52d_b29cab026391",
"DewPointTemperature": "https://w3id.org/emmo#EMMO_a383e332_a271_463f_9e44_559604547220",
"Diameter": "https://w3id.org/emmo#EMMO_c1c8ac3c_8a1c_4777_8e0b_14c1f9f9b0c6",
"Dichloromethane": "https://w3id.org/emmo/domain/chemical-substance#substance_a6feec60_5fe7_4687_b427_3bf2ed06008d",
"Dichloromethane": "https://w3id.org/emmo/domain/chemical-substance#substance_8385c3c4_5906_48f6_b6b6_4bb60dccc27a",
"DieCasting": "https://w3id.org/emmo#EMMO_a85d0b8a_588e_423f_b799_97b0890e9183",
"DielectricAndImpedanceSpectroscopy": "https://w3id.org/emmo/domain/characterisation-methodology/chameo#DielectricAndImpedanceSpectroscopy",
"Dielectrometry": "https://w3id.org/emmo/domain/characterisation-methodology/chameo#Dielectrometry",
Expand Down Expand Up @@ -2697,7 +2697,7 @@
"MassExcess": "https://w3id.org/emmo#EMMO_7dd84949_0afa_4313_9b89_7bb0dd2e7771",
"MassFlow": "https://w3id.org/emmo#EMMO_6d61ee3c_c5b6_4452_bc11_e9c33af992a7",
"MassFluxUnit": "https://w3id.org/emmo#EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450",
"MassFraction": "https://w3id.org/emmo#EMMO_7c055d65_2929_40e1_af4f_4bf10995ad50",
"MassFraction": "https://w3id.org/emmo/disciplines/units/coherentsiunits#EMMO_089f13b1_ceb3_4d2a_8795_b4a2d92916da",
"MassFractionOfDryMatter": "https://w3id.org/emmo#EMMO_8f171308_f902_42c5_ac1d_d5259022e9c1",
"MassFractionOfWater": "https://w3id.org/emmo#EMMO_cac16ce6_2cef_405d_ac63_0f918db4875e",
"MassFractionUnit": "https://w3id.org/emmo#EMMO_18448443_dcf1_49b8_a321_cf46e2c393e1",
Expand Down Expand Up @@ -3326,7 +3326,7 @@
"Porosity": "https://w3id.org/emmo#EMMO_3a6578ac_aee0_43b9_9bc6_1eb208c8c9a9",
"PorousElectrode": "https://w3id.org/emmo/domain/electrochemistry#electrochemistry_3663991d_9319_4f7a_922b_f0e428b58801",
"PorousSeparator": "https://w3id.org/emmo/domain/electrochemistry#electrochemistry_58413d4e_2885_459e_ac06_8d45e661cf91",
"PositionVector": "https://w3id.org/emmo#EMMO_4312cae4_03ba_457e_b35d_0671a7db350c",
"PositionVector": "https://w3id.org/emmo#EMMO_44da6d75_54a4_4aa8_bd3a_156f6e9abb8e",
"PositiveElectrode": "https://w3id.org/emmo/domain/electrochemistry#electrochemistry_aff732a9_238a_4734_977c_b2ba202af126",
"PositiveTerminal": "https://w3id.org/emmo/domain/electrochemistry#electrochemistry_522f0c0b_cf33_4328_af71_12e38dae6798",
"Positron": "https://w3id.org/emmo#EMMO_26a38b26_38ea_4acf_b212_db9e34c71b7a",
Expand Down Expand Up @@ -3364,7 +3364,7 @@
"PotentialScanRate": "https://w3id.org/emmo/domain/electrochemistry#electrochemistry_264f40d1_17c9_4bc7_9c47_5cfb18132278",
"PotentialTimePlot": "https://w3id.org/emmo/domain/electrochemistry#electrochemistry_cd7d24a5_db31_4d76_97d9_367c809f099e",
"PotentiometricSelectivityCoefficient": "https://w3id.org/emmo/domain/electrochemistry#electrochemistry_136744ff_0563_4df7_aa03_4219d70392a0",
"PotentiometricStrippingAnalysis": "https://w3id.org/emmo/domain/electrochemistry#electrochemistry_916b1863_f417_4b94_9407_9d749ada9ed5",
"PotentiometricStrippingAnalysis": "https://w3id.org/emmo/domain/characterisation-methodology/chameo#PotentiometricStrippingAnalysis",
"Potentiometry": "https://w3id.org/emmo/domain/characterisation-methodology/chameo#Potentiometry",
"Potentiostat": "https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a9fc3f77_e48e_4bce_b118_044d608722f6",
"PotentiostaticCycling": "https://w3id.org/emmo/domain/electrochemistry#electrochemistry_5a5ef74b_e4a7_4b85_ab21_ae0febebaf58",
Expand Down Expand Up @@ -3442,7 +3442,7 @@
"Pyridine": "https://w3id.org/emmo/domain/chemical-substance#substance_f1e874cf_3e5e_46e3_9bb9_0befc3f7361a",
"PyruvicAcid": "https://w3id.org/emmo/domain/chemical-substance#substance_feb95008_db3a_4506_b7ff_6263befa0d64",
"Python": "https://w3id.org/emmo#EMMO_add2e29d_6d87_4b78_9706_588e25557093",
"QualityFactor": "https://w3id.org/emmo#EMMO_0658e7df_ffd9_4779_82fc_62efe0a7f3b1",
"QualityFactor": "https://w3id.org/emmo#EMMO_cff5ef70_96eb_4ea3_9bea_fe1fbe6177be",
"Quantity": "https://w3id.org/emmo#EMMO_0650c031_42b6_4f0a_b62d_d88f071da6bf",
"QuantityValue": "https://w3id.org/emmo#EMMO_f658c301_ce93_46cf_9639_4eace2c5d1d5",
"Quantum": "https://w3id.org/emmo#EMMO_3f9ae00e_810c_4518_aec2_7200e424cf68",
Expand Down Expand Up @@ -3624,7 +3624,7 @@
"ReciprocalVolume": "https://w3id.org/emmo#EMMO_ca369738_78de_470b_8631_be83f75e45a3",
"ReciprocalWeber": "https://w3id.org/emmo#ReciprocalWeber",
"RecombinationCoefficient": "https://w3id.org/emmo#EMMO_65b794a4_cf52_4d0a_88c4_2c479537b30a",
"Record": "https://w3id.org/emmo/domain/electrochemistry#electrochemistry_838a927f_775e_4c6d_8e39_7865548608c2",
"Record": "https://w3id.org/emmo/domain/electrochemistry#electrochemistry_59c041fc_eaa1_40fc_9b3e_1a6aca6119fd",
"RecoveredCapacity": "https://w3id.org/emmo/domain/electrochemistry#electrochemistry_73f169de_d189_4d7c_893f_a2549771825c",
"RectangularElectrode": "https://w3id.org/emmo/domain/electrochemistry#electrochemistry_14377ecb_5ead_431e_831e_159d622bd0ea",
"RedAntiQuark": "https://w3id.org/emmo#EMMO_74fd4dfc_a59e_4f66_8822_7fc3ad8a0664",
Expand Down Expand Up @@ -3671,7 +3671,7 @@
"ResistanceToAlternativeCurrent": "https://w3id.org/emmo#EMMO_83a43803_0b0f_45a4_86a3_bc6b32e6a540",
"ResonanceEnergy": "https://w3id.org/emmo#EMMO_038cb8cb_c035_40c1_a3e7_7f24d63b2804",
"ResonanceEscapeProbability": "https://w3id.org/emmo#EMMO_0b0dc439_fe4b_4e59_a5f6_655b0bf48559",
"ResourceIdentifier": "http://purl.org/spar/datacite/ResourceIdentifier",
"ResourceIdentifier": "https://w3id.org/emmo#EMMO_c404e6d9_261d_4d2e_ab0d_ba4e05062647",
"ResponseTimeAtAnISE": "https://w3id.org/emmo/domain/electrochemistry#electrochemistry_1a104474_c326_4a29_ac26_26a05ac8f72c",
"RestEnergy": "https://w3id.org/emmo#EMMO_5117c5fe_f661_46f8_83c3_b48947f1532a",
"RestMass": "https://w3id.org/emmo#EMMO_3c947caf_4070_4c79_a3a3_e53274ac9944",
Expand Down Expand Up @@ -4040,7 +4040,7 @@
"StaircasePotentialRamp": "https://w3id.org/emmo/domain/electrochemistry#electrochemistry_d359386f_ae2d_4ad4_9616_464e2111b67d",
"StandaloneAtom": "https://w3id.org/emmo#EMMO_2fd3f574_5e93_47fe_afca_ed80b0a21ab4",
"StandaloneModelSimulation": "https://w3id.org/emmo#EMMO_d0bcf2ca_cd55_4f34_8fc2_2decc4c6087a",
"StandardAbsoluteActivity": "https://w3id.org/emmo#EMMO_d368744e_bb2e_4d40_a7ef_762505b6027e",
"StandardAbsoluteActivity": "https://w3id.org/emmo#EMMO_340ec9c3_7b0a_4169_a739_6f9242517ff4",
"StandardAbsoluteActivityOfSolvent": "https://w3id.org/emmo#EMMO_bf66642d_f13d_42d2_ad6d_eafd41686155",
"StandardAmountConcentration": "https://w3id.org/emmo#EMMO_46b8d239_5d79_4d3e_bf8e_228d52fc3428",
"StandardChemicalPotential": "https://w3id.org/emmo#EMMO_be31e6c6_881f_41c4_8354_c05aac4d7c46",
Expand Down Expand Up @@ -4282,7 +4282,7 @@
"TinSymbol": "https://w3id.org/emmo#EMMO_09e84f72_511a_5d22_adf1_accacaf7146a",
"Titanium": "https://w3id.org/emmo/domain/chemical-substance#substance_f8d50782_11fa_4188_ba55_d043d2eb597d",
"TitaniumAtom": "https://w3id.org/emmo#EMMO_0eee5986_12a1_5f73_b5e0_6eb2b640c924",
"TitaniumBasedElectrode": "https://w3id.org/emmo/domain/electrochemistry#electrochemistry_d90221a0_0da7_4876_9cac_0e943e445f6f",
"TitaniumBasedElectrode": "https://w3id.org/emmo/domain/electrochemistry#electrochemistry_9c557caa_61e2_4fa9_a517_4bad01a68122",
"TitaniumDioxide": "https://w3id.org/emmo/domain/chemical-substance#substance_d673ceb2_3045_4e2e_8cad_56f5169b542f",
"TitaniumDioxideElectrode": "https://w3id.org/emmo/domain/electrochemistry#electrochemistry_76fe8fb2_868e_48eb_95ca_fc6acd6f5fc9",
"TitaniumIIIOxide": "https://w3id.org/emmo/domain/chemical-substance#substance_5ca70573_eeed_4fed_af97_32560b532ccd",
Expand Down Expand Up @@ -4472,7 +4472,7 @@
"WaveSpring": "https://w3id.org/emmo/domain/electrochemistry#electrochemistry_6385e07f_f40d_46b2_b998_c439950d75cb",
"WaveVector": "https://w3id.org/emmo#EMMO_6074aa9d_7c3b_4011_b45a_4e7cde6f5f39",
"Wavelength": "https://w3id.org/emmo#EMMO_573c7572_e7c7_4909_93a4_2bfe102e389d",
"Wavenumber": "https://w3id.org/emmo#EMMO_e0aaed83_9224_4bd8_a960_a813c4569412",
"Wavenumber": "https://w3id.org/emmo#EMMO_d859588d_44dc_4614_bc75_5fcd0058acc8",
"WeakAcid": "https://w3id.org/emmo/domain/chemical-substance#substance_29fd347b_6a15_4c98_a982_84cf555b0b86",
"WeakBaseCompound": "https://w3id.org/emmo/domain/chemical-substance#substance_8e5448fc_1916_4afb_9fd9_2489797f6922",
"WeakBoson": "https://w3id.org/emmo#EMMO_1dcc2b31_7ff4_49ed_a1bc_6e4c055c951c",
Expand Down
Loading

0 comments on commit 3c91041

Please sign in to comment.