diff --git a/docs/assets/jsonld/electrochemical_method_capacity_retention_and_recovery.jsonld b/docs/assets/jsonld/electrochemical_method_capacity_retention_and_recovery.jsonld new file mode 100644 index 0000000..00dcfeb --- /dev/null +++ b/docs/assets/jsonld/electrochemical_method_capacity_retention_and_recovery.jsonld @@ -0,0 +1,331 @@ +{ + "@context": "https://w3id.org/emmo/domain/electrochemistry/context", + "@type": ["CapacityRetentionAndRecoveryTest", "SerialWorkflow"], + "rdfs:label": "Example Capacity Retention and Recovery Test", + "rdfs:comment": "This is an example of how to describe a capacity retention and recovery test, that also builds on the domain for characterisation methodology (CHAMEO).", + "hasOperator": { + "@type": "schema:Person", + "@id": "https://orcid.org/0000-0002-8758-6109", + "rdfs:label": "Simon Clark", + "rdfs:comment": "The person who performs the test" + }, + "hasLaboratory": { + "@type": "Laboratory", + "@id": "https://www.wikidata.org/wiki/Q127510279", + "rdfs:label": "SINTEF Battery Laboratory", + "rdfs:comment": "The laboratory where the test is performed" + }, + "hasCharacterisationEnvironment": { + "@type": "CharacterisationEnvironment", + "rdfs:label": "Example Environment", + "rdfs:comment": "The environment where the test is performed", + "hasCharacterisationEnvironmentProperty": [ + { + "@type": "AmbientCelsiusTemperature", + "hasNumericalPart": { + "@type": "Real", + "hasNumericalValue": 20 + }, + "hasMeasurementUnit": "emmo:DegreeCelsius" + } + ] + }, + "hasTask": { + "@type": ["SamplePreparation", "ConstantCurrentDischarging"], + "hasMeasurementParameter": [ + { + "@type": "DischargingCRate", + "hasNumericalPart": { + "@type": "Real", + "hasNumericalValue": 0.2 + }, + "hasMeasurementUnit": "emmo:AmperePerAmpereHour" + }, + { + "@type": ["LowerVoltageLimit", "TerminationQuantity"], + "hasNumericalPart": { + "@type": "Real", + "hasNumericalValue": 2.4 + }, + "hasMeasurementUnit": "emmo:Volt" + } + ], + "hasNext": { + "@type": ["SamplePreparation", "ConstantCurrentConstantVoltageCharging", "SerialWorkflow"], + "rdfs:label": "Example of device charging preparation", + "rdfs:comment": "This process prepares the electrochemical device for testing by first charging it using a CCCV protocol at C/5 to an upper voltage limit of 4.2 V.", + "hasTask": { + "@type": "ConstantCurrentCharging", + "hasMeasurementParameter": [ + { + "@type": "ChargingCRate", + "hasNumericalPart": { + "@type": "Real", + "hasNumericalValue": 0.2 + }, + "hasMeasurementUnit": "emmo:AmperePerAmpereHour" + }, + { + "@type": ["UpperVoltageLimit", "TerminationQuantity"], + "hasNumericalPart": { + "@type": "Real", + "hasNumericalValue": 4.2 + }, + "hasMeasurementUnit": "emmo:Volt" + } + ], + "hasInput": { + "@type": "ElectrochemicalDevice" + }, + "hasOutput": [ + { + "@type": "ElectrochemicalDevice", + "rdfs:comment": "the output of the process is the same persistent device as the input, but in a different state, i.e., partially charged" + }, + { + "@type": "TimeSeriesElectricalDataSet" + } + ], + "hasNext": { + "@type": "ConstantVoltageCharging", + "hasMeasurementParameter": [ + { + "@type": "ChargingVoltage", + "hasNumericalPart": { + "@type": "Real", + "hasNumericalValue": 4.2 + }, + "hasMeasurementUnit": "emmo:Volt" + }, + { + "@type": ["LowerCRateLimit", "TerminationQuantity"], + "hasNumericalPart": { + "@type": "Real", + "hasNumericalValue": 0.01 + }, + "hasMeasurementUnit": "emmo:AmperePerAmpereHour" + } + ], + "hasInput": { + "@type": "ElectrochemicalDevice" + }, + "hasOutput": [ + { + "@type": "ElectrochemicalDevice", + "rdfs:comment": "the output of the process is the same persistent device as the input, but in a different state, i.e., fully charged" + }, + { + "@type": "TimeSeriesElectricalDataSet" + } + ], + "hasNext": { + "@type": "Resting", + "hasMeasurementParameter": { + "@type": ["RestingTime", "TerminationQuantity"], + "hasNumericalPart": { + "@type": "Real", + "hasNumericalValue": 28 + }, + "hasMeasurementUnit": "emmo:Day" + } + } + } + }, + "hasNext": { + "@type": "ConstantCurrentDischarging", + "hasMeasurementParameter": [ + { + "@type": "DischargingCRate", + "hasNumericalPart": { + "@type": "Real", + "hasNumericalValue": 0.2 + }, + "hasMeasurementUnit": "emmo:AmperePerAmpereHour" + }, + { + "@type": ["LowerVoltageLimit", "TerminationQuantity"], + "hasNumericalPart": { + "@type": "Real", + "hasNumericalValue": 2.4 + }, + "hasMeasurementUnit": "emmo:Volt" + } + ], + "hasInput": { + "@type": "ElectrochemicalDevice" + }, + "hasOutput": [ + { + "@type": "ElectrochemicalDevice" + }, + { + "@type": "TimeSeriesElectricalDataSet", + "hasConstituent": [ + { + "@type": "TimeData" + }, + { + "@type": "VoltageData" + }, + { + "@type": "ElectricCurrentData" + } + ] + } + ], + "hasNext": { + "@type": "CapacityCalculation", + "hasInput": [ + { + "@type": "TimeData" + }, + { + "@type": "ElectricCurrentData" + } + ], + "hasOutput": { + "@type": "RetainedCapacity", + "@reverse": { + "hasProperty": { + "@type": "ElectrochemicalDevice" + } + } + }, + "hasNext": { + "@type": ["SamplePreparation", "ConstantCurrentConstantVoltageCharging", "SerialWorkflow"], + "rdfs:label": "Example of device charging preparation", + "rdfs:comment": "This process prepares the electrochemical device for testing by first charging it using a CCCV protocol at C/5 to an upper voltage limit of 4.2 V.", + "hasTask": { + "@type": "ConstantCurrentCharging", + "hasMeasurementParameter": [ + { + "@type": "ChargingCRate", + "hasNumericalPart": { + "@type": "Real", + "hasNumericalValue": 0.2 + }, + "hasMeasurementUnit": "emmo:AmperePerAmpereHour" + }, + { + "@type": ["UpperVoltageLimit", "TerminationQuantity"], + "hasNumericalPart": { + "@type": "Real", + "hasNumericalValue": 4.2 + }, + "hasMeasurementUnit": "emmo:Volt" + } + ], + "hasInput": { + "@type": "ElectrochemicalDevice" + }, + "hasOutput": [ + { + "@type": "ElectrochemicalDevice", + "rdfs:comment": "the output of the process is the same persistent device as the input, but in a different state, i.e., partially charged" + }, + { + "@type": "TimeSeriesElectricalDataSet" + } + ], + "hasNext": { + "@type": "ConstantVoltageCharging", + "hasMeasurementParameter": [ + { + "@type": "ChargingVoltage", + "hasNumericalPart": { + "@type": "Real", + "hasNumericalValue": 4.2 + }, + "hasMeasurementUnit": "emmo:Volt" + }, + { + "@type": ["LowerCRateLimit", "TerminationQuantity"], + "hasNumericalPart": { + "@type": "Real", + "hasNumericalValue": 0.01 + }, + "hasMeasurementUnit": "emmo:AmperePerAmpereHour" + } + ], + "hasInput": { + "@type": "ElectrochemicalDevice" + }, + "hasOutput": [ + { + "@type": "ElectrochemicalDevice", + "rdfs:comment": "the output of the process is the same persistent device as the input, but in a different state, i.e., fully charged" + }, + { + "@type": "TimeSeriesElectricalDataSet" + } + ], + "hasNext": { + "@type": "ConstantCurrentDischarging", + "hasMeasurementParameter": [ + { + "@type": "DischargingCRate", + "hasNumericalPart": { + "@type": "Real", + "hasNumericalValue": 0.2 + }, + "hasMeasurementUnit": "emmo:AmperePerAmpereHour" + }, + { + "@type": ["LowerVoltageLimit", "TerminationQuantity"], + "hasNumericalPart": { + "@type": "Real", + "hasNumericalValue": 2.4 + }, + "hasMeasurementUnit": "emmo:Volt" + } + ], + "hasInput": { + "@type": "ElectrochemicalDevice" + }, + "hasOutput": [ + { + "@type": "ElectrochemicalDevice" + }, + { + "@type": "TimeSeriesElectricalDataSet", + "hasConstituent": [ + { + "@type": "TimeData" + }, + { + "@type": "VoltageData" + }, + { + "@type": "ElectricCurrentData" + } + ] + } + ], + "hasNext": { + "@type": "CapacityCalculation", + "hasInput": [ + { + "@type": "TimeData" + }, + { + "@type": "ElectricCurrentData" + } + ], + "hasOutput": { + "@type": "RecoveredCapacity", + "@reverse": { + "hasProperty": { + "@type": "ElectrochemicalDevice" + } + } + } + } + } + } + } + } + } + } + } + } +} \ No newline at end of file diff --git a/docs/assets/jsonld/constant_current_constant_voltage_cycling.jsonld b/docs/assets/jsonld/electrochemical_method_constant_current_constant_voltage_cycling.jsonld similarity index 98% rename from docs/assets/jsonld/constant_current_constant_voltage_cycling.jsonld rename to docs/assets/jsonld/electrochemical_method_constant_current_constant_voltage_cycling.jsonld index 094e426..7b5b047 100644 --- a/docs/assets/jsonld/constant_current_constant_voltage_cycling.jsonld +++ b/docs/assets/jsonld/electrochemical_method_constant_current_constant_voltage_cycling.jsonld @@ -9,9 +9,9 @@ "rdfs:label": "SimonClark" }, "hasLab": { - "@type": "Lab", + "@type": "Laboratory", "@id": "https://www.wikidata.org/wiki/Q127510279", - "rdfs:label": "SINTEFBatteryLab" + "rdfs:label": "SINTEF Battery Lab" }, "hasCharacterisationEnvironment": { "@type": "CharacterisationEnvironment", diff --git a/docs/assets/jsonld/electrochemical_method_cyclic_voltammetry.jsonld b/docs/assets/jsonld/electrochemical_method_cyclic_voltammetry.jsonld new file mode 100644 index 0000000..2815227 --- /dev/null +++ b/docs/assets/jsonld/electrochemical_method_cyclic_voltammetry.jsonld @@ -0,0 +1,134 @@ +{ + "@context": "https://w3id.org/emmo/domain/electrochemistry/context", + "@type": ["CyclicVoltammetry", "IterativeWorkflow"], + "rdfs:label": "Example Cyclic Voltammetry Measurement", + "rdfs:comment": "an example of a description of a cyclic voltammetry process", + "hasOperator": { + "@type": "schema:Person", + "@id": "https://orcid.org/0000-0002-8758-6109", + "rdfs:label": "SimonClark" + }, + "hasLab": { + "@type": "Laboratory", + "@id": "https://www.wikidata.org/wiki/Q127510279", + "rdfs:label": "SINTEFBatteryLab" + }, + "hasCharacterisationEnvironment": { + "@type": "CharacterisationEnvironment", + "rdfs:label": "ExampleEnvironment", + "rdfs:comment": "the environment where the test is performed", + "hasCharacterisationEnvironmentProperty": [ + { + "@type": "AmbientCelsiusTemperature", + "hasNumericalPart": { + "@type": "Real", + "hasNumericalValue": 20 + }, + "hasMeasurementUnit": "emmo:DegreeCelsius" + } + ] + }, + "hasInput": { + "@type": "ThreeElectrodeCell", + "hasWorkingElectrode": { + "@type": "GlassyCarbonElectrode" + }, + "hasCounterElectrode": { + "@type": "PlatinumElectrode" + }, + "hasReferenceElectrode": { + "@type": "ReversibleHydrogenElectrode" + }, + "hasElectrolyte": { + "@type": "AlkalineElectroylte", + "hasSolute": { + "@type": "PotassiumHydroxide", + "hasProperty": { + "@type": "AmountConcentration", + "hasNumericalPart": { + "@type": "Real", + "hasNumericalValue": 1 + }, + "hasMeasurementUnit": "emmo:MolePerLitre" + } + } + } + }, + "hasOutput": [ + { + "@type": "TimeSeriesDataSet", + "hasConstituent": [ + { + "@type": "TimeData" + }, + { + "@type": "VoltageData" + }, + { + "@type": "CurrentData" + } + ] + } + ], + "hasTemporaryParticipant": { + "@type": "Potentiostat" + }, + "hasTask": { + "@type": "ForwardVoltageSweep", + "hasMeasurementParameter": [ + { + "@type": "PotentialScanRate", + "hasNumericalPart": { + "@type": "Real", + "hasNumericalValue": 10 + }, + "hasMeasurementUnit": "emmo:MilliVoltPerSecond" + }, + { + "@type": ["LowerVoltageLimit"], + "hasNumericalPart": { + "@type": "Real", + "hasNumericalValue": -0.2 + }, + "hasMeasurementUnit": "emmo:Volt" + }, + { + "@type": ["UpperVoltageLimit"], + "hasNumericalPart": { + "@type": "Real", + "hasNumericalValue": 1.2 + }, + "hasMeasurementUnit": "emmo:Volt" + } + ], + "hasNext": { + "@type": "ReverseVoltageSweep", + "hasMeasurementParameter": [ + { + "@type": "PotentialScanRate", + "hasNumericalPart": { + "@type": "Real", + "hasNumericalValue": 10 + }, + "hasMeasurementUnit": "emmo:MilliVoltPerSecond" + }, + { + "@type": ["LowerVoltageLimit"], + "hasNumericalPart": { + "@type": "Real", + "hasNumericalValue": -0.2 + }, + "hasMeasurementUnit": "emmo:Volt" + }, + { + "@type": ["UpperVoltageLimit"], + "hasNumericalPart": { + "@type": "Real", + "hasNumericalValue": 1.2 + }, + "hasMeasurementUnit": "emmo:Volt" + } + ] + } + } +} \ No newline at end of file diff --git a/docs/assets/jsonld/electrochemical_method_electrochemical_impedance_spectroscopy.jsonld b/docs/assets/jsonld/electrochemical_method_electrochemical_impedance_spectroscopy.jsonld new file mode 100644 index 0000000..e69de29 diff --git a/docs/assets/jsonld/electrochemical_method_galvanostatic_charge_discharge_cycling.jsonld b/docs/assets/jsonld/electrochemical_method_galvanostatic_charge_discharge_cycling.jsonld new file mode 100644 index 0000000..e69de29 diff --git a/docs/assets/jsonld/electrochemical_method_linear_sweep_voltammetry.jsonld b/docs/assets/jsonld/electrochemical_method_linear_sweep_voltammetry.jsonld new file mode 100644 index 0000000..e69de29 diff --git a/docs/assets/jsonld/electrochemical_method_rated_capacity_test.jsonld b/docs/assets/jsonld/electrochemical_method_rated_capacity_test.jsonld index 511aa6a..12df54f 100644 --- a/docs/assets/jsonld/electrochemical_method_rated_capacity_test.jsonld +++ b/docs/assets/jsonld/electrochemical_method_rated_capacity_test.jsonld @@ -1,6 +1,6 @@ { "@context": "https://w3id.org/emmo/domain/electrochemistry/context", - "@type": "CapacityTest", + "@type": ["RatedCapacityTest", "IterativeWorkflow"], "rdfs:label": "Example Rated Capacity Test", "rdfs:comment": "This is an example of how to describe a rated capacity test, that also builds on the domain for characterisation methodology (CHAMEO).", "hasOperator": { @@ -9,10 +9,10 @@ "rdfs:label": "Simon Clark", "rdfs:comment": "The person who performs the test" }, - "hasLab": { - "@type": "Lab", + "hasLaboratory": { + "@type": "Laboratory", "@id": "https://www.wikidata.org/wiki/Q127510279", - "rdfs:label": "SINTEF Battery Lab", + "rdfs:label": "SINTEF Battery Laboratory", "rdfs:comment": "The laboratory where the test is performed" }, "hasCharacterisationEnvironment": { @@ -24,66 +24,62 @@ "@type": "AmbientCelsiusTemperature", "hasNumericalPart": { "@type": "Real", - "hasNumericalValue": 25 + "hasNumericalValue": 20 }, "hasMeasurementUnit": "emmo:DegreeCelsius" } ] }, + "hasInput": { + "@type": "NumberOfIterations", + "hasNumericalPart": { + "@type": "Real", + "hasNumericalValue": 4 + }, + "hasMeasurementUnit": "emmo:UnitOne" + }, "hasTask": { - "@type": ["SamplePreparation", "ConstantCurrentConstantVoltageCharging"], - "rdfs:label": "Example of device charging preparation", - "rdfs:comment": "This process prepares the electrochemical device for testing by first charging it using a CCCV protocol at C/5 to an upper voltage limit of 4.2 V.", - "hasTask": { - "@type": "ConstantCurrentCharging", - "hasMeasurementParameter": [ - { - "@type": "ChargingCRate", - "hasNumericalPart": { - "@type": "Real", - "hasNumericalValue": 0.2 - }, - "hasMeasurementUnit": "emmo:AmperePerAmpereHour" + "@type": ["SamplePreparation", "ConstantCurrentDischarging"], + "hasMeasurementParameter": [ + { + "@type": "DischargingCRate", + "hasNumericalPart": { + "@type": "Real", + "hasNumericalValue": 0.2 }, - { - "@type": ["UpperVoltageLimit", "TerminationQuantity"], - "hasNumericalPart": { - "@type": "Real", - "hasNumericalValue": 4.2 - }, - "hasMeasurementUnit": "emmo:Volt" - } - ], - "hasInput": { - "@type": "ElectrochemicalDevice" + "hasMeasurementUnit": "emmo:AmperePerAmpereHour" }, - "hasOutput": [ - { - "@type": "ElectrochemicalDevice", - "rdfs:comment": "the output of the process is the same persistent device as the input, but in a different state, i.e., partially charged" + { + "@type": ["LowerVoltageLimit", "TerminationQuantity"], + "hasNumericalPart": { + "@type": "Real", + "hasNumericalValue": 2.4 }, - { - "@type": "TimeSeriesElectricalDataSet" - } - ], - "hasNext": { - "@type": "ConstantVoltageCharging", + "hasMeasurementUnit": "emmo:Volt" + } + ], + "hasNext": { + "@type": ["SamplePreparation", "ConstantCurrentConstantVoltageCharging", "SerialWorkflow"], + "rdfs:label": "Example of device charging preparation", + "rdfs:comment": "This process prepares the electrochemical device for testing by first charging it using a CCCV protocol at C/5 to an upper voltage limit of 4.2 V.", + "hasTask": { + "@type": "ConstantCurrentCharging", "hasMeasurementParameter": [ { - "@type": "ChargingVoltage", + "@type": "ChargingCRate", "hasNumericalPart": { "@type": "Real", - "hasNumericalValue": 4.2 + "hasNumericalValue": 0.2 }, - "hasMeasurementUnit": "emmo:Volt" + "hasMeasurementUnit": "emmo:AmperePerAmpereHour" }, { - "@type": ["LowerCRateLimit", "TerminationQuantity"], + "@type": ["UpperVoltageLimit", "TerminationQuantity"], "hasNumericalPart": { "@type": "Real", - "hasNumericalValue": 0.01 + "hasNumericalValue": 4.2 }, - "hasMeasurementUnit": "emmo:AmperePerAmpereHour" + "hasMeasurementUnit": "emmo:Volt" } ], "hasInput": { @@ -92,55 +88,115 @@ "hasOutput": [ { "@type": "ElectrochemicalDevice", - "rdfs:comment": "the output of the process is the same persistent device as the input, but in a different state, i.e., fully charged" + "rdfs:comment": "the output of the process is the same persistent device as the input, but in a different state, i.e., partially charged" }, { "@type": "TimeSeriesElectricalDataSet" } - ] - } - }, - "hasNext": { - "@type": "ConstantCurrentDischarging", - "hasMeasurementParameter": [ - { - "@type": "DischargingCRate", - "hasNumericalPart": { - "@type": "Real", - "hasNumericalValue": 0.2 - }, - "hasMeasurementUnit": "emmo:AmperePerAmpereHour" - }, - { - "@type": ["LowerVoltageLimit", "TerminationQuantity"], - "hasNumericalPart": { - "@type": "Real", - "hasNumericalValue": 2.4 + ], + "hasNext": { + "@type": "ConstantVoltageCharging", + "hasMeasurementParameter": [ + { + "@type": "ChargingVoltage", + "hasNumericalPart": { + "@type": "Real", + "hasNumericalValue": 4.2 + }, + "hasMeasurementUnit": "emmo:Volt" + }, + { + "@type": ["LowerCRateLimit", "TerminationQuantity"], + "hasNumericalPart": { + "@type": "Real", + "hasNumericalValue": 0.01 + }, + "hasMeasurementUnit": "emmo:AmperePerAmpereHour" + } + ], + "hasInput": { + "@type": "ElectrochemicalDevice" }, - "hasMeasurementUnit": "emmo:Volt" + "hasOutput": [ + { + "@type": "ElectrochemicalDevice", + "rdfs:comment": "the output of the process is the same persistent device as the input, but in a different state, i.e., fully charged" + }, + { + "@type": "TimeSeriesElectricalDataSet" + } + ], + "hasNext": { + "@type": "Resting", + "hasMeasurementParameter": { + "@type": ["RestingTime", "TerminationQuantity"], + "hasNumericalPart": { + "@type": "Real", + "hasNumericalValue": 1 + }, + "hasMeasurementUnit": "emmo:Hour" + } + } } - ], - "hasInput": { - "@type": "ElectrochemicalDevice" }, - "hasOutput": [ - { - "@type": "ElectrochemicalDevice" - }, - { - "@type": "TimeSeriesElectricalDataSet" - } - ], "hasNext": { - "@type": "CapacityCalculation", + "@type": "ConstantCurrentDischarging", + "hasMeasurementParameter": [ + { + "@type": "DischargingCRate", + "hasNumericalPart": { + "@type": "Real", + "hasNumericalValue": 0.2 + }, + "hasMeasurementUnit": "emmo:AmperePerAmpereHour" + }, + { + "@type": ["LowerVoltageLimit", "TerminationQuantity"], + "hasNumericalPart": { + "@type": "Real", + "hasNumericalValue": 2.4 + }, + "hasMeasurementUnit": "emmo:Volt" + } + ], "hasInput": { - "@type": "TimeSeriesElectricalDataSet" + "@type": "ElectrochemicalDevice" }, - "hasOutput": { - "@type": "RatedCapacity", - "@reverse": { - "hasProperty": { - "@type": "ElectrochemicalDevice" + "hasOutput": [ + { + "@type": "ElectrochemicalDevice" + }, + { + "@type": "TimeSeriesElectricalDataSet", + "hasConstituent": [ + { + "@type": "TimeData" + }, + { + "@type": "VoltageData" + }, + { + "@type": "ElectricCurrentData" + } + ] + } + ], + "hasNext": { + "@type": "CapacityCalculation", + "hasInput": [ + { + "@type": "TimeData" + }, + { + "@type": "ElectricCurrentData" + } + ], + "hasOutput": { + "@type": "RatedCapacity", + "@reverse": { + "hasProperty": { + "@type": "ElectrochemicalDevice" + } } } } diff --git a/electrochemicalquantities.ttl b/electrochemicalquantities.ttl index 50f8a5d..74d2e6c 100644 --- a/electrochemicalquantities.ttl +++ b/electrochemicalquantities.ttl @@ -348,6 +348,14 @@ emmo:EMMO_e218c625_6a39_47a9_8d08_a2ef41c152a9 rdfs:subClassOf :electrochemistry emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "the capacity obtained during constant current discharging of an electrochemical device"@en . +### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_08b6d07a_0f6c_4932_afbd_fb6b699164ae +:electrochemistry_08b6d07a_0f6c_4932_afbd_fb6b699164ae rdf:type owl:Class ; + rdfs:subClassOf :electrochemistry_b395a244_3a75_4737_be38_981bfa1277fe , + :electrochemistry_e1fd84eb_acdb_4b2c_b90c_e899d552a3ee ; + skos:prefLabel "LowerCRateLimit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "the lower value for C-Rate that is used to indicate a change in an electrochemical measurement process"@en . + + ### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_09e64707_a17d_4405_84cc_ee9d91ed32ef :electrochemistry_09e64707_a17d_4405_84cc_ee9d91ed32ef rdf:type owl:Class ; rdfs:subClassOf :electrochemistry_c5047d29_4e68_43ee_8355_3e8f05dc70a5 , @@ -1721,6 +1729,14 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa skos:prefLabel "CurrentChangeLimit"@en . +### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_73f169de_d189_4d7c_893f_a2549771825c +:electrochemistry_73f169de_d189_4d7c_893f_a2549771825c rdf:type owl:Class ; + rdfs:subClassOf :electrochemistry_9b3b4668_0795_4a35_9965_2af383497a26 ; + skos:altLabel "RecoveryCapacity"@en ; + skos:prefLabel "RecoveredCapacity"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "the capacity that can be obtained from an electrochemical device after it has been subjected to some specified conditions, then recharged and discharged according to a recommended protocol"@en . + + ### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_74861991_7da2_4e0f_b6c1_b16713f538bf :electrochemistry_74861991_7da2_4e0f_b6c1_b16713f538bf rdf:type owl:Class ; rdfs:subClassOf :electrochemistry_c7b26177_21bf_4787_b656_8e78edf27f88 ; @@ -1808,6 +1824,7 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa :electrochemistry_79198264_cdf5_4fc3_8bcf_e5140a52547a rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef , :electrochemistry_02eb0465_4f94_453c_8c1f_5ddf80134634 ; + skos:altLabel "RoundTripEfficiency"@en ; skos:hiddenLabel "EnergyEfficiency/%"@en ; skos:prefLabel "EnergyEfficiency"@en ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-53" ; @@ -2582,6 +2599,13 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a statistical measure used in particle size distribution analysis, indicating the particle diameter below which 10% of the sample's particles fall."@en . +### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_b8d4042d_329a_450f_9088_2fc0e16a8667 +:electrochemistry_b8d4042d_329a_450f_9088_2fc0e16a8667 rdf:type owl:Class ; + rdfs:subClassOf :electrochemistry_9b3b4668_0795_4a35_9965_2af383497a26 ; + skos:prefLabel "RetainedCapacity"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "the capacity that an electrochemical device can deliver after being stored under some specified conditions"@en . + + ### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_b90b1ad7_b9a8_44df_ad45_bfd25aac2e49 :electrochemistry_b90b1ad7_b9a8_44df_ad45_bfd25aac2e49 rdf:type owl:Class ; rdfs:subClassOf :electrochemistry_4747c51d_86ab_4684_a4fb_b05f5c405ea3 ; diff --git a/electrochemistry.ttl b/electrochemistry.ttl index 8c64042..5e0f0a3 100644 --- a/electrochemistry.ttl +++ b/electrochemistry.ttl @@ -4023,6 +4023,25 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Einstein_relation_(kinetic_theory)#Nernst%E2%80%93Einstein_equation"@en . +### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_9d97c7ff_b0c7_4ba2_a3cb_c6509b6798a8 +:electrochemistry_9d97c7ff_b0c7_4ba2_a3cb_c6509b6798a8 rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ; + owl:someValuesFrom :electrochemistry_4920de95_3a48_4669_b762_5a0b5232b52f + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ; + owl:someValuesFrom :electrochemistry_58ad1d22_3803_4c95_a137_207cfebe242a + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 ; + owl:someValuesFrom :electrochemistry_791c1915_a791_4450_acd8_7f94764743b5 + ] ; + skos:prefLabel "CapacityCalculation"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "data processing procedure that determines the capacity based on time data and electric current data"@en . + + ### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_9da958fc_f76d_4654_8a78_99b5f98c118c :electrochemistry_9da958fc_f76d_4654_8a78_99b5f98c118c rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_b9522e56_1fac_4766_97e6_428605fabd3e , @@ -5488,6 +5507,28 @@ of other configurations are used."""@en . emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is iridium oxide"@en . +### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_cbb95634_450c_4332_980c_d37baadd7619 +:electrochemistry_cbb95634_450c_4332_980c_d37baadd7619 rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ; + owl:someValuesFrom :electrochemistry_4920de95_3a48_4669_b762_5a0b5232b52f + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ; + owl:someValuesFrom :electrochemistry_4d09ddc4_7e71_4712_afab_b33d8df38983 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ; + owl:someValuesFrom :electrochemistry_58ad1d22_3803_4c95_a137_207cfebe242a + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 ; + owl:someValuesFrom :electrochemistry_46376e5d_9627_4514_9881_9e62083625c3 + ] ; + skos:prefLabel "EnergyCalculation"@en . + + ### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_cc0468a2_1851_4d3d_92a6_b4059db0c056 :electrochemistry_cc0468a2_1851_4d3d_92a6_b4059db0c056 rdf:type owl:Class ; rdfs:subClassOf :electrochemistry_468b3b63_b62a_4110_8c7e_40fffd5fdfd6 ,