From 6586fd9c30b1513b4145f83c87d34feca309ab79 Mon Sep 17 00:00:00 2001 From: xavierr Date: Fri, 26 Jan 2024 15:47:58 +0000 Subject: [PATCH] deploy: f46c423d084ad01d8acf919d6e32f3fa5e3c29c8 --- .buildinfo | 4 + .nojekyll | 0 README.md | 2 - _sources/about.rst.txt | 34 + _sources/battinfo.rst.txt | 84128 ++++++++++++++++ _sources/contribute.rst.txt | 53 + _sources/index.rst.txt | 34 + _sources/resources.rst.txt | 19 + .../_sphinx_javascript_frameworks_compat.js | 134 + _static/basic.css | 900 + _static/battinfologo.ico | Bin 0 -> 16853 bytes _static/battinfologo.jpg | Bin 0 -> 10467 bytes _static/css/custom.css | 34 + _static/doctools.js | 156 + _static/documentation_options.js | 14 + _static/file.png | Bin 0 -> 286 bytes _static/jquery-3.6.0.js | 10881 ++ _static/jquery.js | 2 + _static/language_data.js | 199 + _static/minus.png | Bin 0 -> 90 bytes _static/plus.png | Bin 0 -> 90 bytes _static/pygments.css | 152 + _static/scripts/bootstrap.js | 3 + _static/scripts/bootstrap.js.LICENSE.txt | 5 + _static/scripts/bootstrap.js.map | 1 + _static/scripts/pydata-sphinx-theme.js | 2 + _static/scripts/pydata-sphinx-theme.js.map | 1 + _static/searchtools.js | 566 + _static/sphinx_highlight.js | 144 + _static/styles/bootstrap.css | 6 + _static/styles/pydata-sphinx-theme.css | 1 + _static/styles/theme.css | 2 + _static/underscore-1.13.1.js | 2042 + _static/underscore.js | 6 + _static/vendor/fontawesome/6.1.2/LICENSE.txt | 165 + .../vendor/fontawesome/6.1.2/css/all.min.css | 5 + .../6.1.2/webfonts/fa-brands-400.ttf | Bin 0 -> 181264 bytes .../6.1.2/webfonts/fa-brands-400.woff2 | Bin 0 -> 105112 bytes .../6.1.2/webfonts/fa-regular-400.ttf | Bin 0 -> 60236 bytes .../6.1.2/webfonts/fa-regular-400.woff2 | Bin 0 -> 24028 bytes .../6.1.2/webfonts/fa-solid-900.ttf | Bin 0 -> 389948 bytes .../6.1.2/webfonts/fa-solid-900.woff2 | Bin 0 -> 154840 bytes .../6.1.2/webfonts/fa-v4compatibility.ttf | Bin 0 -> 10084 bytes .../6.1.2/webfonts/fa-v4compatibility.woff2 | Bin 0 -> 4776 bytes _static/webpack-macros.html | 30 + about.html | 493 + battinfo.html | 57777 +++++++++++ battinfo.pdf | Bin 1167860 -> 0 bytes contribute.html | 496 + genindex.html | 388 + index.html | 2251 +- objects.inv | Bin 0 -> 49390 bytes ontology/BattINFO/0.1.0/battery/battery.ttl | 669 - .../BattINFO/0.1.0/battery/catalog-v001.xml | 11 - .../batteryquantities/batteryquantities.ttl | 74 - .../0.1.0/batteryquantities/catalog-v001.xml | 11 - ontology/BattINFO/0.1.0/battinfo.ttl | 37 - ontology/BattINFO/0.1.0/catalog-v001.xml | 11 - .../0.1.0/experiments/catalog-v001.xml | 11 - .../0.1.0/experiments/experiments.ttl | 29 - ontology/BattINFO/0.3.0/battery/battery.ttl | 1146 - .../BattINFO/0.3.0/battery/catalog-v001.xml | 11 - .../batteryquantities/batteryquantities.ttl | 193 - .../0.3.0/batteryquantities/catalog-v001.xml | 11 - ontology/BattINFO/0.3.0/battinfo.ttl | 61 - ontology/BattINFO/0.3.0/catalog-v001.xml | 11 - .../0.3.0/experiments/catalog-v001.xml | 11 - .../0.3.0/experiments/experiments.ttl | 29 - ontology/BattINFO/0.4.0/battinfo.ttl | 71 - ontology/BattINFO/0.4.0/catalog-v001.xml | 14 - ontology/BattINFO/0.5.0/battinfo/battinfo.ttl | 71 - .../BattINFO/0.5.0/battinfo/catalog-v001.xml | 20 - .../catalog-v001.xml | 11 - .../electrochemicalquantities.ttl | 1071 - .../0.1.0/electrochemistry/catalog-v001.xml | 11 - .../electrochemistry/electrochemistry.ttl | 1959 - .../catalog-v001.xml | 11 - .../electrochemicalquantities.ttl | 1374 - .../0.3.0/electrochemistry/catalog-v001.xml | 11 - .../electrochemistry/electrochemistry.ttl | 3520 - .../generic-concepts/catalog-v001.xml | 11 - .../generic-concepts/generic-concepts.ttl | 913 - .../generic-concepts/catalog-v001.xml | 11 - .../generic-concepts/generic-concepts.ttl | 7691 -- resources.html | 463 + search.html | 412 + searchindex.js | 1 + 87 files changed, 160151 insertions(+), 20951 deletions(-) create mode 100644 .buildinfo create mode 100644 .nojekyll delete mode 100644 README.md create mode 100644 _sources/about.rst.txt create mode 100644 _sources/battinfo.rst.txt create mode 100644 _sources/contribute.rst.txt create mode 100644 _sources/index.rst.txt create mode 100644 _sources/resources.rst.txt create mode 100644 _static/_sphinx_javascript_frameworks_compat.js create mode 100644 _static/basic.css create mode 100644 _static/battinfologo.ico create mode 100644 _static/battinfologo.jpg create mode 100644 _static/css/custom.css create mode 100644 _static/doctools.js create mode 100644 _static/documentation_options.js create mode 100644 _static/file.png create mode 100644 _static/jquery-3.6.0.js create mode 100644 _static/jquery.js create mode 100644 _static/language_data.js create mode 100644 _static/minus.png create mode 100644 _static/plus.png create mode 100644 _static/pygments.css create mode 100644 _static/scripts/bootstrap.js create mode 100644 _static/scripts/bootstrap.js.LICENSE.txt create mode 100644 _static/scripts/bootstrap.js.map create mode 100644 _static/scripts/pydata-sphinx-theme.js create mode 100644 _static/scripts/pydata-sphinx-theme.js.map create mode 100644 _static/searchtools.js create mode 100644 _static/sphinx_highlight.js create mode 100644 _static/styles/bootstrap.css create mode 100644 _static/styles/pydata-sphinx-theme.css create mode 100644 _static/styles/theme.css create mode 100644 _static/underscore-1.13.1.js create mode 100644 _static/underscore.js create mode 100644 _static/vendor/fontawesome/6.1.2/LICENSE.txt create mode 100644 _static/vendor/fontawesome/6.1.2/css/all.min.css create mode 100644 _static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.ttf create mode 100644 _static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2 create mode 100644 _static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.ttf create mode 100644 _static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2 create mode 100644 _static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.ttf create mode 100644 _static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.woff2 create mode 100644 _static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.ttf create mode 100644 _static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.woff2 create mode 100644 _static/webpack-macros.html create mode 100644 about.html create mode 100644 battinfo.html delete mode 100644 battinfo.pdf create mode 100644 contribute.html create mode 100644 genindex.html create mode 100644 objects.inv delete mode 100644 ontology/BattINFO/0.1.0/battery/battery.ttl delete mode 100644 ontology/BattINFO/0.1.0/battery/catalog-v001.xml delete mode 100644 ontology/BattINFO/0.1.0/batteryquantities/batteryquantities.ttl delete mode 100644 ontology/BattINFO/0.1.0/batteryquantities/catalog-v001.xml delete mode 100644 ontology/BattINFO/0.1.0/battinfo.ttl delete mode 100644 ontology/BattINFO/0.1.0/catalog-v001.xml delete mode 100644 ontology/BattINFO/0.1.0/experiments/catalog-v001.xml delete mode 100644 ontology/BattINFO/0.1.0/experiments/experiments.ttl delete mode 100644 ontology/BattINFO/0.3.0/battery/battery.ttl delete mode 100644 ontology/BattINFO/0.3.0/battery/catalog-v001.xml delete mode 100644 ontology/BattINFO/0.3.0/batteryquantities/batteryquantities.ttl delete mode 100644 ontology/BattINFO/0.3.0/batteryquantities/catalog-v001.xml delete mode 100644 ontology/BattINFO/0.3.0/battinfo.ttl delete mode 100644 ontology/BattINFO/0.3.0/catalog-v001.xml delete mode 100644 ontology/BattINFO/0.3.0/experiments/catalog-v001.xml delete mode 100644 ontology/BattINFO/0.3.0/experiments/experiments.ttl delete mode 100644 ontology/BattINFO/0.4.0/battinfo.ttl delete mode 100644 ontology/BattINFO/0.4.0/catalog-v001.xml delete mode 100644 ontology/BattINFO/0.5.0/battinfo/battinfo.ttl delete mode 100644 ontology/BattINFO/0.5.0/battinfo/catalog-v001.xml delete mode 100644 ontology/electrochemistry/0.1.0/electrochemicalquantities/catalog-v001.xml delete mode 100644 ontology/electrochemistry/0.1.0/electrochemicalquantities/electrochemicalquantities.ttl delete mode 100644 ontology/electrochemistry/0.1.0/electrochemistry/catalog-v001.xml delete mode 100644 ontology/electrochemistry/0.1.0/electrochemistry/electrochemistry.ttl delete mode 100644 ontology/electrochemistry/0.3.0/electrochemicalquantities/catalog-v001.xml delete mode 100644 ontology/electrochemistry/0.3.0/electrochemicalquantities/electrochemicalquantities.ttl delete mode 100644 ontology/electrochemistry/0.3.0/electrochemistry/catalog-v001.xml delete mode 100644 ontology/electrochemistry/0.3.0/electrochemistry/electrochemistry.ttl delete mode 100644 ontology/emmo/1.0.0-beta/generic-concepts/catalog-v001.xml delete mode 100644 ontology/emmo/1.0.0-beta/generic-concepts/generic-concepts.ttl delete mode 100644 ontology/emmo/1.0.0-beta3/generic-concepts/catalog-v001.xml delete mode 100644 ontology/emmo/1.0.0-beta3/generic-concepts/generic-concepts.ttl create mode 100644 resources.html create mode 100644 search.html create mode 100644 searchindex.js diff --git a/.buildinfo b/.buildinfo new file mode 100644 index 0000000..3d80744 --- /dev/null +++ b/.buildinfo @@ -0,0 +1,4 @@ +# Sphinx build info version 1 +# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. +config: 6e5b5563c32065e5a15c612b5ceb8315 +tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md deleted file mode 100644 index e712c85..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# domain-batteryInterface -A Battery Interface Ontology based on EMMO diff --git a/_sources/about.rst.txt b/_sources/about.rst.txt new file mode 100644 index 0000000..e62d5d2 --- /dev/null +++ b/_sources/about.rst.txt @@ -0,0 +1,34 @@ +About Electrochemistry Domain Ontology +====================================== + +Contributors +------------ + +- Simon Clark, SINTEF, Norway +- Eibar Flores, SINTEF, Norway +- Francesca Lønstad Bleken, SINTEF, Norway +- Jesper Friis, SINTEF, Norway +- Casper Welzel Andersen, SINTEF, Norway +- Martin Uhrin, EPFL, Switzerland +- Simon Stier, Fraunhofer, Germany +- Marek Marcinek, Warsaw University of Technology, Poland +- Anna Szczesna, Warsaw University of Technology, Poland +- Miran Gaberscek, National Institute of Chemistry, Slovenia +- Deyana Stoytcheva, ICMAB, Spain +- Rosa Palacin, ICMAB, Spain +- Ingeborg-Helene Svenum, SINTEF, Norway +- Inga Gudem Ringdalen, SINTEF, Norway +- Emanuele Farhi, SOLEIL synchrotron, France + +Projects +-------- + +- `BIG-MAP `__; Grant Agreement No: 957189 + +License +------- + +The Battery Interface Domain Ontology is released under the `Creative +Commons Attribution 4.0 +International `__ +license (CC BY 4.0). diff --git a/_sources/battinfo.rst.txt b/_sources/battinfo.rst.txt new file mode 100644 index 0000000..e218bc8 --- /dev/null +++ b/_sources/battinfo.rst.txt @@ -0,0 +1,84128 @@ + +=========== +Class Index +=========== + +BattINFO +======== + +.. raw:: html + +
+ +3DPrinting +---------- + +* http://emmo.info/emmo#EMMO_253e1d54_69af_4931_90d0_5ccfd7e690ad + +.. raw:: html + + + + + + +
ElucidationFabrication of objects through the deposition of a material using a print head, nozzle or another printer technology.
+ + +.. raw:: html + +
+ +ACVoltammetry +------------- + +* http://emmo.info/electrochemistry#electrochemistry_8ca00b45_5ba6_48a0_aaf6_abd959a7238b + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationvoltammetry in which a sinusoidal alternating potential of small amplitude (10 to 50 mV) of constant frequency (10 Hz to 100 kHz) is superimposed on a slowly and linearly varying potential ramp
Alternative Label(s)ACV
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
Wikidata Referencehttps://www.wikidata.org/wiki/Q120895154
CommentThe resulting alternating current is plotted versus imposed DC potential. The obtained AC voltammogram is peak-shaped.
+ + +.. raw:: html + +
+ +ACVoltammetrySignal +------------------- + +* https://emmo.info/electrochemistry#electrochemistry_58a20764_c339_4856_983a_05092b5282e8 + +.. raw:: html + + + + + + +
ElucidationSinusoidal potential waveform superimposed to a linear potential ramp.
+ + +.. raw:: html + +
+ +Ablation +-------- + +* http://emmo.info/emmo#EMMO_1a2cbca8_3d3b_4e2c_9a71_e39273937786 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AbrasiveStrippingVoltammetry +---------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_0b1f77b8_2349_4433_b440_43dc84a2210f + +.. raw:: html + + + + + + +
Elucidationelectrochemical method where traces of solid particles are abrasively transferred onto the surface of an electrode, followed by an electrochemical dissolution (anodic or cathodic dissolution) that is recorded as a current–voltage curve
+ + +.. raw:: html + +
+ +AbsoluteActivity +---------------- + +* http://emmo.info/emmo#EMMO_2ae37adf_07f2_4920_8ec6_084c69761e34 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationThe exponential of the ratio of the chemical potential to R*T where R is the gas constant and T the thermodynamic temperature.
IUPAC Referencehttps://goldbook.iupac.org/terms/view/A00019
Wikidata Referencehttps://www.wikidata.org/wiki/Q56638155
+ + +.. raw:: html + +
+ +AbsoluteHumidity +---------------- + +* http://emmo.info/emmo#EMMO_a13cff6e_41fd_48d5_82b6_3a9015f19001 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationMass of the contained water vapour per volume.
Alternative Label(s)MassConcentrationOfWaterVapour
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-60
Wikidata Referencehttps://www.wikidata.org/wiki/Q76378808
+ + +.. raw:: html + +
+ +AbsorbedDose +------------ + +* http://emmo.info/emmo#EMMO_8e5dd473_808b_4a8a_b7cd_63068c12ff57 + +.. raw:: html + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00031
+ + +.. raw:: html + +
+ +AbsorbedDoseRate +---------------- + +* http://emmo.info/emmo#EMMO_15d36b02_fbb4_4c35_bca9_38e9c573baee + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationDifferential quotient of the absorbed dose with respect to time.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-12-07
Wikidata Referencehttps://www.wikidata.org/wiki/Q69428958
+ + +.. raw:: html + +
+ +AbsorbedDoseRateUnit +-------------------- + +* http://emmo.info/emmo#EMMO_835f4e4e-680d-404c-8c73-92a6a570f6eb + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AbsorbedDoseUnit +---------------- + +* http://emmo.info/emmo#EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Acceleration +------------ + +* http://emmo.info/emmo#EMMO_e37ac288_aa60_415a_8cb7_c375724ac8e1 + +.. raw:: html + + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00051
CommentDerivative of velocity with respect to time.
+ + +.. raw:: html + +
+ +AccelerationUnit +---------------- + +* http://emmo.info/emmo#EMMO_2da7408f_d389_4245_887d_a1743b81a9b6 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AcceptorDensity +--------------- + +* http://emmo.info/emmo#EMMO_8219a082_9443_4374_8038_6459d5cf4ce9 + +.. raw:: html + + + + + + + + + + +
Elucidationquotient of number of acceptor levels and volume.
Wikidata Referencehttps://www.wikidata.org/wiki/Q105979968
+ + +.. raw:: html + +
+ +AceticAcid +---------- + +* http://emmo.info/emmo#material_b0abf2a1_540e_42fc_b3cf_f5a8a43e591d + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)CH3CO2H
Wikipedia Referencehttps://en.wikipedia.org/wiki/Acetic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q47512
+ + +.. raw:: html + +
+ +Acetone +------- + +* http://emmo.info/emmo#material_a065f68b_99ed_4bdd_b568_13158ba1731f + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)(CH3)2CO
Wikipedia Referencehttps://en.wikipedia.org/wiki/Acetone
Wikidata Referencehttps://www.wikidata.org/wiki/Q49546
+ + +.. raw:: html + +
+ +Acetonitrile +------------ + +* http://emmo.info/emmo#material_b3708b26_f2dc_4a68_97c3_fced02c8d0e2 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)MeCN
Wikipedia Referencehttps://en.wikipedia.org/wiki/Acetonitrile
Wikidata Referencehttps://www.wikidata.org/wiki/Q408047
+ + +.. raw:: html + +
+ +Acid +---- + +* http://emmo.info/emmo#material_cc155ed5_c60c_4d9f_bfad_fbf6b7c77e57 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationsubstance that increases the concentration of hydrogen cations when dissolved
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00071
Wikipedia Referencehttps://en.wikipedia.org/wiki/Acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q11158
+ + +.. raw:: html + +
+ +AcidicElectrolyte +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_6592d8cc_4ce4_42ca_b010_6bfc4a8444d2 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationan aqueous electrolyte with a nominal pH values less than 7
Alternative Label(s)AcidicAqueousElectrolyte, AcidicSolution
Commenttypical alkaline electrolytes have a pH in the range 0 < x < 4
+ + +.. raw:: html + +
+ +AcousticQuantity +---------------- + +* http://emmo.info/emmo#EMMO_50b91f00_d1b3_4638_ab1e_8f982a37621a + +.. raw:: html + + + + + + +
ElucidationQuantities categorised according to ISO 80000-8.
+ + +.. raw:: html + +
+ +AcrylicAcid +----------- + +* http://emmo.info/emmo#material_0391f63f_9ab8_4b33_a4c5_47591a89de72 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Acrylic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q324628
+ + +.. raw:: html + +
+ +ActiniumAtom +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_380f1ba6-b4f3-51e2-a63f-ceeeca2ed2f4 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for actinium.
+ + +.. raw:: html + +
+ +ActiniumSymbol +-------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_3bf0809d-2f7c-5282-b7fd-2e5486f6dbd3 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Action +------ + +* http://emmo.info/emmo#EMMO_fc1987b2_afff_4dc6_a102_bdd9f024b03b + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationPhysical quantity of dimension energy × time.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-51
Wikidata Referencehttps://www.wikidata.org/wiki/Q846785
+ + +.. raw:: html + +
+ +ActivationOverpotential +----------------------- + +* http://emmo.info/electrochemistry#electrochemistry_7fa406b0_512a_4d59_9e0c_5d8aba0103ae + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationpart of the electrode polarization arising from a charge-transfer step of the electrode reaction
Alternative Label(s)ActivationPolarization
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-05
+ + +.. raw:: html + +
+ +ActiveElectrode +--------------- + +* http://emmo.info/electrochemistry#electrochemistry_9a823d64_9d10_4a29_9cbd_9bbdad7985bc + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationan electrode which is chemically altered by the electrode reaction
Alternative Label(s)NonInertElectrode, ReactiveElectrode
Commentthe opposite of an inert electrode
+ + +.. raw:: html + +
+ +ActiveEnergy +------------ + +* http://emmo.info/emmo#EMMO_621607ae_90ef_4f48_845e_3b53091a9340 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationThe integral over a time interval of the instantaneous power.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-57
Wikidata Referencehttps://www.wikidata.org/wiki/Q79813678
+ + +.. raw:: html + +
+ +ActiveMaterial +-------------- + +* http://emmo.info/electrochemistry#electrochemistry_79d1b273-58cd-4be6-a250-434817f7c261 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationmaterial that is oxidized or reduced at an electrode in an electrochemical cell
Alternative Label(s)ActiveElectrochemicalMaterial, ActiveElectrochemicalMaterial, ActiveElectrochemicalMaterial, ActiveElectrochemicalMaterial, ElectrochemicallyActiveMaterial, ElectrochemicallyActiveMaterial, ElectrochemicallyActiveMaterial, ElectrochemicallyActiveMaterial
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-14
Wikidata Referencehttps://www.wikidata.org/wiki/Q120907375
Commentin secondary cells, the active material is restored to its original state during charge
+ + +.. raw:: html + +
+ +ActiveMaterialMix +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_81833d8a_b03d_4250_be84_6385415beb01 + +.. raw:: html + + + + + + + + + + +
Elucidationblend containing a material which reacts chemically to produce electrical energy with other constituents and additives
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-34
+ + +.. raw:: html + +
+ +ActiveMaterialParticleCracking +------------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_f6341d7d_7620_48f5_97b2_99b55c349169 + +.. raw:: html + + + + + + +
Elucidationa degradation mechanism in electrochemical cells in which fractures in the active material particles increase cell resistance.
+ + +.. raw:: html + +
+ +ActivePower +----------- + +* http://emmo.info/emmo#EMMO_2c9f993c_5b30_40a5_a471_808f7eb719db + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationAverage power over a period.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-42
Wikidata Referencehttps://www.wikidata.org/wiki/Q20820042
+ + +.. raw:: html + +
+ +Activity +-------- + +* http://emmo.info/emmo#EMMO_c20dd550_7241_4ca4_b5b1_0d300ab03b6c + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationNumber dN of spontaneous nuclear transitions or nuclear disintegrations for a radionuclide of amount N produced during a short time interval dt, divided by this time interval.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-05
IUPAC Referencehttps://goldbook.iupac.org/terms/view/A00114
Wikidata Referencehttps://www.wikidata.org/wiki/Q317949
+ + +.. raw:: html + +
+ +ActivityCoefficient +------------------- + +* http://emmo.info/emmo#EMMO_3434b127_1820_43a7_9e13_b96f25e66ee8 + +.. raw:: html + + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00116
Wikidata Referencehttps://www.wikidata.org/wiki/Q745224
+ + +.. raw:: html + +
+ +ActivityDensity +--------------- + +* http://emmo.info/emmo#EMMO_f94fceab_966b_4ead_b615_f6b6b07dfd55 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationActivity per unit volume of the sample.
Alternative Label(s)ActivityConcentration, VolumetricActivity, VolumicActivity
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-09
Wikidata Referencehttps://www.wikidata.org/wiki/Q423263
+ + +.. raw:: html + +
+ +ActivityFactor +-------------- + +* http://emmo.info/emmo#EMMO_254ff869_7d28_42dd_aedc_adb4cc8ad0cb + +.. raw:: html + + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q89335167
+ + +.. raw:: html + +
+ +ActivityOfSolute +---------------- + +* http://emmo.info/emmo#EMMO_125e8614_0dad_4c04_9ac9_03317e63beec + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)RelativeActivityOfSolute
Wikidata Referencehttps://www.wikidata.org/wiki/Q89408862
+ + +.. raw:: html + +
+ +ActivityOfSolvent +----------------- + +* http://emmo.info/emmo#EMMO_2ed364b1_affe_4711_a83f_74bfd57b94ad + +.. raw:: html + + + + + + + + + + +
ElucidationFor a solvent in a solution, quotient of the absolute activity and that of the pure substance at the same temperature and pressure.
Wikidata Referencehttps://www.wikidata.org/wiki/Q89486193
+ + +.. raw:: html + +
+ +AdditiveManufacturing +--------------------- + +* http://emmo.info/emmo#EMMO_03eb9b46_8ff0_4fcd_b1a0_73f65ae7434e + +.. raw:: html + + + + + + +
Alternative Label(s)GenerativeManufacturing
+ + +.. raw:: html + +
+ +Admittance +---------- + +* http://emmo.info/emmo#EMMO_4fb35ebc_0f3f_4cda_b181_a5334bc2b114 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationInverse of the impendance.
Alternative Label(s)ComplexAdmittance
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-51
Wikidata Referencehttps://www.wikidata.org/wiki/Q214518
+ + +.. raw:: html + +
+ +AdsorptionCurrent +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_214d925c_76c4_4f69_9afc_056a1ea82fc6 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationelectric current that accompanies the adsorption of a species
IUPAC Referencehttps://goldbook.iupac.org/terms/view/A00159
CommentI_{ads}
+ + +.. raw:: html + +
+ +AdsorptiveStrippingVoltammetry +------------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_a05e7945_c942_45cf_812c_c9a595d15888 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationStripping voltammetry involving pre-concentration by adsorption of the analyte (in contrast to electro- chemical accumulation).
Alternative Label(s)AdSV, AdSV
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
CommentA peak-shaped adsorptive stripping voltammogram is obtained. Peak current depends on time of accumulation, mass transport of analyte (stirring), scan rate and mode (linear or pulse), and analyte concentration in solution.
+ + +.. raw:: html + +
+ +Aerosol +------- + +* http://emmo.info/emmo#EMMO_560d833a_6184_410c_859a_05d982712fd7 + +.. raw:: html + + + + + + +
ElucidationA colloid composed of fine solid particles or liquid droplets in air or another gas.
+ + +.. raw:: html + +
+ +AffinityOfAChemicalReaction +--------------------------- + +* http://emmo.info/emmo#EMMO_3a5b4cf3_08d7_4107_be20_cdd0ef7fc73c + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationDescribes elements' or compounds' readiness to form bonds.
Alternative Label(s)ChemicalAffinity
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00178
Wikidata Referencehttps://www.wikidata.org/wiki/Q382783
+ + +.. raw:: html + +
+ +Agent +----- + +* http://emmo.info/emmo#EMMO_2480b72b_db8d_460f_9a5f_c2912f979046 + +.. raw:: html + + + + + + +
ElucidationA participant that is the driver of the process.
+ + +.. raw:: html + +
+ +AirElectrode +------------ + +* http://emmo.info/electrochemistry#electrochemistry_8b40856f_1ca2_4137_9616_7fb624671909 + +.. raw:: html + + + + + + + + + + +
Elucidationa gas diffusion electrode in which the gas is air
CommentThe reaction occuring in an air electrode is typically the oxygen reduction reaction (ORR).
+ + +.. raw:: html + +
+ +Alcohol +------- + +* http://emmo.info/emmo#material_961f7671_8708_4ce3_9c7d_79444adba9c0 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AlgebricEquation +---------------- + +* http://emmo.info/emmo#EMMO_98d65021_4574_4890_b2fb_46430841077f + +.. raw:: html + + + + + + +
CommentAn 'equation' that has parts two 'polynomial'-s
+ + +.. raw:: html + +
+ +AlgebricExpression +------------------ + +* http://emmo.info/emmo#EMMO_1aed91a3_d00c_48af_8f43_a0c958b2512a + +.. raw:: html + + + + + + +
CommentAn expression that has parts only integer constants, variables, and the algebraic operations (addition, subtraction, multiplication, division and exponentiation by an exponent that is a rational number)
+ + +.. raw:: html + +
+ +AlgebricOperator +---------------- + +* http://emmo.info/emmo#EMMO_3c424d37_cf62_41b1_ac9d_a316f8d113d6 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AlkaliMetalElementalSubstance +----------------------------- + +* http://emmo.info/emmo#material_68e4028b_0ec6_46da_8d1c_d00c644e8c82 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AlkaliMetalSaltCompound +----------------------- + +* http://emmo.info/emmo#material_6c490298_2ce8_41e1_ac37_4b44faff2d44 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Alkaline4SR44 +------------- + +* http://emmo.info/battery#battery_2e47736e_285a_4215_9c7c_296ae6a45f20 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationa cylindrical alkaline zinc manganese dioxide battery cell with 4 LR44 cells in series
Alternative Label(s)4LR44
Commentoften simply a stack of four SR44 (LR44) button cells shrink wrapped together
+ + +.. raw:: html + +
+ +AlkalineA23 +----------- + +* http://emmo.info/battery#battery_3ec55c79_6421_4ca3_88c8_a6c98ec6fd0b + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationa cylindrical alkaline zinc manganese dioxide battery cell with 8LR932 cells in series
Alternative Label(s)8LR932
Commentusually contains a stack of eight LR932 button cells shrink wrapped together
+ + +.. raw:: html + +
+ +AlkalineA27 +----------- + +* http://emmo.info/battery#battery_5ea1c25b_3b25_401c_b6be_76e9f7a4c4bd + +.. raw:: html + + + + + + + + + + +
Elucidationa cylindrical alkaline zinc manganese dioxide battery cell with 8 LR732 cells in series
Alternative Label(s)8LR732
+ + +.. raw:: html + +
+ +AlkalineCell +------------ + +* http://emmo.info/battery#battery_50b911f7_c903_4700_9764_c308d8a95470 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationcell containing an alkaline electrolyte
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-08
Commentthe term Alkaline Battery is often used to describe alkaline zinc manganese dioxide batteries (IEC code: L)
+ + +.. raw:: html + +
+ +AlkalineEarthMetalElementalSubstance +------------------------------------ + +* http://emmo.info/emmo#material_a4a5b239_d88e_4e03_a763_0bf2a3dd0f47 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AlkalineEarthMetalSaltCompound +------------------------------ + +* http://emmo.info/emmo#material_fc93282d_cb35_4bab_81a8_78689ae59e5f + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AlkalineElectrolyte +------------------- + +* http://emmo.info/electrochemistry#electrochemistry_615cff2a_be95_4e65_9471_98db23f4c878 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationan aqueous electrolyte with a nominal pH greater than 7
Alternative Label(s)AlkalineAqueousElectrolyte, AlkalineSolution
Commenttypical alkaline electrolytes have a pH in the range 13 < x < 15
+ + +.. raw:: html + +
+ +AlkalineLanternBattery +---------------------- + +* http://emmo.info/battery#battery_cbc032aa_657f_4dca_87f8_edaccc70348d + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationan alkaline zinc manganese dioxide battery cell with 4 LR25 cells in series
Alternative Label(s)4LR25
Commentusually in a rectangular prismatic case with spring terminals
+ + +.. raw:: html + +
+ +AlkalinePP3 +----------- + +* http://emmo.info/battery#battery_6e8efa8d_ec92_40e7_8013_e5efb4bc654d + +.. raw:: html + + + + + + + + + + +
Elucidationa prismatic alkaline zinc manganese dioxide battery cell, usually with 6 LR61 cells in series and a nominal voltage of 9 V
Alternative Label(s)6LP3146, E, NineVoltBattery
+ + +.. raw:: html + +
+ +AlkalineZincAirBattery +---------------------- + +* http://emmo.info/battery#battery_b5910d2f_3114_4663_8d46_e418ff859251 + +.. raw:: html + + + + + + + + + + +
Elucidationmetal air battery with an alkaline electrolyte and a negative electrode of zinc
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-02
+ + +.. raw:: html + +
+ +AlkalineZincManganeseDioxideBattery +----------------------------------- + +* http://emmo.info/battery#battery_b572826a_b4e4_4986_b57d_f7b945061f8b + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationprimary battery with an alkaline electrolyte, a positive electrode containing manganese dioxide and a negative electrode of zinc
Alternative Label(s)AlkalineBattery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-03
Wikipedia Referencehttps://en.wikipedia.org/wiki/Alkaline_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q861345
+ + +.. raw:: html + +
+ +AlphaDisintegrationEnergy +------------------------- + +* http://emmo.info/emmo#EMMO_260dfba7_f7ab_4e5d_99e5_137600778220 + +.. raw:: html + + + + + + + + + + +
ElucidationSum of the kinetic energy of the α-particle produced in the disintegration process and the recoil energy of the product atom in a reference frame in which the emitting nucleus is at rest before its disintegration.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98146025
+ + +.. raw:: html + +
+ +AlternatingCurrent +------------------ + +* https://emmo.info/electrochemistry#electrochemistry_a53d6dee_1547_4854_a311_805b4d557298 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationperiodic current where the amplitude alternates at a steady frequency between fixed minimum and maximum values, with the same duration at minimum and maximum
Alternative Label(s)AC
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-24
Wikipedia Referencehttps://en.wikipedia.org/wiki/Alternating_current
Wikidata Referencehttps://www.wikidata.org/wiki/Q124164
+ + +.. raw:: html + +
+ +Aluminium +--------- + +* http://emmo.info/emmo#material_8f7dd877_5ad0_48f1_bbec_84153d8215f4 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Aluminium
Wikidata Referencehttps://www.wikidata.org/wiki/Q663
+ + +.. raw:: html + +
+ +AluminiumAcetate +---------------- + +* http://emmo.info/emmo#material_1b31f3bb_1c1b_40e2_8d0f_0e21abe237e7 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Al(OAc)3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Aluminium_triacetate
Wikidata Referencehttps://www.wikidata.org/wiki/Q27861942
+ + +.. raw:: html + +
+ +AluminiumAirBattery +------------------- + +* http://emmo.info/battery#battery_44cb1e3b_480c_4594_a79a_4e4f001050ea + +.. raw:: html + + + + + + + + + + +
Elucidationa metal-air battery with an aluminium negative electrode
Wikipedia Referencehttps://en.wikipedia.org/wiki/Aluminium%E2%80%93air_battery
+ + +.. raw:: html + +
+ +AluminiumAtom +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_7e8f9419-0bda-5aa3-ba88-00b2be6ca69e + +.. raw:: html + + + + + + +
ElucidationAtom subclass for aluminium.
+ + +.. raw:: html + +
+ +AluminiumBattery +---------------- + +* http://emmo.info/battery#battery_3f08a520_6e46_47f3_a6c6_2ec54ed0a7c1 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationcell containing a negative electrode with an active material of aluminium or containing aluminium
Wikipedia Referencehttps://en.wikipedia.org/wiki/Aluminium_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q85741073
+ + +.. raw:: html + +
+ +AluminiumBromide +---------------- + +* http://emmo.info/emmo#material_fed5b5ee_de69_405d_9ce1_d6aaf89017db + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)AlBr3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Aluminium_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q259311
+ + +.. raw:: html + +
+ +AluminiumCarbonate +------------------ + +* http://emmo.info/emmo#material_0470d73a_ea51_4505_b164_0c090bf0382b + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Al2(CO3)3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Aluminium_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q4737377
+ + +.. raw:: html + +
+ +AluminiumChlorate +----------------- + +* http://emmo.info/emmo#material_0238c3cb_706f_4c5a_84e3_0738e16264bb + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)Al(ClO3)3
Wikidata Referencehttps://www.wikidata.org/wiki/Q447553
+ + +.. raw:: html + +
+ +AluminiumChloride +----------------- + +* http://emmo.info/emmo#material_89898e91_c4c7_4057_8040_965d1776d2ba + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)AlCl3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Aluminium_chloride
Wikidata Referencehttps://www.wikidata.org/wiki/Q314036
+ + +.. raw:: html + +
+ +AluminiumElectrode +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_952c8c3a_df21_4dd1_8d8c_380e43dc8c78 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AluminiumFluoride +----------------- + +* http://emmo.info/emmo#material_6a2432b3_abf1_4eba_825f_f0022ccba884 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)AlF3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Aluminium_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q409057
+ + +.. raw:: html + +
+ +AluminiumHydroxide +------------------ + +* http://emmo.info/emmo#material_0e21b44e_5749_4b19_9d79_d8b70df1cdc6 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Al(OH)3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Aluminium_hydroxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q407125
+ + +.. raw:: html + +
+ +AluminiumInsertionElectrode +--------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_1c6cef85_811f_45d0_a0fd_2bc2d9369ea4 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AluminiumIodide +--------------- + +* http://emmo.info/emmo#material_30960f1f_5af5_4700_8df8_428c994b5cb6 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)AlI3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Aluminium_iodide
Wikidata Referencehttps://www.wikidata.org/wiki/Q159096
+ + +.. raw:: html + +
+ +AluminiumNitrate +---------------- + +* http://emmo.info/emmo#material_b6ec6818_6d76_41b7_83d4_92b8e2363b90 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Al(NO3)3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Aluminium_nitrate
Wikidata Referencehttps://www.wikidata.org/wiki/Q415471
+ + +.. raw:: html + +
+ +AluminiumOxide +-------------- + +* http://emmo.info/emmo#material_a2b46543_4d0f_488a_b51a_7ed3a4149170 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Al2O3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Aluminium_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q177342
+ + +.. raw:: html + +
+ +AluminiumOxideCompound +---------------------- + +* http://emmo.info/emmo#material_6411d319_81a0_40f3_8e4d_09784d1c7644 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AluminiumPerchlorate +-------------------- + +* http://emmo.info/emmo#material_4c6265b5_d9e4_4493_b1e8_ae35f463ceeb + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)Al(ClO4)3
Wikidata Referencehttps://www.wikidata.org/wiki/Q20107470
+ + +.. raw:: html + +
+ +AluminiumPhosphate +------------------ + +* http://emmo.info/emmo#material_89228db4_7491_40f1_bd25_c87e459a2d20 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)AlPO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Aluminium_phosphate
Wikidata Referencehttps://www.wikidata.org/wiki/Q419503
+ + +.. raw:: html + +
+ +AluminiumSaltCompound +--------------------- + +* http://emmo.info/emmo#material_f313522b_e2c4_4251_ba7f_d6b9dc7db1d6 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AluminiumShuttleBattery +----------------------- + +* http://emmo.info/battery#battery_7db1c7e9_5039_41f2_a5ef_b9e27d080050 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationa secondary battery that combines an aluminium negative electrode with an aluminium insertion positive electrode
Wikipedia Referencehttps://en.wikipedia.org/wiki/Aluminium-ion_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q15732670
Commentthe name "aluminium-ion battery" is a misnomer because it uses an aluminium metal negative electrode rather than an insertion (intercalation) negative electrode
+ + +.. raw:: html + +
+ +AluminiumSulfate +---------------- + +* http://emmo.info/emmo#material_e7a4f9ca_e221_4080_8281_304c3a8290f9 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Al2(SO4)3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Aluminium_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q421857
+ + +.. raw:: html + +
+ +AluminiumSulfide +---------------- + +* http://emmo.info/emmo#material_be34d464_0eb9_4861_8998_5cce0f1e2979 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Al2S3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Aluminium_sulfide
Wikidata Referencehttps://www.wikidata.org/wiki/Q412874
+ + +.. raw:: html + +
+ +AluminiumSymbol +--------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_fc7ab7d2-d960-5ae8-b13b-a53dbc547cca + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AluminiumTriflate +----------------- + +* http://emmo.info/emmo#material_7fa9e820_f244_4929_a926_a6ebf85014ba + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)Al(OTf)3
Wikidata Referencehttps://www.wikidata.org/wiki/Q55573807
+ + +.. raw:: html + +
+ +AmbientThermodynamicTemperature +------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_39a44af0_0e1a_4859_b550_bdabad64386e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AmericiumAtom +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_f90da1f3-eb4c-54c4-b5d9-cf00fef180a1 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for americium.
+ + +.. raw:: html + +
+ +AmericiumSymbol +--------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_f107c0e5-0b9f-566c-9cba-a3443c904f78 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Ammonia +------- + +* http://emmo.info/emmo#material_3dfd47ff_ed4b_4e83_85a0_02917b79fef9 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)NH3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ammonia_solution
Wikidata Referencehttps://www.wikidata.org/wiki/Q421888
+ + +.. raw:: html + +
+ +AmmoniumBromide +--------------- + +* http://emmo.info/emmo#material_54f744b3_1d02_4571_a303_a2a7dd8f0446 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Br
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ammonium_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q413982
+ + +.. raw:: html + +
+ +AmmoniumCarbonate +----------------- + +* http://emmo.info/emmo#material_d9c342d8_497e_4378_96e2_3b9b2c42cf17 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)CO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ammonium_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q204873
+ + +.. raw:: html + +
+ +AmmoniumChlorate +---------------- + +* http://emmo.info/emmo#material_2773ee9b_cee9_4367_8b81_4ce6265d411a + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)ClO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ammonium_chlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q1392795
+ + +.. raw:: html + +
+ +AmmoniumChloride +---------------- + +* http://emmo.info/emmo#material_3016a276_0f17_4576_b8fd_200c07d71bfc + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Cl
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ammonium_chloride
Wikidata Referencehttps://www.wikidata.org/wiki/Q188543
+ + +.. raw:: html + +
+ +AmmoniumFluoride +---------------- + +* http://emmo.info/emmo#material_9db045a6_0104_4b2d_85ce_9610e99c7fc4 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)NH4F
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ammonium_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q205374
+ + +.. raw:: html + +
+ +AmmoniumIodide +-------------- + +* http://emmo.info/emmo#material_e2764cfb_4fa6_4fe9_85e0_1dfe69a37ff1 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)I
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ammonium_iodide
Wikidata Referencehttps://www.wikidata.org/wiki/Q413953
+ + +.. raw:: html + +
+ +AmmoniumNitrate +--------------- + +* http://emmo.info/emmo#material_a8a48b58_d2ea_441c_b4ea_1b3ba65d9545 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)NO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ammonium_nitrate
Wikidata Referencehttps://www.wikidata.org/wiki/Q182329
+ + +.. raw:: html + +
+ +AmmoniumNitrite +--------------- + +* http://emmo.info/emmo#material_d5bf1391_1bc2_472d_adc8_1b2407d2af70 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)NO2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ammonium_nitrite
Wikidata Referencehttps://www.wikidata.org/wiki/Q421538
+ + +.. raw:: html + +
+ +AmmoniumPerchlorate +------------------- + +* http://emmo.info/emmo#material_231feb61_4200_4bc7_b060_02b51ab13ee2 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)ClO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ammonium_perchlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q410203
+ + +.. raw:: html + +
+ +AmmoniumSaltCompound +-------------------- + +* http://emmo.info/emmo#material_aa92d6c6_2c46_4e7d_9b2c_c95b849041d4 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AmmoniumSulfate +--------------- + +* http://emmo.info/emmo#material_c3474f9a_87bd_4b73_9398_6e1ccbf133af + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)SO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ammonium_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q191831
+ + +.. raw:: html + +
+ +AmmoniumSulfide +--------------- + +* http://emmo.info/emmo#material_8ab4c789_bad4_4b36_9f54_d8c6e9e7b5b2 + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)S
Wikidata Referencehttps://www.wikidata.org/wiki/Q416913
+ + +.. raw:: html + +
+ +AmmoniumSulfite +--------------- + +* http://emmo.info/emmo#material_5414a9d0_6c2e_4d21_bfad_9a19fc8f62f9 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)SO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ammonium_sulfite
Wikidata Referencehttps://www.wikidata.org/wiki/Q2336041
+ + +.. raw:: html + +
+ +AmorphousMaterial +----------------- + +* http://emmo.info/emmo#EMMO_0afc19b0_2d43_4b3d_8da0_9ffb63bc1492 + +.. raw:: html + + + + + + +
Alternative Label(s)NonCrystallineMaterial
+ + +.. raw:: html + +
+ +AmountConcentration +------------------- + +* http://emmo.info/emmo#EMMO_d5be1faf_0c56_4f5a_9b78_581e6dee949f + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Concentration, MolarConcentration, Molarity
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00295
CommentThe amount of a constituent divided by the volume of the mixture.
+ + +.. raw:: html + +
+ +AmountConcentrationUnit +----------------------- + +* http://emmo.info/emmo#EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AmountConductivityUnit +---------------------- + +* http://emmo.info/emmo#EMMO_14235b93_650f_4452_8395_a23b8f645c9a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AmountFraction +-------------- + +* http://emmo.info/emmo#EMMO_04b3300c_98bd_42dc_a3b5_e6c29d69f1ac + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)MoleFraction
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00296
+ + +.. raw:: html + +
+ +AmountFractionUnit +------------------ + +* http://emmo.info/emmo#EMMO_f76f5a24_d703_4e8c_b368_f9a7777cb73a + +.. raw:: html + + + + + + +
ElucidationUnit for quantities of dimension one that are the fraction of two amount of substance.
+ + +.. raw:: html + +
+ +AmountOfSubstance +----------------- + +* http://emmo.info/emmo#EMMO_8159c26a_494b_4fa0_9959_10888f152298 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationThe number of elementary entities present.
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00297
Comment"In the name “amount of substance”, the word “substance” will typically be replaced by words to specify the substance concerned in any particular application, for example “amount of hydrogen chloride, HCl”, or “amount of benzene, C6H6 ”. It is important to give a precise definition of the entity involved (as emphasized in the definition of the mole); this should preferably be done by specifying the molecular chemical formula of the material involved. Although the word “amount” has a more general dictionary definition, the abbreviation of the full name “amount of substance” to “amount” may be used for brevity." + + -- SI Brochure
+ + +.. raw:: html + +
+ +AmountPerAreaTimeUnit +--------------------- + +* http://emmo.info/emmo#EMMO_a94aec97_71ff_4574_b111_a52d77d2c230 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AmountPerAreaUnit +----------------- + +* http://emmo.info/emmo#EMMO_183f6fac_8543_44e0_bd59_434aa7054f4c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AmountPerMassPressureUnit +------------------------- + +* http://emmo.info/emmo#EMMO_2d66cf6d_9396_40c8_bb82_324ab19067ce + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AmountPerMassTimeUnit +--------------------- + +* http://emmo.info/emmo#EMMO_5d2d48c4_4fb6_4f33_bfc0_273129429c30 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AmountPerMassUnit +----------------- + +* http://emmo.info/emmo#EMMO_95971713_d589_4002_a5a7_affc5c74cfdb + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AmountPerVolumeTimeUnit +----------------------- + +* http://emmo.info/emmo#EMMO_c5ac5c53_14de_47ce_b424_2576d042d241 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AmountSquareTimePerMassVolumeUnit +--------------------------------- + +* http://emmo.info/emmo#EMMO_052e9796_1144_43ae_a798_c5755cd6cd81 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AmountTemperatureUnit +--------------------- + +* http://emmo.info/emmo#EMMO_3d254432_6f8f_4a6d_9eb3_4ab54388171b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AmountUnit +---------- + +* http://emmo.info/emmo#EMMO_e501069c_34d3_4dc7_ac87_c90c7342192b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Ampere +------ + +* http://emmo.info/emmo#Ampere + +.. raw:: html + + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00300
Wikipedia Referencehttp://en.wikipedia.org/wiki/Ampere?oldid=494026699
+ + +.. raw:: html + +
+ +AmpereHour +---------- + +* http://emmo.info/emmo#AmpereHour + +.. raw:: html + + + + + + + + + + + + + + +
Elucidation`Ampere hour` is a practical unit of electric charge equal to the charge flowing in one hour through a conductor passing one ampere. An ampere-hour or amp-hour (symbol Ah, AHr, A · h, A h) is a unit of electric charge, with sub-units milliampere-hour (mAh) and milliampere second (mAs). One ampere-hour is equal to 3600 coulombs (ampere-seconds), the electric charge transferred by a steady current of one ampere for one hour. The ampere-hour is frequently used in measurements of electrochemical systems such as electroplating and electrical batteries. The commonly seen milliampere-hour (mAh or mA · h) is one-thousandth of an ampere-hour (3.6 coulombs). + + -- QUDT
Alternative Label(s)Ampere Hour
Wikipedia Referencehttp://en.wikipedia.org/wiki/Ampere-hour
+ + +.. raw:: html + +
+ +AmperePerCentiMetre +------------------- + +* http://emmo.info/emmo#AmperePerCentiMetre + +.. raw:: html + + + + + + + + + + +
ElucidationSI base unit ampere divided by the 0.01-fold of the SI base unit metre + + -- QUDT
Alternative Label(s)Ampere Per Centimetre
+ + +.. raw:: html + +
+ +AmperePerDegreeCelsius +---------------------- + +* http://emmo.info/emmo#AmperePerDegreeCelsius + +.. raw:: html + + + + + + + + + + +
ElucidationA measure used to express how a current is subject to temperature. Originally used in Wien's Law to describe phenomena related to filaments. One use today is to express how a current generator derates with temperature. + + -- QUDT
Alternative Label(s)Ampere per Degree Celsius
+ + +.. raw:: html + +
+ +AmperePerJoule +-------------- + +* http://emmo.info/emmo#AmperePerJoule + +.. raw:: html + + + + + + + + + + +
ElucidationThe inverse measure of joule-per-ampere or weber. The measure for the reciprical of magnetic flux. + + -- QUDT
Alternative Label(s)Ampere per Joule
+ + +.. raw:: html + +
+ +AmperePerMetre +-------------- + +* http://emmo.info/emmo#AmperePerMetre + +.. raw:: html + + + + + + + + + + +
Elucidation is the SI unit of magnetic field strength. One ampere per meter is equal to π/250 oersteds (12.566 371 millioersteds) in CGS units. The ampere per meter is also the SI unit of "magnetization" in the sense of magnetic dipole moment per unit volume; in this context 1 A/m = 0.001 emu per cubic centimeter. + + -- QUDT
Alternative Label(s)Ampere per Metre
+ + +.. raw:: html + +
+ +AmperePerMilliMetre +------------------- + +* http://emmo.info/emmo#AmperePerMilliMetre + +.. raw:: html + + + + + + + + + + +
ElucidationSI base unit ampere divided by the 0.001-fold of the SI base unit metre + + -- QUDT
Alternative Label(s)Ampere Per Millimetre
+ + +.. raw:: html + +
+ +AmperePerRadian +--------------- + +* http://emmo.info/emmo#AmperePerRadian + +.. raw:: html + + + + + + + + + + +
Elucidation`Ampere per Radian` is a derived unit for measuring the amount of current per unit measure of angle, expressed in ampere per radian. + + -- QUDT
Alternative Label(s)Ampere per Radian
+ + +.. raw:: html + +
+ +AmperePerSquareCentiMetre +------------------------- + +* http://emmo.info/emmo#AmperePerSquareCentiMetre + +.. raw:: html + + + + + + + + + + +
ElucidationSI base unit ampere divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2 + + -- QUDT
Alternative Label(s)Ampere Per Square Centimetre
+ + +.. raw:: html + +
+ +AmperePerSquareMetre +-------------------- + +* http://emmo.info/emmo#AmperePerSquareMetre + +.. raw:: html + + + + + + + + + + +
Elucidation`Ampere Per Square Meter` is a unit in the category of electric current density. This unit is commonly used in the SI unit system. + + -- QUDT
Alternative Label(s)Ampere per Square Metre
+ + +.. raw:: html + +
+ +AmperePerSquareMetreSquareKelvin +-------------------------------- + +* http://emmo.info/emmo#AmperePerSquareMetreSquareKelvin + +.. raw:: html + + + + + + +
Alternative Label(s)Ampere per Square Metre Square Kelvin
+ + +.. raw:: html + +
+ +AmperePerSquareMilliMetre +------------------------- + +* http://emmo.info/emmo#AmperePerSquareMilliMetre + +.. raw:: html + + + + + + + + + + +
ElucidationSI base unit ampere divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2 + + -- QUDT
Alternative Label(s)Ampere Per Square Millimetre
+ + +.. raw:: html + +
+ +AmpereSecond +------------ + +* http://emmo.info/emmo#AmpereSecond + +.. raw:: html + + + + + + + + + + +
Elucidationproduct out of the SI base unit ampere and the SI base unit second + + -- QUDT
Alternative Label(s)Ampere Second
+ + +.. raw:: html + +
+ +AmpereSquareMetre +----------------- + +* http://emmo.info/emmo#AmpereSquareMetre + +.. raw:: html + + + + + + + + + + +
ElucidationThe SI unit of electromagnetic moment. + + -- QUDT
Alternative Label(s)Ampere Square Metre
+ + +.. raw:: html + +
+ +AmpereSquareMetrePerJouleSecond +------------------------------- + +* http://emmo.info/emmo#AmpereSquareMetrePerJouleSecond + +.. raw:: html + + + + + + + + + + +
ElucidationThe SI unit of gyromagnetic ratio. + + -- QUDT
Alternative Label(s)Ampere Square Metre Per Joule Second
+ + +.. raw:: html + +
+ +Amperometry +----------- + +* http://emmo.info/electrochemistry#electrochemistry_3fe63496_6d87_427a_b2aa_4555bc31ee1a + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationtechniques based on measurement of current at a constant controlled potential
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
CommentAmperometry can be distinguished from voltammetry by the parameter being controlled (electrode potential E) and the parameter being measured (electrode current I which is usually a function of time – see chronoamperometry).
+ + +.. raw:: html + +
+ +AmphotericCompound +------------------ + +* http://emmo.info/emmo#material_de038959_9251_48d1_a141_3684f14d957f + +.. raw:: html + + + + + + +
Elucidationsubstance that can act as an acid or a base
+ + +.. raw:: html + +
+ +AmplitudeOfAlternatingCurrent +----------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_10eb778d_da60_4832_a355_4ee74baea650 + +.. raw:: html + + + + + + + + + + +
Elucidationhalf the peak-to-peak amplitude of a sinusoidal alternating current
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00310
+ + +.. raw:: html + +
+ +AmplitudeOfAlternatingVoltage +----------------------------- + +* https://emmo.info/electrochemistry#electrochemistry_f591a444_89d6_4093_836d_7d53895edce4 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationhalf of the peak-to-peak amplitude of a periodic voltage perturbation within a single time period, with respect to a reference potential value
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00311
CommentFor Electrochemical Impedance Spectroscopy, the Peak Potential Amplitude is usually small, (normally 5 to 10 mV).
+ + +.. raw:: html + +
+ +AnalogData +---------- + +* http://emmo.info/emmo#EMMO_0d1c0018_42e2_4506_bc3d_f53c117c1ad3 + +.. raw:: html + + + + + + +
ElucidationData that are decoded retaining its continuous variations characteristic.
+ + +.. raw:: html + +
+ +AnalogicalIcon +-------------- + +* http://emmo.info/emmo#EMMO_4f2d1fcc_e20c_4479_9ad7_7a0480dd3e44 + +.. raw:: html + + + + + + +
ElucidationAn icon that represents the internal logical structure of the object.
+ + +.. raw:: html + +
+ +Angle +----- + +* http://emmo.info/emmo#EMMO_f3dd74c0_f480_49e8_9764_33b78638c235 + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)PlaneAngle
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00346
+ + +.. raw:: html + +
+ +AngularAcceleration +------------------- + +* http://emmo.info/emmo#EMMO_77c53503_48b5_4811_a1a5_6bb4425e0bbf + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationvector quantity giving the rate of change of angular velocity
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-46
Wikipedia Referencehttps://en.wikipedia.org/wiki/Angular_acceleration
+ + +.. raw:: html + +
+ +AngularFrequency +---------------- + +* http://emmo.info/emmo#EMMO_f4a30d7e_8e8b_41e6_9695_d33a68f54f4b + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationRate of change of the phase angle.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-07-03
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00352
Wikipedia Referencehttps://en.wikipedia.org/wiki/Angular_frequency
+ + +.. raw:: html + +
+ +AngularFrequencyUnit +-------------------- + +* http://emmo.info/emmo#EMMO_78487bf1_c0bc_4db8_99dd_d8b7cc8b3bac + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AngularMeasure +-------------- + +* http://emmo.info/emmo#EMMO_930ce8d9_6cde_4ef9_9cb2_a98a63852b96 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationThe abstract notion of angle.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-04-14
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00346
Wikidata Referencehttps://www.wikidata.org/wiki/Q1357788
+ + +.. raw:: html + +
+ +AngularMomentum +--------------- + +* http://emmo.info/emmo#EMMO_66d01570_36dd_42fd_844d_29b81b029cd5 + +.. raw:: html + + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00353
CommentMeasure of the extent and direction an object rotates about a reference point.
+ + +.. raw:: html + +
+ +AngularMomentumUnit +------------------- + +* http://emmo.info/emmo#EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AngularReciprocalLatticeVector +------------------------------ + +* http://emmo.info/emmo#EMMO_7254c8be_965d_4b3c_b3be_12c5578bee7c + +.. raw:: html + + + + + + + + + + +
ElucidationVector whose scalar products with all fundamental lattice vectors are integral multiples of 2pi.
Wikidata Referencehttps://www.wikidata.org/wiki/Q105475278
+ + +.. raw:: html + +
+ +AngularVelocity +--------------- + +* http://emmo.info/emmo#EMMO_bd325ef5_4127_420c_83d3_207b3e2184fd + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationAxial vector quantity describing the rotation around an axis, with magnitude ω=|dφ/dt|, where dφ is the plane angle change during the infinitesimal time interval with duration dt, and with direction along the axis for which the rotation is clockwise.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-41
Wikipedia Referencehttps://en.wikipedia.org/wiki/Angular_velocity
+ + +.. raw:: html + +
+ +AngularWaveNumber +----------------- + +* http://emmo.info/emmo#EMMO_e4791212_5a13_4aa6_aac2_08704550dcc3 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationIn condensed matter physics, quotient of momentum and the reduced Planck constant.
Alternative Label(s)AngularRepetency
Wikidata Referencehttps://www.wikidata.org/wiki/Q105542089
+ + +.. raw:: html + +
+ +AngularWavenumber +----------------- + +* http://emmo.info/emmo#EMMO_ba236f43_7f94_4386_9673_9122952e928b + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationMagnitude of the wave vector.
Alternative Label(s)AngularRepetency
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-10-12
Wikidata Referencehttps://www.wikidata.org/wiki/Q30338487
+ + +.. raw:: html + +
+ +Anion +----- + +* http://emmo.info/emmo#material_5a5e8609_83bf_46d1_a1b0_eaafa27aaed4 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Annealing +--------- + +* http://emmo.info/emmo#EMMO_9900d51c_bdd3_40e8_aa82_ad1aa7092f71 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AnnularWorkingElectrode +----------------------- + +* http://emmo.info/electrochemistry#electrochemistry_3a77b5e7_9646_4154_bf8f_5f798989e5f3 + +.. raw:: html + + + + + + + + + + +
Elucidationa working electrode in the shape of a ring used in a rotating ring disk electrode (RRDE).
Alternative Label(s)RingElectrode
+ + +.. raw:: html + +
+ +Anode +----- + +* http://emmo.info/electrochemistry#electrochemistry_b6319c74_d2ce_48c0_a75a_63156776b302 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationby convention, cell electrode at which an oxidation reaction occurs
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-27
IUPAC Referencehttps://goldbook.iupac.org/terms/view/A00370
Wikipedia Referencehttps://en.wikipedia.org/wiki/Anode
Commentat an anode, electrons are produced in a galvanic cell or extracted in an electrolytic cell
+ + +.. raw:: html + +
+ +AnodicOverpotential +------------------- + +* http://emmo.info/electrochemistry#electrochemistry_565c0b10_70fe_441a_b76a_b9a8e08ca7b7 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationelectrode polarization associated with an electrochemical oxidation reaction
Alternative Label(s)AnodicPolarization
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-06
+ + +.. raw:: html + +
+ +AnodicPolarisation +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_28213033_4c74_441c_81c4_a0cad05f9eb6 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationelectrode polarization associated with an anodic reaction
Alternative Label(s)AnodicPolarization
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-17
+ + +.. raw:: html + +
+ +AnodicReaction +-------------- + +* http://emmo.info/electrochemistry#electrochemistry_a0580fa9_5073_44af_b33e_7adbc83892d0 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationelectrode reaction in which oxidation occurs at the anode
Alternative Label(s)Electrooxidation, Electrooxidation, ElectrooxidationReaction, ElectrooxidationReaction
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-09
Commentan electrode reaction, when the energy of electrons in the working electrode is lower than the HOMO orbital of the substrate
+ + +.. raw:: html + +
+ +AnodicStrippingVoltammetry +-------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_8ba8ec72_abd0_49eb_a06f_83fe5da108f4 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationStripping voltammetry in which material accumulated at the working electrode is electrochemically oxi- dized in the stripping step.
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
Wikidata Referencehttps://www.wikidata.org/wiki/Q939328
CommentA peak-shaped anodic stripping voltammogram is obtained. Peak current depends on time of accumulation, mass transport of analyte (stirring), scan rate and mode (linear or pulse), and analyte concentration in solution.
+ + +.. raw:: html + +
+ +Anolyte +------- + +* http://emmo.info/electrochemistry#electrochemistry_865a40fc_2187_4549_a7e1_37aa2458448f + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationelectrolyte on the anode side of an electrochemical cell that is divided into compartments
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-19
CommentElectrolyte solution in the anodic compartment of an electrolysis cell or galvanic cell, i.e., in that part of the cell where the anode is placed.
+ + +.. raw:: html + +
+ +AnolyteTank +----------- + +* http://emmo.info/electrochemistry#electrochemistry_38755e67_9d3b_4a82_bd8d_ef40a70379c1 + +.. raw:: html + + + + + + + + + + +
Elucidationa tank for holding anolyte
Commentusually used in a flow cell system
+ + +.. raw:: html + +
+ +AntiElectronType +---------------- + +* http://emmo.info/emmo#EMMO_4e36a0b8_e6c7_456e_bef5_c830e3c0ed17 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AntiLepton +---------- + +* http://emmo.info/emmo#EMMO_716fadba_7ff8_4247_97fc_c6703437c018 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AntiMatter +---------- + +* http://emmo.info/emmo#EMMO_f13672a3_59cc_40ed_8def_65009a8f74e6 + +.. raw:: html + + + + + + +
ElucidationAntimatter is matter that is composed only of the antiparticles of those that constitute ordinary matter.
+ + +.. raw:: html + +
+ +AntiMuon +-------- + +* http://emmo.info/emmo#EMMO_29ce946a_f164_43ea_b9f8_0cb4f1022853 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AntiNeutrinoType +---------------- + +* http://emmo.info/emmo#EMMO_edfa7d90_6b21_4669_b9b1_13c77de760eb + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AntiQuark +--------- + +* http://emmo.info/emmo#EMMO_cc741dde_2c7c_46ef_bb66_16a6d12c2a88 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AntiTau +------- + +* http://emmo.info/emmo#EMMO_b4abf29e_aab7_4c2f_af0b_536a92ef327f + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Antimony +-------- + +* http://emmo.info/emmo#material_e1d2936e_8382_463e_bd83_f7bac40c355b + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Sb
Wikipedia Referencehttps://en.wikipedia.org/wiki/Antimony
Wikidata Referencehttps://www.wikidata.org/wiki/Q1099
+ + +.. raw:: html + +
+ +AntimonyAtom +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_c32f8642-f1a1-5fae-8b4e-990b40f6eff8 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for antimony.
+ + +.. raw:: html + +
+ +AntimonySymbol +-------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_4ee57a22-0634-5889-a283-0b4f8e5023f6 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ApparentPower +------------- + +* http://emmo.info/emmo#EMMO_7b09c6b8_d120_4518_9b66_3b1139e0aa66 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationRMS value voltage multiplied by rms value of electric current.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-41
Wikidata Referencehttps://www.wikidata.org/wiki/Q1930258
+ + +.. raw:: html + +
+ +ApplicationProgram +------------------ + +* http://emmo.info/emmo#EMMO_3b031fa9_8623_4ea5_8b57_bcafb70c5c8b + +.. raw:: html + + + + + + + + + + +
ElucidationA program aimed to provide a specific high level function to the user, usually hiding lower level procedures.
Alternative Label(s)App, Application
+ + +.. raw:: html + +
+ +ApplicationSpecificScript +------------------------- + +* http://emmo.info/emmo#3c5b33a1_4f28_41f9_b725_1994df79bf55 + +.. raw:: html + + + + + + +
ElucidationA scripting language developed specifically for an application, so that it's usage and interpretation is limited in this context.
+ + +.. raw:: html + +
+ +AproticSolventCompound +---------------------- + +* http://emmo.info/emmo#material_7fd3843d_f0b7_4490_bcf3_519fb9e2b150 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AqueousAmmoniaSolution +---------------------- + +* http://emmo.info/electrochemistry#electrochemistry_f9e2e676_5cd1_4e22_a776_af45838d4027 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AqueousAmmoniumChlorideSolution +------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_3f67016b_32b9_4419_a3f8_a5ffb5e92538 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AqueousElectrolyte +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_b812e9d0_7c58_4455_b3e7_6847f10c8e8a + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationan ion-transport medium, which may be immobilized, in which water is the solvent.
Alternative Label(s)AqueousElectrolyticSolution
Wikidata Referencehttps://www.wikidata.org/wiki/Q120906632
+ + +.. raw:: html + +
+ +AqueousLithiumHydroxideSolution +------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_e84e691a_df58_465c_9771_7a7fe2212ed5 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AqueousMetallicFlowBattery +-------------------------- + +* http://emmo.info/battery#battery_edc98332_248a_436a_a352_5a7897150c4f + +.. raw:: html + + + + + + +
Elucidationa full redox flow battery with aqueous electrolytes that contain metallic species as the active components
+ + +.. raw:: html + +
+ +AqueousOrganicFlowBattery +------------------------- + +* http://emmo.info/battery#battery_4a620a13_ef9f_40c7_8833_c6e0720ce3ca + +.. raw:: html + + + + + + +
Elucidationa full redox flow battery with aqueous electrolytes that contain organic species as the active components
+ + +.. raw:: html + +
+ +AqueousPotassiumHydroxideSolution +--------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_26a0dc36_8171_4a84_88dd_0f5dd7cb2d20 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AqueousSodiumHydroxideSolution +------------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_ebd01982_6b0c_48e7_90ef_7b7342009449 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AqueousSolution +--------------- + +* http://emmo.info/emmo#EMMO_5cb107ba_7daa_46dd_8f9f_da22a6eac676 + +.. raw:: html + + + + + + +
ElucidationA liquid solution in which the solvent is water.
+ + +.. raw:: html + +
+ +AqueousZincChlorideSolution +--------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_7393f12f_e3b9_42d6_bffb_e5613f53108f + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Aquivion +-------- + +* http://emmo.info/emmo#material_7a757020_eecc_4dc1_afc7_55759911c772 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ArchetypeJoin +------------- + +* http://emmo.info/emmo#EMMO_22496460_c849_4bd7_8be0_9a1202506f18 + +.. raw:: html + + + + + + +
ElucidationArchetype join attaches two workpiece with geometrically defined shape together, using supplementary workpiece made of amorphous material (e.g. powder).
+ + +.. raw:: html + +
+ +ArchetypeManufacturing +---------------------- + +* http://emmo.info/emmo#EMMO_e9244742_c185_4c50_b455_c57654852582 + +.. raw:: html + + + + + + + + + + +
ElucidationA manufacturing in which the product is a solid body with a well defined geometrical shape made from shapeless original material parts, whose cohesion is created during the process.
Alternative Label(s)PrimitiveForming, Urformen
+ + +.. raw:: html + +
+ +Area +---- + +* http://emmo.info/emmo#EMMO_96f39f77_44dc_491b_8fa7_30d887fe0890 + +.. raw:: html + + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00429
CommentExtent of a surface.
+ + +.. raw:: html + +
+ +AreaDensity +----------- + +* http://emmo.info/emmo#EMMO_afea89af_ef16_4bdb_99d5_f3b2f4c85a6c + +.. raw:: html + + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.S06167
CommentMass per unit area.
+ + +.. raw:: html + +
+ +AreaDensityUnit +--------------- + +* http://emmo.info/emmo#EMMO_90798691_3b86_4d8c_910f_be2b39c98b39 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AreaFractionUnit +---------------- + +* http://emmo.info/emmo#EMMO_6f4d704a_a7c6_4c07_b8a7_ea0bab04128f + +.. raw:: html + + + + + + +
ElucidationUnit for quantities of dimension one that are the fraction of two areas.
+ + +.. raw:: html + +
+ +AreaPerAmountUnit +----------------- + +* http://emmo.info/emmo#EMMO_973656ed_870e_40ba_8bc0_c879687a335a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AreaPerMassUnit +--------------- + +* http://emmo.info/emmo#EMMO_4817e479_e401_437e_a49b_54540b93d2a1 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AreaPerQuarticTimeUnit +---------------------- + +* http://emmo.info/emmo#EMMO_27c8e4db_eb18_402c_951e_6a38751cf1d0 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AreaPerTemperatureUnit +---------------------- + +* http://emmo.info/emmo#EMMO_002e4002_58c7_4aea_ac1f_bba5188818ff + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AreaPerTimeUnit +--------------- + +* http://emmo.info/emmo#EMMO_10f703b5_8b2a_4c5a_a734_f0cfb29622ad + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AreaSquareTimeUnit +------------------ + +* http://emmo.info/emmo#EMMO_7855043d_a466_4585_97a9_b9fe4ce0c12d + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AreaTemperatureUnit +------------------- + +* http://emmo.info/emmo#EMMO_ceaa4c6b_f5b7_46f4_bfcd_16eb4afab945 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AreaTimeTemperatureUnit +----------------------- + +* http://emmo.info/emmo#EMMO_48a3c106-9d39-455e-a849-81ceff95bdea + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AreaTimeUnit +------------ + +* http://emmo.info/emmo#EMMO_959c9715_14fb_4ce8_a93b_79678b2959b9 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AreaUnit +-------- + +* http://emmo.info/emmo#EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AreicCapacity +------------- + +* http://emmo.info/electrochemistry#electrochemistry_bcb33f7e_5573_4bc2_b636_4ea313a9dd3a + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationquotient of the capacity of a battery cell or battery by its plane area.
Alternative Label(s)ArealCapacity
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-20
CommentCan also be applied to electrodes.
+ + +.. raw:: html + +
+ +AreicSpeedUnit +-------------- + +* http://emmo.info/emmo#EMMO_b33cc5b5_a9dc_4082_b497_14d1654c5591 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Argon +----- + +* http://emmo.info/emmo#material_38178633_83fb_42ea_81a2_cd23e9db9b04 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Argon
Wikidata Referencehttps://www.wikidata.org/wiki/Q696
+ + +.. raw:: html + +
+ +ArgonAtom +--------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_755d962f-c703-514f-8d90-ca4f55e331d4 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for argon.
+ + +.. raw:: html + +
+ +ArgonSymbol +----------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_69e0ff08-9843-5ca2-b2bb-58467b07c4bb + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ArithmeticEquation +------------------ + +* http://emmo.info/emmo#EMMO_a6138ba7_e365_4f2d_b6b4_fe5a5918d403 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ArithmeticExpression +-------------------- + +* http://emmo.info/emmo#EMMO_89083bab_f69c_4d06_bf6d_62973b56cdc7 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ArithmeticOperator +------------------ + +* http://emmo.info/emmo#EMMO_707f0cd1_941c_4b57_9f20_d0ba30cd6ff3 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Arrangement +----------- + +* http://emmo.info/emmo#EMMO_36c79456_e29c_400d_8bd3_0eedddb82652 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationA causal object which is tessellated with only spatial direct parts.
Alternative Label(s)MereologicalState, MereologicalState
CommentThe definition of an arrangement implies that its spatial direct parts are not gained or lost during its temporal extension (they exist from the left to the right side of the time interval), so that the cardinality of spatial direct parts in an arrangement is constant. + This does not mean that there cannot be a change in the internal structure of the arrangement direct parts. It means only that this change must not affect the existence of the direct part itself.
+ + +.. raw:: html + +
+ +Array +----- + +* http://emmo.info/emmo#EMMO_28fbea28_2204_4613_87ff_6d877b855fcd + +.. raw:: html + + + + + + + + + + +
ElucidationArrays are ordered mathematical objects who's elementary spatial parts are numbers. Their dimensionality is constructed with spatial direct parthood, where 1-dimensional arrays have spatial direct parts Number and n-dimensional array have spatial direct parts (n-1)-dimensional arrays.
CommentArray subclasses with a specific shape can be constructed with cardinality restrictions. + + See Shape4x3Matrix as an example.
+ + +.. raw:: html + +
+ +Array3D +------- + +* http://emmo.info/emmo#EMMO_20ff3b34_c864_4936_8955_9345fc0a3b3c + +.. raw:: html + + + + + + + + + + +
Elucidation3-dimensional array who's spatial direct parts are matrices.
Alternative Label(s)3DArray
+ + +.. raw:: html + +
+ +Arsenic +------- + +* http://emmo.info/emmo#material_20319b23_0673_45de_9b12_794813d948a9 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Arsenic
Wikidata Referencehttps://www.wikidata.org/wiki/Q871
+ + +.. raw:: html + +
+ +ArsenicAtom +----------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_41dba862-503f-57c2-86c7-bb40030481f0 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for arsenic.
+ + +.. raw:: html + +
+ +ArsenicSymbol +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_0ba17fb4-6149-5332-b65f-0639ace42edf + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Assembled +--------- + +* http://emmo.info/emmo#EMMO_52bbaaee_1145_4be3_8a5c_b366851ea1b9 + +.. raw:: html + + + + + + +
ElucidationA system of independent elements that are assembled together to perform a function.
+ + +.. raw:: html + +
+ +AssemblyLine +------------ + +* http://emmo.info/emmo#EMMO_d64920b5_acd0_4e29_893e_ae03b3d7cdaf + +.. raw:: html + + + + + + + + + + +
ElucidationA manufacturing process in which interchangeable parts are added to a product in a sequential manner to create an end product.
CommentIs not collection, since the connection between the elements of an assembly line occurs through the flow of objects that are processed.
+ + +.. raw:: html + +
+ +Assemblying +----------- + +* http://emmo.info/emmo#EMMO_912ac3a2_a124_4233_92dd_06c9aebea46c + +.. raw:: html + + + + + + +
ElucidationThe act of connecting together the parts of something
+ + +.. raw:: html + +
+ +Assigned +-------- + +* http://emmo.info/emmo#EMMO_dabe353b_8bfc_4da7_8ac7_8f52786d16f8 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Assigner +-------- + +* http://emmo.info/emmo#EMMO_f273529f_9f2c_4877_a94b_5b47590353fc + +.. raw:: html + + + + + + +
ElucidationA estimator that uses its predefined knowledge to declare a property of an object.
+ + +.. raw:: html + +
+ +Assignment +---------- + +* http://emmo.info/emmo#EMMO_d5adc819_d4b2_4661_b429_1705b75d5053 + +.. raw:: html + + + + + + +
ElucidationA estimation of a property by a criteria based on the pre-existing knowledge of the estimator.
+ + +.. raw:: html + +
+ +AstatineAtom +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_186607c3-fe59-5731-983f-4374a1f8544b + +.. raw:: html + + + + + + +
ElucidationAtom subclass for astatine.
+ + +.. raw:: html + +
+ +AstatineSymbol +-------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_c7651944-e33f-56bc-8d83-f6de9760d661 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AstronomicalUnit +---------------- + +* http://emmo.info/emmo#AstronomicalUnit + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationAn astronomical unit (abbreviated as AU, au, a.u., or ua) is a unit of length equal to 149,597,870,700 metres (92,955,807.273 mi) or approximately the mean Earth Sun distance. The symbol ua is recommended by the International Bureau of Weights and Measures, and the international standard ISO 80000, while au is recommended by the International Astronomical Union, and is more common in Anglosphere countries. In general, the International System of Units only uses capital letters for the symbols of units which are named after individual scientists, while au or a.u. can also mean atomic unit or even arbitrary unit. However, the use of AU to refer to the astronomical unit is widespread. The astronomical constant whose value is one astronomical unit is referred to as unit distance and is given the symbol A. [Wikipedia] + + -- QUDT
Alternative Label(s)astronomical-unit
Wikipedia Referencehttp://en.wikipedia.org/wiki/Astronomical_unit
+ + +.. raw:: html + +
+ +AsymmetricMembrane +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_b2d11f0d_c1b0_4476_8d17_03b73d31e01f + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationmembrane constituted of two or more structural planes of non-identical morphologies
IUPAC Referencehttps://doi.org/10.1351/goldbook.AT06862
Wikidata Referencehttps://www.wikidata.org/wiki/Q120965018
+ + +.. raw:: html + +
+ +Atom +---- + +* http://emmo.info/emmo#EMMO_eb77076b_a104_42ac_a065_798b2d2809ad + +.. raw:: html + + + + + + + + + + +
ElucidationA standalone atom has direct part one 'nucleus' and one 'electron_cloud'. + + An O 'atom' within an O₂ 'molecule' is an 'e-bonded_atom'. + + In this material branch, H atom is a particular case, with respect to higher atomic number atoms, since as soon as it shares its electron it has no nucleus entangled electron cloud. + + We cannot say that H₂ molecule has direct part two H atoms, but has direct part two H nucleus.
Alternative Label(s)ChemicalElement
+ + +.. raw:: html + +
+ +AtomicAndNuclearPhysicsQuantity +------------------------------- + +* http://emmo.info/emmo#EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b + +.. raw:: html + + + + + + +
ElucidationQuantities categorised according to ISO 80000-10.
+ + +.. raw:: html + +
+ +AtomicAttenuationCoefficient +---------------------------- + +* http://emmo.info/emmo#EMMO_21e69447_1d0c_4880_ab8c_6bfbcd83aab4 + +.. raw:: html + + + + + + + + + + +
ElucidationQuotient of the linear attenuation coefficient µ and the number density, n, of atoms in the substance.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98592911
+ + +.. raw:: html + +
+ +AtomicMass +---------- + +* http://emmo.info/emmo#EMMO_27367073_ed8a_481a_9b07_f836dfe31f7f + +.. raw:: html + + + + + + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00496
Wikipedia Referencehttps://en.wikipedia.org/wiki/Atomic_mass
CommentSince the nucleus account for nearly all of the total mass of atoms (with the electrons and nuclear binding energy making minor contributions), the atomic mass measured in Da has nearly the same value as the mass number.
+ + +.. raw:: html + +
+ +AtomicNumber +------------ + +* http://emmo.info/emmo#EMMO_07de47e0_6bb6_45b9_b55a_4f238efbb105 + +.. raw:: html + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00499
+ + +.. raw:: html + +
+ +AtomicPhysicsCrossSection +------------------------- + +* http://emmo.info/emmo#EMMO_3d77504a_a1fe_485f_aabb_6750598fe1ea + +.. raw:: html + + + + + + + + + + +
ElucidationMeasure of probability that a specific process will take place in a collision of two particles.
Wikidata Referencehttps://www.wikidata.org/wiki/Q17128025
+ + +.. raw:: html + +
+ +AtomicScatteringFactor +---------------------- + +* http://emmo.info/emmo#EMMO_0a982eeb_e5ef_4828_93bc_53ece1b3f171 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationQuotient of radiation amplitude scattered by the atom and radiation amplitude scattered by a single electron.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Atomic_form_factor
Wikidata Referencehttps://www.wikidata.org/wiki/Q837866
+ + +.. raw:: html + +
+ +AtomisticModel +-------------- + +* http://emmo.info/emmo#EMMO_84cadc45_6758_46f2_ba2a_5ead65c70213 + +.. raw:: html + + + + + + +
ElucidationA physics-based model based on a physics equation describing the behaviour of atoms.
+ + +.. raw:: html + +
+ +Attenuation +----------- + +* http://emmo.info/emmo#EMMO_ecf938f1_bc37_4897_841d_092cd37f74de + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationDecrease in magnitude of any kind of flux through a medium.
Alternative Label(s)Extinction
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00515
Wikipedia Referencehttps://en.wikipedia.org/wiki/Attenuation
+ + +.. raw:: html + +
+ +Atto +---- + +* http://emmo.info/emmo#e9722f13_947c_444e_82ef_1ce045f6637c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +AttoPrefixedUnit +---------------- + +* http://emmo.info/emmo#EMMO_42955b2d_b465_4666_86cc_ea3c2d685753 + +.. raw:: html + + + + + + +
ElucidationSuperclass for all units prefixed with "atto" (1e-18).
+ + +.. raw:: html + +
+ +Auditory +-------- + +* http://emmo.info/emmo#EMMO_4b3afb22_27cf_4ce3_88bc_492bfccb546b + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationA 'Perceptual' which stands for a real world object whose spatiotemporal pattern makes it identifiable by an observer as a sound.
Alternative Label(s)Sound
Comment'acoustical' refers to the perception mechanism of the observer that can occur through a microphone, a ear.
+ + +.. raw:: html + +
+ +AverageEnergyLossPerElementaryChargeProduced +-------------------------------------------- + +* http://emmo.info/emmo#EMMO_dd92c2ae_3ca4_49bc_9147_d82b96f7505e + +.. raw:: html + + + + + + + + + + +
ElucidationQuotient of the initial kinetic energy Ek of an ionizing charged particle and the total ionization Ni produced by that particle.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98793042
+ + +.. raw:: html + +
+ +AverageLogarithmicEnergyDecrement +--------------------------------- + +* http://emmo.info/emmo#EMMO_44afb828_82bf_4091_a7a0_7c80ec47281d + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationAverage value of the increment of the lethargy per collision.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-07-02
Wikidata Referencehttps://www.wikidata.org/wiki/Q1940739
+ + +.. raw:: html + +
+ +AvogadroConstant +---------------- + +* http://emmo.info/emmo#EMMO_176cae33_b83e_4cd2_a6bc_281f42f0ccc8 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationThe number of constituent particles, usually atoms or molecules, that are contained in the amount of substance given by one mole. + + It defines the base unit mole in the SI system.
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00543
CommentThe DBpedia definition (http://dbpedia.org/page/Avogadro_constant) is outdated as May 20, 2019. It is now an exact quantity.
+ + +.. raw:: html + +
+ +BPFPB +----- + +* http://emmo.info/emmo#material_26452118_db69_4a2f_a862_2cebe1f6c85f + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Barium +------ + +* http://emmo.info/emmo#material_fc4220a5_3f91_4a60_83c3_4c1be988c2f1 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Ba
Wikipedia Referencehttps://en.wikipedia.org/wiki/Barium
Wikidata Referencehttps://www.wikidata.org/wiki/Q1112
+ + +.. raw:: html + +
+ +BariumAcetate +------------- + +* http://emmo.info/emmo#material_ab34d4a3_a5c8_4318_9b7d_0608e2149398 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Ba(OAc)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Barium_acetate
Wikidata Referencehttps://www.wikidata.org/wiki/Q421133
+ + +.. raw:: html + +
+ +BariumAtom +---------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_1b1aa658-a7d5-5bc6-9d78-37a901fd66dd + +.. raw:: html + + + + + + +
ElucidationAtom subclass for barium.
+ + +.. raw:: html + +
+ +BariumBisfluorosulfonylimide +---------------------------- + +* http://emmo.info/emmo#material_7cb7c122_995f_43d3_b419_b8a0d0fe8406 + +.. raw:: html + + + + + + +
Alternative Label(s)Ba(FSI)2
+ + +.. raw:: html + +
+ +BariumBisoxalatoborate +---------------------- + +* http://emmo.info/emmo#material_ad1fe482_6d88_4207_b1e5_ef01b68bec97 + +.. raw:: html + + + + + + +
Alternative Label(s)Ba(BOB)2
+ + +.. raw:: html + +
+ +BariumBisoxalatophosphate +------------------------- + +* http://emmo.info/emmo#material_55d2a257_feb3_4af1_bf8d_4b53bb73610c + +.. raw:: html + + + + + + +
Alternative Label(s)Ba(BOP)2
+ + +.. raw:: html + +
+ +BariumBistrifluoromethanesulfonylimide +-------------------------------------- + +* http://emmo.info/emmo#material_05b11934_6a3e_4434_855b_111aced0a6be + +.. raw:: html + + + + + + +
Alternative Label(s)Ba(TFSI)2
+ + +.. raw:: html + +
+ +BariumBromide +------------- + +* http://emmo.info/emmo#material_ff0f6cb9_d9e7_4a9e_848f_02200eed0cf7 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)BaBr2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Barium_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q414613
+ + +.. raw:: html + +
+ +BariumCarbonate +--------------- + +* http://emmo.info/emmo#material_d459562f_94cb_4b2d_902f_788399c64cfc + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)BaCO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Barium_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q409224
+ + +.. raw:: html + +
+ +BariumChlorate +-------------- + +* http://emmo.info/emmo#material_8d866be8_fec3_4253_a388_ca6005fd9c85 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Ba(ClO3)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Barium_chlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q412492
+ + +.. raw:: html + +
+ +BariumChloride +-------------- + +* http://emmo.info/emmo#material_da1623c4_3d3b_4c9d_8601_ea055848df39 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)BaCl2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Barium_chloride
Wikidata Referencehttps://www.wikidata.org/wiki/Q407270
+ + +.. raw:: html + +
+ +BariumDifluorooxalatoborate +--------------------------- + +* http://emmo.info/emmo#material_a092c93d_1d03_4d74_b0d7_7ed51b0a3eca + +.. raw:: html + + + + + + +
Alternative Label(s)a(DFOB)2
+ + +.. raw:: html + +
+ +BariumFluoride +-------------- + +* http://emmo.info/emmo#material_af1422d5_f626_49e4_9302_cb94e6d5ff7b + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)BaF2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Barium_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q417080
+ + +.. raw:: html + +
+ +BariumHexafluorophosphate +------------------------- + +* http://emmo.info/emmo#material_64bbeab1_1e9a_481e_8aaf_6fa629071818 + +.. raw:: html + + + + + + +
Alternative Label(s)Ba(PF6)2
+ + +.. raw:: html + +
+ +BariumHydroxide +--------------- + +* http://emmo.info/emmo#material_c9141094_0700_41ec_8373_4fc52b2f1615 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Ba(OH)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Barium_hydroxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q407605
+ + +.. raw:: html + +
+ +BariumIodide +------------ + +* http://emmo.info/emmo#material_53c372d6_b1fa_4e53_93b3_0904c0580d28 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)BaI2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Barium_iodide
Wikidata Referencehttps://www.wikidata.org/wiki/Q421465
+ + +.. raw:: html + +
+ +BariumNitrate +------------- + +* http://emmo.info/emmo#material_e1de5285_dbc5_4845_9f8d_9821708681ca + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Ba(NO3)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Barium_nitrate
Wikidata Referencehttps://www.wikidata.org/wiki/Q407666
+ + +.. raw:: html + +
+ +BariumNitrite +------------- + +* http://emmo.info/emmo#material_e1569fd3_34ac_440c_845c_f7c85f59c88d + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)Ba(NO2)2
Wikidata Referencehttps://www.wikidata.org/wiki/Q4321627
+ + +.. raw:: html + +
+ +BariumPerchlorate +----------------- + +* http://emmo.info/emmo#material_6e5726c5_0589_4a2a_bdf4_3bece3121df5 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Ba(ClO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Barium_perchlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q361627
+ + +.. raw:: html + +
+ +BariumPhosphate +--------------- + +* http://emmo.info/emmo#material_8cbdf192_69bf_45cc_a570_95bf69fd8f91 + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)Ba3(PO4)2
Wikidata Referencehttps://www.wikidata.org/wiki/Q808224
+ + +.. raw:: html + +
+ +BariumSaltCompound +------------------ + +* http://emmo.info/emmo#material_7dd5ebb3_1084_485a_9fbf_05954cd2da84 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +BariumSulfate +------------- + +* http://emmo.info/emmo#material_d24edc6f_d03b_48ff_8a47_780ad7c2e2b2 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)BaSO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Barium_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q309038
+ + +.. raw:: html + +
+ +BariumSulfide +------------- + +* http://emmo.info/emmo#material_7fdf54d6_5503_4f83_8627_537805542c5b + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)BaS
Wikipedia Referencehttps://en.wikipedia.org/wiki/Barium_sulfide
Wikidata Referencehttps://www.wikidata.org/wiki/Q411656
+ + +.. raw:: html + +
+ +BariumSulfite +------------- + +* http://emmo.info/emmo#material_4e2e3adb_47cc_44d8_a3c3_28257dffcb28 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)BaSO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Barium_sulfite
Wikidata Referencehttps://www.wikidata.org/wiki/Q415543
+ + +.. raw:: html + +
+ +BariumSymbol +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_d60619c8-1abe-52c0-9491-eb3086245e22 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +BariumTetrafluoroborate +----------------------- + +* http://emmo.info/emmo#material_16d7c7a6_56ef_429b_9ce8_cd911410d083 + +.. raw:: html + + + + + + +
Alternative Label(s)Ba(BF4)2
+ + +.. raw:: html + +
+ +BariumTriflate +-------------- + +* http://emmo.info/emmo#material_fcc8de17_cb4d_409e_93ef_4970df535743 + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)Ba(OTf)2
Wikidata Referencehttps://www.wikidata.org/wiki/Q72444806
+ + +.. raw:: html + +
+ +BariumTrifluoromethanesulfonyloxalatoborate +------------------------------------------- + +* http://emmo.info/emmo#material_4d6845ce_47c8_4c7d_b275_1d4494a0799b + +.. raw:: html + + + + + + +
Alternative Label(s)Ba(TFOB)2
+ + +.. raw:: html + +
+ +Baryon +------ + +* http://emmo.info/emmo#EMMO_24dda193_ada8_433b_bb74_6ca4a0b89a20 + +.. raw:: html + + + + + + + + + + +
ElucidationSubatomic particle which contains an odd number of valence quarks, at least 3.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Baryon
+ + +.. raw:: html + +
+ +Base +---- + +* http://emmo.info/emmo#material_7beec353_bad9_46fc_a035_a76b131fb32b + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationsubstance that decreases the concentration of hydrogen cations when dissolved
Alternative Label(s)AlkalineSubstance
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-18
IUPAC Referencehttps://doi.org/10.1351/goldbook.B00601
Wikipedia Referencehttps://en.wikipedia.org/wiki/Base_(chemistry)
Wikidata Referencehttps://www.wikidata.org/wiki/Q11193
+ + +.. raw:: html + +
+ +BaseQuantity +------------ + +* http://emmo.info/emmo#EMMO_acaaa124_3dde_48b6_86e6_6ec6f364f408 + +.. raw:: html + + + + + + +
Elucidation"Quantity in a conventionally chosen subset of a given system of quantities, where no quantity in the subset can be expressed in terms of the other quantities within that subset" + ISO 80000-1
+ + +.. raw:: html + +
+ +BaseUnit +-------- + +* http://emmo.info/emmo#EMMO_db716151_6b73_45ff_910c_d182fdcbb4f5 + +.. raw:: html + + + + + + +
ElucidationA set of units that correspond to the base quantities in a system of units.
+ + +.. raw:: html + +
+ +BaselineCellVoltage +------------------- + +* http://emmo.info/electrochemistry#electrochemistry_269ddd97_1437_4545_b272_0df75a12c68a + +.. raw:: html + + + + + + +
ElucidationIn electrochemical measurements, the voltage of an electrochemical cell to which a voltage signal is superimposed.
+ + +.. raw:: html + +
+ +Battery +------- + +* http://emmo.info/battery#battery_74ed2670_657d_4f0b_b0a6_3f13bc2e9c17 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationone or more cells fitted with devices necessary for use, for example case, terminals, marking and protective devices
Alternative Label(s)ElectricBattery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-04
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electric_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q267298
+ + +.. raw:: html + +
+ +BatteryBase +----------- + +* http://emmo.info/battery#battery_4dfa5c98_e185_456b_9f06_89364ac637e5 + +.. raw:: html + + + + + + + + + + +
Elucidationsupport base, generally of insulating material for stationary secondary cells, batteries or monobloc batteries
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-09
+ + +.. raw:: html + +
+ +BatteryCell +----------- + +* http://emmo.info/battery#battery_68ed592a_7924_45d0_a108_94d6275d57f0 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationbasic functional unit, consisting of an assembly of electrodes, electrolyte, container, terminals and usually separators, that is a source of electric energy obtained by direct conversion of chemical energy.
Alternative Label(s)Cell
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-01
+ + +.. raw:: html + +
+ +BatteryContinuumModel +--------------------- + +* http://emmo.info/battery#battery_b1921f7b_afac_465a_a275_26f929f7f936 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +BatteryCrate +------------ + +* http://emmo.info/battery#battery_5029a2e2_3f59_4f28_a6c4_bc6a28e75a66 + +.. raw:: html + + + + + + + + + + +
Elucidationcontainer with frame walls for holding several cells or batteries
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-10
+ + +.. raw:: html + +
+ +BatteryCycler +------------- + +* http://emmo.info/battery#battery_23e6170d_a70b_4de9_a4db_458e24a327ac + +.. raw:: html + + + + + + +
ElucidationA device for performing cycling measurements of a battery.
+ + +.. raw:: html + +
+ +BatteryCyclerSystem +------------------- + +* http://emmo.info/battery#battery_bc033b97_a5b7_455c_94ce_e95676cb816b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +BatteryCycling +-------------- + +* http://emmo.info/battery#battery_1d33b96d_f362_41e5_b670_d33cd6a7ab28 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +BatteryCyclingMeasurementResult +------------------------------- + +* http://emmo.info/battery#battery_2198cf67_b5d2_4325_9b6a_dde0a26fd065 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +BatteryEnergy +------------- + +* http://emmo.info/battery#battery_87bb15ff_4fc2_4929_9938_0b31d9166001 + +.. raw:: html + + + + + + + + + + +
Elucidationelectric energy which a battery delivers under specified conditions.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-21
+ + +.. raw:: html + +
+ +BatteryEquivalentCircuitModel +----------------------------- + +* http://emmo.info/battery#battery_4c78a492_b14d_4005_b555_d3c92e8def0f + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +BatteryInterface +---------------- + +* http://emmo.info/battery#battery_5129704d_3e08_4bee_b2d3_7b9e193cb481 + +.. raw:: html + + + + + + +
ElucidationAn electrochemical interface within a battery cell.
+ + +.. raw:: html + +
+ +BatteryMeasurement +------------------ + +* http://emmo.info/battery#battery_6c481323_498b_42c6_915a_53490f409430 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +BatteryMeasurementResult +------------------------ + +* http://emmo.info/battery#battery_14ea92c1_2682_4c52_83a5_632adcfdb1ce + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +BatteryModule +------------- + +* http://emmo.info/battery#battery_9acfeea6_ca7f_4b97_9844_c38edf6387ec + +.. raw:: html + + + + + + +
Elucidationa modular assembly of multiple battery cells in a case, designed to be integrated into a larger battery pack
+ + +.. raw:: html + +
+ +BatteryOnFloat +-------------- + +* http://emmo.info/battery#battery_22a6f05f_fdc7_4670_830d_c23062c9ba6b + +.. raw:: html + + + + + + + + + + +
Elucidationsecondary battery whose terminals are permanently connected to a source of constant voltage sufficient to maintain the battery approximately fully charged, and which is intended to supply power to an electric circuit, if the normal supply is temporarily interrupted
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-35
+ + +.. raw:: html + +
+ +BatteryPack +----------- + +* http://emmo.info/battery#battery_be3b35a7_75a3_4be0_9265_beb178ea7b00 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationa battery containing multiple cells and a casing
Wikipedia Referencehttps://en.wikipedia.org/wiki/Battery_pack
Wikidata Referencehttps://www.wikidata.org/wiki/Q420116
+ + +.. raw:: html + +
+ +BatteryPhenomenon +----------------- + +* http://emmo.info/battery#battery_f768ea27_09ba_4875_a5cc_2c644b0753a3 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +BatteryQuantity +--------------- + +* http://emmo.info/battery#battery_230809da_bc18_42ec_ac94_4ca6a86292d1 + +.. raw:: html + + + + + + +
ElucidationPhysical quantities defined within the domain of batteries.
+ + +.. raw:: html + +
+ +BatteryRack +----------- + +* http://emmo.info/battery#battery_af472269_bff7_4aa1_95e9_15666a350fc4 + +.. raw:: html + + + + + + + + + + +
Elucidationsupport, stand or grating with one or more levels or tiers for the installation of cells or mono-bloc containers in a stationary battery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-24
+ + +.. raw:: html + +
+ +BatteryTimeSeriesDataSet +------------------------ + +* http://emmo.info/battery#battery_d9b99b14_44e8_473b_af8f_2a160429df69 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +BatteryTray +----------- + +* http://emmo.info/battery#battery_bcf8f9dd_f493_4547_a5a3_e14b1f4c0f5f + +.. raw:: html + + + + + + + + + + +
Elucidationcontainer with a base and walls for holding several cells or batteries
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-35
+ + +.. raw:: html + +
+ +Becquerel +--------- + +* http://emmo.info/emmo#Becquerel + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationSI unit for radioactive activity.
IUPAC Referencehttps://doi.org/10.1351/goldbook.B00624
Wikipedia Referencehttp://en.wikipedia.org/wiki/Becquerel?oldid=493710036
+ + +.. raw:: html + +
+ +BecquerelPerCubicMetre +---------------------- + +* http://emmo.info/emmo#BecquerelPerCubicMetre + +.. raw:: html + + + + + + + + + + +
ElucidationThe SI derived unit of unit in the category of Radioactivity concentration. + + -- QUDT
Alternative Label(s)Becquerel per Cubic Metre
+ + +.. raw:: html + +
+ +BecquerelPerKilogram +-------------------- + +* http://emmo.info/emmo#BecquerelPerKilogram + +.. raw:: html + + + + + + + + + + +
Elucidation"Becquerel per Kilogram" is used to describe radioactivity, which is often expressed in becquerels per unit of volume or weight, to express how much radioactive material is contained in a sample. + + -- QUDT
Alternative Label(s)Becquerel per Kilogram
+ + +.. raw:: html + +
+ +BecquerelPerLitre +----------------- + +* http://emmo.info/emmo#BecquerelPerLitre + +.. raw:: html + + + + + + + + + + +
ElucidationOne radioactive disintegration per second from a one part in 10**3 of the SI unit of volume (cubic metre). + + -- QUDT
Alternative Label(s)Becquerels per litre
+ + +.. raw:: html + +
+ +BecquerelPerSquareMetre +----------------------- + +* http://emmo.info/emmo#BecquerelPerSquareMetre + +.. raw:: html + + + + + + +
Alternative Label(s)Becquerel per Square Metre
+ + +.. raw:: html + +
+ +BecquerelSecondPerCubicMetre +---------------------------- + +* http://emmo.info/emmo#BecquerelSecondPerCubicMetre + +.. raw:: html + + + + + + + + + + +
ElucidationTBD + + -- QUDT
Alternative Label(s)Becquerels second per cubic metre
+ + +.. raw:: html + +
+ +BeginStep +--------- + +* http://emmo.info/emmo#EMMO_b941e455_2cb1_4c11_93e3_17caa06086b4 + +.. raw:: html + + + + + + +
ElucidationAn initial step of a workflow.
+ + +.. raw:: html + +
+ +BeginTile +--------- + +* http://emmo.info/emmo#EMMO_fa595892_070d_455e_9459_06c97179c080 + +.. raw:: html + + + + + + +
Elucidationhttp://emmo.info/emmo#EMMO_fe63194f_7c04_4dbd_a244_524b38b6699b
+ + +.. raw:: html + +
+ +Behaviour +--------- + +* http://emmo.info/emmo#EMMO_210e7e99_c1cf_44cc_87c7_310a10ff068b + +.. raw:: html + + + + + + +
ElucidationA process which is an holistic temporal part of an object.
+ + +.. raw:: html + +
+ +BellevilleWasher +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_98d5101e_cd11_4a0d_b856_6fcd8aad132e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Bending +------- + +* http://emmo.info/emmo#EMMO_68ee441e_c89e_4391_93c3_e68fef59fe14 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Benzene +------- + +* http://emmo.info/emmo#material_ac358c17_0cb7_4472_9c7a_fea07ae09e58 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationBenzene is a colorless liquid with a sweet odor. It evaporates into the air very quickly and dissolves slightly in water. It is highly flammable and is formed from both natural processes and human activities. Benzene is widely used in the United States; it ranks in the top 20 chemicals for production volume. Some industries use benzene to make other chemicals which are used to make plastics, resins, and nylon and synthetic fibers. Benzene is also used to make some types of rubbers, lubricants, dyes, detergents, drugs, and pesticides. Natural sources of benzene include volcanoes and forest fires. Benzene is also a natural part of crude oil, gasoline, and cigarette smoke.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Benzene
Wikidata Referencehttps://www.wikidata.org/wiki/Q2270
+ + +.. raw:: html + +
+ +BenzoicAcid +----------- + +* http://emmo.info/emmo#material_d0d1db46_f674_437f_a322_2913b1eca5de + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Benzoic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q191700
+ + +.. raw:: html + +
+ +BerkeliumAtom +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_d2a4df79-23a0-5536-9f12-37d3b49c323f + +.. raw:: html + + + + + + +
ElucidationAtom subclass for berkelium.
+ + +.. raw:: html + +
+ +BerkeliumSymbol +--------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_5c736993-31b7-5839-aa36-38b6cd8b41a2 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Beryllium +--------- + +* http://emmo.info/emmo#material_c7b881c4_6149_488c_bd47_5e8ccfdd071e + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Be
Wikipedia Referencehttps://en.wikipedia.org/wiki/Beryllium
Wikidata Referencehttps://www.wikidata.org/wiki/Q569
+ + +.. raw:: html + +
+ +BerylliumAtom +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_b8294a50-b121-5b9c-bacd-5d4206c3aaaf + +.. raw:: html + + + + + + +
ElucidationAtom subclass for beryllium.
+ + +.. raw:: html + +
+ +BerylliumHydroxide +------------------ + +* http://emmo.info/emmo#material_2b9de1a2_18cc_41ea_81e0_cf576ca56015 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Be(OH)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Beryllium_hydroxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q419729
+ + +.. raw:: html + +
+ +BerylliumSymbol +--------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_b42b9f49-aa2a-5dc7-afa5-9c5c013b621d + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +BetaDisintegrationEnergy +------------------------ + +* http://emmo.info/emmo#EMMO_34bdb169_90da_4d38_a351_647071804e5d + +.. raw:: html + + + + + + + + + + +
ElucidationSum of the maximum beta-particle kinetic energy and the recoil energy of the atom produced in a reference frame in which the emitting nucleus is at rest before its disintegration.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98148340
+ + +.. raw:: html + +
+ +BilayerMembrane +--------------- + +* http://emmo.info/electrochemistry#electrochemistry_f1c7eacb_9f21_4100_925c_3974f266e06f + +.. raw:: html + + + + + + +
Elucidationan asymmetric membrane composed of two layers, typically with different chemical properties or functional roles
+ + +.. raw:: html + +
+ +BimetallicElectrode +------------------- + +* http://emmo.info/electrochemistry#electrochemistry_86be0987_5e21_43ec_b975_8f679999d328 + +.. raw:: html + + + + + + +
Elucidationelectrode containing two different metals (e.g. platinum and ruthenium) on its surface (e.g. to modify its electrocatalytic properties)
+ + +.. raw:: html + +
+ +BimetallicOxideElectrode +------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_4839708a_3864_47eb_b719_373ff8874c61 + +.. raw:: html + + + + + + +
Elucidationan electrode consisting of two metal oxide active materials
+ + +.. raw:: html + +
+ +BinaryElectrolyte +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_4e02d727_07fe_41fd_886c_041317342086 + +.. raw:: html + + + + + + +
Elucidationan electrolyte consisting of anions and cations with equal absolute charge numbers.
+ + +.. raw:: html + +
+ +Binder +------ + +* http://emmo.info/electrochemistry#electrochemistry_68eb5e35_5bd8_47b1_9b7f_f67224fa291e + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationmaterial or substance that holds or draws other materials together to form a cohesive whole
Alternative Label(s)ElectrodeBinder
Wikipedia Referencehttps://en.wikipedia.org/wiki/Binder_(material)
Wikidata Referencehttps://www.wikidata.org/wiki/Q863583
+ + +.. raw:: html + +
+ +BindingFraction +--------------- + +* http://emmo.info/emmo#EMMO_29edd972_2e77_4658_8106_01c86b3b10a2 + +.. raw:: html + + + + + + + + + + +
ElucidationThe ratio of the binding energy of a nucleus to the atomic mass number.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98058362
+ + +.. raw:: html + +
+ +Bis(fluorosulfonyl)amide +------------------------ + +* http://emmo.info/emmo#material_df72af75_cc1c_4286_aeb8_66de90ef276d + +.. raw:: html + + + + + + +
Alternative Label(s)FSI
+ + +.. raw:: html + +
+ +Bis(malonato)borate +------------------- + +* http://emmo.info/emmo#material_8ab6b726_e711_41d7_b237_b21094383239 + +.. raw:: html + + + + + + +
Alternative Label(s)BMB
+ + +.. raw:: html + +
+ +Bis(oxalato)borate +------------------ + +* http://emmo.info/emmo#material_7e9bbc33_c681_467a_b0d7_5de0e71230b4 + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)BOB
Wikidata Referencehttps://www.wikidata.org/wiki/Q81982574
+ + +.. raw:: html + +
+ +Bismuth +------- + +* http://emmo.info/emmo#material_334b7617_34d5_4cb4_9e03_cde9ff19183d + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Bismuth
Wikidata Referencehttps://www.wikidata.org/wiki/Q942
+ + +.. raw:: html + +
+ +BismuthAtom +----------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_0e08326e-376b-5d54-ad2c-2a7cf274af61 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for bismuth.
+ + +.. raw:: html + +
+ +BismuthElectrode +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_eb09ca25_90c9_4b55_9165_76fbf7fb5a46 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +BismuthSymbol +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_ed5acb06-0af0-5a3a-9b31-a1b32267f753 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Bistriflimide +------------- + +* http://emmo.info/emmo#material_88d380f4_1207_4a30_a117_8472bb3d1d81 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)TFSI
Wikipedia Referencehttps://en.wikipedia.org/wiki/Bistriflimide
Wikidata Referencehttps://www.wikidata.org/wiki/Q4918589
+ + +.. raw:: html + +
+ +BlendedActiveElectrode +---------------------- + +* http://emmo.info/electrochemistry#electrochemistry_5186239a_2af7_4dbf_92ca_22e8e583c528 + +.. raw:: html + + + + + + +
Elucidationan active electrode with a blend of two or more active materials
+ + +.. raw:: html + +
+ +BlowMolding +----------- + +* http://emmo.info/emmo#EMMO_381b6a6e_6e8e_461a_8591_d7a60e823d4d + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +BlueAntiQuark +------------- + +* http://emmo.info/emmo#EMMO_c88a0f70_482b_4e37_9ae2_ee66bbfc20a7 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +BlueBottomAntiQuark +------------------- + +* http://emmo.info/emmo#EMMO_29d24a97_f3bd_4e9b_934d_9da589f719e5 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +BlueBottomQuark +--------------- + +* http://emmo.info/emmo#EMMO_e1ae2427_e902_44ae_bac2_8ac80939c457 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +BlueCharmAntiQuark +------------------ + +* http://emmo.info/emmo#EMMO_5a77b7a6_7b16_48cd_8d69_a0c4b9174a3f + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +BlueCharmQuark +-------------- + +* http://emmo.info/emmo#EMMO_1d2bf964_5d54_4da6_a02d_7c908517ef91 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +BlueDownAntiQuark +----------------- + +* http://emmo.info/emmo#EMMO_9d6eeca7_89a0_4a65_a497_9039f1164b96 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +BlueDownQuark +------------- + +* http://emmo.info/emmo#EMMO_94b07779_910a_4e56_bb34_2754dae4e376 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +BlueQuark +--------- + +* http://emmo.info/emmo#EMMO_dcca141c_dba1_4f83_86ac_f4cb2d9a1bdd + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +BlueStrangeAntiQuark +-------------------- + +* http://emmo.info/emmo#EMMO_975bdc11_12db_44e7_a3c3_c5436b5e17cc + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +BlueStrangeQuark +---------------- + +* http://emmo.info/emmo#EMMO_b8fa18b7_14c7_42cd_bd5f_4fc073677a5b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +BlueTopAntiQuark +---------------- + +* http://emmo.info/emmo#EMMO_ad6b0980_fa04_4ec3_b033_6aed9f4ed17c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +BlueTopQuark +------------ + +* http://emmo.info/emmo#EMMO_3ab4154b_d163_4236_8251_8917b07c2788 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +BlueUpAntiQuark +--------------- + +* http://emmo.info/emmo#EMMO_4cc06415_9c11_4071_b732_fd05ad750f07 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +BlueUpQuark +----------- + +* http://emmo.info/emmo#EMMO_f321cf62_99e4_418e_bb3e_3dfcc91f701f + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +BockrisDevanathanMuellerModel +----------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_4bdd6359_1422_4c50_ac0c_5d8042dd65fc + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationa model for the double layer that includes the action of the solvent on the surface
Alternative Label(s)BDM
Commentproposed by John Bockris, M. A. V. Devanathan, and Klaus Mueller in 1963
+ + +.. raw:: html + +
+ +BodePlot +-------- + +* https://emmo.info/electrochemistry#electrochemistry_e0b57b09_68ee_4687_a901_bfb599421972 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationplots of the phase angle and the magnitude of the impedance vs. the logarithm of perturbation frequency at all the frequencies tested in an impedimetry measurement
Alternative Label(s)BodeDiagram
Wikipedia Referencehttps://en.wikipedia.org/wiki/Bode_plot
Wikidata Referencehttps://www.wikidata.org/wiki/Q245627
+ + +.. raw:: html + +
+ +BohrMagneton +------------ + +* http://emmo.info/emmo#EMMO_6884600e_5d9b_44b1_9fc5_7d4dc1639e2f + +.. raw:: html + + + + + + + + + + +
ElucidationMagnitude of the magnetic moment of an electron in a state with orbital angular momentum quantum number l=1 due to its orbital motion.
Wikidata Referencehttps://www.wikidata.org/wiki/Q737120
+ + +.. raw:: html + +
+ +BohrRadius +---------- + +* http://emmo.info/emmo#EMMO_3f2a669c_101b_428e_9cfc_0157986c36d5 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationRadius of the electron orbital in the hydrogen atom in its ground state in the Bohr model of the atom.
IUPAC Referencehttps://doi.org/10.1351/goldbook.B00693
Wikidata Referencehttps://www.wikidata.org/wiki/Q652571
+ + +.. raw:: html + +
+ +BohriumAtom +----------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_67761ddc-260b-5945-bfc3-311813ab71c9 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for bohrium.
+ + +.. raw:: html + +
+ +BohriumSymbol +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_0805a892-352b-53e3-9577-60aa0835bc17 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +BoltzmannConstant +----------------- + +* http://emmo.info/emmo#EMMO_ffc7735f_c177_46a4_98e9_a54440d29209 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationA physical constant relating energy at the individual particle level with temperature. It is the gas constant R divided by the Avogadro constant. + + It defines the Kelvin unit in the SI system.
IUPAC Referencehttps://doi.org/10.1351/goldbook.B00695
CommentThe DBpedia definition (http://dbpedia.org/page/Boltzmann_constant) is outdated as May 20, 2019. It is now an exact quantity.
+ + +.. raw:: html + +
+ +BondedAtom +---------- + +* http://emmo.info/emmo#EMMO_8303a247_f9d9_4616_bdcd_f5cbd7b298e3 + +.. raw:: html + + + + + + + + + + +
ElucidationAn bonded atom that shares at least one electron to the atom-based entity of which is part of.
CommentA real bond between atoms is always something hybrid between covalent, metallic and ionic. + + In general, metallic and ionic bonds have atoms sharing electrons.
+ + +.. raw:: html + +
+ +Boolean +------- + +* http://emmo.info/emmo#EMMO_54dc83cb_06e1_4739_9e45_bc09cead7f48 + +.. raw:: html + + + + + + +
ElucidationA boolean number.
+ + +.. raw:: html + +
+ +BoostCharge +----------- + +* http://emmo.info/electrochemistry#electrochemistry_02aefb7a_d6ce_4b6e_b854_f7b3d641f670 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationaccelerated charge applied at greater than normal values of electric currents or of voltages (for a particular design) during a short time interval
Alternative Label(s)FastCharge
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-37
+ + +.. raw:: html + +
+ +Boron +----- + +* http://emmo.info/emmo#material_cac01669_51a9_410f_9a12_4bb0e19296f6 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)B
Wikipedia Referencehttps://en.wikipedia.org/wiki/Boron
Wikidata Referencehttps://www.wikidata.org/wiki/Q618
+ + +.. raw:: html + +
+ +BoronAtom +--------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_62cb8f50-5ce5-5f99-9cc8-514eff05d05e + +.. raw:: html + + + + + + +
ElucidationAtom subclass for boron.
+ + +.. raw:: html + +
+ +BoronSymbol +----------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_a30e9658-1a08-50cc-b200-25dbc8add30a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Boson +----- + +* http://emmo.info/emmo#EMMO_b5a5494c_83bf_44aa_a9a6_49b948e68939 + +.. raw:: html + + + + + + + + + + +
ElucidationA physical particle with integer spin that follows Bose–Einstein statistics.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Boson
+ + +.. raw:: html + +
+ +BottomAntiQuark +--------------- + +* http://emmo.info/emmo#EMMO_12a3441c_4fe8_4d9c_a7db_9e86ce6c41ee + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +BottomQuark +----------- + +* http://emmo.info/emmo#EMMO_d37eeb84_895f_4c30_bf60_387b3314a1a6 + +.. raw:: html + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Bottom_quark
+ + +.. raw:: html + +
+ +BraggAngle +---------- + +* http://emmo.info/emmo#EMMO_034bc7dd_a8c2_4ed0_8b51_66ac9b00342f + +.. raw:: html + + + + + + + + + + +
ElucidationAngle between the scattered ray and the lattice plane.
Wikidata Referencehttps://www.wikidata.org/wiki/Q105488118
+ + +.. raw:: html + +
+ +Broadcast +--------- + +* http://emmo.info/emmo#79aad3fb_2e01_4626_8369_4e914893aa6d + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Bromine +------- + +* http://emmo.info/emmo#material_bd6a2a7a_d9d6_453e_a1d8_2048e884d36e + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Br2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Bromine
Wikidata Referencehttps://www.wikidata.org/wiki/Q879
+ + +.. raw:: html + +
+ +BromineAtom +----------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_b3dfa085-5206-5868-b060-13efa01caf8e + +.. raw:: html + + + + + + +
ElucidationAtom subclass for bromine.
+ + +.. raw:: html + +
+ +BromineSymbol +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_41ee55be-d0e9-5f39-86a6-36b81a7bc301 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +BufferBattery +------------- + +* http://emmo.info/battery#battery_dbc86554_1a2a_4f2b_b8c2_e793fa219883 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationbattery connected across a direct current supply in order to reduce the effects of power variations of the source.
Alternative Label(s)BackUpBattery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-16
+ + +.. raw:: html + +
+ +BunsenCell +---------- + +* http://emmo.info/battery#battery_70dad2a6_5316_4211_99a6_2031119515c1 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationa primary zinc carbon battery with a zinc anode and carbon cathode and a dual electrolyte system of aqueous sulfuric acid and nitric or chromic acid
Wikipedia Referencehttps://en.wikipedia.org/wiki/Bunsen_cell
Wikidata Referencehttps://www.wikidata.org/wiki/Q901286
Commentincluded for historical reference
+ + +.. raw:: html + +
+ +BurgersVector +------------- + +* http://emmo.info/emmo#EMMO_da4ea7e3_6e60_410b_a209_6ea735a6b10c + +.. raw:: html + + + + + + + + + + +
ElucidationVector characterising a dislocation in a crystal lattice.
Wikidata Referencehttps://www.wikidata.org/wiki/Q623093
+ + +.. raw:: html + +
+ +ButanoicAcid +------------ + +* http://emmo.info/emmo#material_78a1367d_61b4_40a4_9c22_fdd0017f535f + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Butyric_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q193213
+ + +.. raw:: html + +
+ +ButlerVolmerEquation +-------------------- + +* http://emmo.info/electrochemistry#electrochemistry_d48ea516_5cac_4f86_bc88_21b6276c0938 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationa phenomenological model for electrode kinetics, describing the relation between the electrode current from an electrochemical charge-transfer reaction and the surface overpotential of the electrode
Alternative Label(s)ButlerVolmerApproximation, ErdeyGruzVolmerEquation
Wikipedia Referencehttps://en.wikipedia.org/wiki/Butler%E2%80%93Volmer_equation
Wikidata Referencehttps://www.wikidata.org/wiki/Q903846
Commenti = i0 * (exp(alpha*n*F*eta/(R*T)) – exp(-(1-alpha)*n*F*eta/(R*T)))
+ + +.. raw:: html + +
+ +C +- + +* http://emmo.info/emmo#EMMO_36a9bf69_483b_42fd_8a0c_7ac9206320bc + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CASRN +----- + +* http://emmo.info/emmo#EMMO_d2a47cd8_662f_438f_855a_b4378eb992ff + +.. raw:: html + + + + + + +
ElucidationChemical Abstact Service registry number for a chemical substance from the American Chemical Society
+ + +.. raw:: html + +
+ +CCCVCycling +----------- + +* http://emmo.info/electrochemistry#electrochemistry_ac6c2371_995a_4fcb_89a2_15cb6615741e + +.. raw:: html + + + + + + +
Elucidationa cycling protocol in which an electrochemical cell is first put through a CCCV charging process followed by a constant current discharge process
+ + +.. raw:: html + +
+ +CPlusPlus +--------- + +* http://emmo.info/emmo#EMMO_64aba1e5_24b7_4140_8eb4_676c35698e79 + +.. raw:: html + + + + + + + + + + +
ElucidationA language object respecting the syntactic rules of C++.
Alternative Label(s)C++
+ + +.. raw:: html + +
+ +CR2016 +------ + +* http://emmo.info/battery#battery_980da224_75c0_4c47_af95_b51ca1443213 + +.. raw:: html + + + + + + +
Elucidationa Li | MnO2 coin cell with a R2016 case
+ + +.. raw:: html + +
+ +CR2025 +------ + +* http://emmo.info/battery#battery_9984642f_c9dc_4b98_94f6_6ffe20cfc014 + +.. raw:: html + + + + + + + + + + +
Elucidationa Li | MnO2 coin cell with a R2025 case
Wikidata Referencehttps://www.wikidata.org/wiki/Q28955604
+ + +.. raw:: html + +
+ +CR2032 +------ + +* http://emmo.info/battery#battery_b61b96ac_f2f4_4b74_82d5_565fe3a2d88b + +.. raw:: html + + + + + + + + + + +
Elucidationa Li | MnO2 coin cell with a R2032 case
Wikidata Referencehttps://www.wikidata.org/wiki/Q5013811
+ + +.. raw:: html + +
+ +CRate +----- + +* http://emmo.info/electrochemistry#electrochemistry_e1fd84eb_acdb_4b2c_b90c_e899d552a3ee + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidation[an indicator of the] electric current at which a secondary cell or battery is charged
Alternative Label(s)ChargeRate, ChargeRate, ChargeRate
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-45
Commentin practice, the term CRate is often used to mean DRate
+ + +.. raw:: html + +
+ +CSharp +------ + +* http://emmo.info/emmo#EMMO_268a8a97_3a6f_4022_93da_962a66827cdc + +.. raw:: html + + + + + + +
Alternative Label(s)C#
+ + +.. raw:: html + +
+ +Cadmium +------- + +* http://emmo.info/emmo#material_90f71119_f476_4033_b6ee_6342680322e5 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cadmium
Wikidata Referencehttps://www.wikidata.org/wiki/Q1091
+ + +.. raw:: html + +
+ +CadmiumAtom +----------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_0761710a-3de3-5cff-a0cc-dfb8eba5a99d + +.. raw:: html + + + + + + +
ElucidationAtom subclass for cadmium.
+ + +.. raw:: html + +
+ +CadmiumBattery +-------------- + +* http://emmo.info/battery#battery_d27fd24f_a96c_4db3_a579_777bb423043d + +.. raw:: html + + + + + + +
Elucidationcell containing a negative electrode with an active material of cadmium or containing cadmium
+ + +.. raw:: html + +
+ +CadmiumElectrode +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_dd4c5ffa_6228_41d8_8a44_a40a2b22723e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CadmiumHydroxide +---------------- + +* http://emmo.info/emmo#material_83285f8c_bbf3_4548_9599_bc8c327fc099 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Cd(OH)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cadmium_hydroxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q420717
+ + +.. raw:: html + +
+ +CadmiumOxide +------------ + +* http://emmo.info/emmo#material_0111ec52_b838_49ab_a24b_884aaa3f54e8 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)CdO
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cadmium_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q196661
+ + +.. raw:: html + +
+ +CadmiumOxideCompound +-------------------- + +* http://emmo.info/emmo#material_3540fb20_f719_42eb_ad0c_112ffedb7c6d + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CadmiumSymbol +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_b12e3fea-4467-5a08-9b14-67c51def1431 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Caesium +------- + +* http://emmo.info/emmo#material_8522bd08_3855_4e4b_bca0_30923a40de88 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://www.wikidata.org/wiki/Q1108
Wikidata Referencehttps://www.wikidata.org/wiki/Caesium
+ + +.. raw:: html + +
+ +CaesiumAtom +----------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_85ab88f1-3bb6-5fb7-8996-d1be786da995 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for caesium.
+ + +.. raw:: html + +
+ +CaesiumElectrode +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_7cc8b738_3462_4592_ba83_951a8d50fef7 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CaesiumSymbol +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_f7e8a63d-d40c-57f7-8017-7ad6b1d89b4e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Calcium +------- + +* http://emmo.info/emmo#material_8069b9ca_4639_49c6_b182_fedff62869a1 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Ca
Wikipedia Referencehttps://en.wikipedia.org/wiki/Calcium
Wikidata Referencehttps://www.wikidata.org/wiki/Q706
+ + +.. raw:: html + +
+ +CalciumAcetate +-------------- + +* http://emmo.info/emmo#material_56a8e7ef_29da_46d2_92e4_81c38ec39b4b + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Ca(OAc)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Calcium_acetate
Wikidata Referencehttps://www.wikidata.org/wiki/Q409251
+ + +.. raw:: html + +
+ +CalciumAirBattery +----------------- + +* http://emmo.info/battery#battery_eeab063b_9dbf_4879_8008_44e5c4a34f1f + +.. raw:: html + + + + + + +
Elucidationa metal-air battery with a calcium negative electrode
+ + +.. raw:: html + +
+ +CalciumAtom +----------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_2b6dcba2-8e5f-50fb-8242-26fa609379a8 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for calcium.
+ + +.. raw:: html + +
+ +CalciumBattery +-------------- + +* http://emmo.info/battery#battery_21943399_9d3f_46cf_83a9_3913cddfdee1 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationcell containing a negative electrode with an active material of calcium or containing calcium
Wikipedia Referencehttps://en.wikipedia.org/wiki/Calcium_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q106611348
+ + +.. raw:: html + +
+ +CalciumBisfluorosulfonylimide +----------------------------- + +* http://emmo.info/emmo#material_fe5452de_6d49_4f60_9a15_a022bb5219a2 + +.. raw:: html + + + + + + +
Alternative Label(s)Ca(FSI)2
+ + +.. raw:: html + +
+ +CalciumBisoxalatoborate +----------------------- + +* http://emmo.info/emmo#material_9d6b0e6b_b51f_40a8_bc9d_1418ea5356b1 + +.. raw:: html + + + + + + +
Alternative Label(s)Ca(BOB)2
+ + +.. raw:: html + +
+ +CalciumBisoxalatophosphate +-------------------------- + +* http://emmo.info/emmo#material_1e5c69b2_6dac_44b6_a24e_6170b516cf2c + +.. raw:: html + + + + + + +
Alternative Label(s)Ca(BOP)2
+ + +.. raw:: html + +
+ +CalciumBistrifluoromethanesulfonylimide +--------------------------------------- + +* http://emmo.info/emmo#material_d30fb481_a68d_496f_9be3_0e78aef3ef32 + +.. raw:: html + + + + + + +
Alternative Label(s)Ca(TFSI)2
+ + +.. raw:: html + +
+ +CalciumBromide +-------------- + +* http://emmo.info/emmo#material_527fbfa6_7a48_4f6e_8442_38f2590a51bb + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)CaBr2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Calcium_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q409739
+ + +.. raw:: html + +
+ +CalciumCarbonate +---------------- + +* http://emmo.info/emmo#material_cb320164_c9d7_48a0_8b54_f22398ce3e20 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)CaCO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Calcium_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q23767
+ + +.. raw:: html + +
+ +CalciumChlorate +--------------- + +* http://emmo.info/emmo#material_7bebc661_c77b_4124_bed3_c2ac6346a2a6 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Ca(ClO3)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Calcium_chlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q419721
+ + +.. raw:: html + +
+ +CalciumChloride +--------------- + +* http://emmo.info/emmo#material_d6b4453f_6a41_446a_874c_5fcce4948ef2 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)CaCl2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Calcium_chloride
Wikidata Referencehttps://www.wikidata.org/wiki/Q208451
+ + +.. raw:: html + +
+ +CalciumDifluorooxalatoborate +---------------------------- + +* http://emmo.info/emmo#material_55b09b6b_c8cd_410c_8971_b2bd86e0c905 + +.. raw:: html + + + + + + +
Alternative Label(s)Ca(DFOB)2
+ + +.. raw:: html + +
+ +CalciumFluoride +--------------- + +* http://emmo.info/emmo#material_508e6e27_16a6_40f4_930c_d6c793721181 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)CaF2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Calcium_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q413374
+ + +.. raw:: html + +
+ +CalciumHexafluorophosphate +-------------------------- + +* http://emmo.info/emmo#material_8dd87ac5_a8e1_4228_93bb_189e442fa71b + +.. raw:: html + + + + + + +
Alternative Label(s)Ca(PF6)2
+ + +.. raw:: html + +
+ +CalciumHydroxide +---------------- + +* http://emmo.info/emmo#material_09e14ca2_f909_40cc_ba93_e1a149938abc + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Ca(OH)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Calcium_hydroxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q182849
+ + +.. raw:: html + +
+ +CalciumInsertionElectrode +------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_90103be0_9096_4f98_89c7_b5db01197858 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CalciumIodide +------------- + +* http://emmo.info/emmo#material_b72166c7_eb2a_44b0_8af4_3a2042148157 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)CaI2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Calcium_iodide
Wikidata Referencehttps://www.wikidata.org/wiki/Q412538
+ + +.. raw:: html + +
+ +CalciumIonBattery +----------------- + +* http://emmo.info/battery#battery_2099e6d6_680b_476c_a123_f6c89ff93389 + +.. raw:: html + + + + + + +
Elucidationa battery with two calcium insertion electrodes
+ + +.. raw:: html + +
+ +CalciumMetalElectrode +--------------------- + +* http://emmo.info/electrochemistry#electrochemistry_4f2348dd_d9ea_4448_af8c_a4a38f3d04b4 + +.. raw:: html + + + + + + +
Commentmetal electrode in which the active material is calcium
+ + +.. raw:: html + +
+ +CalciumNitrate +-------------- + +* http://emmo.info/emmo#material_73ce979c_af17_4187_81a7_7206bde39ec6 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Ca(NO3)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Calcium_nitrate
Wikidata Referencehttps://www.wikidata.org/wiki/Q407392
+ + +.. raw:: html + +
+ +CalciumNitrite +-------------- + +* http://emmo.info/emmo#material_f2dad0d0_8392_490d_932c_d920f8ff3d64 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Ca(NO2)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Calcium_nitrite
Wikidata Referencehttps://www.wikidata.org/wiki/Q2749498
+ + +.. raw:: html + +
+ +CalciumPerchlorate +------------------ + +* http://emmo.info/emmo#material_fd189d24_5434_4f93_b5a9_4796e67d88f1 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Ca(ClO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Calcium_perchlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q906306
+ + +.. raw:: html + +
+ +CalciumPhosphate +---------------- + +* http://emmo.info/emmo#material_847590b4_fae5_4f57_b1b0_1bb545528152 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Ca3(PO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tricalcium_phosphate
Wikidata Referencehttps://www.wikidata.org/wiki/Q278387
+ + +.. raw:: html + +
+ +CalciumSaltCompound +------------------- + +* http://emmo.info/emmo#material_c12c3203_9d18_4a69_8a10_25b100ff48c8 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CalciumSulfate +-------------- + +* http://emmo.info/emmo#material_8a897ed1_a611_46bf_8252_502428a0bff7 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)CaSO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Calcium_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q407258
+ + +.. raw:: html + +
+ +CalciumSulfide +-------------- + +* http://emmo.info/emmo#material_dc592618_13ec_498a_834b_2188ecb9535d + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)CaS
Wikipedia Referencehttps://en.wikipedia.org/wiki/Calcium_sulfide
Wikidata Referencehttps://www.wikidata.org/wiki/Q408464
+ + +.. raw:: html + +
+ +CalciumSulfite +-------------- + +* http://emmo.info/emmo#material_40bdf780_394e_49e8_9a46_c88320c9d734 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)CaSO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Calcium_sulfite
Wikidata Referencehttps://www.wikidata.org/wiki/Q899410
+ + +.. raw:: html + +
+ +CalciumSulfurBattery +-------------------- + +* http://emmo.info/battery#battery_e3717684_26bd_40ce_b279_e7b39cc3e67e + +.. raw:: html + + + + + + +
Elucidationa battery with a calcium negative electrode and a sulfur positive electrode
+ + +.. raw:: html + +
+ +CalciumSymbol +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_38626021-30ac-5bd1-8776-0541a8341bf2 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CalciumTetrafluoroborate +------------------------ + +* http://emmo.info/emmo#material_bb42264f_9049_47a5_ac87_a363fa8ae503 + +.. raw:: html + + + + + + +
Alternative Label(s)Ca(BF4)2
+ + +.. raw:: html + +
+ +CalciumTriflate +--------------- + +* http://emmo.info/emmo#material_0952b0ae_0067_4b42_812a_abb68c95a6f8 + +.. raw:: html + + + + + + +
Alternative Label(s)Ca(OTf)2
+ + +.. raw:: html + +
+ +CalciumTrifluoromethanesulfonyloxalatoborate +-------------------------------------------- + +* http://emmo.info/emmo#material_dd8823eb_ea6f_49f2_a4f9_d21828cb8b8e + +.. raw:: html + + + + + + +
Alternative Label(s)Ca(TFOB)2
+ + +.. raw:: html + +
+ +CalenderedCoatingThickness +-------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_f9e1c862_c510_4b11_9141_bc91045df817 + +.. raw:: html + + + + + + +
Elucidationthickness of the coating after a calendering process
+ + +.. raw:: html + +
+ +CalenderedDensity +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_520995f8_ec9c_4b3c_bb64_2cd691947379 + +.. raw:: html + + + + + + +
Elucidationdensity after calendering
+ + +.. raw:: html + +
+ +Calendering +----------- + +* http://emmo.info/emmo#EMMO_c7f4684e_ee74_4119_87e0_ecd255e10d2f + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CaliforniumAtom +--------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_b443dea3-7407-59c3-9e86-6784e715f48b + +.. raw:: html + + + + + + +
ElucidationAtom subclass for californium.
+ + +.. raw:: html + +
+ +CaliforniumSymbol +----------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_ff1d6ece-712d-54b8-9c05-c26854e0c35a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Candela +------- + +* http://emmo.info/emmo#Candela + +.. raw:: html + + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.C00787
Wikipedia Referencehttp://en.wikipedia.org/wiki/Candela?oldid=484253082
+ + +.. raw:: html + +
+ +CandelaPerLumen +--------------- + +* http://emmo.info/emmo#CandelaPerLumen + +.. raw:: html + + + + + + +
Alternative Label(s)Candela per Lumen
+ + +.. raw:: html + +
+ +CandelaPerSquareMetre +--------------------- + +* http://emmo.info/emmo#CandelaPerSquareMetre + +.. raw:: html + + + + + + + + + + +
ElucidationThe candela per square metre (cd/m²) is the derived SI unit of luminance. The unit is based on the candela, the SI unit of luminous intensity, and the square metre, the SI unit of area. Nit (nt) is a deprecated non-SI name also used for this unit (1 nit = 1 cd/m²). As a measure of light emitted per unit area, this unit is frequently used to specify the brightness of a display device. Most consumer desktop liquid crystal displays have luminances of 200 to 300 cd/m²; the sRGB spec for monitors targets 80 cd/m2. HDTVs range from 450 to about 1000 cd/m2. Typically, calibrated monitors should have a brightness of 120 cd/m². Nit is believed to come from the Latin word nitere, to shine. + + -- QUDT
Alternative Label(s)candela per square metre
+ + +.. raw:: html + +
+ +CanonicalPartitionFunction +-------------------------- + +* http://emmo.info/emmo#EMMO_d8612fa0_c0fb_485d_b45a_1845e7a46796 + +.. raw:: html + + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q96142389
+ + +.. raw:: html + +
+ +Capacitance +----------- + +* http://emmo.info/emmo#EMMO_99dba333_0dbd_4f75_8841_8c0f97fd58e2 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationThe derivative of the electric charge of a system with respect to the electric potential.
Alternative Label(s)ElectricCapacitance
IUPAC Referencehttps://doi.org/10.1351/goldbook.C00791
+ + +.. raw:: html + +
+ +CapacitancePerLengthUnit +------------------------ + +* http://emmo.info/emmo#EMMO_860ef96c_e93e_4549_b3a3_099a625a26a5 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CapacitanceUnit +--------------- + +* http://emmo.info/emmo#EMMO_b14d9be5_f81e_469b_abca_379c2e83feab + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Capacity +-------- + +* http://emmo.info/electrochemistry#electrochemistry_791c1915_a791_4450_acd8_7f94764743b5 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationelectric charge which a cell or battery can deliver under specified conditions
Alternative Label(s)ChargeCapacity, ElectricChargeCapacity, StorageCapacity
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-14
Commentthe SI unit for electric charge is the coulomb (1 C = 1 A·s) but in practice, capacity is usually expressed in ampere hours (A·h)
+ + +.. raw:: html + +
+ +CapacityFade +------------ + +* http://emmo.info/electrochemistry#electrochemistry_e3d3d21c_cb9a_498c_bdb0_63c964f0d3c6 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationa degradation phenomena in electrochemical devices in which the practicaclly achieveable capacity of the cell is less than the measured capacity at the beginning of life.
Alternative Label(s)CapacityLoss
Wikipedia Referencehttps://en.wikipedia.org/wiki/Capacity_loss
Wikidata Referencehttps://www.wikidata.org/wiki/Q16851742
+ + +.. raw:: html + +
+ +Carbon +------ + +* http://emmo.info/emmo#material_4e5582a6_caec_4917_acad_6f472cd7d831 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)C
Wikipedia Referencehttps://en.wikipedia.org/wiki/Carbon
Wikidata Referencehttps://www.wikidata.org/wiki/Q623
+ + +.. raw:: html + +
+ +CarbonAtom +---------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_0056cc2f-f2fe-558e-a65c-9a8fc5cea333 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for carbon.
+ + +.. raw:: html + +
+ +CarbonBlack +----------- + +* http://emmo.info/emmo#material_0a5cb747_60cf_4929_a54a_712c54b49f3b + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Carbon_black
Wikidata Referencehttps://www.wikidata.org/wiki/Q764245
+ + +.. raw:: html + +
+ +CarbonDioxide +------------- + +* http://emmo.info/emmo#material_1d8e9a99_b998_47e6_98a7_a6efd8dab9ce + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)CO2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Carbon_dioxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q1997
+ + +.. raw:: html + +
+ +CarbonElementalSubstance +------------------------ + +* http://emmo.info/emmo#material_6c0cc397_d8c4_4473_a09f_1e5de568e0dd + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CarbonInkElectrode +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_ec6f3d6f_bdf5_418f_9314_3ef2ff528103 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationdevelopment of a carbon paste electrode that is screen printed using a carbon/polymer mixture of suitable composition
Wikidata Referencehttps://www.wikidata.org/wiki/Q120907443
CommentThese electrodes can easily be chemically modified by the incorporation of reagents (electrocatalysts, redox mediators, complexation agents, enzymes, etc.) and by the attachment of micro- or nanoparticles to prepare electrochemical sensors for analytical applications.
+ + +.. raw:: html + +
+ +CarbonMonofluoride +------------------ + +* http://emmo.info/emmo#material_9da78aea_d436_40e2_a68f_c3dee32b825e + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)CFx
Wikipedia Referencehttps://en.wikipedia.org/wiki/Carbon_monofluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q947047
+ + +.. raw:: html + +
+ +CarbonMonofluorideElectrode +--------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_5c0fdc09_166e_40a6_ad74_be66f0db51bc + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CarbonPasteElectrode +-------------------- + +* http://emmo.info/electrochemistry#electrochemistry_b0a0dddb_d942_4af2_b6a7_d7165f4253f1 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationElectrode of a composite of carbon powder and a pasting liquid (including mineral oil, Nujol, bromoform, bromonaphthalene).
Alternative Label(s)CPE, CPE
Wikipedia Referencehttps://en.wikipedia.org/wiki/Carbon_paste_electrode
Wikidata Referencehttps://www.wikidata.org/wiki/Q5037987
CommentThe CPE was first described by Adams in 1958. A CPE is typically housed in a Teflon holder, contacted by a conductive wire (occasionally a piston is used to renew the surface by extrusion of the used paste). Problems are long-term stability of the paste and that the binder can influence its properties.
+ + +.. raw:: html + +
+ +CarbonSymbol +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_a7180b5f-d46d-5751-b3bc-ae28a6655992 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CarbonicAcid +------------ + +* http://emmo.info/emmo#material_28899817_2002_42d8_92bf_b43d2cf7b4c6 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)H2CO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Carbonic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q104334
+ + +.. raw:: html + +
+ +CarboxymethylCellulose +---------------------- + +* http://emmo.info/emmo#material_d36fbe2f_6b0a_4178_b6ca_7373bdefcb51 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)CMC
Wikipedia Referencehttps://en.wikipedia.org/wiki/Carboxymethyl_cellulose
Wikidata Referencehttps://www.wikidata.org/wiki/Q411030
+ + +.. raw:: html + +
+ +CarrierLifetime +--------------- + +* http://emmo.info/emmo#EMMO_b3bf01d2_5d67_45d3_91e6_70abddae08a9 + +.. raw:: html + + + + + + + + + + +
ElucidationTime constant for recombination or trapping of minority charge carriers in semiconductors
Wikidata Referencehttps://www.wikidata.org/wiki/Q5046374
+ + +.. raw:: html + +
+ +Case +---- + +* http://emmo.info/electrochemistry#electrochemistry_1aec4cc0_82d5_4042_a657_ed7fe291c3d8 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationcontainer for the plate pack or packs and electrolyte of a cell or cells made of a material impervious to the electrolyte
Alternative Label(s)Container, Housing
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-14
+ + +.. raw:: html + +
+ +Casting +------- + +* http://emmo.info/emmo#EMMO_ae3c9eb3_289d_4133_99d6_77068367a58d + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Catalyst +-------- + +* http://emmo.info/electrochemistry#electrochemistry_8ab1e656_38ff_48e6_ab09_293d76bc9044 + +.. raw:: html + + + + + + + + + + +
Elucidationsubstance that increases chemical reaction speed, and which is conserved after the reaction
Wikidata Referencehttps://www.wikidata.org/wiki/Q12385831
+ + +.. raw:: html + +
+ +CatalyticActivity +----------------- + +* http://emmo.info/emmo#EMMO_bd67d149_24c2_4bc9_833a_c2bc26f98fd3 + +.. raw:: html + + + + + + + + + + +
ElucidationIncrease in the rate of reaction of a specified chemical reaction that an enzyme produces in a specific assay system.
IUPAC Referencehttps://doi.org/10.1351/goldbook.C00881
+ + +.. raw:: html + +
+ +CatalyticActivityUnit +--------------------- + +* http://emmo.info/emmo#EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CatalyticCurrent +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_c55bcb85_b7b8_4e67_8a78_9a42fe25b6cf + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationfaradaic current measured in a solution containing two electroactive substances, A and B, that exceeds the sum of the faradaic currents that would be obtained for A and B separately under the same experimental conditions
IUPAC Referencehttps://doi.org/10.1351/goldbook.C00889
CommentI_{cat}
+ + +.. raw:: html + +
+ +CategorizedPhysicalQuantity +--------------------------- + +* http://emmo.info/emmo#EMMO_79751276_b2d0_4e2f_bbd4_99d412f43d55 + +.. raw:: html + + + + + + +
ElucidationThe superclass for all physical quantities classes that are categorized according to some domain of interests (e.g. metallurgy, chemistry), property (intensive/extensive) or application.
+ + +.. raw:: html + +
+ +Cathode +------- + +* http://emmo.info/electrochemistry#electrochemistry_35c650ab_3b23_4938_b312_1b0dede2e6d5 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationby convention, cell electrode at which, a reduction reaction occurs
IUPAC Referencehttps://goldbook.iupac.org/terms/view/C00905
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cathode
Wikidata Referencehttps://www.wikidata.org/wiki/Q175233
Commentelectrode of an electrochemical cell through which net electric current flows and at which the predominating electrochemical reaction is a reduction
+ + +.. raw:: html + +
+ +CathodeElectrolyteInterphase +---------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_f8e0d532_cf44_403c_9188_e00ee161a3c1 + +.. raw:: html + + + + + + + + + + +
Elucidationa type of solid electrolyte interface that forms on the surface of the electrode designated as the "cathode" or positive electrode
Commentused to distinguish the interphase on the cathode surface from that on the anode, which is typically called the solid electrolyte interphase (SEI)
+ + +.. raw:: html + +
+ +CathodicOverpotential +--------------------- + +* http://emmo.info/electrochemistry#electrochemistry_0853b072_3b80_4864_8147_24ce35407ade + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationelectrode polarization associated with an electrochemical reduction reaction
Alternative Label(s)CathodicPolarization
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-07
+ + +.. raw:: html + +
+ +CathodicPolarisation +-------------------- + +* http://emmo.info/electrochemistry#electrochemistry_187326b9_1089_4122_8e7e_1a0bcba210a1 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationelectrode polarization associated with a cathodic reaction
Alternative Label(s)CathodicPolarization
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-18
+ + +.. raw:: html + +
+ +CathodicProtection +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_c936bfbe_7a0c_4185_a317_db1ce2c3c38c + +.. raw:: html + + + + + + + + + + + + + + +
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-05
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cathodic_protection
Wikidata Referenceelectrochemical immunity produced by an appropriate cathodic polarization.
+ + +.. raw:: html + +
+ +CathodicReaction +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_f4a1323a_ce2b_4c1a_b89d_c80170110ed6 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationelectrode reaction in which reduction occurs at the cathode
Alternative Label(s)Electroreduction, Electroreduction, Electroreduction, Electroreduction, ElectroreductionReaction, ElectroreductionReaction, ElectroreductionReaction, ElectroreductionReaction
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-10
Commentelectrode reaction involving an electrochemical reduction
+ + +.. raw:: html + +
+ +CathodicStrippingVoltammetry +---------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_61740c42_d332_492c_8b37_90a187c7f6d9 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationstripping voltammetry in which material accumulated at the working electrode is electrochemically reduced in the stripping step
Alternative Label(s)CSV
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
Wikidata Referencehttps://www.wikidata.org/wiki/Q4016325
CommentA peak-shaped cathodic stripping voltammogram is obtained. Peak current depends on time of accumulation, mass transport of analyte (stirring), scan rate and mode (linear or pulse), and analyte concentration in solution.
+ + +.. raw:: html + +
+ +Catholyte +--------- + +* http://emmo.info/electrochemistry#electrochemistry_15b852b5_19cc_49ab_849f_7df6175fb2be + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationelectrolyte on the cathode side of an electrochemical cell that is divided into compartments.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-18
CommentElectrolyte solution in the cathodic compartment of an electrolysis cell or galvanic cell, i.e., in that part of the cell where the cathode is placed.
+ + +.. raw:: html + +
+ +CatholyteTank +------------- + +* http://emmo.info/electrochemistry#electrochemistry_9b6853e7_3412_463d_b5a9_82c14acebf7d + +.. raw:: html + + + + + + + + + + +
Elucidationa tank for holding catholyte
Commentusually used in a flow cell system
+ + +.. raw:: html + +
+ +Cation +------ + +* http://emmo.info/emmo#material_dae2320d_be18_44ba_90bd_8176decc4b47 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CausalCollapse +-------------- + +* http://emmo.info/emmo#EMMO_1f2bfb9f_ecc6_46a0_9e41_2d6fcbf59e4b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CausalConvexSystem +------------------ + +* http://emmo.info/emmo#EMMO_a6d8e2e2_5e61_4838_977b_9a5dea421fc1 + +.. raw:: html + + + + + + +
ElucidationA CausalSystem whose quantum parts are all bonded to the rest of the system.
+ + +.. raw:: html + +
+ +CausalExpansion +--------------- + +* http://emmo.info/emmo#EMMO_a9891fff_fa7a_4806_b7bd_786de7358e8d + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CausalInteraction +----------------- + +* http://emmo.info/emmo#EMMO_50afa1a9_2c4e_40fd_aa93_0e33511f1f27 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CausalParticle +-------------- + +* http://emmo.info/emmo#EMMO_6c03574f_6daa_4488_a970_ee355cca2530 + +.. raw:: html + + + + + + +
ElucidationThe class of entities that have no spatial structure.
+ + +.. raw:: html + +
+ +CausalPath +---------- + +* http://emmo.info/emmo#EMMO_0f795e3e_c602_4577_9a43_d5a231aa1360 + +.. raw:: html + + + + + + + + + + +
ElucidationThe class of entities that possess a temporal structure but no spatial structure.
Alternative Label(s)CausalChain, Elementary
+ + +.. raw:: html + +
+ +CausalStructure +--------------- + +* http://emmo.info/emmo#EMMO_c5ddfdba_c074_4aa4_ad6b_1ac4942d300d + +.. raw:: html + + + + + + + + + + +
ElucidationA self-connected composition of more than one quantum entities.
Alternative Label(s)CausalObject
+ + +.. raw:: html + +
+ +CausalSystem +------------ + +* http://emmo.info/emmo#EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac + +.. raw:: html + + + + + + +
ElucidationA non-path causal structure
+ + +.. raw:: html + +
+ +CausallHairedSystem +------------------- + +* http://emmo.info/emmo#4bb03d40_78d2_45a4_9cb0_4336c9fc3b70 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CellBaffle +---------- + +* http://emmo.info/electrochemistry#electrochemistry_328c6e36_3706_4d92_abae_432fa3adb2a0 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationinternal component used to reduce the amount of electrolyte loss due to electrolyte spray being carried in the gas and/or by electrolyte movement
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-13
Commenta cell baffle has a second function in protecting the plate pack from damage by objects inserted through the filling hole
+ + +.. raw:: html + +
+ +CellCan +------- + +* http://emmo.info/electrochemistry#electrochemistry_4a5660bd_1c1a_40e5_8a41_463c720d3903 + +.. raw:: html + + + + + + + + + + +
Elucidationcell container which is usually metallic and typically, but not exclusively, cylindrical
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-13
+ + +.. raw:: html + +
+ +CellCurrent +----------- + +* http://emmo.info/electrochemistry#electrochemistry_637ee9c4_4b3f_4d3a_975b_c0572dfe53ce + +.. raw:: html + + + + + + +
Commentelectric current flowing to or from an electrochemical cell.
+ + +.. raw:: html + +
+ +CellLid +------- + +* http://emmo.info/electrochemistry#electrochemistry_1e33e37e_d7c9_4701_ba6d_a09456a13aaf + +.. raw:: html + + + + + + + + + + +
Elucidationpart used to close the case normally having holes for filling, topping-up, gas escape, terminals, etc.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-15
+ + +.. raw:: html + +
+ +CellPolarisationPotential +------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_265bb4d6_5eec_40f6_a3fa_59b3bd08e9af + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationsum of the absolute values of the potential differences resulting from anodic and cathodic polarizations of an electrochemical cell
Alternative Label(s)CellPolarizationPotential
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-12
+ + +.. raw:: html + +
+ +CellVoltage +----------- + +* http://emmo.info/electrochemistry#electrochemistry_4ebe2ef1_eea8_4b10_822d_7a68215bd24d + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationvoltage between the terminals of an electrochemical cell
Alternative Label(s)AppliedPotential
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-10
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00424
Commentdifference of electric potentials measured between identical metallic leads to two electrodes of an electrochemical cell
+ + +.. raw:: html + +
+ +CelsiusTemperature +------------------ + +* http://emmo.info/emmo#EMMO_66bc9029_f473_45ff_bab9_c3509ff37a22 + +.. raw:: html + + + + + + + + + + +
ElucidationAn objective comparative measure of hot or cold. + + Temperature is a relative quantity that can be used to express temperature differences. Unlike ThermodynamicTemperature, it cannot express absolute temperatures.
IUPAC Referencehttps://doi.org/10.1351/goldbook.T06261
+ + +.. raw:: html + +
+ +CelsiusTemperatureMeasurement +----------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_bea04148_10d9_4eda_9cd5_8f609d7e9ff8 + +.. raw:: html + + + + + + +
Elucidationmeasurement of temperature
+ + +.. raw:: html + +
+ +CelsiusTemperatureMeasurementResult +----------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_2dea31c2_5061_4464_ab76_5336bef23629 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CelsiusTemperatureVector +------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_efaca8db_a3e0_4188_9c9b_ed0037966725 + +.. raw:: html + + + + + + +
Elucidationvector containing at least two values for the quantity celsius temperature
+ + +.. raw:: html + +
+ +Cementing +--------- + +* http://emmo.info/emmo#EMMO_dc3a6b2d_e31d_491a_ab40_c433f8dd8d48 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Centi +----- + +* http://emmo.info/emmo#03d2c71b_0276_45d7_a847_7cd164cb7d45 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CentiPrefixedUnit +----------------- + +* http://emmo.info/emmo#EMMO_b55cd09a_e54d_4eb1_81dd_03c29d1b878e + +.. raw:: html + + + + + + +
ElucidationSuperclass for all units prefixed with "centi" (0.01).
+ + +.. raw:: html + +
+ +CentreOfMass +------------ + +* http://emmo.info/emmo#EMMO_9d8f708a_f291_4d72_80ec_362c6e6bbca6 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationThe unique point where the weighted relative position of the distributed mass of an Item sums to zero. Equivalently, it is the point where if a force is applied to the Item, causes the Item to move in direction of force without rotation.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Center_of_mass
CommentIn non-relativistic physics, the centre of mass doesn’t depend on the chosen reference frame.
+ + +.. raw:: html + +
+ +CentrifugalCasting +------------------ + +* http://emmo.info/emmo#EMMO_e1f38566_ba25_4c09_9282_eea2b86cb90b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CeramicMaterial +--------------- + +* http://emmo.info/emmo#EMMO_c5e9e390_8836_4440_b4fd_c906fdd4f438 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CeramicSintering +---------------- + +* http://emmo.info/emmo#EMMO_c0ec56d1_0deb_4452_a6a1_70570308b6bb + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CeriumAtom +---------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_125b6f65-caf4-5ff2-89f2-90a6183ee34e + +.. raw:: html + + + + + + +
ElucidationAtom subclass for cerium.
+ + +.. raw:: html + +
+ +CeriumSymbol +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_44eb5d63-b868-54c5-bd52-7528db10674d + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Charge +------ + +* http://emmo.info/electrochemistry#electrochemistry_a9873d3d_945b_40ba_b9cd_8dfb64cec88f + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationoperation during which a secondary cell or battery is supplied with electric energy from an external circuit which results in chemical changes within the cell and thus the storage of energy as chemical energy.
Alternative Label(s)ElectrochemicalCharging
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-27
Wikidata Referencehttps://www.wikidata.org/wiki/Q11388109
+ + +.. raw:: html + +
+ +ChargeCapacity +-------------- + +* http://emmo.info/electrochemistry#electrochemistry_10763eb0_dbc9_4d34_bd1a_7b8996590d45 + +.. raw:: html + + + + + + +
Elucidationcapacity delivered during a charge process
+ + +.. raw:: html + +
+ +ChargeCarrier +------------- + +* http://emmo.info/electrochemistry#electrochemistry_d1042a12_e4be_4992_86cb_59420ef4e05c + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationa generic denomination of particles or quasiparticles responsible for electric charge transport.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Charge_carrier
Wikidata Referencehttps://www.wikidata.org/wiki/Q865807
+ + +.. raw:: html + +
+ +ChargeEfficiency +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_a5962e05_466d_46a4_8951_bea59d7326e5 + +.. raw:: html + + + + + + + + + + +
Elucidationratio of the electric charge discharged from a secondary battery to the electric charge provided during the preceding charge
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-39
+ + +.. raw:: html + +
+ +ChargeEnergy +------------ + +* http://emmo.info/electrochemistry#electrochemistry_2ab7af60_da58_4243_b3bc_cbb2155cac53 + +.. raw:: html + + + + + + +
Elucidationenergy delivered by a deviced under some specific charge conditions
+ + +.. raw:: html + +
+ +ChargeNumber +------------ + +* http://emmo.info/emmo#EMMO_dc467621_3b49_4f31_9b09_82290f29da52 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ElucidationFor a particle, electric charge q divided by elementary charge e.
Alternative Label(s)IonizationNumber, IonizationNumber
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-05-17
IUPAC Referencehttps://doi.org/10.1351/goldbook.C00993
Wikipedia Referencehttps://en.wikipedia.org/wiki/Charge_number
Wikidata Referencehttps://www.wikidata.org/wiki/Q1800063
CommentThe charge number of a particle may be presented as a superscript to the symbol of that particle, e.g. H+, He++, Al3+, Cl−, S=, N3−.
+ + +.. raw:: html + +
+ +ChargeRetention +--------------- + +* http://emmo.info/electrochemistry#electrochemistry_49efb72a_f8e6_4f50_acac_975302200d47 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationability of a cell or battery to retain capacity on open circuit under specified conditions.
Alternative Label(s)CapacityRetention
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-35
+ + +.. raw:: html + +
+ +ChargeTimePlot +-------------- + +* https://emmo.info/electrochemistry#electrochemistry_46676855_68b0_4096_ac6c_35400111d46d + +.. raw:: html + + + + + + + + + + +
Elucidationplot of the time-dependent amount of electric charge passed through an electrochemical system due to the application of a electric potential
Alternative Label(s)ChargeTimeCurve, ElectricChargeTimeCurve, ElectricChargeTimePlot, QtCurve
+ + +.. raw:: html + +
+ +ChargeTransferCoefficient +------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_a4dfa5c1_55a9_4285_b71d_90cf6613ca31 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationthe fraction of the electrostatic potential energy affecting the reduction rate in an electrode reaction, with the remaining fraction affecting the corresponding oxidation rate
Wikipedia Referencehttps://en.wikipedia.org/wiki/Charge_transfer_coefficient
CommentThe cathodic transfer coefficient αc is defined as –(RT/nF)(dlnkc /dE), where kc is the electroreduction rate constant, E is the applied potential, and R, T, and F have their usual significance. This definition is equivalent to the other, -(RT/nF)(dln|jc |/dE), where jc is the cathodic current density corrected for any changes in the reactant concentration at the electrode surface with respect to its bulk value.
+ + +.. raw:: html + +
+ +ChargingCurrent +--------------- + +* http://emmo.info/electrochemistry#electrochemistry_79551e01_4bc6_4292_916e_08fe28a84600 + +.. raw:: html + + + + + + +
Elucidationelectric current applied to a battery during its charge
+ + +.. raw:: html + +
+ +CharmAntiQuark +-------------- + +* http://emmo.info/emmo#EMMO_68c0e0cd_6afd_4eb7_9dfa_91c2462002c9 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CharmQuark +---------- + +* http://emmo.info/emmo#EMMO_1ea2f3fc_da94_4685_99b4_352922fbc461 + +.. raw:: html + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Charm_quark
+ + +.. raw:: html + +
+ +Chemical +-------- + +* http://emmo.info/emmo#EMMO_abf7efbe_6b04_41b8_8326_4dd0f6be753e + +.. raw:: html + + + + + + +
ElucidationA language object that follows the syntactic rules used in the chemical field.
+ + +.. raw:: html + +
+ +ChemicalComposition +------------------- + +* http://emmo.info/emmo#EMMO_7efd64d1_05a1_49cd_a7f0_783ca050d4f3 + +.. raw:: html + + + + + + +
ElucidationA language construct that provides information about the consitutents of a substance and their fractions or amounts.
+ + +.. raw:: html + +
+ +ChemicalCompositionQuantity +--------------------------- + +* http://emmo.info/emmo#EMMO_a293f923_954c_4af5_9f97_9600ebd362cb + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ChemicalCompound +---------------- + +* http://emmo.info/emmo#EMMO_e2b11f6a_4191_427e_9844_2e0ac88dfc8b + +.. raw:: html + + + + + + + + + + +
ElucidationA chemical substance composed of many identical molecules (or molecular entities) composed of atoms from more than one element held together by chemical bonds.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Chemical_compound
+ + +.. raw:: html + +
+ +ChemicalElement +--------------- + +* http://emmo.info/emmo#EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationThe symbol for a specific chemical element, that can stand both for an atom or a substance.
IUPAC Referencehttps://doi.org/10.1351/goldbook.C01022
CommentThe IUPAC Gold Book defines the a chemical element both as: + - a species of atoms; all atoms with the same number of protons in the atomic nucleus + - a pure chemical substance composed of atoms with the same number of protons in the atomic nucleus + + This qualifies a chemical element as a name and not a matter obejct that can stand for an atom or a substance.
+ + +.. raw:: html + +
+ +ChemicalEntity +-------------- + +* http://emmo.info/emmo#EMMO_47338839_6cca_4a8e_b565_3c4d5517e2c0 + +.. raw:: html + + + + + + +
CommentA chemical entity comprises the two different ways to represents matter: as single recognizable particle entity (molecular entity) and as a composition of particle entities (substance). + + This distinction is not well assessed in actual chemical nomenclature, in which an element name refers to both the pure elemental substance or the atom. + + In the EMMO we force the adoption of a more strict categorization based on mereotopology. + + The class Material hosts the subclasses for which a substance can be identified without necessarily considering its nature of molecule/atom or substance (e.g. hydrocarbon is the class of both hydrocarbon molecules or gases).
+ + +.. raw:: html + +
+ +ChemicalFormula +--------------- + +* http://emmo.info/emmo#EMMO_9236d0aa_cb39_43a1_bbdd_6a2a714951c8 + +.. raw:: html + + + + + + + + + + +
ElucidationA symbolic construct that provides informations about the chemical proportions of the elements that constitute a chemical compound or a specific molecule.
CommentA chemical formula may also include other symbols such as parentheses, plus and minus signs, brackets
+ + +.. raw:: html + +
+ +ChemicalMaterial +---------------- + +* http://emmo.info/emmo#EMMO_8a41ed1b_64f9_4be7_9b60_01fcece45075 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ChemicalName +------------ + +* http://emmo.info/emmo#EMMO_26586828_3b8c_4d8b_9c6c_0bc2502f26ae + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ChemicalNomenclature +-------------------- + +* http://emmo.info/emmo#EMMO_643d99dd_fae6_4121_a76f_47f486a4480b + +.. raw:: html + + + + + + + + + + +
ElucidationA language object following a specific nomenclature rules for defining univocal names of chemical compounds.
CommentA chemical numenclature should not be confused with the chemical formula.
+ + +.. raw:: html + +
+ +ChemicalPotential +----------------- + +* http://emmo.info/emmo#EMMO_88fc5d1b_d3ab_4626_b24c_915ebe7400ca + +.. raw:: html + + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.C01032
CommentEnergy per unit change in amount of substance.
+ + +.. raw:: html + +
+ +ChemicalReaction +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_8a1c9a7b_978c_4421_a9c1_d0b07b42aab9 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationa process that results in the interconversion of chemical species
IUPAC Referencehttps://doi.org/10.1351/goldbook.C01033
Wikipedia Referencehttps://en.wikipedia.org/wiki/Chemical_reaction
Wikidata Referencehttps://www.wikidata.org/wiki/Q36534
+ + +.. raw:: html + +
+ +ChemicalRepresentation +---------------------- + +* http://emmo.info/emmo#EMMO_ecc4efe9_77a2_47e3_8190_f9a883d54ac6 + +.. raw:: html + + + + + + +
ElucidationA representation of objects belonging to the chemistry field.
+ + +.. raw:: html + +
+ +ChemicalSpecies +--------------- + +* http://emmo.info/emmo#EMMO_cbcf8fe6_6da6_49e0_ab4d_00f737ea9689 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationSpecific form of an element defined as to isotopic composition, electronic or oxidation state, and/or complex or molecular structure. + + Chemical species is the macroscopic equivalent of molecular entity and refers to sets or ensembles of molecular entities.
IUPAC Referencehttps://doi.org/10.1351/goldbook.CT06859
CommentFollowing nominalistic approach a species is simply a name that can point to an element name, a chemical formula or a chemical compound. + + So everything addressed by these classes of names can be calleded a chemical species.
+ + +.. raw:: html + +
+ +ChemicalSubstance +----------------- + +* http://emmo.info/emmo#EMMO_df96cbb6_b5ee_4222_8eab_b3675df24bea + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationMatter of constant composition best characterized by the entities (molecules, formula units, atoms) it is composed of.
IUPAC Referencehttps://doi.org/10.1351/goldbook.C01039
CommentA substance is always composed of more than one molecular entity. It lays in the continuum or mesoscopic domain.
+ + +.. raw:: html + +
+ +ChemicalSymbol +-------------- + +* http://emmo.info/emmo#EMMO_d357e0dd_3497_4590_af6f_7954db7fecf7 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ChemicalSymbolicConstruct +------------------------- + +* http://emmo.info/emmo#EMMO_bd8db028_aec2_4a44_ad93_1a9f8270f72c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ChipboardManufacturing +---------------------- + +* http://emmo.info/emmo#EMMO_375aaa5a_998f_4626_83e0_c7d7e52a6565 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ChloricAcid +----------- + +* http://emmo.info/emmo#material_19292fbf_8a09_45a0_b807_f643253a333c + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)HClO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Chloric_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q138809
+ + +.. raw:: html + +
+ +Chlorine +-------- + +* http://emmo.info/emmo#material_43aef3e7_12aa_44b2_9d0f_973e634bfbe0 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Cl2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Chlorine
Wikidata Referencehttps://www.wikidata.org/wiki/Q688
+ + +.. raw:: html + +
+ +ChlorineAtom +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_b92900ac-69b2-5a63-a9d5-4984ae20905a + +.. raw:: html + + + + + + +
ElucidationAtom subclass for chlorine.
+ + +.. raw:: html + +
+ +ChlorineSymbol +-------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_2dc17698-8cd9-562e-8eca-7818d507c813 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Chromium +-------- + +* http://emmo.info/emmo#material_df038b95_6c39_4fce_8c16_237057a08c0b + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Chromium
Wikidata Referencehttps://www.wikidata.org/wiki/Q725
+ + +.. raw:: html + +
+ +ChromiumAtom +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_2a61986e-772c-5f68-bdc9-80adbc618e41 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for chromium.
+ + +.. raw:: html + +
+ +ChromiumElectrode +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_510e4061_c4fa_49aa_a052_23ad56098eda + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ChromiumHydroxide +----------------- + +* http://emmo.info/emmo#material_24bb590f_86c4_4fd9_ac4e_ef89a43d0fb1 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Cr(OH)3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Chromium(III)_hydroxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q410563
+ + +.. raw:: html + +
+ +ChromiumIIIOxide +---------------- + +* http://emmo.info/emmo#material_aef7d4bb_0b44_4974_84a0_e2729f5f2bef + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Chromium(III)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q407905
+ + +.. raw:: html + +
+ +ChromiumIVOxide +--------------- + +* http://emmo.info/emmo#material_e54b6547_e915_4c10_9864_30e6a7b456d7 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Chromium(IV)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q2366389
+ + +.. raw:: html + +
+ +ChromiumOxideCompound +--------------------- + +* http://emmo.info/emmo#material_88748886_9b7c_4df0_91eb_fe91ecc1b9cd + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ChromiumSymbol +-------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_517752af-5883-5cf5-8363-6b19f76aca3e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Chronoamperometry +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_729a1064_d039_4b74_9d1d_759b18a3971c + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationamperometry in which the current is measured as a function of time after a change in the applied potential
Alternative Label(s)AmperiometricDetection, AmperometricCurrentTimeCurve
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
CommentIf the potential step is from a potential at which no current flows (i.e., at which the oxidation or reduction of the electrochemically active species does not take place) to one at which the current is limited by diffusion (see diffusion-limited current), the current obeys the Cottrell equation.
+ + +.. raw:: html + +
+ +Chronocoulometry +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_f91c9ae3_42b8_4efa_9b67_a406d162d3b5 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationdirect coulometry at controlled potential in which the electric charge passed after the application of a potential step perturbation is measured as a function of time (Q-t curve)
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
CommentChronocoulometry provides the same information that is provided by chronoamperometry, since it is based on the integration of the I-t curve. Nevertheless, chronocoulometry offers important experimental advantages, such as (i) the measured signal usually increases with time and hence the later parts of the transient can be detected more accurately, (ii) a better signal-to-noise ratio can be achieved, and (iii) other contributions to overall charge passed as a function of time can be discriminated from those due to the diffusion of electroactive substances.
+ + +.. raw:: html + +
+ +Chronopotentiometry +------------------- + +* http://emmo.info/electrochemistry#electrochemistry_63dec5af_f3e9_46c9_8b0c_82516231d96b + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationpotentiometry in which the potential is measured with time following a change in applied current
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
CommentThe change in applied current is usually a step, but cyclic current reversals or linearly increasing currents are also used.
+ + +.. raw:: html + +
+ +Circle +------ + +* http://emmo.info/emmo#EMMO_b2a234a8_579a_422c_9305_b8f7e72c76cd + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CitricAcid +---------- + +* http://emmo.info/emmo#material_b258c23a_748e_4f92_9d55_354b92c298df + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Citric_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q159683
+ + +.. raw:: html + +
+ +ClarkCell +--------- + +* http://emmo.info/battery#battery_d6d75b55_6f9b_42f5_a31e_b0e5ba3536a0 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationa wet cell with zinc and mercury electrodes in a zinc sulfate solution, invented by English engineer Josiah Latimer Clark
Wikipedia Referencehttps://en.wikipedia.org/wiki/Clark_cell
Wikidata Referencehttps://www.wikidata.org/wiki/Q898656
Commentincluded for historical reference
+ + +.. raw:: html + +
+ +ClassicalData +------------- + +* http://emmo.info/emmo#EMMO_ed257e78_8b59_44c3_9d61_06c261184f55 + +.. raw:: html + + + + + + +
ElucidationData that are expressed through classical physics mechanisms, having one value and one state, and being in the same place at the same time.
+ + +.. raw:: html + +
+ +Cleaning +-------- + +* http://emmo.info/emmo#EMMO_92eaefcb_50be_4237_9ec0_4a019ce24921 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Coating +------- + +* http://emmo.info/electrochemistry#electrochemistry_09a7f560_9ddf_4c32_b067_b213eca5b0a1 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationa covering on the surface of an object
Wikipedia Referencehttps://en.wikipedia.org/wiki/Coating
Wikidata Referencehttps://www.wikidata.org/wiki/Q1570182
+ + +.. raw:: html + +
+ +CoatingManufacturing +-------------------- + +* http://emmo.info/emmo#EMMO_92028373_3a43_4b80_9a69_caca22df3918 + +.. raw:: html + + + + + + + + + + +
ElucidationA manufacturing in which an adherent layer of amorphous material is applied to a workpiece.
Alternative Label(s)Beschichten
+ + +.. raw:: html + +
+ +CoatingThickness +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_3b938708_e7e4_4ac0_a959_9c04306302e7 + +.. raw:: html + + + + + + +
Elucidationthickness of the coating before any additional treatment is applied
+ + +.. raw:: html + +
+ +Cobalt +------ + +* http://emmo.info/emmo#material_8f857eb2_7cc8_4294_954d_e69f2842c084 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cobalt
Wikidata Referencehttps://www.wikidata.org/wiki/Q740
+ + +.. raw:: html + +
+ +CobaltAtom +---------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_3fe9d899-f1f1-5657-b176-ac6afff2e93d + +.. raw:: html + + + + + + +
ElucidationAtom subclass for cobalt.
+ + +.. raw:: html + +
+ +CobaltElectrode +--------------- + +* http://emmo.info/electrochemistry#electrochemistry_7b811780_7251_481b_a4d3_97d437955099 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CobaltHydroxide +--------------- + +* http://emmo.info/emmo#material_29b1c15d_2632_40d7_88f7_43575b68b988 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Co(OH)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cobalt(II)_hydroxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q72461179
+ + +.. raw:: html + +
+ +CobaltIIAcetate +--------------- + +* http://emmo.info/emmo#material_4310c690_9810_4a95_8d62_7e78e0b84437 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Co(OAc)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cobalt(II)_acetate
Wikidata Referencehttps://www.wikidata.org/wiki/Q421198
+ + +.. raw:: html + +
+ +CobaltIIBistrifluoromethanesulfonylimide +---------------------------------------- + +* http://emmo.info/emmo#material_f4dffee2_c642_4114_a748_5e93b3908380 + +.. raw:: html + + + + + + +
Alternative Label(s)Co(TFSI)2
+ + +.. raw:: html + +
+ +CobaltIIBromide +--------------- + +* http://emmo.info/emmo#material_651da334_c9a7_4658_998e_03533b5316f6 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)CoBr2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cobalt(II)_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q420300
+ + +.. raw:: html + +
+ +CobaltIICarbonate +----------------- + +* http://emmo.info/emmo#material_5fde02de_e08f_4854_9fe0_1e967bb3f60d + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)CoCO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cobalt(II)_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Cobalt(II)_carbonate
+ + +.. raw:: html + +
+ +CobaltIIChlorate +---------------- + +* http://emmo.info/emmo#material_ececb906_d081_470b_aa5c_5ea526b0baf8 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Co(ClO3)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cobalt(II)_chlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q5138693
+ + +.. raw:: html + +
+ +CobaltIIChloride +---------------- + +* http://emmo.info/emmo#material_e3a3dc4f_b910_49e3_b66d_c25ce4889d68 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)CoCl2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cobalt(II)_chloride
Wikidata Referencehttps://www.wikidata.org/wiki/Q407849
+ + +.. raw:: html + +
+ +CobaltIIFluoride +---------------- + +* http://emmo.info/emmo#material_046acf7e_3390_484c_8c7e_7cf2a331fb3b + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)CoF2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cobalt(II)_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q417121
+ + +.. raw:: html + +
+ +CobaltIIIodide +-------------- + +* http://emmo.info/emmo#material_4a72632d_2168_4f66_8cd7_e764ea7909d6 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)CoI2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cobalt(II)_iodide
Wikidata Referencehttps://www.wikidata.org/wiki/Q421250
+ + +.. raw:: html + +
+ +CobaltIINitrate +--------------- + +* http://emmo.info/emmo#material_41379755_2818_4dea_b3d3_15ac755fb751 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Co(NO3)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cobalt(II)_nitrate
Wikidata Referencehttps://www.wikidata.org/wiki/Q414860
+ + +.. raw:: html + +
+ +CobaltIINitrite +--------------- + +* http://emmo.info/emmo#material_08695cfe_3dfa_4b17_9f09_13e6f90e3875 + +.. raw:: html + + + + + + +
Alternative Label(s)Co(NO2)2
+ + +.. raw:: html + +
+ +CobaltIIPerchlorate +------------------- + +* http://emmo.info/emmo#material_e0b08aed_a2c6_4168_84fc_940e4d0bdd97 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Co(ClO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Dictionary_of_chemical_formulas
Wikidata Referencehttps://www.wikidata.org/wiki/Q16685924
+ + +.. raw:: html + +
+ +CobaltIIPhosphate +----------------- + +* http://emmo.info/emmo#material_bea2f4f7_04b9_48db_aae3_a04832c0f58d + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Co3(PO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cobalt(II)_phosphate
Wikidata Referencehttps://www.wikidata.org/wiki/Q15634038
+ + +.. raw:: html + +
+ +CobaltIISulfate +--------------- + +* http://emmo.info/emmo#material_29dc7a8a_95a6_467c_baa1_25f6a20a5ebe + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)CoSO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cobalt(II)_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q411214
+ + +.. raw:: html + +
+ +CobaltIISulfide +--------------- + +* http://emmo.info/emmo#material_de52b69b_3c86_4f1c_a467_7a1fa411bc36 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)CoS
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cobalt(II)_sulfide
Wikidata Referencehttps://www.wikidata.org/wiki/Q417806
+ + +.. raw:: html + +
+ +CobaltIISulfite +--------------- + +* http://emmo.info/emmo#material_191c3c02_4930_44d4_bf20_0d79ed41f8c5 + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)CoSO3
Wikipedia Referencehttps://www.wikidata.org/wiki/Q16326547
+ + +.. raw:: html + +
+ +CobaltIITetrafluoroborate +------------------------- + +* http://emmo.info/emmo#material_9f40a798_f293_487a_a263_fc703778ae25 + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)Co(BF4)2
Wikidata Referencehttps://www.wikidata.org/wiki/Q55164806
+ + +.. raw:: html + +
+ +CobaltIITriflate +---------------- + +* http://emmo.info/emmo#material_48108f36_d856_46d4_b293_e174aeff9970 + +.. raw:: html + + + + + + +
Alternative Label(s)Co(OTf)2
+ + +.. raw:: html + +
+ +CobaltSaltCompound +------------------ + +* http://emmo.info/emmo#material_bc76f17d_931a_4728_9663_9f8ed208d5e4 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CobaltSymbol +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_4aa59242-76e7-5cce-a126-c7e9c657e7ad + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Coded +----- + +* http://emmo.info/emmo#EMMO_7286b164_df4c_4c14_a4b5_d41ad9c121f3 + +.. raw:: html + + + + + + + + + + +
ElucidationA conventional that stands for an object according to a code of interpretation to which the interpreter refers.
CommentA conventional referring to an object according to a specific code that reflects the results of a specific interaction mechanism and is shared between other interpreters. + A coded is always a partial representation of an object since it reflects the object capability to be part of a specific determination. + A coded is a sort of name or label that we put upon objects that interact with an determiner in the same specific way. + + For example, "hot" objects are objects that interact with an observer through a perception mechanism aimed to perceive an heat source. The code is made of terms such as "hot", "warm", "cold", that commonly refer to the perception of heat.
+ + +.. raw:: html + +
+ +CoefficientOfFriction +--------------------- + +* http://emmo.info/emmo#EMMO_a18a3e9b_7e3d_44bf_9640_c8634e770ba8 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationDimensionless scalar value which describes the ratio of the force of friction between two bodies and the force pressing them together; depends on the materials used, ranges from near zero to greater than one.
Alternative Label(s)FrictionCoefficient, FrictionFactor
IUPAC Referencehttps://doi.org/10.1351/goldbook.F02530
Wikidata Referencehttps://www.wikidata.org/wiki/Q1932524
+ + +.. raw:: html + +
+ +CoefficientOfHeatTransfer +------------------------- + +* http://emmo.info/emmo#EMMO_43b349fc_c7ed_480d_b0ca_9db84b700813 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationAt a point on the surface separating two media with different thermodynamic temperatures, magnitude of the density of heat flow rate φ divided by the absolute value of temperature difference ΔT.
Alternative Label(s)ThermalTransmittance
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-39
Wikidata Referencehttps://www.wikidata.org/wiki/Q634340
+ + +.. raw:: html + +
+ +CoefficientOfThermalExpansion +----------------------------- + +* http://emmo.info/emmo#EMMO_80f3d95d_b1fd_46c0_b98a_b6b611b47105 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationMaterial property which describes how the size of an object changes with a change in temperature.
Alternative Label(s)ThermalExpansionCoefficient
Wikidata Referencehttps://www.wikidata.org/wiki/Q45760
+ + +.. raw:: html + +
+ +Coercivity +---------- + +* http://emmo.info/emmo#EMMO_0e78a4d4_b4e0_48e7_97d8_e7d41a85a54d + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationCoercive field strength in a substance when either the magnetic flux density or the magnetic polarization and magnetization is brought from its value at magnetic saturation to zero by monotonic reduction of the applied magnetic field strength.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-69
Wikidata Referencehttps://www.wikidata.org/wiki/Q432635
+ + +.. raw:: html + +
+ +Cognised +-------- + +* http://emmo.info/emmo#EMMO_881606d0_6f2f_4947_bc8b_75c5b7b2b688 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Cogniser +-------- + +* http://emmo.info/emmo#EMMO_19608340_178c_4bfd_bd4d_0d3b935c6fec + +.. raw:: html + + + + + + +
ElucidationAn interpreter who establish the connection between an icon an an object recognizing their resemblance (e.g. logical, pictorial)
+ + +.. raw:: html + +
+ +Cognition +--------- + +* http://emmo.info/emmo#EMMO_7cdc375d_d371_4d78_acd5_d51732f52126 + +.. raw:: html + + + + + + +
Alternative Label(s)IconSemiosis
+ + +.. raw:: html + +
+ +CoherenceLength +--------------- + +* http://emmo.info/emmo#EMMO_477042ef_3173_49b2_a264_0e3270733f8c + +.. raw:: html + + + + + + + + + + +
ElucidationDistance in a superconductor over which the effect of a perturbation is appreciable at zero thermodynamic temperature
Wikidata Referencehttps://www.wikidata.org/wiki/Q1778793
+ + +.. raw:: html + +
+ +CoinBattery +----------- + +* http://emmo.info/battery#battery_b7fdab58_6e91_4c84_b097_b06eff86a124 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationcell with a cylindrical shape in which the overall height is less than the diameter e.g. in the shape of a button or a coin
Alternative Label(s)ButtonBatteryCell, ButtonCell, CoinBatteryCell, CoinCell
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-40
Wikipedia Referencehttps://en.wikipedia.org/wiki/Button_cell
Commentin practice, the term coin is used exclusively for non-aqueous lithium cells
+ + +.. raw:: html + +
+ +CoinCase +-------- + +* http://emmo.info/electrochemistry#electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)ButtonCase
IEC Referencea round-type case with a height that is less than the diameter
+ + +.. raw:: html + +
+ +Collection +---------- + +* http://emmo.info/emmo#EMMO_2d2ecd97_067f_4d0e_950c_d746b7700a31 + +.. raw:: html + + + + + + +
ElucidationThe class of not direct causally self-connected world entities.
+ + +.. raw:: html + +
+ +Colloid +------- + +* http://emmo.info/emmo#EMMO_6c487fb3_03d1_4e56_91ed_c2e16dcbef60 + +.. raw:: html + + + + + + +
ElucidationA mixture in which one substance of microscopically dispersed insoluble or soluble particles (from 1 nm to 1 μm) is suspended throughout another substance and that does not settle, or would take a very long time to settle appreciably.
+ + +.. raw:: html + +
+ +CommercialProduct +----------------- + +* http://emmo.info/emmo#EMMO_00b85655_f20c_4e83_b90e_094e8ea7e48f + +.. raw:: html + + + + + + + + + + +
ElucidationAn product that is ready for commercialization.
Alternative Label(s)Product
+ + +.. raw:: html + +
+ +CompiledLanguage +---------------- + +* http://emmo.info/emmo#EMMO_1461e904_a2bf_4558_ad74_2706f5706b34 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CompleteManufacturing +--------------------- + +* http://emmo.info/emmo#EMMO_28440627_1088_4733_bd3a_a63dc71411a8 + +.. raw:: html + + + + + + +
ElucidationA manufacturing process that comprises all intermediate manufacturing steps, from raw materials to final product, ready for commercialisation as commercial product for some markets.
+ + +.. raw:: html + +
+ +ComplexPower +------------ + +* http://emmo.info/emmo#EMMO_c7bc281c_0f58_431c_a66f_04be575fae7e + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationVoltage phasor multiplied by complex conjugate of the current phasor.
Alternative Label(s)ComplexApparentPower
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-39
Wikidata Referencehttps://www.wikidata.org/wiki/Q65239736
+ + +.. raw:: html + +
+ +Component +--------- + +* http://emmo.info/emmo#EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817 + +.. raw:: html + + + + + + +
ElucidationA constituent of a system.
+ + +.. raw:: html + +
+ +CompositeBoson +-------------- + +* http://emmo.info/emmo#EMMO_1f19b65b_35bf_4662_a318_7f1c147cb3b6 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CompositeFermion +---------------- + +* http://emmo.info/emmo#EMMO_29108c7c_9087_4992_ab1c_02561665df21 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CompositeMaterial +----------------- + +* http://emmo.info/emmo#EMMO_f678173d_f036_4df1_a86b_2894560be617 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CompositeParticle +----------------- + +* http://emmo.info/emmo#EMMO_8b1367d6_0133_4b56_acc1_fa8b058169e3 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Compressibility +--------------- + +* http://emmo.info/emmo#EMMO_0de3878e_7928_4ab6_bc6d_cf590b2d0e5b + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationMeasure of the relative volume change of a fluid or solid as a response to a pressure change.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-70
Wikidata Referencehttps://www.wikidata.org/wiki/Q8067817
+ + +.. raw:: html + +
+ +ComptonWavelength +----------------- + +* http://emmo.info/emmo#EMMO_d5888438_b092_4057_b8df_966cf6034fb2 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationQuotient of the Planck constant and the product of the mass of the particle and the speed of light in vacuum.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Compton_wavelength
Wikidata Referencehttps://www.wikidata.org/wiki/Q1145377
+ + +.. raw:: html + +
+ +Computation +----------- + +* http://emmo.info/emmo#EMMO_eff42cb3_208e_4768_9a39_f8b6b3c3d7a2 + +.. raw:: html + + + + + + +
ElucidationA procedure that deals with quantitative symbols (i.e. symbols associated with a quantitative oriented language).
+ + +.. raw:: html + +
+ +ComputerScience +--------------- + +* http://emmo.info/emmo#b45fbdc6_2519_4885_aa49_c56b394c3910 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Concentration +------------- + +* http://emmo.info/emmo#EMMO_a356870d_409a_4de6_a910_0d8498e593ff + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationthe abundance of a constituent divided by the total volume of a mixture.
IUPAC Referencehttps://goldbook.iupac.org/terms/view/C01222
Wikipedia Referencehttps://en.wikipedia.org/wiki/Concentration
Wikidata Referencehttps://www.wikidata.org/wiki/Q3686031
+ + +.. raw:: html + +
+ +ConcentrationCell +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_8a5083b0_cd23_4f8c_99e8_b9ccd6f9f3a2 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationelectrochemical cell that has two half-cells separated by a wall permeable to ions, both containing the same electrolyte differing only in their ion concentrations
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-08
Wikipedia Referencehttps://en.wikipedia.org/wiki/Concentration_cell
Wikidata Referencehttps://www.wikidata.org/wiki/Q903563
Commenta concentration cell produces a voltage as it attempts to reach equilibrium, which will occur when the concentration in both cells is equal.
+ + +.. raw:: html + +
+ +ConcentrationLimit +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_5eae657f_5914_4252_85c6_3fc772dea113 + +.. raw:: html + + + + + + +
Elucidationlimit on the amount concentration of a species in a phase, either imposed or naturally occurring
+ + +.. raw:: html + +
+ +ConcentrationOverpotential +-------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_9ed7210c_c4fa_467b_822d_ba12f885bdf4 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + + + + + +
ElucidationThe concentration overpotential of an electrode reaction at a given electrode current density (c.d.) is basically the difference in equilibrium potentials across the diffusion layer. More precisely, it is the potential of a reference electrode (of the same electrode reaction as the working electrode ) with the interfacial concentrations which establish themselves at c.d., relative to the potential of a similar reference electrode with the concentrations of the bulk solution. From such a measured potential difference, with c.d. flowing, one needs to subtract the ohmic potential drop prevailing between the two electrodes.
Alternative Label(s)ConcentrationPolarization, MassTransferOverpotential, MassTransferPolarization
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-08
IUPAC Referencehttps://goldbook.iupac.org/terms/view/C01230
Wikipedia Referencehttps://en.wikipedia.org/wiki/Overpotential#Concentration_overpotential
Commentpart of the electrode polarization arising from concentration gradients of electrode reactants and products.
+ + +.. raw:: html + +
+ +ConcreteOrPlasterPouring +------------------------ + +* http://emmo.info/emmo#EMMO_9e452535_a369_404d_9afb_d41fd79d12b8 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CondensedFormula +---------------- + +* http://emmo.info/emmo#EMMO_bf836c2b_7800_474d_b674_f5d629fa0bb1 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CondensedMatter +--------------- + +* http://emmo.info/emmo#EMMO_220b7201_d277_4dca_bf6a_5a5e2c4062dd + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CondensedMatterPhysicsQuantity +------------------------------ + +* http://emmo.info/emmo#EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 + +.. raw:: html + + + + + + +
ElucidationQuantities categorised according to ISO 80000-12.
+ + +.. raw:: html + +
+ +ConductanceForAlternatingCurrent +-------------------------------- + +* http://emmo.info/emmo#EMMO_01b80fdd_065c_4caf_b36c_4c0724936e24 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationReal part of the admittance.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-53
Wikidata Referencehttps://www.wikidata.org/wiki/Q79464628
+ + +.. raw:: html + +
+ +ConductiveAdditive +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_82fef384_8eec_4765_b707_5397054df594 + +.. raw:: html + + + + + + + + + + +
Elucidationa material added to an electrode for the purpose of increasing its electronic conductivity.
Alternative Label(s)ElectronicallyConductiveElectrodeAdditive
+ + +.. raw:: html + +
+ +ConductivityCell +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_b525a629_a679_464f_bc5b_b49d2fc82686 + +.. raw:: html + + + + + + + + + + +
Elucidationan electrochemical cell for conductivity measurements
CommentFormed, in theory, by two 1 cm2 reversible electrodes spaced 1 cm apart, providing a uniform distribution of electrical field. In practice, however, a number + of other configurations are used.
+ + +.. raw:: html + +
+ +ConductometricTitration +----------------------- + +* http://emmo.info/electrochemistry#electrochemistry_e9639083_e9c5_4d0a_97e8_be1e139c179f + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationtitration in which the electric conductivity of a solution is measured as a function of the amount of titrant added
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
Wikidata Referencehttps://www.wikidata.org/wiki/Q11778221
CommentThe equivalence-point is obtained as the intersection of linear parts of the conductance G, versus titrant volume V, curve (see
+ + +.. raw:: html + +
+ +Conductometry +------------- + +* http://emmo.info/electrochemistry#electrochemistry_b3a6d552_b38e_47ad_9d48_e8b77035d63e + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationmeasurement principle in which the electric conductivity of a solution is measured
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
Wikipedia Referencehttps://en.wikipedia.org/wiki/Conductometry
Wikidata Referencehttps://www.wikidata.org/wiki/Q901180
CommentThe conductivity of a solution depends on the concentration and nature of ions present.
+ + +.. raw:: html + +
+ +Connector +--------- + +* http://emmo.info/electrochemistry#electrochemistry_d8a78cd2_8107_46dd_a198_0b64676efc00 + +.. raw:: html + + + + + + + + + + +
Elucidationconductor of electricity used for carrying current between components in an electric circuit
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-37
+ + +.. raw:: html + +
+ +Constant +-------- + +* http://emmo.info/emmo#EMMO_8c64fcfa_23aa_45f8_9e58_bdfd065fab8f + +.. raw:: html + + + + + + +
ElucidationA variable that stand for a numerical constant, even if it is unknown.
+ + +.. raw:: html + +
+ +ConstantCurrentCharge +--------------------- + +* http://emmo.info/electrochemistry#electrochemistry_83f2b1e9_cb67_4dbf_977f_ba54bbae374f + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationcharge during which the electric current is maintained at a constant value regardless of the battery voltage or temperature
Alternative Label(s)GalvanostaticCharging
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-38
+ + +.. raw:: html + +
+ +ConstantCurrentConstantVoltageCharge +------------------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_0cc8f231_0ce5_467e_9c76_29b2c80349ad + +.. raw:: html + + + + + + + + + + +
Elucidationa two-step charging process in which a constant current is applied until a set upper cutoff voltage is reached and then the cell is potentiostatically held at that voltage until the current falls below some set threshhold value
Alternative Label(s)CCCV
+ + +.. raw:: html + +
+ +ConstantCurrentDischarging +-------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_53fe3f58_0802_41cf_af69_4784fc42cc30 + +.. raw:: html + + + + + + + + + + +
Elucidationa discharging process in which the current is kept at a constant value
Alternative Label(s)GalvanostaticDischarging
+ + +.. raw:: html + +
+ +ConstantPotentialPulses +----------------------- + +* https://emmo.info/electrochemistry#electrochemistry_84d37a37_88bd_47db_9425_31f73a81d38c + +.. raw:: html + + + + + + +
ElucidationSignal consisting of successive pulses of electric potential of the same magnitude.
+ + +.. raw:: html + +
+ +ConstantPotentialSignal +----------------------- + +* https://emmo.info/electrochemistry#electrochemistry_0d3e8340_4229_4fd3_b6dd_763bd566551d + +.. raw:: html + + + + + + +
ElucidationSignal consisting of a constant electric potential.
+ + +.. raw:: html + +
+ +ConstantVoltageCharge +--------------------- + +* http://emmo.info/electrochemistry#electrochemistry_3e7fe02d_c888_4c49_8e05_ccd9785607a6 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationcharge during which the voltage is maintained at a constant value regardless of charge current or temperature
Alternative Label(s)FloatCharging, PotentiostaticCharging
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-49
+ + +.. raw:: html + +
+ +ConstantVoltageDischarge +------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_9865e4f9_756d_4d94_a6fd_4102ab795f9e + +.. raw:: html + + + + + + + + + + +
Elucidationa discharging process in which the voltage between the terminals of the electrochemical cell is kept at a constant value
Alternative Label(s)PotentiostaticDischarging
+ + +.. raw:: html + +
+ +Constituent +----------- + +* http://emmo.info/emmo#EMMO_ceaaf9f7_fd11_424b_8fda_9afa186af186 + +.. raw:: html + + + + + + + + + + +
ElucidationAn object which is an holistic spatial part of a object.
Alternative Label(s)ObjectPart
+ + +.. raw:: html + +
+ +ConstitutiveProcess +------------------- + +* http://emmo.info/emmo#EMMO_f68858dd_64f4_4877_b7fb_70d04fbe5bab + +.. raw:: html + + + + + + +
ElucidationA process which is an holistic spatial part of an object.
+ + +.. raw:: html + +
+ +ContinuousCasting +----------------- + +* http://emmo.info/emmo#EMMO_4b77c8ac_6d0e_456a_af41_ce43601b28b7 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ContinuousServiceTest +--------------------- + +* http://emmo.info/electrochemistry#electrochemistry_25d01d13_3ca5_4619_98c1_8ebbd01ad794 + +.. raw:: html + + + + + + + + + + +
Elucidationservice test with an uninterrupted discharge
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-48
+ + +.. raw:: html + +
+ +ContinuumMaterial +----------------- + +* http://emmo.info/emmo#EMMO_8b0923ab_b500_477b_9ce9_8b3a3e4dc4f2 + +.. raw:: html + + + + + + +
ElucidationA state that is a collection of sufficiently large number of other parts such that: + - it is the bearer of qualities that can exists only by the fact that it is a sum of parts + - the smallest partition dV of the state volume in which we are interested in, contains enough parts to be statistically consistent: n [#/m3] x dV [m3] >> 1
+ + +.. raw:: html + +
+ +ContinuumModel +-------------- + +* http://emmo.info/emmo#EMMO_4456a5d2_16a6_4ee1_9a8e_5c75956b28ea + +.. raw:: html + + + + + + +
ElucidationA physics-based model based on a physics equation describing the behaviour of continuum volume.
+ + +.. raw:: html + +
+ +ControlProperty +--------------- + +* http://emmo.info/electrochemistry#electrochemistry_33e6986c_b35a_4cae_9a94_acb23248065c + +.. raw:: html + + + + + + + + + + +
Elucidationa target quantity in a control system
Alternative Label(s)ControlledQuantity, SetQuantity
+ + +.. raw:: html + +
+ +Conventional +------------ + +* http://emmo.info/emmo#EMMO_35d2e130_6e01_41ed_94f7_00b333d46cf9 + +.. raw:: html + + + + + + + + + + +
ElucidationA 'Sign' that stands for an 'Object' through convention, norm or habit, without any resemblance to it.
CommentIn Peirce semiotics this kind of sign category is called symbol. However, since symbol is also used in formal languages, the name is changed in conventional.
+ + +.. raw:: html + +
+ +ConventionalProperty +-------------------- + +* http://emmo.info/emmo#EMMO_d8aa8e1f_b650_416d_88a0_5118de945456 + +.. raw:: html + + + + + + + + + + +
ElucidationA quantitative property attributed by agreement to a quantity for a given purpose.
CommentA property that is associated to an object by convention, or assumption.
+ + +.. raw:: html + +
+ +CoperniciumAtom +--------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_f9125b67-8798-5595-9db3-ffc1840c9947 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for copernicium.
+ + +.. raw:: html + +
+ +CoperniciumSymbol +----------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_920b8adc-575b-55e9-9cd5-cf5eab1696f1 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Copper +------ + +* http://emmo.info/emmo#material_0993cbab_ff7f_4ec3_8a6c_cd67497d54d9 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper
Wikidata Referencehttps://www.wikidata.org/wiki/Q753
+ + +.. raw:: html + +
+ +CopperAtom +---------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_57a7ab6b-30a4-54e5-821d-0b8efb5e08b2 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for copper.
+ + +.. raw:: html + +
+ +CopperElectrode +--------------- + +* http://emmo.info/electrochemistry#electrochemistry_26b19a7c_59ca_4e1b_8fb9_ba061c22531e + +.. raw:: html + + + + + + +
Alternative Label(s)metal electrode in which the active material is copper
+ + +.. raw:: html + +
+ +CopperHydroxide +--------------- + +* http://emmo.info/emmo#material_788494aa_e502_4b8d_8e3a_883d14d3ed98 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Cu(OH)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper(II)_hydroxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q72461389
+ + +.. raw:: html + +
+ +CopperIIAcetate +--------------- + +* http://emmo.info/emmo#material_bd75a1b8_f5fe_4676_a42c_6192c3a70b22 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Cu(OAc)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper(II)_acetate
Wikidata Referencehttps://www.wikidata.org/wiki/Q421854
+ + +.. raw:: html + +
+ +CopperIIBromide +--------------- + +* http://emmo.info/emmo#material_d6ed8fcd_4d21_4401_b16c_478985799100 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)CuBr2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper(II)_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q420370
+ + +.. raw:: html + +
+ +CopperIICarbonate +----------------- + +* http://emmo.info/emmo#material_815f5532_e1d0_48e5_bc2b_b3b7d018f032 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)CuCO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper(II)_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q409630
+ + +.. raw:: html + +
+ +CopperIIChlorate +---------------- + +* http://emmo.info/emmo#material_f028e380_2abf_49b8_8e65_9ae788791f3c + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Cu(ClO3)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper(II)_chlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q4498184
+ + +.. raw:: html + +
+ +CopperIIChloride +---------------- + +* http://emmo.info/emmo#material_9ad998c9_f5dd_48ff_af9f_b03d7b0211b4 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)CuCl2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper(II)_chloride
Wikidata Referencehttps://www.wikidata.org/wiki/Q421781
+ + +.. raw:: html + +
+ +CopperIIFluoride +---------------- + +* http://emmo.info/emmo#material_2aef236e_eaf8_479d_aaa4_a08392b8a90b + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)CuF2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper(II)_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q419686
+ + +.. raw:: html + +
+ +CopperIIIodide +-------------- + +* http://emmo.info/emmo#material_3d6c473f_fdfb_4f8a_922e_215d18691e21 + +.. raw:: html + + + + + + +
Alternative Label(s)CuI2
+ + +.. raw:: html + +
+ +CopperIINitrate +--------------- + +* http://emmo.info/emmo#material_04a7bd93_0a55_444b_a28e_33b01ee0bc4e + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Cu(NO3)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper(II)_nitrate
Wikidata Referencehttps://www.wikidata.org/wiki/Q286064
+ + +.. raw:: html + +
+ +CopperIINitrite +--------------- + +* http://emmo.info/emmo#material_469e5dc9_7b3e_4e72_8fd5_fe2e8386862d + +.. raw:: html + + + + + + +
Alternative Label(s)Cu(NO2)2
+ + +.. raw:: html + +
+ +CopperIIOxide +------------- + +* http://emmo.info/emmo#material_250fa43e_1f26_4ed8_b787_91a2325a8e7b + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)CuO
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper(II)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q421787
+ + +.. raw:: html + +
+ +CopperIIPerchlorate +------------------- + +* http://emmo.info/emmo#material_6ec62f7b_2168_423f_81d2_4555fa29415e + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Cu(ClO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper(II)_perchlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q15628157
+ + +.. raw:: html + +
+ +CopperIIPhosphate +----------------- + +* http://emmo.info/emmo#material_13eaf787_000e_44f8_b939_332101e81dd2 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Cu3(PO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper(II)_phosphate
Wikidata Referencehttps://www.wikidata.org/wiki/Q60568753
+ + +.. raw:: html + +
+ +CopperIISulfate +--------------- + +* http://emmo.info/emmo#material_d27a5bb0_b35d_4133_8b2c_b32e94c899ec + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)CuSO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper(II)_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q107184
+ + +.. raw:: html + +
+ +CopperIISulfide +--------------- + +* http://emmo.info/emmo#material_d5c2e705_2e15_4c97_9d6a_0c90afa606ec + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)CuS
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper_monosulfide
Wikidata Referencehttps://www.wikidata.org/wiki/Q416688
+ + +.. raw:: html + +
+ +CopperIITetrafluoroborate +------------------------- + +* http://emmo.info/emmo#material_dfa3d84e_279c_47d0_ad87_5a30b1a325ce + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)Cu(BF4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper(II)_tetrafluoroborate
+ + +.. raw:: html + +
+ +CopperIITriflate +---------------- + +* http://emmo.info/emmo#material_d3739474_ed71_4e61_b9ae_d7dc2c091179 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Cu(OTf)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper(II)_triflate
Wikidata Referencehttps://www.wikidata.org/wiki/Q4119952
+ + +.. raw:: html + +
+ +CopperIIodide +------------- + +* http://emmo.info/emmo#material_3eaad9be_eae9_4735_b03a_1b07f9f79805 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)CuI
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper(I)_iodide
Wikidata Referencehttps://www.wikidata.org/wiki/Q411207
+ + +.. raw:: html + +
+ +CopperIOxide +------------ + +* http://emmo.info/emmo#material_22796803_c3b7_4e24_b6f9_7f65d453b01a + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Cu2O
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper(I)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q407709
+ + +.. raw:: html + +
+ +CopperOxideCompound +------------------- + +* http://emmo.info/emmo#material_f7d13311_6dd1_422c_b32b_b55fd9e77145 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CopperOxideElectrode +-------------------- + +* http://emmo.info/electrochemistry#electrochemistry_a8edd38f_f8a5_41fb_9fc7_48f1866fd699 + +.. raw:: html + + + + + + +
Alternative Label(s)CupricOxideElectrode
+ + +.. raw:: html + +
+ +CopperSaltCompound +------------------ + +* http://emmo.info/emmo#material_094f08bc_90ea_4118_b136_47e61e495ab5 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CopperSymbol +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_bd93ef72-3d4f-5f17-b613-01f440296995 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Coulomb +------- + +* http://emmo.info/emmo#Coulomb + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationSI unit for electric charge.
IUPAC Referencehttps://doi.org/10.1351/goldbook.C01365
Wikipedia Referencehttp://en.wikipedia.org/wiki/Coulomb?oldid=491815163
+ + +.. raw:: html + +
+ +CoulombMetre +------------ + +* http://emmo.info/emmo#CoulombMetre + +.. raw:: html + + + + + + +
ElucidationCoulomb Meter (C-m) is a unit in the category of Electric dipole moment. It is also known as atomic unit, u.a., au, ua. This unit is commonly used in the SI unit system. Coulomb Meter (C-m) has a dimension of LTI where L is length, T is time, and I is electric current. This unit is the standard SI unit in this category. + + -- QUDT
+ + +.. raw:: html + +
+ +CoulombPerCubicCentiMetre +------------------------- + +* http://emmo.info/emmo#CoulombPerCubicCentiMetre + +.. raw:: html + + + + + + + + + + +
Elucidationderived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 3 + + -- QUDT
Alternative Label(s)Coulomb Per Cubic Centimetre
+ + +.. raw:: html + +
+ +CoulombPerCubicMetre +-------------------- + +* http://emmo.info/emmo#CoulombPerCubicMetre + +.. raw:: html + + + + + + + + + + +
ElucidationCoulomb Per Cubic Meter (C/m³) is a unit in the category of Electric charge density. It is also known as coulomb per cubic metre, coulombs per cubic meter, coulombs per cubic metre, coulomb/cubic meter, coulomb/cubic metre. This unit is commonly used in the SI unit system. Coulomb Per Cubic Meter has a dimension of L⁻³TI where L is length, T is time, and I is electric current. This unit is the standard SI unit in this category. + + -- QUDT
Alternative Label(s)Coulomb per Cubic Metre
+ + +.. raw:: html + +
+ +CoulombPerCubicMilliMetre +------------------------- + +* http://emmo.info/emmo#CoulombPerCubicMilliMetre + +.. raw:: html + + + + + + + + + + +
Elucidationderived SI unit coulomb divided by the 0.000 000 001-fold of the power of the SI base unit metre by exponent 3 + + -- QUDT
Alternative Label(s)Coulomb Per Cubic Millimetre
+ + +.. raw:: html + +
+ +CoulombPerKilogram +------------------ + +* http://emmo.info/emmo#CoulombPerKilogram + +.. raw:: html + + + + + + + + + + +
Elucidation`Coulomb Per Kilogram (C/kg)` is the unit in the category of Exposure. It is also known as coulombs per kilogram, coulomb/kilogram. This unit is commonly used in the SI unit system. Coulomb Per Kilogram (C/kg) has a dimension of M⁻¹TI where M is mass, T is time, and I is electric current. This unit is the standard SI unit in this category. + + -- QUDT
Alternative Label(s)Coulomb per Kilogram
+ + +.. raw:: html + +
+ +CoulombPerKilogramSecond +------------------------ + +* http://emmo.info/emmo#CoulombPerKilogramSecond + +.. raw:: html + + + + + + + + + + +
ElucidationThe SI unit of exposure rate + + -- QUDT
Alternative Label(s)Coulomb Per Kilogram Second
+ + +.. raw:: html + +
+ +CoulombPerMetre +--------------- + +* http://emmo.info/emmo#CoulombPerMetre + +.. raw:: html + + + + + + + + + + +
Elucidation"Coulomb per Meter" is a unit for 'Electric Charge Line Density' expressed as C/m. + + -- QUDT
Alternative Label(s)Coulomb per Metre
+ + +.. raw:: html + +
+ +CoulombPerMole +-------------- + +* http://emmo.info/emmo#CoulombPerMole + +.. raw:: html + + + + + + + + + + +
Elucidation (C/mol) is a unit in the category of Molar electric charge. It is also known as coulombs/mol. Coulomb Per Mol has a dimension of TN{-1}I where T is time, N is amount of substance, and I is electric current. This unit is the standard SI unit in this category. + + -- QUDT
Alternative Label(s)Coulomb per Mole
+ + +.. raw:: html + +
+ +CoulombPerSquareCentiMetre +-------------------------- + +* http://emmo.info/emmo#CoulombPerSquareCentiMetre + +.. raw:: html + + + + + + + + + + +
Elucidationderived SI unit coulomb divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2 + + -- QUDT
Alternative Label(s)Coulomb Per Square Centimetre
+ + +.. raw:: html + +
+ +CoulombPerSquareMetre +--------------------- + +* http://emmo.info/emmo#CoulombPerSquareMetre + +.. raw:: html + + + + + + + + + + +
ElucidationCoulomb Per Square Meter (C/m²) is a unit in the category of Electric charge surface density. It is also known as coulombs per square meter, coulomb per square metre, coulombs per square metre, coulomb/square meter, coulomb/square metre. This unit is commonly used in the SI unit system. Coulomb Per Square Meter (C/m2) has a dimension of L⁻²TI where L is length, T is time, and I is electric current. This unit is the standard SI unit in this category. + + -- QUDT
Alternative Label(s)Coulomb per Square Metre
+ + +.. raw:: html + +
+ +CoulombPerSquareMilliMetre +-------------------------- + +* http://emmo.info/emmo#CoulombPerSquareMilliMetre + +.. raw:: html + + + + + + + + + + +
Elucidationderived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2 + + -- QUDT
Alternative Label(s)Coulomb Per Square Millimetre
+ + +.. raw:: html + +
+ +CoulombSquareMetre +------------------ + +* http://emmo.info/emmo#CoulombSquareMetre + +.. raw:: html + + + + + + + + + + +
ElucidationCoulomb Square Meter (C-m2) is a unit in the category of Electric quadrupole moment. This unit is commonly used in the SI unit system. Coulomb Square Meter (C-m2) has a dimension of L2TI where L is length, T is time, and I is electric current. This unit is the standard SI unit in this category. + + -- QUDT
Alternative Label(s)Coulomb Square Metre
+ + +.. raw:: html + +
+ +CoulombSquareMetrePerVolt +------------------------- + +* http://emmo.info/emmo#CoulombSquareMetrePerVolt + +.. raw:: html + + + + + + + + + + +
ElucidationCoulomb Square Meter (C-m2-per-volt) is a unit in the category of Electric polarizability. + + -- QUDT
Alternative Label(s)Coulomb Square Metre Per Volt
+ + +.. raw:: html + +
+ +CoulombicEfficiency +------------------- + +* http://emmo.info/electrochemistry#electrochemistry_5696453c_9da7_41e2_bbda_603c1b90a8fc + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationfraction of the electric current passing through an electrochemical cell which accomplishes the desired chemical reaction
Alternative Label(s)CurrentEfficiency, FaradayEfficiency
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-07
+ + +.. raw:: html + +
+ +Coulometer +---------- + +* http://emmo.info/electrochemistry#electrochemistry_fb9bf7cb_dd4b_4391_99a1_628263dd6940 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationmeasuring instrument to obtain the electrical charge passed in an experiment, or to produce a known amount of substance in a titration.
Alternative Label(s)Voltameter, Voltameter
Wikipedia Referencehttps://en.wikipedia.org/wiki/Voltameter
Wikidata Referencehttps://www.wikidata.org/wiki/Q905539
CommentModern instruments for measuring trace water by Karl Fischer titration use the passage of a measured charge to produce iodine from iodide solution. They are known as Karl Fischer coulometers
+ + +.. raw:: html + +
+ +CoulometricTitration +-------------------- + +* http://emmo.info/electrochemistry#electrochemistry_52501237_0c13_4bfb_aa3a_441c6a9ae3a6 + +.. raw:: html + + + + + + + + + + +
Elucidationtitration in which the titrant is generated electrochemically, either by constant current or at constant potential. The titrant reacts stoichiometrically with the analyte, the amount of which is calculated using Faraday’s laws of electrolysis from the electric charge required to reach the end-point
CommentCoulometric titrations are usually carried out in convective mass transfer mode using a large surface working electrode. The reference and auxiliary electrodes are located in sepa- rate compartments. A basic requirement is a 100 % current efficiency of titrant generation at the working electrode. End-point detection can be accomplished with potentiometry, amperometry, biamperometry, bipotentiometry, photometry, or by using a visual indicator.
+ + +.. raw:: html + +
+ +Coulometry +---------- + +* http://emmo.info/electrochemistry#electrochemistry_6e439f86_3d00_4b0b_82ab_1fa25241d4e9 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationelectrochemical measurement principle in which the electric charge required to carry out a known electrochemical reaction is measured. By Faraday’s laws of electrolysis, the amount of substance is proportional to the charge
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-13
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
Wikipedia Referencehttps://en.wikipedia.org/wiki/Coulometry
Wikidata Referencehttps://www.wikidata.org/wiki/Q1136979
CommentCoulometry used to measure the amount of substance is a primary reference measurement procedure [VIM 2.8] not requiring calibration with a standard for a quantity of the same kind (i.e. amount of substance).
+ + +.. raw:: html + +
+ +CounterElectrode +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_871bc4a4_2d17_4b88_9b0f_7ab85f14afea + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationelectrode whose function is to carry the electric current flowing through the electrical circuit of an electrochemical cell, the electrochemical processes on its surface not being of interest
Alternative Label(s)AuxiliaryElectrode, AuxiliaryElectrode
IUPAC Referencehttps://goldbook.iupac.org/terms/view/A00535
Wikipedia Referencehttps://en.wikipedia.org/wiki/Auxiliary_electrode
Wikidata Referencehttps://www.wikidata.org/wiki/Q1768785
CommentAn auxiliary electrode is used in any three-electrode cell, together with a working electrode and reference electrode.
+ + +.. raw:: html + +
+ +CountingUnit +------------ + +* http://emmo.info/emmo#EMMO_15d62b55_38ea_4aec_b7c4_25db1a2e5a01 + +.. raw:: html + + + + + + +
ElucidationUnit for dimensionless quantities that have the nature of count.
+ + +.. raw:: html + +
+ +Coupled +------- + +* http://emmo.info/emmo#EMMO_02c4890b_aef3_4173_9669_94d1f6baf611 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CouplingFactor +-------------- + +* http://emmo.info/emmo#EMMO_c6f8d962_2239_4a9e_a9ac_63c01b84de09 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)InductiveCouplingFactor
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-41
Wikidata Referencehttps://www.wikidata.org/wiki/Q78101715
+ + +.. raw:: html + +
+ +CriticalTemperature +------------------- + +* http://emmo.info/emmo#EMMO_83424a56_e28f_4aea_8125_bef7b9347ee6 + +.. raw:: html + + + + + + + + + + +
ElucidationTemperature below which quantum effects dominate.
Wikidata Referencehttps://www.wikidata.org/wiki/Q1450516
+ + +.. raw:: html + +
+ +Crystal +------- + +* http://emmo.info/emmo#EMMO_0bb3b434_73aa_428f_b4e8_2a2468648e19 + +.. raw:: html + + + + + + +
ElucidationA material is a crystal if it has essentially a sharp diffraction pattern. + + A solid is a crystal if it has essentially a sharp diffraction pattern. The word essentially means that most of the intensity of the diffraction is concentrated in relatively sharp Bragg peaks, besides the always present diffuse scattering. In all cases, the positions of the diffraction peaks can be expressed by + + + H=∑ni=1hia∗i (n≥3)
+ + +.. raw:: html + +
+ +CrystalizationOverpotential +--------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_8de9735b_374a_4a0f_b29f_71a50794cf94 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationpart of the electrode polarization arising from crystal nucleation and growth phenomena
Alternative Label(s)CrystalizationPolarization
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-04
+ + +.. raw:: html + +
+ +CrystallineMaterial +------------------- + +* http://emmo.info/emmo#EMMO_f1025834_0cd2_42a1_bfeb_13bec41c8655 + +.. raw:: html + + + + + + +
CommentSuggestion of Rickard Armiento
+ + +.. raw:: html + +
+ +CubicCentiMetre +--------------- + +* http://emmo.info/emmo#CubicCentiMetre + +.. raw:: html + + + + + + + + + + +
ElucidationThe CGS unit of volume, equal to 10-6 cubic meter, 1 milliliter, or about 0.061 023 7 cubic inch + + -- QUDT
Alternative Label(s)cubic centimetre
+ + +.. raw:: html + +
+ +CubicCentiMetrePerCubicCentiMetre +--------------------------------- + +* http://emmo.info/emmo#CubicCentiMetrePerCubicCentiMetre + +.. raw:: html + + + + + + + + + + +
Elucidationvolume ratio consisting of the 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3 + + -- QUDT
Alternative Label(s)Cubic Centimetre Per Cubic Centimetre
+ + +.. raw:: html + +
+ +CubicCentiMetrePerCubicMetre +---------------------------- + +* http://emmo.info/emmo#CubicCentiMetrePerCubicMetre + +.. raw:: html + + + + + + + + + + +
Elucidationvolume ratio consisting of the 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3 + + -- QUDT
Alternative Label(s)Cubic Centimetre Per Cubic Metre
+ + +.. raw:: html + +
+ +CubicCentiMetrePerDay +--------------------- + +* http://emmo.info/emmo#CubicCentiMetrePerDay + +.. raw:: html + + + + + + + + + + +
Elucidation0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit day + + -- QUDT
Alternative Label(s)Cubic Centimetre Per Day
+ + +.. raw:: html + +
+ +CubicCentiMetrePerHour +---------------------- + +* http://emmo.info/emmo#CubicCentiMetrePerHour + +.. raw:: html + + + + + + + + + + +
Elucidation0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour + + -- QUDT
Alternative Label(s)Cubic Centimetre Per Hour
+ + +.. raw:: html + +
+ +CubicCentiMetrePerKelvin +------------------------ + +* http://emmo.info/emmo#CubicCentiMetrePerKelvin + +.. raw:: html + + + + + + + + + + +
Elucidation0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit kelvin + + -- QUDT
Alternative Label(s)Cubic Centimetre Per Kelvin
+ + +.. raw:: html + +
+ +CubicCentiMetrePerMinute +------------------------ + +* http://emmo.info/emmo#CubicCentiMetrePerMinute + +.. raw:: html + + + + + + + + + + +
Elucidation0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit minute + + -- QUDT
Alternative Label(s)Cubic Centimetre Per Minute
+ + +.. raw:: html + +
+ +CubicCentiMetrePerMole +---------------------- + +* http://emmo.info/emmo#CubicCentiMetrePerMole + +.. raw:: html + + + + + + + + + + +
Elucidation0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol + + -- QUDT
Alternative Label(s)Cubic Centimetre Per Mole
+ + +.. raw:: html + +
+ +CubicCentiMetrePerMoleSecond +---------------------------- + +* http://emmo.info/emmo#CubicCentiMetrePerMoleSecond + +.. raw:: html + + + + + + + + + + +
ElucidationA unit that is the 0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol multiplied by the SI base unit second. + + -- QUDT
Alternative Label(s)Cubic Centimeter per Mole Second
+ + +.. raw:: html + +
+ +CubicCentiMetrePerMoleSecond +---------------------------- + +* http://emmo.info/emmo#CubicCentiMetrePerMoleSecond + +.. raw:: html + + + + + + + + + + +
ElucidationA unit that is the SI base unit metre with the exponent 3 divided by the SI base unit mol multiplied by the SI base unit second. + + -- QUDT
Alternative Label(s)Cubic Centimeter per Mole Second
+ + +.. raw:: html + +
+ +CubicCentiMetrePerSecond +------------------------ + +* http://emmo.info/emmo#CubicCentiMetrePerSecond + +.. raw:: html + + + + + + + + + + +
Elucidation0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit second + + -- QUDT
Alternative Label(s)Cubic Centimetre Per Second
+ + +.. raw:: html + +
+ +CubicCoulombMetrePerSquareJoule +------------------------------- + +* http://emmo.info/emmo#CubicCoulombMetrePerSquareJoule + +.. raw:: html + + + + + + + + + + +
Elucidation"Cubic Coulomb Meter per Square Joule" is a unit for 'Cubic Electric Dipole Moment Per Square Energy' expressed as C³ m³ J⁻². + + -- QUDT
Alternative Label(s)Cubic Coulomb Metre per Square Joule
+ + +.. raw:: html + +
+ +CubicDecaMetre +-------------- + +* http://emmo.info/emmo#CubicDecaMetre + +.. raw:: html + + + + + + + + + + +
Elucidation1 000-fold of the power of the SI base unit metre by exponent 3 + + -- QUDT
Alternative Label(s)Cubic Decametre
+ + +.. raw:: html + +
+ +CubicDeciMetre +-------------- + +* http://emmo.info/emmo#CubicDeciMetre + +.. raw:: html + + + + + + + + + + +
Elucidation0.1-fold of the power of the SI base unit metre with the exponent 3 + + -- QUDT
Alternative Label(s)Cubic Decimetre
+ + +.. raw:: html + +
+ +CubicDeciMetrePerCubicMetre +--------------------------- + +* http://emmo.info/emmo#CubicDeciMetrePerCubicMetre + +.. raw:: html + + + + + + + + + + +
Elucidationvolume ratio consisting of the 0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3 + + -- QUDT
Alternative Label(s)Cubic Decimetre Per Cubic Metre
+ + +.. raw:: html + +
+ +CubicDeciMetrePerDay +-------------------- + +* http://emmo.info/emmo#CubicDeciMetrePerDay + +.. raw:: html + + + + + + + + + + +
Elucidation0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time day + + -- QUDT
Alternative Label(s)Cubic Decimetre Per Day
+ + +.. raw:: html + +
+ +CubicDeciMetrePerHour +--------------------- + +* http://emmo.info/emmo#CubicDeciMetrePerHour + +.. raw:: html + + + + + + + + + + +
Elucidation0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour + + -- QUDT
Alternative Label(s)Cubic Decimetre Per Hour
+ + +.. raw:: html + +
+ +CubicDeciMetrePerMinute +----------------------- + +* http://emmo.info/emmo#CubicDeciMetrePerMinute + +.. raw:: html + + + + + + + + + + +
Elucidation0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time minute + + -- QUDT
Alternative Label(s)Cubic Decimetre Per Minute
+ + +.. raw:: html + +
+ +CubicDeciMetrePerMole +--------------------- + +* http://emmo.info/emmo#CubicDeciMetrePerMole + +.. raw:: html + + + + + + + + + + +
Elucidation0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol + + -- QUDT
Alternative Label(s)Cubic Decimetre Per Mole
+ + +.. raw:: html + +
+ +CubicDeciMetrePerSecond +----------------------- + +* http://emmo.info/emmo#CubicDeciMetrePerSecond + +.. raw:: html + + + + + + + + + + +
Elucidation0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time second + + -- QUDT
Alternative Label(s)Cubic Decimetre Per Second
+ + +.. raw:: html + +
+ +CubicElectricChargeLengthPerSquareEnergyUnit +-------------------------------------------- + +* http://emmo.info/emmo#EMMO_360adeca_9eee_4bb9_a5ca_728756c1ed4a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CubicExpansionCoefficient +------------------------- + +* http://emmo.info/emmo#EMMO_1c1ec02e_4def_4979_aff9_572c06a95391 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationQuantity characterizing the variation with thermodynamic temperature T of the volume V of a body, under given conditions.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-28
Wikidata Referencehttps://www.wikidata.org/wiki/Q74761076
Commentalpha_V = (1/V) * (dV/dT)
+ + +.. raw:: html + +
+ +CubicKiloMetrePerSquareSecond +----------------------------- + +* http://emmo.info/emmo#CubicKiloMetrePerSquareSecond + +.. raw:: html + + + + + + + + + + +
Elucidation`Cubic Kilometer per Square Second` is a unit for `Standard Gravitational Parameter` expressed as km³/s². + + -- QUDT
Alternative Label(s)Cubic Kilometre per Square Second
+ + +.. raw:: html + +
+ +CubicMetre +---------- + +* http://emmo.info/emmo#CubicMetre + +.. raw:: html + + + + + + + + + + +
ElucidationThe SI unit of volume, equal to 1.0e6 cm3, 1000 liters, 35.3147 ft3, or 1.30795 yd3. A cubic meter holds about 264.17 U.S. liquid gallons or 219.99 British Imperial gallons. + + -- QUDT
Wikipedia Referencehttp://en.wikipedia.org/wiki/Cubic_metre?oldid=490956678
+ + +.. raw:: html + +
+ +CubicMetrePerCoulomb +-------------------- + +* http://emmo.info/emmo#CubicMetrePerCoulomb + +.. raw:: html + + + + + + +
Alternative Label(s)Cubic Metre per Coulomb
+ + +.. raw:: html + +
+ +CubicMetrePerCubicMetre +----------------------- + +* http://emmo.info/emmo#CubicMetrePerCubicMetre + +.. raw:: html + + + + + + + + + + +
Elucidationpower of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3 + + -- QUDT
Alternative Label(s)Cubic Metre Per Cubic Metre
+ + +.. raw:: html + +
+ +CubicMetrePerDay +---------------- + +* http://emmo.info/emmo#CubicMetrePerDay + +.. raw:: html + + + + + + + + + + +
Elucidationpower of the SI base unit metre with the exponent 3 divided by the unit day + + -- QUDT
Alternative Label(s)Cubic Metre Per Day
+ + +.. raw:: html + +
+ +CubicMetrePerHectare +-------------------- + +* http://emmo.info/emmo#CubicMetrePerHectare + +.. raw:: html + + + + + + +
Alternative Label(s)Cubic Metre per Hectare
+ + +.. raw:: html + +
+ +CubicMetrePerHour +----------------- + +* http://emmo.info/emmo#CubicMetrePerHour + +.. raw:: html + + + + + + + + + + +
ElucidationCubic Meter Per Hour (m3/h) is a unit in the category of Volume flow rate. It is also known as cubic meters per hour, cubic metre per hour, cubic metres per hour, cubic meter/hour, cubic metre/hour, cubic meter/hr, cubic metre/hr, flowrate. Cubic Meter Per Hour (m3/h) has a dimension of L3T-1 where L is length, and T is time. It can be converted to the corresponding standard SI unit m3/s by multiplying its value by a factor of 0.00027777777. + + -- QUDT
Alternative Label(s)Cubic Metre per Hour
+ + +.. raw:: html + +
+ +CubicMetrePerKelvin +------------------- + +* http://emmo.info/emmo#CubicMetrePerKelvin + +.. raw:: html + + + + + + +
Alternative Label(s)Cubic Metre per Kelvin
+ + +.. raw:: html + +
+ +CubicMetrePerKilogram +--------------------- + +* http://emmo.info/emmo#CubicMetrePerKilogram + +.. raw:: html + + + + + + + + + + +
ElucidationCubic Meter Per Kilogram (m3/kg) is a unit in the category of Specific volume. It is also known as cubic meters per kilogram, cubic metre per kilogram, cubic metres per kilogram, cubic meter/kilogram, cubic metre/kilogram. This unit is commonly used in the SI unit system. Cubic Meter Per Kilogram (m3/kg) has a dimension of M-1L3 where M is mass, and L is length. This unit is the standard SI unit in this category. + + -- QUDT
Alternative Label(s)Cubic Metre per Kilogram
+ + +.. raw:: html + +
+ +CubicMetrePerKilogramSquareSecond +--------------------------------- + +* http://emmo.info/emmo#CubicMetrePerKilogramSquareSecond + +.. raw:: html + + + + + + +
Alternative Label(s)Cubic Metre per Kilogram Square Second
+ + +.. raw:: html + +
+ +CubicMetrePerMinute +------------------- + +* http://emmo.info/emmo#CubicMetrePerMinute + +.. raw:: html + + + + + + + + + + +
Elucidationpower of the SI base unit metre with the exponent 3 divided by the unit minute + + -- QUDT
Alternative Label(s)Cubic Metre Per Minute
+ + +.. raw:: html + +
+ +CubicMetrePerMole +----------------- + +* http://emmo.info/emmo#CubicMetrePerMole + +.. raw:: html + + + + + + + + + + +
ElucidationThe molar volume, symbol Vm, is the volume occupied by one mole of a substance (chemical element or chemical compound) at a given temperature and pressure. It is equal to the molar mass (M) divided by the mass density. It has the SI unit cubic metres per mole m3/mol, although it is more practical to use the units cubic decimetres per mole dm3/mol for gases and cubic centimetres per mole cm3/mol for liquids and solids. + + -- QUDT
Alternative Label(s)Cubic Metre per Mole
+ + +.. raw:: html + +
+ +CubicMetrePerSecond +------------------- + +* http://emmo.info/emmo#CubicMetrePerSecond + +.. raw:: html + + + + + + + + + + +
ElucidationA cubic metre per second (m³s⁻¹, m³/s), cumecs or cubic meter per second in American English) is a derived SI unit of flow rate equal to that of a stere or cube with sides of one metre ( u0303 39.37 in) in length exchanged or moving each second. It is popularly used for water flow, especially in rivers and streams, and fractions for HVAC values measuring air flow. + + -- QUDT
Alternative Label(s)Cubic Metre per Second
+ + +.. raw:: html + +
+ +CubicMetrePerSquareMetre +------------------------ + +* http://emmo.info/emmo#CubicMetrePerSquareMetre + +.. raw:: html + + + + + + + + + + +
Elucidationpower of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 2 + + -- QUDT
Alternative Label(s)Cubic Metre Per Square Metre
+ + +.. raw:: html + +
+ +CubicMetrePerSquareSecond +------------------------- + +* http://emmo.info/emmo#CubicMetrePerSquareSecond + +.. raw:: html + + + + + + + + + + +
Elucidation`Cubic Meter per Square Second` is a C.G.S System unit for `Standard Gravitational Parameter` expressed as m³/s² + + -- QUDT
Alternative Label(s)Cubic Metre per Square Second
+ + +.. raw:: html + +
+ +CubicMicroMetrePerCubicMetre +---------------------------- + +* http://emmo.info/emmo#CubicMicroMetrePerCubicMetre + +.. raw:: html + + + + + + +
Alternative Label(s)Cubic micrometre per cubic metre
+ + +.. raw:: html + +
+ +CubicMicroMetrePerMilliLitre +---------------------------- + +* http://emmo.info/emmo#CubicMicroMetrePerMilliLitre + +.. raw:: html + + + + + + +
Alternative Label(s)Cubic micrometre per millilitre
+ + +.. raw:: html + +
+ +CubicMilliMetre +--------------- + +* http://emmo.info/emmo#CubicMilliMetre + +.. raw:: html + + + + + + + + + + +
ElucidationA metric measure of volume or capacity equal to a cube 1 millimeter on each edge + + -- QUDT
Alternative Label(s)Cubic Millimetre
+ + +.. raw:: html + +
+ +CubicMilliMetrePerCubicMetre +---------------------------- + +* http://emmo.info/emmo#CubicMilliMetrePerCubicMetre + +.. raw:: html + + + + + + + + + + +
Elucidationvolume ratio consisting of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3 + + -- QUDT
Alternative Label(s)Cubic Millimetre Per Cubic Metre
+ + +.. raw:: html + +
+ +Cumene +------ + +* http://emmo.info/emmo#material_4ebc1929_2acd_4afb_8a13_6b2f70e2956c + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationCumene is an alkylbenzene that is benzene carrying an isopropyl group.
Alternative Label(s)Isopropylbenzene
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cumene
Wikidata Referencehttps://www.wikidata.org/wiki/Q410107
+ + +.. raw:: html + +
+ +CurieTemperature +---------------- + +* http://emmo.info/emmo#EMMO_6b5af5a8_a2d8_4353_a1d6_54c9f778343d + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationCritical thermodynamic temperature of a ferromagnet.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-51
Wikidata Referencehttps://www.wikidata.org/wiki/Q191073
+ + +.. raw:: html + +
+ +CuriumAtom +---------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_08522112-0872-599f-9d81-81889333254e + +.. raw:: html + + + + + + +
ElucidationAtom subclass for curium.
+ + +.. raw:: html + +
+ +CuriumSymbol +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_c97277f7-f011-51bb-aeb8-5e8b1f3f711c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CurrentChangeLimit +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_71f10616_15eb_4dc4_bc8d_ffaac3838af2 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CurrentCollector +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_212af058_3bbb_419f_a9c6_90ba9ebb3706 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationA good electron conductor support designed to transfer electrons from the external circuit to the active materials of the cell.
Alternative Label(s)ElectrodeCurrentCollector
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=485-06-07
Wikidata Referencehttps://www.wikidata.org/wiki/Q120907411
+ + +.. raw:: html + +
+ +CurrentControlledProcess +------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_5548f188_df00_4c05_ae98_7846e92efe36 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CurrentDensityLimit +------------------- + +* http://emmo.info/electrochemistry#electrochemistry_76e7e556_f47e_47e2_b2ef_67aeed09c63e + +.. raw:: html + + + + + + + + + + +
Elucidationmaximum electric current density that can be achieved for an electrode reaction at a given concentration of a electrochemically active material in the presence of a large excess of supporting electrolyte
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-13
+ + +.. raw:: html + +
+ +CurrentLimit +------------ + +* http://emmo.info/electrochemistry#electrochemistry_74de2c33_84fc_4c2f_afe1_56d169149114 + +.. raw:: html + + + + + + +
Elucidationlimit on the electric current of an electrical system
+ + +.. raw:: html + +
+ +CurrentLinkage +-------------- + +* http://emmo.info/emmo#EMMO_0d2c0390_51fb_42aa_93b1_af903b3ad510 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationFor a closed path, scalar quantity equal to the electric current through any surface bounded by the path.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-46
Wikidata Referencehttps://www.wikidata.org/wiki/Q77995703
+ + +.. raw:: html + +
+ +CurrentPotentialPlot +-------------------- + +* https://emmo.info/electrochemistry#electrochemistry_b9a72491_8a50_4cac_a131_1e95d72b57ee + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationplot of current versus applied potential (I-E) for a given system
Alternative Label(s)CurrentPotentialCurve, ElectricCurrentPotentialCurve
CommentThe curve is sigmoidal in hydrodynamic voltammetry, voltammetry at microelectrodes and polarography, or peak-shaped in ac voltammetry, differential pulse voltammetry, square- wave voltammetry, stripping voltammetry, and derivative techniques.
+ + +.. raw:: html + +
+ +CurrentPulse +------------ + +* http://emmo.info/electrochemistry#electrochemistry_9f1ffb54_4403_4541_98c1_3a821c6d060f + +.. raw:: html + + + + + + +
Elucidationthe process of applying a current pulse
+ + +.. raw:: html + +
+ +CurrentPulse +------------ + +* https://emmo.info/electrochemistry#electrochemistry_712c791a_d593_4732_af73_493f7bc50999 + +.. raw:: html + + + + + + + + + + +
Elucidationrapid, transient change in the amplitude of an electric current, from a baseline value to a higer or lower value, followed by a rapid return to the baseline value.
Wikidata Referencehttps://www.wikidata.org/wiki/Q114979515
+ + +.. raw:: html + +
+ +CurrentScanRate +--------------- + +* http://emmo.info/electrochemistry#electrochemistry_f046d602_22ea_4f9b_9101_319f510d39f0 + +.. raw:: html + + + + + + +
ElucidationThe rate of change of an applied current with time.
+ + +.. raw:: html + +
+ +CurrentTimePlot +--------------- + +* https://emmo.info/electrochemistry#electrochemistry_b99cff7f_b13f_4075_aa88_62c04f8daacc + +.. raw:: html + + + + + + + + + + +
Elucidationplot of the dependence of instantaneous current on time
Alternative Label(s)CurrentTimeCurve
+ + +.. raw:: html + +
+ +Curvature +--------- + +* http://emmo.info/emmo#EMMO_d4deccf7_8cbf_4766_bf3d_57db491fa637 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationInverse of the radius of curvature.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-31
Wikidata Referencehttps://www.wikidata.org/wiki/Q214881
+ + +.. raw:: html + +
+ +Curve +----- + +* http://emmo.info/emmo#EMMO_0ef4ff4a_5458_4f2a_b51f_4689d472a3f2 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Cutting +------- + +* http://emmo.info/emmo#EMMO_d5f98475_00ce_4987_99fb_262aed395e46 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +CycleDomainMatrix +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_d2f6f1a6_4dee_4c5e_9a69_32b9fe990d2f + +.. raw:: html + + + + + + +
Elucidationa series of data points indexed in cycle order
+ + +.. raw:: html + +
+ +CycleLife +--------- + +* http://emmo.info/electrochemistry#electrochemistry_ae782b14_88ce_4cdd_9418_12aca00be937 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationthe maximum number of cycles achieved in an electrochemical device before reaching some end-of-life criterion
Alternative Label(s)ElectrochemicalCycleLife
Commenta typical end-of-life criterion in the battery domain is 80% of the initial capacity of the device
+ + +.. raw:: html + +
+ +CycleNumber +----------- + +* http://emmo.info/electrochemistry#electrochemistry_5766a819_c319_48ba_ab9a_ce3bd8fedee8 + +.. raw:: html + + + + + + +
Alternative Label(s)CycleIndex
+ + +.. raw:: html + +
+ +CycleNumberVector +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_ca48d41c_f5ea_4bf8_84ce_2d67fd9dad98 + +.. raw:: html + + + + + + +
Elucidationvector containing at least two values for the quantity cycle number
+ + +.. raw:: html + +
+ +CyclicChronopotentiometry +------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_225cb9b8_d413_451e_9e36_fb6d1344b16e + +.. raw:: html + + + + + + +
ElucidationChronopotentiometry where the change in applied current undergoes a cyclic current reversal.
+ + +.. raw:: html + +
+ +CyclicVoltammetry +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_2f96eb3e_4115_4236_9203_525fb27fe92d + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationvoltammetry in which the electric current is recorded as the electrode potential is varied with time cycli- cally between two potential limits, normally at a constant scan rate
Alternative Label(s)CV, CV, CV, CV
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cyclic_voltammetry
Wikidata Referencehttps://www.wikidata.org/wiki/Q1147647
CommentCyclic voltammetry is frequently used for the investigation of mechanisms of electrochemi- cal/electrode reactions. The current-potential curve may be modelled to obtain reaction mechanisms and electrochemical parameters.
+ + +.. raw:: html + +
+ +Cycling +------- + +* http://emmo.info/electrochemistry#electrochemistry_d3e2d213_d078_4b9a_8beb_62f063e57d69 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationset of operations that is carried out on a secondary cell or battery and is repeated regularly in the same sequence.
Alternative Label(s)ChargeCycle, ChargeCycle, ElectrochemicalCycling, ElectrochemicalCycling
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-28
Wikipedia Referencehttps://en.wikipedia.org/wiki/Charge_cycle
Wikidata Referencehttps://www.wikidata.org/wiki/Q5074261
Commentin a secondary battery these operations may consist of a sequence of a discharge followed by a charge or a charge followed by a discharge under specified conditions
+ + +.. raw:: html + +
+ +CyclotronAngularFrequency +------------------------- + +* http://emmo.info/emmo#EMMO_bdb1ece0_0631_452e_9348_8387595428e8 + +.. raw:: html + + + + + + + + + + +
ElucidationQuotient of the product of the electric charge of a particle and the magnitude of the magnetic flux density of the magnetic field, and the particle mass.
Wikidata Referencehttps://www.wikidata.org/wiki/Q97708211
+ + +.. raw:: html + +
+ +CylindricalBattery +------------------ + +* http://emmo.info/battery#battery_ac604ecd_cc60_4b98_b57c_74cd5d3ccd40 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationcell with a cylindrical shape in which the overall height is equal to or greater than the diameter
Alternative Label(s)CylindricalBatteryCell, CylindricalBatteryCell, CylindricalCell, CylindricalCell, RoundCell, RoundCell
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-39
+ + +.. raw:: html + +
+ +CylindricalCase +--------------- + +* http://emmo.info/electrochemistry#electrochemistry_b1cf9fee_2164_4f95_8204_90f717373a8a + +.. raw:: html + + + + + + +
IEC Referencea round-type case with a height that is greater than or equal to the diameter
+ + +.. raw:: html + +
+ +DCPolarography +-------------- + +* http://emmo.info/electrochemistry#electrochemistry_5a0f3b6a_10b4_43a7_b0b6_4eb5c077980e + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationlinear scan voltammetry with slow scan rate in which a dropping mercury electrode is used as the working electrode
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
CommentIf the whole scan is performed on a single growing drop, the technique should be called single drop scan voltammetry. The term polarography in this context is discouraged.
+ + +.. raw:: html + +
+ +DRate +----- + +* http://emmo.info/electrochemistry#electrochemistry_25e20915_c35d_4bee_ad31_736235a79780 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidation[an indicator of the] electric current at which a battery is discharged
Alternative Label(s)DischargeRate, DischargeRate, DischargeRate
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-25
Commentin practice, the term CRate is often used to mean DRate
+ + +.. raw:: html + +
+ +Dalton +------ + +* http://emmo.info/emmo#Dalton + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationThe unified atomic mass unit (symbol: μ) or dalton (symbol: Da) is a unit that is used for indicating mass on an atomic or molecular scale. It is defined as one twelfth of the rest mass of an unbound atom of carbon-12 in its nuclear and electronic ground state, and has a value of 1.660538782(83) × 10⁻²⁷ kg. One Da is approximately equal to the mass of one proton or one neutron. The CIPM have categorised it as a "non-SI unit whose values in SI units must be obtained experimentally". + + -- QUDT
IUPAC Referencehttps://doi.org/10.1351/goldbook.D01514
Wikipedia Referencehttp://en.wikipedia.org/wiki/Atomic_mass_unit
+ + +.. raw:: html + +
+ +DampingCoefficient +------------------ + +* http://emmo.info/emmo#EMMO_ab3e812f_4d0f_4290_83fb_b2f5963f3772 + +.. raw:: html + + + + + + + + + + +
ElucidationInverse of the time constant of an exponentially varying quantity.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-05-24
+ + +.. raw:: html + +
+ +DaniellCell +----------- + +* http://emmo.info/battery#battery_d94a5498_321a_43d3_af62_80f8253068a9 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationa primary battery cell with zinc and copper electrodes and a mixed electrolyte system of copper (II) sulfate and sulfuric acid
Wikipedia Referencehttps://en.wikipedia.org/wiki/Daniell_cell
Wikidata Referencehttps://www.wikidata.org/wiki/Q749635
Commentincluded for historical reference
+ + +.. raw:: html + +
+ +DarmastadtiumAtom +----------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_5455d87d-1c98-50e1-9904-c94f6a697097 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for darmastadtium.
+ + +.. raw:: html + +
+ +DarmastadtiumSymbol +------------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_71d48627-4696-54c2-a990-4fdd9f353aef + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Data +---- + +* http://emmo.info/emmo#EMMO_1e877c70_3b01_45a8_a8f6_8ce4f6a24660 + +.. raw:: html + + + + + + + + + + +
ElucidationA perspective in which entities are represented according to the variation of their properties.
Alternative Label(s)Contrast, Dedomena, Pattern
+ + +.. raw:: html + +
+ +DataBasedSimulationSoftware +--------------------------- + +* http://emmo.info/emmo#EMMO_a4b14b83_9392_4a5f_a2e8_b2b58793f59b + +.. raw:: html + + + + + + +
ElucidationA computational application that uses existing data to predict the behaviour of a system without providing a identifiable analogy with the original object.
+ + +.. raw:: html + +
+ +DataProcessing +-------------- + +* http://emmo.info/emmo#1c7f2dfe_0db4_4bf6_a0f6_853054a34ead + +.. raw:: html + + + + + + +
ElucidationA computation that provides a data output following the elaboration of some input data, using a data processing application.
+ + +.. raw:: html + +
+ +DataProcessingApplication +------------------------- + +* http://emmo.info/emmo#EMMO_cbf42aa6-9e11-4be8-932a-ae3c792ab17d + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +DataSet +------- + +* http://emmo.info/emmo#EMMO_194e367c_9783_4bf5_96d0_9ad597d48d9a + +.. raw:: html + + + + + + +
ElucidationEncoded data made of more than one datum.
+ + +.. raw:: html + +
+ +DataStructure +------------- + +* http://emmo.info/emmo#8d9db119_139d_48dc_9350_369e8fdbe608 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Datum +----- + +* http://emmo.info/emmo#EMMO_50d6236a_7667_4883_8ae1_9bb5d190423a + +.. raw:: html + + + + + + +
ElucidationA self-consistent encoded data entity.
+ + +.. raw:: html + +
+ +Day +--- + +* http://emmo.info/emmo#Day + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationMean solar day + + -- QUDT
IUPAC Referencehttps://doi.org/10.1351/goldbook.D01527
Wikipedia Referencehttp://en.wikipedia.org/wiki/Day?oldid=494970012
+ + +.. raw:: html + +
+ +DebyeAngularFrequency +--------------------- + +* http://emmo.info/emmo#EMMO_65ec122c_b67f_4009_8b16_2df7dfae118a + +.. raw:: html + + + + + + + + + + +
ElucidationCut-off angular frequency in the Debye model of the vibrational spectrum of a solid.
Wikidata Referencehttps://www.wikidata.org/wiki/Q105580986
+ + +.. raw:: html + +
+ +DebyeAngularWaveNumber +---------------------- + +* http://emmo.info/emmo#EMMO_76acb5d8_5ab8_484b_8354_7f7612f39c17 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationCut-off angular wavenumber in the Debye model of the vibrational spectrum of a solid.
Alternative Label(s)DebyeAngluarRepetency
Wikidata Referencehttps://www.wikidata.org/wiki/Q105554370
+ + +.. raw:: html + +
+ +DebyeTemperature +---------------- + +* http://emmo.info/emmo#EMMO_74cfc811_6e04_4fe4_aea5_6a5cc09f6571 + +.. raw:: html + + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q3517821
+ + +.. raw:: html + +
+ +DebyeWallerFactor +----------------- + +* http://emmo.info/emmo#EMMO_485720e7_b24a_4149_86eb_9985b2bea4da + +.. raw:: html + + + + + + + + + + +
ElucidationFactor by which the intensity of a diffraction line is reduced because of the lattice vibrations.
Wikidata Referencehttps://www.wikidata.org/wiki/Q902587
+ + +.. raw:: html + +
+ +Deca +---- + +* http://emmo.info/emmo#e07a252a_6913_49d6_9038_37a258b2d95e + +.. raw:: html + + + + + + +
Alternative Label(s)Deka
+ + +.. raw:: html + +
+ +DecaPrefixedUnit +---------------- + +* http://emmo.info/emmo#EMMO_1d8b370b_c672_4d0c_964e_eaafcbf2f51f + +.. raw:: html + + + + + + +
Alternative Label(s)DekaPrefixedUnit
+ + +.. raw:: html + +
+ +DecayConstant +------------- + +* http://emmo.info/emmo#EMMO_0449de81_0995_4575_8f2b_2c70cffafa71 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationDisintegrations per unit time dN/dt for an atomic nucleus divided by the number of nuclei N existing at the same time t.
Alternative Label(s)DisintegrationConstant
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-11
IUPAC Referencehttps://doi.org/10.1351/goldbook.D01538
Wikidata Referencehttps://www.wikidata.org/wiki/Q11477200
+ + +.. raw:: html + +
+ +Deci +---- + +* http://emmo.info/emmo#890856a3_3eb4_471e_a54a_65031bee30f4 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +DeciPrefixedUnit +---------------- + +* http://emmo.info/emmo#EMMO_1181c938_c8f0_4ad6_bc7a_2bfdc0903d29 + +.. raw:: html + + + + + + +
ElucidationSuperclass for all units prefixed with "deci" (0.1).
+ + +.. raw:: html + +
+ +Declaration +----------- + +* http://emmo.info/emmo#EMMO_47bf3513_4ae6_4858_9c45_76e23230d68d + +.. raw:: html + + + + + + +
Alternative Label(s)ConventionalSemiosis
+ + +.. raw:: html + +
+ +Declared +-------- + +* http://emmo.info/emmo#EMMO_c9805ac9_a943_4be4_ac4b_6da64ba36c73 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Declarer +-------- + +* http://emmo.info/emmo#EMMO_2d72e38c_d587_437f_98f6_f2718fb130eb + +.. raw:: html + + + + + + +
ElucidationAn interpreter who establish the connection between an conventional sign and an object according to a specific convention.
+ + +.. raw:: html + +
+ +Deduced +------- + +* http://emmo.info/emmo#EMMO_669d2749_bece_460a_b26a_9a909fd8ca4d + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Deducer +------- + +* http://emmo.info/emmo#EMMO_36a4c1ca_5085_49ca_9e13_4c70d00c50a5 + +.. raw:: html + + + + + + +
ElucidationAn interpreter who establish the connection between an index sign and an object according to a causal contiguity.
+ + +.. raw:: html + +
+ +Deduction +--------- + +* http://emmo.info/emmo#EMMO_39a4e2a4_d835_426d_b497_182d06e1caff + +.. raw:: html + + + + + + +
Alternative Label(s)IndexSemiosis
+ + +.. raw:: html + +
+ +DeepDrawing +----------- + +* http://emmo.info/emmo#EMMO_ecf78412_f0ca_4368_9078_559ffe8935d3 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +DeepFreezing +------------ + +* http://emmo.info/emmo#EMMO_61846411_8c6f_410b_ae7b_8999ec18f2b2 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +DefinedEdgeCutting +------------------ + +* http://emmo.info/emmo#EMMO_8679c7d3_fd5d_49ba_bc1f_1bb820a1f73f + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +DefiningEquation +---------------- + +* http://emmo.info/emmo#EMMO_29afdf54_90ae_4c98_8845_fa9ea3f143a8 + +.. raw:: html + + + + + + +
ElucidationAn equation that define a new variable in terms of other mathematical entities.
+ + +.. raw:: html + +
+ +Degenerency +----------- + +* http://emmo.info/emmo#EMMO_9864a26d_ee34_43ac_bc01_118734886185 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Multiplicity
IUPAC Referencehttps://doi.org/10.1351/goldbook.D01556
Wikidata Referencehttps://www.wikidata.org/wiki/Q902301
+ + +.. raw:: html + +
+ +Degree +------ + +* http://emmo.info/emmo#Degree + +.. raw:: html + + + + + + + + + + +
ElucidationA degree (in full, a degree of arc, arc degree, or arcdegree), usually denoted by ° (the degree symbol), is a measurement of plane angle, representing 1/360 of a full rotation; one degree is equivalent to 2π /360 rad, 0.017453 rad. It is not an SI unit, as the SI unit for angles is radian, but is an accepted SI unit. + + -- QUDT
IUPAC Referencehttps://doi.org/10.1351/goldbook.D01560
+ + +.. raw:: html + +
+ +DegreeCelsius +------------- + +* http://emmo.info/emmo#DegreeCelsius + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationMeasurement unit for Celsius temperature. This unit can only be used for expressing temperature differences.
IUPAC Referencehttps://doi.org/10.1351/goldbook.D01561
Wikipedia Referencehttp://en.wikipedia.org/wiki/Celsius?oldid=494152178
+ + +.. raw:: html + +
+ +DegreeCelsiusCentiMetre +----------------------- + +* http://emmo.info/emmo#DegreeCelsiusCentiMetre + +.. raw:: html + + + + + + + + + + +
Elucidation`Degree Celsius Centimeter` is a C.G.S System unit for 'Length Temperature' expressed as cm-degC. + + -- QUDT
Alternative Label(s)Degree Celsius Centimetre
+ + +.. raw:: html + +
+ +DegreeCelsiusKilogramPerSquareMetre +----------------------------------- + +* http://emmo.info/emmo#DegreeCelsiusKilogramPerSquareMetre + +.. raw:: html + + + + + + + + + + +
ElucidationDerived unit for the product of the temperature in degrees Celsius and the mass density of a medium, integrated over vertical depth or height in metres. + + -- QUDT
Alternative Label(s)Degrees Celsius kilogram per square metre
+ + +.. raw:: html + +
+ +DegreeCelsiusPerHour +-------------------- + +* http://emmo.info/emmo#DegreeCelsiusPerHour + +.. raw:: html + + + + + + + + + + +
Elucidation`Degree Celsius per Hour` is a unit for 'Temperature Per Time' expressed as degC / hr. + + -- QUDT
Alternative Label(s)Degree Celsius per Hour
+ + +.. raw:: html + +
+ +DegreeCelsiusPerKelvin +---------------------- + +* http://emmo.info/emmo#DegreeCelsiusPerKelvin + +.. raw:: html + + + + + + + + + + +
Elucidationunit with the name Degree Celsius divided by the SI base unit kelvin + + -- QUDT
Alternative Label(s)Degree Celsius Per Kelvin
+ + +.. raw:: html + +
+ +DegreeCelsiusPerMetre +--------------------- + +* http://emmo.info/emmo#DegreeCelsiusPerMetre + +.. raw:: html + + + + + + +
Alternative Label(s)Degrees Celsius per metre
+ + +.. raw:: html + +
+ +DegreeCelsiusPerMinute +---------------------- + +* http://emmo.info/emmo#DegreeCelsiusPerMinute + +.. raw:: html + + + + + + + + + + +
Elucidation`Degree Celsius per Minute` is a unit for 'Temperature Per Time' expressed as degC / m. + + -- QUDT
Alternative Label(s)Degree Celsius per Minute
+ + +.. raw:: html + +
+ +DegreeCelsiusPerSecond +---------------------- + +* http://emmo.info/emmo#DegreeCelsiusPerSecond + +.. raw:: html + + + + + + + + + + +
Elucidation`Degree Celsius per Second` is a unit for 'Temperature Per Time' expressed as degC / s. + + -- QUDT
Alternative Label(s)Degree Celsius per Second
+ + +.. raw:: html + +
+ +DegreeOfDissociation +-------------------- + +* http://emmo.info/emmo#EMMO_f4cce1ec_c7dd_4061_8c46_7a24fdcd07ca + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationratio of the number of dissociation events to the maximum number of theoretically possible dissociation events.
Alternative Label(s)DissociationFraction
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-09
IUPAC Referencehttps://doi.org/10.1351/goldbook.D01566
Wikidata Referencehttps://www.wikidata.org/wiki/Q907334
CommentDissociation may occur stepwise.
+ + +.. raw:: html + +
+ +DegreePerHour +------------- + +* http://emmo.info/emmo#DegreePerHour + +.. raw:: html + + + + + + + + + + +
Elucidation"Degree per Hour" is an Imperial unit for 'Angular Velocity' expressed as deg/h. + + -- QUDT
Alternative Label(s)Degree per Hour
+ + +.. raw:: html + +
+ +DegreePerMetre +-------------- + +* http://emmo.info/emmo#DegreePerMetre + +.. raw:: html + + + + + + + + + + +
ElucidationA change of angle in one SI unit of length. + + -- QUDT
Alternative Label(s)Degrees per metre
+ + +.. raw:: html + +
+ +DegreePerMinute +--------------- + +* http://emmo.info/emmo#DegreePerMinute + +.. raw:: html + + + + + + + + + + +
ElucidationA unit of measure for the rate of change of plane angle, dω / dt, in durations of one minute.The vector ω is directed along the axis of rotation in the direction for which the rotation is clockwise. + + -- QUDT
Alternative Label(s)Degree per Minute
+ + +.. raw:: html + +
+ +DegreePerSecond +--------------- + +* http://emmo.info/emmo#DegreePerSecond + +.. raw:: html + + + + + + + + + + +
Elucidation"Degree per Second" is an Imperial unit for 'Angular Velocity' expressed as deg/s. + + -- QUDT
Alternative Label(s)Degree per Second
+ + +.. raw:: html + +
+ +DegreePerSquareSecond +--------------------- + +* http://emmo.info/emmo#DegreePerSquareSecond + +.. raw:: html + + + + + + + + + + +
Elucidation`Degree per Square Second` is an Imperial unit for `Angular Acceleration` expressed as deg/s². + + -- QUDT
Alternative Label(s)Degree per Square Second
+ + +.. raw:: html + +
+ +Dendrite +-------- + +* http://emmo.info/electrochemistry#electrochemistry_34bc54e3_de4c_41f8_8d3a_d77c951ee23a + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationneedle-like or tree-like formation of crystalline growth formed during deposition of a material
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-07
IUPAC Referencehttps://doi.org/10.1351/goldbook.D01588
Wikipedia Referencehttps://en.wikipedia.org/wiki/Dendrite_(crystal)
Wikidata Referencehttps://www.wikidata.org/wiki/Q190136
+ + +.. raw:: html + +
+ +Density +------- + +* http://emmo.info/emmo#EMMO_06448f64_8db6_4304_8b2c_e785dba82044 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)MassConcentration, MassDensity
IUPAC Referencehttps://doi.org/10.1351/goldbook.D01590
CommentQuantity representing the spatial distribution of mass in a continuous material.
+ + +.. raw:: html + +
+ +DensityOfHeatFlowRate +--------------------- + +* http://emmo.info/emmo#EMMO_ee7ddcb8_ad8e_4ff7_a09f_889d8edf8f8b + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + + + + + +
ElucidationVector quantity with magnitude equal to the heat flow rate dΦ through a surface element divided by the area dA of the element, and direction eφ in the direction of propagation of heat.
Alternative Label(s)AreicHeatFlowRate
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-37
IUPAC Referencehttps://doi.org/10.1351/goldbook.H02755
Wikidata Referencehttps://www.wikidata.org/wiki/Q1478382
CommentAt a fixed point in a medium, the direction of propagation of heat is opposite to the temperature gradient. At a point on the surface separating two media with different temperatures, the direction of propagation of heat is normal to the surface, from higher to lower temperatures.
+ + +.. raw:: html + +
+ +DensityOfVibrationalStates +-------------------------- + +* http://emmo.info/emmo#EMMO_88bbdd04_908f_45f0_9ded_d73b430de3b1 + +.. raw:: html + + + + + + + + + + +
Elucidationquotient of the number of vibrational modes in an infinitesimal interval of angular frequency, and the product of the width of that interval and volume
Wikidata Referencehttps://www.wikidata.org/wiki/Q105637294
+ + +.. raw:: html + +
+ +DensityUnit +----------- + +* http://emmo.info/emmo#EMMO_1c957677_a460_4702_85a6_baef659d14b1 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +DepthOfDischarge +---------------- + +* http://emmo.info/battery#battery_22353114_9b0a_42d1_b96c_3a702c273e2d + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)DoD
Wikipedia Referencehttps://en.wikipedia.org/wiki/Depth_of_discharge
+ + +.. raw:: html + +
+ +DerivedQuantity +--------------- + +* http://emmo.info/emmo#EMMO_71f6ab56_342c_484b_bbe0_de86b7367cb3 + +.. raw:: html + + + + + + +
Elucidation"Quantity, in a system of quantities, defined in terms of the base quantities of that system".
+ + +.. raw:: html + +
+ +DerivedUnit +----------- + +* http://emmo.info/emmo#EMMO_08b308d4_31cd_4779_a784_aa92fc730f39 + +.. raw:: html + + + + + + +
ElucidationDerived units are defined as products of powers of the base units corresponding to the relations defining the derived quantities in terms of the base quantities.
+ + +.. raw:: html + +
+ +Description +----------- + +* http://emmo.info/emmo#EMMO_35d4c439_fcb6_4399_a855_a89a207b41e9 + +.. raw:: html + + + + + + +
ElucidationA coded that is not atomic with respect to a code of description.
+ + +.. raw:: html + +
+ +Determination +------------- + +* http://emmo.info/emmo#EMMO_10a5fd39_06aa_4648_9e70_f962a9cb2069 + +.. raw:: html + + + + + + + + + + +
ElucidationA 'Semiosis' that involves an 'Observer' that perceives another 'Physical' (the 'Object') through a specific perception mechanism and produces a 'Property' (the 'Sign') that stands for the result of that particular perception according to a well defined conventional procedure.
Alternative Label(s)Characterisation
+ + +.. raw:: html + +
+ +Determined +---------- + +* http://emmo.info/emmo#EMMO_dc5dee4e_4305_4a21_8dd5_4e8311c98c73 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Determiner +---------- + +* http://emmo.info/emmo#EMMO_1b52ee70_121e_4d8d_8419_3f97cd0bd89c + +.. raw:: html + + + + + + +
ElucidationAn 'interpreter' that perceives another 'entity' (the 'object') through a specific perception mechanism and produces a 'property' (the 'sign') that stands for the result of that particular perception.
+ + +.. raw:: html + +
+ +Device +------ + +* http://emmo.info/emmo#EMMO_494b372c_cfdf_47d3_a4de_5e037c540de8 + +.. raw:: html + + + + + + + + + + +
ElucidationAn object which is instrumental for reaching a particular purpose through its characteristic functioning process, with particular reference to mechanical or electronic equipment.
Alternative Label(s)Equipment, Machine
+ + +.. raw:: html + +
+ +DewPointTemperature +------------------- + +* http://emmo.info/emmo#EMMO_a383e332_a271_463f_9e44_559604547220 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationThermodynamic temperature at which vapour in air reaches saturation.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-67
IUPAC Referencehttps://doi.org/10.1351/goldbook.D01652
Wikidata Referencehttps://www.wikidata.org/wiki/Q178828
CommentThe corresponding Celsius temperature is denoted td and is also called dew point.
+ + +.. raw:: html + +
+ +Diameter +-------- + +* http://emmo.info/emmo#EMMO_c1c8ac3c_8a1c_4777_8e0b_14c1f9f9b0c6 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationmaximal distance of two points of an object, in a given direction or along a straight line passing through the centre.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-27
Wikipedia Referencehttps://en.wikipedia.org/wiki/Diameter
CommentThe diameter of a circle or a sphere is twice its radius.
+ + +.. raw:: html + +
+ +Dichloromethane +--------------- + +* http://emmo.info/emmo#material_8385c3c4_5906_48f6_b6b6_4bb60dccc27a + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)DCM, MethyleneChloride, MethyleneDichloride
Wikipedia Referencehttps://en.wikipedia.org/wiki/Dichloromethane
Wikidata Referencehttps://www.wikidata.org/wiki/Q421748
+ + +.. raw:: html + +
+ +Dichloromethane +--------------- + +* http://emmo.info/emmo#material_a6feec60_5fe7_4687_b427_3bf2ed06008d + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)DCM
Wikipedia Referencehttps://en.wikipedia.org/wiki/Dichloromethane
Wikidata Referencehttps://www.wikidata.org/wiki/Q421748
+ + +.. raw:: html + +
+ +DieCasting +---------- + +* http://emmo.info/emmo#EMMO_a85d0b8a_588e_423f_b799_97b0890e9183 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Dielectrometry +-------------- + +* http://emmo.info/electrochemistry#electrochemistry_43ce1a7e_8056_40cb_bdbd_4ce991af1821 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationelectrochemical measurement principle based on the measurement of the dielectric constant of a sample resulting from the orientation of particles (molecules or ions) that have a dipole moment in an electric field
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
CommentDielectrometric titrations use dielectrometry for the end-point detection.
+ + +.. raw:: html + +
+ +DiethylCarbonate +---------------- + +* http://emmo.info/emmo#material_b8baff0d_7163_4ef1_ac3b_7694b59e500a + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationDiethyl carbonate is a carbonate ester.
Alternative Label(s)DEC
Wikipedia Referencehttps://en.wikipedia.org/wiki/Diethyl_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q420616
+ + +.. raw:: html + +
+ +DiethyleneGlycolDiethylEther +---------------------------- + +* http://emmo.info/emmo#material_29ee50d4_27ed_4228_bd26_0010d9310f03 + +.. raw:: html + + + + + + +
Alternative Label(s)Ethyldiglyme
+ + +.. raw:: html + +
+ +DifferentialLinearPulseVoltammetry +---------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_81b7c95b_8671_4ba7_b4f8_ec19a25096eb + +.. raw:: html + + + + + + +
ElucidationDifferential Pulse Voltammetry in which small potential pulses are superimposed onto a linearly varying potential.
+ + +.. raw:: html + +
+ +DifferentialOperator +-------------------- + +* http://emmo.info/emmo#EMMO_f8a2fe9f_458b_4771_9aba_a50e76afc52d + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +DifferentialPotentialPulse +-------------------------- + +* https://emmo.info/electrochemistry#electrochemistry_b49e2355_392f_4e83_b630_7ff4581d767b + +.. raw:: html + + + + + + + + + + +
ElucidationSmall pulses of electric potential superimposed to a linear potential ramp or a staircase potential ramp.
CommentThe pulses are usually of constant height 10 to 100 mV and constant width 10 to 100 ms.
+ + +.. raw:: html + +
+ +DifferentialPulseVoltammetry +---------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_b3e56313_417c_42b7_a934_0018ce2dffc2 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationvoltammetry in which small potential pulses (constant height 10 to 100 mV, constant width 10 to 100 ms) are superimposed onto a linearly varying potential or onto a staircase potential ramp. The current is sampled just before the onset of the pulse (e.g. 10 to 20 ms) and for the same sampling time just before the end of the pulse. The difference between the two sampled currents is plotted versus the potential applied before the pulse. Thus, a differential pulse voltammogram is peak-shaped
Alternative Label(s)DPV, DPV, DPV
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
Wikipedia Referencehttps://en.wikipedia.org/wiki/Differential_pulse_voltammetry
Wikidata Referencehttps://www.wikidata.org/wiki/Q5275361
CommentDifferential pulse polarography is differential pulse voltammetry in which a dropping mercury electrode is used as the working electrode. A pulse is applied before the mechani- cally enforced end of the drop and the current is sampled twice: just before the onset of the pulse and just before its end. The pulse width is usually 10 to 20 % of the drop life. The drop dislodgement is synchronized with current sampling, which is carried out as in DPV.
+ + +.. raw:: html + +
+ +DifferentialStaircasePulseVoltammetry +------------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_56da3bb3_a0ce_40ed_b152_d3c14329d31a + +.. raw:: html + + + + + + +
ElucidationDifferential Pulse Voltammetry in which small potential pulses are superimposed onto a staircase potential ramp.
+ + +.. raw:: html + +
+ +DiffuseLayerPotential +--------------------- + +* http://emmo.info/electrochemistry#electrochemistry_e38f11d0_a16f_4fe8_8ec5_3fe4493b7759 + +.. raw:: html + + + + + + + + + + +
Elucidationelectric potential difference between the rigid layer and the diffuse layer of a double layer
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-20
+ + +.. raw:: html + +
+ +DiffusionArea +------------- + +* http://emmo.info/emmo#EMMO_e93927b4_f403_4df8_8801_1162558a9b3e + +.. raw:: html + + + + + + + + + + +
ElucidationOne-sixth of the mean square distance between the point where a neutron enters a specified class and the point where it leaves this class.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98966292
+ + +.. raw:: html + +
+ +DiffusionCoefficient +-------------------- + +* http://emmo.info/emmo#EMMO_931a725b_926d_4f60_8955_61fe17fce98b + +.. raw:: html + + + + + + +
ElucidationProportionality constant in some physical laws.
+ + +.. raw:: html + +
+ +DiffusionCoefficientForFluenceRate +---------------------------------- + +* http://emmo.info/emmo#EMMO_51c4190e_dc9a_4292_968c_b36f7fb68912 + +.. raw:: html + + + + + + + + + + +
ElucidationProportionality constant between the particle current density J and the gradient of the particle fluence rate.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98876254
+ + +.. raw:: html + +
+ +DiffusionCoefficientForParticleNumberDensity +-------------------------------------------- + +* http://emmo.info/emmo#EMMO_56710a21_601b_43bb_88c5_0bd9eca06da2 + +.. raw:: html + + + + + + + + + + +
ElucidationProportionality constant between the particle current density J and the gradient of the particle number density n.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98875545
+ + +.. raw:: html + +
+ +DiffusionCurrent +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_17626b8e_dfce_4d3a_ae6c_5a7215d43a90 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationfaradaic current that is controlled by the rate at which electroactive species diffuse toward (or away from) and electrode-solution interface.
IUPAC Referencehttps://goldbook.iupac.org/terms/view/D01722
Wikipedia Referencehttps://en.wikipedia.org/wiki/Diffusion_current
Wikidata Referencehttps://www.wikidata.org/wiki/Q1224527
CommentDiffusion current is governed by Fick’s Laws of diffusion. It is the principle on which many electroana- lytical methods are based, because the current is proportional to the bulk concentration of the diffusing species. I_{d} = z*F*A*D*\grad(c)_{x=0}, where z is the electron number of an electrochemical reaction, F the Faraday constant, A the electrode surface area, D the diffusion coefficient of electroactive substance, and (∂c/∂x)x=0 the gradient of the amount concentration at the electrode surface position x = 0.
+ + +.. raw:: html + +
+ +DiffusionLength +--------------- + +* http://emmo.info/emmo#EMMO_a2641370_e4b8_4582_b4e0_fb389c8d8efb + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationIn condensed matter physics, the square root of the product of diffusion coefficient and lifetime.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=521-02-60
Wikidata Referencehttps://www.wikidata.org/wiki/Q106097176
+ + +.. raw:: html + +
+ +DiffusionLimitedCurrent +----------------------- + +* http://emmo.info/electrochemistry#electrochemistry_5fb7a03f_d6dd_47ee_9317_0629681c7d00 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationdiffusion current of the potential-independent value that is approached as the rate of the charge-transfer process is increased by varying the applied potential, being greater than the rate of mass transport controlled by diffusion
Alternative Label(s)LimitingDiffusionCurrent
IUPAC Referencehttps://goldbook.iupac.org/terms/view/L03534
CommentI_{d,lim}
+ + +.. raw:: html + +
+ +Diffusivity +----------- + +* http://emmo.info/electrochemistry#electrochemistry_37b24a94_cae0_4d7a_9519_9f7692dec607 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +DiffusivityUnit +--------------- + +* http://emmo.info/emmo#EMMO_721be099_4826_4b51_a78f_542b5728bd74 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +DigitalData +----------- + +* http://emmo.info/emmo#EMMO_4db96fb7_e9e0_466d_942b_f6f17bfdc145 + +.. raw:: html + + + + + + + + + + +
ElucidationDiscrete data that are decoded as a sequence of 1/0, or true/false, or on/off.
Alternative Label(s)BinaryData
+ + +.. raw:: html + +
+ +Diglyme +------- + +* http://emmo.info/emmo#material_98c358bd_7326_4ce7_b46c_2a78f3fd10eb + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationDiglyme is a polyether that is the dimethyl ether derivative of diethylene glycol. It has a role as a solvent, a xenobiotic and an environmental contaminant. It is functionally related to a diethylene glycol.
Alternative Label(s)2Glyme, DiethyleneGlycolDimethylEther
Wikipedia Referencehttps://en.wikipedia.org/wiki/Diglyme
Wikidata Referencehttps://www.wikidata.org/wiki/Q865952
+ + +.. raw:: html + +
+ +DimensionalUnit +--------------- + +* http://emmo.info/emmo#EMMO_cbdea88b_fef1_4c7c_b69f_ae1f0f241c4a + +.. raw:: html + + + + + + +
ElucidationA subclass of measurement unit focusing on the physical dimensionality that is carried by the unit.
+ + +.. raw:: html + +
+ +DimensionlessUnit +----------------- + +* http://emmo.info/emmo#EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 + +.. raw:: html + + + + + + +
ElucidationThe subclass of measurement units with no physical dimension.
+ + +.. raw:: html + +
+ +DimethoxyDimethylSilane +----------------------- + +* http://emmo.info/emmo#material_b9d9fc15_544b_4b9f_b39c_250b90c379b7 + +.. raw:: html + + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q27273582
+ + +.. raw:: html + +
+ +Dimethoxyethane +--------------- + +* http://emmo.info/emmo#material_b6ecabf9_14a4_4808_a139_55329e70ad42 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidation1,2-dimethoxyethane is a diether that is the 1,2-dimethyl ether of ethane-1,2-diol. It has a role as a non-polar solvent. It is functionally related to an ethylene glycol.
Alternative Label(s)DME
Wikidata Referencehttps://www.wikidata.org/wiki/Q416271
+ + +.. raw:: html + +
+ +Dimethoxymethane +---------------- + +* http://emmo.info/emmo#material_21954b0b_c05c_42db_b276_3a931d8aabb1 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationDimethoxymethane is an acetal that is the dimethyl acetal derivative of formaldehyde. It is an acetal and a diether. It is functionally related to a methanediol.
Alternative Label(s)DMM, Methylal
Wikipedia Referencehttps://en.wikipedia.org/wiki/Dimethoxymethane
Wikidata Referencehttps://www.wikidata.org/wiki/Q411496
+ + +.. raw:: html + +
+ +DimethylCarbonate +----------------- + +* http://emmo.info/emmo#material_c4a7d7bd_497e_457e_b858_ff73254266d0 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationDimethyl carbonate is a carbonate ester that is carbonic acid in which both hydrogens are replaced by methyl groups. A flammable, colourless liquid (m.p. 2-4℃, b.p. 90℃) with a characterstic ester-like odour, it is used as a 'green' methylating agent and as a solvent. It has a role as a solvent and a reagent.
Alternative Label(s)DMC
Wikipedia Referencehttps://en.wikipedia.org/wiki/Dimethyl_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q416254
+ + +.. raw:: html + +
+ +DimethylSulfoxide +----------------- + +* http://emmo.info/emmo#material_b593b5dd_7957_4b85_856a_dd59775210b6 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)DMSO
Wikipedia Referencehttps://en.wikipedia.org/wiki/Dimethyl_sulfoxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q407927
+ + +.. raw:: html + +
+ +DimethylSulfoxide +----------------- + +* http://emmo.info/emmo#material_ea68e1a4_6be8_4686_8701_ba88b40d00b7 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)DMSO
Wikipedia Referencehttps://en.wikipedia.org/wiki/Dimethyl_sulfoxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q407927
+ + +.. raw:: html + +
+ +Dimethylformamide +----------------- + +* http://emmo.info/emmo#material_769bdc09_f533_4fde_bb53_20339d5bfcb7 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)DMF
Wikipedia Referencehttps://en.wikipedia.org/wiki/Dimethylformamide
Wikidata Referencehttps://www.wikidata.org/wiki/Q409298
+ + +.. raw:: html + +
+ +Dimethylformamide +----------------- + +* http://emmo.info/emmo#material_817d1989_4d6d_4c32_9951_85973afc538d + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationN,N-dimethylformamide is a member of the class of formamides that is formamide in which the amino hydrogens are replaced by methyl groups. It has a role as a polar aprotic solvent, a hepatotoxic agent and a geroprotector. It is a volatile organic compound and a member of formamides. It is functionally related to a formamide.
Alternative Label(s)DMF
Wikipedia Referencehttps://en.wikipedia.org/wiki/Dimethylformamide
Wikidata Referencehttps://www.wikidata.org/wiki/Q409298
+ + +.. raw:: html + +
+ +Dimethylpropyleneurea +--------------------- + +* http://emmo.info/emmo#material_945c68da_3baf_4da6_b794_dca7aebc4ca7 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)DMPU
Wikipedia Referencehttps://en.wikipedia.org/wiki/DMPU
Wikidata Referencehttps://www.wikidata.org/wiki/Q416637
+ + +.. raw:: html + +
+ +Dimethylsulfate +--------------- + +* http://emmo.info/emmo#material_3c8fb431_7d9d_4a89_a494_708df34f44d3 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)DMS
Wikipedia Referencehttps://en.wikipedia.org/wiki/Dimethyl_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q413421
+ + +.. raw:: html + +
+ +Dioxolane +--------- + +* http://emmo.info/emmo#material_0e235e95_739d_443a_ad4b_97ef1edb9c89 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationDioxolane appears as a clear colorless liquid. Slightly denser than water. Vapors heavier than air.
Alternative Label(s)DOL
Wikipedia Referencehttps://en.wikipedia.org/wiki/Dioxolane
Wikidata Referencehttps://www.wikidata.org/wiki/Q2234483
+ + +.. raw:: html + +
+ +DippingForms +------------ + +* http://emmo.info/emmo#EMMO_a09a5342_cad4_40fa_a619_a5af0867cb8f + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +DipropylSulfone +--------------- + +* http://emmo.info/emmo#material_f6eb3754_2ccb_406d_b407_c989a7e1b4f9 + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)PropylSulfone
Wikidata Referencehttps://www.wikidata.org/wiki/Q27261538
+ + +.. raw:: html + +
+ +DirectCoulometryAtControlledCurrent +----------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_180878b5_8de8_4dd8_b881_1d0bebe326d4 + +.. raw:: html + + + + + + + + + + +
Elucidationcoulometry at an imposed, constant current in the electrochemical cell
CommentDirect coulometry at controlled current is usually carried out in convective mass transfer mode. The end-point of the electrolysis, at which the current is stopped, must be determined either from the inflection point in the E–t curve or by using visual or objective end-point indi- cation, similar to volumetric methods. The total electric charge is calculated as the product of the constant current and time of electrolysis or can be measured directly using a coulometer.
+ + +.. raw:: html + +
+ +DirectCoulometryAtControlledPotential +------------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_39536efc_22a6_4f39_b0c2_e8b845a36278 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationcoulometry at a preselected constant potential of the working electrode
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
CommentDirect coulometry at controlled potential is usually carried out in convective mass trans- fer mode using a large surface working electrode. Reference and auxiliary electrodes are placed in separate compartments. The total electric charge is obtained by integration of the I–t curve or can be measured directly using a coulometer.
+ + +.. raw:: html + +
+ +DirectCurrent +------------- + +* http://emmo.info/electrochemistry#electrochemistry_885b462e_f6bc_412d_8b94_9425e13af0c7 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationelectric current that flows in a constant direction, i.e. a current with a constant sign
Alternative Label(s)DC, DC
IUPAC Referencehttps://goldbook.iupac.org/terms/view/D01767
Wikipedia Referencehttps://en.wikipedia.org/wiki/Direct_current
Wikidata Referencehttps://www.wikidata.org/wiki/Q159241
CommentI_{DC}
+ + +.. raw:: html + +
+ +DirectCurrent +------------- + +* https://emmo.info/electrochemistry#electrochemistry_40ca9548_910a_48b6_9a26_f94095d349cd + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationSignal consisting of a constant electric current.
Alternative Label(s)ConstantCurrentSignal, DC
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-22
Wikipedia Referencehttps://en.wikipedia.org/wiki/Constant_current
Wikidata Referencehttps://www.wikidata.org/wiki/Q5163647
+ + +.. raw:: html + +
+ +DirectionAndEnergyDistributionOfCrossSection +-------------------------------------------- + +* http://emmo.info/emmo#EMMO_0e0ee94d_70be_4b7e_afcc_320e62a94974 + +.. raw:: html + + + + + + + + + + +
ElucidationPartial differential quotient of the cross section of a process with respect to the solid angle around a given direction and the energy of a particle scattered in that direction.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98269571
+ + +.. raw:: html + +
+ +DirectionDistributionOfCrossSection +----------------------------------- + +* http://emmo.info/emmo#EMMO_748ff828_763b_4290_adb9_e05376d4136a + +.. raw:: html + + + + + + + + + + +
ElucidationDifferential quotient of the cross section for scattering a particle in a given direction and the solid angle around that direction.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98266630
+ + +.. raw:: html + +
+ +Discharge +--------- + +* http://emmo.info/electrochemistry#electrochemistry_06d8e1ee_924a_4915_998d_33a69f41dadc + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationoperation during which an electrochemical cell supplies electric energy as the result of chemical changes within the cell
Alternative Label(s)ElectrochemicalDischarging
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-23
Commentthe opposite of a charging process
+ + +.. raw:: html + +
+ +DischargeCapacity +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_0141b5c2_9f15_46f4_82e6_92a104faa476 + +.. raw:: html + + + + + + +
Elucidationcapacity delivered during a discharge process
+ + +.. raw:: html + +
+ +DischargeCurrent +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_e4d666ee_d637_45cd_a904_dc33941ead4f + +.. raw:: html + + + + + + + + + + +
Elucidationelectric current delivered by a battery during its discharge
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-24
+ + +.. raw:: html + +
+ +DischargeEnergy +--------------- + +* http://emmo.info/electrochemistry#electrochemistry_ca36cbf3_1fed_4b88_9177_b4e16ad00cf7 + +.. raw:: html + + + + + + +
Elucidationenergy delivered by a deviced under some specific discharge conditions
+ + +.. raw:: html + +
+ +DischargeVoltage +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_c7b26177_21bf_4787_b656_8e78edf27f88 + +.. raw:: html + + + + + + + + + + +
Elucidationvoltage between the terminals of a cell or battery when being discharged
Alternative Label(s)ClosedCircuitVoltage
+ + +.. raw:: html + +
+ +DischargedEmptyBattery +---------------------- + +* http://emmo.info/battery#battery_0493552f_6463_4f57_bdbf_31b5b15ea72f + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationdischarged secondary battery, where the cells contain no electrolyte or one in which the electrolyte has been drained from the cells which are then sealed to keep out oxygen
Alternative Label(s)DischargedUnfilledBattery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-31
+ + +.. raw:: html + +
+ +DiscreteData +------------ + +* http://emmo.info/emmo#EMMO_be8592a7_68d1_4a06_ad23_82f2b56ef926 + +.. raw:: html + + + + + + +
ElucidationData whose variations are decoded according to a discrete schema.
+ + +.. raw:: html + +
+ +Dismantling +----------- + +* http://emmo.info/emmo#EMMO_c7171429_b9e3_4812_95c1_e97309370538 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Dispersion +---------- + +* http://emmo.info/emmo#EMMO_0b15f4ae_092e_4487_9100_3c44176c545c + +.. raw:: html + + + + + + +
ElucidationA material in which distributed particles of one phase are dispersed in a different continuous phase.
+ + +.. raw:: html + +
+ +Displacement +------------ + +* http://emmo.info/emmo#EMMO_4024a7f8_2991_4d80_bcc9_63705aa0c750 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationvector quantity between any two points in space
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-29
Wikipedia Referencehttps://en.wikipedia.org/wiki/Displacement_(geometry)
Wikidata Referencehttps://www.wikidata.org/wiki/Q190291
+ + +.. raw:: html + +
+ +DisplacementCurrent +------------------- + +* http://emmo.info/emmo#EMMO_b6a008a8_39b1_451c_93d2_dae1e17ec8db + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationScalar quantity equal to the flux of the displacement current density JD through a given directed surface S.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-43
Wikidata Referencehttps://www.wikidata.org/wiki/Q853178
+ + +.. raw:: html + +
+ +DisplacementCurrentDensity +-------------------------- + +* http://emmo.info/emmo#EMMO_072bc73e_9167_49f5_a62c_612a52c74f50 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationVector quantity equal to the time derivative of the electric flux density.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-42
Wikidata Referencehttps://www.wikidata.org/wiki/Q77614612
+ + +.. raw:: html + +
+ +DisplacementVector +------------------ + +* http://emmo.info/emmo#EMMO_c5fcfb08_12a9_4030_925b_14e3a0eabd07 + +.. raw:: html + + + + + + + + + + +
ElucidationIn condensed matter physics, position vector of an atom or ion relative to its equilibrium position.
Wikidata Referencehttps://www.wikidata.org/wiki/Q105533558
+ + +.. raw:: html + +
+ +Dissociation +------------ + +* http://emmo.info/electrochemistry#electrochemistry_b3b3868f_6edd_4ce8_a984_08f9cf391f90 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationprocess where molecules split up into ions due to being dissolved
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-08
Wikipedia Referencehttps://en.wikipedia.org/wiki/Dissociation_(chemistry)
Wikidata Referencehttps://www.wikidata.org/wiki/Q189673
+ + +.. raw:: html + +
+ +DissociationConstant +-------------------- + +* http://emmo.info/emmo#EMMO_2e19759a_b728_4a42_8a0c_5e6c57ea4811 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationratio of the number of dissociated molecules of a specified type to the total number of dissolved molecules of this type.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-10
Wikidata Referencehttps://www.wikidata.org/wiki/Q898254
+ + +.. raw:: html + +
+ +Dissolution +----------- + +* http://emmo.info/electrochemistry#electrochemistry_49263a32_eca6_4644_8144_0d3b14c26d0a + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationmixing of a substance into another substance with formation of one new homogeneous substance
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-04
Commentthe result of the dissolution of one or more solutes into a solvent is a solution
+ + +.. raw:: html + +
+ +Distance +-------- + +* http://emmo.info/emmo#EMMO_6ee9304e_54b7_4594_8354_0790138dffb8 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationShortest path length between two points in a metric space.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-03-24
Wikipedia Referencehttps://en.wikipedia.org/wiki/Distance
Wikidata Referencehttps://www.wikidata.org/wiki/Q126017
CommentDistance is the norm of Displacement.
+ + +.. raw:: html + +
+ +Division +-------- + +* http://emmo.info/emmo#EMMO_a365b3c1_7bde_41d7_a15b_2820762e85f4 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Document +-------- + +* http://emmo.info/emmo#EMMO_ccdc1a41_6e96_416b_92ec_efe67917434a + +.. raw:: html + + + + + + +
ElucidationAn heterogenous object made of different graphical object parts.
+ + +.. raw:: html + +
+ +DonorDensity +------------ + +* http://emmo.info/emmo#EMMO_6d53d04c_07d3_4522_9181_92649ef78f86 + +.. raw:: html + + + + + + + + + + +
ElucidationNumber of donor levels per volume.
Wikidata Referencehttps://www.wikidata.org/wiki/Q105979886
+ + +.. raw:: html + +
+ +DoseEquivalent +-------------- + +* http://emmo.info/emmo#EMMO_3df10765_f6ff_4c9e_be3d_10b1809d78bd + +.. raw:: html + + + + + + + + + + +
ElucidationA dose quantity used in the International Commission on Radiological Protection (ICRP) system of radiological protection.
IUPAC Referencehttps://doi.org/10.1351/goldbook.E02101
+ + +.. raw:: html + +
+ +DoseEquivalentRate +------------------ + +* http://emmo.info/emmo#EMMO_01e4191d_03ba_4107_a307_1c09c0e6a7d2 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationTime derivative of the dose equivalent.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-14-02
Wikidata Referencehttps://www.wikidata.org/wiki/Q99604810
+ + +.. raw:: html + +
+ +DoubleCoatedElectrode +--------------------- + +* http://emmo.info/electrochemistry#electrochemistry_56f85b19_1384_4e88_b130_cb8e7984db83 + +.. raw:: html + + + + + + +
Elucidationan electrode that is coated on both sides of the current collector
+ + +.. raw:: html + +
+ +DoubleLayer +----------- + +* http://emmo.info/electrochemistry#electrochemistry_2b50cdac_581f_48b9_87ca_bad5138ab58d + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationa double layer of charges exists at the interface between two conducting media: One side carries a positive excess charge, which is balanced by a negative excess of equal magnitude on the other side.
Alternative Label(s)DL, EDL, ElectricalDoubleLayer
Wikipedia Referencehttps://en.wikipedia.org/wiki/Double_layer_(surface_science)
Wikidata Referencehttps://www.wikidata.org/wiki/Q904857
+ + +.. raw:: html + +
+ +DoubleLayerCurrent +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_a56fc557_9dea_42e6_b936_e9d62dcaf84f + +.. raw:: html + + + + + + + + + + +
Elucidationnon-faradaic current associated with the charging of the electrical double layer at the electrode-solution interface
IUPAC Referencehttps://goldbook.iupac.org/terms/view/D01847
+ + +.. raw:: html + +
+ +DoubleLayerModel +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_ac9723d1_bac0_4109_874e_32849de9299b + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationmodel representing the structure of an electrolyte at an electrode-electrolyte interface by a rigid layer formed by the charge carriers on the surface of the electrode and a diffuse layer formed by mobile ions in the electrolyte.
Alternative Label(s)ElectricalDoubleLayerModel, ElectricalPolarizationLayerModel
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-19
Wikipedia Referencehttps://en.wikipedia.org/wiki/Double_layer_(surface_science)
+ + +.. raw:: html + +
+ +DownAntiQuark +------------- + +* http://emmo.info/emmo#EMMO_e7adbaa9_ae34_42e4_8101_cbd38851dcab + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +DownAntiQuarkType +----------------- + +* http://emmo.info/emmo#EMMO_a24cbaac_9595_4672_8a60_2818938cfc60 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +DownQuark +--------- + +* http://emmo.info/emmo#EMMO_a4edc1d4_bb38_4897_ba1e_f87e7aa31c5b + +.. raw:: html + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Down_quark
+ + +.. raw:: html + +
+ +DownQuarkType +------------- + +* http://emmo.info/emmo#EMMO_ff010476_5153_422b_99ad_0cd59b226892 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +DragCoefficient +--------------- + +* http://emmo.info/emmo#EMMO_08415c4f_58bf_4696_8581_f5f90fec24b7 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationDimensionless parameter to quantify fluid resistance.
Alternative Label(s)DragFactor
Wikidata Referencehttps://www.wikidata.org/wiki/Q1778961
+ + +.. raw:: html + +
+ +DragForce +--------- + +* http://emmo.info/emmo#EMMO_0dbdd7c5_86a5_4867_a396_2277e20fc4bc + +.. raw:: html + + + + + + + + + + +
ElucidationRetarding force on a body moving in a fluid.
Wikidata Referencehttps://www.wikidata.org/wiki/Q206621
+ + +.. raw:: html + +
+ +DrainedChargedBattery +--------------------- + +* http://emmo.info/battery#battery_4688d93e_1c2b_4ff0_8a12_b2e540d8a737 + +.. raw:: html + + + + + + + + + + +
Elucidationcharged secondary battery where the cells contain a small quantity of electrolyte absorbed in the cell plates and in the plate separators
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-29
+ + +.. raw:: html + +
+ +DrawForms +--------- + +* http://emmo.info/emmo#EMMO_d02f6f3e_9e32_4188_a116_29dc304ceb49 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Drilling +-------- + +* http://emmo.info/emmo#EMMO_c1dad83e_974f_432e_ac92_d016f2445279 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +DropForging +----------- + +* http://emmo.info/emmo#EMMO_4e099d7e_f624_4761_aff6_2ee6c63b8d2d + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +DropTimeInPolarography +---------------------- + +* http://emmo.info/electrochemistry#electrochemistry_4b18c3f9_df10_4259_adb4_cd10842ff0be + +.. raw:: html + + + + + + + + + + +
Elucidationthe time that elapses between the instants at which two successive drops of liquid metal are detached from the tip of the capillary.
IUPAC Referencehttps://doi.org/10.1351/goldbook.D01862
+ + +.. raw:: html + +
+ +DroppingMercuryElectrode +------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_b76a778f_253f_4210_a67f_fb6444d0de26 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationmercury electrode formed by sequence of mercury drops falling from a small aperture
Alternative Label(s)DME, DME
Wikipedia Referencehttps://en.wikipedia.org/wiki/Dropping_mercury_electrode
Wikidata Referencehttps://www.wikidata.org/wiki/Q962292
CommentOther kinds of mercury drop electrodes are the static mercury drop electrode (SMDE), in which a drop is held at constant radius before being mechanically knocked off, and the hanging mercury drop elec- trode (HMDE), in which the whole experiment is performed on a single drop of mercury.
+ + +.. raw:: html + +
+ +DryCell +------- + +* http://emmo.info/battery#battery_92bc9b20_5de1_40f8_9b55_aff6c3f5e7b0 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationprimary battery containing an immobilized electrolyte
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-14
Wikipedia Referencehttps://en.wikipedia.org/wiki/Dry_cell
Commentdeveloped in 1886 by the German scientist Carl Gassner
+ + +.. raw:: html + +
+ +DryChargedBattery +----------------- + +* http://emmo.info/battery#battery_a1924455_6f7e_4a2d_afd3_95527523183a + +.. raw:: html + + + + + + + + + + +
Elucidationstate of delivery of some types of secondary battery where the cells contain no electrolyte and the plates are dry and in a charged state
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-30
+ + +.. raw:: html + +
+ +DubniumAtom +----------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_b65acde7-56c5-5cca-b589-b6744beb4223 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for dubnium.
+ + +.. raw:: html + +
+ +DubniumSymbol +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_43815c80-05dc-5917-8d52-b200badbf1d3 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Duration +-------- + +* http://emmo.info/emmo#EMMO_0adabf6f_7404_44cb_9f65_32d83d8101a3 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationPhysical quantity for describing the temporal distance between events.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-13
Wikidata Referencehttps://www.wikidata.org/wiki/Q2199864
+ + +.. raw:: html + +
+ +Dust +---- + +* http://emmo.info/emmo#EMMO_e4281979_2b07_4a43_a772_4903fb3696fe + +.. raw:: html + + + + + + +
ElucidationA suspension of fine particles in the atmosphere.
+ + +.. raw:: html + +
+ +DynamicViscosity +---------------- + +* http://emmo.info/emmo#EMMO_908da3d5_775e_425e_af96_33914618eb66 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationThe measure of the resistance of a fluid to flow when an external force is applied.
Alternative Label(s)Viscosity
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-34
IUPAC Referencehttps://doi.org/10.1351/goldbook.D01877
Wikidata Referencehttps://www.wikidata.org/wiki/Q15152757
+ + +.. raw:: html + +
+ +DysprosiumAtom +-------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_e1e686a5-71c3-5a98-8646-6d4e0f665f35 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for dysprosium.
+ + +.. raw:: html + +
+ +DysprosiumSymbol +---------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_1936bc9e-5e81-5267-bd48-cbec9a6cfb17 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +EMMO +---- + +* http://emmo.info/emmo#EMMO_802d3e92_8770_4f98_a289_ccaaab7fdddf + +.. raw:: html + + + + + + +
ElucidationThe class of all the OWL individuals declared by EMMO as standing for world entities.
+ + +.. raw:: html + +
+ +EMMORelation +------------ + +* http://emmo.info/emmo#EMMO_ec2472ae_cf4a_46a5_8555_1556f5a6c3c5 + +.. raw:: html + + + + + + +
ElucidationThe class for all relations used by the EMMO.
+ + +.. raw:: html + +
+ +EarthBattery +------------ + +* http://emmo.info/battery#battery_1d8112fa_7561_41b0_ba6e_876f3dbde4a8 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationa battery cell consisting of two electrodes that are buried in soil or immersed in the sea
Wikipedia Referencehttps://en.wikipedia.org/wiki/Earth_battery
Commentsometimes used to power sensors in remote or sub-sea locations
+ + +.. raw:: html + +
+ +EdgeInsulator +------------- + +* http://emmo.info/electrochemistry#electrochemistry_bbc77932_643b_4603_a4e8_970ef06a76ad + +.. raw:: html + + + + + + + + + + +
Elucidationpart which insures insulation between the plate (electrode) edges and adjacent plates (electrodes) and the container side walls
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-19
+ + +.. raw:: html + +
+ +EffectiveDiffusionCoefficient +----------------------------- + +* http://emmo.info/emmo#EMMO_1744d51d_0dac_4f48_8b50_fde6c7c2ab39 + +.. raw:: html + + + + + + + + + + +
ElucidationDiffusion coefficient through the pore space of a porous media.
Wikidata Referencehttps://www.wikidata.org/wiki/Q258852
+ + +.. raw:: html + +
+ +EffectiveMass +------------- + +* http://emmo.info/emmo#EMMO_3f7feefd_ac94_4208_8dfd_92bb50be30f3 + +.. raw:: html + + + + + + + + + + +
ElucidationThe mass that it seems to have when responding to forces, or the mass that it seems to have when interacting with other identical particles in a thermal distribution.
Wikidata Referencehttps://www.wikidata.org/wiki/Q1064434
+ + +.. raw:: html + +
+ +EinsteiniumAtom +--------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_2e36028f-f5a0-5a5a-af66-c357fb64765e + +.. raw:: html + + + + + + +
ElucidationAtom subclass for einsteinium.
+ + +.. raw:: html + +
+ +EinsteiniumSymbol +----------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_6b241a1f-2a5f-5ea8-b0aa-7b162d7d73e4 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectricCharge +-------------- + +* http://emmo.info/emmo#EMMO_1604f495_328a_4f28_9962_f4cc210739dd + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationThe physical property of matter that causes it to experience a force when placed in an electromagnetic field.
Alternative Label(s)Charge
IUPAC Referencehttps://doi.org/10.1351/goldbook.E01923
Wikidata Referencehttps://www.wikidata.org/wiki/Q1111
+ + +.. raw:: html + +
+ +ElectricChargeAreaUnit +---------------------- + +* http://emmo.info/emmo#EMMO_92aaff7b_3a7c_4c1a_b149_d422e9682106 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectricChargeDensity +--------------------- + +* http://emmo.info/emmo#EMMO_5cbb7bfb_7ab8_4151_8ed1_13a5b7d5caa4 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationElectric charge per volume.
Alternative Label(s)VolumeElectricCharge
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-07
IUPAC Referencehttps://doi.org/10.1351/goldbook.C00988
Wikidata Referencehttps://www.wikidata.org/wiki/Q69425629
+ + +.. raw:: html + +
+ +ElectricChargeDensityUnit +------------------------- + +* http://emmo.info/emmo#EMMO_8f36559a_a494_4b00_abc5_60bbc1475009 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectricChargePerAmountUnit +--------------------------- + +* http://emmo.info/emmo#EMMO_e6110006_88b9_45cd_9f9c_a2a91c0c21f8 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectricChargePerLengthUnit +--------------------------- + +* http://emmo.info/emmo#EMMO_9794a778_47d7_45d5_b4ab_ae6a8db04c78 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectricChargePerMassUnit +------------------------- + +* http://emmo.info/emmo#EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectricChargePerTemperatureUnit +-------------------------------- + +* http://emmo.info/emmo#EMMO_200c735e_3dd7_44b2_bb34_4bb454a8e53b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectricChargeSignal +-------------------- + +* https://emmo.info/electrochemistry#electrochemistry_276cfa84_3cc0_40c0_9f6a_57a3b776f47c + +.. raw:: html + + + + + + +
ElucidationTime-dependent variation of electric charge passed through a system.
+ + +.. raw:: html + +
+ +ElectricChargeUnit +------------------ + +* http://emmo.info/emmo#EMMO_ab79e92b_5377_454d_be06_d61b50db295a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectricConductance +------------------- + +* http://emmo.info/emmo#EMMO_ffb73b1e_5786_43e4_a964_cb32ac7affb7 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + + + + + +
ElucidationMeasure of the ease for electric current to pass through a material.
Alternative Label(s)Conductance
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-06
IUPAC Referencehttps://doi.org/10.1351/goldbook.E01925
Wikidata Referencehttps://www.wikidata.org/wiki/Q309017
CommentInverse of 'ElectricalResistance'.
+ + +.. raw:: html + +
+ +ElectricConductanceUnit +----------------------- + +* http://emmo.info/emmo#EMMO_321af35f_f0cc_4a5c_b4fe_8c2c0303fb0c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectricConductivity +-------------------- + +* http://emmo.info/emmo#EMMO_cde4368c_1d4d_4c94_8548_604749523c6d + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Alternative Label(s)Conductivity
IUPAC Referencehttps://doi.org/10.1351/goldbook.C01245
Wikidata Referencehttps://www.wikidata.org/wiki/Q4593291
CommentMeasure of a material's ability to conduct an electric current. + + Conductivity is equeal to the resiprocal of resistivity.
+ + +.. raw:: html + +
+ +ElectricConductivityPerAmountUnit +--------------------------------- + +* http://emmo.info/emmo#EMMO_89113866_31a4_4d19_bc83_7f7c1661ab73 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectricConductivityUnit +------------------------ + +* http://emmo.info/emmo#EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectricCurrent +--------------- + +* http://emmo.info/emmo#EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 + +.. raw:: html + + + + + + + + + + +
ElucidationA flow of electric charge.
IUPAC Referencehttps://doi.org/10.1351/goldbook.E01927
+ + +.. raw:: html + +
+ +ElectricCurrentAssistedSintering +-------------------------------- + +* http://emmo.info/emmo#EMMO_5a5cf124_1ece_4b8e_ae63_edc2b5ee573a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectricCurrentDensity +---------------------- + +* http://emmo.info/emmo#EMMO_7c8007b0_58a7_4486_bf1c_4772852caca0 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + + + + + +
Alternative Label(s)AreicElectricCurrent, CurrentDensity
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-11
IUPAC Referencehttps://doi.org/10.1351/goldbook.E01928
Wikipedia Referencehttps://en.wikipedia.org/wiki/Current_density
Wikidata Referencehttps://www.wikidata.org/wiki/Q234072
CommentElectric current divided by the cross-sectional area it is passing through.
+ + +.. raw:: html + +
+ +ElectricCurrentDensityPerTemperatureUnit +---------------------------------------- + +* http://emmo.info/emmo#EMMO_93681c53_4316_415d_8243_a42a0e171de6 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectricCurrentDensityUnit +-------------------------- + +* http://emmo.info/emmo#EMMO_120d86b6_d7c4_4490_8ef2_8a5f58403950 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectricCurrentMeasurement +-------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_158ae038_c64b_4cc0_aa56_650475490705 + +.. raw:: html + + + + + + +
Elucidationmeasurement of electric current
+ + +.. raw:: html + +
+ +ElectricCurrentMeasurementResult +-------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_7beef5fb_a406_4284_b85a_87d55cf46a0e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectricCurrentMeasuringSystem +------------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_f693b744_930c_42ac_8e6f_627b22c6da3f + +.. raw:: html + + + + + + +
Elucidationa system for measuing electric current
+ + +.. raw:: html + +
+ +ElectricCurrentPerAmountVolumeUnit +---------------------------------- + +* http://emmo.info/emmo#EMMO_d5b6a25a_408a_408d_aebc_e017260d885d + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectricCurrentPerEnergyUnit +---------------------------- + +* http://emmo.info/emmo#EMMO_53b10105_52c7_4746_ab73_a5a30bd198e2 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectricCurrentPerMassUnit +-------------------------- + +* http://emmo.info/emmo#EMMO_73be8825_e9a7_41d0_956e_b58060e5d5ac + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectricCurrentPerTemperatureUnit +--------------------------------- + +* http://emmo.info/emmo#EMMO_ed7dd267_e2ee_4565_8117_e5c1eafa3e66 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectricCurrentPerUnitEnergyUnit +-------------------------------- + +* http://emmo.info/emmo#EMMO_1aaaceb6-c5eb-4cf3-a494-f82d43fda10a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectricCurrentPhasor +--------------------- + +* http://emmo.info/emmo#EMMO_8ef46550_7bf2_4ef9_8334_ca3d63fb69b1 + +.. raw:: html + + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q78514596
+ + +.. raw:: html + +
+ +ElectricCurrentSignal +--------------------- + +* https://emmo.info/electrochemistry#electrochemistry_904b12e0_4a10_47b0_b7db_592aba215cb6 + +.. raw:: html + + + + + + +
ElucidationTime-dependent variation of electric current
+ + +.. raw:: html + +
+ +ElectricCurrentUnit +------------------- + +* http://emmo.info/emmo#EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectricCurrentVector +--------------------- + +* http://emmo.info/electrochemistry#electrochemistry_4920de95_3a48_4669_b762_5a0b5232b52f + +.. raw:: html + + + + + + +
Elucidationvector containing at least two values for the quantity electric current
+ + +.. raw:: html + +
+ +ElectricDipoleMoment +-------------------- + +* http://emmo.info/emmo#EMMO_1a179ce4_3724_47f8_bee5_6292e3ac9942 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationAn electric dipole, vector quantity of magnitude equal to the product of the positive charge and the distance between the charges and directed from the negative charge to the positive charge.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-35
IUPAC Referencehttps://doi.org/10.1351/goldbook.E01929
Wikidata Referencehttps://www.wikidata.org/wiki/Q735135
+ + +.. raw:: html + +
+ +ElectricDipoleMomentUnit +------------------------ + +* http://emmo.info/emmo#EMMO_cab2be5c_4e71_4c15_8412_adb2a7f0831a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectricDisplacementFieldUnit +----------------------------- + +* http://emmo.info/emmo#EMMO_6d753e0c_a967_4de4_ad22_c2fecb3913be + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectricFieldStrength +--------------------- + +* http://emmo.info/emmo#EMMO_f53bafb6_b17d_4eb9_ad58_9d209f70dbfd + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationVector field quantity E which exerts on any charged particle at rest a force F equal to the product of E and the electric charge Q of the particle.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-18
Wikidata Referencehttps://www.wikidata.org/wiki/Q20989
+ + +.. raw:: html + +
+ +ElectricFieldStrengthUnit +------------------------- + +* http://emmo.info/emmo#EMMO_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectricFlux +------------ + +* http://emmo.info/emmo#EMMO_581e05bc_a4fe_494a_a85c_f2c4b4374e18 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationScalar quantity equal to the flux of the electric flux density D through a given directed surface S.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-41
Wikidata Referencehttps://www.wikidata.org/wiki/Q501267
+ + +.. raw:: html + +
+ +ElectricFluxDensity +------------------- + +* http://emmo.info/emmo#EMMO_4ef8c0e4_1b0b_4699_a135_8c89ca289802 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationVector quantity obtained at a given point by adding the electric polarization P to the product of the electric field strength E and the electric constant ε0.
Alternative Label(s)ElectricDisplacement
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-40
Wikidata Referencehttps://www.wikidata.org/wiki/Q371907
+ + +.. raw:: html + +
+ +ElectricFluxUnit +---------------- + +* http://emmo.info/emmo#EMMO_48f00c52-8d3d-4e80-8d88-59fabaa01d87 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectricImpedance +----------------- + +* http://emmo.info/emmo#EMMO_79a02de5_b884_4eab_bc18_f67997d597a2 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Alternative Label(s)Impedance
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-43
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electrical_impedance
Wikidata Referencehttps://www.wikidata.org/wiki/Q179043
CommentMeasure of the opposition that a circuit presents to a current when a voltage is applied.
+ + +.. raw:: html + +
+ +ElectricInductance +------------------ + +* http://emmo.info/emmo#EMMO_04cc9451_5306_45d0_8554_22cee4d6e785 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationA property of an electrical conductor by which a change in current through it induces an electromotive force in both the conductor itself and in any nearby conductors by mutual inductance.
Alternative Label(s)Inductance
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-19
IUPAC Referencehttps://doi.org/10.1351/goldbook.M04076
Wikidata Referencehttps://www.wikidata.org/wiki/Q177897
+ + +.. raw:: html + +
+ +ElectricMobilityUnit +-------------------- + +* http://emmo.info/emmo#EMMO_ca54593a_6828_491b_8fda_22b0ad85e446 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectricPolarization +-------------------- + +* http://emmo.info/emmo#EMMO_64420439_5282_4996_b6e1_2044358ac899 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationAt a given point within a domain of quasi-infinitesimal volume V, vector quantity equal to the electric dipole moment p of the substance contained within the domain divided by the volume V.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-37
Wikidata Referencehttps://www.wikidata.org/wiki/Q1050425
+ + +.. raw:: html + +
+ +ElectricPotential +----------------- + +* http://emmo.info/emmo#EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + + + + + +
ElucidationEnergy required to move a unit charge through an electric field from a reference point.
Alternative Label(s)ElectroStaticPotential
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-25
IUPAC Referencehttps://doi.org/10.1351/goldbook.E01935
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electric_potential
CommentThe electric potential is not unique, since any constant scalar + field quantity can be added to it without changing its gradient.
+ + +.. raw:: html + +
+ +ElectricPotentialMeasuringSystem +-------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_3f9b2956_1465_4fe0_b0df_5e4784dac3b6 + +.. raw:: html + + + + + + +
Elucidationa system for measuring electric potential
+ + +.. raw:: html + +
+ +ElectricPotentialPerAreaUnit +---------------------------- + +* http://emmo.info/emmo#EMMO_a5111335_6d14_49d9_ba7a_10c10b2189e7 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectricPotentialPerTemperatureUnit +----------------------------------- + +* http://emmo.info/emmo#EMMO_96ffda63_71e7_451b_85ee_2cc8e341ff11 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectricPotentialPerTimeUnit +---------------------------- + +* http://emmo.info/emmo#EMMO_6837b106_7220_4ec6_b7c9_d549d6163672 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectricPotentialSignal +----------------------- + +* https://emmo.info/electrochemistry#electrochemistry_0a03ce7e_d79f_412e_a103_b5d74de9f4d7 + +.. raw:: html + + + + + + +
ElucidationTime-dependent variation of electric potential
+ + +.. raw:: html + +
+ +ElectricPotentialUnit +--------------------- + +* http://emmo.info/emmo#EMMO_2e7e5796_4a80_4d73_bb84_f31138446c0c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectricReactance +----------------- + +* http://emmo.info/emmo#EMMO_92b2fb85_2143_4bc7_bbca_df3e6944bfc1 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Alternative Label(s)Reactance
IUPAC Referencehttps://doi.org/10.1351/goldbook.R05162
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electrical_reactance
Wikidata Referencehttps://www.wikidata.org/wiki/Q193972
CommentThe opposition of a circuit element to a change in current or voltage, due to that element's inductance or capacitance.
+ + +.. raw:: html + +
+ +ElectricResistance +------------------ + +* http://emmo.info/emmo#EMMO_e88f75d6_9a17_4cfc_bdf7_43d7cea5a9a1 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationMeasure of the difficulty to pass an electric current through a material.
Alternative Label(s)Resistance
IUPAC Referencehttps://doi.org/10.1351/goldbook.E01936
Wikidata Referencehttps://www.wikidata.org/wiki/Q25358
CommentInverse of 'ElectricalConductance'.
+ + +.. raw:: html + +
+ +ElectricResistanceUnit +---------------------- + +* http://emmo.info/emmo#EMMO_7610efb8_c7c6_4684_abc1_774783c62472 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectricResistivity +------------------- + +* http://emmo.info/emmo#EMMO_e150fa8d_06dc_4bb8_bf95_04e2aea529c1 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Alternative Label(s)Resistivity
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-04
IUPAC Referencehttps://doi.org/10.1351/goldbook.R05316
Wikidata Referencehttps://www.wikidata.org/wiki/Q108193
CommentElectric field strength divided by the current density.
+ + +.. raw:: html + +
+ +ElectricResistivityUnit +----------------------- + +* http://emmo.info/emmo#EMMO_359312ca_1d9d_4765_b20b_28d9f45d77e7 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectricSignal +-------------- + +* https://emmo.info/electrochemistry#electrochemistry_898971cb_a9fc_4955_8abf_5d7163a9fe6c + +.. raw:: html + + + + + + +
ElucidationTime dependent variation of an electric quantity.
+ + +.. raw:: html + +
+ +ElectricSusceptibility +---------------------- + +* http://emmo.info/emmo#EMMO_eead19f5_c0cd_4946_a501_c870bb50f3b1 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationElectric polarization divided by electric constant and electric field strength.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-19
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electric_susceptibility
Wikidata Referencehttps://www.wikidata.org/wiki/Q598305
+ + +.. raw:: html + +
+ +ElectroSinterForging +-------------------- + +* http://emmo.info/emmo#EMMO_1b01c9c6_6367_498c_a04d_1a37499b3eff + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectroanalyticalTechnique +-------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_10359c79_cdf2_401a_83ee_d22e7fbb2ad1 + +.. raw:: html + + + + + + + + + + +
Elucidationanalytical methods in which electrochemical processes or phenomena are the core of the measurement principle involving electrochemical cells providing qualitative and quantitative responses.
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
+ + +.. raw:: html + +
+ +Electrocapillarity +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_5cb5548f_f774_4668_ad02_f0742581f2f1 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationchange of the mechanical stress at the surface separating two bodies due to the presence of electric charges at the interface
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-02
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electrocapillarity
Wikidata Referencehttps://www.wikidata.org/wiki/Q9252431
+ + +.. raw:: html + +
+ +Electrocatalysis +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_4d6f7f50_b343_4bd6_8612_2b8521a99c9b + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationincreasing the rate of an electrode reaction by adding specific material to the electrode.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-15
Wikidata Referencehttps://www.wikidata.org/wiki/Q100318565
+ + +.. raw:: html + +
+ +Electrocatalyst +--------------- + +* http://emmo.info/electrochemistry#electrochemistry_a3b53904_22b1_42a9_a515_c8a3aed7e841 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationmaterial that can cause electrocatalysis.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-16
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electrocatalyst
Wikidata Referencehttps://www.wikidata.org/wiki/Q5357962
+ + +.. raw:: html + +
+ +ElectrochemicalCell +------------------- + +* http://emmo.info/electrochemistry#electrochemistry_6f2c88c9_5c04_4953_a298_032cc3ab9b77 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationa system containing two electrodes that allow transport of electrons, separated by an electrolyte that allows movement of ions but blocks movement of electrons.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-01
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electrochemical_cell
Wikidata Referencehttps://www.wikidata.org/wiki/Q80097
CommentIf processes of interest occur at both the anode and the cathode of a cell (as in differential amperometry or controlled-current potentiometric titration with two indicator electrodes), the cell should be said to comprise two indicator or two working electrodes.
+ + +.. raw:: html + +
+ +ElectrochemicalConstituent +-------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_b5ea31c9_bb10_4276_980e_c3eceb1efc82 + +.. raw:: html + + + + + + + + + + +
ElucidationA constituent in an electrochemical system.
Commenta constituent is essential to the functioning of the system and cannot be replaced by a comparable thing without altering the behaviour of the system
+ + +.. raw:: html + +
+ +ElectrochemicalControlQuantity +------------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_c5047d29_4e68_43ee_8355_3e8f05dc70a5 + +.. raw:: html + + + + + + +
Elucidationquantities that control electroanalytical techniques
+ + +.. raw:: html + +
+ +ElectrochemicalDegradationPhenomenon +------------------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_0a0de817_addc_46a5_8ba2_255d48cdf366 + +.. raw:: html + + + + + + +
ElucidationA phenomenon that causes an electrochemical system to deviate from its ideal behaviour.
+ + +.. raw:: html + +
+ +ElectrochemicalDevice +--------------------- + +* http://emmo.info/electrochemistry#electrochemistry_0acd0fc2_1048_4604_8e90_bf4e84bd87df + +.. raw:: html + + + + + + + + + + +
Elucidationa device whose primary function is facilitating the conversion between chemical and electrical energy.
Commentan electrochemical device contains at least one electrochemical cell plus the apparati required to make it work as a practical device (e.g. terminals, container, etc.)
+ + +.. raw:: html + +
+ +ElectrochemicalDoubleLayerCapacitor +----------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_b91180e7_97ae_49e2_bf82_5bf720e7fa66 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationDevice that stores electrical energy using a double layer in an electrochemical cell.
Alternative Label(s)DoubleLayerCapacitor, EDLC, ElectrochemicalCapacitor
Commentstores energy electrostatically in the Helmholtz Layer
+ + +.. raw:: html + +
+ +ElectrochemicalEquivalentCircuitModel +------------------------------------- + +* http://emmo.info/battery#battery_679f6984_e0dc_4285_9dbb_429c5779590c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectrochemicalHalfCell +----------------------- + +* http://emmo.info/electrochemistry#electrochemistry_9da958fc_f76d_4654_8a78_99b5f98c118c + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationa system comprising one electrode in contact with an ionic conductor.
Alternative Label(s)HalfCell
Wikipedia Referencehttps://en.wikipedia.org/wiki/Half-cell
Wikidata Referencehttps://www.wikidata.org/wiki/Q903509
+ + +.. raw:: html + +
+ +ElectrochemicalImmunity +----------------------- + +* http://emmo.info/electrochemistry#electrochemistry_4bc38e99_1978_4143_a766_fbb57f2cf46e + +.. raw:: html + + + + + + + + + + +
Elucidationsituation in which a material in a given environment undergoes negligible electrochemical corrosion.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-03
+ + +.. raw:: html + +
+ +ElectrochemicalImpedanceSpectroscopy +------------------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_d30d9de0_b9bf_4919_a022_0394df9c3672 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationelectrochemical measurement method of the complex impedance of an electrochemical system as a function of the frequency of a small amplitude (normally 5 to 10 mV) sinusoidal voltage perturbation superimposed on a fixed value of applied potential or on the open circuit potential
Alternative Label(s)EIS, EIS
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
Wikidata Referencehttps://www.wikidata.org/wiki/Q3492904
CommentImpedimetric sensors are based on measurement of a concentration-dependent parameter taken from analysis of the respective electrochemical impedance spectra, or from the impedance magnitudes at a chosen fixed frequency.
+ + +.. raw:: html + +
+ +ElectrochemicalInterface +------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_50044b99_b858_433b_a32d_23d1e1cf88b2 + +.. raw:: html + + + + + + +
ElucidationThe two-dimensional space comprising the boundary between two electrochemical constituents.
+ + +.. raw:: html + +
+ +ElectrochemicalKineticQuantity +------------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_21745019_2830_4395_bca7_15ddfd266673 + +.. raw:: html + + + + + + +
ElucidationAn ElectrochemicalQuantity that relates to the kinetics of a reaction.
+ + +.. raw:: html + +
+ +ElectrochemicalMaterial +----------------------- + +* http://emmo.info/electrochemistry#electrochemistry_ebdb68e9_c4b5_4d57_a042_c0f51d446755 + +.. raw:: html + + + + + + +
ElucidationA material that undergoes electrochemical changes.
+ + +.. raw:: html + +
+ +ElectrochemicalMethod +--------------------- + +* http://emmo.info/electrochemistry#electrochemistry_f49b84d4_e1f9_424c_bb22_8cea23c0a7d4 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectrochemicalMigration +------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_63ea1c9b_0bda_4a69_9745_efb08e6be685 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationtransport of ions in an electrolyte due to an electric field
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-06
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electrochemical_migration
Wikidata Referencehttps://www.wikidata.org/wiki/Q30587730
+ + +.. raw:: html + +
+ +ElectrochemicalPerformanceQuantity +---------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_02eb0465_4f94_453c_8c1f_5ddf80134634 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectrochemicalPhenomenon +------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_19abaccd_43be_4048_965c_e4fb63c5951b + +.. raw:: html + + + + + + +
ElucidationA chemical phenomenon that is accompanied by the flow of electric current
+ + +.. raw:: html + +
+ +ElectrochemicalPiezoelectricMicrogravimetry +------------------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_1a7fb32a_743f_4aa6_ac5a_ff7a2ba29dce + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationElectrogravimetry using an electrochemical quartz crystal microbalance.
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
CommentThe change of mass is, for rigid deposits, linearly proportional to the change of the reso- nance frequency of the quartz crystal, according to the Sauerbrey equation. For non- rigid deposits, corrections must be made.
+ + +.. raw:: html + +
+ +ElectrochemicalPlot +------------------- + +* https://emmo.info/electrochemistry#electrochemistry_ddade648_2033_47b6_bc36_b562a9af591e + +.. raw:: html + + + + + + + + + + +
ElucidationGraphical representation of a dataset resulting from the measurement of the response of an electrochemical system.
CommentShows the relationship between two or more electrochemical variables.
+ + +.. raw:: html + +
+ +ElectrochemicalPotential +------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_1422cde1_929e_46b6_b0dc_1010eebc5dfd + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationthe electrochemical potential is the chemical potential of an ion in the presence of an electric potential
IUPAC Referencehttps://goldbook.iupac.org/terms/view/E01945
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electrochemical_potential
Wikidata Referencehttps://www.wikidata.org/wiki/Q62525
Commentin quantum mechanical terms, electrochemical potential is defined as the energy level of the electron orbitals in the species that have a 50 percent probability of occupancy
+ + +.. raw:: html + +
+ +ElectrochemicalProperty +----------------------- + +* http://emmo.info/electrochemistry#electrochemistry_900e357f_2ee3_425a_a0b6_322661117787 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectrochemicalPseudocapacitor +------------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_ca0527c1_f682_4eea_aca5_f3ae66a9ddce + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationa type of supercapacitor that uses metal oxide or conducting polymer electrodes with a high amount of electrochemical pseudocapacitance additional to the double-layer capacitance
Wikipedia Referencehttps://en.wikipedia.org/wiki/Pseudocapacitor
Wikidata Referencehttps://www.wikidata.org/wiki/Q7254569
Commentstores energy electrochemically via Faradaic mechanisms
+ + +.. raw:: html + +
+ +ElectrochemicalQuantity +----------------------- + +* http://emmo.info/electrochemistry#electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 + +.. raw:: html + + + + + + +
ElucidationPhysical quantities defined within the domain of electrochemistry.
+ + +.. raw:: html + +
+ +ElectrochemicalReaction +----------------------- + +* http://emmo.info/electrochemistry#electrochemistry_a6a69e90_06b5_45b1_83cf_7c0bf39b2914 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationa chemical reaction in an electrolyte involving a transfer of electrons between chemical components or between chemical components and an electrode
Alternative Label(s)ChargeTransferReaction, ChargeTransferReaction, ChargeTransferReaction, ChargeTransferReaction, ChargeTransferReaction, ChargeTransferReaction
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-01
Wikidata Referencehttps://www.wikidata.org/wiki/Q120892494
Commentany process either caused or accompanied by the passage of an electric current and involving in most cases the transfer of electrons between two substances
+ + +.. raw:: html + +
+ +ElectrochemicalRelation +----------------------- + +* http://emmo.info/electrochemistry#electrochemistry_3d805c2a_4801_440e_9e4d_0fa5585c76ae + +.. raw:: html + + + + + + +
ElucidationA material relation in electrochemistry.
+ + +.. raw:: html + +
+ +ElectrochemicalStabilityLimit +----------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_8f4b90ef_fea4_47c9_99f5_a9b3290a505d + +.. raw:: html + + + + + + +
Elucidationelectric potential at which a material undergoes an oxidation or reduction decomposition
+ + +.. raw:: html + +
+ +ElectrochemicalThermodynamicQuantity +------------------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_2d896559_eee3_447c_9759_87c854a4266a + +.. raw:: html + + + + + + +
ElucidationA thermodynamically derived ElectrochemicalQuantity.
+ + +.. raw:: html + +
+ +ElectrochemicalTransportQuantity +-------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_4a450a27_b84a_4c70_a3a9_15ec30e2f30b + +.. raw:: html + + + + + + +
ElucidationAn ElectrochemicalQuantity related to the transport of mass, charge, or energy.
+ + +.. raw:: html + +
+ +ElectrochemicalWindow +--------------------- + +* http://emmo.info/electrochemistry#electrochemistry_129926b6_fc30_441d_b359_29b44c988514 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationThe electrode electric potential range between which the substance is neither oxidized nor reduced.
Alternative Label(s)ElectrochemicalStabilityWindow
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electrochemical_window
Wikidata Referencehttps://www.wikidata.org/wiki/Q759643
+ + +.. raw:: html + +
+ +ElectrochemicallyActiveSurfaceArea +---------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_bad1b6f4_1b26_40e2_b552_6d53873e3973 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationthe area of the electrode material that is accessible to the electrolyte that is used for charge transfer and/or storage
Alternative Label(s)EASA, ECSA, ElectrochemicalActiveSurfaceArea
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=485-02-09
+ + +.. raw:: html + +
+ +Electrochemiluminescence +------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_96309fa9_e157_48fe_9fda_41003860a3c0 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationchemiluminescence produced in electrode reactions
Alternative Label(s)ECL, ElectrogeneratedChemiluminescence
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-18
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electrochemiluminescence
Wikidata Referencehttps://www.wikidata.org/wiki/Q755961
+ + +.. raw:: html + +
+ +Electrode +--------- + +* http://emmo.info/electrochemistry#electrochemistry_0f007072-a8dd-4798-b865-1bf9363be627 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationelectronically conductive part in electric contact with a medium of lower electronic conductivity and intended to perform one or more of the functions of emitting charge carriers to or receiving charge carriers from that medium or to establish an electric field in that medium
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-03
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electrode
Wikidata Referencehttps://www.wikidata.org/wiki/Q176140
CommentAlternative definition: Half-cell consisting of at least one electron conductor and at least one ionic conductor (electrolyte). - Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019)
+ + +.. raw:: html + +
+ +ElectrodeCoverageDensity +------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_63a8f9d2_0cf6_484d_b996_2e5c3f0a3c73 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationamount of a chemical modifier at an electrode surface per unit area
Alternative Label(s)ElectrodeCoverage
CommentThe total coverage may be distinguished from coverage that is electrochemically reactive or accessible on some given timescale.
+ + +.. raw:: html + +
+ +ElectrodeElectrolyteInterface +----------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_9c73aff8_1c82_4116_a6be_78e21982b69d + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationinterface between an electrolyte and an electrode where an electrode reaction takes place.
Alternative Label(s)ActiveSurfaceOfAnElectrode, ActiveSurfaceOfAnElectrode
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-05
+ + +.. raw:: html + +
+ +ElectrodeGeometricSurfaceArea +----------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_fa7790d6_07bb_4b0f_9965_55966828f5f3 + +.. raw:: html + + + + + + + + + + +
Elucidationthe interfacial area, determined on the assumption that the interface is truly flat (2-dimensional) and calculated using the geometric data of the involved surfaces
CommentA_{geom}
+ + +.. raw:: html + +
+ +ElectrodePair +------------- + +* http://emmo.info/electrochemistry#electrochemistry_d907805f_678b_4ab6_8b56_59631684f84b + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationassembly of one positive plate, one negative plate and the associated separator if any
Alternative Label(s)PlatePair
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-09
+ + +.. raw:: html + +
+ +ElectrodePassivation +-------------------- + +* http://emmo.info/electrochemistry#electrochemistry_01260656_ac32_472e_9513_a607366538ec + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationformation of compounds that reduces the conductivity at the surface of an electrode
Alternative Label(s)Passivation
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-16
Wikipedia Referencehttps://en.wikipedia.org/wiki/Passivation_(chemistry)
Wikidata Referencehttps://www.wikidata.org/wiki/Q917260
+ + +.. raw:: html + +
+ +ElectrodePolarisation +--------------------- + +* http://emmo.info/electrochemistry#electrochemistry_2e6933aa_4522_4f16_a437_37110e6cbd0d + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationaccumulation or depletion of electric charges at an electrode, resulting in a difference between the electrode potential with current flow, and the potential without current flow or equilibrium electrode potential
Alternative Label(s)ElectrodePolarization, Polarisation, Polarization
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-15
Wikipedia Referencehttps://en.wikipedia.org/wiki/Polarization_(electrochemistry)
Wikidata Referencehttps://www.wikidata.org/wiki/Q2698605
+ + +.. raw:: html + +
+ +ElectrodePotential +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_f509645f_eb27_470e_9112_7ab828ed40d3 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationelectric potential at an electrode, reported as the difference in potential relative to a reference electrode
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-11
IUPAC Referencehttps://goldbook.iupac.org/terms/view/E01956
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electrode_potential
CommentE, U
+ + +.. raw:: html + +
+ +ElectrodeReaction +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_2e3e14f9_4cb8_45b2_908e_47eec893dec8 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationelectrochemical reaction involving the transfer of electrons between electrolyte and electrode
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-04
IUPAC Referencehttps://doi.org/10.1351/goldbook.E01960
CommentAn interfacial reaction that necessarily involves a charge-transfer step.
+ + +.. raw:: html + +
+ +ElectrodeRealSurfaceArea +------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_a82e16c3_b766_482f_be94_b8e9af37f6fc + +.. raw:: html + + + + + + + + + + +
Elucidationsurface area of an electrode that takes into account non-idealities of the interface (roughness, porosity, etc.) and can be measured by a variety of electrochemical methods
CommentA_{real}
+ + +.. raw:: html + +
+ +ElectrodeStack +-------------- + +* http://emmo.info/electrochemistry#electrochemistry_27662d03_1bcf_4393_a239_32e31b760839 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationfinished assembly of the positive and negative plate (electrode) groups with interleaved separators and terminals or intercell connectors
Alternative Label(s)PlatePack
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-08
+ + +.. raw:: html + +
+ +ElectrodeSurfaceArea +-------------------- + +* http://emmo.info/electrochemistry#electrochemistry_47ab1dad_cc09_4fd8_af23_acb36fb680dd + +.. raw:: html + + + + + + + + + + +
Elucidationarea of electrode - solution interface.
CommentA
+ + +.. raw:: html + +
+ +Electrodeposition +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_f0c24970_4c14_4207_bd78_5f2181a67085 + +.. raw:: html + + + + + + +
Elucidationthe process of forming a film or a bulk material using an electrochemical process where the electrons are supplied by an external power supply
+ + +.. raw:: html + +
+ +Electrodissolution +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_4df84ec1_8a1a_4770_963f_bf48009bd043 + +.. raw:: html + + + + + + + + + + +
Elucidationthe electrochemical dissolution of a material to soluble species
CommentIt can be regarded as the reversal of electrodeposition.
+ + +.. raw:: html + +
+ +Electrogravimetry +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_14d0358f_f65d_44f9_8b85_40b38f17c4ed + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationmethod of electroanalytical chemistry used to separate by electrolyse ions of a substance and to derive the amount of this substance from the increase in mass of an electrode.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-14
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electrogravimetry
Wikidata Referencehttps://www.wikidata.org/wiki/Q902953
+ + +.. raw:: html + +
+ +Electrolysis +------------ + +* http://emmo.info/electrochemistry#electrochemistry_e2a1dae1_05e4_4bd1_a39d_0eb10db482bc + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationmethod of separating and neutralizing ions by an electric current in an electrolytic cell
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-09
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electrolysis
Wikidata Referencehttps://www.wikidata.org/wiki/Q64403
+ + +.. raw:: html + +
+ +Electrolyte +----------- + +* http://emmo.info/electrochemistry#electrochemistry_fb0d9eef_92af_4628_8814_e065ca255d59 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationa material in which the mobile species are ions and free movement of electrons is blocked.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-02
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electrolyte
Wikidata Referencehttps://www.wikidata.org/wiki/Q162908
CommentA solid electrolyte is a solid material where the predominant charge carriers are ions. For example: NASICON (Na Super Ionic Conductor), which has the general formula Na1+xZr2P3-xSix O12 , 0 < x < 3.
+ + +.. raw:: html + +
+ +ElectrolyteContainment +---------------------- + +* http://emmo.info/electrochemistry#electrochemistry_83928dce_9746_4452_a9f9_da4366a20ca4 + +.. raw:: html + + + + + + + + + + +
Elucidationability of a cell or battery to contain its electrolyte under specified mechanical and environmental conditions
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-31
+ + +.. raw:: html + +
+ +ElectrolyteCreep +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_3f6c9e09_5f23_41cc_9f85_7de365cef089 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationgradual and slow spreading of an electrolyte film on the external surface of a cell or battery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-30
Commentelectrolyte creep is sometimes indicated by the presence of a visible solid deposit or wet spots
+ + +.. raw:: html + +
+ +ElectrolyteLevelIndicator +------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_c05692eb_ae92_4e03_b355_f259f9089cb8 + +.. raw:: html + + + + + + + + + + +
Elucidationdevice used to assist in the measurement of the level of electrolyte in a cell
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-52
+ + +.. raw:: html + +
+ +ElectrolyteSolution +------------------- + +* http://emmo.info/electrochemistry#electrochemistry_fa22874b_76a9_4043_8b8f_6086c88746de + +.. raw:: html + + + + + + + + + + +
Elucidationa liquid electrolyte that consists of solutes dissolved in a solvent
Alternative Label(s)ElectrolyticSolution
+ + +.. raw:: html + +
+ +ElectrolyticCapacitor +--------------------- + +* http://emmo.info/electrochemistry#electrochemistry_900d95fb_863d_4142_a96d_369fb39e2639 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationcapacitor consisting of a metallic plate as first conductor, a very thin oxide film formed on the metal as the dielectric and an electrolyte as second conductor
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-04
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electrolytic_capacitor
Wikidata Referencehttps://www.wikidata.org/wiki/Q1326992
+ + +.. raw:: html + +
+ +ElectrolyticCell +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_e931087f_7681_4096_b200_5223bcc47eb4 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationelectrochemical cell intended to produce chemical reactions
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-06
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electrolytic_cell
Wikidata Referencehttps://www.wikidata.org/wiki/Q2608426
CommentAn electrochemical cell that requires input of work to drive the reaction.
+ + +.. raw:: html + +
+ +ElectrolyticConductivity +------------------------ + +* http://emmo.info/emmo#EMMO_e6e7277a_1d40_4be5_a3a9_afd3da53d937 + +.. raw:: html + + + + + + + + + + +
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-03
Wikidata Referencehttps://www.wikidata.org/wiki/Q907564
+ + +.. raw:: html + +
+ +ElectrolyticDeposition +---------------------- + +* http://emmo.info/emmo#EMMO_a139c6d5_1a0b_4605_a6c0_9f383539f9b1 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectromagneticEnergyDensity +---------------------------- + +* http://emmo.info/emmo#EMMO_48540672_f1ee_4848_982f_0cd5ec396a84 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationArithmetic average of (electric field strength multiplied by electric flux density) and (magnetic field strength multiplied by magnetic flux density)
Alternative Label(s)VolumicElectromagneticEnergy
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-65
Wikidata Referencehttps://www.wikidata.org/wiki/Q77989624
+ + +.. raw:: html + +
+ +ElectromagneticQuantity +----------------------- + +* http://emmo.info/emmo#EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e + +.. raw:: html + + + + + + +
ElucidationQuantities categorised according to ISO 80000-6.
+ + +.. raw:: html + +
+ +Electron +-------- + +* http://emmo.info/emmo#EMMO_8043d3c6_a4c1_4089_ba34_9744e28e5b3d + +.. raw:: html + + + + + + + + + + +
ElucidationThe class of individuals that stand for electrons elementary particles belonging to the first generation of leptons.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electron
+ + +.. raw:: html + +
+ +ElectronAffinity +---------------- + +* http://emmo.info/emmo#EMMO_3cae45cc_3b57_469c_a695_713735886f31 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationenergy difference between an electron at rest at infinity and an electron at the lowest level of the conduction band in an insulator or semiconductor
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-06-22
Wikidata Referencehttps://www.wikidata.org/wiki/Q105846486
+ + +.. raw:: html + +
+ +ElectronAntiNeutrino +-------------------- + +* http://emmo.info/emmo#EMMO_60d13cae_ea44_4a71_9ca7_ba65f72836a4 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectronCharge +-------------- + +* http://emmo.info/emmo#EMMO_cc01751d_dd05_429b_9d0c_1b7a74d1f277 + +.. raw:: html + + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.E01982
CommentThe negative of ElementaryCharge.
+ + +.. raw:: html + +
+ +ElectronDensity +--------------- + +* http://emmo.info/emmo#EMMO_40a1d85c_bcfe_48aa_89a2_79e8a8c82af1 + +.. raw:: html + + + + + + + + + + +
ElucidationNumber of electrons in conduction band per volume.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=705-06-05
+ + +.. raw:: html + +
+ +ElectronMass +------------ + +* http://emmo.info/emmo#EMMO_44fc8c60_7a9c_49af_a046_e1878c88862c + +.. raw:: html + + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.E02008
CommentThe rest mass of an electron.
+ + +.. raw:: html + +
+ +ElectronNeutrino +---------------- + +* http://emmo.info/emmo#EMMO_1d5305d7_5690_4e5a_92de_4611e8c356ef + +.. raw:: html + + + + + + + + + + +
ElucidationA neutrino belonging to the first generation of leptons.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electron_neutrino
+ + +.. raw:: html + +
+ +ElectronNumberOfAnElectrochemicalReaction +----------------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_abfadc99_6e43_4d37_9b04_7fc5b0f327ae + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationnumber of electrons transferred in a charge transfer reaction between an electrode and a single entity (ion, radical-ion, or molecule) of an electroactive substance, whose identity must be specified
Alternative Label(s)ChargeNumber, ChargeNumber, NumberOfElectronsTransferred, NumberOfElectronsTransferred
IUPAC Referencehttps://goldbook.iupac.org/terms/view/C00995
CommentSymbol n is commonly used when there is no risk of confusion with an amount of substance.
+ + +.. raw:: html + +
+ +ElectronRadius +-------------- + +* http://emmo.info/emmo#EMMO_e6a173ac_40e9_4616_8883_710b358f5c85 + +.. raw:: html + + + + + + + + + + +
ElucidationRadius of a sphere such that the relativistic electron energy is distributed uniformly.
Wikidata Referencehttps://www.wikidata.org/wiki/Q2152581
+ + +.. raw:: html + +
+ +ElectronType +------------ + +* http://emmo.info/emmo#EMMO_d2fc9fc2_7f50_495d_a311_1832349db6cb + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElectronVolt +------------ + +* http://emmo.info/emmo#ElectronVolt + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationAn electron volt (eV) is the energy that an electron gains when it travels through a potential of one volt. You can imagine that the electron starts at the negative plate of a parallel plate capacitor and accelerates to the positive plate, which is at one volt higher potential. Numerically 1 eV approximates 1.6x10⁻¹⁹ joules, where 1 joule is 6.2x10¹⁸ eV. For example, it would take 6.2x10²⁰ eV/sec to light a 100 watt light bulb. + + -- QUDT
IUPAC Referencehttps://doi.org/10.1351/goldbook.E02014
Wikipedia Referencehttp://en.wikipedia.org/wiki/Electron_volt?oldid=344021738
+ + +.. raw:: html + +
+ +ElectronVoltPerKelvin +--------------------- + +* http://emmo.info/emmo#ElectronVoltPerKelvin + +.. raw:: html + + + + + + + + + + +
Elucidation`Electron Volt per Kelvin` is a unit for 'Heat Capacity' expressed as eV/K. + + -- QUDT
Alternative Label(s)Electron Volt per Kelvin
+ + +.. raw:: html + +
+ +ElectronVoltPerTesla +-------------------- + +* http://emmo.info/emmo#ElectronVoltPerTesla + +.. raw:: html + + + + + + + + + + +
Elucidation"Electron Volt per Tesla" is a unit for 'Magnetic Dipole Moment' expressed as eV T⁻¹. + + -- QUDT
Alternative Label(s)Electron Volt per Tesla
+ + +.. raw:: html + +
+ +ElectronVoltSecond +------------------ + +* http://emmo.info/emmo#ElectronVoltSecond + +.. raw:: html + + + + + + + + + + +
Elucidation"Electron Volt Second" is a unit for 'Angular Momentum' expressed as eV s. + + -- QUDT
Alternative Label(s)Electron Volt Second
+ + +.. raw:: html + +
+ +ElectronicConductivity +---------------------- + +* http://emmo.info/electrochemistry#electrochemistry_ce74d2dc_d496_4116_b2fb_3e83d88bc744 + +.. raw:: html + + + + + + +
Elucidationmeasure of a substance's tendency towards electronic conduction
+ + +.. raw:: html + +
+ +ElectronicModel +--------------- + +* http://emmo.info/emmo#EMMO_6eca09be_17e9_445e_abc9_000aa61b7a11 + +.. raw:: html + + + + + + +
ElucidationA physics-based model based on a physics equation describing the behaviour of electrons.
+ + +.. raw:: html + +
+ +ElectronvoltPerMetre +-------------------- + +* http://emmo.info/emmo#ElectronvoltPerMetre + +.. raw:: html + + + + + + + + + + +
Elucidationunit electronvolt divided by the SI base unit metre + + -- QUDT
Alternative Label(s)Electronvolt Per Metre
+ + +.. raw:: html + +
+ +Electroosmosis +-------------- + +* http://emmo.info/electrochemistry#electrochemistry_5641910f_6e69_4ce4_be84_4b1bf14b8916 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationmovement of a fluid through a diaphragm, produced by application of an electric field
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-01
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electro-osmosis
Wikidata Referencehttps://www.wikidata.org/wiki/Q241065
+ + +.. raw:: html + +
+ +Electroplating +-------------- + +* http://emmo.info/electrochemistry#electrochemistry_a2b92d2e_4431_411e_8da5_a4c08bac2c0e + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationprocess inside an electrolytic cell used to coat a conductive object with a layer of a material
Alternative Label(s)Galvanizing
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-17
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electroplating
CommentThe process of depositing a usually thin layer of metal upon a usually metallic substrate (or any other conductor, e.g. graphite), in order to improve the appearance, and/or to change the surface properties of the substrate.
+ + +.. raw:: html + +
+ +Electroplating +-------------- + +* http://emmo.info/emmo#EMMO_30e3edb5_0977_4b9b_9aed_5a4d16c1c07c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElementalMaterial +----------------- + +* http://emmo.info/emmo#EMMO_a086af15_a7c3_404c_b4ce_c8e4466f1b4b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElementalSubstance +------------------ + +* http://emmo.info/emmo#EMMO_436b11bd_1756_4821_9f14_c9ed6b67552e + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationA chemical substance composed of atoms with the same number of protons in the atomic nucleus.
Alternative Label(s)PureSubstance
IUPAC Referencehttps://doi.org/10.1351/goldbook.C01022
+ + +.. raw:: html + +
+ +ElementaryBoson +--------------- + +* http://emmo.info/emmo#EMMO_cafd0f10_ce85_48b9_9a36_2b0af141ce21 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElementaryCharge +---------------- + +* http://emmo.info/emmo#EMMO_58a650f0_a638_4743_8439_535a325e5c4c + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationThe magnitude of the electric charge carried by a single electron. It defines the base unit Ampere in the SI system.
IUPAC Referencehttps://doi.org/10.1351/goldbook.E02032
CommentThe DBpedia definition (http://dbpedia.org/page/Elementary_charge) is outdated as May 20, 2019. It is now an exact quantity.
+ + +.. raw:: html + +
+ +ElementaryFermion +----------------- + +* http://emmo.info/emmo#EMMO_820619ca_b23e_4c7a_8543_18a17722abc0 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ElementaryParticle +------------------ + +* http://emmo.info/emmo#EMMO_7b79b2ac_3cf2_4d3b_8cdc_bcabb59d869e + +.. raw:: html + + + + + + + + + + +
ElucidationA chausal chain whose quantum parts are of the same standard model fundamental type.
Alternative Label(s)SingleParticleChain
+ + +.. raw:: html + +
+ +EmergencyBattery +---------------- + +* http://emmo.info/battery#battery_27e2df40_b85d_4cdb_8469_b3b61b18e4ce + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationbattery which supplies electric energy to an electric circuit when the normal power supply of this electric circuit is interrupted.
Alternative Label(s)BackUpBattery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-15
+ + +.. raw:: html + +
+ +EmpiricalFormula +---------------- + +* http://emmo.info/emmo#EMMO_6afdb7e8_2a0b_444d_bde3_8d67d98180c0 + +.. raw:: html + + + + + + +
ElucidationAn expression that provide information about the element type of a compound and their relative ratio.
+ + +.. raw:: html + +
+ +EmpiricalSimulationSoftware +--------------------------- + +* http://emmo.info/emmo#EMMO_67c70dcd_2adf_4e6c_b3f8_f33dd1512487 + +.. raw:: html + + + + + + +
ElucidationA computational application that uses an empiric equation to predict the behaviour of a system without relying on the knowledge of the actual physical phenomena occurring in the object.
+ + +.. raw:: html + +
+ +Emulsion +-------- + +* http://emmo.info/emmo#EMMO_40e18c93_a1b5_49ff_b06a_d9d932d1fb65 + +.. raw:: html + + + + + + +
ElucidationAn emulsion is a mixture of two or more liquids that are normally immiscible (a liquid-liquid heterogeneous mixture).
+ + +.. raw:: html + +
+ +EncodedData +----------- + +* http://emmo.info/emmo#EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationA causal object whose properties variation are encoded by an agent and that can be decoded by another agent according to a specific rule.
Alternative Label(s)EncodedVariation
Wikipedia Referencehttps://no.wikipedia.org/wiki/Data
CommentVariations in data are generated by an agent (not necessarily human) and are intended to be decoded by the same or another agent using the same encoding rules. + Data are always generated by an agent but not necessarily possess a semantic meaninig, either because it's lost or unknown or because simply they possess none (e.g. a random generation of symbols). + A data object may be used as the physical basis for a sign, under Semiotics perspective.
+ + +.. raw:: html + +
+ +EndStep +------- + +* http://emmo.info/emmo#EMMO_8a2a1cbc_dfc3_4e6c_b337_00ee56fd438a + +.. raw:: html + + + + + + +
ElucidationThe final step of a workflow.
+ + +.. raw:: html + +
+ +EndTile +------- + +* http://emmo.info/emmo#EMMO_edf72228_e040_4edc_8b46_78b2a47c72d7 + +.. raw:: html + + + + + + +
Elucidationhttp://emmo.info/emmo#EMMO_c0f48dc6_4a32_4d9a_a956_d68415954a8e
+ + +.. raw:: html + +
+ +Energy +------ + +* http://emmo.info/emmo#EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationA property of objects which can be transferred to other objects or converted into different forms.
IUPAC Referencehttps://doi.org/10.1351/goldbook.E02101
CommentEnergy is often defined as "ability of a system to perform work", but it might be misleading since is not necessarily available to do work.
+ + +.. raw:: html + +
+ +EnergyAreaUnit +-------------- + +* http://emmo.info/emmo#EMMO_88f36585_bd30_4160_b975_61362f3468a9 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +EnergyDensityOfStates +--------------------- + +* http://emmo.info/emmo#EMMO_71a0d05d_4c29_4eae_aff1_fb34b8d36f96 + +.. raw:: html + + + + + + + + + + +
ElucidationQuantity in condensed matter physics.
Wikidata Referencehttps://www.wikidata.org/wiki/Q105687031
+ + +.. raw:: html + +
+ +EnergyDensityOfStatesUnit +------------------------- + +* http://emmo.info/emmo#EMMO_971c8cb1_156f_4a70_a72c_2d851d4d2b20 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +EnergyDensityOfStorage +---------------------- + +* http://emmo.info/electrochemistry#electrochemistry_4aa1b96e_44a0_4b1a_a0ac_723d0223d80b + +.. raw:: html + + + + + + + + + + +
Elucidationthe quotient of the energy of an energy-storage device or system and its volume
Alternative Label(s)EnergyDensity
+ + +.. raw:: html + +
+ +EnergyDistributionOfCrossSection +-------------------------------- + +* http://emmo.info/emmo#EMMO_5d61057e_d7f1_43e4_98fa_ae04e0cb470a + +.. raw:: html + + + + + + + + + + +
ElucidationDifferential quotient of the cross section for a process and the energy of the scattered particle.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98267245
+ + +.. raw:: html + +
+ +EnergyEfficiency +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_79198264_cdf5_4fc3_8bcf_e5140a52547a + +.. raw:: html + + + + + + + + + + +
Elucidationratio of the electric energy provided from a secondary battery [ or electrochemical device ] during discharge to the electric energy supplied to the battery during the preceding charge
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-53
+ + +.. raw:: html + +
+ +EnergyFluence +------------- + +* http://emmo.info/emmo#EMMO_c9aa84db_e12f_4ab7_8807_0c09d5dba2cb + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationIn nuclear physics, incident radiant energy per cross-sectional area.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-17
Wikidata Referencehttps://www.wikidata.org/wiki/Q98538612
+ + +.. raw:: html + +
+ +EnergyFluenceRate +----------------- + +* http://emmo.info/emmo#EMMO_f8736fbd_b1e3_4fdc_bf5f_f69f54aef3bb + +.. raw:: html + + + + + + + + + + +
ElucidationIn nuclear physics, time derivative of the energy fluence.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98538655
+ + +.. raw:: html + +
+ +EnergyImparted +-------------- + +* http://emmo.info/emmo#EMMO_5d7f00a7_0374_4517_b5a8_62b154f33cc6 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationSum of energies deposited by ionizing radiation in a given volume.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-34
Wikidata Referencehttps://www.wikidata.org/wiki/Q99526944
+ + +.. raw:: html + +
+ +EnergyLengthPerAmountUnit +------------------------- + +* http://emmo.info/emmo#EMMO_8fb052e8_fcca_43ce_85db_55266baf2d7c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +EnergyPerAmountUnit +------------------- + +* http://emmo.info/emmo#EMMO_0972cb08_48bd_4524_ac03_8a2e7f30f02f + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +EnergyPerSquareMagneticFluxDensityUnit +-------------------------------------- + +* http://emmo.info/emmo#EMMO_df1d3a25_eba2_4530_9803_d82d349f4051 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +EnergyStorageCapability +----------------------- + +* http://emmo.info/electrochemistry#electrochemistry_46376e5d_9627_4514_9881_9e62083625c3 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationamount of energy that can be stored in a device under specific conditions
Alternative Label(s)BatteryEnergy
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-21
+ + +.. raw:: html + +
+ +EnergyTimePerAmountUnit +----------------------- + +* http://emmo.info/emmo#EMMO_4fdf946a_9c40_4d71_80ab_e4221ff6a534 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +EnergyUnit +---------- + +* http://emmo.info/emmo#EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Enthalpy +-------- + +* http://emmo.info/emmo#EMMO_4091d5ec_a4df_42b9_a073_9a090839279f + +.. raw:: html + + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.E02141
CommentMeasurement of energy in a thermodynamic system.
+ + +.. raw:: html + +
+ +Entropy +------- + +* http://emmo.info/emmo#EMMO_9bbab0be_f9cc_4f46_9f46_0fd271911b79 + +.. raw:: html + + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.E02149
CommentLogarithmic measure of the number of available states of a system.
+ + +.. raw:: html + +
+ +EntropyPerAmountUnit +-------------------- + +* http://emmo.info/emmo#EMMO_3cb55500_dc5b_4586_bbf3_1d4158afac35 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +EntropyPerMassUnit +------------------ + +* http://emmo.info/emmo#EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +EntropyUnit +----------- + +* http://emmo.info/emmo#EMMO_3ecff38b_b3cf_4a78_b49f_8580abf8715b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +EqualizationCharge +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_990d19b8_672a_4219_a2b3_0a25bfa13f69 + +.. raw:: html + + + + + + + + + + +
Elucidationextended charge to ensure an equal state of charge of all cells in a battery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-40
+ + +.. raw:: html + +
+ +Equals +------ + +* http://emmo.info/emmo#EMMO_535d75a4_1972_40bc_88c6_ca566386934f + +.. raw:: html + + + + + + +
ElucidationThe equals symbol.
+ + +.. raw:: html + +
+ +Equation +-------- + +* http://emmo.info/emmo#EMMO_e56ee3eb_7609_4ae1_8bed_51974f0960a6 + +.. raw:: html + + + + + + + + + + +
ElucidationThe class of 'mathematical'-s that stand for a statement of equality between two mathematical expressions.
CommentAn equation with variables can always be represented as: + + f(v0, v1, ..., vn) = g(v0, v1, ..., vn) + + where f is the left hand and g the right hand side expressions and v0, v1, ..., vn are the variables.
+ + +.. raw:: html + +
+ +EquilibriumConstant +------------------- + +* http://emmo.info/emmo#EMMO_066937f0_ea5c_4b06_8739_53f66d5ef89e + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationfor solutions, product for all substances B of concentration c_B of substance B in power of its stoichiometric number v_B: K_p = \sum_B{c_B^{v_B}}.
Alternative Label(s)EquilibriumConstantConcentrationBasis
IUPAC Referencehttps://doi.org/10.1351/goldbook.E02177
Wikipedia Referencehttps://en.wikipedia.org/wiki/Equilibrium_constant
Wikidata Referencehttps://www.wikidata.org/wiki/Q857809
CommentThe physical dimension can change based on the stoichiometric numbers of the substances involved.
+ + +.. raw:: html + +
+ +EquilibriumElectrodePotential +----------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_d91940f0_c8b6_4505_9b68_6bf6cfc5c544 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationpotential of an electrode when no electric current flows through the cell and all local charge transfer equilibria across phase boundaries that are represented in the cell diagram (except at possible electrolyte-electrolyte junctions) and local chemical equilibria are established
Alternative Label(s)EquilibriumPotential, EquilibriumPotential, EquilibriumPotential, NernstPotential, NernstPotential, NernstPotential, ReversiblePotential, ReversiblePotential, ReversiblePotential
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-12
Wikipedia Referencehttps://en.wikipedia.org/wiki/Reversal_potential
CommentEeq is related to the standard electrode potential by the Nernst equation.
+ + +.. raw:: html + +
+ +EquilibriumPositionVector +------------------------- + +* http://emmo.info/emmo#EMMO_6110af0a_bc82_4c9e_aa4b_b45d08d9c9e0 + +.. raw:: html + + + + + + + + + + +
ElucidationIn condensed matter physics, position vector of an atom or ion in equilibrium.
Wikidata Referencehttps://www.wikidata.org/wiki/Q105533477
+ + +.. raw:: html + +
+ +ErbiumAtom +---------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_14729316-fa36-5eda-a5e6-86e28a5d80ba + +.. raw:: html + + + + + + +
ElucidationAtom subclass for erbium.
+ + +.. raw:: html + +
+ +ErbiumSymbol +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_357b32b5-7d1b-5649-b9bd-2b1b9359fcd0 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Estimated +--------- + +* http://emmo.info/emmo#EMMO_9b87d718_9dcc_4f7d_ad20_12c2aa4c76be + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Estimation +---------- + +* http://emmo.info/emmo#EMMO_1c0b22a2_be82_4fa8_9e2b_a569a625d442 + +.. raw:: html + + + + + + +
ElucidationA determination of an object without any actual interaction.
+ + +.. raw:: html + +
+ +Estimator +--------- + +* http://emmo.info/emmo#EMMO_4a1c73f1_b6f5_4d10_a3a6_5de90bac7cd0 + +.. raw:: html + + + + + + +
ElucidationA characteriser that declares a property for an object without actually interact with it with the specific interaction required by the property definition (i.e. infer a property from other properties).
+ + +.. raw:: html + +
+ +Ethanol +------- + +* http://emmo.info/emmo#material_b403f5ab_25b5_4721_983d_2792a7624972 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)EtOH
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ethanol
Wikidata Referencehttps://www.wikidata.org/wiki/Q153
+ + +.. raw:: html + +
+ +EthylAcetate +------------ + +* http://emmo.info/emmo#material_fdfcbe9c_164d_4e11_b547_519a1abed8d0 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)EA
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ethyl_acetate
Wikidata Referencehttps://www.wikidata.org/wiki/Q407153
+ + +.. raw:: html + +
+ +EthylMethylCarbonate +-------------------- + +* http://emmo.info/emmo#material_bb20bdea_343c_4911_8c45_37fc1077d22f + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)EMC
Wikidata Referencehttps://www.wikidata.org/wiki/Q15632858
+ + +.. raw:: html + +
+ +Ethylbenzene +------------ + +* http://emmo.info/emmo#material_f1e2238d_f5eb_45b0_9209_f493f821fffc + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationEthylbenzene is an alkylbenzene carrying an ethyl substituent. It is a constituent of coal tar and petroleum.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ethylbenzene
Wikidata Referencehttps://www.wikidata.org/wiki/Q409184
+ + +.. raw:: html + +
+ +EthyleneCarbonate +----------------- + +* http://emmo.info/emmo#material_57339d90_0553_4a96_8da9_ff6c3684e226 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationEthylene carbonate is a carbonate ester.
Alternative Label(s)EC
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ethylene_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q421145
+ + +.. raw:: html + +
+ +Ethylmonoglyme +-------------- + +* http://emmo.info/emmo#material_da29bb03_cd0d_44b2_9c94_f62ae56f5def + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)EthyleneGlycolDiethylEther
Wikidata Referencehttps://www.wikidata.org/wiki/Q1223259
+ + +.. raw:: html + +
+ +EuclideanSpace +-------------- + +* http://emmo.info/emmo#EMMO_5f278af9_8593_4e27_a717_ccc9e07a0ddf + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +EuropiumAtom +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_8aa13073-865b-5035-b128-43a4758a0302 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for europium.
+ + +.. raw:: html + +
+ +EuropiumSymbol +-------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_4894a40d-6bf5-54a2-8b21-e9b278e0e973 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Exa +--- + +* http://emmo.info/emmo#3f2d29d9_6d27_43bd_a1bc_85475eae98be + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ExaPrefixedUnit +--------------- + +* http://emmo.info/emmo#EMMO_5cf9f86c_86f5_40c4_846d_60371f670e0a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ExactConstant +------------- + +* http://emmo.info/emmo#EMMO_89762966_8076_4f7c_b745_f718d653e8e2 + +.. raw:: html + + + + + + +
ElucidationPhysical constant used to define a unit system. Hence, when expressed in that unit system they have an exact value with no associated uncertainty.
+ + +.. raw:: html + +
+ +ExchangeCurrent +--------------- + +* http://emmo.info/electrochemistry#electrochemistry_ccde24bb_790a_40ca_a06e_cea156a61031 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationthe common value (i0) of the anodic and cathodic partial currents when the reaction is at equilibrium
IUPAC Referencehttps://goldbook.iupac.org/terms/view/E02238
CommentFor an electrode at equilibrium at which only one reaction is significant i = 0. When more than one reaction is significant at a given electrode, subscripts to i0 may be used to distinguish exchange currents. i is not usually zero when only one of these reactions is at equilibrium.
+ + +.. raw:: html + +
+ +ExchangeCurrentDensity +---------------------- + +* http://emmo.info/electrochemistry#electrochemistry_e9fd9ef9_adfe_46cb_b2f9_4558468a25e7 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationdefined by j0 = i0/A, where i0 is the exchange current of the electrode reaction and A is usually taken as the geometric area of the electrode
Alternative Label(s)MeanExchangeCurrentDensity
IUPAC Referencehttps://goldbook.iupac.org/terms/view/M03777
Wikipedia Referencehttps://en.wikipedia.org/wiki/Exchange_current_density
+ + +.. raw:: html + +
+ +ExchangeIntegral +---------------- + +* http://emmo.info/emmo#EMMO_e5e17147_64a9_47c9_b3d1_2d4ab23eed54 + +.. raw:: html + + + + + + + + + + +
Elucidationconstituent of the interaction energy between the spins of adjacent electrons in matter arising from the overlap of electron state functions
Wikidata Referencehttps://www.wikidata.org/wiki/Q10882959
+ + +.. raw:: html + +
+ +Existent +-------- + +* http://emmo.info/emmo#EMMO_52211e5e_d767_4812_845e_eb6b402c476a + +.. raw:: html + + + + + + + + + + +
ElucidationA 'Physical' which is a tessellation of 'State' temporal direct parts.
Comment'Existent' is the EMMO class to be used for representing real world physical objects under a reductionistic perspective (i.e. objects come from the composition of sub-part objects, both in time and space). + + 'Existent' class collects all individuals that stand for physical objects that can be structured in well defined temporal sub-parts called states, through the temporal direct parthood relation. + + This class provides a first granularity hierarchy in time, and a way to axiomatize tessellation principles for a specific whole with a non-transitivity relation (direct parthood) that helps to retain the granularity levels. + + e.g. a car, a supersaturated gas with nucleating nanoparticles, an atom that becomes ionized and then recombines with an electron.
+ + +.. raw:: html + +
+ +Experiment +---------- + +* http://emmo.info/emmo#EMMO_22522299_4091_4d1f_82a2_3890492df6db + +.. raw:: html + + + + + + +
ElucidationAn experiment is a process that is intended to replicate a physical phenomenon in a controlled environment.
+ + +.. raw:: html + +
+ +Exponent +-------- + +* http://emmo.info/emmo#EMMO_223d9523_4169_4ecd_b8af_acad1215e1ff + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Exposure +-------- + +* http://emmo.info/emmo#EMMO_d2b37868_7b74_469b_ae26_0a7153c23222 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationAbsolute value of the electric charge of ions produced in dry air by X- or gamma radiation per mass of air.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-32
Wikidata Referencehttps://www.wikidata.org/wiki/Q336938
+ + +.. raw:: html + +
+ +ExposureRate +------------ + +* http://emmo.info/emmo#EMMO_c12eb68b_8526_4c35_8346_c27194946353 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationTime derivative of exposure.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-42
Wikidata Referencehttps://www.wikidata.org/wiki/Q99720212
+ + +.. raw:: html + +
+ +Expression +---------- + +* http://emmo.info/emmo#EMMO_f9bc8b52_85e9_4b53_b969_dd7724d5b8e4 + +.. raw:: html + + + + + + +
ElucidationA well-formed finite combination of mathematical symbols according to some specific rules.
+ + +.. raw:: html + +
+ +Extensive +--------- + +* http://emmo.info/emmo#EMMO_194100e1_e11a_4b7c_bb5a_171655679fc8 + +.. raw:: html + + + + + + + + + + +
ElucidationA quantity whose magnitude is additive for subsystems.
CommentNote that not all physical quantities can be categorised as being either intensive or extensive. For example the square root of the mass.
+ + +.. raw:: html + +
+ +ExtentOfReaction +---------------- + +* http://emmo.info/emmo#EMMO_e35d2cb2_e915_4667_bbe1_1149b19777cb + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationDifference between equilibrium and initial amount of a substance, divided by its stoichiometric number.
IUPAC Referencehttps://doi.org/10.1351/goldbook.E02283
Wikidata Referencehttps://www.wikidata.org/wiki/Q899046
+ + +.. raw:: html + +
+ +Extrusion +--------- + +* http://emmo.info/emmo#EMMO_c9a2307d_51d0_426b_ae2f_85f5a44934e0 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +FORTRAN +------- + +* http://emmo.info/emmo#EMMO_aab6a0cc_2fbd_43ac_ac5a_b7b7b75331dc + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Factory +------- + +* http://emmo.info/emmo#EMMO_02122e58_e0b3_4274_bdd4_745f64a61645 + +.. raw:: html + + + + + + + + + + +
ElucidationA building or group of buildings where goods are manufactured or assembled.
Alternative Label(s)IndustrialPlant
+ + +.. raw:: html + +
+ +Farad +----- + +* http://emmo.info/emmo#Farad + +.. raw:: html + + + + + + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.F02320
Wikipedia Referencehttp://en.wikipedia.org/wiki/Farad?oldid=493070876
CommentMeasurement unit for electric capacitance.
+ + +.. raw:: html + +
+ +FaradPerKiloMetre +----------------- + +* http://emmo.info/emmo#FaradPerKiloMetre + +.. raw:: html + + + + + + + + + + +
ElucidationSI derived unit farad divided by the 1 000-fold of the SI base unit metre + + -- QUDT
Alternative Label(s)Farad Per Kilometre
+ + +.. raw:: html + +
+ +FaradPerMetre +------------- + +* http://emmo.info/emmo#FaradPerMetre + +.. raw:: html + + + + + + + + + + +
ElucidationFarad Per Meter (F/m) is a unit in the category of Electric permittivity. It is also known as farad/meter. This unit is commonly used in the SI unit system. Farad Per Meter has a dimension of M-1L-3T4I2 where M is mass, L is length, T is time, and I is electric current. This unit is the standard SI unit in this category. + + -- QUDT
Alternative Label(s)Farad per Metre
+ + +.. raw:: html + +
+ +FaradaicCurrent +--------------- + +* http://emmo.info/electrochemistry#electrochemistry_2a2f59b7_aa16_40aa_9c8b_0de8a2720456 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationelectric current that results from the electrooxidation or electroreduction of an electroactive substance
IUPAC Referencehttps://goldbook.iupac.org/terms/view/F02321
Wikipedia Referencehttps://en.wikipedia.org/wiki/Faradaic_current
Wikidata Referencehttps://www.wikidata.org/wiki/Q5434687
CommentCurrent that is produced by other processes, for example by diffusion of charged species, is termed ‘non- faradaic current’.
+ + +.. raw:: html + +
+ +FaradayConstant +--------------- + +* http://emmo.info/electrochemistry#electrochemistry_77f9d496_555e_4ae2_ae80_f297ef8335ca + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationfundamental physical constant representing molar elementary charge
IUPAC Referencehttps://doi.org/10.1351/goldbook.F02325
Wikipedia Referencehttps://en.wikipedia.org/wiki/Faraday_constant
Wikidata Referencehttps://www.wikidata.org/wiki/Q192819
+ + +.. raw:: html + +
+ +FaradaysFirstLawOfElectrolysis +------------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_1152ae6b_8b57_4d99_912e_40c6a29342fb + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationmass m of electrochemically-transformed substance is proportional to the charge Q passed, m ∝ Q.
Alternative Label(s)FaradaysLaw, FaradaysLawOfElectrolysis
Wikipedia Referencehttps://en.wikipedia.org/wiki/Faraday%27s_laws_of_electrolysis#First_law
+ + +.. raw:: html + +
+ +FaradaysSecondLawOfElectrolysis +------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_60c5b2e5_164a_4ce6_8409_f386f5e50c03 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationwhen the same electric charge (quantity of electricity) Q is passed through several electrolytes, the mass, m_i, of the substances deposited are proportional to their respective chemical equivalent molar mass, M_i/z_i.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Faraday%27s_laws_of_electrolysis#Second_law
Commentm_1/m_2 = (M_1/z_1) / (M_2/z_2)
+ + +.. raw:: html + +
+ +FastFissionFactor +----------------- + +* http://emmo.info/emmo#EMMO_cb62c651_f41a_4e12_a374_a3da3db1d2ff + +.. raw:: html + + + + + + + + + + +
ElucidationIn an infinite medium, the ratio of the mean number of neutrons produced by fission due to neutrons of all energies to the mean number of neutrons produced by fissions due to thermal neutrons only.
Wikidata Referencehttps://www.wikidata.org/wiki/Q99197493
+ + +.. raw:: html + +
+ +FaurePlate +---------- + +* http://emmo.info/battery#battery_7aa76ea6_f388_4b1b_9d77_187526a1e31f + +.. raw:: html + + + + + + + + + + +
Elucidationpasted flat plate with a grid current collector used in a lead acid battery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-19
+ + +.. raw:: html + +
+ +Femto +----- + +* http://emmo.info/emmo#7fd8ec39_1c4b_4ff3_9bc8_0bf3c27e2db0 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +FemtoPrefixedUnit +----------------- + +* http://emmo.info/emmo#EMMO_23bfe79a_cade_48f1_9a8c_fd96e6bac8ba + +.. raw:: html + + + + + + +
ElucidationSuperclass for all units prefixed with "femto" (1e-15).
+ + +.. raw:: html + +
+ +FermiAnglularWaveNumber +----------------------- + +* http://emmo.info/emmo#EMMO_6aad14ae_5ca1_4d19_aa6c_56448ff534b6 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationangular wavenumber of electrons in states on the Fermi sphere
Alternative Label(s)FermiAnglularRepetency
Wikidata Referencehttps://www.wikidata.org/wiki/Q105554303
+ + +.. raw:: html + +
+ +FermiEnergy +----------- + +* http://emmo.info/emmo#EMMO_9eb2d590_2115_4edd_aa8e_345d60921765 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationin a metal, highest occupied energy level at zero thermodynamic temperature, where energy level means the energy of an electron in the interior of a substance
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-06-18
IUPAC Referencehttps://doi.org/10.1351/goldbook.F02340
Wikidata Referencehttps://www.wikidata.org/wiki/Q431335
+ + +.. raw:: html + +
+ +FermiTemperature +---------------- + +* http://emmo.info/emmo#EMMO_fdd744f7_72e5_4060_86a7_93ff361237d6 + +.. raw:: html + + + + + + + + + + +
Elucidationin the free electron model, the Fermi energy divided by the Boltzmann constant
Wikidata Referencehttps://www.wikidata.org/wiki/Q105942324
+ + +.. raw:: html + +
+ +Fermion +------- + +* http://emmo.info/emmo#EMMO_53dced52_34f6_4cf0_8a99_ddf451861543 + +.. raw:: html + + + + + + + + + + +
ElucidationA physical particle with half odd integer spin (1/2, 3/2, etc...) that follows Fermi-Dirac statistics.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Fermion
+ + +.. raw:: html + +
+ +FermiumAtom +----------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_5ee30708-feb6-54c0-977e-3d069e496a76 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for fermium.
+ + +.. raw:: html + +
+ +FermiumSymbol +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_9c5b1294-ac9e-554f-a135-a3d72a763d9c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +FiberReinforcePlasticManufacturing +---------------------------------- + +* http://emmo.info/emmo#EMMO_c2d9d370_f9eb_40be_b01e_7ceba8f7457f + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +FiberboardManufacturing +----------------------- + +* http://emmo.info/emmo#EMMO_d700aed9_2eb9_4e26_ba30_81cc36157fb1 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +File +---- + +* http://emmo.info/emmo#EMMO_998dd3a0-c85f-4c8d-9fb8-816a93cc3bb8 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +FilledChargedBattery +-------------------- + +* http://emmo.info/battery#battery_eb962056_c48c_439a_a1a7_a2868e2e312f + +.. raw:: html + + + + + + + + + + +
Elucidationstate of delivery of some types of secondary battery where the cells contain electrolyte and whose plates are in a charged state
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-32
+ + +.. raw:: html + +
+ +FilledDischargedBattery +----------------------- + +* http://emmo.info/battery#battery_b8a811a8_733e_45e9_ac8a_8a6e93781265 + +.. raw:: html + + + + + + + + + + +
Elucidationstate of delivery of some types of secondary battery where the cells contain electrolyte and whose plates are in a discharged state
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-33
+ + +.. raw:: html + +
+ +Filling +------- + +* http://emmo.info/emmo#EMMO_095b3c46_2b60_43cb_bade_9ee9ac969720 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +FineStructureConstant +--------------------- + +* http://emmo.info/emmo#EMMO_d7d2ca25_03e1_4099_9220_c1a58df13ad0 + +.. raw:: html + + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.F02389
CommentA fundamental physical constant characterizing the strength of the electromagnetic interaction between elementary charged particles.
+ + +.. raw:: html + +
+ +FinishingCRate +-------------- + +* http://emmo.info/electrochemistry#electrochemistry_50674621_09ae_4f03_8ee9_3997b88c8b2a + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidation[an indicator of the] electric current at which a battery is charged towards the end of charge
Alternative Label(s)FinishingChargeRate
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-46
Commentthe quantity CRate is not used for energy-decoupled batteries like Redox Flox batteries
+ + +.. raw:: html + +
+ +FirstCharge +----------- + +* http://emmo.info/battery#battery_c6b0d98f_e566_46b1_9dea_635a3299c512 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationfirst charge given to a new secondary battery at beginning of its service life
Alternative Label(s)InitialCharge
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-43
+ + +.. raw:: html + +
+ +FirstGenerationFermion +---------------------- + +* http://emmo.info/emmo#EMMO_7773f63a_cd7c_4393_b36b_cd1b8a71565a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +FlameArrestorVent +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_ae56cce3_7a7c_4e53_bb58_31e0d642d47e + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationvent of special design which provides protection against the propagation of a flame front from or into the interior of a secondary cell
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-11
Commentthis flame front may originate from a spark or an external naked flame igniting combustible electrolysis gas
+ + +.. raw:: html + +
+ +FlameCutting +------------ + +* http://emmo.info/emmo#EMMO_e258099f_5361_463c_ba1d_51d7d730630f + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Flanging +-------- + +* http://emmo.info/emmo#EMMO_3086e6a8_edd9_4592_b33c_66d818835951 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +FleroviumAtom +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_7aa6b5b1-34c8-5d37-9db0-cc6a232f3946 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for flerovium.
+ + +.. raw:: html + +
+ +FleroviumSymbol +--------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_1c5c8217-481b-5ae9-b44f-9ec353f6ea93 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +FlowCell +-------- + +* http://emmo.info/electrochemistry#electrochemistry_95e4aa95_b7e9_40d7_b78e_4d7dcc31093d + +.. raw:: html + + + + + + + + + + +
Elucidationan electrochemical cell in which the active materials are flowed through the cell from an external source
Alternative Label(s)ElectrochemicalFlowCell
+ + +.. raw:: html + +
+ +Fluid +----- + +* http://emmo.info/emmo#EMMO_87ac88ff_8379_4f5a_8c7b_424a8fff1ee8 + +.. raw:: html + + + + + + +
ElucidationA continuum that has no fixed shape and yields easily to external pressure.
+ + +.. raw:: html + +
+ +Fluorine +-------- + +* http://emmo.info/emmo#material_505b0b88_e622_43e7_bf5e_d04c0b540ccb + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)F2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Fluorine
Wikidata Referencehttps://www.wikidata.org/wiki/Q650
+ + +.. raw:: html + +
+ +FluorineAtom +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_ff4e0ff1-a3ea-5c59-82dc-75f0abad66eb + +.. raw:: html + + + + + + +
ElucidationAtom subclass for fluorine.
+ + +.. raw:: html + +
+ +FluorineDopedTinOxideElectrode +------------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_339e1ba1_2006_4f22_aac4_3ce75edf1088 + +.. raw:: html + + + + + + +
Alternative Label(s)FTOElectrode
+ + +.. raw:: html + +
+ +FluorineSymbol +-------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_36a32a8c-8307-5b09-adcb-bbaeb9e36b49 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +FluoroethyleneCarbonate +----------------------- + +* http://emmo.info/emmo#material_20004d19_02cf_4667_a09f_b5c595b44b1f + +.. raw:: html + + + + + + +
Alternative Label(s)FEC
+ + +.. raw:: html + +
+ +Foam +---- + +* http://emmo.info/emmo#EMMO_1f5e3e7e_72c9_40d4_91dd_ae432d7b7018 + +.. raw:: html + + + + + + +
ElucidationA colloid formed by trapping pockets of gas in a liquid or solid.
+ + +.. raw:: html + +
+ +Foaming +------- + +* http://emmo.info/emmo#EMMO_865a1a70_02e8_40b2_948d_078e636c8701 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Foil +---- + +* http://emmo.info/electrochemistry#electrochemistry_1d5377a7_9f2b_4fdf_958a_7eeadce158d6 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Folding +------- + +* http://emmo.info/emmo#EMMO_aa446897_0683_4e9b_9b0e_b6081d2d70d8 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Force +----- + +* http://emmo.info/emmo#EMMO_1f087811_06cb_42d5_90fb_25d0e7e068ef + +.. raw:: html + + + + + + + + + + +
ElucidationAny interaction that, when unopposed, will change the motion of an object
IUPAC Referencehttps://doi.org/10.1351/goldbook.F02480
+ + +.. raw:: html + +
+ +ForceAreaUnit +------------- + +* http://emmo.info/emmo#EMMO_cb77e107_43ed_4a97_bf39_03b3587404d3 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ForcePerLengthUnit +------------------ + +* http://emmo.info/emmo#EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ForceUnit +--------- + +* http://emmo.info/emmo#EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Fork +---- + +* http://emmo.info/emmo#EMMO_1ce18268_dc63_42af_9113_6589331b5562 + +.. raw:: html + + + + + + +
ElucidationA tessellation in wich a tile has next two or more non spatially connected tiles.
+ + +.. raw:: html + +
+ +FormalElectrodePotential +------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_b21de1ef_6c15_4d63_b320_c9b96fbf186f + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationequilibrium electrode potential under conditions of unit concentration of species involved in the electrode reaction
Alternative Label(s)FormalPotential, FormalPotential, FormalPotential
CommentE^{\circ '}
+ + +.. raw:: html + +
+ +FormationCycling +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_cb223440_51bd_4f16_a536_96ec408e7de4 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +FormicAcid +---------- + +* http://emmo.info/emmo#material_032dde57_9fb4_4cd4_b212_282ff72ea152 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)HCO2H
Wikipedia Referencehttps://en.wikipedia.org/wiki/Formic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q161233
+ + +.. raw:: html + +
+ +FormingFromChip +--------------- + +* http://emmo.info/emmo#EMMO_5e5656ef_971e_49e6_a32f_048b6e86c3e0 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +FormingFromGas +-------------- + +* http://emmo.info/emmo#EMMO_4e6c4c25_e937_40d5_9cd1_0f3b740cc0a8 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +FormingFromIonised +------------------ + +* http://emmo.info/emmo#EMMO_326e7731_76c5_402d_a041_c9b48a736963 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +FormingFromLiquid +----------------- + +* http://emmo.info/emmo#EMMO_d7432d8c_3182_4d61_a08f_dc686efaabe9 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +FormingFromPlastic +------------------ + +* http://emmo.info/emmo#EMMO_6523cad7_ea54_471c_adb7_e783f824ec09 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +FormingFromPowder +----------------- + +* http://emmo.info/emmo#EMMO_f8b20fd2_08b9_4368_b786_156e11d1cec8 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +FormingFromPulp +--------------- + +* http://emmo.info/emmo#EMMO_a46f2e3f_6d06_4968_a02f_55274d131130 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +FormingJoin +----------- + +* http://emmo.info/emmo#EMMO_78284835_f4ed_4a7c_914f_a7fdb460ed8e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Fraction +-------- + +* http://emmo.info/emmo#Fraction + +.. raw:: html + + + + + + +
ElucidationFraction is a unit for 'Dimensionless Ratio' expressed as the value of the ratio itself. + + -- QUDT
+ + +.. raw:: html + +
+ +FractionUnit +------------ + +* http://emmo.info/emmo#EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationUnit for fractions of quantities of the same kind, to aid the understanding of the quantity being expressed.
Alternative Label(s)RatioUnit
CommentQuantities that are ratios of quantities of the same kind (for example length ratios and amount fractions) have the option of being expressed with units (m/m, mol/mol to aid the understanding of the quantity being expressed and also allow the use of SI prefixes, if this + is desirable (μm/m, nmol/mol). + -- SI Brochure
+ + +.. raw:: html + +
+ +FranciumAtom +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_291a1550-d4cb-5934-b0db-0ea3c6a23932 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for francium.
+ + +.. raw:: html + +
+ +FranciumSymbol +-------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_c3a05192-7d78-5190-bc3e-3ea44cfc9d19 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Frequency +--------- + +* http://emmo.info/emmo#EMMO_852b4ab8_fc29_4749_a8c7_b92d4fca7d5a + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationNumber of periods per time interval.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-06-02
IUPAC Referencehttps://doi.org/10.1351/goldbook.FT07383
Wikidata Referencehttps://www.wikidata.org/wiki/Q11652
+ + +.. raw:: html + +
+ +FrequencyPerAreaTimeUnit +------------------------ + +* http://emmo.info/emmo#EMMO_7cfbe969_6ced_47a2_86c6_de33673c45d0 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +FrequencyPerVolumeUnit +---------------------- + +* http://emmo.info/emmo#EMMO_43e499a1_ca67_4380_ac08_cfc52a93ad04 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +FrequencyResponseAnalyser +------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_279ecc9f_bfbc_4108_ae40_3c1c0f735e60 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationanalyzes the output signal of a stimulated system
Alternative Label(s)FRA, FrequencyResponseAnalyzer
Commentbased on the Fourier Transform analysis
+ + +.. raw:: html + +
+ +FrequencyUnit +------------- + +* http://emmo.info/emmo#EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +FrogBattery +----------- + +* http://emmo.info/battery#battery_a48145f2_ba93_40c1_a4f7_0017ccff02b4 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationa battery comprising two electrodes of dissimilar metals with frog legs acting as the electrolyte
Wikipedia Referencehttps://en.wikipedia.org/wiki/Frog_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q5505233
CommentLuigi Galvani's early investigations of "animal electricity" with frog legs were a source of inspiration for Alessandro Volta's invention of the voltaic pile
+ + +.. raw:: html + +
+ +FuelCell +-------- + +* http://emmo.info/electrochemistry#electrochemistry_bd33779c_6f40_4354_ab5d_f6c17396414d + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationgalvanic cell that transforms chemical energy from continuously supplied reactants to electric energy by an electrochemical process.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-05
Wikipedia Referencehttps://en.wikipedia.org/wiki/Fuel_cell
Wikidata Referencehttps://www.wikidata.org/wiki/Q180253
+ + +.. raw:: html + +
+ +Fugacity +-------- + +* http://emmo.info/emmo#EMMO_9e2ab15a_f1c7_435b_91ff_bc774e6ba4e7 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationMeasure of the tendency of a substance to leave a phase.
IUPAC Referencehttps://doi.org/10.1351/goldbook.F02543
Wikidata Referencehttps://www.wikidata.org/wiki/Q898412
+ + +.. raw:: html + +
+ +FullCharge +---------- + +* http://emmo.info/battery#battery_1cfab1de_8a2c_49cd_abbe_a71a3f1ba78c + +.. raw:: html + + + + + + + + + + +
Elucidationstate of charge wherein all available active material is in a state such that the charging under the selected conditions produces no significant increase of capacity
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-42
+ + +.. raw:: html + +
+ +FullFlowBattery +--------------- + +* http://emmo.info/battery#battery_8c808507_976a_4225_8099_604dc7abc5ea + +.. raw:: html + + + + + + +
Elucidationa type of redox flow battery that store electroactive material only in external tanks
+ + +.. raw:: html + +
+ +FunctionalIcon +-------------- + +* http://emmo.info/emmo#EMMO_c7013b53_3071_410b_a5e4_a8d266dcdfb5 + +.. raw:: html + + + + + + + + + + +
ElucidationAn icon that imitates one representative character of the object. It share external similarities with the object, but not necessarily the same internal logical structure.
CommentThis subclass of icon inspired by Peirceian category (c) the metaphor, which represents the representative character of a sign by representing a parallelism in something else.
+ + +.. raw:: html + +
+ +Fundamental +----------- + +* http://emmo.info/emmo#EMMO_57c75ca1_bf8a_42bc_85d9_58cfe38c7df2 + +.. raw:: html + + + + + + + + + + +
ElucidationA whole that represent the overall lifetime of the world object that represents according to some holistic criteria.
Alternative Label(s)Lifetime, Maximal
+ + +.. raw:: html + +
+ +FundamentalAntiMatterParticle +----------------------------- + +* http://emmo.info/emmo#EMMO_9226c7af_573f_4762_865c_e3a68a4832dd + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +FundamentalBoson +---------------- + +* http://emmo.info/emmo#EMMO_fa3c9d4d_9fc9_4e8a_82c1_28c84e34133a + +.. raw:: html + + + + + + + + + + +
ElucidationA boson that is a single elementary particle.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Boson#Elementary_bosons
+ + +.. raw:: html + +
+ +FundamentalFermion +------------------ + +* http://emmo.info/emmo#EMMO_8dbaf3ca_8f0d_4c45_92e1_c6d805b83c87 + +.. raw:: html + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Fermion
+ + +.. raw:: html + +
+ +FundamentalInteraction +---------------------- + +* http://emmo.info/emmo#EMMO_43a4e80d_6ae9_45ed_8cfb_fd0a5339bf87 + +.. raw:: html + + + + + + +
ElucidationA causal system that is the representation of a Feynman diagram, where quantum represents the real particles entering and exiting the system.
+ + +.. raw:: html + +
+ +FundamentalLatticeVector +------------------------ + +* http://emmo.info/emmo#EMMO_03d32783_3780_43c3_8b73_7efe9aeeed54 + +.. raw:: html + + + + + + + + + + +
ElucidationFundamental translation vector for the crystal lattice.
Wikidata Referencehttps://www.wikidata.org/wiki/Q105451063
+ + +.. raw:: html + +
+ +FundamentalMatterParticle +------------------------- + +* http://emmo.info/emmo#EMMO_dad35c10_dd6c_4602_8474_f4ef68517fe9 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +FundamentalReciprocalLatticeVector +---------------------------------- + +* http://emmo.info/emmo#EMMO_134b78a0_63f8_4f7f_8098_925d1d934e48 + +.. raw:: html + + + + + + + + + + +
ElucidationFundamental translation vectors for the reciprocal lattice.
Wikidata Referencehttps://www.wikidata.org/wiki/Q105475399
+ + +.. raw:: html + +
+ +GFactor +------- + +* http://emmo.info/emmo#EMMO_cd981768_f96b_4b65_85e6_19216c0e1dd4 + +.. raw:: html + + + + + + + + + + +
ElucidationRelation between observed magnetic moment of a particle and the related unit of magnetic moment.
Wikidata Referencehttps://www.wikidata.org/wiki/Q1951266
+ + +.. raw:: html + +
+ +GFactorOfNucleusOrNuclearParticle +--------------------------------- + +* http://emmo.info/emmo#EMMO_137c6f65_f393_43ca_9c6d_ac765de56a5a + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationQuotient of the magnetic dipole moment of an atom, and the product of the nuclear spin quantum number and the nuclear magneton.
Alternative Label(s)NuclearGFactor
Wikidata Referencehttps://www.wikidata.org/wiki/Q97591250
+ + +.. raw:: html + +
+ +GITT +---- + +* http://emmo.info/electrochemistry#electrochemistry_11895d59_3f97_4bad_badf_1a90f2347c2a + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationelectrochemical method that applies current pulses to an electrochemical cell at rest and measures the voltage response
Alternative Label(s)GalvanostaticIntermittentTitrationTechnique
Wikidata Referencehttps://www.wikidata.org/wiki/Q120906986
+ + +.. raw:: html + +
+ +GadoliniumAtom +-------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_0724601e-642c-5770-bc86-7078e7441664 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for gadolinium.
+ + +.. raw:: html + +
+ +GadoliniumSymbol +---------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_2563e18a-93d2-5d81-86d3-736295e9e519 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Gallium +------- + +* http://emmo.info/emmo#material_73d4606c_7460_4a5c_9413_793bdf35753e + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Gallium
Wikidata Referencehttps://www.wikidata.org/wiki/Q861
+ + +.. raw:: html + +
+ +GalliumAtom +----------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_71c716bf-75bb-529f-b7c8-9d36a7c58b3a + +.. raw:: html + + + + + + +
ElucidationAtom subclass for gallium.
+ + +.. raw:: html + +
+ +GalliumIOxide +------------- + +* http://emmo.info/emmo#material_bf83d174_677d_45ec_ab8b_fef7109ad91c + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)Ga2O
Wikipedia Referencehttps://en.wikipedia.org/wiki/Gallium(I)_oxide
+ + +.. raw:: html + +
+ +GalliumOxide +------------ + +* http://emmo.info/emmo#material_1988f19c_c06b_44ab_817e_dd23b9dfd9d5 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Ga2O3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Gallium(III)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q419487
+ + +.. raw:: html + +
+ +GalliumOxideCompound +-------------------- + +* http://emmo.info/emmo#material_0111fe83_2d6c_4df0_9fd3_500ddda7242c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GalliumSymbol +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_b546b51b-c19d-5368-8810-c9e4e9b1c1f3 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GalvanicCell +------------ + +* http://emmo.info/electrochemistry#electrochemistry_e248373f_294f_4ca4_9edf_0ad6653bb64f + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationelectrochemical cell in which chemical reactions occur spontaneously and chemical energy is converted into electrical energy.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-02
Wikipedia Referencehttps://en.wikipedia.org/wiki/Galvanic_cell
Wikidata Referencehttps://www.wikidata.org/wiki/Q209440
CommentAn electrochemical cell that spontaneously produces work.
+ + +.. raw:: html + +
+ +Galvanizing +----------- + +* http://emmo.info/emmo#EMMO_16d1606c_e562_43cd_a92c_0894abc2027b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Galvanostat +----------- + +* http://emmo.info/electrochemistry#electrochemistry_22725105_c941_4b14_a4a2_fcb627958607 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationinstrument which controls the electric current between the working electrode and the auxiliary electrode
Alternative Label(s)Amperostat
Wikipedia Referencehttps://en.wikipedia.org/wiki/Galvanostat
Wikidata Referencehttps://www.wikidata.org/wiki/Q5519411
+ + +.. raw:: html + +
+ +GalvanostaticCycling +-------------------- + +* http://emmo.info/electrochemistry#electrochemistry_79a8802e_8296_459a_b65d_6e5c79e1bf37 + +.. raw:: html + + + + + + +
Elucidationa cycling protocol in which an electrochemical cell is subject to alternating galvanostatic charging and discharging processes
+ + +.. raw:: html + +
+ +GalvanostaticProcess +-------------------- + +* http://emmo.info/electrochemistry#electrochemistry_78a8f60b_10c2_41ee_9946_d35437e1edb5 + +.. raw:: html + + + + + + +
Elucidationa process in which the electric current is kept constant
+ + +.. raw:: html + +
+ +GammaButyrolactone +------------------ + +* http://emmo.info/emmo#material_046a3fb1_cd54_4014_afd0_908a8ad1da5e + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationOne of the furans with a carbonyl thereby forming a cyclic lactone. It is an endogenous compound made from gamma-aminobutyrate and is the precursor of gamma-hydroxybutyrate. It is also used as a pharmacological agent and solvent.
Alternative Label(s)GBL, GButyrolactone
Wikipedia Referencehttps://en.wikipedia.org/wiki/Gamma-Butyrolactone
Wikidata Referencehttps://www.wikidata.org/wiki/Q79739
+ + +.. raw:: html + +
+ +GapEnergy +--------- + +* http://emmo.info/emmo#EMMO_69164f9e_c75d_4fbc_a0f8_af7a81bbd128 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationSmallest energy difference between the lowest level of conduction band and the highest level of valence band at zero thermodynamic temperature.
Alternative Label(s)BandgapEnergy
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-06-16
IUPAC Referencehttps://doi.org/10.1351/goldbook.B00593
Wikidata Referencehttps://www.wikidata.org/wiki/Q103982939
+ + +.. raw:: html + +
+ +Gas +--- + +* http://emmo.info/emmo#EMMO_04f2a2d5_e799_4692_a654_420e76f5acc1 + +.. raw:: html + + + + + + +
ElucidationGas is a compressible fluid, a state of matter that has no fixed shape and no fixed volume.
+ + +.. raw:: html + +
+ +GasDiffusionElectrode +--------------------- + +* http://emmo.info/electrochemistry#electrochemistry_bbb1d95b_72d1_44f6_b07e_a3d7d41ac215 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationa type of electrode specifically designed for gaseous reactants or products or both
Alternative Label(s)GDE, GDE, GDE
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=485-02-02
Wikipedia Referencehttps://en.wikipedia.org/wiki/Gas_diffusion_electrode
Wikidata Referencehttps://www.wikidata.org/wiki/Q909759
CommentA gas diffusion electrode usually comprises one or more porous layers, like the gas diffusion layer and the catalyst layer.
+ + +.. raw:: html + +
+ +GasLiquidSuspension +------------------- + +* http://emmo.info/emmo#EMMO_e0edfb9e_9a96_4fae_b942_831ffe27b84a + +.. raw:: html + + + + + + +
ElucidationA coarse dispersion of liquid in a gas continuum phase.
+ + +.. raw:: html + +
+ +GasMixture +---------- + +* http://emmo.info/emmo#EMMO_12a9a254_9791_4a00_b045_f397bc3ab2bc + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GasSolidSuspension +------------------ + +* http://emmo.info/emmo#EMMO_d4f37e32_16ae_4cc6_b4cd_fd896b2449c4 + +.. raw:: html + + + + + + +
ElucidationA coarse dispersion of solid in a gas continuum phase.
+ + +.. raw:: html + +
+ +GasSolution +----------- + +* http://emmo.info/emmo#EMMO_5be9c137_325a_43d8_b7cd_ea93e7721c2d + +.. raw:: html + + + + + + + + + + +
ElucidationA gaseous solution made of more than one component type.
Alternative Label(s)GasMixture
+ + +.. raw:: html + +
+ +GassingOfACell +-------------- + +* http://emmo.info/electrochemistry#electrochemistry_0f827b54_370d_4c63_99a6_80f13b24e55e + +.. raw:: html + + + + + + + + + + +
Elucidationevolution of gas resulting from electrolysis of the water in the electrolyte of a cell
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-51
+ + +.. raw:: html + +
+ +Gathering +--------- + +* http://emmo.info/emmo#b1862e72_219f_4fc0_b58c_b26339f6dc88 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GaugeBoson +---------- + +* http://emmo.info/emmo#EMMO_fd6559e8_ef94_460c_9dfc_bad5c68d63b4 + +.. raw:: html + + + + + + + + + + +
ElucidationA bosonic elementary particle that mediates interactions among elementary fermions, and thus acts as a force carrier.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Gauge_boson
+ + +.. raw:: html + +
+ +GaugePressure +------------- + +* http://emmo.info/emmo#EMMO_9e0891a6_4d87_4891_b557_69ab2bae1dae + +.. raw:: html + + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q109594211
+ + +.. raw:: html + +
+ +Gel +--- + +* http://emmo.info/emmo#EMMO_3995e22d_5720_4dcf_ba3b_d0ce03f514c6 + +.. raw:: html + + + + + + +
ElucidationA soft, solid or solid-like colloid consisting of two or more components, one of which is a liquid, present in substantial quantity.
+ + +.. raw:: html + +
+ +Geometrical +----------- + +* http://emmo.info/emmo#EMMO_b5957cef_a287_442d_a3ce_fd39f20ba1cd + +.. raw:: html + + + + + + +
ElucidationA 'graphical' aimed to represent a geometrical concept.
+ + +.. raw:: html + +
+ +Germanium +--------- + +* http://emmo.info/emmo#material_37c4342f_3c3f_47d3_97f0_761c8c877933 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Ge
Wikipedia Referencehttps://en.wikipedia.org/wiki/Germanium
Wikidata Referencehttps://www.wikidata.org/wiki/Q867
+ + +.. raw:: html + +
+ +GermaniumAtom +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_694e27a2-f3ee-5a3e-8851-d6f78d79d84e + +.. raw:: html + + + + + + +
ElucidationAtom subclass for germanium.
+ + +.. raw:: html + +
+ +GermaniumSymbol +--------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_6b670dce-5692-5505-9688-8f735b325214 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GibbsEnergy +----------- + +* http://emmo.info/emmo#EMMO_e3727dab_74f9_438b_90f0_d03ea76c31fc + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationType of thermodynamic potential; useful for calculating reversible work in certain systems.
Alternative Label(s)GibbsFreeEnergy
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-23
IUPAC Referencehttps://doi.org/10.1351/goldbook.G02629
Wikidata Referencehttps://www.wikidata.org/wiki/Q334631
+ + +.. raw:: html + +
+ +Giga +---- + +* http://emmo.info/emmo#117d3e39_de3e_46f5_9744_b4a28d9fc83e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GigaPrefixedUnit +---------------- + +* http://emmo.info/emmo#EMMO_a8eb4bbb_1bd3_4ad4_b114_2789bcbd2134 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GlassFibreSeparator +------------------- + +* http://emmo.info/electrochemistry#electrochemistry_d11b0e66_c35b_4da7_80a1_037ce89b77fb + +.. raw:: html + + + + + + + + + + +
Elucidationa separator is composed of a mass of intermeshed glass fibers.
Alternative Label(s)FibreglassSeparator
+ + +.. raw:: html + +
+ +GlassyCarbonElectrode +--------------------- + +* http://emmo.info/electrochemistry#electrochemistry_057bb143_639c_472b_99ed_ffa1867f6e63 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationelectrode made of glassy carbon material with an intertwined graphitic ribbon structure, formed by pyrolysis of a resol precursor at temperatures up to 3000 °C
Alternative Label(s)GCE, GCE, GCE
Commentextremely resistant to many chemicals, impermeable to gases and liquids, and has good electrical conductivity, high hardness and strength, and biocompatibility
+ + +.. raw:: html + +
+ +Gluing +------ + +* http://emmo.info/emmo#EMMO_ecc10f05_b301_4dcf_8c84_b6f511117234 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Gluon +----- + +* http://emmo.info/emmo#EMMO_7db59e56_f68b_48b7_ae99_891c35ae5c3b + +.. raw:: html + + + + + + + + + + +
ElucidationThe class of individuals that stand for gluons elementary particles.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Gluon
+ + +.. raw:: html + +
+ +GluonType1 +---------- + +* http://emmo.info/emmo#EMMO_311ba558_6444_4de1_9c68_5009b9dfb80c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GluonType2 +---------- + +* http://emmo.info/emmo#EMMO_70a1c163_7436_4ce3_9784_3aab0e62b900 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GluonType3 +---------- + +* http://emmo.info/emmo#EMMO_ebb26c39_dbbc_4363_b784_88d9110e4d5b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GluonType4 +---------- + +* http://emmo.info/emmo#EMMO_4eb4cb62_10e3_41ef_9226_a53462d52357 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GluonType5 +---------- + +* http://emmo.info/emmo#EMMO_8a83b7bd_85bd_48e4_a4ac_bb2eb97d3014 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GluonType6 +---------- + +* http://emmo.info/emmo#EMMO_e2000aeb_e3ab_41b7_a790_7c8bd02d0b6e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GluonType7 +---------- + +* http://emmo.info/emmo#EMMO_9668ae43_d1a0_43ae_a91a_9051512b0a54 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GluonType8 +---------- + +* http://emmo.info/emmo#EMMO_299f6949_6bf2_4ee6_9ec7_fd742881fb27 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GlycericAcid +------------ + +* http://emmo.info/emmo#material_4112b3b8_69fa_4f20_9f99_f572f57ab66f + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Glyceric_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q424906
+ + +.. raw:: html + +
+ +GlycidicAcid +------------ + +* http://emmo.info/emmo#material_d72cdf03_965d_4149_865f_d44ed9e5e1b8 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Glycidic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q15411014
+ + +.. raw:: html + +
+ +GlycolicAcid +------------ + +* http://emmo.info/emmo#material_22a9ed4c_0e7b_4f40_93e5_6aa9ecda1fff + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)HOCH2CO2H
Wikipedia Referencehttps://en.wikipedia.org/wiki/Glycolic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q409373
+ + +.. raw:: html + +
+ +GlyoxylicAcid +------------- + +* http://emmo.info/emmo#material_b1cf27b3_b657_430e_80e9_c506cc522cbb + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)OHCCO2H
Wikipedia Referencehttps://en.wikipedia.org/wiki/Glyoxylic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q413552
+ + +.. raw:: html + +
+ +Gold +---- + +* http://emmo.info/emmo#material_b3815a7f_f64a_48f6_b0ce_d0032578c699 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Gold
Wikidata Referencehttps://www.wikidata.org/wiki/Q897
+ + +.. raw:: html + +
+ +GoldAtom +-------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_0d37beeb-9dea-558e-82c5-4df3fb6d08d0 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for gold.
+ + +.. raw:: html + +
+ +GoldElectrode +------------- + +* http://emmo.info/electrochemistry#electrochemistry_6fec8cc1_4e6c_428e_8343_6cf3c286a185 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationfoil, wire or disc electrode made of gold which is easily fabricated into a variety of electrode geometries
Alternative Label(s)AuElectrode
CommentAt positive potentials, Au forms an oxide and/or chemisorbed oxygen layer, while in the presence of complexing anions, such as chloride or cyanide, it readily undergoes oxidation and dissolution, limiting its working potential range and its applications.
+ + +.. raw:: html + +
+ +GoldSymbol +---------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_811c67a9-bcdf-5a9e-bbce-28ae2af12915 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GouyChapmanModel +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_fa54f95d_b49e_43b5_84c3_35520d0fb2f6 + +.. raw:: html + + + + + + + + + + +
Elucidationan extension of the Helmholtz model that describes the distribution of ions as a function of distance from the electrode surface to the bulk of the electroylte
Commentthis model fails for highly charged double layers
+ + +.. raw:: html + +
+ +Gradient +-------- + +* http://emmo.info/emmo#EMMO_b5c58790_fb2d_42eb_b184_2a3f6ca60acb + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GrahameModel +------------ + +* http://emmo.info/electrochemistry#electrochemistry_7f168ebc_4c78_459c_9a39_bddaa57e214c + +.. raw:: html + + + + + + + + + + +
Elucidationa modification of the Stern model that considers the double layer as three regions separated by the inner Helmholtz plane and the outer Helmholtz plane
Commentproposed by D. C. Grahame in 1947
+ + +.. raw:: html + +
+ +GramDegreeCelsius +----------------- + +* http://emmo.info/emmo#GramDegreeCelsius + +.. raw:: html + + + + + + + + + + +
Elucidation`Gram Degree Celsius` is a C.G.S System unit for 'Mass Temperature' expressed as g · degC. + + -- QUDT
Alternative Label(s)Gram Degree Celsius
+ + +.. raw:: html + +
+ +GramPerDay +---------- + +* http://emmo.info/emmo#GramPerDay + +.. raw:: html + + + + + + + + + + +
Elucidation0,001-fold of the SI base unit kilogram divided by the unit day + + -- QUDT
Alternative Label(s)Gram Per Day
+ + +.. raw:: html + +
+ +GramPerHour +----------- + +* http://emmo.info/emmo#GramPerHour + +.. raw:: html + + + + + + + + + + +
Elucidation0,001-fold of the SI base unit kilogram divided by the unit hour + + -- QUDT
Alternative Label(s)Gram Per Hour
+ + +.. raw:: html + +
+ +GramPerLitre +------------ + +* http://emmo.info/emmo#GramPerLitre + +.. raw:: html + + + + + + + + + + +
Elucidation0,001-fold of the SI base unit kilogram divided by the unit litre + + -- QUDT
Alternative Label(s)Gram Per Litre
+ + +.. raw:: html + +
+ +GramPerMilliLitre +----------------- + +* http://emmo.info/emmo#GramPerMilliLitre + +.. raw:: html + + + + + + + + + + +
Elucidation0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the unit litre + + -- QUDT
Alternative Label(s)Gram Per Millilitre
+ + +.. raw:: html + +
+ +GramPerMinute +------------- + +* http://emmo.info/emmo#GramPerMinute + +.. raw:: html + + + + + + + + + + +
Elucidation0,001-fold of the SI base unit kilogram divided by the unit minute + + -- QUDT
Alternative Label(s)Gram Per Minute
+ + +.. raw:: html + +
+ +GramPerSquareMetrePerDay +------------------------ + +* http://emmo.info/emmo#GramPerSquareMetrePerDay + +.. raw:: html + + + + + + + + + + +
ElucidationA metric unit of volume over time indicating the amount generated across one square meter over a day. + + -- QUDT
Alternative Label(s)grams per square metre per day
+ + +.. raw:: html + +
+ +GrandCanonicalPartionFunction +----------------------------- + +* http://emmo.info/emmo#EMMO_80b19ae3_7248_4205_8c79_4e94f5f0444c + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)GrandPartionFunction
Wikidata Referencehttps://www.wikidata.org/wiki/Q96176022
+ + +.. raw:: html + +
+ +Graphene +-------- + +* http://emmo.info/emmo#material_bf30b2d9_adc4_424a_83b0_927d33b2cbad + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Graphene
Wikidata Referencehttps://www.wikidata.org/wiki/Q169917
+ + +.. raw:: html + +
+ +Graphical +--------- + +* http://emmo.info/emmo#EMMO_c74da218_9147_4f03_92d1_8894abca55f3 + +.. raw:: html + + + + + + + + + + +
ElucidationA 'Perceptual' which stands for a real world object whose spatial configuration is due to an explicit graphical procedure and shows an identifiable pattern.
CommentThis concept includes only things that are purposely created by an agent.
+ + +.. raw:: html + +
+ +Graphite +-------- + +* http://emmo.info/emmo#material_d53259a7_0d9c_48b9_a6c1_4418169df303 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Gr
Wikipedia Referencehttps://en.wikipedia.org/wiki/Graphite
Wikidata Referencehttps://www.wikidata.org/wiki/Q5309
+ + +.. raw:: html + +
+ +GraphiteElectrode +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_c831d963_629a_41ab_850f_97fb6841b739 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GravimetricAnalysis +------------------- + +* http://emmo.info/electrochemistry#electrochemistry_32ab2ea8_6263_42a8_8682_2fe0343f8bea + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationquantitative determination of a chemical species based on its mass
Alternative Label(s)GravimetricMethod
IUPAC Referencehttps://goldbook.iupac.org/terms/view/G02694
Wikipedia Referencehttps://en.wikipedia.org/wiki/Gravimetric_analysis
Wikidata Referencehttps://www.wikidata.org/wiki/Q192414
+ + +.. raw:: html + +
+ +Graviton +-------- + +* http://emmo.info/emmo#EMMO_eb3c61f0_3983_4346_a0c6_e7f6b90a67a8 + +.. raw:: html + + + + + + + + + + +
ElucidationThe class of individuals that stand for gravitons elementary particles.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Graviton
+ + +.. raw:: html + +
+ +GravityCasting +-------------- + +* http://emmo.info/emmo#EMMO_f1d0f28b_7575_4e82_8d22_cb5b46b84cfd + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GravitySintering +---------------- + +* http://emmo.info/emmo#EMMO_3ec45f3b_677d_4e71_be75_6f8966b4f808 + +.. raw:: html + + + + + + +
Alternative Label(s)Loose-powderSintering, PressurelessSintering
+ + +.. raw:: html + +
+ +Gray +---- + +* http://emmo.info/emmo#Gray + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationSI unit for absorbed dose.
IUPAC Referencehttps://doi.org/10.1351/goldbook.G02696
Wikipedia Reference//en.wikipedia.org/wiki/Grey?oldid=494774160
+ + +.. raw:: html + +
+ +GrayPerSecond +------------- + +* http://emmo.info/emmo#GrayPerSecond + +.. raw:: html + + + + + + + + + + +
Elucidation"Gray per Second" is a unit for 'Absorbed Dose Rate' expressed as Gy/s. + + -- QUDT
Alternative Label(s)Gray per Second
+ + +.. raw:: html + +
+ +GreenAntiQuark +-------------- + +* http://emmo.info/emmo#EMMO_ffd65547_6a7e_499d_826a_cee9e7d669fd + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GreenBottomAntiQuark +-------------------- + +* http://emmo.info/emmo#EMMO_88ca735d_af0e_4773_b769_9c9bc6f8f91c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GreenBottomQuark +---------------- + +* http://emmo.info/emmo#EMMO_80252279_046c_4e33_bdf4_8932f79b6c91 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GreenCharmAntiQuark +------------------- + +* http://emmo.info/emmo#EMMO_fbf354a6_a466_4467_9473_a90b68f5d032 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GreenCharmQuark +--------------- + +* http://emmo.info/emmo#EMMO_891d1351_3843_4da3_906b_3b30411bd512 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GreenDownAntiQuark +------------------ + +* http://emmo.info/emmo#EMMO_ab5ba485_7c16_4c9e_b65e_4cb7560f8e8c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GreenDownQuark +-------------- + +* http://emmo.info/emmo#EMMO_d5e14e54_fa64_4638_83d3_faced4575e72 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GreenQuark +---------- + +* http://emmo.info/emmo#EMMO_dcc63058_f36a_4f49_a109_a8c3de88d890 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GreenStrangeAntiQuark +--------------------- + +* http://emmo.info/emmo#EMMO_ab922466_6333_4f13_91e6_03c3cad13ed8 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GreenStrangeQuark +----------------- + +* http://emmo.info/emmo#EMMO_470697b1_a5bd_44b9_b00d_a77c9bcfb066 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GreenTopAntiQuark +----------------- + +* http://emmo.info/emmo#EMMO_29836ff7_d416_49ae_b76b_f367c326b107 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GreenTopQuark +------------- + +* http://emmo.info/emmo#EMMO_76267214_2137_4909_83a4_0b815a62cbc3 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GreenUpAntiQuark +---------------- + +* http://emmo.info/emmo#EMMO_4a465306_cb91_4458_a94a_2d0584d9aa95 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GreenUpQuark +------------ + +* http://emmo.info/emmo#EMMO_b57afc1a_93e9_43ba_b41f_9ec3598b4e46 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Grinding +-------- + +* http://emmo.info/emmo#EMMO_2138677c_845a_4bc2_8be7_7b0a07b4777d + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GroupVelocity +------------- + +* http://emmo.info/emmo#EMMO_fa957390_cdfb_4dda_b160_94ae25bd2254 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationSpeed with which the envelope of a wave propagates in space.
Alternative Label(s)GroupSpeed
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-10-15
Wikipedia Referencehttps://en.wikipedia.org/wiki/Group_velocity
Wikidata Referencehttps://www.wikidata.org/wiki/Q217361
+ + +.. raw:: html + +
+ +GroveCell +--------- + +* http://emmo.info/battery#battery_bd44dba6_459e_4b66_8342_804b09a3a6b5 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationa primary battery cell with a zinc anode and platinum cathode in a sulfuric acid electrolyte
Wikipedia Referencehttps://en.wikipedia.org/wiki/Grove_cell
Wikidata Referencehttps://www.wikidata.org/wiki/Q2004643
Commentinvented by Welsh scientist William Robert Grove
+ + +.. raw:: html + +
+ +GrowingCrystal +-------------- + +* http://emmo.info/emmo#EMMO_662e94ea_babe_4709_af8f_b669931076bc + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GrueneisenParamter +------------------ + +* http://emmo.info/emmo#EMMO_dc1370b5_3902_4652_8736_0804d88dd128 + +.. raw:: html + + + + + + + + + + +
ElucidationDescribes the effect that changing the volume of a crystal lattice has on its vibrational properties, and, as a consequence, the effect that changing temperature has on the size or dynamics of the lattice.
Wikidata Referencehttps://www.wikidata.org/wiki/Q444656
+ + +.. raw:: html + +
+ +Guess +----- + +* http://emmo.info/emmo#EMMO_57b9fd6c_84d6_43f2_8c4f_de6a1ab50aea + +.. raw:: html + + + + + + +
ElucidationA guess is a theory, estimated and subjective, since its premises are subjective.
+ + +.. raw:: html + +
+ +Gustatory +--------- + +* http://emmo.info/emmo#EMMO_dd14d055_2db0_4b81_bc97_ef6c2f72b8a0 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +GyromagneticRatio +----------------- + +* http://emmo.info/emmo#EMMO_030ce585_429a_4cfb_95c2_8364e58a1ebb + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationRatio of magnetic dipole moment to total angular momentum.
Alternative Label(s)GyromagneticCoefficient, MagnetogyricRatio
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03693
Wikidata Referencehttps://www.wikidata.org/wiki/Q634552
+ + +.. raw:: html + +
+ +GyromagneticRatioOfTheElectron +------------------------------ + +* http://emmo.info/emmo#EMMO_e689c57f_2a8e_4bea_8750_a4fa015a1989 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationProportionality constant between the magnetic dipole moment and the angular momentum of the electron.
Alternative Label(s)GyromagneticCoefficientOfTheElectron, MagnetogyricRatioOfTheElectron
Wikidata Referencehttps://www.wikidata.org/wiki/Q97543076
+ + +.. raw:: html + +
+ +Gyroradius +---------- + +* http://emmo.info/emmo#EMMO_aa078194_12df_4b10_b264_6595d2472570 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationRadius of the circular movement of an electrically charged particle in a magnetic field.
Alternative Label(s)LarmorRadius
Wikidata Referencehttps://www.wikidata.org/wiki/Q1194458
+ + +.. raw:: html + +
+ +HPPC +---- + +* http://emmo.info/electrochemistry#electrochemistry_99bdbd45_c3ea_4fb9_ae50_ed1ab6bb1dff + +.. raw:: html + + + + + + + + + + +
Elucidationelectrochemical method that measures the voltage drop of a cell resulting from a square wave current load
Alternative Label(s)HybridPulsePowerCharacterisation, HybridPulsePowerCharacterization
+ + +.. raw:: html + +
+ +Hadron +------ + +* http://emmo.info/emmo#EMMO_7b42954f_0b91_4b3a_a65e_2470202cf548 + +.. raw:: html + + + + + + + + + + +
ElucidationParticles composed of two or more quarks.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Hadron
+ + +.. raw:: html + +
+ +Hafnium +------- + +* http://emmo.info/emmo#material_513a92b2_26b5_420d_8cf9_922869bbec61 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Hafnium
Wikidata Referencehttps://www.wikidata.org/wiki/Q1119
+ + +.. raw:: html + +
+ +HafniumAtom +----------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_e37eaa49-d5e8-54e7-a7dc-9ad6073e86b7 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for hafnium.
+ + +.. raw:: html + +
+ +HafniumSymbol +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_c9ac19ce-af4f-5abd-975d-c86dca0b4d58 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +HalfLife +-------- + +* http://emmo.info/emmo#EMMO_90f255f7_4890_440d_a8de_841a8437676c + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationMean duration required for the decay of one half of the atoms or nuclei.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-12
Wikidata Referencehttps://www.wikidata.org/wiki/Q98118544
+ + +.. raw:: html + +
+ +HalfPeakPotential +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_c4d551db_db17_4c33_92e6_aec71638afbc + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationfor dynamic voltammetric techniques, the electric potential of the working electrode at which the current is equal to one-half of the peak current
IUPAC Referencehttps://doi.org/10.1351/goldbook.H02720
CommentThe quarter-peak potential, Ep/4, the three-quarter-peak potential, Ep3/4, etc., may be similarly defined.
+ + +.. raw:: html + +
+ +HalfValueThickness +------------------ + +* http://emmo.info/emmo#EMMO_5273677c_1cf3_4ae1_b73e_98df6fe9cfa9 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationThickness of the attenuating layer that reduces the quantity of interest of a unidirectional beam of infinitesimal width to half of its initial value.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-04-34
Wikidata Referencehttps://www.wikidata.org/wiki/Q127526
+ + +.. raw:: html + +
+ +HalfWavePotential +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_2ae53fc6_d44d_41c9_acaf_c5606e6a981d + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationelectric potential of a steady-state voltammetric working electrode at the point, on the rising part of the voltammetric wave, where the current is equal to one-half of the limiting current
IUPAC Referencehttps://doi.org/10.1351/goldbook.H02722
CommentE1/2 is used in techniques providing a sigmoidal wave-shaped current including DC voltammetry/polarography, normal pulse voltammetry, hydrodynamic voltammetry, and tast polarography.
+ + +.. raw:: html + +
+ +HallCoefficient +--------------- + +* http://emmo.info/emmo#EMMO_b30d4f1c_61e3_4647_bae1_c0928acb2095 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationThe relation between electric field strength and current density in an isotropic conductor.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=521-09-02
Wikidata Referencehttps://www.wikidata.org/wiki/Q997439
+ + +.. raw:: html + +
+ +HandlingDevice +-------------- + +* http://emmo.info/emmo#EMMO_2565210a_bbcc_4c00_a122_6a608faa355b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +HardCarbon +---------- + +* http://emmo.info/emmo#material_5cee19d2_f916_4264_a8ed_efed13a808d2 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Hard_carbon
Wikidata Referencehttps://www.wikidata.org/wiki/Q105038172
+ + +.. raw:: html + +
+ +HardCarbonElectrode +------------------- + +* http://emmo.info/electrochemistry#electrochemistry_6235cc7c_2eee_432a_93af_47d7e05db007 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Hardening +--------- + +* http://emmo.info/emmo#EMMO_7cd8a4ec_b219_498e_b696_028257163aa4 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +HardeningByDrawing +------------------ + +* http://emmo.info/emmo#EMMO_c4ffca76_fb0c_43c7_bc16_8c2430888c83 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +HardeningByForging +------------------ + +* http://emmo.info/emmo#EMMO_c62b76d5_c1cc_432a_8c9e_7684ab054669 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +HardeningByForming +------------------ + +* http://emmo.info/emmo#EMMO_46dc0d51_b60f_49cd_8650_9aba7be3726c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +HardeningByRolling +------------------ + +* http://emmo.info/emmo#EMMO_607ccc15_38aa_4a69_a70a_effa8015bf42 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +HartreeEnergy +------------- + +* http://emmo.info/emmo#EMMO_9ecb2aa2_10a9_4499_a3ff_9ad76e9f4e0d + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationEnergy of the electron in a hydrogen atom in its ground state
IUPAC Referencehttps://doi.org/10.1351/goldbook.H02748
Wikipedia Referencehttps://en.wikipedia.org/wiki/Hartree
Wikidata Referencehttps://www.wikidata.org/wiki/Q476572
+ + +.. raw:: html + +
+ +HassiumAtom +----------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_1acc07d0-709d-53f4-9807-cbc0d144865c + +.. raw:: html + + + + + + +
ElucidationAtom subclass for hassium.
+ + +.. raw:: html + +
+ +HassiumSymbol +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_ef4ce791-8ba4-55cd-a6fa-778133a19d19 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Heat +---- + +* http://emmo.info/emmo#EMMO_12d4ba9b_2f89_4ea3_b206_cd376f96c875 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)AmountOfHeat
IUPAC Referencehttps://doi.org/10.1351/goldbook.H02752
CommentHeat is energy in transfer to or from a thermodynamic system, by mechanisms other than thermodynamic work or transfer of matter.
+ + +.. raw:: html + +
+ +HeatCapacity +------------ + +* http://emmo.info/emmo#EMMO_802c167d_b792_4cb8_a315_35797345c0e3 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + + + + + +
ElucidationQuantity C = dQ/dT, when the thermodynamic temperature of a system is increased by dT as a result of the addition of a amount of heat dQ, under given condition.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-47
IUPAC Referencehttps://doi.org/10.1351/goldbook.H02753
Wikipedia Referencehttps://en.wikipedia.org/wiki/Heat_capacity
Wikidata Referencehttps://www.wikidata.org/wiki/Q179388
CommentExamples of condition might be constant volume or constant pressure for a gas.
+ + +.. raw:: html + +
+ +HeatFlowRate +------------ + +* http://emmo.info/emmo#EMMO_91a99750_7914_42be_9fe5_b82c59183450 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationAmount of heat through a surface during a time interval divided by the duration of this interval.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-36
Wikidata Referencehttps://www.wikidata.org/wiki/Q12160631
+ + +.. raw:: html + +
+ +HeatTreatment +------------- + +* http://emmo.info/emmo#EMMO_dacfc7dc_5ddb_4f67_986b_dcd01d649d60 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Hectare +------- + +* http://emmo.info/emmo#Hectare + +.. raw:: html + + + + + + + + + + +
ElucidationThe customary metric unit of land area, equal to 100 ares. One hectare is a square hectometer, that is, the area of a square 100 meters on each side: exactly 10 000 square meters or approximately 107 639.1 square feet, 11 959.9 square yards, or 2.471 054 acres. + + -- QUDT
Wikipedia Referencehttps://en.wikipedia.org/wiki/Hectare
+ + +.. raw:: html + +
+ +Hecto +----- + +* http://emmo.info/emmo#4bc07644_8301_4aed_b21c_823f99b08d1a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +HectoPrefixedUnit +----------------- + +* http://emmo.info/emmo#EMMO_21aaefc1_3f86_4208_b7db_a755f31f0f8c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Height +------ + +* http://emmo.info/emmo#EMMO_08bcf1d6_e719_46c8_bb21_24bc9bf34dba + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationMinimum length of a straight line segment between a point and a reference line or reference surface.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-21
Wikipedia Referencehttps://en.wikipedia.org/wiki/Height
Wikidata Referencehttps://www.wikidata.org/wiki/Q208826
+ + +.. raw:: html + +
+ +Helium +------ + +* http://emmo.info/emmo#material_761bcae6_b46b_4002_8601_474132fba6d8 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)He
Wikipedia Referencehttps://en.wikipedia.org/wiki/Helium
Wikidata Referencehttps://www.wikidata.org/wiki/Q560
+ + +.. raw:: html + +
+ +HeliumAtom +---------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_2c85ff7a-835c-5559-b369-193683d631c8 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for helium.
+ + +.. raw:: html + +
+ +HeliumSymbol +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_fad04773-08a7-5bd3-8990-06d7e9d2c21e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +HelmholtzEnergy +--------------- + +* http://emmo.info/emmo#EMMO_262d4582_15b9_4685_b693_24f8e9ead98d + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Alternative Label(s)HelmholtzFreeEnergy
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-24
IUPAC Referencehttps://doi.org/10.1351/goldbook.H02772
Wikidata Referencehttps://www.wikidata.org/wiki/Q865821
+ + +.. raw:: html + +
+ +HelmholtzModel +-------------- + +* http://emmo.info/electrochemistry#electrochemistry_9bc02662_9799_4593_906d_638a841d7352 + +.. raw:: html + + + + + + + + + + +
Elucidationa structural representation of the double layer that states that the accumulation of electric charge on the surface of the electrode is balanced by a layer of ions in the electrolyte
Commentproposed by Hermann von Helmholtz in 1853
+ + +.. raw:: html + +
+ +Henry +----- + +* http://emmo.info/emmo#Henry + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationSI unit for electrical inductance.
IUPAC Referencehttps://doi.org/10.1351/goldbook.H02782
Wikipedia Referencehttp://en.wikipedia.org/wiki/Henry?oldid=491435978
+ + +.. raw:: html + +
+ +HenryPerKiloOhm +--------------- + +* http://emmo.info/emmo#HenryPerKiloOhm + +.. raw:: html + + + + + + + + + + +
ElucidationSI derived unit henry divided by the 1 000-fold of the SI derived unit ohm + + -- QUDT
Alternative Label(s)Henry Per Kiloohm
+ + +.. raw:: html + +
+ +HenryPerMetre +------------- + +* http://emmo.info/emmo#HenryPerMetre + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationThe henry per meter (symbolized H/m) is the unit of magnetic permeability in the International System of Units ( SI ). Reduced to base units in SI, 1 H/m is the equivalent of one kilogram meter per square second per square ampere. + + -- QUDT
Alternative Label(s)Henry per Metre
Wikipedia Referencehttp://en.wikipedia.org/wiki/Henry?oldid=491435978
+ + +.. raw:: html + +
+ +HenryPerOhm +----------- + +* http://emmo.info/emmo#HenryPerOhm + +.. raw:: html + + + + + + + + + + +
ElucidationSI derived unit henry divided by the SI derived unit ohm + + -- QUDT
Alternative Label(s)Henry Per Ohm
+ + +.. raw:: html + +
+ +HermeticallySealedCell +---------------------- + +* http://emmo.info/electrochemistry#electrochemistry_c14ae9b3_e4ba_4129_a7b6_afd2d4571de6 + +.. raw:: html + + + + + + + + + + +
Elucidationpermanently sealed gas tight cell without pressure release device
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-01
+ + +.. raw:: html + +
+ +Hertz +----- + +* http://emmo.info/emmo#Hertz + +.. raw:: html + + + + + + + + + + +
ElucidationSI unit for frequence.
IUPAC Referencehttps://doi.org/10.1351/goldbook.H02785
+ + +.. raw:: html + +
+ +HertzMetre +---------- + +* http://emmo.info/emmo#HertzMetre + +.. raw:: html + + + + + + + + + + +
Elucidationproduct of the SI derived unit hertz and the SI base unit metre + + -- QUDT
Alternative Label(s)Hertz Metre
+ + +.. raw:: html + +
+ +HertzPerKelvin +-------------- + +* http://emmo.info/emmo#HertzPerKelvin + +.. raw:: html + + + + + + + + + + +
Elucidation`Hertz per Kelvin` is a unit for 'Inverse Time Temperature' expressed as Hz K⁻¹. + + -- QUDT
Alternative Label(s)Hertz per Kelvin
+ + +.. raw:: html + +
+ +HertzPerTesla +------------- + +* http://emmo.info/emmo#HertzPerTesla + +.. raw:: html + + + + + + + + + + +
Elucidation"Hertz per Tesla" is a unit for 'Electric Charge Per Mass' expressed as Hz T⁻¹. + + -- QUDT
Alternative Label(s)Hertz per Tesla
+ + +.. raw:: html + +
+ +HertzPerVolt +------------ + +* http://emmo.info/emmo#HertzPerVolt + +.. raw:: html + + + + + + + + + + +
ElucidationIn the Hertz per Volt standard the frequency of the note is directly related to the voltage. A pitch of a note goes up one octave when its frequency doubles, meaning that the voltage will have to double for every octave rise. Depending on the footage (octave) selected, nominally one volt gives 1000Hz, two volts 2000Hz and so on. In terms of notes, bottom C would be 0.25 volts, the next C up would be 0.5 volts, then 1V, 2V, 4V, 8V for the following octaves. This system was used mainly by Yamaha and Korg. + + -- QUDT
Alternative Label(s)Hertz per Volt
+ + +.. raw:: html + +
+ +Heteronuclear +------------- + +* http://emmo.info/emmo#EMMO_50967f46_51f9_462a_b1e4_e63365b4a184 + +.. raw:: html + + + + + + +
ElucidationA molecule composed of more than one element type.
+ + +.. raw:: html + +
+ +Hexafluoroarsenate +------------------ + +* http://emmo.info/emmo#material_bafc6512_126d_4d9a_9c08_2b210317e77f + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)Fluoroarsenate
Wikipedia Referencehttps://en.wikipedia.org/wiki/Hexafluoroarsenate
+ + +.. raw:: html + +
+ +Hexafluorophosphate +------------------- + +* http://emmo.info/emmo#material_dd746094_1893_4b77_9c07_13b3bd94a742 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationHexafluorophosphate(1-) is a phosphorus halide.
Alternative Label(s)PF6
Wikipedia Referencehttps://en.wikipedia.org/wiki/Hexafluorophosphate
Wikidata Referencehttps://www.wikidata.org/wiki/Q2786508
+ + +.. raw:: html + +
+ +Hexamethylphosphoramide +----------------------- + +* http://emmo.info/emmo#material_3210b87b_988f_49f5_99a8_0a20cd42db57 + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)HMPA
Wikipedia Referencehttps://en.wikipedia.org/wiki/Hexamethylphosphoramide
+ + +.. raw:: html + +
+ +HexanoicAcid +------------ + +* http://emmo.info/emmo#material_9d130518_2b84_435f_8632_039d43d2ef5d + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Caproic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q422597
+ + +.. raw:: html + +
+ +HiggsBoson +---------- + +* http://emmo.info/emmo#EMMO_676a29e6_d4e1_4b54_8961_25947bd20861 + +.. raw:: html + + + + + + + + + + +
ElucidationAn elementary bosonic particle with zero spin produced by the quantum excitation of the Higgs field.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Higgs_boson
+ + +.. raw:: html + +
+ +HoleDensity +----------- + +* http://emmo.info/emmo#EMMO_9d018f03_bbda_4ca5_bc4c_646e72651e53 + +.. raw:: html + + + + + + + + + + +
ElucidationNumber of holes in valence band per volume.
Wikidata Referencehttps://www.wikidata.org/wiki/Q105971101
+ + +.. raw:: html + +
+ +Holistic +-------- + +* http://emmo.info/emmo#EMMO_0277f24a_ea7f_4917_81b7_fb0406c8fc62 + +.. raw:: html + + + + + + + + + + +
ElucidationA perspective characterized by the belief that some mereological parts of a whole (holistic parts) are intimately interconnected and explicable only by reference to the whole and vice versa.
Alternative Label(s)Wholistic
+ + +.. raw:: html + +
+ +HolisticArrangement +------------------- + +* http://emmo.info/emmo#EMMO_b9522e56_1fac_4766_97e6_428605fabd3e + +.. raw:: html + + + + + + +
ElucidationA system which is mainly characterised by the spatial configuration of its elements.
+ + +.. raw:: html + +
+ +HolisticSystem +-------------- + +* http://emmo.info/emmo#EMMO_65a007dc_2550_46b0_b394_3346c67fbb69 + +.. raw:: html + + + + + + + + + + +
ElucidationAn object that is made of a set of sub objects working together as parts of a mechanism or an interconnecting network (natural or artificial); a complex whole.
CommentA system is conceived as an aggregate of things that 'work' (or interact) together. While a system extends in time through distinct temporal parts (like every other 4D object), this elucdation focuses on a timescale in which the obejct shows a persistence in time.
+ + +.. raw:: html + +
+ +HolmiumAtom +----------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_fd03c660-7b3b-5451-9d78-bc48836e1cc6 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for holmium.
+ + +.. raw:: html + +
+ +HolmiumSymbol +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_e0136ad7-1435-5292-9ed6-9848b481d503 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Homonuclear +----------- + +* http://emmo.info/emmo#EMMO_e024544d_e374_45b7_9340_1982040bc6b7 + +.. raw:: html + + + + + + + + + + +
ElucidationA molecule composed of only one element type.
Alternative Label(s)ElementalMolecule
+ + +.. raw:: html + +
+ +HotDipGalvanizing +----------------- + +* http://emmo.info/emmo#EMMO_47eea65c_e6ce_4c95_9406_fdb1519abc87 + +.. raw:: html + + + + + + +
Alternative Label(s)Hot-dipGalvanizing
+ + +.. raw:: html + +
+ +Hour +---- + +* http://emmo.info/emmo#Hour + +.. raw:: html + + + + + + + + + + +
ElucidationThe hour (common symbol: h or hr) is a unit of measurement of time. In modern usage, an hour comprises 60 minutes, or 3,600 seconds. It is approximately 1/24 of a mean solar day. An hour in the Universal Coordinated Time (UTC) time standard can include a negative or positive leap second, and may therefore have a duration of 3,599 or 3,601 seconds for adjustment purposes. Although it is not a standard defined by the International System of Units, the hour is a unit accepted for use with SI, represented by the symbol h. + + -- QUDT
IUPAC Referencehttps://doi.org/10.1351/goldbook.H02866
+ + +.. raw:: html + +
+ +HybridFlowBattery +----------------- + +* http://emmo.info/battery#battery_aaac65cb_050c_407a_953a_f3ad3b675baa + +.. raw:: html + + + + + + +
Elucidationa type of redox flow battery comprising at least one solid electroactive material that is deposited or stripped within the stack
+ + +.. raw:: html + +
+ +HybridFlowCell +-------------- + +* http://emmo.info/electrochemistry#electrochemistry_f54474fc_5d07_474b_97ae_f5d0349363b4 + +.. raw:: html + + + + + + +
Elucidationa flow cell that uses one or more electroactive components deposited as a solid layer
+ + +.. raw:: html + +
+ +HybridMatter +------------ + +* http://emmo.info/emmo#EMMO_1c16bb7f_5400_4498_8ef2_54392908da4e + +.. raw:: html + + + + + + +
ElucidationMatter composed of both matter and antimatter fundamental particles.
+ + +.. raw:: html + +
+ +HydrazoicAcid +------------- + +* http://emmo.info/emmo#material_52c1076c_9349_44f7_8067_4de36bd49e10 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)HN3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Hydrazoic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q408925
+ + +.. raw:: html + +
+ +HydrodynamicVoltammetry +----------------------- + +* http://emmo.info/electrochemistry#electrochemistry_d95fdd2e_38bf_4065_a857_78eb201ee166 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationvoltammetry with forced flow of the solution towards the electrode surface
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
Wikipedia Referencehttps://en.wikipedia.org/wiki/Hydrodynamic_voltammetry
Wikidata Referencehttps://www.wikidata.org/wiki/Q17028237
CommentA linear potential scan, at sufficiently slow scan rates so as to ensure a steady state response, is usually applied.
+ + +.. raw:: html + +
+ +HydrogenAtom +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_5a4790e5-b11b-5a0c-80e4-81515c27a560 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for hydrogen.
+ + +.. raw:: html + +
+ +HydrogenBromide +--------------- + +* http://emmo.info/emmo#material_acb8c003_6453_49d8_ad93_456cc99d5d10 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)HBr
Wikipedia Referencehttps://en.wikipedia.org/wiki/Hydrogen_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q2447
+ + +.. raw:: html + +
+ +HydrogenBromineBattery +---------------------- + +* http://emmo.info/battery#battery_81ed185e_a45a_4e4b_9be7_f8c93e63c81d + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationa flow battery in which hydrogen bromide (HBr) serves as the electrolyte
Wikipedia Referencehttps://en.wikipedia.org/wiki/Hydrogen%E2%80%93bromine_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q17045938
+ + +.. raw:: html + +
+ +HydrogenChloride +---------------- + +* http://emmo.info/emmo#material_aa740290_2568_4b54_9d0f_2edc88e333ba + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)HCl
Wikipedia Referencehttps://en.wikipedia.org/wiki/Hydrochloric_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q2409
+ + +.. raw:: html + +
+ +HydrogenElectrode +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_c4a778c7_33da_4e1a_960e_402a210bfeff + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationplatinized platinum electrode saturated by a stream of pure gaseous hydrogen
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-16
CommentA platinized platinum electrode consists of a platinum rod covered by compact platinum powder called platinum black.
+ + +.. raw:: html + +
+ +HydrogenFluoride +---------------- + +* http://emmo.info/emmo#material_f7a11bfc_4cb1_45a7_8248_8e2d534884d3 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)HF
Wikipedia Referencehttps://en.wikipedia.org/wiki/Hydrogen_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q2468
+ + +.. raw:: html + +
+ +HydrogenIodide +-------------- + +* http://emmo.info/emmo#material_835df324_98ae_44c2_a0ff_bd9142240b8c + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)HI
Wikipedia Referencehttps://en.wikipedia.org/wiki/Hydrogen_iodide
Wikidata Referencehttps://www.wikidata.org/wiki/Q2462
+ + +.. raw:: html + +
+ +HydrogenSymbol +-------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_93582808-e5fc-5bb5-bc7a-0e674e1a7f0e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Hydroxylamine +-------------- + +* http://emmo.info/emmo#material_5b24c742_1149_4533_8d48_41473396d06d + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)NH2OH
Wikipedia Referencehttps://en.wikipedia.org/wiki/Hydroxylamine
Wikidata Referencehttps://www.wikidata.org/wiki/Q259997
+ + +.. raw:: html + +
+ +HyperfineStructureQuantumNumber +------------------------------- + +* http://emmo.info/emmo#EMMO_1942247a_50b4_4109_bff4_bb213de45e08 + +.. raw:: html + + + + + + + + + + +
ElucidationQuantum number of an atom describing the inclination of the nuclear spin with respect to a quantization axis given by the magnetic field produced by the orbital electrons.
Wikidata Referencehttps://www.wikidata.org/wiki/Q97577449
+ + +.. raw:: html + +
+ +HyperfineTransitionFrequencyOfCs +-------------------------------- + +* http://emmo.info/emmo#EMMO_f96feb3f_4438_4e43_aa44_7458c4d87fc2 + +.. raw:: html + + + + + + +
ElucidationThe frequency standard in the SI system in which the photon absorption by transitions between the two hyperfine ground states of caesium-133 atoms are used to control the output frequency. + + It defines the base unit second in the SI system.
+ + +.. raw:: html + +
+ +Hyperon +------- + +* http://emmo.info/emmo#EMMO_f87e79eb_f549_4a06_9c27_a3d1412444c6 + +.. raw:: html + + + + + + + + + + +
ElucidationA baryon containing one or more strange quarks, but no charm, bottom, or top quark.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Hyperon
+ + +.. raw:: html + +
+ +Hypothesis +---------- + +* http://emmo.info/emmo#EMMO_e7cbc129_0d05_41a2_851a_10b198cd7ca2 + +.. raw:: html + + + + + + +
ElucidationA hypothesis is a theory, estimated and objective, since its estimated premises are objective.
+ + +.. raw:: html + +
+ +ICI +--- + +* http://emmo.info/electrochemistry#electrochemistry_0838f0b6_ca9a_4f76_9770_ca964617bf1b + +.. raw:: html + + + + + + + + + + +
Elucidationelectrochemical method that measures the voltage response of an electrochemical cell under galvanostatic conditions to short interruptions in the current
Alternative Label(s)IntermittentCurrentInterruptionMethod
+ + +.. raw:: html + +
+ +IEVReference +------------ + +* http://emmo.info/emmo#EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f + +.. raw:: html + + + + + + +
ElucidationURL for the entry in the International Electrotechnical Vocabulary (IEV).
+ + +.. raw:: html + +
+ +ISO14040Reference +----------------- + +* http://emmo.info/emmo#EMMO_964568dd_64d2_454b_a12f_ac389f1c5e7f + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ISO80000Categorised +------------------- + +* http://emmo.info/emmo#2ce04004_62cf_4394_b6a2_b45fce1aebfe + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ISO80000Reference +----------------- + +* http://emmo.info/emmo#EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 + +.. raw:: html + + + + + + +
ElucidationCorresponding item number in ISO 80 000.
+ + +.. raw:: html + +
+ +ISO9000Reference +---------------- + +* http://emmo.info/emmo#EMMO_3aa37f92_8dc5_4ee4_8438_e41e6ae20c62 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ISQBaseQuantity +--------------- + +* http://emmo.info/emmo#EMMO_1a4c1a97_88a7_4d8e_b2f9_2ca58e92dde4 + +.. raw:: html + + + + + + + + + + +
ElucidationBase quantities defined in the International System of Quantities (ISQ).
Wikipedia Referencehttps://en.wikipedia.org/wiki/International_System_of_Quantities
+ + +.. raw:: html + +
+ +ISQDerivedQuantity +------------------ + +* http://emmo.info/emmo#EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 + +.. raw:: html + + + + + + +
ElucidationDerived quantities defined in the International System of Quantities (ISQ).
+ + +.. raw:: html + +
+ +ISQDimensionlessQuantity +------------------------ + +* http://emmo.info/emmo#EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationA quantity to which no physical dimension is assigned and with a corresponding unit of measurement in the SI of the unit one.
IUPAC Referencehttps://doi.org/10.1351/goldbook.D01742
Wikipedia Referencehttps://en.wikipedia.org/wiki/Dimensionless_quantity
+ + +.. raw:: html + +
+ +IUPACName +--------- + +* http://emmo.info/emmo#EMMO_f652e7d2_0b33_4d10_8d0f_2f70089982ba + +.. raw:: html + + + + + + +
ElucidationCorresponds to the IUPAC name of the compound.
+ + +.. raw:: html + +
+ +IUPACName +--------- + +* http://emmo.info/emmo#EMMO_16a3bd5c_75f0_42b3_b000_cb0d018f840e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +IUPACNomencalture +----------------- + +* http://emmo.info/emmo#EMMO_91a0635a_a89a_46de_8928_04a777d145c7 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Icon +---- + +* http://emmo.info/emmo#EMMO_d7788d1a_020d_4c78_85a1_13563fcec168 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationA sign that stands for an object by resembling or imitating it, in shape, function or by sharing a similar logical structure.
Alternative Label(s)Model, Model, Simulacrum, Simulacrum
CommentIf object and sign belongs to the same class, then the sign is fuctional, diagrammatic and resemblance. + For example, when a Boeing 747 is used as a sign for another Boeing 747.
+ + +.. raw:: html + +
+ +Illuminance +----------- + +* http://emmo.info/emmo#EMMO_b51fbd00_a857_4132_9711_0ef70e7bdd20 + +.. raw:: html + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.I02941
+ + +.. raw:: html + +
+ +IlluminanceTimeUnit +------------------- + +* http://emmo.info/emmo#EMMO_e467cc3f_676c_432e_b70e_19237d1bcc78 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Impedimetry +----------- + +* http://emmo.info/electrochemistry#electrochemistry_07ad0aff_ab59_442d_9c0a_7f8c5cba8982 + +.. raw:: html + + + + + + + + + + +
Elucidationmeasurement principle in which the complex electric impedance of a system is measured, usually as a function of a small amplitude sinusoidal electrode potential
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
+ + +.. raw:: html + +
+ +InChI +----- + +* http://emmo.info/emmo#EMMO_d74ed682_894f_46c5_87cb_167f60926965 + +.. raw:: html + + + + + + +
ElucidationThe International Chemical Identifier (InChI) textual identifier proposed by IUPAC to provide a standard encoding for databases of molecular information.
+ + +.. raw:: html + +
+ +IncreasingPotentialPulses +------------------------- + +* https://emmo.info/electrochemistry#electrochemistry_77be01ef_49bd_4f2e_bec8_eec0894b8562 + +.. raw:: html + + + + + + +
ElucidationPulses of electric potential, of amplitude increasing by a constant increment and with a pulse width of 2 to 200 ms, which are superimposed on a constant initial potential.
+ + +.. raw:: html + +
+ +Index +----- + +* http://emmo.info/emmo#EMMO_0cd58641_824c_4851_907f_f4c3be76630c + +.. raw:: html + + + + + + + + + + +
ElucidationA 'Sign' that stands for an 'Object' due to causal continguity.
Alternative Label(s)Signal
+ + +.. raw:: html + +
+ +IndicatorElectrode +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_f6fcd255_248d_4603_b128_04dab960a676 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationelectrode that responds to one, or more than one, species in the solution being investigated, with no appreciable change of bulk solution composition during the measurement
IUPAC Referencehttps://goldbook.iupac.org/terms/view/I03006
Wikidata Referencehttps://www.wikidata.org/wiki/Q120907462
CommentIf processes of interest occur both at the anode and the cathode of a cell (as in differential amperometry or controlled-current potentiometric titration with two indicator electrodes), the cell should be said to comprise two indicator or working electrodes.
+ + +.. raw:: html + +
+ +Indium +------ + +* http://emmo.info/emmo#material_9b92f5b9_a477_4267_bf68_769c995e6e83 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Indium
Wikidata Referencehttps://www.wikidata.org/wiki/Q1094
+ + +.. raw:: html + +
+ +IndiumAtom +---------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_96522455-d7d7-5b1e-b10a-ad87e41a5adc + +.. raw:: html + + + + + + +
ElucidationAtom subclass for indium.
+ + +.. raw:: html + +
+ +IndiumElectrode +--------------- + +* http://emmo.info/electrochemistry#electrochemistry_7b9db6b3_36f0_4b5d_acbb_9284a9054a09 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +IndiumIBromide +-------------- + +* http://emmo.info/emmo#material_8afd2477_9c49_4465_9910_6103732a3318 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)InBr
Wikipedia Referencehttps://en.wikipedia.org/wiki/Indium(I)_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q4096880
+ + +.. raw:: html + +
+ +IndiumIIIAcetate +---------------- + +* http://emmo.info/emmo#material_564edbfa_af96_41c5_8fd5_7f22b1ca658d + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)In(OAc)3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Indium_acetate
Wikidata Referencehttps://www.wikidata.org/wiki/Q27274769
+ + +.. raw:: html + +
+ +IndiumIIIBromide +---------------- + +* http://emmo.info/emmo#material_09338922_833a_406c_be2c_4098980cabc3 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)InBr3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Indium(III)_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q4096881
+ + +.. raw:: html + +
+ +IndiumIIICarbonate +------------------ + +* http://emmo.info/emmo#material_da48c6df_3730_490e_a970_44ef4a6cbf4e + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)In2(CO3)3
Wikidata Referencehttps://www.wikidata.org/wiki/Q27272874
+ + +.. raw:: html + +
+ +IndiumIIIChloride +----------------- + +* http://emmo.info/emmo#material_777a99d3_f2db_4c54_b093_85e3fbbe632d + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)InCl3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Indium(III)_chloride
Wikidata Referencehttps://www.wikidata.org/wiki/Q415500
+ + +.. raw:: html + +
+ +IndiumIIIFluoride +----------------- + +* http://emmo.info/emmo#material_3f5d5e9c_adb6_4fbb_88a5_1d5472e2c99f + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)InF3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Indium(III)_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q4493207
+ + +.. raw:: html + +
+ +IndiumIIIIodide +--------------- + +* http://emmo.info/emmo#material_6d49be7e_bdd1_4d3b_bb95_d28047800a34 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)InI3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Indium(III)_iodide
Wikidata Referencehttps://www.wikidata.org/wiki/Q4202653
+ + +.. raw:: html + +
+ +IndiumIIINitrate +---------------- + +* http://emmo.info/emmo#material_244fbc5c_41d5_42aa_b078_019cb0b2f3b7 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)In(NO3)3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Indium(III)_nitrate
Wikidata Referencehttps://www.wikidata.org/wiki/Q4321583
+ + +.. raw:: html + +
+ +IndiumIIIOxide +-------------- + +* http://emmo.info/emmo#material_2a87ca10_fc6a_4d61_b48c_d9790a566ee3 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)In2O3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Indium(III)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q424955
+ + +.. raw:: html + +
+ +IndiumIIIPerchlorate +-------------------- + +* http://emmo.info/emmo#material_17c30663_ccc8_45b0_b713_9bd095e20ebd + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)In(ClO4)3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Indium_perchlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q15628085
+ + +.. raw:: html + +
+ +IndiumIIIPhosphate +------------------ + +* http://emmo.info/emmo#material_3d3ca8c8_4ea0_43b8_b496_aca78a0d1584 + +.. raw:: html + + + + + + +
Alternative Label(s)InPO4
+ + +.. raw:: html + +
+ +IndiumIIISulfate +---------------- + +* http://emmo.info/emmo#material_ca0f0da1_70d2_46ec_a1bb_0f0662ff4191 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)InSO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Indium(III)_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q2331023
+ + +.. raw:: html + +
+ +IndiumIIISulfide +---------------- + +* http://emmo.info/emmo#material_9541345c_da1f_4f5b_bf89_09a4dfdb43cb + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)In2S3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Indium(III)_sulfide
Wikidata Referencehttps://www.wikidata.org/wiki/Q421215
+ + +.. raw:: html + +
+ +IndiumIIITetrafluoroborate +-------------------------- + +* http://emmo.info/emmo#material_09e44ba7_e928_4aa8_aa50_484742e6965c + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)In(BF4)3
Wikidata Referencehttps://www.wikidata.org/wiki/Q72482882
+ + +.. raw:: html + +
+ +IndiumIIITriflate +----------------- + +* http://emmo.info/emmo#material_0aae472b_b322_43c4_991f_e4ec88f52f3e + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)In(OTf)2
Wikidata Referencehttps://www.wikidata.org/wiki/Q72482889
+ + +.. raw:: html + +
+ +IndiumIIodide +------------- + +* http://emmo.info/emmo#material_b7f0a973_a394_409a_8752_f920b001c2d7 + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)InI
Wikidata Referencehttps://www.wikidata.org/wiki/Q4202651
+ + +.. raw:: html + +
+ +IndiumIOxide +------------ + +* http://emmo.info/emmo#material_8018d7e8_c3f3_411e_adda_644bbd53338d + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)In2O
Wikidata Referencehttps://www.wikidata.org/wiki/Q4332819
+ + +.. raw:: html + +
+ +IndiumOxideCompound +------------------- + +* http://emmo.info/emmo#material_8f1af9c2_9b6d_44f4_8f55_70a4cd5f9dde + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +IndiumSymbol +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_67589be3-8acd-5230-bc54-89280412a3fb + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +IndiumTinOxideElectrode +----------------------- + +* http://emmo.info/electrochemistry#electrochemistry_c63baed9_48dd_4b5c_9e8c_03011010ffb6 + +.. raw:: html + + + + + + +
Alternative Label(s)ITO
+ + +.. raw:: html + +
+ +InductanceUnit +-------------- + +* http://emmo.info/emmo#EMMO_585e0ff0_9429_4d3c_b578_58abb1ba21d1 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +IndustrialTechnologyProcess +--------------------------- + +* http://emmo.info/emmo#EMMO_2b9cbfb5_dbd0_4a68_9c6f_acc41b40dd72 + +.. raw:: html + + + + + + +
Alternative Label(s)ProductionEngineeringProcess
+ + +.. raw:: html + +
+ +Inequality +---------- + +* http://emmo.info/emmo#EMMO_0b6ebe5a_0026_4bef_a1c1_5be00df9f98e + +.. raw:: html + + + + + + +
ElucidationA relation which makes a non-equal comparison between two numbers or other mathematical expressions.
+ + +.. raw:: html + +
+ +InertElectrode +-------------- + +* http://emmo.info/electrochemistry#electrochemistry_a0a619d7_da95_41f0_8bc3_9c19d636d543 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationelectrode that serves only as a source or sink for electrons without playing a chemical role in the electrode reaction
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-08
Wikidata Referencehttps://www.wikidata.org/wiki/Q120907475
CommentNoble metals, mercury, and carbon are typically used as (nearly) inert electrodes.
+ + +.. raw:: html + +
+ +InfiniteMultiplicationFactor +---------------------------- + +* http://emmo.info/emmo#EMMO_5a0f35b8_d18e_4570_a94e_ee84b13bb7bc + +.. raw:: html + + + + + + + + + + +
ElucidationIn nuclear physics, the multiplication factor for an infinite medium.
Wikidata Referencehttps://www.wikidata.org/wiki/Q99440487
+ + +.. raw:: html + +
+ +Information +----------- + +* http://emmo.info/emmo#EMMO_64c72d00_7582_44ea_a0b5_3a14e50acc36 + +.. raw:: html + + + + + + +
ElucidationInformation is encoded data with a meaning (semiotic sign).
+ + +.. raw:: html + +
+ +InitialDischargeVoltage +----------------------- + +* http://emmo.info/electrochemistry#electrochemistry_74861991_7da2_4e0f_b6c1_b16713f538bf + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationdischarge voltage of a cell or battery at the beginning of the discharge immediately after any transients have subsided
Alternative Label(s)InitialClosedCircuitVoltage
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-29
+ + +.. raw:: html + +
+ +InititalThermodynamicTemperature +-------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_9c9b80a4_a00b_4b91_8e17_3a7831f2bf2f + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +InjectionMolding +---------------- + +* http://emmo.info/emmo#EMMO_4d5053a7_273e_495b_8098_5aa5c0f3f925 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +InorganicCompound +----------------- + +* http://emmo.info/emmo#EMMO_4e659c69_ca2d_4569_8a96_f99857a1fa32 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +InsertionElectrode +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_757eae08_4d43_42d4_8b4e_8a0bfd2f9a1c + +.. raw:: html + + + + + + + + + + +
Elucidationan electrode at which the predominant electrochemical reaction is an intercalation
Alternative Label(s)IntercalationElectrode
+ + +.. raw:: html + +
+ +InspectionDevice +---------------- + +* http://emmo.info/emmo#EMMO_3967de47_343f_4bab_aada_b4bec73d11da + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +InstantaneousCurrent +-------------------- + +* http://emmo.info/electrochemistry#electrochemistry_a24f8581_a5a4_41a4_bb45_d0fdd5c0d810 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationvalue of an electric current at an instant in time
IUPAC Referencehttps://goldbook.iupac.org/terms/view/I03062
Wikidata Referencehttps://www.wikidata.org/wiki/Q108057717
CommentI_{t}
+ + +.. raw:: html + +
+ +Integer +------- + +* http://emmo.info/emmo#EMMO_f8bd64d5_5d3e_4ad4_a46e_c30714fecb7f + +.. raw:: html + + + + + + +
ElucidationAn integer number.
+ + +.. raw:: html + +
+ +Intensity +--------- + +* http://emmo.info/emmo#emmo_fd2aa864_eef7_4c3d_8243_9ea832d9df3e + +.. raw:: html + + + + + + + + + + +
ElucidationPower transferred per unit area.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Intensity_(physics)
+ + +.. raw:: html + +
+ +Intensive +--------- + +* http://emmo.info/emmo#EMMO_602397bd_e302_42a6_be33_fe67ea81933a + +.. raw:: html + + + + + + + + + + +
ElucidationA quantity whose magnitude is independent of the size of the system.
CommentNote that not all physical quantities can be categorised as being either intensive or extensive. For example the square root of the mass.
+ + +.. raw:: html + +
+ +IntentionalAgent +---------------- + +* http://emmo.info/emmo#EMMO_c130614a_2985_476d_a7ed_8a137847703c + +.. raw:: html + + + + + + +
ElucidationAn agent that is driven by the intention to reach a defined objective in driving a process.
+ + +.. raw:: html + +
+ +IntentionalBatteryProcess +------------------------- + +* http://emmo.info/battery#battery_7c072505_7ea6_4bfd_8403_7133b3a4b806 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +IntentionalProcess +------------------ + +* http://emmo.info/emmo#EMMO_bafc17b5_9be4_4823_8bbe_ab4e90b6738c + +.. raw:: html + + + + + + + + + + +
ElucidationA process occurring with the active participation of an agent that drives the process according to a specific objective (intention).
Alternative Label(s)Project
+ + +.. raw:: html + +
+ +InterferenceFitting +------------------- + +* http://emmo.info/emmo#EMMO_26f34447_32ec_48ce_9baa_4afec09120f4 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +InternalApparentResistance +-------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_f94678d6_1386_48fc_8e54_024921924401 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationquotient of change of voltage of a battery by the corresponding change in discharge current under specified conditions.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-36
Commentinternal apparent resistance is expressed in ohms
+ + +.. raw:: html + +
+ +InternalConductance +------------------- + +* http://emmo.info/electrochemistry#electrochemistry_0c9655c6_6b0b_4819_a219_f286ad196fa9 + +.. raw:: html + + + + + + +
Commentinverse of internal resistance
+ + +.. raw:: html + +
+ +InternalConversionFactor +------------------------ + +* http://emmo.info/emmo#EMMO_c365fcb8_095d_416b_b4df_a18f2f557016 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationQuotient of the number of internal conversion electrons and the number of gamma quanta emitted by the radioactive atom in a given transition, where a conversion electron represents an orbital electron emitted through the radioactive decay.
Alternative Label(s)InternalConversionCoefficient
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-02-57
Wikidata Referencehttps://www.wikidata.org/wiki/Q6047819
+ + +.. raw:: html + +
+ +InternalEnergy +-------------- + +* http://emmo.info/emmo#EMMO_830b59f7_d047_438c_90cd_62845749efcb + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationA state quantity equal to the difference between the total energy of a system and the sum of the macroscopic kinetic and potential energies of the system.
Alternative Label(s)ThermodynamicEnergy
IUPAC Referencehttps://doi.org/10.1351/goldbook.I03103
+ + +.. raw:: html + +
+ +InternalResistance +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_9bf40017_3f58_4030_ada7_cb37a3dfda2d + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationimpedance of a linear circuit's Thévenin representation
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=485-15-04
Wikipedia Referencehttps://en.wikipedia.org/wiki/Internal_resistance
Wikidata Referencehttps://www.wikidata.org/wiki/Q2527701
CommentAccording to to Thévenin's theorem can any linear electric curcuit be replaced with a voltage source in series with an impedance. This impedance is for historical reasons termed "internal resistance".
+ + +.. raw:: html + +
+ +InternalStep +------------ + +* http://emmo.info/emmo#EMMO_322ce14e_9ede_4841_ad70_302b4d6c5f28 + +.. raw:: html + + + + + + +
ElucidationA generic step in a workflow, that is not the begin or the end.
+ + +.. raw:: html + +
+ +InternationalSystemOfQuantity +----------------------------- + +* http://emmo.info/emmo#EMMO_f35cff4d_dc09_44cf_a729_22fb79e3bfb2 + +.. raw:: html + + + + + + + + + + +
ElucidationQuantities declared under the ISO 80000.
Wikipedia Referencehttps://en.wikipedia.org/wiki/International_System_of_Quantities
+ + +.. raw:: html + +
+ +Interphase +---------- + +* http://emmo.info/electrochemistry#electrochemistry_54e0c2bd_1bb2_4f9c_9b55_5b6cc34651ec + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationa spatial region at the interface between two bulk phases in contact, which is different chemically and physically from both phases in contact
Alternative Label(s)InterfacialLayer
IUPAC Referencehttps://goldbook.iupac.org/terms/view/I03085
+ + +.. raw:: html + +
+ +InterphaseGrowth +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_402598d9_0eea_405d_b0d0_3b8b79deba6f + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Interpretant +------------ + +* http://emmo.info/emmo#EMMO_054af807_85cd_4a13_8eba_119dfdaaf38b + +.. raw:: html + + + + + + +
ElucidationThe interpreter's internal representation of the object in a semiosis process.
+ + +.. raw:: html + +
+ +Interpreter +----------- + +* http://emmo.info/emmo#EMMO_0527413c_b286_4e9c_b2d0_03fb2a038dee + +.. raw:: html + + + + + + + + + + +
ElucidationThe entity (or agent, or observer, or cognitive entity) who connects 'Sign', 'Interpretant' and 'Object'.
CommentThe interpreter is not the ontologist, being the ontologist acting outside the ontology at the meta-ontology level. + + On the contrary, the interpreter is an agent recognized by the ontologist. The semiotic branch of the EMMO is the tool used by the ontologist to represent an interpreter's semiotic activity.
+ + +.. raw:: html + +
+ +IntrinsicCarrierDensity +----------------------- + +* http://emmo.info/emmo#EMMO_126e57a9_0f9c_4315_a031_bc273a0f302b + +.. raw:: html + + + + + + + + + + +
ElucidationSquare root of the product of electron and hole density in a semiconductor.
Wikidata Referencehttps://www.wikidata.org/wiki/Q1303188
+ + +.. raw:: html + +
+ +InversePermittivityUnit +----------------------- + +* http://emmo.info/emmo#EMMO_d2a20142_b3a4_4d3b_a7e1_e17597e7f177 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +InverseSquareMassUnit +--------------------- + +* http://emmo.info/emmo#EMMO_6aa04359-50d6-43d7-b3a7-296bd391bf7d + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Iodine +------ + +* http://emmo.info/emmo#material_6d158508_abf0_4e10_beea_1d940da5fed1 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)I2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Iodine
Wikidata Referencehttps://www.wikidata.org/wiki/Q1103
+ + +.. raw:: html + +
+ +IodineAtom +---------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_52a611ba-81df-5557-9dfe-c55e4d0f5860 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for iodine.
+ + +.. raw:: html + +
+ +IodineSymbol +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_c10700ef-832b-5b39-a0a0-5e3f5f17b8e8 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Ion +--- + +* http://emmo.info/emmo#material_f07ae87e_b56e_4835_8a28_04c6c7dfbaa2 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +IonActivity +----------- + +* http://emmo.info/emmo#EMMO_12b2ec1e_fb89_468a_a51d_97c2a6db297c + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationratio of the product of ion molality b and a correction factor γ to the molality b° of the same ion in a standard solution under standardized conditions: a = bγ / b°.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-20
CommentNormally a standard solution is a solution of the ion at a molality of 1 mol/kg (exactly). Standardized conditions are normally 1013,25 hPa and 25 °C.
+ + +.. raw:: html + +
+ +IonAtom +------- + +* http://emmo.info/emmo#EMMO_db03061b_db31_4132_a47a_6a634846578b + +.. raw:: html + + + + + + + + + + +
ElucidationA standalone atom with an unbalanced number of electrons with respect to its atomic number.
CommentThe ion_atom is the basic part of a pure ionic bonded compound i.e. without eclectron sharing,
+ + +.. raw:: html + +
+ +IonConcentration +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_8177eae6_1631_430d_99f2_942669bcb784 + +.. raw:: html + + + + + + + + + + +
Elucidationthe amount concentration of some ionic species in a given volume of solution
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-16
+ + +.. raw:: html + +
+ +IonExchangeMembrane +------------------- + +* http://emmo.info/electrochemistry#electrochemistry_15325775_6d4c_4192_82f1_e4feca9de426 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationA membrane having ion-exchange groups:
IUPAC Referencehttps://doi.org/10.1351/goldbook.IT07155
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ion-exchange_membrane
Wikidata Referencehttps://www.wikidata.org/wiki/Q21082486
+ + +.. raw:: html + +
+ +IonNumberDensity +---------------- + +* http://emmo.info/emmo#EMMO_31b393c5_4cfe_4ad4_a9a4_0eafcb7fbd1a + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationNumber of ions per volume.
Alternative Label(s)IonDensity
Wikidata Referencehttps://www.wikidata.org/wiki/Q98831218
+ + +.. raw:: html + +
+ +IonTransportNumber +------------------ + +* http://emmo.info/emmo#EMMO_d97b27cb_61a4_4568_a38b_4edd4f224acc + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationFaction of electrical current carried by given ionic species.
Alternative Label(s)CurrentFraction, CurrentFraction, TransferrenceNumber, TransferrenceNumber
IUPAC Referencehttps://doi.org/10.1351/goldbook.I03181
Wikidata Referencehttps://www.wikidata.org/wiki/Q331854
+ + +.. raw:: html + +
+ +IonicConductivity +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_25dabdc2_68bf_4a38_8cbe_11be017358bc + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationa measure of a substance's tendency towards ionic conduction
IUPAC Referencehttps://doi.org/10.1351/goldbook.I03175
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ionic_conductivity_(solid_state)
Wikidata Referencehttps://www.wikidata.org/wiki/Q6063658
+ + +.. raw:: html + +
+ +IonicLiquidElectrolyte +---------------------- + +* http://emmo.info/electrochemistry#electrochemistry_c3f4b34a_0e2c_46f3_baab_4ebd2682d26f + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationAn ionic liquid is an electrolyte composed of a salt that is liquid below 100 °C. Ionic liquids have found uses in electrochemical analysis, because their unconventional properties include a negligible vapor pressure, a high thermal and electrochemical stability, and exceptional dissolution properties for both organic and inorganic chemical species.
Alternative Label(s)IonicLiquid
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ionic_liquid
+ + +.. raw:: html + +
+ +IonicStrength +------------- + +* http://emmo.info/emmo#EMMO_7243633d_96ff_426d_ae44_8a2504e682da + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationFor all types of ions in a solution, half the sum of the products of their molality b_i and the square of their charge number z_i.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-24
IUPAC Referencehttps://doi.org/10.1351/goldbook.I03180
Wikidata Referencehttps://www.wikidata.org/wiki/Q898396
CommentCharge number is a quantity of dimension one defined in ChargeNumber.
+ + +.. raw:: html + +
+ +IonizationEnergy +---------------- + +* http://emmo.info/emmo#EMMO_f0b903be_d86f_4d28_9f42_b4d4753e2cf4 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationDifference between energy of an electron at rest at infinity and a certain energy level which is the energy of an electron in the interior of a substance.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-06-39
IUPAC Referencehttps://doi.org/10.1351/goldbook.I03199
Wikidata Referencehttps://www.wikidata.org/wiki/Q483769
+ + +.. raw:: html + +
+ +IonomerCompound +--------------- + +* http://emmo.info/emmo#material_dc68514f_b592_4e1b_a00f_fbb29f2fafbd + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Iridium +------- + +* http://emmo.info/emmo#material_bbfa82dc_68a0_4d0b_a3f0_735cbbc19cf2 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Iridium
Wikidata Referencehttps://www.wikidata.org/wiki/Q877
+ + +.. raw:: html + +
+ +IridiumAtom +----------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_5ae62317-1681-5ca9-9fa7-8801757ee5c8 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for iridium.
+ + +.. raw:: html + +
+ +IridiumDioxide +-------------- + +* http://emmo.info/emmo#material_f7525766_90cf_43e9_8932_7cb3b14f676f + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)IrO2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Iridium(IV)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q418812
+ + +.. raw:: html + +
+ +IridiumElectrode +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_3e6a7d5f_3700_46b3_b1b8_f34e37e6f931 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +IridiumIIIOxide +--------------- + +* http://emmo.info/emmo#material_c1b3e4ab_f4c2_443e_9143_99e7c3654448 + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)Ir2O3
Wikidata Referencehttps://www.wikidata.org/wiki/Q4332822
+ + +.. raw:: html + +
+ +IridiumOxideCompound +-------------------- + +* http://emmo.info/emmo#material_4ad18bbe_6478_4009_8f80_b669a6ae3f7a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +IridiumOxideElectrode +--------------------- + +* http://emmo.info/electrochemistry#electrochemistry_cba03815_eaa8_493d_b9e4_52856b57fde6 + +.. raw:: html + + + + + + +
Alternative Label(s)IrO2Electrode
+ + +.. raw:: html + +
+ +IridiumSaltCompound +------------------- + +* http://emmo.info/emmo#material_63788521_5764_4ee2_8d8a_ce4978682546 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +IridiumSymbol +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_b8aab013-b729-51f1-bc14-5302e7f97cbe + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Iron +---- + +* http://emmo.info/emmo#material_89fd13e8_8061_41da_83f4_634144116425 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Iron
Wikidata Referencehttps://www.wikidata.org/wiki/Q677
+ + +.. raw:: html + +
+ +IronAirBattery +-------------- + +* http://emmo.info/battery#battery_361a67aa_a7d5_4c2b_98e5_7c8e9a919d79 + +.. raw:: html + + + + + + + + + + +
Elucidationa metal-air battery with a iron negative electrode
Wikipedia Referencehttps://en.wikipedia.org/wiki/Metal%E2%80%93air_electrochemical_cell#Iron
+ + +.. raw:: html + +
+ +IronAtom +-------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_a4839f08-1080-53bf-9cb3-101e20c2656b + +.. raw:: html + + + + + + +
ElucidationAtom subclass for iron.
+ + +.. raw:: html + +
+ +IronBattery +----------- + +* http://emmo.info/battery#battery_f93bd38a_c44a_4a79_95fb_9937504b9448 + +.. raw:: html + + + + + + +
Elucidationcell containing a negative electrode with an active material of iron or containing iron
+ + +.. raw:: html + +
+ +IronDisulfide +------------- + +* http://emmo.info/emmo#material_c728b6b9_449a_45ff_b5ae_6b7968708f0d + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)FeS2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Pyrite
Wikidata Referencehttps://www.wikidata.org/wiki/Q1311146
+ + +.. raw:: html + +
+ +IronDisulfideElectrode +---------------------- + +* http://emmo.info/electrochemistry#electrochemistry_d2726dd5_69f0_4cb1_bd3c_4c48813e57e7 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +IronElectrode +------------- + +* http://emmo.info/electrochemistry#electrochemistry_cc4e178c_bc1f_4502_b6c2_33f304ef6bab + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +IronIIIHydroxide +---------------- + +* http://emmo.info/emmo#material_323a2e39_d7d5_4802_884a_9aa41a280986 + +.. raw:: html + + + + + + +
Alternative Label(s)Fe(OH)3
+ + +.. raw:: html + +
+ +IronIIIOxide +------------ + +* http://emmo.info/emmo#material_383f6ea4_344d_4f3f_ae04_4c5005e9c8fd + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Fe2O3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Iron(III)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q419170
+ + +.. raw:: html + +
+ +IronIIOxide +----------- + +* http://emmo.info/emmo#material_c0f3ef19_325e_469d_95d4_2d7568796163 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)FeO
Wikipedia Referencehttps://en.wikipedia.org/wiki/Iron(II)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q196680
+ + +.. raw:: html + +
+ +IronII_IIIOxide +--------------- + +* http://emmo.info/emmo#material_ea0471d2_cfe0_4b64_9b0d_118254ed3dcc + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Fe3O4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Iron(II,III)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q411235
+ + +.. raw:: html + +
+ +IronOxideCompound +----------------- + +* http://emmo.info/emmo#material_52da9471_9979_44b0_a415_63c72110fd43 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +IronRedoxFlowBattery +-------------------- + +* http://emmo.info/battery#battery_31a80cd5_d4eb_4f7d_a990_f32a5a75ea86 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationa type of redox flow battery that uses aqueous solutions of iron salt
Alternative Label(s)IRB, ISB, IronSaltBattery
Wikipedia Referencehttps://en.wikipedia.org/wiki/Iron_redox_flow_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q112649313
+ + +.. raw:: html + +
+ +IronSalt +-------- + +* http://emmo.info/emmo#material_4154e6b6_8e3c_4173_91aa_e8ba403bde85 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +IronSymbol +---------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_71b5082d-9908-5011-8ad0-b2ab70ffd08c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Irradiate +--------- + +* http://emmo.info/emmo#EMMO_c4fba898_896b_4d58_a24c_b5c0851fa2a2 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +IsentropicCompressibility +------------------------- + +* http://emmo.info/emmo#EMMO_1044e509_e204_433a_8130_8d4579ada59f + +.. raw:: html + + + + + + + + + + +
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-32
Wikidata Referencehttps://www.wikidata.org/wiki/Q2990695
+ + +.. raw:: html + +
+ +IsentropicExponent +------------------ + +* http://emmo.info/emmo#EMMO_8040a6f6_4736_4dd2_8d1c_f2c13cb77a71 + +.. raw:: html + + + + + + + + + + + + + + +
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-52
Wikidata Referencehttps://www.wikidata.org/wiki/Q75775739
CommentFor an ideal gas, isentropic exponent is equal to ratio of the specific heat capacities.
+ + +.. raw:: html + +
+ +IsobaricHeatCapacity +-------------------- + +* http://emmo.info/emmo#EMMO_ac82358d_94a7_4ceb_93e7_41bab5bcefdf + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationHeat capacity at constant pressure.
Alternative Label(s)HeatCapacityAtConstantPressure
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-49
Wikidata Referencehttps://www.wikidata.org/wiki/Q112187490
+ + +.. raw:: html + +
+ +IsochoricHeatCapacity +--------------------- + +* http://emmo.info/emmo#EMMO_8fc576e1_3984_402b_a548_be921b4e1bf4 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationHeat capacity at constant volume.
Alternative Label(s)HeatCapacityAtConstantVolume
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-50
Wikidata Referencehttps://www.wikidata.org/wiki/Q112187521
+ + +.. raw:: html + +
+ +IsopotentialPoint +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_ff7797ed_9ef7_40d0_872b_2c215cd54578 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationelectric potential of an ion-selective electrode (ISE) and activity of an analyte ion at which the potential of the ISE is independent of temperature
IUPAC Referencehttps://doi.org/10.1351/goldbook.I03304
CommentThe specification of the ISE and outer reference electrode must be described.
+ + +.. raw:: html + +
+ +IsopropylAlcohol +---------------- + +* http://emmo.info/emmo#material_2ee4c506_526d_4483_bca3_b95585f77d00 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)IPA
Wikipedia Referencehttps://en.wikipedia.org/wiki/Isopropyl_alcohol
Wikidata Referencehttps://www.wikidata.org/wiki/Q16392
+ + +.. raw:: html + +
+ +IsothermalCompressibility +------------------------- + +* http://emmo.info/emmo#EMMO_9bc6da11_528a_44e8_bd9e_c4154eae7e55 + +.. raw:: html + + + + + + + + + + +
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-31
Wikidata Referencehttps://www.wikidata.org/wiki/Q2990696
+ + +.. raw:: html + +
+ +IsothermalConversion +-------------------- + +* http://emmo.info/emmo#EMMO_6c213064_e525_45d4_99cf_afebed8bbddd + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Item +---- + +* http://emmo.info/emmo#EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de + +.. raw:: html + + + + + + +
ElucidationThe class of individuals standing for direct causally self-connected world entities.
+ + +.. raw:: html + +
+ +IterativeCoupledModelsSimulation +-------------------------------- + +* http://emmo.info/emmo#EMMO_01354ac2_cce1_4b7d_8b4a_7322d6cb10bc + +.. raw:: html + + + + + + +
ElucidationA chain of linked physics based model simulations solved iteratively, where equations are segregated.
+ + +.. raw:: html + +
+ +IterativeStep +------------- + +* http://emmo.info/emmo#EMMO_9ac10a20_63d0_4bbd_a5d3_f00a0ad4682c + +.. raw:: html + + + + + + +
ElucidationA workflow whose output ca be used as input for another workflow of the same type, iteratively, within the framework of a larger workflow.
+ + +.. raw:: html + +
+ +IterativeWorkflow +----------------- + +* http://emmo.info/emmo#EMMO_ddecfff6_d3a1_4972_b9e9_3d0ca11a3a0b + +.. raw:: html + + + + + + +
ElucidationA workflow whose steps (iterative steps) are the repetition of the same workflow type.
+ + +.. raw:: html + +
+ +Jacket +------ + +* http://emmo.info/electrochemistry#electrochemistry_a0fcb105_587f_45d8_a89a_46dc8f745069 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationpartial or complete external covering of a cell
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-20
Commenta jacket may be made of metal (insulated from the cell terminals), plastic, paper or other suitable material
+ + +.. raw:: html + +
+ +Java +---- + +* http://emmo.info/emmo#EMMO_09007bc0_b5f2_4fb9_af01_caf948cf2044 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +JavaScript +---------- + +* http://emmo.info/emmo#EMMO_161bef57_cc59_4246_8249_19dbdae96e7b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Join +---- + +* http://emmo.info/emmo#EMMO_c7ee175d_4c25_45cb_b74e_71435b11b77d + +.. raw:: html + + + + + + +
ElucidationA tessellation in wich a tile is next for two or more non spatially connected tiles.
+ + +.. raw:: html + +
+ +JoinManufacturing +----------------- + +* http://emmo.info/emmo#EMMO_6ab555fd_5803_4f03_82e8_127c01aabfea + +.. raw:: html + + + + + + + + + + +
ElucidationA manufacturing involving the creation of long-term connection of several workpieces.
Alternative Label(s)Fügen
+ + +.. raw:: html + +
+ +JosephsonConstant +----------------- + +* http://emmo.info/emmo#EMMO_ba380bc6_2bfd_4f11_94c7_b3cbaafd1631 + +.. raw:: html + + + + + + + + + + +
ElucidationInverse of the magnetic flux quantum.
CommentThe DBpedia definition (http://dbpedia.org/page/Magnetic_flux_quantum) is outdated as May 20, 2019. It is now an exact quantity.
+ + +.. raw:: html + +
+ +JosephsonConstantUnit +--------------------- + +* http://emmo.info/emmo#EMMO_6b8bf0c9_4ec7_452c_bee5_26e5149a4f05 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Joule +----- + +* http://emmo.info/emmo#Joule + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationSI unit for energy.
IUPAC Referencehttps://doi.org/10.1351/goldbook.J03363
Wikipedia Referencehttp://en.wikipedia.org/wiki/Joule?oldid=494340406
+ + +.. raw:: html + +
+ +JouleMetrePerMole +----------------- + +* http://emmo.info/emmo#JouleMetrePerMole + +.. raw:: html + + + + + + + + + + +
Elucidation`Joule Meter per Mole` is a unit for 'Length Molar Energy' expressed as J · m · mol⁻¹. + + -- QUDT
Alternative Label(s)Joule Metre per Mole
+ + +.. raw:: html + +
+ +JoulePerCubicMetre +------------------ + +* http://emmo.info/emmo#JoulePerCubicMetre + +.. raw:: html + + + + + + + + + + +
Elucidation`Joule Per Cubic Meter` (J/m³) is a unit in the category of Energy density. It is also known as joules per cubic meter, joule per cubic metre, joules per cubic metre, joule/cubic meter, joule/cubic metre. This unit is commonly used in the SI unit system. It has a dimension of ML⁻¹T⁻² where M is mass, L is length, and T is time. This unit is the standard SI unit in this category. + + -- QUDT
Alternative Label(s)Joule per Cubic Metre
+ + +.. raw:: html + +
+ +JoulePerCubicMetreKelvin +------------------------ + +* http://emmo.info/emmo#JoulePerCubicMetreKelvin + +.. raw:: html + + + + + + + + + + +
Elucidation`Joule per Cubic Meter Kelvin` is a unit for 'Volumetric Heat Capacity' expressed as J/(m³ K). + + -- QUDT
Alternative Label(s)Joule per Cubic Metre Kelvin
+ + +.. raw:: html + +
+ +JoulePerHour +------------ + +* http://emmo.info/emmo#JoulePerHour + +.. raw:: html + + + + + + + + + + +
ElucidationSI derived unit joule divided by the 3600 times the SI base unit second + + -- QUDT
Alternative Label(s)Joule Per Hour
+ + +.. raw:: html + +
+ +JoulePerKelvin +-------------- + +* http://emmo.info/emmo#JoulePerKelvin + +.. raw:: html + + + + + + + + + + +
ElucidationJoule Per Kelvin (J/K) is a unit in the category of Entropy. It is also known as joules per kelvin, joule/kelvin. This unit is commonly used in the SI unit system. Joule Per Kelvin (J/K) has a dimension of ML²T⁻²Q⁻¹ where M is mass, L is length, T is time, and Q is temperature. This unit is the standard SI unit in this category. + + -- QUDT
Alternative Label(s)Joule per Kelvin
+ + +.. raw:: html + +
+ +JoulePerKilogram +---------------- + +* http://emmo.info/emmo#JoulePerKilogram + +.. raw:: html + + + + + + + + + + +
ElucidationJoule Per Kilogram} (J/kg) is a unit in the category of Thermal heat capacity. It is also known as `joule/kilogram`, `joules per kilogram`. This unit is commonly used in the SI unit system. The unit has a dimension of L2T⁻² where L is length, and T is time. This unit is the standard SI unit in this category. + + -- QUDT
Alternative Label(s)Joule per Kilogram
+ + +.. raw:: html + +
+ +JoulePerKilogramKelvin +---------------------- + +* http://emmo.info/emmo#JoulePerKilogramKelvin + +.. raw:: html + + + + + + + + + + +
ElucidationSpecific heat capacity - The heat required to raise unit mass of a substance by unit temperature interval under specified conditions, such as constant pressure: usually measured in joules per kelvin per kilogram. Symbol c_p (for constant pressure) Also called specific heat. + + -- QUDT
Alternative Label(s)Joule per Kilogram Kelvin
+ + +.. raw:: html + +
+ +JoulePerKilogramKelvinCubicMetre +-------------------------------- + +* http://emmo.info/emmo#JoulePerKilogramKelvinCubicMetre + +.. raw:: html + + + + + + +
Alternative Label(s)Joule per Kilogram Kelvin Cubic Metre
+ + +.. raw:: html + +
+ +JoulePerKilogramKelvinPerPascal +------------------------------- + +* http://emmo.info/emmo#JoulePerKilogramKelvinPerPascal + +.. raw:: html + + + + + + +
Alternative Label(s)Joule per Kilogram Kelvin per Pascal
+ + +.. raw:: html + +
+ +JoulePerMetre +------------- + +* http://emmo.info/emmo#JoulePerMetre + +.. raw:: html + + + + + + +
Alternative Label(s)Joule Per Metre
+ + +.. raw:: html + +
+ +JoulePerMole +------------ + +* http://emmo.info/emmo#JoulePerMole + +.. raw:: html + + + + + + + + + + +
ElucidationThe joule per mole (symbol: J· mol⁻¹) is an SI derived unit of energy per amount of material. Energy is measured in joules, and the amount of material is measured in moles. Physical quantities measured in J· mol⁻¹) usually describe quantities of energy transferred during phase transformations or chemical reactions. Division by the number of moles facilitates comparison between processes involving different quantities of material and between similar processes involving different types of materials. The meaning of such a quantity is always context-dependent and, particularly for chemical reactions, is dependent on the (possibly arbitrary) definition of a 'mole' for a particular process. + + -- QUDT
Alternative Label(s)Joule per Mole
+ + +.. raw:: html + +
+ +JoulePerMoleKelvin +------------------ + +* http://emmo.info/emmo#JoulePerMoleKelvin + +.. raw:: html + + + + + + + + + + +
ElucidationEnergy needed to heat one mole of substance by 1 Kelvin, under standard conditions (not standard temperature and pressure STP). The standard molar entropy is usually given the symbol S, and has units of joules per mole kelvin ( J· mol⁻¹ K⁻¹). Unlike standard enthalpies of formation, the value of S is an absolute. That is, an element in its standard state has a nonzero value of S at room temperature. + + -- QUDT
Alternative Label(s)Joule per Mole Kelvin
+ + +.. raw:: html + +
+ +JoulePerQuarticMetre +-------------------- + +* http://emmo.info/emmo#JoulePerQuarticMetre + +.. raw:: html + + + + + + + + + + +
Elucidation`Joule Per Quartic Meter` (J/m⁴) is a unit for the spectral concentration of radiant energy density (in terms of wavelength), or the spectral radiant energy density (in terms of wave length). This unit is commonly used in the SI unit system. + + -- QUDT
Alternative Label(s)Joule per Quartic Metre
+ + +.. raw:: html + +
+ +JoulePerSecond +-------------- + +* http://emmo.info/emmo#JoulePerSecond + +.. raw:: html + + + + + + + + + + +
ElucidationSI derived unit joule divided by the SI base unit second + + -- QUDT
Alternative Label(s)Joule Per Second
+ + +.. raw:: html + +
+ +JoulePerSquareCentiMetre +------------------------ + +* http://emmo.info/emmo#JoulePerSquareCentiMetre + +.. raw:: html + + + + + + + + + + +
Elucidationderived SI unit joule divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2 + + -- QUDT
Alternative Label(s)Joule Per Square Centimetre
+ + +.. raw:: html + +
+ +JoulePerSquareCentiMetrePerDay +------------------------------ + +* http://emmo.info/emmo#JoulePerSquareCentiMetrePerDay + +.. raw:: html + + + + + + + + + + +
ElucidationRadiant energy per 10⁻⁴ SI unit area over a period of one day. + + -- QUDT
Alternative Label(s)Joules per square centimetre per day
+ + +.. raw:: html + +
+ +JoulePerSquareMetre +------------------- + +* http://emmo.info/emmo#JoulePerSquareMetre + +.. raw:: html + + + + + + + + + + +
ElucidationJoule Per Square Meter (J/m²) is a unit in the category of Energy density. It is also known as joules per square meter, joule per square metre, joule/square meter, joule/square metre. This unit is commonly used in the SI unit system. + + -- QUDT
Alternative Label(s)Joule per Square Metre
+ + +.. raw:: html + +
+ +JoulePerSquareTesla +------------------- + +* http://emmo.info/emmo#JoulePerSquareTesla + +.. raw:: html + + + + + + + + + + +
ElucidationA measure of the diamagnetic energy, for a Bohr-radius spread around a magnetic axis, per square Tesla. + + -- QUDT
Alternative Label(s)Joule per Square Tesla
+ + +.. raw:: html + +
+ +JoulePerTesla +------------- + +* http://emmo.info/emmo#JoulePerTesla + +.. raw:: html + + + + + + + + + + +
ElucidationThe magnetic moment of a magnet is a quantity that determines the force that the magnet can exert on electric currents and the torque that a magnetic field will exert on it. A loop of electric current, a bar magnet, an electron, a molecule, and a planet all have magnetic moments. The unit for magnetic moment is not a base unit in the International System of Units (SI) and it can be represented in more than one way. For example, in the current loop definition, the area is measured in square meters and I is measured in amperes, so the magnetic moment is measured in ampere-square meters (A m2). In the equation for torque on a moment, the torque is measured in joules and the magnetic field in tesla, so the moment is measured in Joules per Tesla (J u00b7T-1). These two representations are equivalent: 1 A u00b7m2 = 1 J u00b7T-1. + + -- QUDT
Alternative Label(s)Joule per Tesla
+ + +.. raw:: html + +
+ +JouleSecond +----------- + +* http://emmo.info/emmo#JouleSecond + +.. raw:: html + + + + + + + + + + +
ElucidationThe joule-second is a unit equal to a joule multiplied by a second, used to measure action or angular momentum. The joule-second is the unit used for Planck's constant. + + -- QUDT
Alternative Label(s)Joule Second
+ + +.. raw:: html + +
+ +JouleSecondPerMole +------------------ + +* http://emmo.info/emmo#JouleSecondPerMole + +.. raw:: html + + + + + + + + + + +
Elucidation`Joule Second per Mole` is a unit for 'Molar Angular Momentum' expressed as J s mol⁻¹. + + -- QUDT
Alternative Label(s)Joule Second per Mole
+ + +.. raw:: html + +
+ +JouleSquareMetre +---------------- + +* http://emmo.info/emmo#JouleSquareMetre + +.. raw:: html + + + + + + +
Alternative Label(s)Joule Square Metre
+ + +.. raw:: html + +
+ +JouleSquareMetrePerKilogram +--------------------------- + +* http://emmo.info/emmo#JouleSquareMetrePerKilogram + +.. raw:: html + + + + + + +
Alternative Label(s)Joule Square Metre per Kilogram
+ + +.. raw:: html + +
+ +JouleThomsonCoefficient +----------------------- + +* http://emmo.info/emmo#EMMO_a43cb01a_beb0_46e1_ae6d_22236222e6a1 + +.. raw:: html + + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q93946998
+ + +.. raw:: html + +
+ +JunctionTile +------------ + +* http://emmo.info/emmo#EMMO_d4c95fa1_5bda_4063_a22d_62c81fcea284 + +.. raw:: html + + + + + + +
ElucidationA direct part that is obtained by partitioning a whole hybridly in spatial, temporal and spatiotemporal parts.
+ + +.. raw:: html + +
+ +KR6 +--- + +* http://emmo.info/battery#battery_ad7c1d81_9a9f_4174_88ea_3ba3e8f4dbe2 + +.. raw:: html + + + + + + +
ElucidationNickelCadmiumAABattery
+ + +.. raw:: html + +
+ +KR6 +--- + +* http://emmo.info/battery#battery_ad7c1d81_9a9f_4174_88ea_3ba3e8f4dbe2 + +.. raw:: html + + + + + + +
Elucidationnickel cadmium (NiCd) cylindrical cell in an R6 (AA) case
+ + +.. raw:: html + +
+ +Katal +----- + +* http://emmo.info/emmo#Katal + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationSI unit for catalytic activity.
IUPAC Referencehttps://doi.org/10.1351/goldbook.K03372
Wikipedia Referencehttp://en.wikipedia.org/wiki/Katal?oldid=486431865
+ + +.. raw:: html + +
+ +Kelvin +------ + +* http://emmo.info/emmo#Kelvin + +.. raw:: html + + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.K03374
Wikipedia Referencehttp://en.wikipedia.org/wiki/Kelvin?oldid=495075694
+ + +.. raw:: html + +
+ +KelvinDay +--------- + +* http://emmo.info/emmo#KelvinDay + +.. raw:: html + + + + + + +
Alternative Label(s)Kelvin day
+ + +.. raw:: html + +
+ +KelvinMetre +----------- + +* http://emmo.info/emmo#KelvinMetre + +.. raw:: html + + + + + + +
Alternative Label(s)Kelvin metres
+ + +.. raw:: html + +
+ +KelvinMetrePerSecond +-------------------- + +* http://emmo.info/emmo#KelvinMetrePerSecond + +.. raw:: html + + + + + + +
Alternative Label(s)Kelvin metres per second
+ + +.. raw:: html + +
+ +KelvinMetrePerWatt +------------------ + +* http://emmo.info/emmo#KelvinMetrePerWatt + +.. raw:: html + + + + + + + + + + +
Elucidationproduct of the SI base unit kelvin and the SI base unit metre divided by the derived SI unit watt + + -- QUDT
Alternative Label(s)Kelvin Metre Per Watt
+ + +.. raw:: html + +
+ +KelvinPascalPerSecond +--------------------- + +* http://emmo.info/emmo#KelvinPascalPerSecond + +.. raw:: html + + + + + + +
Alternative Label(s)Kelvin Pascals per second
+ + +.. raw:: html + +
+ +KelvinPerHour +------------- + +* http://emmo.info/emmo#KelvinPerHour + +.. raw:: html + + + + + + + + + + +
Elucidation`Kelvin per Hour` is a unit for 'Temperature Per Time' expressed as K / h. + + -- QUDT
Alternative Label(s)Kelvin per Hour
+ + +.. raw:: html + +
+ +KelvinPerKelvin +--------------- + +* http://emmo.info/emmo#KelvinPerKelvin + +.. raw:: html + + + + + + + + + + +
ElucidationSI base unit kelvin divided by the SI base unit kelvin + + -- QUDT
Alternative Label(s)Kelvin Per Kelvin
+ + +.. raw:: html + +
+ +KelvinPerMetre +-------------- + +* http://emmo.info/emmo#KelvinPerMetre + +.. raw:: html + + + + + + + + + + +
ElucidationA change of temperature on the Kelvin temperature scale in one SI unit of length. + + -- QUDT
Alternative Label(s)KelvinPerMeter
+ + +.. raw:: html + +
+ +KelvinPerMinute +--------------- + +* http://emmo.info/emmo#KelvinPerMinute + +.. raw:: html + + + + + + + + + + +
Elucidation`Kelvin per Minute` is a unit for 'Temperature Per Time' expressed as K / m. + + -- QUDT
Alternative Label(s)Kelvin per Minute
+ + +.. raw:: html + +
+ +KelvinPerSecond +--------------- + +* http://emmo.info/emmo#KelvinPerSecond + +.. raw:: html + + + + + + + + + + +
Elucidation`Kelvin per Second` is a unit for 'Temperature Per Time' expressed as K / s. + + -- QUDT
Alternative Label(s)Kelvin per Second
+ + +.. raw:: html + +
+ +KelvinPerSquareSecond +--------------------- + +* http://emmo.info/emmo#KelvinPerSquareSecond + +.. raw:: html + + + + + + + + + + +
Elucidation`Kelvin per Square Second` is a unit for 'Temperature Per Time Squared' expressed as K / s². + + -- QUDT
Alternative Label(s)Kelvin per Square Second
+ + +.. raw:: html + +
+ +KelvinPerTesla +-------------- + +* http://emmo.info/emmo#KelvinPerTesla + +.. raw:: html + + + + + + + + + + +
Elucidation`Kelvin per Tesla` is a unit for 'Temperature Per Magnetic Flux Density' expressed as K T⁻¹. + + -- QUDT
Alternative Label(s)Kelvin per Tesla
+ + +.. raw:: html + +
+ +KelvinPerWatt +------------- + +* http://emmo.info/emmo#KelvinPerWatt + +.. raw:: html + + + + + + + + + + +
ElucidationThermal resistance is a heat property and a measure of a temperature difference by which an object or material resists a heat flow (heat per time unit or thermal resistance). Thermal resistance is the reciprocal thermal conductance. Absolute thermal resistance is the temperature difference across a structure when a unit of heat energy flows through it in unit time. It is the reciprocal of thermal conductance. The SI units of thermal resistance are kelvins per watt or the equivalent degrees Celsius per watt (the two are the same since as intervals). + + -- QUDT
Alternative Label(s)Kelvin per Watt
+ + +.. raw:: html + +
+ +KelvinSecond +------------ + +* http://emmo.info/emmo#KelvinSecond + +.. raw:: html + + + + + + +
Alternative Label(s)Kelvin second
+ + +.. raw:: html + +
+ +KelvinSquareMetrePerKilogramPerSecond +------------------------------------- + +* http://emmo.info/emmo#KelvinSquareMetrePerKilogramPerSecond + +.. raw:: html + + + + + + +
Alternative Label(s)Kelvin square metres per kilogram per second
+ + +.. raw:: html + +
+ +Kerma +----- + +* http://emmo.info/emmo#EMMO_e963f280_1599_4ee8_bb74_439a4bc6412d + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationKinetic energy released per mass.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-36
Wikidata Referencehttps://www.wikidata.org/wiki/Q1739288
+ + +.. raw:: html + +
+ +KermaRate +--------- + +* http://emmo.info/emmo#EMMO_d481815b_11bd_4cf6_a290_941062ee76ef + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationTime derivative of kerma.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-12-28
Wikidata Referencehttps://www.wikidata.org/wiki/Q99713105
+ + +.. raw:: html + +
+ +Kilo +---- + +* http://emmo.info/emmo#68a031ba_abf5_4859_b84c_32977f029908 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +KiloPrefixedUnit +---------------- + +* http://emmo.info/emmo#EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Kilogram +-------- + +* http://emmo.info/emmo#Kilogram + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Kilogram
IUPAC Referencehttps://doi.org/10.1351/goldbook.K03391
Wikipedia Referencehttp://en.wikipedia.org/wiki/Kilogram?oldid=493633626
+ + +.. raw:: html + +
+ +KinematicViscosity +------------------ + +* http://emmo.info/emmo#EMMO_b5523f03_5f2f_4e11_92c0_3734c6de3749 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationQuotient of dynamic viscosity and mass density of a fluid.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-35
IUPAC Referencehttps://doi.org/10.1351/goldbook.K03395
Wikidata Referencehttps://www.wikidata.org/wiki/Q15106259
+ + +.. raw:: html + +
+ +KineticCurrent +-------------- + +* http://emmo.info/electrochemistry#electrochemistry_98b6e9d7_d5df_46a5_87dd_79642b8b2e4b + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationfaradaic current of an electroactive substance B formed by a prior chemical reaction from another substance Y that is no electroactive at the potential at which B is electrochemically transformed
IUPAC Referencehttps://goldbook.iupac.org/terms/view/K03399
CommentThe kinetic current is partially or entirely controlled by the rate of the chemical reaction. This reaction may be heterogeneous, occurring at an electrode-solution interface (surface reaction), or it may be homo- geneous, occurring at some distance from the interface (bulk reaction).
+ + +.. raw:: html + +
+ +KineticEnergy +------------- + +* http://emmo.info/emmo#EMMO_ac540a9d_0131_43f6_a33b_17e5cfc432ed + +.. raw:: html + + + + + + + + + + +
ElucidationThe energy of an object due to its motion.
IUPAC Referencehttps://doi.org/10.1351/goldbook.K03402
+ + +.. raw:: html + +
+ +KineticFrictionFactor +--------------------- + +* http://emmo.info/emmo#EMMO_89d04b65_5b11_4916_b606_0cf3f007fcd9 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)DynamicFrictionFactor
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-32
Wikidata Referencehttps://www.wikidata.org/wiki/Q73695445
+ + +.. raw:: html + +
+ +KineticFrictionForce +-------------------- + +* http://emmo.info/emmo#EMMO_fe3eb868_8745_4fea_8370_4313d0531c18 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationForce opposing the motion of a body sliding on a surface.
Alternative Label(s)DynamicFrictionForce
Wikidata Referencehttps://www.wikidata.org/wiki/Q91005629
+ + +.. raw:: html + +
+ +KnownConstant +------------- + +* http://emmo.info/emmo#EMMO_ae15fb4f_8e4d_41de_a0f9_3997f89ba6a2 + +.. raw:: html + + + + + + +
ElucidationA variable that stand for a well known numerical constant (a known number).
+ + +.. raw:: html + +
+ +KohlrauschsLaw +-------------- + +* http://emmo.info/electrochemistry#electrochemistry_598ae3d0_76e9_429c_a0e1_8694525cb574 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationFor any electrolyte A_xB_y, the limiting molar conductivity is expressed as x times the limiting molar conductivity of A^{y+} and y times the limiting molar conductivity of B^{x-}.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Molar_conductivity#Kohlrausch's_law_of_independent_migration_of_ions
Wikidata Referencehttps://www.wikidata.org/wiki/Q3258329
Commentproposed by Friedrich Kohlrausch between 1875-1879
+ + +.. raw:: html + +
+ +Krypton +------- + +* http://emmo.info/emmo#material_2c0d3403_e3d9_4e5d_93ec_625261f74217 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Krypton
Wikidata Referencehttps://www.wikidata.org/wiki/Q888
+ + +.. raw:: html + +
+ +KryptonAtom +----------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_72379870-0d00-5e48-912b-62cbd5b3f548 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for krypton.
+ + +.. raw:: html + +
+ +KryptonSymbol +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_7c79a41c-c0aa-564b-b0b1-6fd4ee6f3256 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +LR03 +---- + +* http://emmo.info/battery#battery_a5299801_2a8d_4d03_a476_ca2c5e9ca702 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationalkaline zinc manganese dioxide cylindrical cell in a R03 case
Alternative Label(s)AAA, AlkalineAAABattery
Commentused in many household electronic devices
+ + +.. raw:: html + +
+ +LR1 +--- + +* http://emmo.info/battery#battery_1c0306f5_5698_4874_b6ce_e5cc45a46b91 + +.. raw:: html + + + + + + + + + + +
Elucidationa cylindrical alkaline zinc manganese dioxide battery cell
Alternative Label(s)AlkalineNBattery, N
+ + +.. raw:: html + +
+ +LR12 +---- + +* http://emmo.info/battery#battery_dc2325e3_5a8b_4230_8ad7_fa528fff3059 + +.. raw:: html + + + + + + + + + + +
Elucidationalkaline zinc manganese dioxide cylindrical cell in a R12 case
Alternative Label(s)AlkalineBBattery, B
+ + +.. raw:: html + +
+ +LR14 +---- + +* http://emmo.info/battery#battery_d00e842e_ee0b_4e25_bd17_d64d76d69730 + +.. raw:: html + + + + + + + + + + +
Elucidationalkaline zinc manganese dioxide cylindrical cell in a R14 case
Alternative Label(s)AlkalineCBattery, C
+ + +.. raw:: html + +
+ +LR20 +---- + +* http://emmo.info/battery#battery_0c9979c2_c981_48ea_a8e1_72bdcb58fd58 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationalkaline zinc manganese dioxide cylindrical cell in a R20 case
Alternative Label(s)AlkalineDBattery, D
Commentintroduced 1898 as the first flashlight battery
+ + +.. raw:: html + +
+ +LR23 +---- + +* http://emmo.info/battery#battery_21634c62_62eb_4a4f_9210_fb056c0bf98f + +.. raw:: html + + + + + + + + + + +
Elucidationalkaline zinc manganese dioxide cylindrical cell in a R23 case
Alternative Label(s)AlkalineABattery
+ + +.. raw:: html + +
+ +LR23 +---- + +* http://emmo.info/battery#battery_21634c62_62eb_4a4f_9210_fb056c0bf98f + +.. raw:: html + + + + + + + + + + +
Elucidationusually contains a stack of four LR932 button cells shrink wrapped together
Alternative Label(s)AlkalineABattery
+ + +.. raw:: html + +
+ +LR25 +---- + +* http://emmo.info/battery#battery_a03942fb_dfa3_408a_806d_6cf05f8cb08f + +.. raw:: html + + + + + + + + + + +
Elucidationalkaline zinc manganese dioxide cylindrical cell in a R25 case
Alternative Label(s)AlkalineFBatter
+ + +.. raw:: html + +
+ +LR44 +---- + +* http://emmo.info/battery#battery_d10ff656_f9fd_4b0e_9de9_4812a44ea359 + +.. raw:: html + + + + + + + + + + +
Elucidationalkaline zinc manganese dioxide button cell in a R1154 case
Alternative Label(s)LR1154
+ + +.. raw:: html + +
+ +LR6 +--- + +* http://emmo.info/battery#battery_6b2540b9_5af6_478a_81ae_583db9636db8 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationalkaline zinc manganese dioxide cylindrical cell in a R6 case
Alternative Label(s)AA, AA, AlkalineAABattery, AlkalineAABattery
Commentintroduced 1907, but added to ANSI standard sizes in 1947
+ + +.. raw:: html + +
+ +LacticAcid +---------- + +* http://emmo.info/emmo#material_c4d116ed_258d_482c_8632_5c8229e7b245 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lactic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q161249
+ + +.. raw:: html + +
+ +LandeFactor +----------- + +* http://emmo.info/emmo#EMMO_2c33f59a_fbeb_445e_aea9_8b05738b5f8b + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationQuotient of the magnetic dipole moment of an atom, and the product of the total angular momentum quantum number and the Bohr magneton.
Alternative Label(s)GFactorOfAtom
Wikidata Referencehttps://www.wikidata.org/wiki/Q1191684
+ + +.. raw:: html + +
+ +Language +-------- + +* http://emmo.info/emmo#EMMO_d8d2144e_5c8d_455d_a643_5caf4d8d9df8 + +.. raw:: html + + + + + + +
ElucidationA language object is a discrete data entity respecting a specific language syntactic rules (a well-formed formula).
+ + +.. raw:: html + +
+ +LanguageInterpretableFile +------------------------- + +* http://emmo.info/emmo#52867015_cd2b_4697_8c8f_3acb32c13587 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +LanthanumAtom +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_b0597d20-6438-53e5-a627-b9dacebc69da + +.. raw:: html + + + + + + +
ElucidationAtom subclass for lanthanum.
+ + +.. raw:: html + +
+ +LanthanumSymbol +--------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_a3569860-5d20-5e69-baf6-cbe8ae7cfc15 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Laplacian +--------- + +* http://emmo.info/emmo#EMMO_048a14e3_65fb_457d_8695_948965c89492 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +LarmonAngularFrequency +---------------------- + +* http://emmo.info/emmo#EMMO_b452fe23_0c61_436d_8357_57a521448801 + +.. raw:: html + + + + + + +
ElucidationAngular frequency of the electron angular momentum vector precession about the axis of an external magnetic field.
+ + +.. raw:: html + +
+ +LarmonFrequency +--------------- + +* http://emmo.info/emmo#EMMO_40923aa2_c600_44e4_8af8_80260ba25ab2 + +.. raw:: html + + + + + + +
ElucidationQuotient of Larmor angular frequency and 2π.
+ + +.. raw:: html + +
+ +LaserCutting +------------ + +* http://emmo.info/emmo#EMMO_c5970406_0b66_4931_8a23_3e81162ba65b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +LatentHeat +---------- + +* http://emmo.info/emmo#EMMO_fb1e757e_087e_4541_847f_392990643f64 + +.. raw:: html + + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q207721
+ + +.. raw:: html + +
+ +LatentHeatOfPhaseTransition +--------------------------- + +* http://emmo.info/emmo#EMMO_6bae1f5a_1644_4da3_b3e4_0a01171034ad + +.. raw:: html + + + + + + + + + + +
ElucidationEnergy to be added to or removed from a system under constant temperature and pressure to undergo a complete phase transition.
Wikidata Referencehttps://www.wikidata.org/wiki/Q106553458
+ + +.. raw:: html + +
+ +LatticePlaneSpacing +------------------- + +* http://emmo.info/emmo#EMMO_1a4ed964_9ee4_44a9_b386_4b0f95cf6666 + +.. raw:: html + + + + + + + + + + +
Elucidationdistance between successive lattice planes
Wikidata Referencehttps://www.wikidata.org/wiki/Q105488046
+ + +.. raw:: html + +
+ +LatticeVector +------------- + +* http://emmo.info/emmo#EMMO_a1bd0bfc_5464_43ce_a1a2_947b58dc0f89 + +.. raw:: html + + + + + + + + + + +
Elucidationtranslation vector that maps the crystal lattice on itself
Wikidata Referencehttps://www.wikidata.org/wiki/Q105435234
+ + +.. raw:: html + +
+ +LawOfMassAction +--------------- + +* http://emmo.info/electrochemistry#electrochemistry_5a7a3028_db9e_4045_ab68_054c6afc91fc + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationthe rate of the chemical reaction is directly proportional to the product of the activities or concentrations of the reactants
Wikipedia Referencehttps://en.wikipedia.org/wiki/Law_of_mass_action
Wikidata Referencehttps://www.wikidata.org/wiki/Q899494
+ + +.. raw:: html + +
+ +LawrenciumAtom +-------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_41f2ed3b-aba4-5b99-a5a1-547109a7cb4c + +.. raw:: html + + + + + + +
ElucidationAtom subclass for lawrencium.
+ + +.. raw:: html + +
+ +LawrenciumSymbol +---------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_f21db3a4-d5de-52dd-9460-5cdd138fb83f + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Lead +---- + +* http://emmo.info/emmo#material_ff5b9c8c_3fb0_4575_9ab8_23ebd9116294 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lead
Wikidata Referencehttps://www.wikidata.org/wiki/Q708
+ + +.. raw:: html + +
+ +LeadAcidBattery +--------------- + +* http://emmo.info/battery#battery_7eb62323_1001_4320_8fb5_c590ce93d3ce + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationsecondary battery with an aqueous electrolyte based on dilute sulphuric acid, a positive electrode of lead dioxide and a negative electrode of lead
Alternative Label(s)LeadDioxideLeadBattery, LeadDioxideLeadBattery, LeadDioxideLeadBattery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-01
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lead%E2%80%93acid_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q337724
Commentinvented in 1859 by French physicist Gaston Planté
+ + +.. raw:: html + +
+ +LeadAtom +-------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_749a9347-0b50-530a-995a-054f2a90bc0d + +.. raw:: html + + + + + + +
ElucidationAtom subclass for lead.
+ + +.. raw:: html + +
+ +LeadBattery +----------- + +* http://emmo.info/battery#battery_76288c39_86d7_45cf_85f8_a498ccf6f531 + +.. raw:: html + + + + + + +
Elucidationcell containing a negative electrode with an active material of lead or containing lead
+ + +.. raw:: html + +
+ +LeadElectrode +------------- + +* http://emmo.info/electrochemistry#electrochemistry_610f0bc8_557d_455b_a8ed_272d5d1813c9 + +.. raw:: html + + + + + + +
Commentmetal electrode in which the active material is lead
+ + +.. raw:: html + +
+ +LeadIIAcetate +------------- + +* http://emmo.info/emmo#material_02ec30fa_cbca_4988_8c6b_6ec9f0cd138c + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Pb(OAc)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lead(II)_acetate
Wikidata Referencehttps://www.wikidata.org/wiki/Q422837
+ + +.. raw:: html + +
+ +LeadIIBromide +------------- + +* http://emmo.info/emmo#material_fc7a3d86_8399_4afa_9d12_f5265ec6ec0e + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)PbBr2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lead(II)_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q425231
+ + +.. raw:: html + +
+ +LeadIICarbonate +--------------- + +* http://emmo.info/emmo#material_012d4091_06bc_4089_bba4_b832200e69cd + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)PbCO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lead_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q411260
+ + +.. raw:: html + +
+ +LeadIIChlorate +-------------- + +* http://emmo.info/emmo#material_61250895_082a_46e8_8ce5_b8f6b3710866 + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)Pb(ClO3)2
Wikidata Referencehttps://www.wikidata.org/wiki/Q18234771
+ + +.. raw:: html + +
+ +LeadIIChloride +-------------- + +* http://emmo.info/emmo#material_5a88a655_4e82_4b86_8636_50c70609536f + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)PbCl2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lead(II)_chloride
Wikidata Referencehttps://www.wikidata.org/wiki/Q411848
+ + +.. raw:: html + +
+ +LeadIIFluoride +-------------- + +* http://emmo.info/emmo#material_8cf9ae58_147a_4fb3_a3c8_972bb2fdcca0 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)PbF2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lead(II)_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q419690
+ + +.. raw:: html + +
+ +LeadIIIodide +------------ + +* http://emmo.info/emmo#material_fec97ca4_73a1_4b8f_b7ae_eddc88498829 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)PbI2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lead(II)_iodide
Wikidata Referencehttps://www.wikidata.org/wiki/Q408805
+ + +.. raw:: html + +
+ +LeadIINitrate +------------- + +* http://emmo.info/emmo#material_6d22feec_8b09_41ee_a98c_4eae316d445b + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Pb(NO3)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lead(II)_nitrate
Wikidata Referencehttps://www.wikidata.org/wiki/Q215281
+ + +.. raw:: html + +
+ +LeadIINitrite +------------- + +* http://emmo.info/emmo#material_957cb95c_00a1_4cf1_97b9_0d3b4f89f27e + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)Pb(NO2)2
Wikidata Referencehttps://www.wikidata.org/wiki/Q24237111
+ + +.. raw:: html + +
+ +LeadIIOxide +----------- + +* http://emmo.info/emmo#material_4126ee09_b9c6_4694_bf33_0d8970e05f72 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)PbO
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lead(II)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q407879
+ + +.. raw:: html + +
+ +LeadIIPerchlorate +----------------- + +* http://emmo.info/emmo#material_b0948006_869b_4426_b2b7_30b5c5112e3e + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Pb(ClO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lead(II)_perchlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q24629264
+ + +.. raw:: html + +
+ +LeadIIPhosphate +--------------- + +* http://emmo.info/emmo#material_f4eacd3e_ec96_4448_a090_2f7f18ddda0e + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Pb3(PO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lead(II)_phosphate
Wikidata Referencehttps://www.wikidata.org/wiki/Q883666
+ + +.. raw:: html + +
+ +LeadIISulfate +------------- + +* http://emmo.info/emmo#material_94af35ef_9e0d_4e4d_b794_ee0a14706831 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)PbSO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lead(II)_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q407821
+ + +.. raw:: html + +
+ +LeadIISulfide +------------- + +* http://emmo.info/emmo#material_f8ed464a_16e3_491e_b366_6c933e689fa5 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)PbS
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lead(II)_sulfide
Wikidata Referencehttps://www.wikidata.org/wiki/Q411436
+ + +.. raw:: html + +
+ +LeadIISulfite +------------- + +* http://emmo.info/emmo#material_55080032_1536_4cf7_a4a6_7784422720f5 + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)PbSO3
Wikidata Referencehttps://www.wikidata.org/wiki/Q6135415
+ + +.. raw:: html + +
+ +LeadIITetrafluoroborate +----------------------- + +* http://emmo.info/emmo#material_7d024df4_884b_4de3_b6f1_28af090356c3 + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)Pb(BF4)2
Wikidata Referencehttps://www.wikidata.org/wiki/Q27292536
+ + +.. raw:: html + +
+ +LeadIITriflate +-------------- + +* http://emmo.info/emmo#material_c505a8a2_feb3_4a8e_92fa_e2fee3cd776b + +.. raw:: html + + + + + + +
Alternative Label(s)Pb(OTf)2
+ + +.. raw:: html + +
+ +LeadII_IVOxide +-------------- + +* http://emmo.info/emmo#material_dcb0d128_c3db_4c91_84ba_af9df1688766 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Pb3O4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lead(II,IV)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q419205
+ + +.. raw:: html + +
+ +LeadIVOxide +----------- + +* http://emmo.info/emmo#material_9d25dbcc_5fc2_4281_ace2_335a1b5da266 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)PbO2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lead_dioxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q410749
+ + +.. raw:: html + +
+ +LeadOxideCompound +----------------- + +* http://emmo.info/emmo#material_bc9ba950_96c1_4ac2_a0e2_1c4f7f001b1d + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +LeadOxideElectrode +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_f6223121_7df5_42f8_902c_d26fa2fc4f04 + +.. raw:: html + + + + + + +
Alternative Label(s)PbOElectrode
+ + +.. raw:: html + +
+ +LeadSaltCompound +---------------- + +* http://emmo.info/emmo#material_0331ffd2_7cb2_40d3_80ce_8b4ab7b3adc5 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +LeadSymbol +---------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_717d8808-5085-5f35-86b4-6bc75bafac0b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Leakage +------- + +* http://emmo.info/electrochemistry#electrochemistry_c55ec02c_b727_4df1_97ce_91d7bb5d5e91 + +.. raw:: html + + + + + + + + + + +
Elucidationunplanned escape of electrolyte, gas or other material from a cell or battery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-32
+ + +.. raw:: html + +
+ +LeakageFactor +------------- + +* http://emmo.info/emmo#EMMO_4f75924f_782d_4a9d_995f_43ae968fe5e2 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationOne minus the square of the coupling factor
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-42
Wikidata Referencehttps://www.wikidata.org/wiki/Q78102042
+ + +.. raw:: html + +
+ +LeclancheBattery +---------------- + +* http://emmo.info/battery#battery_1d3a2bb3_1d39_4cdb_9a28_c73d663388ab + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationprimary battery with a saline electrolyte based on ammonium chloride and zinc chloride, a positive electrode containing manganese dioxide and a negative electrode of zinc
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-08
Wikipedia Referencehttps://en.wikipedia.org/wiki/Leclanch%C3%A9_cell
+ + +.. raw:: html + +
+ +LeclancheElectrolyte +-------------------- + +* http://emmo.info/electrochemistry#electrochemistry_23b30468_be7b_45a9_bc11_a8219bc3ab8b + +.. raw:: html + + + + + + +
Elucidationan aqueous mixture of ammonium chloride and zinc chloride
+ + +.. raw:: html + +
+ +LeclancheWetCell +---------------- + +* http://emmo.info/battery#battery_8c391d2a_7d44_49a2_affd_176afd3d4ba4 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationa wet battery invented and patented by the French scientist Georges Leclanché in 1866
Wikipedia Referencehttps://en.wikipedia.org/wiki/Leclanch%C3%A9_cell
Commentincluded for historical reference
+ + +.. raw:: html + +
+ +LeftHandedParticle +------------------ + +* http://emmo.info/emmo#EMMO_8ab3ff9d_35d4_44b7_9d66_7b0b30c40da8 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +LemonBattery +------------ + +* http://emmo.info/battery#battery_899c3993_9a45_498f_9489_ee40ed3098c9 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationa battery with electrodes of zinc and copper inserted into a lemon as the electrolyte
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lemon_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q3621156
Commentincluded for historical reference
+ + +.. raw:: html + +
+ +Length +------ + +* http://emmo.info/emmo#EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationExtend of a spatial dimension.
IUPAC Referencehttps://doi.org/10.1351/goldbook.L03498
CommentLength is a non-negative additive quantity attributed to a one-dimensional object in space.
+ + +.. raw:: html + +
+ +LengthFractionUnit +------------------ + +* http://emmo.info/emmo#EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 + +.. raw:: html + + + + + + +
ElucidationUnit for quantities of dimension one that are the fraction of two lengths.
+ + +.. raw:: html + +
+ +LengthMassUnit +-------------- + +* http://emmo.info/emmo#EMMO_3fe66e46_9343_4a36_b101_a732ad5f4f76 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +LengthPerAmountUnit +------------------- + +* http://emmo.info/emmo#EMMO_09cee580_aed5_4541_ab94_ec5bb1c64a7c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +LengthPerCubeTimeUnit +--------------------- + +* http://emmo.info/emmo#EMMO_55ffe612-cf43-4b9b-a4e1-6aeb0c59c10c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +LengthPerTemperatureUnit +------------------------ + +* http://emmo.info/emmo#EMMO_793f3567_b351_42ef_a1d4_5111d53999c4 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +LengthTemperatureUnit +--------------------- + +* http://emmo.info/emmo#EMMO_d02c92e0_99ba_4c09_b01f_0d7a7dd7b24e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +LengthTimeCurrentUnit +--------------------- + +* http://emmo.info/emmo#EMMO_8515e948_bc2f_423b_8025_e4830f2b21dd + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +LengthTimePerMassUnit +--------------------- + +* http://emmo.info/emmo#EMMO_2f31340f_59ca_4a57_8513_269837af3796 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +LengthTimeTemperatureUnit +------------------------- + +* http://emmo.info/emmo#EMMO_44ddbe46_0112_4185_b595_132866e902da + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +LengthUnit +---------- + +* http://emmo.info/emmo#EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Lepton +------ + +* http://emmo.info/emmo#EMMO_d324ae63_7574_4d73_b25b_96479e2626f2 + +.. raw:: html + + + + + + + + + + +
ElucidationAn elementary particle of half-integer spin (spin 1⁄2) that does not undergo strong interactions.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lepton
+ + +.. raw:: html + +
+ +Lethargy +-------- + +* http://emmo.info/emmo#EMMO_25e8c0c4_943a_4851_9cb7_3c4b45f69bb5 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationNatural logarithm of the quotient of a reference energy and the kinetic energy of a neutron.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-07-01
Wikidata Referencehttps://www.wikidata.org/wiki/Q25508781
+ + +.. raw:: html + +
+ +Letter +------ + +* http://emmo.info/emmo#EMMO_bed2fe4c_dc7e_43a8_8200_6aac44030bff + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +LevelWidth +---------- + +* http://emmo.info/emmo#EMMO_937db6d0_38c3_4469_aeec_1e033f5ea6c4 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationIn nuclear physics, quotient of the reduced Planck constant and the mean duration of life of an unstable particle or an excited state.
IUPAC Referencehttps://doi.org/10.1351/goldbook.L03507
Wikidata Referencehttps://www.wikidata.org/wiki/Q98082340
+ + +.. raw:: html + +
+ +LidSealingCompound +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_6559c04d_75bc_41ea_8ed8_8d3c09dae6b0 + +.. raw:: html + + + + + + + + + + +
Elucidationmaterial used to seal the cell lid to the case or to the terminals of a cell
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-16
+ + +.. raw:: html + +
+ +LightAndRadiationQuantity +------------------------- + +* http://emmo.info/emmo#EMMO_ec1aa2cd_74eb_4506_81d1_901a3124aaba + +.. raw:: html + + + + + + +
ElucidationQuantities categorised according to ISO 80000-7.
+ + +.. raw:: html + +
+ +LimitQuantity +------------- + +* http://emmo.info/electrochemistry#electrochemistry_b395a244_3a75_4737_be38_981bfa1277fe + +.. raw:: html + + + + + + +
Elucidationa limit quantity in a control system
+ + +.. raw:: html + +
+ +LimitingCurrent +--------------- + +* http://emmo.info/electrochemistry#electrochemistry_d5ac8868_d318_4065_aa23_72140ae888ae + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationfaradaic current that is approached as the rate of the charge-transfer process is increased by varying the applied potential, being greater than the rate of mass transport controlled by diffusion
IUPAC Referencehttps://goldbook.iupac.org/terms/view/L03532
CommentA limiting current is reached when the overpotential is sufficiently large that the faradaic current is deter- mined solely by the ability to supply electroactive species by mass transport. A limiting current is there- fore independent of applied potential over a corresponding finite potential range. A limiting current may have the character of an adsorption, catalytic, diffusion, or kinetic current, and may include a migration current.
+ + +.. raw:: html + +
+ +LimitingMolarConductivity +------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_a17ee4e0_c81a_4a64_9ecb_9c6fa022cf4d + +.. raw:: html + + + + + + + + + + +
Elucidationmolar conductivity at infinite dilution
Wikipedia Referencehttps://en.wikipedia.org/wiki/Molar_conductivity#Variation_of_molar_conductivity_with_dilution
+ + +.. raw:: html + +
+ +Line +---- + +* http://emmo.info/emmo#EMMO_3e309118_e8b7_4021_80f4_642d2df65d94 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +LinearAttenuationCoefficient +---------------------------- + +* http://emmo.info/emmo#EMMO_ebd133e3_b823_478d_984f_1e399c6c99aa + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationIn nuclear physics, fraction of interacting particles per distance traversed in a given material.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-04-31
Wikidata Referencehttps://www.wikidata.org/wiki/Q98583077
+ + +.. raw:: html + +
+ +LinearChronopotentiometry +------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_618538fa_6607_45a3_ad06_6a5f98febcbd + +.. raw:: html + + + + + + +
ElucidationChronopotentiometry where the applied current is changed linearly.
+ + +.. raw:: html + +
+ +LinearCurrentRamp +----------------- + +* https://emmo.info/electrochemistry#electrochemistry_fa774456_718a_4a28_ba6a_6f828887c510 + +.. raw:: html + + + + + + +
Elucidationsignal where an electric current is varied linearly from an initial current, typically 0 A
+ + +.. raw:: html + +
+ +LinearDensityOfElectricCharge +----------------------------- + +* http://emmo.info/emmo#EMMO_5afa28f0_8c9f_4fcd_8f67_805bd2f9c068 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationThe derivative of the electric charge of a system with respect to the length.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-09
Wikidata Referencehttps://www.wikidata.org/wiki/Q77267838
+ + +.. raw:: html + +
+ +LinearElectricCurrentDensity +---------------------------- + +* http://emmo.info/emmo#EMMO_7e53a8b4_6e02_4e56_80d4_8683f92b9c77 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationSurface density of electric charge multiplied by velocity
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-12
Wikidata Referencehttps://www.wikidata.org/wiki/Q2356741
+ + +.. raw:: html + +
+ +LinearEnergyTransfer +-------------------- + +* http://emmo.info/emmo#EMMO_c2d725c3_9c16_4871_9a86_7afa12fc0a01 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationMeasure for the energy lost by charged particles per traversed distance, including only interactions up to a given energy.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-30
IUPAC Referencehttps://doi.org/10.1351/goldbook.L03550
Wikidata Referencehttps://www.wikidata.org/wiki/Q1699996
+ + +.. raw:: html + +
+ +LinearExpansionCoefficient +-------------------------- + +* http://emmo.info/emmo#EMMO_399426d1_c4cc_414c_806f_47096c72d634 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationRelative change of length per change of temperature.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-27
Wikidata Referencehttps://www.wikidata.org/wiki/Q74760821
+ + +.. raw:: html + +
+ +LinearIonization +---------------- + +* http://emmo.info/emmo#EMMO_8c151a67_f04a_4435_b7d1_1738e6d952ee + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationDifferential quotient of q with respect to l, where q is the average total charge of all positive ions produced by an ionizing charged particle over a path l, divided by the elementary charge.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-03-115
Wikidata Referencehttps://www.wikidata.org/wiki/Q98690755
+ + +.. raw:: html + +
+ +LinearMassDensity +----------------- + +* http://emmo.info/emmo#EMMO_d722016a_4907_497b_b0d3_cfd10adfef26 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationMass per length.
Alternative Label(s)LinearDensity, LineicMass
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-11
Wikidata Referencehttps://www.wikidata.org/wiki/Q56298294
+ + +.. raw:: html + +
+ +LinearPotentialRamp +------------------- + +* https://emmo.info/electrochemistry#electrochemistry_29f2a35a_8c09_429d_b9e8_33f3e1fc3671 + +.. raw:: html + + + + + + +
ElucidationSignal where the electric potential is varied linearly from an initial potential.
+ + +.. raw:: html + +
+ +LinearScanVoltammetry +--------------------- + +* http://emmo.info/electrochemistry#electrochemistry_a9f19bb0_55bc_4908_b0e4_7888077b0019 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + + + + + +
ElucidationVoltammetry in which the current is recorded as the electrode potential is varied linearly with time.
Alternative Label(s)LSV, LSV, LSV, LinearPolarization, LinearPolarization, LinearPolarization, LinearSweepVoltammetry, LinearSweepVoltammetry, LinearSweepVoltammetry
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
Wikipedia Referencehttps://en.wikipedia.org/wiki/Linear_sweep_voltammetry
Wikidata Referencehttps://www.wikidata.org/wiki/Q620700
CommentLSV corresponds to the first half cycle of cyclic voltammetry.
+ + +.. raw:: html + +
+ +LinkedFlux +---------- + +* http://emmo.info/emmo#EMMO_72301c89_4337_48f5_a390_7649c5fad98b + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationMagnetic flux the integration area of which is such that magnetic field lines cross it in the same orientation more than once.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-77
Wikidata Referencehttps://www.wikidata.org/wiki/Q4374882
+ + +.. raw:: html + +
+ +LinkedModelsSimulation +---------------------- + +* http://emmo.info/emmo#EMMO_ec502e30_b9ec_4216_90c6_f67d2df75627 + +.. raw:: html + + + + + + +
ElucidationA chain of linked physics based model simulations, where equations are solved sequentially.
+ + +.. raw:: html + +
+ +Liquid +------ + +* http://emmo.info/emmo#EMMO_7509da43_56b1_4d7f_887a_65d1663df4ba + +.. raw:: html + + + + + + +
ElucidationA liquid is a nearly incompressible fluid that conforms to the shape of its container but retains a (nearly) constant volume independent of pressure.
+ + +.. raw:: html + +
+ +LiquidAerosol +------------- + +* http://emmo.info/emmo#EMMO_94010cbc_c2a6_4cb9_b29a_83aa99d2ff70 + +.. raw:: html + + + + + + +
ElucidationAn aerosol composed of liquid droplets in air or another gas.
+ + +.. raw:: html + +
+ +LiquidElectrolyte +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_609b340f_3450_4a10_95c2_c457e3eb8a89 + +.. raw:: html + + + + + + +
Elucidationan electrolyte in the liquid phase.
+ + +.. raw:: html + +
+ +LiquidFoam +---------- + +* http://emmo.info/emmo#EMMO_d69d2e95_b22f_499a_a552_17fde0d778fc + +.. raw:: html + + + + + + +
ElucidationA foam of trapped gas in a liquid.
+ + +.. raw:: html + +
+ +LiquidGalliumElectrode +---------------------- + +* http://emmo.info/electrochemistry#electrochemistry_80fdbd63_9b7a_462b_a8cb_b50f5f6ab182 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +LiquidGasSuspension +------------------- + +* http://emmo.info/emmo#EMMO_42185fe7_122c_4e0c_a3cd_659d3e21c389 + +.. raw:: html + + + + + + +
ElucidationA coarse dispersion of gas in a liquid continuum phase.
+ + +.. raw:: html + +
+ +LiquidJunction +-------------- + +* http://emmo.info/electrochemistry#electrochemistry_634467ad_feed_4979_adb2_877d98fe1768 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationany junction between two electrolyte solutions of different composition.
IUPAC Referencehttps://goldbook.iupac.org/terms/view/L03584
CommentAcross such a junction there arises a potential difference, called the liquid junction potential.
+ + +.. raw:: html + +
+ +LiquidLiquidSuspension +---------------------- + +* http://emmo.info/emmo#EMMO_47fe2379_be21_48d1_9ede_402f0faf494b + +.. raw:: html + + + + + + +
ElucidationA coarse dispersion of liquid in a liquid continuum phase.
+ + +.. raw:: html + +
+ +LiquidMetalElectrode +-------------------- + +* http://emmo.info/electrochemistry#electrochemistry_9fd49892_cf6d_482e_a6c3_5f763948ec29 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationan electrode that uses a liquid metal
Wikipedia Referencehttps://en.wikipedia.org/wiki/Liquid_metal_electrode
Wikidata Referencehttps://www.wikidata.org/wiki/Q6557456
Commentthey can be used in electrocapillarity, voltammetry, and impedance measurements
+ + +.. raw:: html + +
+ +LiquidPhaseSintering +-------------------- + +* http://emmo.info/emmo#EMMO_3cb27225_df45_4616_aa3b_32dba383524c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +LiquidSol +--------- + +* http://emmo.info/emmo#EMMO_4354ac74_7425_43ab_92e4_6dc19d1afee9 + +.. raw:: html + + + + + + +
ElucidationA type of sol in the form of one solid dispersed in liquid.
+ + +.. raw:: html + +
+ +LiquidSolidSuspension +--------------------- + +* http://emmo.info/emmo#EMMO_e9e02156_651f_41c8_9efb_d5da0d4ce5e2 + +.. raw:: html + + + + + + +
ElucidationA coarse dispersion of solids in a liquid continuum phase.
+ + +.. raw:: html + +
+ +LiquidSolution +-------------- + +* http://emmo.info/emmo#EMMO_4b3e2374_52a1_4420_8e3f_3ae6b9bf7dff + +.. raw:: html + + + + + + +
ElucidationA liquid solution made of two or more component substances.
+ + +.. raw:: html + +
+ +Lithium +------- + +* http://emmo.info/emmo#material_c109ca45_08c7_4436_a818_a9c575785e2f + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Li
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium
Wikidata Referencehttps://www.wikidata.org/wiki/Q568
+ + +.. raw:: html + +
+ +LithiumAcetate +-------------- + +* http://emmo.info/emmo#material_846f0b5b_cdf5_4a12_938b_75d9312e02b3 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)LiOAc
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_acetate
Wikidata Referencehttps://www.wikidata.org/wiki/Q416969
+ + +.. raw:: html + +
+ +LithiumAirBattery +----------------- + +* http://emmo.info/battery#battery_aea9d6ae_7ac4_4dcd_b6ef_5afcde1ccd22 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationa metal-air battery with a lithium negative electrode
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium%E2%80%93air_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q6126452
+ + +.. raw:: html + +
+ +LithiumAtom +----------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_3bb84fc5-5cb4-5250-ba87-169ae90ec6d7 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for lithium.
+ + +.. raw:: html + +
+ +LithiumBattery +-------------- + +* http://emmo.info/battery#battery_d63c6483_4b0c_4966_b152_976ab02a45ef + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationcell containing a non-aqueous electrolyte and a negative electrode of lithium or containing lithium
Alternative Label(s)LithiumCell
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-06
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_battery
Commentdepending on the design features chosen, a lithium cell may be primary or secondary
+ + +.. raw:: html + +
+ +LithiumBisfluorosulfonylimide +----------------------------- + +* http://emmo.info/emmo#material_f12d9fa2_a9a8_44e9_8f24_ceb9e74b0731 + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)LiFSI
Wikidata Referencehttps://www.wikidata.org/wiki/Q72487579
+ + +.. raw:: html + +
+ +LithiumBisoxalatoborate +----------------------- + +* http://emmo.info/emmo#material_4c01eadc_81a0_4ad7_a72f_4d5f72f60f04 + +.. raw:: html + + + + + + +
Alternative Label(s)LiBOB
+ + +.. raw:: html + +
+ +LithiumBisoxalatophosphate +-------------------------- + +* http://emmo.info/emmo#material_6cdc8512_d4f2_4904_8471_3121871d48e8 + +.. raw:: html + + + + + + +
Alternative Label(s)BOP
+ + +.. raw:: html + +
+ +LithiumBistrifluoromethanesulfonylimide +--------------------------------------- + +* http://emmo.info/emmo#material_8267551d_7572_42f6_888d_96ff0c78f3aa + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)LiTFSI
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_bis(trifluoromethanesulfonyl)imide
Wikidata Referencehttps://www.wikidata.org/wiki/Q27273378
+ + +.. raw:: html + +
+ +LithiumBromide +-------------- + +* http://emmo.info/emmo#material_7c919833_aea5_4029_a0db_2289444ec2a5 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)LiBr
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q409701
+ + +.. raw:: html + +
+ +LithiumCarbonMonofluorideBattery +-------------------------------- + +* http://emmo.info/battery#battery_126e9af4_41b4_45b8_81ca_b36af2841d5b + +.. raw:: html + + + + + + + + + + +
Elucidationprimary battery with a non-aqueous electrolyte, a positive electrode containing carbon monofluoride and a negative electrode of lithium
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-09
+ + +.. raw:: html + +
+ +LithiumCarbonate +---------------- + +* http://emmo.info/emmo#material_aa7169ea_b61f_4b4c_a67b_50f2aea8bbf6 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Li2CO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q410174
+ + +.. raw:: html + +
+ +LithiumChlorate +--------------- + +* http://emmo.info/emmo#material_ead9b571_f6ec_46da_955c_7049ecee9366 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_chlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q416502
+ + +.. raw:: html + +
+ +LithiumChloride +--------------- + +* http://emmo.info/emmo#material_ff193c19_3ddf_4c61_96f1_322254c3980e + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)LiCl
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_chloride
Wikidata Referencehttps://www.wikidata.org/wiki/Q422930
+ + +.. raw:: html + +
+ +LithiumCobaltOxide +------------------ + +* http://emmo.info/emmo#material_4c62d334_a124_40b3_9fd1_fe713d01a6af + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)LCO
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_cobalt_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q415891
+ + +.. raw:: html + +
+ +LithiumCobaltOxideElectrode +--------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_fd7caf39_0a43_4fbf_958e_a62067aa9007 + +.. raw:: html + + + + + + +
Alternative Label(s)LCOElectrode
+ + +.. raw:: html + +
+ +LithiumCopperOxideBattery +------------------------- + +* http://emmo.info/battery#battery_eb37da80_4500_49c6_ac9b_da2b3d810efc + +.. raw:: html + + + + + + + + + + +
Elucidationprimary battery with a non-aqueous electrolyte, a positive electrode containing copper oxide and a negative electrode of lithium
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-11
+ + +.. raw:: html + +
+ +LithiumDifluorooxalatoborate +---------------------------- + +* http://emmo.info/emmo#material_480a4c29_fa1b_4e14_b5e0_a0b82d73df57 + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)LiDFOB
Wikidata Referencehttps://www.wikidata.org/wiki/Q72487598
+ + +.. raw:: html + +
+ +LithiumDifluorophosphate +------------------------ + +* http://emmo.info/emmo#material_6400ba8f_97cf_4fa7_bc3b_aa2280bf5bea + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)LiPO2F2
Wikidata Referencehttps://www.wikidata.org/wiki/Q113114521
+ + +.. raw:: html + +
+ +LithiumElectrode +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_47346d85_b9be_4480_8993_6307b1c58fcd + +.. raw:: html + + + + + + +
Alternative Label(s)metal electrode in which the active material is lithium
+ + +.. raw:: html + +
+ +LithiumFlowBattery +------------------ + +* http://emmo.info/battery#battery_74f06cdd_1f07_4e4f_9aac_21ffc4eba5ad + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationa flow battery with a lithium metal negative electrode
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium-ion_flow_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q17142201
+ + +.. raw:: html + +
+ +LithiumFluoride +--------------- + +* http://emmo.info/emmo#material_ada25a02_551d_4193_a944_57dda99ebb5b + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)LiF
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q409319
+ + +.. raw:: html + +
+ +LithiumHexafluorophosphate +-------------------------- + +* http://emmo.info/emmo#material_0deb4fe8_b0c0_4e3f_8848_64435e5c0771 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)LiPF6
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_hexafluorophosphate
Wikidata Referencehttps://www.wikidata.org/wiki/Q2583808
+ + +.. raw:: html + +
+ +LithiumHydroxide +---------------- + +* http://emmo.info/emmo#material_65032a2b_f5ce_44e4_8798_6bd989e6785f + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)OH
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_hydroxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q407613
+ + +.. raw:: html + +
+ +LithiumInsertionElectrode +------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_4c3ee364_829b_41a4_b895_ca4a041efb2a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +LithiumIodide +------------- + +* http://emmo.info/emmo#material_e24e19b5_57b2_44ab_8ef8_c5ce6c08a16c + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)LiI
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_iodide
Wikidata Referencehttps://www.wikidata.org/wiki/Q79566
+ + +.. raw:: html + +
+ +LithiumIonBattery +----------------- + +* http://emmo.info/battery#battery_96addc62_ea04_449a_8237_4cd541dd8e5f + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationsecondary battery with an organic solvent electrolyte and positive and negative electrodes which utilize an intercalation compound in which lithium is stored
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-07
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium-ion_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q2822895
Commenta lithium ion battery does not contain lithium metal
+ + +.. raw:: html + +
+ +LithiumIonCobaltOxideBattery +---------------------------- + +* http://emmo.info/battery#battery_4f0b1312_da2f_4039_a06d_d571ce51f835 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationa lithium ion battery with a lithium cobalt oxide positive electrode
Alternative Label(s)LCOBattery
Wikidata Referencehttps://www.wikidata.org/wiki/Q1865299
+ + +.. raw:: html + +
+ +LithiumIonGraphiteBattery +------------------------- + +* http://emmo.info/battery#battery_2018e0da_4c25_46e9_83db_38431fc81ce0 + +.. raw:: html + + + + + + + + + + +
Elucidationa lithium ion battery with a graphite negative electrode
Alternative Label(s)GrBattery
+ + +.. raw:: html + +
+ +LithiumIonIronPhosphateBattery +------------------------------ + +* http://emmo.info/battery#battery_04a4e5a4_e6fd_43af_b1ca_4a16d5f8886c + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationa lithium ion battery with a lithium iron phosphate positive electrode
Alternative Label(s)LFPBattery
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_iron_phosphate_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q901551
+ + +.. raw:: html + +
+ +LithiumIonManganeseIronPhosphateBattery +--------------------------------------- + +* http://emmo.info/battery#battery_c429bb30_50d6_4cec_ae7e_279f59c36ccd + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationa lithium ion battery with a manganese iron phosphate positive electrode
Alternative Label(s)LMFPBattery
Wikipedia Referencehttps://en.wikipedia.org/wiki/LMFP_battery
+ + +.. raw:: html + +
+ +LithiumIonManganeseOxideBattery +------------------------------- + +* http://emmo.info/battery#battery_45804eeb_fba3_49dd_ae79_6b4e958d6e09 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationa lithium ion battery with a lithium manganese oxide positive electrode
Alternative Label(s)LMOBattery
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_ion_manganese_oxide_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q16911101
+ + +.. raw:: html + +
+ +LithiumIonNickelCobaltAluminiumOxideBattery +------------------------------------------- + +* http://emmo.info/battery#battery_217e44ed_efd9_4b9e_9cb4_1f7488d996b2 + +.. raw:: html + + + + + + +
Commenta lithium-ion battery with a lithium nickel cobalt aluminium oxide positive electrode
+ + +.. raw:: html + +
+ +LithiumIonNickelManganeseCobaltOxideBattery +------------------------------------------- + +* http://emmo.info/battery#battery_834095fa_f684_4368_a7ce_853579a1362a + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationa lithium-ion battery with a lithium nickel manganese cobalt oxide positive electrode
Wikidata Referencehttps://www.wikidata.org/wiki/Q93837163
Commentthere are many stoichiometry variations for lithium nickel manganese cobalt oxides, typically expressed as LiNi_xMn_yCo_zO2 where x+y+z = 1
+ + +.. raw:: html + +
+ +LithiumIonPolymerBattery +------------------------ + +* http://emmo.info/battery#battery_72542944_ee85_4335_9f6d_621840e38686 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationa rechargeable lithium-ion battery with a polymer electrolyte
Alternative Label(s)LIP, LiPo, LiPoly
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_polymer_battery
+ + +.. raw:: html + +
+ +LithiumIonSiliconBattery +------------------------ + +* http://emmo.info/battery#battery_c4fe9409_3cd3_4af0_aa96_5681ef0261b4 + +.. raw:: html + + + + + + +
Alternative Label(s)a lithium-ion battery with a silicon metal negative electrode
+ + +.. raw:: html + +
+ +LithiumIonSiliconGraphiteBattery +-------------------------------- + +* http://emmo.info/battery#battery_4d308636_8dac_4cc9_a0a1_197eefeb203f + +.. raw:: html + + + + + + +
Elucidationa lithium-ion battery with a blended silicon graphite negaitve electrode
+ + +.. raw:: html + +
+ +LithiumIonSiliconOxideBattery +----------------------------- + +* http://emmo.info/battery#battery_d51a2b95_a327_4ef5_8692_ab6c412f4945 + +.. raw:: html + + + + + + +
Elucidationa lithium-ion battery with a silicon oxide negative electrode
+ + +.. raw:: html + +
+ +LithiumIonSiliconOxideGraphiteBattery +------------------------------------- + +* http://emmo.info/battery#battery_b3405eb1_801e_416b_8cd2_1473f1868e27 + +.. raw:: html + + + + + + +
Elucidationa lithium-ion battery with a blended silicon oxide graphite negative electrode
+ + +.. raw:: html + +
+ +LithiumIonTitanateBattery +------------------------- + +* http://emmo.info/battery#battery_fd811dc3_8c37_4741_a099_78e26e4110ef + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Alternative Label(s)LTOBattery
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium-titanate_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q2564903
Commenta lithium ion battery with a lithium titanate (LTO) negative electrode
+ + +.. raw:: html + +
+ +LithiumIronDisulphideBattery +---------------------------- + +* http://emmo.info/battery#battery_fcbbda5e_7ba3_4355_8817_b90159e59847 + +.. raw:: html + + + + + + + + + + +
Elucidationprimary battery with a non-aqueous electrolyte, a positive electrode containing iron disulphide and a negative electrode of lithium
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-12
+ + +.. raw:: html + +
+ +LithiumIronPhosphate +-------------------- + +* http://emmo.info/emmo#material_aa8e9cc4_5f66_4307_b1c8_26fac7653a90 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)LFP
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_iron_phosphate
Wikidata Referencehttps://www.wikidata.org/wiki/Q3042400
+ + +.. raw:: html + +
+ +LithiumIronPhosphateElectrode +----------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_1d0f15cb_d6b5_4c27_89ca_fe78adc1ce5b + +.. raw:: html + + + + + + +
Alternative Label(s)LFPElectrode
+ + +.. raw:: html + +
+ +LithiumManganeseDioxideBattery +------------------------------ + +* http://emmo.info/battery#battery_05adf5d2_0fbd_4c58_906e_4b875a7f2363 + +.. raw:: html + + + + + + + + + + +
Elucidationprimary battery with a non-aqueous electrolyte, a positive electrode containing manganese dioxide and a negative electrode of lithium
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-10
+ + +.. raw:: html + +
+ +LithiumManganeseIronPhosphateElectrode +-------------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_9109b3f6_112b_456d_ae45_b82c271c656b + +.. raw:: html + + + + + + +
Alternative Label(s)LMFPElectrode
+ + +.. raw:: html + +
+ +LithiumManganeseOxide +--------------------- + +* http://emmo.info/emmo#material_e8fafdc8_6cd3_4dd0_9630_10ca8e3f1827 + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)LMO
Wikidata Referencehttps://www.wikidata.org/wiki/Q29565403
+ + +.. raw:: html + +
+ +LithiumManganeseOxideElectrode +------------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_c231227b_f318_4e59_ad90_6e91072903ed + +.. raw:: html + + + + + + +
Alternative Label(s)LMOElectrode
+ + +.. raw:: html + +
+ +LithiumManganeseOxideLithiumIronPhosphateElectrode +-------------------------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_fffc3dad_6946_4c32_a9d3_f5f311339881 + +.. raw:: html + + + + + + + + + + +
Elucidationan electrode with blended lithium manganese oxide (LMO) and lithium iron phosphate (LFP) active materials
Alternative Label(s)LMOLFPElectrode
+ + +.. raw:: html + +
+ +LithiumManganesePhosphateElectrode +---------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_713200a1_952b_49e2_90b7_deba229f6bbe + +.. raw:: html + + + + + + +
Alternative Label(s)LMPElectrode
+ + +.. raw:: html + +
+ +LithiumMetalBattery +------------------- + +* http://emmo.info/battery#battery_ada13509_4eed_4e40_a7b1_4cc488144154 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationcell containing a non-aqueous electrolyte and a negative electrode of lithium metal
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_metal_battery
Commentlithium metal batteries are often (but not always) primary cells
+ + +.. raw:: html + +
+ +LithiumNickelCobaltAluminiumOxide +--------------------------------- + +* http://emmo.info/emmo#material_cd17ca33_ae3d_4738_8930_547673bf6c1f + +.. raw:: html + + + + + + +
Alternative Label(s)NCA
+ + +.. raw:: html + +
+ +LithiumNickelCobaltAluminumOxideElectrode +----------------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_f19d3b4f_d59b_4a92_a547_54a6f59cc9b4 + +.. raw:: html + + + + + + +
Alternative Label(s)NCAElectrode
+ + +.. raw:: html + +
+ +LithiumNickelMananeseCobaltOxideLithiumManganeseOxideElectrode +-------------------------------------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_48e380c3_0441_4761_a80f_3e448cb2f0ba + +.. raw:: html + + + + + + + + + + +
Elucidationan electrode with blended lithium nickel manganese cobalt oxide (NMC) and lithium manganese oxide (LMO) active materials
Alternative Label(s)NMCLMOElectrode
+ + +.. raw:: html + +
+ +LithiumNickelManganeseCobaltOxide +--------------------------------- + +* http://emmo.info/emmo#material_3ac62305_acd6_4312_9e31_4f824bd2530d + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)NMC
Wikidata Referencehttps://www.wikidata.org/wiki/Q121086245
+ + +.. raw:: html + +
+ +LithiumNickelManganeseCobaltOxideElectrode +------------------------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_b3eb8c65_5644_45e3_9e17_0be6277c7962 + +.. raw:: html + + + + + + +
Alternative Label(s)NMCElectrode
+ + +.. raw:: html + +
+ +LithiumNickelManganeseCobaltOxideLithiumCobaltOxideElectrode +------------------------------------------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_098690e3_9010_437e_8042_cee1656efa9b + +.. raw:: html + + + + + + + + + + +
Elucidationan electrode with blended lithium nickel manganese cobalt oxide (NMC) and lithium cobalt oxide (LCO) active materials
Alternative Label(s)NMCLCOElectrode
+ + +.. raw:: html + +
+ +LithiumNickelManganeseOxide +--------------------------- + +* http://emmo.info/emmo#material_f3e7979a_e3ef_450a_8762_7d8778afe478 + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)LNMO
Wikidata Referencehttps://www.wikidata.org/wiki/Q120861607
+ + +.. raw:: html + +
+ +LithiumNickelManganeseOxideElectrode +------------------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_41ddf723_245f_4ce8_b9b1_7d9b3b9eea7d + +.. raw:: html + + + + + + +
Alternative Label(s)LNMOElectrode
+ + +.. raw:: html + +
+ +LithiumNickelManganeseOxideLithiumIronPhosphateElectrode +-------------------------------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_bb710d71_98fa_48a1_85bc_d8f1ef2200da + +.. raw:: html + + + + + + + + + + +
Elucidationan electrode with blended lithium nickel manganese oxide (LNMO) and lithium iron phosphate (LFP) active materials
Alternative Label(s)LNMOLFPElectrode
+ + +.. raw:: html + +
+ +LithiumNickelOxide +------------------ + +* http://emmo.info/emmo#material_c28a0967_ed23_48cc_a14e_a651d75a19db + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)LNO
Wikidata Referencehttps://www.wikidata.org/wiki/Q81988484
+ + +.. raw:: html + +
+ +LithiumNickelOxideElectrode +--------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_cab66388_3feb_4101_82bc_f4441f0b60e3 + +.. raw:: html + + + + + + +
Alternative Label(s)LNOElectrode
+ + +.. raw:: html + +
+ +LithiumNitrate +-------------- + +* http://emmo.info/emmo#material_4b3e8f9e_9857_4bc3_8e17_aa75757d9860 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)LiNO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_nitrate
Wikidata Referencehttps://www.wikidata.org/wiki/Q420146
+ + +.. raw:: html + +
+ +LithiumNitrite +-------------- + +* http://emmo.info/emmo#material_f8954854_f303_4a2e_9e81_ff1a20623c96 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)LiNO2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_nitrite
Wikidata Referencehttps://www.wikidata.org/wiki/Q2091170
+ + +.. raw:: html + +
+ +LithiumPerchlorate +------------------ + +* http://emmo.info/emmo#material_dedc4519_9651_415e_95e8_1ed03b195244 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)LiClO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_perchlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q412015
+ + +.. raw:: html + +
+ +LithiumPhosphate +---------------- + +* http://emmo.info/emmo#material_46eb3e23_0d77_4e1e_9c3c_48a47f8d022c + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)Li3PO4
Wikidata Referencehttps://www.wikidata.org/wiki/Q426354
+ + +.. raw:: html + +
+ +LithiumSaltCompound +------------------- + +* http://emmo.info/emmo#material_4744a12c_ca28_46b4_9e59_43c1cc15b536 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +LithiumSulfate +-------------- + +* http://emmo.info/emmo#material_c7282858_dabe_4cbc_96f9_d5d844986e4f + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Li2SO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q421106
+ + +.. raw:: html + +
+ +LithiumSulfide +-------------- + +* http://emmo.info/emmo#material_8aeab71f_c07f_4eb6_9652_08ee27c29ffc + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Li2S
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_sulfide
Wikidata Referencehttps://www.wikidata.org/wiki/Q417658
+ + +.. raw:: html + +
+ +LithiumSulfite +-------------- + +* http://emmo.info/emmo#material_642ddaa3_0842_49c5_8bc9_2ae65f28da25 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Li2SO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_sulfite
Wikidata Referencehttps://www.wikidata.org/wiki/Q6647969
+ + +.. raw:: html + +
+ +LithiumSulfurBattery +-------------------- + +* http://emmo.info/battery#battery_a5c1aa29_5404_4746_a9d0_0262c44ca419 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationa type of rechargeable battery notable for its high specific energy
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium-sulfur_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q899170
+ + +.. raw:: html + +
+ +LithiumSymbol +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_0755dd67-bdf1-5164-a706-55fcf9ced526 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +LithiumTetrachloroaluminate +--------------------------- + +* http://emmo.info/emmo#material_2e758ca0_7f2a_446b_b416_e5bb0ec2dae7 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)LiAlCl4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_tetrachloroaluminate
Wikidata Referencehttps://www.wikidata.org/wiki/Q6647971
+ + +.. raw:: html + +
+ +LithiumTetrafluoroborate +------------------------ + +* http://emmo.info/emmo#material_3fd0b901_88fa_47e2_9d99_7db13cd02c9f + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)LiBF4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_tetrafluoroborate
Wikidata Referencehttps://www.wikidata.org/wiki/Q2754907
+ + +.. raw:: html + +
+ +LithiumThionylChlorideBattery +----------------------------- + +* http://emmo.info/battery#battery_f5fea163_410c_4e35_9408_15d5732c9f32 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationprimary battery with a non-aqueous inorganic electrolyte, a positive electrode containing thionyl chloride and a negative electrode of lithium
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-13
Wikidata Referencehttps://www.wikidata.org/wiki/Q1537879
+ + +.. raw:: html + +
+ +LithiumTitanate +--------------- + +* http://emmo.info/emmo#material_acdb232f_8041_4e11_8a11_5db2d2baae4d + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)LTO
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_titanate
Wikidata Referencehttps://www.wikidata.org/wiki/Q3991823
+ + +.. raw:: html + +
+ +LithiumTitanateElectrode +------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_6d0fe07e_a629_479c_ab24_2846f209bb0b + +.. raw:: html + + + + + + +
Alternative Label(s)LTOElectrode
+ + +.. raw:: html + +
+ +LithiumTriflate +--------------- + +* http://emmo.info/emmo#material_b8b79435_2d26_4784_8c36_385ec8ef9661 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)LiOTf
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_triflate
Wikidata Referencehttps://www.wikidata.org/wiki/Q3998748
+ + +.. raw:: html + +
+ +LithiumTrifluoromethanesulfonyloxalatoborate +-------------------------------------------- + +* http://emmo.info/emmo#material_3370cbd2_3fb0_47ba_9a20_50124ae6b4cb + +.. raw:: html + + + + + + +
Alternative Label(s)LiTFOB
+ + +.. raw:: html + +
+ +LithiumVanadiumOxideElectrode +----------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_b5e91259_cd97_4ed6_9ab2_4b18ef68a35a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Litre +----- + +* http://emmo.info/emmo#Litre + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationThe litre (American spelling: `liter`; SI symbol l or L) is a non-SI metric system unit of volume equal to 1 `cubic decimetre` (dm³), 1,000 cubic centimetres (cm³) or 1/1000 `cubic metre`. If the lower case "L" is used as the symbol, it is sometimes rendered as a cursive "l" to help distinguish it from the capital "I", although this usage has no official approval by any international bureau. + + -- QUDT
Alternative Label(s)liter
IUPAC Referencehttps://doi.org/10.1351/goldbook.L03594
CommentOther used symbols for litre are "l" and "ℓ".
+ + +.. raw:: html + +
+ +LitrePerDay +----------- + +* http://emmo.info/emmo#LitrePerDay + +.. raw:: html + + + + + + + + + + +
Elucidationunit litre divided by the unit day + + -- QUDT
Alternative Label(s)Litre Per Day
+ + +.. raw:: html + +
+ +LitrePerHour +------------ + +* http://emmo.info/emmo#LitrePerHour + +.. raw:: html + + + + + + + + + + +
ElucidationUnit litre divided by the unit hour + + -- QUDT
Alternative Label(s)Litre Per Hour
+ + +.. raw:: html + +
+ +LitrePerKelvin +-------------- + +* http://emmo.info/emmo#LitrePerKelvin + +.. raw:: html + + + + + + + + + + +
Elucidationunit litre divided by the SI base unit kelvin + + -- QUDT
Alternative Label(s)Litre Per Kelvin
+ + +.. raw:: html + +
+ +LitrePerKilogram +---------------- + +* http://emmo.info/emmo#LitrePerKilogram + +.. raw:: html + + + + + + + + + + +
Elucidationunit of the volume litre divided by the SI base unit kilogram + + -- QUDT
Alternative Label(s)Litre Per Kilogram
+ + +.. raw:: html + +
+ +LitrePerLitre +------------- + +* http://emmo.info/emmo#LitrePerLitre + +.. raw:: html + + + + + + + + + + +
Elucidationvolume ratio consisting of the unit litre divided by the unit litre + + -- QUDT
Alternative Label(s)Litre Per Litre
+ + +.. raw:: html + +
+ +LitrePerMicroMole +----------------- + +* http://emmo.info/emmo#LitrePerMicroMole + +.. raw:: html + + + + + + + + + + +
ElucidationThe inverse of a molar concentration - the untits of per molarity. + + -- QUDT
Alternative Label(s)Litres per micromole
+ + +.. raw:: html + +
+ +LitrePerMinute +-------------- + +* http://emmo.info/emmo#LitrePerMinute + +.. raw:: html + + + + + + + + + + +
Elucidationunit litre divided by the unit minute + + -- QUDT
Alternative Label(s)Litre Per Minute
+ + +.. raw:: html + +
+ +LitrePerMole +------------ + +* http://emmo.info/emmo#LitrePerMole + +.. raw:: html + + + + + + + + + + +
Elucidationunit litre divided by the SI base unit mol + + -- QUDT
Alternative Label(s)Litre Per Mole
+ + +.. raw:: html + +
+ +LitrePerSecond +-------------- + +* http://emmo.info/emmo#LitrePerSecond + +.. raw:: html + + + + + + + + + + +
Elucidationunit litre divided by the SI base unit second + + -- QUDT
Alternative Label(s)Litre Per Second
+ + +.. raw:: html + +
+ +LitrePerSecondPerSquareMetre +---------------------------- + +* http://emmo.info/emmo#LitrePerSecondPerSquareMetre + +.. raw:: html + + + + + + + + + + +
ElucidationVentilation rate in Litres per second divided by the floor area + + -- QUDT
Alternative Label(s)Litre Per Second Per Square Metre
+ + +.. raw:: html + +
+ +LivermoriumAtom +--------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_f2d4c89a-c354-5e4c-9cdb-f2de932e294f + +.. raw:: html + + + + + + +
ElucidationAtom subclass for livermorium.
+ + +.. raw:: html + +
+ +LivermoriumSymbol +----------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_31fda9f8-24e1-5c53-8616-a63cee7613de + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +LogarithmicDecrement +-------------------- + +* http://emmo.info/emmo#EMMO_59809abc_d206_4015_9836_9d3a32460586 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationProduct of damping coefficient and period duration.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-05-25
Wikidata Referencehttps://www.wikidata.org/wiki/Q1399446
+ + +.. raw:: html + +
+ +LogarithmicUnit +--------------- + +* http://emmo.info/emmo#EMMO_972e01b0_b017_4903_8c05_b7edda958723 + +.. raw:: html + + + + + + + + + + +
ElucidationA logarithmic unit is a unit that can be used to express a quantity (physical or mathematical) on a logarithmic scale, that is, as being proportional to the value of a logarithm function applied to the ratio of the quantity and a reference quantity of the same type.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Logarithmic_scale#Logarithmic_units
+ + +.. raw:: html + +
+ +LondonPenetrationDepth +---------------------- + +* http://emmo.info/emmo#EMMO_ad91ad62_ef79_42ad_8e15_34cbd95d69cb + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationDistance a magnetic field penetrates the plane surface of a semi-finite superconductor.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=815-10-33
Wikidata Referencehttps://www.wikidata.org/wiki/Q3277853
+ + +.. raw:: html + +
+ +LongRangeOrderParameter +----------------------- + +* http://emmo.info/emmo#EMMO_2fb9b3ca_a3ba_4176_b9dc_ce5449286195 + +.. raw:: html + + + + + + + + + + +
ElucidationFraction of atoms in an Ising ferromagnet having magnetic moments in one direction, minus the fraction having magnetic moments in the opposite direction.
Wikidata Referencehttps://www.wikidata.org/wiki/Q105496124
+ + +.. raw:: html + +
+ +LorenzCoefficient +----------------- + +* http://emmo.info/emmo#EMMO_394390c8_7b29_4c0a_9104_2d2bc8780138 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationQuotient of thermal conductivity, and the product of electric conductivity and thermodynamic temperature.
Alternative Label(s)LorenzNumber
Wikidata Referencehttps://www.wikidata.org/wiki/Q105728754
+ + +.. raw:: html + +
+ +LorenzNumberUnit +---------------- + +* http://emmo.info/emmo#EMMO_197095a5_6d0c_4747_bcd7_f239203217dc + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +LossAngle +--------- + +* http://emmo.info/emmo#EMMO_c2a2b2ac_1fbe_46d9_8853_6497cea6ff43 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationArctan of the loss factor
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-49
Wikidata Referencehttps://www.wikidata.org/wiki/Q20820438
+ + +.. raw:: html + +
+ +LossFactor +---------- + +* http://emmo.info/emmo#EMMO_c3796906_8063_47d4_92af_890ae08f25fa + +.. raw:: html + + + + + + + + + + +
ElucidationInverse of the quality factor.
Wikidata Referencehttps://www.wikidata.org/wiki/Q79468728
+ + +.. raw:: html + +
+ +LowPressureCasting +------------------ + +* http://emmo.info/emmo#EMMO_8b2fd84c_8f51_4731_9bd7_830545e78b23 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +LowerCriticalMagneticFluxDensity +-------------------------------- + +* http://emmo.info/emmo#EMMO_fd4a6307_f9f7_4b54_b044_caa04e620232 + +.. raw:: html + + + + + + + + + + +
ElucidationFor type II superconductors, the threshold magnetic flux density for magnetic flux entering the superconductor.
Wikidata Referencehttps://www.wikidata.org/wiki/Q106127355
+ + +.. raw:: html + +
+ +LowerFrequencyLimit +------------------- + +* http://emmo.info/electrochemistry#electrochemistry_b66d6553_6136_4754_902a_707e414210c2 + +.. raw:: html + + + + + + +
Elucidationthe lower end of the interval of frequencies tested in impedimetry and related techniques
+ + +.. raw:: html + +
+ +LowerVoltageLimit +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_534dd59c_904c_45d9_8550_ae9d2eb6bbc9 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationminimum voltage limit at which an applied excitation is altered or terminated
Alternative Label(s)CutOffVoltage, DischargeCutoffVoltage, EndOfDischargeVoltage, EndPointVoltage, EndVoltage, FinalVoltage, LowerCutoffVoltage
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-30
Commentspecified voltage of a battery at which the battery discharge is terminated.
+ + +.. raw:: html + +
+ +Lumen +----- + +* http://emmo.info/emmo#Lumen + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationSI unit for luminous flux.
IUPAC Referencehttps://doi.org/10.1351/goldbook.L03639
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lumen_(unit)
+ + +.. raw:: html + +
+ +LumenPerWatt +------------ + +* http://emmo.info/emmo#LumenPerWatt + +.. raw:: html + + + + + + + + + + +
ElucidationA measurement of luminous efficacy, which is the light output in lumens using one watt of electricity. + + -- QUDT
Alternative Label(s)Lumen per Watt
+ + +.. raw:: html + +
+ +LumenSecond +----------- + +* http://emmo.info/emmo#LumenSecond + +.. raw:: html + + + + + + + + + + +
ElucidationIn photometry, the lumen second is the SI derived unit of luminous energy. It is based on the lumen, the SI unit of luminous flux, and the second, the SI base unit of time. The lumen second is sometimes called the talbot (symbol T). An older name for the lumen second was the lumberg. + + -- QUDT
Alternative Label(s)lumen second
+ + +.. raw:: html + +
+ +Luminance +--------- + +* http://emmo.info/emmo#EMMO_97589322_710c_4af4_9431_1e5027f2be42 + +.. raw:: html + + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.L03640
CommentMeasured in cd/m². Not to confuse with Illuminance, which is measured in lux (cd sr/m²).
+ + +.. raw:: html + +
+ +LuminanceUnit +------------- + +* http://emmo.info/emmo#EMMO_4000d06d_8594_4263_ba72_5d9440b66c5e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +LuminousEfficacyOf540THzRadiation +--------------------------------- + +* http://emmo.info/emmo#EMMO_506f7823_52bc_40cb_be07_b3b1e10cce13 + +.. raw:: html + + + + + + + + + + +
ElucidationThe luminous efficacy of monochromatic radiation of frequency 540 × 10 12 Hz, K cd , is a technical constant that gives an exact numerical relationship between the purely physical characteristics of the radiant power stimulating the human eye (W) and its photobiological response defined by the luminous flux due to the spectral responsivity of a standard observer (lm) at a frequency of 540 × 10 12 hertz.
CommentDefines the Candela base unit in the SI system.
+ + +.. raw:: html + +
+ +LuminousEfficacyUnit +-------------------- + +* http://emmo.info/emmo#EMMO_044f83a6-ade4-4441-9c73-5490dd93344f + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +LuminousEfficacyUnit +-------------------- + +* http://emmo.info/emmo#EMMO_5c003f53_20a2_4bd7_8445_58187e582578 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +LuminousFlux +------------ + +* http://emmo.info/emmo#EMMO_e2ee1c98_497a_4f66_b4ed_5711496a848e + +.. raw:: html + + + + + + + + + + +
ElucidationPerceived power of light.
IUPAC Referencehttps://doi.org/10.1351/goldbook.L03646
+ + +.. raw:: html + +
+ +LuminousIntensity +----------------- + +* http://emmo.info/emmo#EMMO_50bf79a6_a48b_424d_9d2c_813bd631231a + +.. raw:: html + + + + + + +
ElucidationA measure of the wavelength-weighted power emitted by a light source in a particular direction per unit solid angle. It is based on the luminosity function, which is a standardized model of the sensitivity of the human eye.
+ + +.. raw:: html + +
+ +LuminousIntensityUnit +--------------------- + +* http://emmo.info/emmo#EMMO_14ff4393_0f28_4fb4_abc7_c2cc00bc761d + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +LutetiumAtom +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_098f6f77-746a-5fcc-a6d1-4988929bf404 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for lutetium.
+ + +.. raw:: html + +
+ +LutetiumSymbol +-------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_66c364c4-16b7-5d5f-abd5-b6977c46f525 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Lux +--- + +* http://emmo.info/emmo#Lux + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationSI unit for illuminance.
IUPAC Referencehttps://doi.org/10.1351/goldbook.L03651
Wikipedia Referencehttp://en.wikipedia.org/wiki/Lux?oldid=494700274
+ + +.. raw:: html + +
+ +LuxHour +------- + +* http://emmo.info/emmo#LuxHour + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationThe SI unit for measuring the illumination (illuminance) of a surface. One lux is defined as an illumination of one lumen per square meter or 0.0001 phot. In considering the various light units, it's useful to think about light originating at a point and shining upon a surface. The intensity of the light source is measured in candelas; the total light flux in transit is measured in lumens (1 lumen = 1 candelau00b7steradian); and the amount of light received per unit of surface area is measured in lux (1 lux = 1 lumen/square meter). One lux is equal to approximately 0.09290 foot candle. + + -- QUDT
Alternative Label(s)Lux Hour
Wikipedia Referencehttp://en.wikipedia.org/wiki/Lux?oldid=494700274
+ + +.. raw:: html + +
+ +MOEMC +----- + +* http://emmo.info/emmo#material_04ad7fec_b260_4d25_9c6e_47711c0f8a46 + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)2MethoxyethylMethylCarbonate
Wikidata Referencehttp://127.0.0.1:5000/compounds/23290296
+ + +.. raw:: html + +
+ +MXylene +------- + +* http://emmo.info/emmo#material_f44338b9_7672_4e53_b002_3d980911c349 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)MetaXylene
Wikipedia Referencehttps://en.wikipedia.org/wiki/M-Xylene
Wikidata Referencehttps://www.wikidata.org/wiki/Q3234708
+ + +.. raw:: html + +
+ +MachineCell +----------- + +* http://emmo.info/emmo#EMMO_4d2ca841_6cb1_4710_a756_5b989746bca2 + +.. raw:: html + + + + + + + + + + +
ElucidationA group of machineries used to process a group of similar parts.
CommentIs not simply a collection of machineries, since the connection between them is due to the parallel flow of processed parts that comes from a unique source and ends into a common repository.
+ + +.. raw:: html + +
+ +Machining +--------- + +* http://emmo.info/emmo#EMMO_bfce8136_8f58_4ea5_ab3a_1734170c5d92 + +.. raw:: html + + + + + + +
ElucidationA manufacturing in which material is removed from the workpiece in the form of chips.
+ + +.. raw:: html + +
+ +Macromolecule +------------- + +* http://emmo.info/emmo#EMMO_a14dd591_8b7a_4847_8c91_3a2f421a45b4 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Magnesium +--------- + +* http://emmo.info/emmo#material_59168cd9_e3af_4345_96e9_88a80afd3d16 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Mg
Wikipedia Referencehttps://en.wikipedia.org/wiki/Magnesium
Wikidata Referencehttps://www.wikidata.org/wiki/Q660
+ + +.. raw:: html + +
+ +MagnesiumAcetate +---------------- + +* http://emmo.info/emmo#material_2e70735d_8769_4416_948b_ab9e856050b7 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Mg(OAc)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Magnesium_acetate
Wikidata Referencehttps://www.wikidata.org/wiki/Q418767
+ + +.. raw:: html + +
+ +MagnesiumAirBattery +------------------- + +* http://emmo.info/battery#battery_80c5a33a_db50_4560_8c04_ba1ce014177e + +.. raw:: html + + + + + + +
Elucidationa metal-air battery with a magnesium negative electrode
+ + +.. raw:: html + +
+ +MagnesiumAtom +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_ff5e8306-8e33-5305-84aa-d99055d34e0c + +.. raw:: html + + + + + + +
ElucidationAtom subclass for magnesium.
+ + +.. raw:: html + +
+ +MagnesiumBattery +---------------- + +* http://emmo.info/battery#battery_53dec2af_0a2a_4205_a9b2_ae96ed717027 + +.. raw:: html + + + + + + + + + + +
Elucidationcell containing a negative electrode with an active material of magnesium or containing magnesium
Wikipedia Referencehttps://en.wikipedia.org/wiki/Magnesium_battery
+ + +.. raw:: html + +
+ +MagnesiumBisfluorosulfonylimide +------------------------------- + +* http://emmo.info/emmo#material_43ec3168_0f1a_44aa_99ad_716fcc48bbcb + +.. raw:: html + + + + + + +
Alternative Label(s)Mg(FSI)2
+ + +.. raw:: html + +
+ +MagnesiumBisoxalatoborate +------------------------- + +* http://emmo.info/emmo#material_27696fcd_aa90_44b9_816a_c19400f0ab9a + +.. raw:: html + + + + + + +
Alternative Label(s)Mg(BOB)2
+ + +.. raw:: html + +
+ +MagnesiumBisoxalatophosphate +---------------------------- + +* http://emmo.info/emmo#material_c0ed3eca_64ef_4e69_a415_3e5f76ca27b6 + +.. raw:: html + + + + + + +
Alternative Label(s)Mg(BOP)2
+ + +.. raw:: html + +
+ +MagnesiumBistrifluoromethanesulfonylimide +----------------------------------------- + +* http://emmo.info/emmo#material_62be6033_d836_4fc9_92d4_bd8cf2a9ce3a + +.. raw:: html + + + + + + +
Alternative Label(s)Mg(TFSI)2
+ + +.. raw:: html + +
+ +MagnesiumBromide +---------------- + +* http://emmo.info/emmo#material_fadf36f3_166e_4a2d_a933_7072e6bc578c + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)MgBr2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Magnesium_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q420413
+ + +.. raw:: html + +
+ +MagnesiumCarbonate +------------------ + +* http://emmo.info/emmo#material_a021f565_c3de_46b7_b46b_be4c7849e1ea + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)MgCO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Magnesium_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q425450
+ + +.. raw:: html + +
+ +MagnesiumChlorate +----------------- + +* http://emmo.info/emmo#material_4525c1ee_1d0c_4a17_9fa8_24c19c690db6 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Mg(ClO3)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Magnesium_chlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q11129394
+ + +.. raw:: html + +
+ +MagnesiumChloride +----------------- + +* http://emmo.info/emmo#material_b1c9078e_f001_4a8a_a56d_2c6444a18201 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)MgCl2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Magnesium_chloride
Wikidata Referencehttps://www.wikidata.org/wiki/Q265414
+ + +.. raw:: html + +
+ +MagnesiumDifluorooxalatoborate +------------------------------ + +* http://emmo.info/emmo#material_82d57014_0870_45f3_ab05_0f97c05b531d + +.. raw:: html + + + + + + +
Alternative Label(s)Mg(DFOB)2
+ + +.. raw:: html + +
+ +MagnesiumElectrode +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_2a177462_ff01_4b83_ab9f_032e93c9ec69 + +.. raw:: html + + + + + + +
Commentmetal electrode in which the active material is magnesium
+ + +.. raw:: html + +
+ +MagnesiumFluoride +----------------- + +* http://emmo.info/emmo#material_5263c4d3_8759_48a1_b35e_5abf7a1f0454 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)MgF2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Magnesium_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q411752
+ + +.. raw:: html + +
+ +MagnesiumHexafluorophosphate +---------------------------- + +* http://emmo.info/emmo#material_00db9ba1_7259_4180_a82e_7ed4dafc29a9 + +.. raw:: html + + + + + + +
Alternative Label(s)Mg(PF6)2
+ + +.. raw:: html + +
+ +MagnesiumHydroxide +------------------ + +* http://emmo.info/emmo#material_d441cd55_e84c_450f_a91e_9585b3c24527 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Mg(OH)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Magnesium_hydroxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q407548
+ + +.. raw:: html + +
+ +MagnesiumInsertionElectrode +--------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_d9888f1f_2226_4ce3_9cb3_91fd9bd1bf22 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MagnesiumIodide +--------------- + +* http://emmo.info/emmo#material_ba4394f5_21c3_4ae1_96a4_3c9e2138b7e0 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)MgI2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Magnesium_iodide
Wikidata Referencehttps://www.wikidata.org/wiki/Q416265
+ + +.. raw:: html + +
+ +MagnesiumIonBattery +------------------- + +* http://emmo.info/battery#battery_9c262b93_0a38_4f0e_9e29_ca958ebfa24e + +.. raw:: html + + + + + + +
Elucidationa shuttle battery for magnesium ions with two magnesium insertion electrodes
+ + +.. raw:: html + +
+ +MagnesiumMetalBattery +--------------------- + +* http://emmo.info/battery#battery_f13ac384_e21a_40b3_9ee8_023c2586049a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MagnesiumNitrate +---------------- + +* http://emmo.info/emmo#material_cfc02dad_a994_430b_a2b2_fd275016c485 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Mg(NO3)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Magnesium_nitrate
Wikidata Referencehttps://www.wikidata.org/wiki/Q411014
+ + +.. raw:: html + +
+ +MagnesiumNitrite +---------------- + +* http://emmo.info/emmo#material_4216bdc4_ef30_43e6_bd44_47f78761939e + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Mg(NO2)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Magnesium_nitrate
Wikidata Referencehttps://www.wikidata.org/wiki/Q18211720
+ + +.. raw:: html + +
+ +MagnesiumPerchlorate +-------------------- + +* http://emmo.info/emmo#material_603164db_76c9_407b_be5c_8fa9b73f2dcc + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Mg(ClO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Magnesium_perchlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q417970
+ + +.. raw:: html + +
+ +MagnesiumPhosphate +------------------ + +* http://emmo.info/emmo#material_b7c3fc7f_a189_46ff_bd3d_21f899507e94 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Mg3(PO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Trimagnesium_phosphate
Wikidata Referencehttps://www.wikidata.org/wiki/Q6731399
+ + +.. raw:: html + +
+ +MagnesiumSaltCompound +--------------------- + +* http://emmo.info/emmo#material_0001e895_e74b_438f_b47f_b52f33d68331 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MagnesiumShuttleBattery +----------------------- + +* http://emmo.info/battery#battery_910434d7_36fa_4279_b071_9bac5a9daf92 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MagnesiumSulfate +---------------- + +* http://emmo.info/emmo#material_9d7497bb_fe1b_4b9f_808b_f6df310dd900 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)MgSO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Magnesium_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q288266
+ + +.. raw:: html + +
+ +MagnesiumSulfide +---------------- + +* http://emmo.info/emmo#material_95503d46_8343_4054_aa34_f0169ae0dbed + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)MgS
Wikipedia Referencehttps://en.wikipedia.org/wiki/Magnesium_sulfide
Wikidata Referencehttps://www.wikidata.org/wiki/Q424250
+ + +.. raw:: html + +
+ +MagnesiumSulfite +---------------- + +* http://emmo.info/emmo#material_8c49b4a2_00e2_421e_97af_9dde2a59ac69 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)MgSO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Magnesium_sulfite
Wikidata Referencehttps://www.wikidata.org/wiki/Q2396092
+ + +.. raw:: html + +
+ +MagnesiumSymbol +--------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_91579f8a-e3b1-5ac9-9533-402c8cb1ffdd + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MagnesiumTetrafluoroborate +-------------------------- + +* http://emmo.info/emmo#material_c581b064_f357_4378_96bc_dcb2c72013f8 + +.. raw:: html + + + + + + +
Alternative Label(s)Mg(BF4)2
+ + +.. raw:: html + +
+ +MagnesiumTriflate +----------------- + +* http://emmo.info/emmo#material_df24fad8_7ef0_4330_a3f2_c4d65d9a3be8 + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)Mg(OTf)2
Wikidata Referencehttps://www.wikidata.org/wiki/Q72488070
+ + +.. raw:: html + +
+ +MagnesiumTrifluoromethanesulfonyloxalatoborate +---------------------------------------------- + +* http://emmo.info/emmo#material_2b7473ba_9156_489a_880f_3a2f746cd104 + +.. raw:: html + + + + + + +
Alternative Label(s)Mg(TFOB)2
+ + +.. raw:: html + +
+ +MagneticDipoleMoment +-------------------- + +* http://emmo.info/emmo#EMMO_81e767f1_59b1_4d7a_bf69_17f322241831 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationVector quantity μ causing a change to its energy ΔW in an external magnetic field of field flux density B: + + ΔW = −μ · B
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-55
IUPAC Referencehttp://goldbook.iupac.org/terms/view/M03688
CommentFor an atom or nucleus, this energy is quantized and can be written as: + + W = g μ M B + + where g is the appropriate g factor, μ is mostly the Bohr magneton or nuclear magneton, M is magnetic quantum number, and B is magnitude of the magnetic flux density. + + -- ISO 80000
+ + +.. raw:: html + +
+ +MagneticDipoleMomentUnit +------------------------ + +* http://emmo.info/emmo#EMMO_1c2226a9_22f0_40c8_8928_5a01d398f96e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MagneticDipoleMomentUnit +------------------------ + +* http://emmo.info/emmo#EMMO_5073dc80-aec2-4a3b-8057-fababfcbfe11 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MagneticFieldStrength +--------------------- + +* http://emmo.info/emmo#EMMO_b4895f75_41c8_4fd9_b6d6_4d5f7c99c423 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Alternative Label(s)MagnetizingFieldStrength
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-56
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03683
Wikidata Referencehttps://www.wikidata.org/wiki/Q28123
CommentStrength of a magnetic field. Commonly denoted H.
+ + +.. raw:: html + +
+ +MagneticFieldStrengthUnit +------------------------- + +* http://emmo.info/emmo#EMMO_e6b83139-ba92-4fbd-a8b2-c8dde55844a1 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MagneticFlux +------------ + +* http://emmo.info/emmo#EMMO_3b931698_937e_49be_ab1b_36fa52d91181 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationMeasure of magnetism, taking account of the strength and the extent of a magnetic field.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-21
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03684
Wikipedia Referencehttps://en.wikipedia.org/wiki/Magnetic_flux
Wikidata Referencehttps://www.wikidata.org/wiki/Q177831
+ + +.. raw:: html + +
+ +MagneticFluxDensity +------------------- + +* http://emmo.info/emmo#EMMO_961d1aba_f75e_4411_aaa4_457f7516ed6b + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + + + + + +
ElucidationStrength of the magnetic field.
Alternative Label(s)MagneticInduction
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-19
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03686
Wikidata Referencehttps://www.wikidata.org/wiki/Q30204
CommentOften denoted B.
+ + +.. raw:: html + +
+ +MagneticFluxDensityUnit +----------------------- + +* http://emmo.info/emmo#EMMO_ec903946_ddc9_464a_903c_7373e0d1eeb5 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MagneticFluxUnit +---------------- + +* http://emmo.info/emmo#EMMO_4c49ab58_a6f6_409e_b849_f873ae1dcbee + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MagneticMoment +-------------- + +* http://emmo.info/emmo#EMMO_3ef37f82_cd1a_4d49_ace1_83b17487c8e2 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationA vector quantity equal to the product of the current, the loop area, and the unit vector normal to the loop plane, the direction of which corresponds to the loop orientation
Alternative Label(s)MagneticAreaMoment
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-49
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03688
Wikidata Referencehttps://www.wikidata.org/wiki/Q242657
+ + +.. raw:: html + +
+ +MagneticPolarisation +-------------------- + +* http://emmo.info/emmo#EMMO_74a096dd_cc83_4c7e_b704_0541620ff18d + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationVector quantity equal to the product of the magnetization M and the magnetic constant μ0.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-54
Wikidata Referencehttps://www.wikidata.org/wiki/Q856711
+ + +.. raw:: html + +
+ +MagneticPotentialUnit +--------------------- + +* http://emmo.info/emmo#EMMO_8cf32f24_ada1_4350_af2c_50eb0e5f6415 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MagneticQuantumNumber +--------------------- + +* http://emmo.info/emmo#EMMO_6e5608ec_7768_4764_b052_2254bb5283bb + +.. raw:: html + + + + + + + + + + +
ElucidationAtomic quantum number related to the z component lz, jz or sz, of the orbital, total, or spin angular momentum.
Wikidata Referencehttps://www.wikidata.org/wiki/Q2009727
+ + +.. raw:: html + +
+ +MagneticReluctance +------------------ + +* http://emmo.info/emmo#EMMO_673433f6_47c6_4c28_ae91_12945488ed10 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationMagnetic tension divided by magnetic flux.
Alternative Label(s)Reluctance
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-28
Wikidata Referencehttps://www.wikidata.org/wiki/Q863390
+ + +.. raw:: html + +
+ +MagneticReluctanceUnit +---------------------- + +* http://emmo.info/emmo#EMMO_07f571cd_252b_4421_8f98_94b6690d2ab9 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MagneticReluctivityUnit +----------------------- + +* http://emmo.info/emmo#EMMO_01cd670e_d37c_424f_b91e_c2c2bbb5ea43 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MagneticSusceptibility +---------------------- + +* http://emmo.info/emmo#EMMO_e59eb557_3a0f_4532_9984_deed22f94952 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationScalar or tensor quantity the product of which by the magnetic constant μ0 and by the magnetic field strength H is equal to the magnetic polarization J.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-37
Wikidata Referencehttps://www.wikidata.org/wiki/Q691463
+ + +.. raw:: html + +
+ +MagneticTension +--------------- + +* http://emmo.info/emmo#EMMO_fcdf3dd6_c5d7_40d2_b062_b5580e37a9bd + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationScalar quantity equal to the line integral of the magnetic field strength H along a specified path linking two points a and b.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-57
Wikidata Referencehttps://www.wikidata.org/wiki/Q77993836
+ + +.. raw:: html + +
+ +MagneticVectorPotential +----------------------- + +* http://emmo.info/emmo#EMMO_1d77524b_ff3f_4e9a_90a4_be3d0bd88855 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationVector potential of the magnetic flux density.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-23
Wikidata Referencehttps://www.wikidata.org/wiki/Q2299100
+ + +.. raw:: html + +
+ +Magnetization +------------- + +* http://emmo.info/emmo#EMMO_b23e7251_a488_4732_8268_027ad76d7e37 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationAt a given point within a domain of quasi-infinitesimal volume V, vector quantity equal to the magnetic area moment m of the substance contained within the domain divided by the volume V.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-52
Wikidata Referencehttps://www.wikidata.org/wiki/Q856711
+ + +.. raw:: html + +
+ +Magnetizing +----------- + +* http://emmo.info/emmo#EMMO_c30aaeb1_66cc_4c69_8890_d7812c1d608c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MagnetomotiveForce +------------------ + +* http://emmo.info/emmo#EMMO_e75fdaed_cb4e_41ba_8aa3_4cfa5087358f + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationScalar line integral of the magnetic field strength along a closed path.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-60
Wikidata Referencehttps://www.wikidata.org/wiki/Q1266982
+ + +.. raw:: html + +
+ +MagnitudeOfCurrentPulse +----------------------- + +* http://emmo.info/electrochemistry#electrochemistry_346519a4_006c_496d_8f36_74e38814ed2d + +.. raw:: html + + + + + + + + + + +
Elucidationthe magnitude of a current pulse applied to an electrochemical cell during pulsed potentiometry and related techniques
Alternative Label(s)PulseMagnitudeCurrent
+ + +.. raw:: html + +
+ +MagnitudeOfPotentialPulse +------------------------- + +* https://emmo.info/electrochemistry#electrochemistry_4d2b102b_3515_4591_b079_69232c44f9dc + +.. raw:: html + + + + + + + + + + +
ElucidationThe magnitude of a voltage pulse applied to an electrochemical cell during pulsed amperometry and related techniques.
Alternative Label(s)PulseMagnitudePotential
+ + +.. raw:: html + +
+ +MaintanenceFreeBattery +---------------------- + +* http://emmo.info/battery#battery_d8b9f2b9_5eb8_4be8_bafa_87789de73434 + +.. raw:: html + + + + + + + + + + +
Elucidationsecondary battery which, during the service life, requires no maintenance provided specified operating conditions are fulfilled
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-25
+ + +.. raw:: html + +
+ +MalicAcid +--------- + +* http://emmo.info/emmo#material_7bc25dd0_8096_4ca0_98f3_03fb847f82e7 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Malic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q190143
+ + +.. raw:: html + +
+ +MalonicAcid +----------- + +* http://emmo.info/emmo#material_d7f2ab2a_e3ff_4aea_8cf1_862df545c882 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Malonic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q421972
+ + +.. raw:: html + +
+ +Manganese +--------- + +* http://emmo.info/emmo#material_b496f6dd_0476_43e7_a1a9_7e025afce627 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Manganese
Wikidata Referencehttps://www.wikidata.org/wiki/Q731
+ + +.. raw:: html + +
+ +ManganeseAtom +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_2c701f72-a859-5e33-9552-b6bdbcbd28d9 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for manganese.
+ + +.. raw:: html + +
+ +ManganeseDioxide +---------------- + +* http://emmo.info/emmo#material_dcdbdbed_2e20_40d1_a7a5_5761de7f0618 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)MnO2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Manganese_dioxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q407674
+ + +.. raw:: html + +
+ +ManganeseDioxideElectrode +------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_ca4d9efc_70be_441e_b358_d927aa4c36c4 + +.. raw:: html + + + + + + +
Alternative Label(s)MnO2Electrode
+ + +.. raw:: html + +
+ +ManganeseIIAcetate +------------------ + +* http://emmo.info/emmo#material_2f1bbf42_2021_453e_baf0_937607b4919e + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Mn(OAc)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Manganese(II)_acetate
Wikidata Referencehttps://www.wikidata.org/wiki/Q180713
+ + +.. raw:: html + +
+ +ManganeseIIBromide +------------------ + +* http://emmo.info/emmo#material_29eddf3b_c99a_4624_a520_dc7983da27e0 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)MnBr2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Manganese(II)_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q416246
+ + +.. raw:: html + +
+ +ManganeseIICarbonate +-------------------- + +* http://emmo.info/emmo#material_c5adcfc9_d0f3_40d5_8aa0_6836d3c3b374 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)MnCO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Manganese(II)_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q414659
+ + +.. raw:: html + +
+ +ManganeseIIChlorate +------------------- + +* http://emmo.info/emmo#material_09aa1409_b244_4d5e_a6ed_c94bdff60e42 + +.. raw:: html + + + + + + +
Alternative Label(s)Mn(ClO3)2
+ + +.. raw:: html + +
+ +ManganeseIIChloride +------------------- + +* http://emmo.info/emmo#material_3061643c_9dea_4e98_bc1f_6e1a28567c1d + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)MnCl2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Manganese(II)_chloride
Wikidata Referencehttps://www.wikidata.org/wiki/Q421071
+ + +.. raw:: html + +
+ +ManganeseIIFluoride +------------------- + +* http://emmo.info/emmo#material_fa20cd88_2a7d_4820_9f22_d55e1f592b5c + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)MnF2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Manganese(II)_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q414680
+ + +.. raw:: html + +
+ +ManganeseIIIOxide +----------------- + +* http://emmo.info/emmo#material_64d67eac_b2dc_45ad_9279_cff3a235e4e2 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Mn2O3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Manganese(III)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q419605
+ + +.. raw:: html + +
+ +ManganeseIIIodide +----------------- + +* http://emmo.info/emmo#material_29611fc5_9fc1_486b_bdbb_33bb8b3ee916 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)MnI2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Manganese(II)_iodide
Wikidata Referencehttps://www.wikidata.org/wiki/Q415520
+ + +.. raw:: html + +
+ +ManganeseIINitrate +------------------ + +* http://emmo.info/emmo#material_eada6f39_231c_45be_ae3e_fd9a67fe0003 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Mn(NO3)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Manganese(II)_nitrate
Wikidata Referencehttps://www.wikidata.org/wiki/Q421490
+ + +.. raw:: html + +
+ +ManganeseIIOxide +---------------- + +* http://emmo.info/emmo#material_6cfae78f_ccca_40ec_b80d_ec09595cca95 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)MnO
Wikipedia Referencehttps://en.wikipedia.org/wiki/Manganese(II)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q414669
+ + +.. raw:: html + +
+ +ManganeseIIPerchlorate +---------------------- + +* http://emmo.info/emmo#material_97932144_ab3b_4206_8238_ee8ea9b3327e + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Mn(ClO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Manganese(II)_chlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q15631940
+ + +.. raw:: html + +
+ +ManganeseIIPhosphate +-------------------- + +* http://emmo.info/emmo#material_6928f0e0_767e_4f33_a18e_e3041bf7d9e9 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Mn3(PO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Manganese(II)_phosphate
Wikidata Referencehttps://www.wikidata.org/wiki/Q6748768
+ + +.. raw:: html + +
+ +ManganeseIISulfate +------------------ + +* http://emmo.info/emmo#material_bdeefc5a_a32a_4354_a7a3_2a842784a937 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)MnSO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Manganese(II)_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q409393
+ + +.. raw:: html + +
+ +ManganeseIISulfide +------------------ + +* http://emmo.info/emmo#material_843697d9_5863_4959_9163_5b58dba6a3f0 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)MnS
Wikipedia Referencehttps://en.wikipedia.org/wiki/Manganese_sulfide
Wikidata Referencehttps://www.wikidata.org/wiki/Q419893
+ + +.. raw:: html + +
+ +ManganeseII_IIIOxide +-------------------- + +* http://emmo.info/emmo#material_6861354b_cb5b_415d_b970_9b11235b4775 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Mn3O4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Manganese(II,III)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q410985
+ + +.. raw:: html + +
+ +ManganeseOxideCompound +---------------------- + +* http://emmo.info/emmo#material_5a4d05f1_dd15_465b_8b44_704238e20813 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ManganeseSaltCompound +--------------------- + +* http://emmo.info/emmo#material_cb6d2c65_9977_4bb1_987a_5ea828de445f + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ManganeseSymbol +--------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_179a652d-68c8-5412-9621-98b4b00984dd + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ManufacturedMaterial +-------------------- + +* http://emmo.info/emmo#EMMO_ec7464a9_d99d_45f8_965b_4e9230ea8356 + +.. raw:: html + + + + + + + + + + +
ElucidationA material that is obtained through a manufacturing process.
Alternative Label(s)EngineeredMaterial, ProcessedMaterial
+ + +.. raw:: html + +
+ +ManufacturedProduct +------------------- + +* http://emmo.info/emmo#EMMO_86ca9b93_1183_4b65_81b8_c0fcd3bba5ad + +.. raw:: html + + + + + + + + + + +
ElucidationAn object that has been designed and manufactured for a particular purpose.
Alternative Label(s)Artifact, Engineered, TangibleProduct
+ + +.. raw:: html + +
+ +Manufacturer +------------ + +* http://emmo.info/emmo#EMMO_c0afb341_7d31_4883_a307_ae4606df2a1b + +.. raw:: html + + + + + + +
ElucidationA strict fundamental object overcrossing a manufacturing process, the intersection being the agent that participates and drives the manufacturing process.
+ + +.. raw:: html + +
+ +Manufacturing +------------- + +* http://emmo.info/emmo#EMMO_a4d66059_5dd3_4b90_b4cb_10960559441b + +.. raw:: html + + + + + + + + + + +
ElucidationThe process of transforming precursor objects (e.g. raw materials) into a product by the use of manual labor, machinery or chemical/biological processes.
Wikipedia Referencehttps://de.wikipedia.org/wiki/Fertigungsverfahren
+ + +.. raw:: html + +
+ +ManufacturingDevice +------------------- + +* http://emmo.info/emmo#EMMO_86a305d1_7644_48be_b84c_1f976679b904 + +.. raw:: html + + + + + + +
ElucidationA device that is designed to participate to a manufacturing process.
+ + +.. raw:: html + +
+ +ManufacturingSystem +------------------- + +* http://emmo.info/emmo#EMMO_16cc6deb_d9f8_4ede_900a_a17cc86e57c4 + +.. raw:: html + + + + + + +
ElucidationA system arranged to setup a specific manufacturing process.
+ + +.. raw:: html + +
+ +MarkupLanguage +-------------- + +* http://emmo.info/emmo#af7b627d_6528_4fdb_97df_ba4579c4bb5d + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Mass +---- + +* http://emmo.info/emmo#EMMO_ed4af7ae_63a2_497e_bb88_2309619ea405 + +.. raw:: html + + + + + + + + + + +
ElucidationProperty of a physical body that express its resistance to acceleration (a change in its state of motion) when a force is applied.
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03709
+ + +.. raw:: html + +
+ +MassAmountOfSubstanceUnit +------------------------- + +* http://emmo.info/emmo#EMMO_0f43918c-3578-4196-a5fa-d3fa6c0d5869 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MassAreaUnit +------------ + +* http://emmo.info/emmo#EMMO_3532cc67_472a_4227_96f4_04b93146cec3 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MassAttenuationCoefficient +-------------------------- + +* http://emmo.info/emmo#EMMO_fcfc9256_1159_44d2_b4c2_bac1b85698da + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationQuotient of the linear attenuation coefficient µ and the mass density ρ of the medium.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-04-27
Wikidata Referencehttps://www.wikidata.org/wiki/Q98591983
+ + +.. raw:: html + +
+ +MassChangeRate +-------------- + +* http://emmo.info/emmo#EMMO_65efeec4_148f_4843_9954_fe52efff3441 + +.. raw:: html + + + + + + + + + + +
ElucidationMass increment per time.
Wikidata Referencehttps://www.wikidata.org/wiki/Q92020547
+ + +.. raw:: html + +
+ +MassConcentration +----------------- + +* http://emmo.info/emmo#EMMO_16f2fe60_2db7_43ca_8fee_5b3e416bfe87 + +.. raw:: html + + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03713
CommentMass of a constituent divided by the volume of the mixture.
+ + +.. raw:: html + +
+ +MassConcentrationOfWater +------------------------ + +* http://emmo.info/emmo#EMMO_b02aaadc_592d_4d65_bf11_eee06bd9f80d + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationQuotient of the mass of water in a three-dimensional domain, irrespective of the form of aggregation, by the volume of the domain.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-59
Wikidata Referencehttps://www.wikidata.org/wiki/Q76378758
CommentThe mass concentration of water at saturation is denoted wsat.
+ + +.. raw:: html + +
+ +MassConcentrationOfWaterVapour +------------------------------ + +* http://emmo.info/emmo#EMMO_df8b283c_c02a_4158_b65e_60de7bb0b550 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationQuotient of the mass of water vapour in moist gas by the total gas volume.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-60
Wikidata Referencehttps://www.wikidata.org/wiki/Q76378808
CommentThe mass concentration of water at saturation is denoted vsat.
+ + +.. raw:: html + +
+ +MassDefect +---------- + +* http://emmo.info/emmo#EMMO_4cdec724_8ed2_4e8e_b145_260a828bb1ed + +.. raw:: html + + + + + + + + + + +
ElucidationSum of the product of the proton number and the hydrogen atomic mass, and the neutron rest mass, minus the rest mass of the atom.
Wikidata Referencehttps://www.wikidata.org/wiki/Q26897126
+ + +.. raw:: html + +
+ +MassEnergyTransferCoefficient +----------------------------- + +* http://emmo.info/emmo#EMMO_b642d14c_0ba3_43c0_aa90_d0df922486c0 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationFor ionizing uncharged particles of a given type and energy, the differential quotient of Rtr with respect to l. Where Rtr is the mean energy that is transferred to kinetic energy of charged particles by interactions of the uncharged particles of incident radiant energy R in traversing a distance l in the material of density rho, divided by rho and R
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-04-32
Wikidata Referencehttps://www.wikidata.org/wiki/Q99714619
+ + +.. raw:: html + +
+ +MassExcess +---------- + +* http://emmo.info/emmo#EMMO_7dd84949_0afa_4313_9b89_7bb0dd2e7771 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationDifference between the mass of an atom, and the product of its mass number and the unified mass constant.
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03719
Wikidata Referencehttps://www.wikidata.org/wiki/Q1571163
+ + +.. raw:: html + +
+ +MassFlow +-------- + +* http://emmo.info/emmo#EMMO_6d61ee3c_c5b6_4452_bc11_e9c33af992a7 + +.. raw:: html + + + + + + + + + + +
ElucidationAt a point in a fluid, the product of mass density and velocity.
Wikidata Referencehttps://www.wikidata.org/wiki/Q3265048
+ + +.. raw:: html + +
+ +MassFluxUnit +------------ + +* http://emmo.info/emmo#EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MassFraction +------------ + +* http://emmo.info/emmo#EMMO_7c055d65_2929_40e1_af4f_4bf10995ad50 + +.. raw:: html + + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03722
CommentMass of a constituent divided by the total mass of all constituents in the mixture.
+ + +.. raw:: html + +
+ +MassFractionOfDryMatter +----------------------- + +* http://emmo.info/emmo#EMMO_8f171308_f902_42c5_ac1d_d5259022e9c1 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationQuantity wd = 1 − wH2O, where wH2O is mass fraction of water.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-64
Wikidata Referencehttps://www.wikidata.org/wiki/Q76379189
+ + +.. raw:: html + +
+ +MassFractionOfWater +------------------- + +* http://emmo.info/emmo#EMMO_cac16ce6_2cef_405d_ac63_0f918db4875e + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationQuantity of dimension 1 equal to u/(1 + u), where u is mass ratio of water to dry matter.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-63
Wikidata Referencehttps://www.wikidata.org/wiki/Q76379025
+ + +.. raw:: html + +
+ +MassFractionUnit +---------------- + +* http://emmo.info/emmo#EMMO_18448443_dcf1_49b8_a321_cf46e2c393e1 + +.. raw:: html + + + + + + +
ElucidationUnit for quantities of dimension one that are the fraction of two masses.
+ + +.. raw:: html + +
+ +MassLengthPerCubicTimeUnit +-------------------------- + +* http://emmo.info/emmo#EMMO_3371fb68_5f07_467c_ada6_5aa3da3808d0 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MassLoading +----------- + +* http://emmo.info/electrochemistry#electrochemistry_c955c089_6ee1_41a2_95fc_d534c5cfd3d5 + +.. raw:: html + + + + + + +
Elucidationmass of a material per unit area
+ + +.. raw:: html + +
+ +MassNumber +---------- + +* http://emmo.info/emmo#EMMO_dc6c8de0_cfc4_4c66_a7dc_8f720e732d54 + +.. raw:: html + + + + + + +
Alternative Label(s)AtomicMassNumber, NucleonNumber
+ + +.. raw:: html + +
+ +MassPerAmountUnit +----------------- + +* http://emmo.info/emmo#EMMO_9ba91622_e39f_43e3_b95f_290937928d7e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MassPerCubicTimeQuarticTemperatureUnit +-------------------------------------- + +* http://emmo.info/emmo#EMMO_971b3dff_28b4_4538_b082_3ec9fa5af294 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MassPerElectricChargeUnit +------------------------- + +* http://emmo.info/emmo#EMMO_1c3de02f-ddbd-4704-9538-3d4f38cc373e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MassPerLengthTimeUnit +--------------------- + +* http://emmo.info/emmo#EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MassPerLengthUnit +----------------- + +* http://emmo.info/emmo#EMMO_4007522b_7ab7_4855_acd2_e99e2a0690b6 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MassPerQuarticLengthTimeUnit +---------------------------- + +* http://emmo.info/emmo#EMMO_9cffc70d_4b60_4187_a7cd_706f5740ae87 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MassPerQuarticTimeUnit +---------------------- + +* http://emmo.info/emmo#EMMO_30261696_a8a4_44ce_9bf5_b18201a83c76 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MassPerSquareLengthSquareTimeUnit +--------------------------------- + +* http://emmo.info/emmo#EMMO_ddcc1e64_69cc_4a0c_9ee8_08aca78b3c85 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MassPerTimeUnit +--------------- + +* http://emmo.info/emmo#EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MassPerVolumeTimeUnit +--------------------- + +* http://emmo.info/emmo#EMMO_8f3a9f9f_6f56_49dc_b39e_1aee57ffdc58 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MassRatioOfWaterToDryMatter +--------------------------- + +* http://emmo.info/emmo#EMMO_bba5d6f7_53e5_417a_855e_a95322fb641e + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationRatio of the mass of water to the mass of dry matter in a given volume of matter.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-61
Wikidata Referencehttps://www.wikidata.org/wiki/Q76378860
CommentThe mass concentration of water at saturation is denoted usat.
+ + +.. raw:: html + +
+ +MassSquareTimeUnit +------------------ + +* http://emmo.info/emmo#EMMO_5f375229_de0c_46bf_b11f_da9d3b742253 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MassStoppingPowerUnit +--------------------- + +* http://emmo.info/emmo#EMMO_c0f32e02_44d7_4c99_986e_c368d7219e4c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MassTemperatureUnit +------------------- + +* http://emmo.info/emmo#EMMO_8455fa05_a877_48d7_b8a3_8e3bfad119bf + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MassUnit +-------- + +* http://emmo.info/emmo#EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MassieuFunction +--------------- + +* http://emmo.info/emmo#EMMO_c39d6a20_b987_49db_addb_a498635b89ff + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationNegative quotient of Helmholtz energy and temperature.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-26
Wikidata Referencehttps://www.wikidata.org/wiki/Q3077625
+ + +.. raw:: html + +
+ +Material +-------- + +* http://emmo.info/emmo#EMMO_4207e895_8b83_4318_996a_72cfb32acd94 + +.. raw:: html + + + + + + + + + + +
ElucidationA matter individual that stands for a real world object representing an amount of a physical substance (or mixture of substances) in different states of matter or phases.
CommentA instance of a material (e.g. nitrogen) can represent different states of matter. The fact that the individual also belongs to other classes (e.g. Gas) would reveal the actual form in which the material is found.
+ + +.. raw:: html + +
+ +MaterialLaw +----------- + +* http://emmo.info/emmo#EMMO_f19ff3b4_6bfe_4c41_a2b2_9affd39c140b + +.. raw:: html + + + + + + +
ElucidationA law that provides a connection between a material property and other properties of the object.
+ + +.. raw:: html + +
+ +MaterialRelation +---------------- + +* http://emmo.info/emmo#EMMO_e5438930_04e7_4d42_ade5_3700d4a52ab7 + +.. raw:: html + + + + + + + + + + +
ElucidationAn 'equation' that stands for a physical assumption specific to a material, and provides an expression for a 'physics_quantity' (the dependent variable) as function of other variables, physics_quantity or data (independent variables).
CommentA material_relation can e.g. return a predefined number, return a database query, be an equation that depends on other physics_quantities.
+ + +.. raw:: html + +
+ +MaterialRelationComputation +--------------------------- + +* http://emmo.info/emmo#EMMO_084b4f77_6df7_4c6a_b705_2528aba5cdda + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MaterialSynthesis +----------------- + +* http://emmo.info/emmo#EMMO_fa9cfc5d_9c3c_4856_a708_28be3858917e + +.. raw:: html + + + + + + +
ElucidationThe creation of a material entity starting from fundamental substances, involving chemical phenomena (e.g. reaction, bonding).
+ + +.. raw:: html + +
+ +MaterialTreatment +----------------- + +* http://emmo.info/emmo#EMMO_fc859d37_408d_44b6_b345_a0ea0b65121e + +.. raw:: html + + + + + + +
ElucidationThe processing of a material aimed to transform its structure by means of any type of treatment, without involving relevant synthesis phenomena.
+ + +.. raw:: html + +
+ +MaterialsModel +-------------- + +* http://emmo.info/emmo#EMMO_90f18cf0_1225_4c64_b5f8_f65cd7f992c5 + +.. raw:: html + + + + + + +
ElucidationA solvable set of one Physics Equation and one or more Materials Relations.
+ + +.. raw:: html + +
+ +MaterialsProcessing +------------------- + +* http://emmo.info/emmo#EMMO_71d1c8f0_c6e3_44b5_a4b6_1b74ff35698a + +.. raw:: html + + + + + + + + + + +
ElucidationA manufacturing process aimed to modify the precursor objects through a physical process (involving other materials, energy, manipulation) to change its material properties.
Alternative Label(s)ContinuumManufacturing
+ + +.. raw:: html + +
+ +Mathematical +------------ + +* http://emmo.info/emmo#EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0 + +.. raw:: html + + + + + + + + + + +
ElucidationThe class of general mathematical symbolic objects respecting mathematical syntactic rules.
CommentA mathematical object in this branch is not representing a concept but an actual graphical object built using mathematcal symbols arranged in some way, according to math conventions.
+ + +.. raw:: html + +
+ +MathematicalConstruct +--------------------- + +* http://emmo.info/emmo#EMMO_ffe760a2_9d1f_4aef_8bee_1f450f9cb00d + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MathematicalFormula +------------------- + +* http://emmo.info/emmo#EMMO_88470739_03d3_4c47_a03e_b30a1288d50c + +.. raw:: html + + + + + + + + + + +
ElucidationA mathematical string that express a relation between the elements in one set X to elements in another set Y.
CommentThe set X is called domain and the set Y range or codomain.
+ + +.. raw:: html + +
+ +MathematicalFunction +-------------------- + +* http://emmo.info/emmo#EMMO_4bc29b0f_8fcc_4026_a291_f9774a66d9b8 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationA function defined using functional notation.
Alternative Label(s)FunctionDefinition
CommentA mathematical relation that relates each element in the domain (X) to exactly one element in the range (Y).
+ + +.. raw:: html + +
+ +MathematicalModel +----------------- + +* http://emmo.info/emmo#EMMO_f7ed665b_c2e1_42bc_889b_6b42ed3a36f0 + +.. raw:: html + + + + + + + + + + +
ElucidationAn analogical icon expressed in mathematical language.
CommentA mathematical model can be defined as a description of a system using mathematical concepts and language to facilitate proper explanation of a system or to study the effects of different components and to make predictions on patterns of behaviour. + + Abramowitz and Stegun, 1968
+ + +.. raw:: html + +
+ +MathematicalOperator +-------------------- + +* http://emmo.info/emmo#EMMO_f6d0c26a_98b6_4cf8_8632_aa259131faaa + +.. raw:: html + + + + + + +
ElucidationA mapping that acts on elements of one space and produces elements of another space.
+ + +.. raw:: html + +
+ +MathematicalSymbol +------------------ + +* http://emmo.info/emmo#EMMO_5be83f9c_a4ba_4b9a_be1a_5bfc6e891231 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Matrix +------ + +* http://emmo.info/emmo#EMMO_1cba0b27_15d0_4326_933f_379d0b3565b6 + +.. raw:: html + + + + + + + + + + +
Elucidation2-dimensional array who's spatial direct parts are vectors.
Alternative Label(s)2DArray
+ + +.. raw:: html + +
+ +Matter +------ + +* http://emmo.info/emmo#EMMO_5b2222df_4da6_442f_8244_96e9e45887d1 + +.. raw:: html + + + + + + + + + + +
ElucidationA physical system that possesses some fundamental fermionic parts in each of its parts.
Alternative Label(s)PhysicalSubstance
+ + +.. raw:: html + +
+ +MaximumBetaParticleEnergy +------------------------- + +* http://emmo.info/emmo#EMMO_d364e5e0_9652_4295_8f85_bd1297497377 + +.. raw:: html + + + + + + + + + + +
ElucidationMaximum kinetic energy of the emitted beta particle produced in the nuclear disintegration process.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98148038
+ + +.. raw:: html + +
+ +MaximumConcentration +-------------------- + +* http://emmo.info/electrochemistry#electrochemistry_47287d09_6108_45ca_ac65_8b9451b1065e + +.. raw:: html + + + + + + +
Elucidationthe maximum amount concentration of a species in a phase, either imposed or naturally occurring
+ + +.. raw:: html + +
+ +MaximumContinuousDischargeCurrent +--------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_ba7ac581_0e13_4815_b888_013c378932f5 + +.. raw:: html + + + + + + +
Elucidationthe maximum current approved for continuous discharge for a given electrochemical device
+ + +.. raw:: html + +
+ +MaximumEfficiency +----------------- + +* http://emmo.info/emmo#EMMO_476cb776_8219_418d_92e8_2fe04b1fe5cf + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationEfficiency of an ideal heat engine operating according to the Carnot process.
Alternative Label(s)CarnotEfficiency
Wikidata Referencehttps://www.wikidata.org/wiki/Q93949862
+ + +.. raw:: html + +
+ +MaximumPulseDischargeCurrent +---------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_3e54f9e3_a31d_4821_9bfb_ef953a42c35b + +.. raw:: html + + + + + + +
Elucidationthe maximum current approved for pulse discharge of an electrochemical device
+ + +.. raw:: html + +
+ +MaximumPulseDischargeDuration +----------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_d5dc0c1d_0926_4268_89f0_4519a326eabc + +.. raw:: html + + + + + + +
Elucidationthe maximum duration of a pulse discharge for a given electrochemical device
+ + +.. raw:: html + +
+ +MaximumStoichiometry +-------------------- + +* http://emmo.info/electrochemistry#electrochemistry_95ef8c3c_62fe_467f_b5d4_dd0cd18a7ea8 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MaximumTemperature +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_cc519a19_b8d5_4e3f_b893_3a884888ad79 + +.. raw:: html + + + + + + +
Elucidationthe maximum allowable temperature
+ + +.. raw:: html + +
+ +MeanDurationOfLife +------------------ + +* http://emmo.info/emmo#EMMO_52f7d4e5_b4aa_4e11_9205_71e42eea13b3 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationReciprocal of the decay constant λ.
Alternative Label(s)MeanLifeTime, MeanLifeTime
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-13
+ + +.. raw:: html + +
+ +MeanEnergyImparted +------------------ + +* http://emmo.info/emmo#EMMO_08865f1c_4d7e_4fa7_afba_05e5f7d06cb9 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationExpectation value of the energy imparted.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-12-44
Wikidata Referencehttps://www.wikidata.org/wiki/Q99526969
+ + +.. raw:: html + +
+ +MeanFreePath +------------ + +* http://emmo.info/emmo#EMMO_adc5aa0d_9add_4c8a_aa81_b5798a654ca9 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationin a given medium, average distance that particles of a specified type travel between successive interactions of a specified type.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-06-37
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03778
Wikidata Referencehttps://www.wikidata.org/wiki/Q756307
CommentThe mean free path may thus be specified either for all interactions, i.e. total mean free path, or for particular types of interaction such as scattering, capture, or ionization.
+ + +.. raw:: html + +
+ +MeanFreePathOfElectrons +----------------------- + +* http://emmo.info/emmo#EMMO_8e08b6d4_da0f_4722_a69a_301f2246546c + +.. raw:: html + + + + + + + + + + +
ElucidationAverage distance that electrons travel between two successive interactions.
Wikidata Referencehttps://www.wikidata.org/wiki/Q105672307
+ + +.. raw:: html + +
+ +MeanFreePathOfPhonons +--------------------- + +* http://emmo.info/emmo#EMMO_8dacb56f_5931_443b_8de6_f31aec44036c + +.. raw:: html + + + + + + + + + + +
Elucidationaverage distance that phonons travel between two successive interactions
Wikidata Referencehttps://www.wikidata.org/wiki/Q105672255
+ + +.. raw:: html + +
+ +MeanLinearRange +--------------- + +* http://emmo.info/emmo#EMMO_d64a491b_d160_4adf_bba1_1a3f0624f0ea + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationMean total rectified path length travelled by a particle in the course of slowing down to rest in a given material averaged over a group of particles having the same initial energy.
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03782
Wikidata Referencehttps://www.wikidata.org/wiki/Q98681589
+ + +.. raw:: html + +
+ +MeanMassRange +------------- + +* http://emmo.info/emmo#EMMO_376d013c_b703_40dc_bd8d_23145dfed2e3 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationProduct of the mean linear range R and the mass density ρ of the material.
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03783
Wikidata Referencehttps://www.wikidata.org/wiki/Q98681670
+ + +.. raw:: html + +
+ +MeasuredConstant +---------------- + +* http://emmo.info/emmo#EMMO_3f15d200_c97b_42c8_8ac0_d81d150361e2 + +.. raw:: html + + + + + + +
ElucidationFor a given unit system, measured constants are physical constants that are not used to define the unit system. Hence, these constants have to be measured and will therefore be associated with an uncertainty.
+ + +.. raw:: html + +
+ +MeasuredProperty +---------------- + +* http://emmo.info/emmo#EMMO_873b0ab3_88e6_4054_b901_5531e01f14a4 + +.. raw:: html + + + + + + + + + + +
ElucidationA quantity that is the result of a well-defined measurement procedure.
CommentThe specification of a measurand requires knowledge of the kind of quantity, description of the state of the phenomenon, body, or substance carrying the quantity, including any relevant component, and the chemical entities involved. + + -- VIM
+ + +.. raw:: html + +
+ +Measurement +----------- + +* http://emmo.info/emmo#EMMO_463bcfda_867b_41d9_a967_211d4d437cfb + +.. raw:: html + + + + + + + + + + +
ElucidationAn 'observation' that results in a quantitative comparison of a 'property' of an 'object' with a standard reference based on a well defined mesurement procedure.
CommentA measurement always implies a causal interaction between the object and the observer.
+ + +.. raw:: html + +
+ +MeasurementPrinciple +-------------------- + +* http://emmo.info/electrochemistry#electrochemistry_64bf0969_37a1_4aaf_82e9_68462847ac65 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationphenomenon serving as the basis of a measurement
Alternative Label(s)PrincipleOfMeasurement
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=112-04-03
Wikidata Referencehttps://www.wikidata.org/wiki/Q1530469
CommentThe phenomenon can be of a physical, chemical, or biological nature.
+ + +.. raw:: html + +
+ +MeasurementResult +----------------- + +* http://emmo.info/emmo#EMMO_0f6f0120_c079_4d95_bb11_4ddee05e530e + +.. raw:: html + + + + + + +
ElucidationResult of a measurement. + + A set of quantites being attributed to a measurand (measured quantitative property) together with any other available relevant information, like measurement uncertainty. + + -- VIM
+ + +.. raw:: html + +
+ +MeasurementUnit +--------------- + +* http://emmo.info/emmo#EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 + +.. raw:: html + + + + + + +
ElucidationA metrological reference for a physical quantity.
+ + +.. raw:: html + +
+ +Measurer +-------- + +* http://emmo.info/emmo#EMMO_9be5fcc4_0d8b_481d_b984_6338d4b55588 + +.. raw:: html + + + + + + +
ElucidationAn observer that makes use of a measurement tool and provides a quantitative property.
+ + +.. raw:: html + +
+ +MeasuringInstrument +------------------- + +* http://emmo.info/emmo#EMMO_f2d5d3ad_2e00_417f_8849_686f3988d929 + +.. raw:: html + + + + + + + + + + +
ElucidationDevice used for making measurements, alone or in conjunction with one or more supplementary devices. + + -- VIM
CommentA measuring instrument that can be used alone is a measuring system.
+ + +.. raw:: html + +
+ +MeasuringSystem +--------------- + +* http://emmo.info/emmo#EMMO_7dea2572_ab42_45bd_9fd7_92448cec762a + +.. raw:: html + + + + + + +
ElucidationA set of one or more 'MeasuringInstruments' and often other devices, including any reagent and supply, assembled and adapted to give information used to generate 'MeasuredQuantityProperty' within specified intervals for quantities of specified kinds. + + -- VIM
+ + +.. raw:: html + +
+ +MechanicalEfficiency +-------------------- + +* http://emmo.info/emmo#EMMO_7f9b4abe_0bf1_48dc_9bd0_ea34e926ec85 + +.. raw:: html + + + + + + + + + + +
ElucidationQuotient of mechanical output and input power.
Wikidata Referencehttps://www.wikidata.org/wiki/Q2628085
+ + +.. raw:: html + +
+ +MechanicalMobilityUnit +---------------------- + +* http://emmo.info/emmo#EMMO_52ba3876-b51e-4670-a6f2-ce726abc2d3d + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MechanicalQuantity +------------------ + +* http://emmo.info/emmo#EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 + +.. raw:: html + + + + + + +
ElucidationQuantities categorised according to ISO 80000-4.
+ + +.. raw:: html + +
+ +Mega +---- + +* http://emmo.info/emmo#85ee9154_5a3e_482e_aa37_c617ff1947ff + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MegaAmperePerSquareMetre +------------------------ + +* http://emmo.info/emmo#MegaAmperePerSquareMetre + +.. raw:: html + + + + + + + + + + +
Elucidation1 000 000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2 + + -- QUDT
Alternative Label(s)Megaampere Per Square Metre
+ + +.. raw:: html + +
+ +MegaPrefixedUnit +---------------- + +* http://emmo.info/emmo#EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MegaVolt +-------- + +* http://emmo.info/emmo#MegaVolt + +.. raw:: html + + + + + + +
Elucidation1,000,000-fold of the derived unit volt + + -- QUDT
+ + +.. raw:: html + +
+ +MeitneriumAtom +-------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_3213514e-b1ba-506c-ae22-d4e3a688ddf3 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for meitnerium.
+ + +.. raw:: html + +
+ +MeitneriumSymbol +---------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_b2e41936-a44f-578d-960b-91f8f0135b2b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Membrane +-------- + +* http://emmo.info/emmo#EMMO_a2a68924_b759_4ba4_a25d_126021569fb9 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationA general term which refers to a continuous layer, usually consisting of a semi-permeable material, with controlled permeability covering a structure, such as carbon or an inert metal, or separating two electrolyte solutions.
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03823
Wikipedia Referencehttps://en.wikipedia.org/wiki/Membrane
Wikidata Referencehttps://www.wikidata.org/wiki/Q176088
+ + +.. raw:: html + +
+ +MembranePotential +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_601ff226_59b9_460b_90f5_2593450d96fa + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationelectric potential difference between two solutions separated by an ion-selective membrane in the absence of any electric current flowing through the membrane
Alternative Label(s)DonnanPotential, MembraneElectromotiveForce
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03825
+ + +.. raw:: html + +
+ +MembranelessFlowBattery +----------------------- + +* http://emmo.info/battery#battery_5ae0d63a_51a9_433f_b92b_da7fd66ace6e + +.. raw:: html + + + + + + +
Elucidationa redox flow battery that separates electrolytes by leveraging laminar flow, rather than using a typical ion-perm-selective membrane
+ + +.. raw:: html + +
+ +MendeleviumAtom +--------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_e85b68e1-ca2b-51b5-8b61-dea134d88bef + +.. raw:: html + + + + + + +
ElucidationAtom subclass for mendelevium.
+ + +.. raw:: html + +
+ +MendeleviumSymbol +----------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_20bb4724-2370-5205-ab8e-51a4c3609d3b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Mercury +------- + +* http://emmo.info/emmo#material_dc5fb846_1824_40f8_9834_81f118aa1c2d + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Mercury_(element)
Wikidata Referencehttps://www.wikidata.org/wiki/Q925
+ + +.. raw:: html + +
+ +MercuryAtom +----------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_bc1bb0e8-ec90-5276-a15c-3e805144a083 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for mercury.
+ + +.. raw:: html + +
+ +MercuryBattery +-------------- + +* http://emmo.info/battery#battery_04d0ea52_8528_4e09_8751_2f55897a8f6e + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationa primary battery cell with a zinc anode and a mercuric oxide cathode in an alkaline electrolyte
Alternative Label(s)MercuricOxideBattery, MercuricOxideBattery, MercuricOxideBattery, MercuricOxideBattery, RubenMalloryBattery, RubenMalloryBattery, RubenMalloryBattery, RubenMalloryBattery
Wikipedia Referencehttps://en.wikipedia.org/wiki/Mercury_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q899725
Commentincluded for historical reference
+ + +.. raw:: html + +
+ +MercuryElectrode +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_df78745e_f9db_4830_88f0_8ce074fcb8ff + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationliquid metal electrode used in polarography
Alternative Label(s)HgElectrode, HgElectrode
CommentA mercury film electrode (MFE) or thin mercury film electrode (TMFE) is formed by coating a conducting substrate, usually glassy carbon, with a layer of mercury (thin film, amalgam, or array of microdrops), often by electrodeposition from a solution containing Hg(II). The electrode area is normally in the range of 0.1 to 0.5 cm2 and mercury film thickness typically ranges from 10 to 1000 nm, producing a film of large surface area-to-volume ratio that results in a high analyte pre-concentration during the deposition step of anodic stripping voltammetry. Compared to an HMDE, the MFE provides high sensitivity and resolution; however, it is somewhat less reproducible and more prone to interferences from intermetallic formation and surface-active substances.
+ + +.. raw:: html + +
+ +MercuryIIOxide +-------------- + +* http://emmo.info/emmo#material_fd587814_4556_4909_8690_9d539d612e2a + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)HgO
Wikipedia Referencehttps://en.wikipedia.org/wiki/Mercury(II)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q174727
+ + +.. raw:: html + +
+ +MercuryOxideCompound +-------------------- + +* http://emmo.info/emmo#material_d9f73522_049b_4542_909d_d7daefa9613b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MercurySymbol +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_12120d44-785e-5e5e-a9fd-73fe7c24ead4 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MergingManufacturing +-------------------- + +* http://emmo.info/emmo#EMMO_eb85216f_b872_4ee5_9f62_655aa2ae0470 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Meson +----- + +* http://emmo.info/emmo#EMMO_be0a7278_b4e6_4bca_88ba_de3f67a478e2 + +.. raw:: html + + + + + + + + + + +
ElucidationHadronic subatomic particles composed of an equal number of quarks and antiquarks bound together by strong interactions.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Meson
+ + +.. raw:: html + +
+ +MesoscopicMaterial +------------------ + +* http://emmo.info/emmo#EMMO_660a4964_0333_4663_bc66_e93ef59b0679 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MesoscopicModel +--------------- + +* http://emmo.info/emmo#EMMO_53935db0_af45_4426_b9e9_244a0d77db00 + +.. raw:: html + + + + + + +
ElucidationA physics-based model based on a physics equation describing the behaviour of mesoscopic entities, i.e. a set of bounded atoms like a molecule, bead or nanoparticle.
+ + +.. raw:: html + +
+ +MesoxalicAcid +------------- + +* http://emmo.info/emmo#material_bb66572a_387d_4384_92d8_fdf71918dc45 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Mesoxalic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q2823289
+ + +.. raw:: html + +
+ +MetalAirBattery +--------------- + +* http://emmo.info/battery#battery_9cfcb1d3_ed39_476a_9300_47ffb6de6cf0 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationbattery in which atmospheric oxygen serves as the active material at the positive electrode and a metal as the active material of the negative electrode
Alternative Label(s)AirMetalBattery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-01
Wikipedia Referencehttps://en.wikipedia.org/wiki/Metal-air_electrochemical_cell
Wikidata Referencehttps://www.wikidata.org/wiki/Q2891821
Commentcan be primary or secondary, depending on the design
+ + +.. raw:: html + +
+ +MetalCarbonDioxideBattery +------------------------- + +* http://emmo.info/battery#battery_cf82b3bd_25cc_4930_bf49_c57711da1847 + +.. raw:: html + + + + + + +
Elucidationbattery in which gaseous carbon dioxide serves as the active material at the positive electrode and a metal as the active material of the negative electrode
+ + +.. raw:: html + +
+ +MetalElectrode +-------------- + +* http://emmo.info/electrochemistry#electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e + +.. raw:: html + + + + + + + + + + +
Elucidationan electrode in which the actve electrochemical material is a metal
Commentthe term metal is meant to loosely cover alkali metals, alkaline earth metals, transition metals, post-transition metals, and metalloids
+ + +.. raw:: html + +
+ +MetalOxideElectrode +------------------- + +* http://emmo.info/electrochemistry#electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MetallicMaterial +---------------- + +* http://emmo.info/emmo#EMMO_4c1f58cd_6e2c_48fb_8098_1cbb762abb05 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MetallicPowderSintering +----------------------- + +* http://emmo.info/emmo#EMMO_1a9e6e27_1e1d_492a_824e_6fb848574846 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MetalloidElementalSubstance +--------------------------- + +* http://emmo.info/emmo#material_a9a6507f_9c61_44d3_bd86_f1ebf763e150 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Methanol +-------- + +* http://emmo.info/emmo#material_09c627db_bca7_4a25_9233_90af4e22505e + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)MeOH
Wikipedia Referencehttps://en.wikipedia.org/wiki/Methanol
Wikidata Referencehttps://www.wikidata.org/wiki/Q14982
+ + +.. raw:: html + +
+ +MethoxyTrimethylSilane +---------------------- + +* http://emmo.info/emmo#material_9d6b7dd4_6276_4e57_bdbb_228823821995 + +.. raw:: html + + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q72514132
+ + +.. raw:: html + +
+ +MethylAcetate +------------- + +* http://emmo.info/emmo#material_1dd8fd65_919b_40d1_a78c_9409b28e323e + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)MA, MeOAc, MethylEthanoate
Wikipedia Referencehttps://en.wikipedia.org/wiki/Methyl_acetate
Wikidata Referencehttps://www.wikidata.org/wiki/Q414189
+ + +.. raw:: html + +
+ +Metre +----- + +* http://emmo.info/emmo#Metre + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Meter
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03884
Wikipedia Referencehttp://en.wikipedia.org/wiki/Metre?oldid=495145797
+ + +.. raw:: html + +
+ +MetreKelvin +----------- + +* http://emmo.info/emmo#MetreKelvin + +.. raw:: html + + + + + + + + + + +
Elucidation`Meter Kelvin` is a unit for 'Length Temperature' expressed as m K. + + -- QUDT
Alternative Label(s)Metre Kelvin
+ + +.. raw:: html + +
+ +MetreKelvinPerWatt +------------------ + +* http://emmo.info/emmo#MetreKelvinPerWatt + +.. raw:: html + + + + + + + + + + +
Elucidation`Meter Kelvin per Watt` is a unit for 'Thermal Resistivity' expressed as K-m/W. + + -- QUDT
Alternative Label(s)Metre Kelvin per Watt
+ + +.. raw:: html + +
+ +MetreKilogram +------------- + +* http://emmo.info/emmo#MetreKilogram + +.. raw:: html + + + + + + +
Alternative Label(s)Metre Kilogram
+ + +.. raw:: html + +
+ +MetrePerFarad +------------- + +* http://emmo.info/emmo#MetrePerFarad + +.. raw:: html + + + + + + +
Alternative Label(s)Metre per Farad
+ + +.. raw:: html + +
+ +MetrePerHour +------------ + +* http://emmo.info/emmo#MetrePerHour + +.. raw:: html + + + + + + + + + + +
ElucidationMetre per hour is a metric unit of both speed (scalar) and velocity (Vector (geometry)). Its symbol is m/h or mu00b7h-1 (not to be confused with the imperial unit symbol mph. By definition, an object travelling at a speed of 1 m/h for an hour would move 1 metre. + + -- QUDT
Alternative Label(s)Metre per Hour
+ + +.. raw:: html + +
+ +MetrePerKelvin +-------------- + +* http://emmo.info/emmo#MetrePerKelvin + +.. raw:: html + + + + + + +
Alternative Label(s)Metre per Kelvin
+ + +.. raw:: html + +
+ +MetrePerMinute +-------------- + +* http://emmo.info/emmo#MetrePerMinute + +.. raw:: html + + + + + + + + + + +
ElucidationMeter Per Minute (m/min) is a unit in the category of Velocity. It is also known as meter/minute, meters per minute, metre per minute, metres per minute. Meter Per Minute (m/min) has a dimension of LT-1 where L is length, and T is time. It can be converted to the corresponding standard SI unit m/s by multiplying its value by a factor of 0.016666666666 + + -- QUDT
Alternative Label(s)Metre per Minute
+ + +.. raw:: html + +
+ +MetrePerSecond +-------------- + +* http://emmo.info/emmo#MetrePerSecond + +.. raw:: html + + + + + + +
ElucidationMetre per second is an SI derived unit of both speed (scalar) and velocity (vector quantity which specifies both magnitude and a specific direction), defined by distance in metres divided by time in seconds. + The official SI symbolic abbreviation is mu00b7s-1, or equivalently either m/s. + + -- QUDT
+ + +.. raw:: html + +
+ +MetrePerSquareSecond +-------------------- + +* http://emmo.info/emmo#MetrePerSquareSecond + +.. raw:: html + + + + + + + + + + +
ElucidationThe `meter per Square second` is the unit of acceleration in the International System of Units (SI). As a derived unit it is composed from the SI base units of length, the metre, and the standard unit of time, the second. Its symbol is written in several forms as m/s², or m s⁻². As acceleration, the unit is interpreted physically as change in velocity or speed per time interval, that is, `metre per second per second`. + + -- QUDT
Alternative Label(s)Metre per Square Second
+ + +.. raw:: html + +
+ +MetricPrefix +------------ + +* http://emmo.info/emmo#EMMO_442bd91e_a724_4e9f_89c1_18423016fb75 + +.. raw:: html + + + + + + +
ElucidationDimensionless multiplicative unit prefix.
+ + +.. raw:: html + +
+ +Metrological +------------ + +* http://emmo.info/emmo#EMMO_985bec21_989f_4b9e_a4b3_735d88099c3c + +.. raw:: html + + + + + + +
ElucidationA language entity used in the metrology discipline.
+ + +.. raw:: html + +
+ +MetrologicalReference +--------------------- + +* http://emmo.info/emmo#EMMO_18ce5200_00f5_45bb_8c6f_6fb128cd41ae + +.. raw:: html + + + + + + +
ElucidationA reference can be a measurement unit, a measurement procedure, a reference material, or a combination of such (VIM3 1.1 NOTE 2).
+ + +.. raw:: html + +
+ +MetrologicalSymbol +------------------ + +* http://emmo.info/emmo#EMMO_50a3552e_859a_4ff7_946d_76d537cabce6 + +.. raw:: html + + + + + + +
ElucidationA symbol that stands for a concept in the language of the meterological domain of ISO 80000.
+ + +.. raw:: html + +
+ +MetrologicalUncertainty +----------------------- + +* http://emmo.info/emmo#EMMO_847724b7_acef_490e_9f0d_67da967f2812 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationThe uncertainty of a quantity obtained through a well-defined procedure, characterising of the dispersion of the quantity.
Alternative Label(s)A metrological uncertainty can be assigned to any objective property via the 'hasMetrologicalUncertainty' relation., A metrological uncertainty can be assigned to any objective property via the 'hasMetrologicalUncertainty' relation.
CommentIn general, for a given set of information, it is understood that the measurement uncertainty is associated with a stated quantity value. A modification of this value results in a modification of the associated uncertainty.
+ + +.. raw:: html + +
+ +Micro +----- + +* http://emmo.info/emmo#6da1b965_768c_4cf0_8873_44f2035133ba + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MicroBecquerel +-------------- + +* http://emmo.info/emmo#MicroBecquerel + +.. raw:: html + + + + + + +
Elucidation0.000001-fold of the SI derived unit becquerel + + -- QUDT
+ + +.. raw:: html + +
+ +MicroCoulombPerCubicMetre +------------------------- + +* http://emmo.info/emmo#MicroCoulombPerCubicMetre + +.. raw:: html + + + + + + + + + + +
Elucidation0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3 + + -- QUDT
Alternative Label(s)Microcoulomb Per Cubic Metre
+ + +.. raw:: html + +
+ +MicroCoulombPerSquareMetre +-------------------------- + +* http://emmo.info/emmo#MicroCoulombPerSquareMetre + +.. raw:: html + + + + + + + + + + +
Elucidation0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2 + + -- QUDT
Alternative Label(s)Microcoulomb Per Square Metre
+ + +.. raw:: html + +
+ +MicroFaradPerKiloMetre +---------------------- + +* http://emmo.info/emmo#MicroFaradPerKiloMetre + +.. raw:: html + + + + + + + + + + +
Elucidation0.000001-fold of the SI derived unit farad divided by the 1,000-fold of the SI base unit metre + + -- QUDT
Alternative Label(s)Microfarad Per Kilometre
+ + +.. raw:: html + +
+ +MicroFaradPerMetre +------------------ + +* http://emmo.info/emmo#MicroFaradPerMetre + +.. raw:: html + + + + + + + + + + +
Elucidation0.000001-fold of the SI derived unit farad divided by the SI base unit metre + + -- QUDT
Alternative Label(s)Microfarad Per Metre
+ + +.. raw:: html + +
+ +MicroGram +--------- + +* http://emmo.info/emmo#MicroGram + +.. raw:: html + + + + + + +
Elucidation0.000000001-fold of the SI base unit kilogram + + -- QUDT
+ + +.. raw:: html + +
+ +MicroGramPerLitre +----------------- + +* http://emmo.info/emmo#MicroGramPerLitre + +.. raw:: html + + + + + + + + + + +
Elucidation0.000000001-fold of the SI base unit kilogram divided by the unit litre + + -- QUDT
Alternative Label(s)Microgram Per Litre
+ + +.. raw:: html + +
+ +MicroHenryPerMetre +------------------ + +* http://emmo.info/emmo#MicroHenryPerMetre + +.. raw:: html + + + + + + + + + + +
Elucidation0.000001-fold of the SI derived unit henry divided by the SI base unit metre + + -- QUDT
Alternative Label(s)Microhenry Per Metre
+ + +.. raw:: html + +
+ +MicroLitre +---------- + +* http://emmo.info/emmo#MicroLitre + +.. raw:: html + + + + + + +
Elucidation0.000001-fold of the unit litre + + -- QUDT
+ + +.. raw:: html + +
+ +MicroLitrePerLitre +------------------ + +* http://emmo.info/emmo#MicroLitrePerLitre + +.. raw:: html + + + + + + + + + + +
Elucidationvolume ratio as 0.000001-fold of the unit litre divided by the unit litre + + -- QUDT
Alternative Label(s)Microlitre Per Litre
+ + +.. raw:: html + +
+ +MicroMetrePerKelvin +------------------- + +* http://emmo.info/emmo#MicroMetrePerKelvin + +.. raw:: html + + + + + + + + + + +
Elucidation0.000001-fold of the SI base unit metre divided by the SI base unit kelvin + + -- QUDT
Alternative Label(s)Micrometre Per Kelvin
+ + +.. raw:: html + +
+ +MicroMole +--------- + +* http://emmo.info/emmo#MicroMole + +.. raw:: html + + + + + + +
Elucidation0.000001-fold of the SI base unit mol + + -- QUDT
+ + +.. raw:: html + +
+ +MicroNewton +----------- + +* http://emmo.info/emmo#MicroNewton + +.. raw:: html + + + + + + +
Elucidation0.000001-fold of the SI derived unit newton + + -- QUDT
+ + +.. raw:: html + +
+ +MicroNewtonMetre +---------------- + +* http://emmo.info/emmo#MicroNewtonMetre + +.. raw:: html + + + + + + + + + + +
Elucidation0.000001-fold of the product out of the derived SI newton and the SI base unit metre + + -- QUDT
Alternative Label(s)Micronewton Metre
+ + +.. raw:: html + +
+ +MicroOhm +-------- + +* http://emmo.info/emmo#MicroOhm + +.. raw:: html + + + + + + +
Elucidation0.000001-fold of the SI derived unit ohm + + -- QUDT
+ + +.. raw:: html + +
+ +MicroPascal +----------- + +* http://emmo.info/emmo#MicroPascal + +.. raw:: html + + + + + + +
Elucidation0.000001-fold of the SI derived unit pascal + + -- QUDT
+ + +.. raw:: html + +
+ +MicroPrefixedUnit +----------------- + +* http://emmo.info/emmo#EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae + +.. raw:: html + + + + + + +
ElucidationSuperclass for all units prefixed with "micro" (1e-6).
+ + +.. raw:: html + +
+ +MicroSiemens +------------ + +* http://emmo.info/emmo#MicroSiemens + +.. raw:: html + + + + + + +
Elucidation0.000001-fold of the SI derived unit siemens + + -- QUDT
+ + +.. raw:: html + +
+ +MicroSiemensPerCentiMetre +------------------------- + +* http://emmo.info/emmo#MicroSiemensPerCentiMetre + +.. raw:: html + + + + + + + + + + +
Elucidation0.000001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre + + -- QUDT
Alternative Label(s)Microsiemens Per Centimetre
+ + +.. raw:: html + +
+ +MicroSiemensPerMetre +-------------------- + +* http://emmo.info/emmo#MicroSiemensPerMetre + +.. raw:: html + + + + + + + + + + +
Elucidation0.000001-fold of the SI derived unit Siemens divided by the SI base unit metre + + -- QUDT
Alternative Label(s)Microsiemens Per Metre
+ + +.. raw:: html + +
+ +MicroWatt +--------- + +* http://emmo.info/emmo#MicroWatt + +.. raw:: html + + + + + + +
Elucidation0.000001-fold of the SI derived unit watt + + -- QUDT
+ + +.. raw:: html + +
+ +MicrocanonicalPartitionFunction +------------------------------- + +* http://emmo.info/emmo#EMMO_90a1a4d4_7f02_4b0e_9bfd_053bafbed5f2 + +.. raw:: html + + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q96106546
+ + +.. raw:: html + +
+ +MicrowaveSintering +------------------ + +* http://emmo.info/emmo#EMMO_0342678c_13ba_43d7_9cbd_df60967a0a45 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MigrationArea +------------- + +* http://emmo.info/emmo#EMMO_4d548993_7a73_4cb1_a125_d417014b571e + +.. raw:: html + + + + + + + + + + +
ElucidationSum of the slowing-down area from fission energy to thermal energy and the diffusion area for thermal neutrons.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98966325
+ + +.. raw:: html + +
+ +MigrationCurrent +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_22cec04f_c7f3_4ff8_a34b_e512379c9dcb + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationcomponent of electric current due to transport of ions in the electric field between the electrodes
IUPAC Referencehttps://goldbook.iupac.org/terms/view/M03921
CommentI_{m}
+ + +.. raw:: html + +
+ +MigrationLength +--------------- + +* http://emmo.info/emmo#EMMO_c05759c8_de71_4223_abba_630ae405b2b8 + +.. raw:: html + + + + + + + + + + +
ElucidationSquare root of the migration area, M^2.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98998318
+ + +.. raw:: html + +
+ +Milli +----- + +* http://emmo.info/emmo#49adf406_5c8f_498a_8c90_e4974e9e6d11 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MilliPrefixedUnit +----------------- + +* http://emmo.info/emmo#EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 + +.. raw:: html + + + + + + +
Alternative Label(s)m
+ + +.. raw:: html + +
+ +Milling +------- + +* http://emmo.info/emmo#EMMO_44f91d47_3faf_48e2_844c_d44bbe3e22f6 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MinimumStoichiometry +-------------------- + +* http://emmo.info/electrochemistry#electrochemistry_86324806_4263_4d80_b5af_1a7be844ab5b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MiniumumConcentration +--------------------- + +* http://emmo.info/electrochemistry#electrochemistry_a9873707_8103_4bb4_9e51_83db1e89b1bd + +.. raw:: html + + + + + + +
Elucidationthe minimum amount concentration of a species in a phase, either imposed or naturally occuring
+ + +.. raw:: html + +
+ +MiniumumTemperature +------------------- + +* http://emmo.info/electrochemistry#electrochemistry_4747c51d_86ab_4684_a4fb_b05f5c405ea3 + +.. raw:: html + + + + + + +
Elucidationthe minimum allowable temperature
+ + +.. raw:: html + +
+ +Minus +----- + +* http://emmo.info/emmo#EMMO_46d5643b_9706_4b67_8bea_ed77d6026539 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Minute +------ + +* http://emmo.info/emmo#Minute + +.. raw:: html + + + + + + +
ElucidationA minute is a unit of measurement of time. The minute is a unit of time equal to 1/60 (the first sexagesimal fraction of an hour or 60 seconds. In the UTC time scale, a minute on rare occasions has 59 or 61 seconds; see leap second. The minute is not an SI unit; however, it is accepted for use with SI units. The SI symbol for minute or minutes is min (for time measurement) or the prime symbol after a number, e.g. 5' (for angle measurement, even if it is informally used for time). + + -- QUDT
+ + +.. raw:: html + +
+ +MixedMetalOxideCompound +----------------------- + +* http://emmo.info/emmo#material_15d08ff9_7685_4020_8481_d9c9b0052176 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MixedTiling +----------- + +* http://emmo.info/emmo#EMMO_2b1fb71c_0eb0_445c_9be7_fb5d30ae79fd + +.. raw:: html + + + + + + +
ElucidationA well formed tessellation with at least a junction tile.
+ + +.. raw:: html + +
+ +MixingRatio +----------- + +* http://emmo.info/emmo#EMMO_94857660_8739_4270_99a7_c388933fa17d + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationRatio of the mass of water vapour to the mass of dry air in a given volume of air.
Alternative Label(s)MassRatioOfWaterVapourToDryGas
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-62
Wikidata Referencehttps://www.wikidata.org/wiki/Q76378940
CommentThe mixing ratio at saturation is denoted xsat.
+ + +.. raw:: html + +
+ +Mixture +------- + +* http://emmo.info/emmo#EMMO_ec2c8ac8_98c5_4c74_b85b_ff8e8ca6655c + +.. raw:: html + + + + + + +
ElucidationA Miixture is a material made up of two or more different substances which are physically (not chemically) combined.
+ + +.. raw:: html + +
+ +Mobility +-------- + +* http://emmo.info/emmo#EMMO_9b8f36cd_4312_4bc3_a99c_420c00f41550 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationQuotient of average drift speed imparted to a charged particle in a medium by an electric field, and the electric field strength.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-06-36
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03955
Wikidata Referencehttps://www.wikidata.org/wiki/Q900648
+ + +.. raw:: html + +
+ +MobilityRatio +------------- + +* http://emmo.info/emmo#EMMO_2b0a1578_ae70_4cd1_940d_54d9c220d8f7 + +.. raw:: html + + + + + + + + + + +
ElucidationQuotient of electron and hole mobility.
Wikidata Referencehttps://www.wikidata.org/wiki/Q106010255
+ + +.. raw:: html + +
+ +ModelledProperty +---------------- + +* http://emmo.info/emmo#EMMO_d0200cf1_e4f4_45ae_873f_b9359daea3cd + +.. raw:: html + + + + + + +
ElucidationA quantity obtained from a well-defined modelling procedure.
+ + +.. raw:: html + +
+ +Modeller +-------- + +* http://emmo.info/emmo#EMMO_f94e509a_be29_4365_a4cd_70165e47e232 + +.. raw:: html + + + + + + +
ElucidationA estimator that uses modelling to declare a property of an object (i.e. infer a property from other properties).
+ + +.. raw:: html + +
+ +ModifiedConstantVoltageCharge +----------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_acdeaa89_0e99_4941_8821_d5dea3d34912 + +.. raw:: html + + + + + + + + + + +
Elucidationconstant voltage charge where the electric current is limited to a predetermined value
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-50
+ + +.. raw:: html + +
+ +ModulusOfAdmittance +------------------- + +* http://emmo.info/emmo#EMMO_5e26440d_af47_4c30_a1c3_511e4072c617 + +.. raw:: html + + + + + + + + + + +
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-52
Wikidata Referencehttps://www.wikidata.org/wiki/Q79466359
+ + +.. raw:: html + +
+ +ModulusOfCompression +-------------------- + +* http://emmo.info/emmo#EMMO_50dbbf9a_ed96_486f_99f6_d8ba78a0047c + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationMeasure of how resistant to compressibility a substance is.
Alternative Label(s)BulkModulus
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-69
Wikidata Referencehttps://www.wikidata.org/wiki/Q900371
+ + +.. raw:: html + +
+ +ModulusOfElasticity +------------------- + +* http://emmo.info/emmo#EMMO_62824128_35bd_45c4_9516_23f3f24c8332 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationMechanical property of linear elastic solid materials.
Alternative Label(s)YoungsModulus
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-67
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03966
Wikidata Referencehttps://www.wikidata.org/wiki/Q2091584
+ + +.. raw:: html + +
+ +ModulusOfImpedance +------------------ + +* http://emmo.info/emmo#EMMO_efe73b0e_006b_417a_98a7_6db26b3ce2ac + +.. raw:: html + + + + + + + + + + +
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-44
Wikidata Referencehttps://www.wikidata.org/wiki/Q25457909
+ + +.. raw:: html + +
+ +ModulusOfRigidity +----------------- + +* http://emmo.info/emmo#EMMO_c9354e77_e6c9_4a76_8571_2446bc934c94 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationRatio of shear stress to the shear strain.
Alternative Label(s)ShearModulus
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-68
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05635
Wikidata Referencehttps://www.wikidata.org/wiki/Q461466
+ + +.. raw:: html + +
+ +Molality +-------- + +* http://emmo.info/emmo#EMMO_ead7c629_824a_410f_afec_579f08894c78 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationquotient of the amount of substance nB of solute B by the mass m of the solvent: bB = nB / m.
Alternative Label(s)AmountPerMass
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-19
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03970
Wikidata Referencehttps://www.wikidata.org/wiki/Q172623
+ + +.. raw:: html + +
+ +MolarAttenuationCoefficient +--------------------------- + +* http://emmo.info/emmo#EMMO_0ca67b4c_bdd3_40a6_b8c6_ba77e39c13a3 + +.. raw:: html + + + + + + + + + + +
ElucidationQuotient of linear attenuation coefficient µ and the amount c of the medium.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98592828
+ + +.. raw:: html + +
+ +MolarConductivity +----------------- + +* http://emmo.info/emmo#EMMO_9e955e04_2977_457e_a91a_bc6a541c9a9e + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationConductivity per molar concentration of electrolyte.
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03976
Wikidata Referencehttps://www.wikidata.org/wiki/Q1943278
+ + +.. raw:: html + +
+ +MolarElectrochemicalPotential +----------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_7fe804b8_6126_4132_be8f_b4985d61b1f6 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationelectrochemical potential per mole.
IUPAC Referencehttps://goldbook.iupac.org/terms/view/E01945
CommentOf a substance in a specified phase, the partial molar Gibbs energy of the substance at the specified electric potential.
+ + +.. raw:: html + +
+ +MolarEnergy +----------- + +* http://emmo.info/emmo#EMMO_f675294e_6f30_4b1d_a68e_a74e59f3b2fc + +.. raw:: html + + + + + + + + + + +
ElucidationEnergy per amount of substance.
Wikidata Referencehttps://www.wikidata.org/wiki/Q69427512
+ + +.. raw:: html + +
+ +MolarEnthalpy +------------- + +* http://emmo.info/emmo#EMMO_ee837ed0_2355_4802_b3cd_a8fab297d244 + +.. raw:: html + + + + + + +
Wikidata ReferenceEnthalpy per amount of substance.
+ + +.. raw:: html + +
+ +MolarEntropy +------------ + +* http://emmo.info/emmo#EMMO_cdc5a859_de8d_401a_b2fd_6bed90aad310 + +.. raw:: html + + + + + + + + + + +
ElucidationEntropy per amount of substance.
Wikidata Referencehttps://www.wikidata.org/wiki/Q68972876
+ + +.. raw:: html + +
+ +MolarGasConstant +---------------- + +* http://emmo.info/emmo#EMMO_ad6c76cf_b400_423e_820f_cf0c4e77f455 + +.. raw:: html + + + + + + + + + + +
ElucidationEquivalent to the Boltzmann constant, but expressed in units of energy per temperature increment per mole (rather than energy per temperature increment per particle).
IUPAC Referencehttps://doi.org/10.1351/goldbook.G02579
+ + +.. raw:: html + +
+ +MolarGibbsEnergy +---------------- + +* http://emmo.info/emmo#EMMO_ad9d6895_2800_48ad_8007_e293c52a8178 + +.. raw:: html + + + + + + + + + + +
ElucidationGibbs energy per amount of substance.
Wikidata Referencehttps://www.wikidata.org/wiki/Q88863324
+ + +.. raw:: html + +
+ +MolarHelmholtzEnergy +-------------------- + +* http://emmo.info/emmo#EMMO_aea43ae4_f824_4c42_892e_709bf9dc1c40 + +.. raw:: html + + + + + + + + + + +
ElucidationHelmholtz energy per amount of substance.
Wikidata Referencehttps://www.wikidata.org/wiki/Q88862986
+ + +.. raw:: html + +
+ +MolarInternalEnergy +------------------- + +* http://emmo.info/emmo#EMMO_24c44d2c_9ec3_438d_8cff_348cb9d7cb5c + +.. raw:: html + + + + + + + + + + +
ElucidationInternal energy per amount of substance.
Wikidata Referencehttps://www.wikidata.org/wiki/Q88523106
+ + +.. raw:: html + +
+ +MolarMass +--------- + +* http://emmo.info/emmo#EMMO_e980389d_6dfe_4156_9b40_32050c9644a5 + +.. raw:: html + + + + + + + + + + +
ElucidationMass per amount of substance.
Wikidata Referencehttps://www.wikidata.org/wiki/Q145623
+ + +.. raw:: html + +
+ +MolarVolume +----------- + +* http://emmo.info/emmo#EMMO_8b4af754_110a_4854_ac65_349ebafc1bed + +.. raw:: html + + + + + + + + + + +
ElucidationVolume per amount of substance.
Wikidata Referencehttps://www.wikidata.org/wiki/Q487112
+ + +.. raw:: html + +
+ +Molds +----- + +* http://emmo.info/emmo#EMMO_8f4d2c80_002f_44b4_a4f1_0d9ead0779ba + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Mole +---- + +* http://emmo.info/emmo#Mole + +.. raw:: html + + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03980
Wikipedia Referencehttp://en.wikipedia.org/wiki/Mole_(unit)
+ + +.. raw:: html + +
+ +MoleDegreeCelsius +----------------- + +* http://emmo.info/emmo#MoleDegreeCelsius + +.. raw:: html + + + + + + + + + + +
Elucidation`Mole Degree Celsius` is a C.G.S System unit for 'Temperature Amount Of Substance' expressed as mol-degC. + + -- QUDT
Alternative Label(s)Mole Degree Celsius
+ + +.. raw:: html + +
+ +MoleKelvin +---------- + +* http://emmo.info/emmo#MoleKelvin + +.. raw:: html + + + + + + + + + + +
ElucidationMole Kelvin is a unit for `Temperature Amount Of Substance` expressed as mol-K. + + -- QUDT
Alternative Label(s)Mole Kelvin
+ + +.. raw:: html + +
+ +MolePerCubicDeciMetre +--------------------- + +* http://emmo.info/emmo#MolePerCubicDeciMetre + +.. raw:: html + + + + + + + + + + +
ElucidationSI base unit mol divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3 + + -- QUDT
Alternative Label(s)Mole Per Cubic Decimetre
+ + +.. raw:: html + +
+ +MolePerCubicMetre +----------------- + +* http://emmo.info/emmo#MolePerCubicMetre + +.. raw:: html + + + + + + + + + + +
ElucidationThe SI derived unit for amount-of-substance concentration is the mole/cubic meter. + + -- QUDT
Alternative Label(s)Mole per Cubic Metre
+ + +.. raw:: html + +
+ +MolePerCubicMetrePerSecond +-------------------------- + +* http://emmo.info/emmo#MolePerCubicMetrePerSecond + +.. raw:: html + + + + + + + + + + +
ElucidationSI unit of quantity of matter per SI unit volume per SI unit of time. + + -- QUDT
Alternative Label(s)Moles per cubic metre per second
+ + +.. raw:: html + +
+ +MolePerGramPerHour +------------------ + +* http://emmo.info/emmo#MolePerGramPerHour + +.. raw:: html + + + + + + + + + + +
ElucidationSI unit of the quantity of matter per SI unit of mass per unit of time expressed in hour. + + -- QUDT
Alternative Label(s)Moles per gram per hour
+ + +.. raw:: html + +
+ +MolePerHour +----------- + +* http://emmo.info/emmo#MolePerHour + +.. raw:: html + + + + + + + + + + +
ElucidationSI base unit mole divided by the unit for time hour + + -- QUDT
Alternative Label(s)Mole Per Hour
+ + +.. raw:: html + +
+ +MolePerKilogram +--------------- + +* http://emmo.info/emmo#MolPerKilogram + +.. raw:: html + + + + + + + + + + +
ElucidationMole Per Kilogram (mol/kg) is a unit of Molality + + -- QUDT
Alternative Label(s)Mole per Kilogram
+ + +.. raw:: html + +
+ +MolePerKilogramPascal +--------------------- + +* http://emmo.info/emmo#MolePerKilogramPascal + +.. raw:: html + + + + + + + + + + +
ElucidationMole Per Kilogram Pascal (mol/kg-pa) is a unit of Molar Mass variation due to Pressure. + + -- QUDT
Alternative Label(s)Mole per Kilogram Pascal
+ + +.. raw:: html + +
+ +MolePerLitre +------------ + +* http://emmo.info/emmo#MolePerLitre + +.. raw:: html + + + + + + + + + + +
ElucidationSI base unit mol divided by the unit litre + + -- QUDT
Alternative Label(s)Mole Per Litre
+ + +.. raw:: html + +
+ +MolePerMinute +------------- + +* http://emmo.info/emmo#MolePerMinute + +.. raw:: html + + + + + + + + + + +
ElucidationSI base unit mole divided by the unit for time minute + + -- QUDT
Alternative Label(s)Mole Per Minute
+ + +.. raw:: html + +
+ +MolePerMole +----------- + +* http://emmo.info/emmo#MolePerMole + +.. raw:: html + + + + + + + + + + +
ElucidationUnavailable. + + -- QUDT
Alternative Label(s)Moles per mole
+ + +.. raw:: html + +
+ +MolePerSecond +------------- + +* http://emmo.info/emmo#MolePerSecond + +.. raw:: html + + + + + + + + + + +
ElucidationSI base unit mol divided by the SI base unit second + + -- QUDT
Alternative Label(s)Mole Per Second
+ + +.. raw:: html + +
+ +MolePerSquareMetre +------------------ + +* http://emmo.info/emmo#MolePerSquareMetre + +.. raw:: html + + + + + + + + + + +
ElucidationSI unit of quantity of matter per SI unit area. + + -- QUDT
Alternative Label(s)Moles per square metre
+ + +.. raw:: html + +
+ +MolePerSquareMetrePerDay +------------------------ + +* http://emmo.info/emmo#MolePerSquareMetrePerDay + +.. raw:: html + + + + + + + + + + +
Elucidationquantity of matter per unit area per unit of time. + + -- QUDT
Alternative Label(s)Moles per square metre per day
+ + +.. raw:: html + +
+ +MolePerSquareMetrePerSecond +--------------------------- + +* http://emmo.info/emmo#MolePerSquareMetrePerSecond + +.. raw:: html + + + + + + + + + + +
ElucidationSI unit of quantity of matter per SI unit area per SI unit of time. + + -- QUDT
Alternative Label(s)Moles per square metre per second
+ + +.. raw:: html + +
+ +MolePerSquareMetrePerSecondPerMetre +----------------------------------- + +* http://emmo.info/emmo#MolePerSquareMetrePerSecondPerMetre + +.. raw:: html + + + + + + +
Alternative Label(s)Moles per square metre per second per metre
+ + +.. raw:: html + +
+ +MolePerSquareMetrePerSecondPerMetrePerSteradian +----------------------------------------------- + +* http://emmo.info/emmo#MolePerSquareMetrePerSecondPerMetrePerSteradian + +.. raw:: html + + + + + + +
Alternative Label(s)Moles per square metre per second per metre per steradian
+ + +.. raw:: html + +
+ +MolePerSquareMetrePerSecondPerSteradian +--------------------------------------- + +* http://emmo.info/emmo#MolePerSquareMetrePerSecondPerSteradian + +.. raw:: html + + + + + + +
Alternative Label(s)Moles per square metre per second per steradian
+ + +.. raw:: html + +
+ +MolecularConcentration +---------------------- + +* http://emmo.info/emmo#EMMO_46406907_9afd_424e_934a_a523f9f9cc36 + +.. raw:: html + + + + + + + + + + +
ElucidationNumber of molecules of a substance in a mixture per volume.
Wikidata Referencehttps://www.wikidata.org/wiki/Q88865973
+ + +.. raw:: html + +
+ +MolecularEntity +--------------- + +* http://emmo.info/emmo#EMMO_21205421_5783_4d3e_81e5_10c5d894a88a + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationAny constitutionally or isotopically distinct atom, molecule, ion, ion pair, radical, radical ion, complex, conformer etc., identifiable as a separately distinguishable entity that can undergo a chemical reaction.
Alternative Label(s)ChemicalEntity
CommentMolecular entity is used as a general term for singular entities, irrespective of their nature, while chemical species stands for sets or ensembles of molecular entities. + + Note that the name of a compound may refer to the respective molecular entity or to the chemical species,
+ + +.. raw:: html + +
+ +MolecularFormula +---------------- + +* http://emmo.info/emmo#EMMO_4208f937_8bad_47cf_af46_4ada75e63adb + +.. raw:: html + + + + + + +
ElucidationAn expression that provides information about the element types that constiture a molecule or a molecular substance and their number.
+ + +.. raw:: html + +
+ +MolecularPartitionFunction +-------------------------- + +* http://emmo.info/emmo#EMMO_2a971203_58d5_4039_98ce_be7eafb2b14f + +.. raw:: html + + + + + + + + + + +
ElucidationPartition function of a molecule.
Wikidata Referencehttps://www.wikidata.org/wiki/Q96192064
+ + +.. raw:: html + +
+ +Molecule +-------- + +* http://emmo.info/emmo#EMMO_3397f270_dfc1_4500_8f6f_4d0d85ac5f71 + +.. raw:: html + + + + + + + + + + +
ElucidationAn atom_based state defined by an exact number of e-bonded atomic species and an electron cloud made of the shared electrons.
Alternative Label(s)ChemicalSubstance
+ + +.. raw:: html + +
+ +MoltenSaltCell +-------------- + +* http://emmo.info/battery#battery_dae4c0f0_c3eb_4662_a0df_767e02014053 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationcell with an electrolyte consisting of one or more anhydrous molten salts.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-07
Wikipedia Referencehttps://en.wikipedia.org/wiki/Molten-salt_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q949927
Commentthe molten salt may be in a solid (inactivated) state and is activated by heat
+ + +.. raw:: html + +
+ +Molybdenum +---------- + +* http://emmo.info/emmo#material_5fbecfe6_4d2f_467d_a301_f4698b0ea7dd + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Molybdenum
Wikidata Referencehttps://www.wikidata.org/wiki/Q1053
+ + +.. raw:: html + +
+ +MolybdenumAtom +-------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_0d8247fb-82b0-5ad6-996b-19469e1d7960 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for molybdenum.
+ + +.. raw:: html + +
+ +MolybdenumSymbol +---------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_e4c89307-e63b-57c8-8892-60924c65aa3b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MomentOfIntertia +---------------- + +* http://emmo.info/emmo#EMMO_58a85e5b_6526_484d_b080_e1059ce9994c + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationScalar measure of the rotational inertia with respect to a fixed axis of rotation.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-21
IUPAC Referencehttps://doi.org/10.1351/goldbook.M04006
Wikidata Referencehttps://www.wikidata.org/wiki/Q165618
+ + +.. raw:: html + +
+ +Momentum +-------- + +* http://emmo.info/emmo#EMMO_43776fc9_d712_4571_85f0_72183678039a + +.. raw:: html + + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.M04007
CommentProduct of mass and velocity.
+ + +.. raw:: html + +
+ +MomentumUnit +------------ + +* http://emmo.info/emmo#EMMO_ec987ba8_a548_4fc9_9df6_a834daebd140 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MonoblocBattery +--------------- + +* http://emmo.info/battery#battery_84b41796_e958_4740_925c_94c180b91e0f + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationbattery with multiple separate but electrically connected cell compartments each of which is designed to house an assembly of electrodes, electrolyte, terminals or interconnections and possible separators
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-17
Commentthe cells in a monobloc battery can be connected in series or in parallel
+ + +.. raw:: html + +
+ +MonoblocContainer +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_e94f6d42_35e4_4f9f_bb74_5e0628bbd454 + +.. raw:: html + + + + + + + + + + +
Elucidationcase with multiple separate cell compartments
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-18
+ + +.. raw:: html + +
+ +MoscoviumAtom +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_b655f801-c5b9-5187-99e8-c9eba8645c05 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for moscovium.
+ + +.. raw:: html + +
+ +MoscoviumSymbol +--------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_ced3fb28-51f7-5208-9aab-d1f8bef21ee5 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Mudrib +------ + +* http://emmo.info/electrochemistry#electrochemistry_1a2eb6db_c927_4039_aea0_8dfab060fd27 + +.. raw:: html + + + + + + + + + + +
Elucidationridges in the bottom of the case which support the plate pack (electrode stack) and thus create a space which allows the active material detached from the plates (electrodes) to settle without causing a short-circuit between the plates (electrodes)
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-18
+ + +.. raw:: html + +
+ +MultiParticlePath +----------------- + +* http://emmo.info/emmo#5e00b1db_48fc_445b_82e8_ab0e2255bf52 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MultiSimulation +--------------- + +* http://emmo.info/emmo#EMMO_7d56ec24_499d_487a_af7d_a91aaa787bfe + +.. raw:: html + + + + + + +
ElucidationA physics based simulation with multiple physics based models.
+ + +.. raw:: html + +
+ +Multiplication +-------------- + +* http://emmo.info/emmo#EMMO_2b1303e8_d4c3_453b_9918_76f1d009543f + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MultiplicationFactor +-------------------- + +* http://emmo.info/emmo#EMMO_ccb1ccaa_c8bd_47a4_b572_ca809325ac68 + +.. raw:: html + + + + + + + + + + +
ElucidationQuotient of the total number of fission or fission-dependent neutrons produced in the duration of a time interval and the total number of neutrons lost by absorption and leakage in that duration.
Wikidata Referencehttps://www.wikidata.org/wiki/Q99440471
+ + +.. raw:: html + +
+ +Muon +---- + +* http://emmo.info/emmo#EMMO_2531fe94_1cdf_4f36_9abc_7ab7574310db + +.. raw:: html + + + + + + + + + + +
ElucidationThe class of individuals that stand for muon elementary particles belonging to the second generation of leptons.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Muon
+ + +.. raw:: html + +
+ +MuonAntiNeutrino +---------------- + +* http://emmo.info/emmo#EMMO_2a0f30f5_bb26_4235_9d67_a6b22aca78e3 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +MuonNeutrino +------------ + +* http://emmo.info/emmo#EMMO_83550665_c68c_4015_86a7_308c9dd2fb4b + +.. raw:: html + + + + + + + + + + +
ElucidationA neutrino belonging to the second generation of leptons.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Muon_neutrino
+ + +.. raw:: html + +
+ +MutualInductance +---------------- + +* http://emmo.info/emmo#EMMO_ea7ef02a_589c_4971_908d_dee6688eebda + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationGiven an electric current in a thin conducting loop and the linked flux caused by that electric current in another loop, the mutual inductance of the two loops is the linked flux divided by the electric current.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-36
IUPAC Referencehttps://doi.org/10.1351/goldbook.M04076
Wikidata Referencehttps://www.wikidata.org/wiki/Q78101401
+ + +.. raw:: html + +
+ +NButanol +-------- + +* http://emmo.info/emmo#material_30078875_6d7b_4c2b_8cae_1c73e6031163 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)C4H9OH
Wikipedia Referencehttps://en.wikipedia.org/wiki/1-Butanol
Wikidata Referencehttps://www.wikidata.org/wiki/Q16391
+ + +.. raw:: html + +
+ +NMethyl2Pyrrolidone +------------------- + +* http://emmo.info/emmo#material_59c65403_b7f9_4852_a37a_e6295c7b026c + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)NMP
Wikipedia Referencehttps://en.wikipedia.org/wiki/N-Methyl-2-pyrrolidone
Wikidata Referencehttps://www.wikidata.org/wiki/Q33103
+ + +.. raw:: html + +
+ +NPRatio +------- + +* http://emmo.info/electrochemistry#electrochemistry_05012606_b93d_4016_bbc7_8a927efdf723 + +.. raw:: html + + + + + + + + + + +
Elucidationquotient of the capacity of the negative electrode and the capacity of the positive electrode in a cell
Alternative Label(s)NToPRatio
+ + +.. raw:: html + +
+ +NPropanol +--------- + +* http://emmo.info/emmo#material_c77f3c17_6eec_4875_92fc_50db5212ea86 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)PrOH
Wikipedia Referencehttps://en.wikipedia.org/wiki/Propan-1-ol
Wikidata Referencehttps://www.wikidata.org/wiki/Q14985
+ + +.. raw:: html + +
+ +Nafion +------ + +* http://emmo.info/emmo#material_4295c63e_3024_4e69_8da5_102861bebac1 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nafion
Wikidata Referencehttps://www.wikidata.org/wiki/Q412967
+ + +.. raw:: html + +
+ +Nailing +------- + +* http://emmo.info/emmo#EMMO_4f46c5ab_1c21_4639_90d5_3c4ebf3b156b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Namer +----- + +* http://emmo.info/emmo#EMMO_421167c0_1ea5_405f_970f_a41e9cb308f9 + +.. raw:: html + + + + + + +
ElucidationAn interpreter who assigns a name to an object without any motivations related to the object characters.
+ + +.. raw:: html + +
+ +Naming +------ + +* http://emmo.info/emmo#EMMO_e999f9e0_7d63_4564_9028_07246580a267 + +.. raw:: html + + + + + + +
ElucidationA declaration that provides a sign for an object that is independent from any assignment rule.
+ + +.. raw:: html + +
+ +Nano +---- + +* http://emmo.info/emmo#afb29c1a_eba4_4ba7_b6a1_62e9023c94ec + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +NanoMaterial +------------ + +* http://emmo.info/emmo#EMMO_5d659e25_a508_43ed_903c_3707c7c7cd4b + +.. raw:: html + + + + + + +
ElucidationNanomaterials are Materials possessing, at minimum, one external dimension measuring 1-100nm
+ + +.. raw:: html + +
+ +NanoPrefixedUnit +---------------- + +* http://emmo.info/emmo#EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 + +.. raw:: html + + + + + + +
ElucidationSuperclass for all units prefixed with "nano" (1e-9).
+ + +.. raw:: html + +
+ +NaturalLaw +---------- + +* http://emmo.info/emmo#EMMO_db9a009e_f097_43f5_9520_6cbc07e7610b + +.. raw:: html + + + + + + +
ElucidationA scientific theory that focuses on a specific phenomena, for which a single statement (not necessariliy in mathematical form) can be expressed.
+ + +.. raw:: html + +
+ +NaturalMaterial +--------------- + +* http://emmo.info/emmo#EMMO_75fe4fd1_0f7e_429b_b91d_59d248561bae + +.. raw:: html + + + + + + +
ElucidationA Material occurring in nature, without the need of human intervention.
+ + +.. raw:: html + +
+ +NaturalProcess +-------------- + +* http://emmo.info/emmo#EMMO_135ab8ea_e028_439e_be64_3e0f9734ea2b + +.. raw:: html + + + + + + + + + + +
ElucidationA process occurring by natural (non-intentional) laws.
Alternative Label(s)NonIntentionalProcess
+ + +.. raw:: html + +
+ +NearNeutralElectrolyte +---------------------- + +* http://emmo.info/electrochemistry#electrochemistry_dc205ac2_314e_415c_a2b6_b12e8359d54c + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationan aqueous electrolyte with a nominal pH value between 4 and 10.
Alternative Label(s)NearNeutralAqueousElectrolyte, NearNeutralSolution
Commentthis covers the pH domain typically described as "weakly acidic", "neutral", and "weakly alkaline"
+ + +.. raw:: html + +
+ +NeelTemperature +--------------- + +* http://emmo.info/emmo#EMMO_f0b8bace_151e_4f54_8129_c180fd83ae44 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationCritical thermodynamic temperature of an antiferromagnet.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-52
Wikidata Referencehttps://www.wikidata.org/wiki/Q830311
+ + +.. raw:: html + +
+ +NegativeElectrode +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_c94c041b_8ea6_43e7_85cc_d2bce7785b4c + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationfor a device having two electrodes, that electrode having the lower electric potential
Alternative Label(s)NegativePlate, NegativePlate
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=151-13-04
Wikidata Referencehttps://www.wikidata.org/wiki/Q120907506
Commentby convention, an oxidation reaction occurs during discharge
+ + +.. raw:: html + +
+ +NegativeTerminal +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_b851c7e9_60bf_4d3d_abe1_8d08d3d85124 + +.. raw:: html + + + + + + + + + + +
Elucidationaccessible conductive part provided for the connection of an external electric circuit to the negative electrode of the cell
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-24
+ + +.. raw:: html + +
+ +NeodymiumAtom +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_2e6eba5e-8c55-534c-b955-f09296e190e0 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for neodymium.
+ + +.. raw:: html + +
+ +NeodymiumSymbol +--------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_afee3bf0-d0e0-53dc-bfb1-b624b5724d47 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Neon +---- + +* http://emmo.info/emmo#material_d7314c57_c073_4a7a_afa3_e81fea4b44a3 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Neon
Wikidata Referencehttps://www.wikidata.org/wiki/Q654
+ + +.. raw:: html + +
+ +NeonAtom +-------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_24e7961c-26c8-5ae1-a29c-c32717c40684 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for neon.
+ + +.. raw:: html + +
+ +NeonSymbol +---------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_2e96348b-f8d1-5877-a5c5-b6863c5ebcf2 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Neper +----- + +* http://emmo.info/emmo#Neper + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationThe neper is a logarithmic unit for ratios of measurements of physical field and power quantities, such as gain and loss of electronic signals. It has the unit symbol Np. The unit's name is derived from the name of John Napier, the inventor of logarithms. As is the case for the decibel and bel, the neper is not a unit in the International System of Units (SI), but it is accepted for use alongside the SI. Like the decibel, the neper is a unit in a logarithmic scale. While the bel uses the decadic (base-10) logarithm to compute ratios, the neper uses the natural logarithm, based on Euler's number + + -- QUDT
IUPAC Referencehttps://doi.org/10.1351/goldbook.N04106
Wikipedia Referencehttps://en.wikipedia.org/wiki/Neper
+ + +.. raw:: html + +
+ +NeptuniumAtom +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_15595dc5-20a7-5b9f-a896-aad79f97bb8b + +.. raw:: html + + + + + + +
ElucidationAtom subclass for neptunium.
+ + +.. raw:: html + +
+ +NeptuniumSymbol +--------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_e941986d-658b-5a08-ae3d-4cc170344b06 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +NernstEinsteinEquation +---------------------- + +* http://emmo.info/electrochemistry#electrochemistry_9d7e5fea_a49a_4a19_a8de_8e24c60e420c + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationan equation relating the limiting molar conductivity Λ_m^0 to the ionic diffusion coefficients.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Einstein_relation_(kinetic_theory)#Nernst%E2%80%93Einstein_equation
Wikidata Referencehttps://www.wikidata.org/wiki/Q9325636
Comment\Lambda_m^0 = (F^2/(R*T)) * (v_{+} * z_{+}^2 * D_{+} + v_{–} * z_{–}^2 * D_{–})
+ + +.. raw:: html + +
+ +NernstEquation +-------------- + +* http://emmo.info/electrochemistry#electrochemistry_fe3a6c9a_85b8_4da6_aa4f_71c8de74939e + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationAn equation that relates the reduction potential of an electrochemical reaction (half-cell or full cell reaction) to the standard electrode potential, temperature, and activities (often approximated by concentrations) of the chemical species undergoing reduction and oxidation.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nernst_equation
Wikidata Referencehttps://www.wikidata.org/wiki/Q751124
CommentAn expression of the Law of Mass Action.
+ + +.. raw:: html + +
+ +NetFaradaicCurrent +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_14577b99_a8a9_4358_9bc5_ab8c401dd34b + +.. raw:: html + + + + + + + + + + +
Elucidationalgebraic sum of faradaic currents flowing through an electrode
CommentI
+ + +.. raw:: html + +
+ +Network +------- + +* http://emmo.info/emmo#EMMO_f93fe78b_9646_4a15_b88b_1c93686a764d + +.. raw:: html + + + + + + +
ElucidationA system whose is mainly characterised by the way in which elements are interconnected.
+ + +.. raw:: html + +
+ +NeutralAtom +----------- + +* http://emmo.info/emmo#EMMO_4588526f_8553_4f4d_aa73_a483e88d599b + +.. raw:: html + + + + + + +
ElucidationA standalone atom that has no net charge.
+ + +.. raw:: html + +
+ +NeutralElectrolyteZincAirBattery +-------------------------------- + +* http://emmo.info/battery#battery_1251f69a_6aab_41df_8e68_eabfcca43bde + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationmetal air battery with a saline electrolyte and a negative electrode of zinc
Alternative Label(s)NearNeutralZincAirBattery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-05
+ + +.. raw:: html + +
+ +Neutralisation +-------------- + +* http://emmo.info/electrochemistry#electrochemistry_0471ec77_91bc_4a78_be31_b6af613e5966 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationinsertion or removal of electrons into or from ions to obtain particles having zero electric charge
Alternative Label(s)Neutralization
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-11
+ + +.. raw:: html + +
+ +NeutrinoType +------------ + +* http://emmo.info/emmo#EMMO_dbb2ae7f_9f47_41b3_bf68_d9bece864e2c + +.. raw:: html + + + + + + + + + + +
ElucidationAn elementary particle with spin 1/2 that interacts only via the weak interaction and gravity.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Neutrino
+ + +.. raw:: html + +
+ +Neutron +------- + +* http://emmo.info/emmo#EMMO_df808271_df91_4f27_ba59_fa423c51896c + +.. raw:: html + + + + + + + + + + +
ElucidationAn uncharged subatomic particle found in the atomic nucleus.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Neutron
+ + +.. raw:: html + +
+ +NeutronNumber +------------- + +* http://emmo.info/emmo#EMMO_2e6c62da_2836_42c1_b2f9_dd801eef5992 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationNumber of neutrons in an atomic nucleus.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-05-34
IUPAC Referencehttps://doi.org/10.1351/goldbook.N04119
Wikipedia Referencehttps://en.wikipedia.org/wiki/Neutron_number
Wikidata Referencehttps://www.wikidata.org/wiki/Q970319
+ + +.. raw:: html + +
+ +NeutronYieldPerAbsorption +------------------------- + +* http://emmo.info/emmo#EMMO_d3fce82a_4acb_40f9_bbcf_9b123dbe84af + +.. raw:: html + + + + + + + + + + +
ElucidationAverage number of fission neutrons, both prompt and delayed, emitted per neutron absorbed in a fissionable nuclide or in a nuclear fuel, as specified.
Wikidata Referencehttps://www.wikidata.org/wiki/Q99159075
+ + +.. raw:: html + +
+ +NeutronYieldPerFission +---------------------- + +* http://emmo.info/emmo#EMMO_5d34ae8e_182c_49f3_815e_ea675faaaf30 + +.. raw:: html + + + + + + + + + + +
ElucidationAverage number of fission neutrons, both prompt and delayed, emitted per fission event.
Wikidata Referencehttps://www.wikidata.org/wiki/Q99157909
+ + +.. raw:: html + +
+ +Newton +------ + +* http://emmo.info/emmo#Newton + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationSI unit for force.
IUPAC Referencehttps://doi.org/10.1351/goldbook.N04135
Wikipedia Referencehttp://en.wikipedia.org/wiki/Newton?oldid=488427661
+ + +.. raw:: html + +
+ +NewtonCentiMetre +---------------- + +* http://emmo.info/emmo#NewtonCentiMetre + +.. raw:: html + + + + + + + + + + +
Elucidationproduct of the SI derived unit newton and the 0.01-fold of the SI base unit metre + + -- QUDT
Alternative Label(s)Newton Centimetre
+ + +.. raw:: html + +
+ +NewtonMetre +----------- + +* http://emmo.info/emmo#NewtonMetre + +.. raw:: html + + + + + + + + + + +
Elucidation"Torque" is the tendency of a force to cause a rotation, is the product of the force and the distance from the center of rotation to the point where the force is applied. Torque has the same units as work or energy, but it is a different physical concept. To stress the difference, scientists measure torque in newton meters rather than in joules, the SI unit of work. One newton meter is approximately 0.737562 pound foot. + + -- QUDT
CommentNote that the physical dimension is the same as for Joule.
+ + +.. raw:: html + +
+ +NewtonMetrePerAmpere +-------------------- + +* http://emmo.info/emmo#NewtonMetrePerAmpere + +.. raw:: html + + + + + + + + + + +
Elucidationproduct of the SI derived unit newton and the SI base unit metre divided by the SI base unit ampere + + -- QUDT
Alternative Label(s)Newton Metre Per Ampere
+ + +.. raw:: html + +
+ +NewtonMetrePerKilogram +---------------------- + +* http://emmo.info/emmo#NewtonMetrePerKilogram + +.. raw:: html + + + + + + + + + + +
Elucidationproduct of the derived SI unit newton and the SI base unit metre divided by the SI base unit kilogram + + -- QUDT
Alternative Label(s)Newton Metre Per Kilogram
+ + +.. raw:: html + +
+ +NewtonMetrePerMetre +------------------- + +* http://emmo.info/emmo#NewtonMetrePerMetre + +.. raw:: html + + + + + + + + + + +
ElucidationThis is the SI unit for the rolling resistance, which is equivalent to drag force in newton + + -- QUDT
Alternative Label(s)Newton metre per metre
+ + +.. raw:: html + +
+ +NewtonMetrePerMetrePerRadian +---------------------------- + +* http://emmo.info/emmo#NewtonMetrePerMetrePerRadian + +.. raw:: html + + + + + + +
Alternative Label(s)Newton Metre per Metre per Radians
+ + +.. raw:: html + +
+ +NewtonMetrePerRadian +-------------------- + +* http://emmo.info/emmo#NewtonMetrePerRadian + +.. raw:: html + + + + + + + + + + +
ElucidationNewton Meter per Radian is the SI unit for Torsion Constant + + -- QUDT
Alternative Label(s)Newton metre per radian
+ + +.. raw:: html + +
+ +NewtonMetrePerSquareMetre +------------------------- + +* http://emmo.info/emmo#NewtonMetrePerSquareMetre + +.. raw:: html + + + + + + + + + + +
Elucidationproduct of the SI derived unit newton and the SI base unit metre divided by the power of the SI base unit metre with the exponent 2 + + -- QUDT
Alternative Label(s)Newton Metre Per Square Metre
+ + +.. raw:: html + +
+ +NewtonMetreSecond +----------------- + +* http://emmo.info/emmo#NewtonMetreSecond + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationThe SI derived unit of angular momentum. + + -- QUDT
Alternative Label(s)Newton Metre Second
Wikipedia Referencehttp://en.wikipedia.org/wiki/SI_derived_unit
+ + +.. raw:: html + +
+ +NewtonMetreSecondPerMetre +------------------------- + +* http://emmo.info/emmo#NewtonMetreSecondPerMetre + +.. raw:: html + + + + + + + + + + +
ElucidationNewton metre seconds measured per metre + + -- QUDT
Alternative Label(s)Newton metre seconds per metre
+ + +.. raw:: html + +
+ +NewtonMetreSecondPerRadian +-------------------------- + +* http://emmo.info/emmo#NewtonMetreSecondPerRadian + +.. raw:: html + + + + + + + + + + +
ElucidationNewton metre seconds measured per radian + + -- QUDT
Alternative Label(s)Newton metre seconds per radian
+ + +.. raw:: html + +
+ +NewtonPerAmpere +--------------- + +* http://emmo.info/emmo#NewtonPerAmpere + +.. raw:: html + + + + + + + + + + +
ElucidationSI derived unit newton divided by the SI base unit ampere + + -- QUDT
Alternative Label(s)Newton Per Ampere
+ + +.. raw:: html + +
+ +NewtonPerCentiMetre +------------------- + +* http://emmo.info/emmo#NewtonPerCentiMetre + +.. raw:: html + + + + + + + + + + +
ElucidationSI derived unit newton divided by the 0.01-fold of the SI base unit metre + + -- QUDT
Alternative Label(s)Newton Per Centimetre
+ + +.. raw:: html + +
+ +NewtonPerCoulomb +---------------- + +* http://emmo.info/emmo#NewtonPerCoulomb + +.. raw:: html + + + + + + + + + + +
ElucidationNewton Per Coulomb ( N/C) is a unit in the category of Electric field strength. It is also known as newtons/coulomb. Newton Per Coulomb ( N/C) has a dimension of MLT-3I-1 where M is mass, L is length, T is time, and I is electric current. It essentially the same as the corresponding standard SI unit V/m. + + -- QUDT
Alternative Label(s)Newton per Coulomb
+ + +.. raw:: html + +
+ +NewtonPerCubicMetre +------------------- + +* http://emmo.info/emmo#NewtonPerCubicMetre + +.. raw:: html + + + + + + +
Alternative Label(s)Newtons per cubic metre
+ + +.. raw:: html + +
+ +NewtonPerKilogram +----------------- + +* http://emmo.info/emmo#NewtonPerKilogram + +.. raw:: html + + + + + + + + + + +
ElucidationGravitational field strength at a point is the gravitational force per unit mass at that point. It is a vector and its S.I. unit is N kg-1. + + -- QUDT
Alternative Label(s)Newton per Kilogram
+ + +.. raw:: html + +
+ +NewtonPerMetre +-------------- + +* http://emmo.info/emmo#NewtonPerMetre + +.. raw:: html + + + + + + + + + + +
ElucidationNewton Per Meter (N/m) is a unit in the category of Surface tension. It is also known as newtons per meter, newton per metre, newtons per metre, newton/meter, newton/metre. This unit is commonly used in the SI unit system. Newton Per Meter (N/m) has a dimension of MT-2 where M is mass, and T is time. This unit is the standard SI unit in this category. + + -- QUDT
Alternative Label(s)Newton per Metre
+ + +.. raw:: html + +
+ +NewtonPerMilliMetre +------------------- + +* http://emmo.info/emmo#NewtonPerMilliMetre + +.. raw:: html + + + + + + + + + + +
ElucidationSI derived unit newton divided by the 0.001-fold of the SI base unit metre + + -- QUDT
Alternative Label(s)Newton Per Millimetre
+ + +.. raw:: html + +
+ +NewtonPerRadian +--------------- + +* http://emmo.info/emmo#NewtonPerRadian + +.. raw:: html + + + + + + + + + + +
ElucidationA one-newton force applied for one angle/torsional torque + + -- QUDT
Alternative Label(s)Newton per radian
+ + +.. raw:: html + +
+ +NewtonPerSquareCentiMetre +------------------------- + +* http://emmo.info/emmo#NewtonPerSquareCentiMetre + +.. raw:: html + + + + + + + + + + +
Elucidationderived SI unit newton divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2 + + -- QUDT
Alternative Label(s)Newton Per Square Centimetre
+ + +.. raw:: html + +
+ +NewtonPerSquareMetre +-------------------- + +* http://emmo.info/emmo#NewtonPerSquareMetre + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationThe SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one "kilogram per meter per second per second." The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude. + + -- QUDT
Alternative Label(s)Newtons Per Square Metre
Wikipedia Referencehttp://en.wikipedia.org/wiki/Pascal?oldid=492989202
+ + +.. raw:: html + +
+ +NewtonPerSquareMilliMetre +------------------------- + +* http://emmo.info/emmo#NewtonPerSquareMilliMetre + +.. raw:: html + + + + + + + + + + +
ElucidationSI derived unit newton divided by the 0.000001-fold of the power of the SI base unit metre with the exponent 2 + + -- QUDT
Alternative Label(s)Newton Per Square Millimetre
+ + +.. raw:: html + +
+ +NewtonSecond +------------ + +* http://emmo.info/emmo#NewtonSecond + +.. raw:: html + + + + + + + + + + +
Elucidationproduct of the SI derived unit newton and the SI base unit second + + -- QUDT
Alternative Label(s)Newton Second
+ + +.. raw:: html + +
+ +NewtonSecondPerCubicMetre +------------------------- + +* http://emmo.info/emmo#NewtonSecondPerCubicMetre + +.. raw:: html + + + + + + + + + + +
ElucidationThe SI unit of specific acoustic impedance. When sound waves pass through any physical substance the pressure of the waves causes the particles of the substance to move. The sound specific impedance is the ratio between the sound pressure and the particle velocity it produces. The specific impedance is 1 N · s · m⁻³ if unit pressure produces unit velocity. + + -- QUDT
Alternative Label(s)Newton second per Cubic Metre
+ + +.. raw:: html + +
+ +NewtonSecondPerMetre +-------------------- + +* http://emmo.info/emmo#NewtonSecondPerMetre + +.. raw:: html + + + + + + + + + + +
ElucidationNewton second measured per metre + + -- QUDT
Alternative Label(s)Newton Second per Metre
+ + +.. raw:: html + +
+ +NewtonSecondPerRadian +--------------------- + +* http://emmo.info/emmo#NewtonSecondPerRadian + +.. raw:: html + + + + + + + + + + +
ElucidationNewton seconds measured per radian + + -- QUDT
Alternative Label(s)Newton seconds per radian
+ + +.. raw:: html + +
+ +NewtonSquareMetre +----------------- + +* http://emmo.info/emmo#NewtonSquareMetre + +.. raw:: html + + + + + + +
Alternative Label(s)Newton Square Metre
+ + +.. raw:: html + +
+ +NewtonSquareMetrePerAmpere +-------------------------- + +* http://emmo.info/emmo#NewtonSquareMetrePerAmpere + +.. raw:: html + + + + + + +
Alternative Label(s)Newton Metre Squared per Ampere
+ + +.. raw:: html + +
+ +NewtonSquareMetrePerAmpereUnit +------------------------------ + +* http://emmo.info/emmo#EMMO_431ce3bc-3d54-481d-a10d-7c4a4418732a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +NewtonSquareMetrePerSquareKilogram +---------------------------------- + +* http://emmo.info/emmo#NewtonSquareMetrePerSquareKilogram + +.. raw:: html + + + + + + + + + + +
Elucidationunit of gravitational constant as product of the derived SI unit newton, the power of the SI base unit metre with the exponent 2 divided by the power of the SI base unit kilogram with the exponent 2 + + -- QUDT
Alternative Label(s)Newton Square Metre Per Square Kilogram
+ + +.. raw:: html + +
+ +NewtonianConstantOfGravity +-------------------------- + +* http://emmo.info/emmo#EMMO_da831168_975a_41f8_baae_279c298569da + +.. raw:: html + + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.G02695
CommentPhysical constant in Newton's law of gravitation and in Einstein's general theory of relativity.
+ + +.. raw:: html + +
+ +NewtonianConstantOfGravityUnit +------------------------------ + +* http://emmo.info/emmo#EMMO_3181bb28_623b_4411_ad79_80277c661322 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Nickel +------ + +* http://emmo.info/emmo#material_f92b3948_72a5_4662_acf7_5d8dd64e85de + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel
Wikidata Referencehttps://www.wikidata.org/wiki/Q744
+ + +.. raw:: html + +
+ +NickelAtom +---------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_caacc634-4328-5d9d-a8e8-1c25a2557e94 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for nickel.
+ + +.. raw:: html + +
+ +NickelCadmiumBattery +-------------------- + +* http://emmo.info/battery#battery_14ffa830_2789_429d_8c05_d2ae0ca51732 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationsecondary battery with an alkaline electrolyte, a positive electrode containing nickel oxide and a negative electrode of cadmium
Alternative Label(s)NickelOxideCadmiumBattery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-02
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel%E2%80%93cadmium_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q898377
+ + +.. raw:: html + +
+ +NickelElectrode +--------------- + +* http://emmo.info/electrochemistry#electrochemistry_b8dc138f_8024_4f15_8350_192425d23a4d + +.. raw:: html + + + + + + +
Alternative Label(s)metal electrode in which the active material is nickel
+ + +.. raw:: html + +
+ +NickelHydroxide +--------------- + +* http://emmo.info/emmo#material_b9d12a93_8bcc_4da1_ab17_3c5bbe25ba5f + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Ni(OH)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel(II)_hydroxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q414637
+ + +.. raw:: html + +
+ +NickelIIAcetate +--------------- + +* http://emmo.info/emmo#material_47a21fb6_2158_4f41_8f74_5b873d5eae53 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Ni(OAc)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel(II)_acetate
Wikidata Referencehttps://www.wikidata.org/wiki/Q899422
+ + +.. raw:: html + +
+ +NickelIIBistrifluoromethanesulfonylimide +---------------------------------------- + +* http://emmo.info/emmo#material_12f3fc79_fc8f_44a1_8736_945e03392abe + +.. raw:: html + + + + + + +
Alternative Label(s)Ni(TFSI)2
+ + +.. raw:: html + +
+ +NickelIIBromide +--------------- + +* http://emmo.info/emmo#material_79614448_5a32_49e2_a690_3b5ff59ba5b7 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)NiBr2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel(II)_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q419684
+ + +.. raw:: html + +
+ +NickelIICarbonate +----------------- + +* http://emmo.info/emmo#material_6a733ffe_5a00_40c5_b9b2_52e339a4c804 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)NiCO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel(II)_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q417856
+ + +.. raw:: html + +
+ +NickelIIChlorate +---------------- + +* http://emmo.info/emmo#material_ccf52cd9_fc33_44c4_903d_e4a2915bd74a + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)Ni(ClO3)2
Wikidata Referencehttps://www.wikidata.org/wiki/Q18234777
+ + +.. raw:: html + +
+ +NickelIIChloride +---------------- + +* http://emmo.info/emmo#material_573a02c5_da67_438f_9056_f66caa1febaf + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)NiCl2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel(II)_chloride
Wikidata Referencehttps://www.wikidata.org/wiki/Nickel(II)_chloride
+ + +.. raw:: html + +
+ +NickelIIFluoride +---------------- + +* http://emmo.info/emmo#material_ff2979a3_06b8_416c_bc49_208d96f25fa4 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)NiF2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel(II)_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q416623
+ + +.. raw:: html + +
+ +NickelIIHexafluorophosphate +--------------------------- + +* http://emmo.info/emmo#material_4ed2fb2e_2e73_43c1_bc98_4d0ee34f859e + +.. raw:: html + + + + + + +
Alternative Label(s)Ni(PF6)2
+ + +.. raw:: html + +
+ +NickelIIIodide +-------------- + +* http://emmo.info/emmo#material_e9010b6e_e43b_4454_8231_e67ab1a81a18 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)NiI2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel(II)_iodide
Wikidata Referencehttps://www.wikidata.org/wiki/Q421443
+ + +.. raw:: html + +
+ +NickelIINitrate +--------------- + +* http://emmo.info/emmo#material_465f2569_2bb8_4360_a2cb_480017390074 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Ni(NO3)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel(II)_nitrate
Wikidata Referencehttps://www.wikidata.org/wiki/Q425274
+ + +.. raw:: html + +
+ +NickelIINitrite +--------------- + +* http://emmo.info/emmo#material_74bd7b49_4dd1_4093_8a4c_8b27a7998d05 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Ni(NO2)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel(II)_nitrite
Wikidata Referencehttps://www.wikidata.org/wiki/Q15425780
+ + +.. raw:: html + +
+ +NickelIIOxide +------------- + +* http://emmo.info/emmo#material_5088ad54_b37d_4ee1_a086_d6c17e644f9a + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)NiO
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel(II)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q411221
+ + +.. raw:: html + +
+ +NickelIIPerchlorate +------------------- + +* http://emmo.info/emmo#material_92a60b4f_7abf_46f9_824b_47ff7aa09c15 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Ni(ClO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel(II)_perchlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q18212007
+ + +.. raw:: html + +
+ +NickelIIPhosphate +----------------- + +* http://emmo.info/emmo#material_df5d45a8_ce23_46f7_92b2_84dd28942b0d + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Ni3(PO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel(II)_phosphate
Wikidata Referencehttps://www.wikidata.org/wiki/Q18212211
+ + +.. raw:: html + +
+ +NickelIISulfate +--------------- + +* http://emmo.info/emmo#material_1dfa4556_49d2_494c_971d_bd193219e9b2 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)NiSO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel(II)_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q411337
+ + +.. raw:: html + +
+ +NickelIISulfide +--------------- + +* http://emmo.info/emmo#material_63797ff9_c087_4033_a2e3_dd958e0b51e6 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)NiS
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel(II)_sulfide
Wikidata Referencehttps://www.wikidata.org/wiki/Q1985595
+ + +.. raw:: html + +
+ +NickelIISulfite +--------------- + +* http://emmo.info/emmo#material_2ab06c55_4453_4254_8a6e_0447ce1bc76a + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)NiSO3
Wikidata Referencehttps://www.wikidata.org/wiki/Q18002898
+ + +.. raw:: html + +
+ +NickelIITetrafluoroborate +------------------------- + +* http://emmo.info/emmo#material_6405fdd6_9ba7_436a_a9f1_56fd6bd3610f + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)Ni(BF4)2
Wikidata Referencehttps://www.wikidata.org/wiki/Q55583610
+ + +.. raw:: html + +
+ +NickelIITriflate +---------------- + +* http://emmo.info/emmo#material_3421af1a_a9fc_4079_a1a5_37d828f0c94b + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)Ni(OTf)2
Wikidata Referencehttps://www.wikidata.org/wiki/Q72494142
+ + +.. raw:: html + +
+ +NickelIronBattery +----------------- + +* http://emmo.info/battery#battery_a316de25_e469_4a60_81fa_fcb0f372502f + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationsecondary battery with an alkaline electrolyte, a positive electrode containing nickel oxide and a negative electrode of iron
Alternative Label(s)NiFeBattery, NickelOxideIronBattery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-03
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel%E2%80%93iron_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q80722
+ + +.. raw:: html + +
+ +NickelMetalHydrideBattery +------------------------- + +* http://emmo.info/battery#battery_75cab90d_4bff_472a_be0f_48e61a272d01 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationsecondary battery with an electrolyte of aqueous potassium hydroxide, a positive electrode containing nickel as nickel hydroxide and a negative electrode of hydrogen in the form of a metal hydride
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-08
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel%E2%80%93metal_hydride_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q308567
+ + +.. raw:: html + +
+ +NickelOxideBattery +------------------ + +* http://emmo.info/battery#battery_cf74f431_cdd3_4f0a_a3e7_f1554d6204b2 + +.. raw:: html + + + + + + +
Elucidationa battery with a nickel oxide positive electrode
+ + +.. raw:: html + +
+ +NickelOxideCompound +------------------- + +* http://emmo.info/emmo#material_b8c65e71_05de_4f07_acd8_a16938b550fd + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +NickelOxideElectrode +-------------------- + +* http://emmo.info/electrochemistry#electrochemistry_76e461aa_5948_4a68_8337_284d11e0fd7d + +.. raw:: html + + + + + + +
Alternative Label(s)NiOElectrode
+ + +.. raw:: html + +
+ +NickelOxideHydroxide +-------------------- + +* http://emmo.info/emmo#material_7dc738d6_74f2_489e_ae84_a6dbdf627f2e + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)NiOOH
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel_oxide_hydroxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q23927502
+ + +.. raw:: html + +
+ +NickelOxideHydroxideElectrode +----------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_344ed3a6_481a_499f_afef_631f1cece9ef + +.. raw:: html + + + + + + +
Alternative Label(s)NiOOHElectrode, NickelOxyhydroxideElectrode
+ + +.. raw:: html + +
+ +NickelOxyhydroxideBattery +------------------------- + +* http://emmo.info/battery#battery_46b8433d_fd57_4819_b34f_1636b72ad12e + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationa primary battery cell with a zinc anode and NiOOH cathode in an alkaline electolyte
Alternative Label(s)NickelOxideHydroxideBattery
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel_oxyhydroxide_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q127108
CommentIEC Code: Z
+ + +.. raw:: html + +
+ +NickelSaltCompound +------------------ + +* http://emmo.info/emmo#material_dce90b66_3414_4f5d_b818_4a0e4339e949 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +NickelSymbol +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_1fade54b-20ed-5e58-af59-214ea3b15ba9 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +NickelZincBattery +----------------- + +* http://emmo.info/battery#battery_0c3674b5_3f7b_4308_9bed_0ade6eb69a4e + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationsecondary battery with an alkaline electrolyte, a positive electrode containing nickel oxide and a negative electrode of zinc
Alternative Label(s)NickelOxideZincBattery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-04
+ + +.. raw:: html + +
+ +NihoniumAtom +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_75771a96-5e17-568c-bc28-caba06c0047a + +.. raw:: html + + + + + + +
ElucidationAtom subclass for nihonium.
+ + +.. raw:: html + +
+ +NihoniumSymbol +-------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_8fbc9110-c822-5b8e-a5fc-ee5430d9f34a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Niobium +------- + +* http://emmo.info/emmo#material_5ce53b37_1248_43b0_8862_ef4bff996dcf + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Niobium
Wikidata Referencehttps://www.wikidata.org/wiki/Q1046
+ + +.. raw:: html + +
+ +NiobiumAtom +----------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_ad2056af-0fa7-56cf-a881-80e3a7dfd266 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for niobium.
+ + +.. raw:: html + +
+ +NiobiumSymbol +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_f0f7abe2-766d-5dcd-ba67-ada816684677 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +NitricAcid +---------- + +* http://emmo.info/emmo#material_fabdb93c_dc23_40a9_ae83_8981d2bea07e + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)HNO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nitric_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q83320
+ + +.. raw:: html + +
+ +Nitrogen +-------- + +* http://emmo.info/emmo#material_2eaab67b_5117_41a6_b485_2bd53564e44c + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)N2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nitrogen
Wikidata Referencehttps://www.wikidata.org/wiki/Q627
+ + +.. raw:: html + +
+ +NitrogenAtom +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_252f143a-2c00-5d9a-a551-c07daa22c5c0 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for nitrogen.
+ + +.. raw:: html + +
+ +NitrogenSymbol +-------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_26b7c6ca-6c6c-52e0-ba01-dcc883e64d46 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +NitrousAcid +----------- + +* http://emmo.info/emmo#material_9fb92a20_082e_4d43_83d0_4b2aba8345ca + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)HNO2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nitrous_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q211891
+ + +.. raw:: html + +
+ +NobeliumAtom +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_49eb0790-50c2-5691-a8bf-dfa6f4a9f6c7 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for nobelium.
+ + +.. raw:: html + +
+ +NobeliumSymbol +-------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_c1bb775c-0888-5b88-9cce-c49bae1d298b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +NobleGasElementalSubstance +-------------------------- + +* http://emmo.info/emmo#material_cac14194_2d5f_4fe6_b794_a9319f6d76ee + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +NominalBatteryProperty +---------------------- + +* http://emmo.info/battery#battery_fb9baf9b_680e_493e_a755_da9bb1fc9fae + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +NominalProperty +--------------- + +* http://emmo.info/emmo#EMMO_909415d1_7c43_4d5e_bbeb_7e1910159f66 + +.. raw:: html + + + + + + + + + + +
ElucidationAn 'ObjectiveProperty' that cannot be quantified.
Comment"Property of a phenomenon, body, or substance, where the property has no magnitude." + + "A nominal property has a value, which can be expressed in words, by alphanumerical codes, or by other means." + + International vocabulary of metrology (VIM)
+ + +.. raw:: html + +
+ +NominalVoltage +-------------- + +* http://emmo.info/electrochemistry#electrochemistry_639b844a_e801_436b_985d_28926129ead6 + +.. raw:: html + + + + + + + + + + +
Elucidationsuitable approximate value of the voltage used to designate or identify a cell, a battery or an electrochemical system
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-31
+ + +.. raw:: html + +
+ +NonActivePower +-------------- + +* http://emmo.info/emmo#EMMO_83318add_d05e_40fc_93ea_c6cd605df437 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationFor a two-terminal element or a two-terminal circuit under periodic conditions, quantity equal to the square root of the difference of the squares of the apparent power S and the active power P.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-43
Wikidata Referencehttps://www.wikidata.org/wiki/Q79813060
+ + +.. raw:: html + +
+ +NonAqueousCell +-------------- + +* http://emmo.info/battery#battery_8229b502_2e65_4652_b51d_173c697cf24a + +.. raw:: html + + + + + + + + + + +
Elucidationcell with a liquid electrolyte containing neither water nor other sources of reactive protons (H+)
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-10
+ + +.. raw:: html + +
+ +NonAqueousElectrolyte +--------------------- + +* http://emmo.info/electrochemistry#electrochemistry_5f9a9411_05f9_4576_acd3_81d7d41cfe98 + +.. raw:: html + + + + + + + + + + +
Elucidationan ion-transport medium that does not contain water.
Alternative Label(s)NonAqueousElectrolyticSolution, NonAqueousSolution
+ + +.. raw:: html + +
+ +NonAqueousMetallicFlowBattery +----------------------------- + +* http://emmo.info/battery#battery_1191d114_5aec_4167_97b1_c0bca9414c49 + +.. raw:: html + + + + + + +
Elucidationa full redox flow battery with non-aqueous electrolytes that contain metallic species as the active components
+ + +.. raw:: html + +
+ +NonAqueousOrganicFlowBattery +---------------------------- + +* http://emmo.info/battery#battery_5555b4bc_216e_4772_a914_b66b6e783079 + +.. raw:: html + + + + + + +
Elucidationa full redox flow battery with non-aqueous electrolytes that contain metallic species as the active components
+ + +.. raw:: html + +
+ +NonEncodedData +-------------- + +* http://emmo.info/emmo#EMMO_5a10e288_c6a5_409a_a16a_98a2fb8be4f3 + +.. raw:: html + + + + + + + + + + +
ElucidationData that occurs naturally without an encoding agent producing it.
Alternative Label(s)EnvironmentalData
+ + +.. raw:: html + +
+ +NonLeakageProbability +--------------------- + +* http://emmo.info/emmo#EMMO_9140f0d2_fa24_4050_85d9_17d7d2e9e1df + +.. raw:: html + + + + + + + + + + +
ElucidationProbability that a neutron will not escape from the reactor during the slowing-down process or while it diffuses as a thermal neutron.
Wikidata Referencehttps://www.wikidata.org/wiki/Q99415566
+ + +.. raw:: html + +
+ +NonNumericalData +---------------- + +* http://emmo.info/emmo#EMMO_ac1a05c5_0c17_4387_bac0_683f2a86f3ed + +.. raw:: html + + + + + + +
ElucidationData that are non-quantitatively interpreted (e.g., qualitative data, types).
+ + +.. raw:: html + +
+ +NonPolarizableElectrode +----------------------- + +* http://emmo.info/electrochemistry#electrochemistry_9f466223_e20a_474d_ac4d_6d4b6131c275 + +.. raw:: html + + + + + + + + + + +
Elucidationan electrode that holds its potential essentially constant by efficiently allowing electric current to pass
Commentthis is a desirable characteristic for a reference electrode
+ + +.. raw:: html + +
+ +NonPrefixedUnit +--------------- + +* http://emmo.info/emmo#EMMO_868ae137_4d25_493e_b270_21ea3d94849e + +.. raw:: html + + + + + + +
ElucidationA measurement unit symbol that do not have a metric prefix as a direct spatial part.
+ + +.. raw:: html + +
+ +NonSIUnit +--------- + +* http://emmo.info/emmo#EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 + +.. raw:: html + + + + + + +
ElucidationMeasurement units that are not SI units.
+ + +.. raw:: html + +
+ +NonSpillableCell +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_c610d869_cc03_44f0_b40d_ca86e945b9c9 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationcell from which electrolyte cannot escape regardless of its orientation
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-16
Commentsome vented cells or batteries are designed so as to be non-spillable when operated within the limits specified by the manufacturer
+ + +.. raw:: html + +
+ +NonTemporalRole +--------------- + +* http://emmo.info/emmo#EMMO_fcae603e_aa6e_4940_9fa1_9f0909cabf3b + +.. raw:: html + + + + + + + + + + +
ElucidationAn holistic spatial part of a whole.
Alternative Label(s)HolisticSpatialPart
+ + +.. raw:: html + +
+ +NormalHydrogenElectrode +----------------------- + +* http://emmo.info/electrochemistry#electrochemistry_83ee23b3_2f5c_4afa_b972_ac85e91d7306 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationpotential of a platinum electrode in 1 M acid solution.
Alternative Label(s)NHE
Wikidata Referencehttps://www.wikidata.org/wiki/Q115694592
Commenthydrogen gas at 1 atm pressures is bubbled through the acid solution
+ + +.. raw:: html + +
+ +NormalPulseVoltammetry +---------------------- + +* http://emmo.info/electrochemistry#electrochemistry_3c3972f6_8e1d_454b_a198_48173ba2232b + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationvoltammetry in which potential pulses of amplitude increasing by a constant increment and with a pulse width of 2 to 200 ms are superimposed on a constant initial potential
Alternative Label(s)NPV, NPV, NPV, NPV, NPV
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
CommentNormal pulse polarography is NPV in which a dropping mercury electrode is used as the working electrode. A pulse is applied just before the mechanically enforced end of the drop. The pulse width is usually 10 to 20 % of the drop time. The drop dislodgment is synchro- nized with current sampling, which is carried out just before the end of the pulse, as in NPV.
+ + +.. raw:: html + +
+ +NuclearMagneton +--------------- + +* http://emmo.info/emmo#EMMO_fbd27874_80aa_4aac_997b_91ab766342ac + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationAbsolute value of the magnetic moment of a nucleus.
IUPAC Referencehttps://doi.org/10.1351/goldbook.N04236
Wikidata Referencehttps://www.wikidata.org/wiki/Q1166093
+ + +.. raw:: html + +
+ +NuclearPrecessionAngularFrequency +--------------------------------- + +* http://emmo.info/emmo#EMMO_953d7ce1_2a40_4391_831f_e4be15162efb + +.. raw:: html + + + + + + + + + + +
ElucidationFrequency by which the nucleus angular momentum vector precesses about the axis of an external magnetic field.
Wikidata Referencehttps://www.wikidata.org/wiki/Q97641779
+ + +.. raw:: html + +
+ +NuclearQuadrupoleMoment +----------------------- + +* http://emmo.info/emmo#EMMO_c6da5256_df91_48f5_8653_35165fb454a0 + +.. raw:: html + + + + + + + + + + +
Elucidationz component of the diagonalized tensor of nuclear quadrupole moment, in the quantum state with the nuclear spin in the field direction (z).
Wikidata Referencehttps://www.wikidata.org/wiki/Q97921226
+ + +.. raw:: html + +
+ +NuclearRadius +------------- + +* http://emmo.info/emmo#EMMO_dd48bd88_9855_4da9_9297_41ae8a3c41fc + +.. raw:: html + + + + + + + + + + +
ElucidationConventional radius of sphere in which the nuclear matter is included,
Wikidata Referencehttps://www.wikidata.org/wiki/Q3535676
+ + +.. raw:: html + +
+ +NuclearSpinQuantumNumber +------------------------ + +* http://emmo.info/emmo#EMMO_8e655535_d6eb_46cd_9738_f86fa6c93217 + +.. raw:: html + + + + + + + + + + +
ElucidationQuantum number related to the total angular momentum, J, of a nucleus in any specified state, normally called nuclear spin.
Wikidata Referencehttps://www.wikidata.org/wiki/Q97577403
+ + +.. raw:: html + +
+ +Nucleon +------- + +* http://emmo.info/emmo#EMMO_50781fd9_a9e4_46ad_b7be_4500371d188d + +.. raw:: html + + + + + + + + + + +
ElucidationEither a proton or a neutron.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nucleon
+ + +.. raw:: html + +
+ +NucleonNumber +------------- + +* http://emmo.info/emmo#EMMO_5fb97c35_1896_4221_bdc1_0028bb80f5d5 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationnumber of nucleons in an atomic nucleus
Alternative Label(s)MassNumber
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-05-32
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03726
Wikipedia Referencehttps://en.wikipedia.org/wiki/Mass_number
Wikidata Referencehttps://www.wikidata.org/wiki/Q101395
+ + +.. raw:: html + +
+ +Nucleus +------- + +* http://emmo.info/emmo#EMMO_f835f4d4_c665_403d_ab25_dca5cc74be52 + +.. raw:: html + + + + + + +
ElucidationThe small, dense region at the centre of an atom consisting of protons and neutrons.
+ + +.. raw:: html + +
+ +NuclidicMass +------------ + +* http://emmo.info/emmo#EMMO_58c08428_03e2_446d_85e1_f94cc6682e2b + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationRest mass of a nuclide X in the ground state.
IUPAC Referencehttps://doi.org/10.1351/goldbook.N04258
Wikidata Referencehttps://www.wikidata.org/wiki/Q97010809
+ + +.. raw:: html + +
+ +Number +------ + +* http://emmo.info/emmo#EMMO_21f56795_ee72_4858_b571_11cfaa59c1a8 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationA numerical data value.
Alternative Label(s)Numeral, Numeral, Numeral
CommentA number individual provides the link between the ontology and the actual data, through the data property hasNumericalValue.
+ + +.. raw:: html + +
+ +NumberOfCellsConnectedInParallel +-------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_482173dc_7779_4f12_982c_b19f2cda2dac + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +NumberOfCellsConnectedInSeries +------------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_9d6a52ed_a53d_4327_a391_f173677a4b1d + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +NumberOfElements +---------------- + +* http://emmo.info/emmo#EMMO_f17133c2_bb33_4ffd_89fa_eef2b403d5e6 + +.. raw:: html + + + + + + + + + + +
ElucidationNumber of direct parts of a Reductionistic.
CommentUsing direct parthood EMMO creates a well-defined broadcasting between granularity levels. This also make it possible to count the direct parts of each granularity level.
+ + +.. raw:: html + +
+ +NumberOfEntities +---------------- + +* http://emmo.info/emmo#EMMO_41efdf5d_0c9c_4ea0_bb65_f8236e663be5 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationDiscrete quantity; number of entities of a given kind in a system.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=112-01-09
IUPAC Referencehttps://doi.org/10.1351/goldbook.N04266
Wikidata Referencehttps://www.wikidata.org/wiki/Q614112
+ + +.. raw:: html + +
+ +NumberOfTurnsInAWinding +----------------------- + +* http://emmo.info/emmo#EMMO_eefaa0ef_e7d4_4633_bf79_655bb55f4a49 + +.. raw:: html + + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q77995997
+ + +.. raw:: html + +
+ +Numeral +------- + +* http://emmo.info/emmo#EMMO_74b05aed_66bf_43c8_aa2c_752a9ca8be03 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Numerical +--------- + +* http://emmo.info/emmo#EMMO_4ce76d7f_03f8_45b6_9003_90052a79bfaa + +.. raw:: html + + + + + + +
ElucidationA 'Mathematical' that has no unknown value, i.e. all its 'Variable"-s parts refers to a 'Number' (for scalars that have a built-in datatype) or to another 'Numerical' (for complex numerical data structures that should rely on external implementations).
+ + +.. raw:: html + +
+ +NumericalData +------------- + +* http://emmo.info/emmo#EMMO_888a5dea_3b7d_4dc0_93f2_d4e345a1f903 + +.. raw:: html + + + + + + +
ElucidationData that can be decoded under a quantitative schema and also associated with a graphical number symbols.
+ + +.. raw:: html + +
+ +NumericalVariable +----------------- + +* http://emmo.info/emmo#EMMO_9e029526_79a2_47a8_a151_dd0545db471b + +.. raw:: html + + + + + + +
ElucidationA variable standing for a numerical defined mathematical object like e.g. a number, a vector of numbers, a matrix of numbers.
+ + +.. raw:: html + +
+ +NyquistPlot +----------- + +* https://emmo.info/electrochemistry#electrochemistry_a2b01d05_b472_4cf5_b388_e0914db56324 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationplots of the out of phase vs. the in phase component of the impedance for all the frequencies tested in an impedimetry measurement
Alternative Label(s)ComplexPlanePlot, NyquistDiagram
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nyquist_stability_criterion#Nyquist_plot
Wikidata Referencehttps://www.wikidata.org/wiki/Q1333343
+ + +.. raw:: html + +
+ +OEMBattery +---------- + +* http://emmo.info/battery#battery_1c8e08a6_8542_432a_9bd3_9474df55d497 + +.. raw:: html + + + + + + + + + + +
Elucidationbattery supplied to an original equipment manufacturer (OEM) for use only with or in new equipment.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-12
+ + +.. raw:: html + +
+ +OWLDLRestrictedAxiom +-------------------- + +* http://emmo.info/emmo#EMMO_c6e77b51_681b_4d04_b20d_a08f2b977470 + +.. raw:: html + + + + + + +
ElucidationAxiom not included in the theory because of OWL 2 DL global restrictions for decidability.
+ + +.. raw:: html + +
+ +OXylene +------- + +* http://emmo.info/emmo#material_ee2e195f_7b51_4444_a472_f76ea9bb5943 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)OrthoXylene
Wikipedia Referencehttps://en.wikipedia.org/wiki/O-Xylene
Wikidata Referencehttps://www.wikidata.org/wiki/Q2988108
+ + +.. raw:: html + +
+ +Object +------ + +* http://emmo.info/emmo#EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationA whole that is identified according to a criteria based on its spatial configuration that is satisfied throughout its time extension.
Alternative Label(s)Continuant, Endurant
CommentA continuant (here called object) is usually defined as a whole whose all possible temporal parts are always satisfying a specific criterion (wich is the classical definition of continuants). + However that's not possible in general, since we will finally end to temporal parts whose temporal extension is so small that the connectivity relations that define the object will no longer hold. That's the case when the temporal interval is lower than the interval that characterize the causality interactions between the object parts. + In other terms, if the time span of a temporal part is lower than the inverse of the frequency of interactions between the constituents, then the constituents in such temporal part are not connected. The object is no more an object, neither an item, but simply a collection of fundamental parts. + To overcome this issue, we can identify an minimum holistic temporal part (a lower time interval value), below which a specific definition for an object type does not hold anymore, that is called a fundamental.
+ + +.. raw:: html + +
+ +Objective +--------- + +* http://emmo.info/emmo#EMMO_2a888cdf_ec4a_4ec5_af1c_0343372fc978 + +.. raw:: html + + + + + + + + + + +
ElucidationA coded conventional that is determined by each interpeter following a well defined determination procedure through a specific perception channel.
CommentThe word objective does not mean that each observation will provide the same results. It means that the observation followed a well defined procedure. + + This class refers to what is commonly known as physical property, i.e. a measurable property of physical system, whether is quantifiable or not.
+ + +.. raw:: html + +
+ +ObjectiveProperty +----------------- + +* http://emmo.info/emmo#EMMO_dd4a7f3e_ef56_466c_ac1a_d2716b5f87ec + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationA quantity that is obtained from a well-defined procedure.
Alternative Label(s)PhysicalProperty, QuantitativeProperty
CommentSubclasses of 'ObjectiveProperty' classify objects according to the type semiosis that is used to connect the property to the object (e.g. by measurement, by convention, by modelling).
+ + +.. raw:: html + +
+ +Observation +----------- + +* http://emmo.info/emmo#EMMO_3b19eab4_79be_4b02_bdaf_ecf1f0067a68 + +.. raw:: html + + + + + + +
ElucidationA characterisation of an object with an actual interaction.
+ + +.. raw:: html + +
+ +Observed +-------- + +* http://emmo.info/emmo#EMMO_1b6a95fb_3df7_44c9_ad3d_419c9c5fe7cb + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Observer +-------- + +* http://emmo.info/emmo#EMMO_ea67caa5_2609_4e91_98ae_81103f2d5c25 + +.. raw:: html + + + + + + +
ElucidationA characteriser that declares a property for an object through the specific interaction required by the property definition.
+ + +.. raw:: html + +
+ +OganessonAtom +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_cffec057-9258-52ae-bb4c-ca761b6bc407 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for oganesson.
+ + +.. raw:: html + +
+ +OganessonSymbol +--------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_e5d7bd48-4098-59b6-b872-8bba421157eb + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Ohm +--- + +* http://emmo.info/emmo#Ohm + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationThe SI derived unit of electrical resistance, named after German physicist Georg Simon Ohm.
IUPAC Referencehttps://doi.org/10.1351/goldbook.O04280
Wikipedia Referencehttp://en.wikipedia.org/wiki/Ohm?oldid=494685555
+ + +.. raw:: html + +
+ +OhmMetre +-------- + +* http://emmo.info/emmo#OhmMetre + +.. raw:: html + + + + + + +
Alternative Label(s)Ohm Metre
+ + +.. raw:: html + +
+ +OhmSquareMetrePerMetre +---------------------- + +* http://emmo.info/emmo#OhmSquareMetrePerMetre + +.. raw:: html + + + + + + +
Alternative Label(s)Ohm Square Metre per Metre
+ + +.. raw:: html + +
+ +OhmicOverpotential +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_03a6ce70_5085_4683_bb4e_fc3c18f7143a + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationpart of the electrode polarization arising from an electric current through an ohmic resistance within the electrode or the electrolyte
Alternative Label(s)OhmicOvervoltage, OhmicPolarization
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-09
+ + +.. raw:: html + +
+ +Olfactory +--------- + +* http://emmo.info/emmo#EMMO_e1021593_06da_4237_8a02_29d8f6fef76d + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +OneManifold +----------- + +* http://emmo.info/emmo#EMMO_0c576e13_4ee7_4f3d_bfe9_1614243df018 + +.. raw:: html + + + + + + +
Alternative Label(s)1-manifold
+ + +.. raw:: html + +
+ +OpenCircuitHold +--------------- + +* http://emmo.info/electrochemistry#electrochemistry_cb3c0663_5962_4b79_8e72_1e8242af3977 + +.. raw:: html + + + + + + +
Alternative Label(s)OCVHold
+ + +.. raw:: html + +
+ +OpenCircuitVoltage +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_9c657fdc_b9d3_4964_907c_f9a6e8c5f52b + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationelectrode potential of working electrode relative to the reference electrode when no potential or electric current is being applied to the electrochemical cell
Alternative Label(s)OpenCircuitPotential, OpenCircuitPotential
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-32
Wikipedia Referencehttps://en.wikipedia.org/wiki/Open-circuit_voltage
Wikidata Referencehttps://www.wikidata.org/wiki/Q1812203
CommentIn the case of a reversible electrode system, the OCP is also referred to as the equilibrium electrode potential. Otherwise, it is called the rest potential, or the corrosion potential, depending on the system being studied.
+ + +.. raw:: html + +
+ +OrbitalAngularMomentumQuantumNumber +----------------------------------- + +* http://emmo.info/emmo#EMMO_37f1613c_c905_4cce_bcf4_ef0964c19e5d + +.. raw:: html + + + + + + + + + + +
ElucidationAtomic quantum number related to the orbital angular momentum l of a one-electron state.
Wikidata Referencehttps://www.wikidata.org/wiki/Q1916324
+ + +.. raw:: html + +
+ +OrdinalQuantity +--------------- + +* http://emmo.info/emmo#EMMO_c46f091c_0420_4c1a_af30_0a2c8ebcf7d7 + +.. raw:: html + + + + + + + + + + +
Elucidation"Quantity, defined by a conventional measurement procedure, for which a total ordering relation can be established, according to magnitude, with other quantities of the same kind, but for which no algebraic operations among those quantities exist" + International vocabulary of metrology (VIM)
Comment"Ordinal quantities, such as Rockwell C hardness, are usually not considered to be part of a system of quantities because they are related to other quantities through empirical relations only." + International vocabulary of metrology (VIM)
+ + +.. raw:: html + +
+ +OrdinaryMatter +-------------- + +* http://emmo.info/emmo#EMMO_6e9cb807_fc68_4bcf_b3ba_5fccc887c644 + +.. raw:: html + + + + + + +
ElucidationMatter composed of only matter particles, excluding anti-matter particles.
+ + +.. raw:: html + +
+ +OrganicAcidCompound +------------------- + +* http://emmo.info/emmo#material_b325bdd7_0adf_4522_a4ef_20cd6929e094 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +OrganicCompound +--------------- + +* http://emmo.info/emmo#EMMO_704630b8_fee3_49b9_baca_40e2dd276370 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +OrganicElectrolyte +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_564d31be_91cb_4a8f_8369_2a55f1180499 + +.. raw:: html + + + + + + +
Elucidationan electrolyte solution with an organic solvent
+ + +.. raw:: html + +
+ +Organisation +------------ + +* http://emmo.info/emmo#EMMO_c0f72631_d7c2_434c_9c26_5c44123df682 + +.. raw:: html + + + + + + +
ElucidationAn holistic system of people that has its own functions with responsibilities, authorities and relationships to achieve its objectives.
+ + +.. raw:: html + +
+ +Osmium +------ + +* http://emmo.info/emmo#material_cd8581de_2e32_43ee_b0f0_02de1577c69d + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Osmium
Wikidata Referencehttps://www.wikidata.org/wiki/Q751
+ + +.. raw:: html + +
+ +OsmiumAtom +---------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_016c831e-66b7-546e-ad4a-fc22c739b0f5 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for osmium.
+ + +.. raw:: html + +
+ +OsmiumSymbol +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_fb1bb238-24bc-5d37-9243-414770fda5be + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +OsmoticCoefficientOfSolvent +--------------------------- + +* http://emmo.info/emmo#EMMO_987594e7_c152_4f76_88cf_a80874a864fd + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationQuantity characterizing the deviation of a solvent from ideal behavior.
Alternative Label(s)OsmoticFactorOfSolvent
IUPAC Referencehttps://doi.org/10.1351/goldbook.O04342
Wikidata Referencehttps://www.wikidata.org/wiki/Q5776102
+ + +.. raw:: html + +
+ +OsmoticPressure +--------------- + +* http://emmo.info/emmo#EMMO_19c5c2b2_463b_4e41_bd50_4f7239aa62d9 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationMeasure of the tendency of a solution to take in pure solvent by osmosis.
IUPAC Referencehttps://doi.org/10.1351/goldbook.O04344
Wikidata Referencehttps://www.wikidata.org/wiki/Q193135
+ + +.. raw:: html + +
+ +OutputCable +----------- + +* http://emmo.info/electrochemistry#electrochemistry_76df6e7b_fc3b_4a1f_98b1_0ca9c0539e4c + +.. raw:: html + + + + + + + + + + +
Elucidationcable used for the electrical connection of the battery terminals and the load and/or the charger
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-36
+ + +.. raw:: html + +
+ +Overcharge +---------- + +* http://emmo.info/electrochemistry#electrochemistry_9ee6e728_e8f5_4b36_a045_d63da69dfc85 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationcontinued charging of a fully charged secondary cell or battery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-44
Commentovercharge is also the act of charging beyond a certain limit specified by the manufacturer
+ + +.. raw:: html + +
+ +Overpotential +------------- + +* http://emmo.info/electrochemistry#electrochemistry_1cd1d777_e67b_47eb_81f1_edac35d9f2c6 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationelectrode potential (E) minus the equilibrium electrode potential (Eeq) of an electrochemical reaction
Alternative Label(s)ElectrodePolarization, ElectrodePolarization, Overvoltage, Overvoltage, PolarizationPotential, PolarizationPotential
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-02
IUPAC Referencehttps://goldbook.iupac.org/terms/view/O04358
Wikipedia Referencehttps://en.wikipedia.org/wiki/Overpotential
Commentdifference between the electrode potential with current flow, and the electrode potential without current flow, i.e. the equilibrium potential
+ + +.. raw:: html + +
+ +OxalicAcid +---------- + +* http://emmo.info/emmo#material_cfcaa487_a7ee_401b_902a_afc68158a02f + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)HO2CCO2H
Wikipedia Referencehttps://en.wikipedia.org/wiki/Oxalic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q184832
+ + +.. raw:: html + +
+ +OxidationNumber +--------------- + +* http://emmo.info/emmo#EMMO_26922e28_b266_46c1_b93e_4940633ba5e4 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + + + + + +
ElucidationCharge number that an atom within a molecule would have if all the ligands were removed along with the electron pairs that were shared.
Alternative Label(s)OxidationState
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-25
IUPAC Referencehttps://doi.org/10.1351/goldbook.O04363
Wikipedia Referencehttps://en.wikipedia.org/wiki/Oxidation_state
Wikidata Referencehttps://www.wikidata.org/wiki/Q484152
+ + +.. raw:: html + +
+ +Oxygen +------ + +* http://emmo.info/emmo#material_28df7242_f3a7_44e5_bd60_fb16796539c1 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)O2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Oxygen
Wikidata Referencehttps://www.wikidata.org/wiki/Q629
+ + +.. raw:: html + +
+ +OxygenAtom +---------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_48be0f49-9e7f-51c1-96ce-88e7794a13b0 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for oxygen.
+ + +.. raw:: html + +
+ +OxygenElectrode +--------------- + +* http://emmo.info/electrochemistry#electrochemistry_e2c91edd_dd01_4309_9735_6fe5280261d4 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +OxygenSymbol +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_96fb9a6c-80d6-57fa-a4f2-0d2a59232418 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +P2DModel +-------- + +* http://emmo.info/battery#battery_52ed5408_da62_483d_97d5_a45755022582 + +.. raw:: html + + + + + + +
Alternative Label(s)DFNModel, DoyleFullerNewmanModel, NewmanModel
+ + +.. raw:: html + +
+ +P3DModel +-------- + +* http://emmo.info/battery#battery_0e9e80a1_1fb6_45d9_a1dd_d18ebfc48ae2 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +P4DModel +-------- + +* http://emmo.info/battery#battery_ef791f05_41d4_4bdb_a1fc_fd455ed0ecb2 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PDI +--- + +* http://emmo.info/emmo#material_62a815b7_247b_4c48_b83c_d52044f57236 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PH +-- + +* http://emmo.info/emmo#EMMO_80fe82d4_f4c1_43a1_98dc_ee5fc7927e19 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationNumber quantifying the acidic or the alkaline character of a solution, equal to the negative of the decimal logarithm of ion activity aH+ of the hydrogen cation H+ + pH = −10 log(a_H+).
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-21
IUPAC Referencehttps://doi.org/10.1351/goldbook.P04524
CommentAt about 25 °C aqueous solutions with: + pH < 7 are acidic; + pH = 7 are neutral; + pH > 7 are alkaline. + At temperatures far from 25 °C the pH of a neutral solution differs significantly from 7.
+ + +.. raw:: html + +
+ +POH +--- + +* http://emmo.info/emmo#EMMO_3b586409_b05e_4129_ab40_93768eef503f + +.. raw:: html + + + + + + + + + + +
Elucidationnumber quantifying the acidic or the alkaline character of a solution, equal to the negative of the decimal logarithm of ion activity aOH- of the hydroxide anion OH- + pH = −10 log(a_OH-)
CommentWritten as pOH
+ + +.. raw:: html + +
+ +PackingFraction +--------------- + +* http://emmo.info/emmo#EMMO_9f33b66d_f2d6_47d0_b163_deeb3d45685a + +.. raw:: html + + + + + + + + + + +
ElucidationQuotient of relative mass excess and the nucleon number.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98058276
+ + +.. raw:: html + +
+ +Painting +-------- + +* http://emmo.info/emmo#EMMO_96c38f8d_fabd_41dc_abda_d15419eb897d + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Palladium +--------- + +* http://emmo.info/emmo#material_f96ceacb_2808_4c4d_925c_d28086c8a2e1 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Palladium
Wikidata Referencehttps://www.wikidata.org/wiki/Q1089
+ + +.. raw:: html + +
+ +PalladiumAtom +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_cabcb18d-88ff-5ff7-aceb-ab573526620e + +.. raw:: html + + + + + + +
ElucidationAtom subclass for palladium.
+ + +.. raw:: html + +
+ +PalladiumElectrode +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_f9f056bb_a38b_43bd_a6bd_99d618431f4d + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PalladiumOxide +-------------- + +* http://emmo.info/emmo#material_56cdced5_3773_4839_9269_df2d13ea9224 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)PdO
Wikipedia Referencehttps://en.wikipedia.org/wiki/Palladium(II)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q421063
+ + +.. raw:: html + +
+ +PalladiumOxideCompound +---------------------- + +* http://emmo.info/emmo#material_0dcf209c_6455_4305_9714_fec548742c6a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PalladiumSymbol +--------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_89f46282-58a4-5140-8c5b-7aaddcccdcf0 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PaperLinedCell +-------------- + +* http://emmo.info/battery#battery_78826076_05d5_4cc8_b46b_93418a67c91b + +.. raw:: html + + + + + + + + + + +
Elucidationprimary cell wherein the separator is paper impregnated with electrolyte
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-15
+ + +.. raw:: html + +
+ +PaperManufacturing +------------------ + +* http://emmo.info/emmo#EMMO_123b0aee_eac2_461f_8078_3a7c8dfbe7ce + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ParallelConnection +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_efc4f7ab_850d_443c_a17f_184983021f96 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationarrangement of cells or batteries wherein all the positive terminals and all the negative terminals, respectively, are connected together.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-39
Wikidata Referencehttps://www.wikidata.org/wiki/Q302489
+ + +.. raw:: html + +
+ +ParallelSeriesConnection +------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_d5da9948_e95b_4f12_a2d2_10a48f390c52 + +.. raw:: html + + + + + + + + + + +
Elucidationarrangement of cells or batteries wherein parallel connected cells or batteries are connected in series.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-40
+ + +.. raw:: html + +
+ +ParallelWorkflow +---------------- + +* http://emmo.info/emmo#EMMO_5848e476_2768_4988_98f9_9053c532307b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Parameter +--------- + +* http://emmo.info/emmo#EMMO_d1d436e7_72fc_49cd_863b_7bfb4ba5276a + +.. raw:: html + + + + + + +
CommentA variable whose value is assumed to be known independently from the equation, but whose value is not explicitated in the equation.
+ + +.. raw:: html + +
+ +ParasiticReaction +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_b79d4f9e_5727_4895_8d7f_5fc18d83eb90 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationan unwanted side reaction
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-07
Commentin a galvanic cell, parasitic reactions may cause inefficiencies or loss of performance
+ + +.. raw:: html + +
+ +PartialComposition +------------------ + +* http://emmo.info/emmo#EMMO_90963312_d9a9_4474_8d10_835aef5b168e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PartialPressure +--------------- + +* http://emmo.info/emmo#EMMO_535021bf_d490_416a_9855_b918cf96c115 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationHypothetical pressure of gas if it alone occupied the volume of the mixture at the same temperature.
IUPAC Referencehttps://doi.org/10.1351/goldbook.P04420
Wikidata Referencehttps://www.wikidata.org/wiki/Q27165
+ + +.. raw:: html + +
+ +Participant +----------- + +* http://emmo.info/emmo#EMMO_13191289_6c2b_4741_93e1_82d53bd0e703 + +.. raw:: html + + + + + + +
ElucidationAn object which is an holistic spatial part of a process.
+ + +.. raw:: html + +
+ +ParticleConcentration +--------------------- + +* http://emmo.info/emmo#EMMO_3f97cf06_fde4_4c2d_b867_d7983228a1ff + +.. raw:: html + + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q39078574
+ + +.. raw:: html + +
+ +ParticleCurrentDensity +---------------------- + +* http://emmo.info/emmo#EMMO_1fa63b54_64d7_40fa_9c8c_003bd61664d1 + +.. raw:: html + + + + + + + + + + +
ElucidationNumber of particles per time and area crossing a surface.
Wikidata Referencehttps://www.wikidata.org/wiki/Q2400689
+ + +.. raw:: html + +
+ +ParticleEmissionRate +-------------------- + +* http://emmo.info/emmo#EMMO_444de087_cecb_4b21_a24c_529aa31e0f4a + +.. raw:: html + + + + + + + + + + +
ElucidationDifferential quotient of N with respect to time, where N is the number of particles being emitted from an infinitesimally small volume element in the time interval of duration dt, and dt.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98153151
+ + +.. raw:: html + +
+ +ParticleFluence +--------------- + +* http://emmo.info/emmo#EMMO_246af1cb_2f80_4ff7_9add_c1dd4cfdcc93 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationDifferential quotient of N with respect to a, where N is the number of particles incident on a sphere of cross-sectional area a.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-15
Wikidata Referencehttps://www.wikidata.org/wiki/Q82965908
+ + +.. raw:: html + +
+ +ParticleFluenceRate +------------------- + +* http://emmo.info/emmo#EMMO_6de11e9b_8dcb_444b_ba79_1a55130ed0c8 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationDifferential quotient of fluence Φ with respect to time.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-16
Wikidata Referencehttps://www.wikidata.org/wiki/Q98497410
+ + +.. raw:: html + +
+ +ParticleNumberDensity +--------------------- + +* http://emmo.info/emmo#EMMO_e7ec6ee1_9de2_4791_a826_15b7682b6bee + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationMean number of particles per volume.
IUPAC Referencehttps://doi.org/10.1351/goldbook.N04262
Wikidata Referencehttps://www.wikidata.org/wiki/Q98601569
+ + +.. raw:: html + +
+ +ParticlePositionVector +---------------------- + +* http://emmo.info/emmo#EMMO_5186b2e6_f34f_46ee_b08e_ec517a1f43d2 + +.. raw:: html + + + + + + + + + + +
ElucidationPosition vector of a particle.
Wikidata Referencehttps://www.wikidata.org/wiki/Q105533324
+ + +.. raw:: html + +
+ +ParticleRadius +-------------- + +* http://emmo.info/electrochemistry#electrochemistry_b92e382f_5109_4f60_ab5e_c89d340419a9 + +.. raw:: html + + + + + + +
Elucidationradius of a particle
+ + +.. raw:: html + +
+ +ParticleSizeD50 +--------------- + +* http://emmo.info/electrochemistry#electrochemistry_3cfdfc10_a5cb_4e3e_b1a1_281010d1465c + +.. raw:: html + + + + + + +
Elucidationin particle size distribution measurements, the mass-median-diameter, considered to be the average particle size by mass
+ + +.. raw:: html + +
+ +ParticleSourceDensity +--------------------- + +* http://emmo.info/emmo#EMMO_146e85cb_37a7_4204_84f1_30113cfddd0c + +.. raw:: html + + + + + + + + + + +
ElucidationQuotient of the mean rate of production of particles in a volume, and that volume.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98915762
+ + +.. raw:: html + +
+ +ParticulateMatter +----------------- + +* http://emmo.info/emmo#EMMO_32f55395_8b94_40de_a103_bffa5c121d98 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Pascal +------ + +* http://emmo.info/emmo#Pascal + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationSI unit for pressure.
IUPAC Referencehttps://doi.org/10.1351/goldbook.P04442
Wikipedia Referencehttp://en.wikipedia.org/wiki/Pascal?oldid=492989202
+ + +.. raw:: html + +
+ +PascalCubicMetrePerSecond +------------------------- + +* http://emmo.info/emmo#PascalCubicMetrePerSecond + +.. raw:: html + + + + + + + + + + +
Elucidationproduct out of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second + + -- QUDT
Alternative Label(s)Pascal Cubic Metre Per Second
+ + +.. raw:: html + +
+ +PascalLitrePerSecond +-------------------- + +* http://emmo.info/emmo#PascalLitrePerSecond + +.. raw:: html + + + + + + + + + + +
Elucidationproduct out of the SI derived unit pascal and the unit litre divided by the SI base unit second + + -- QUDT
Alternative Label(s)Pascal Litre Per Second
+ + +.. raw:: html + +
+ +PascalMetre +----------- + +* http://emmo.info/emmo#PascalMetre + +.. raw:: html + + + + + + +
Alternative Label(s)Pascal metres
+ + +.. raw:: html + +
+ +PascalMetrePerSecond +-------------------- + +* http://emmo.info/emmo#PascalMetrePerSecond + +.. raw:: html + + + + + + +
Alternative Label(s)Pascal metres per second
+ + +.. raw:: html + +
+ +PascalMetrePerSquareSecond +-------------------------- + +* http://emmo.info/emmo#PascalMetrePerSquareSecond + +.. raw:: html + + + + + + +
Alternative Label(s)Pascal metres per square second
+ + +.. raw:: html + +
+ +PascalPerHour +------------- + +* http://emmo.info/emmo#PascalPerHour + +.. raw:: html + + + + + + + + + + +
ElucidationA rate of change of pressure measured as the number of Pascals in a period of one hour. + + -- QUDT
Alternative Label(s)Pascal per Hour
+ + +.. raw:: html + +
+ +PascalPerKelvin +--------------- + +* http://emmo.info/emmo#PascalPerKelvin + +.. raw:: html + + + + + + +
Alternative Label(s)Pascal per Kelvin
+ + +.. raw:: html + +
+ +PascalPerMetre +-------------- + +* http://emmo.info/emmo#PascalPerMetre + +.. raw:: html + + + + + + + + + + +
ElucidationSI derived unit pascal divided by the SI base unit metre + + -- QUDT
Alternative Label(s)Pascal Per Metre
+ + +.. raw:: html + +
+ +PascalPerMinute +--------------- + +* http://emmo.info/emmo#PascalPerMinute + +.. raw:: html + + + + + + + + + + +
ElucidationA rate of change of pressure measured as the number of Pascals in a period of one minute. + + -- QUDT
Alternative Label(s)Pascal per Minute
+ + +.. raw:: html + +
+ +PascalPerSecond +--------------- + +* http://emmo.info/emmo#PascalPerSecond + +.. raw:: html + + + + + + + + + + +
ElucidationA rate of change of pressure measured as the number of Pascals in a period of one second. + + -- QUDT
Alternative Label(s)Pascal per Second
+ + +.. raw:: html + +
+ +PascalSecond +------------ + +* http://emmo.info/emmo#PascalSecond + +.. raw:: html + + + + + + + + + + +
ElucidationThe SI unit of dynamic viscosity, equal to 10 poises or 1000 centipoises. + + -- QUDT
Alternative Label(s)Pascal Second
+ + +.. raw:: html + +
+ +PascalSecondPerCubicMetre +------------------------- + +* http://emmo.info/emmo#PascalSecondPerCubicMetre + +.. raw:: html + + + + + + + + + + +
Elucidation`Pascal Second Per Cubic Meter` (Pa-s/m³) is a unit in the category of Acoustic impedance. It is also known as `pascal-second/cubic meter`. It has a dimension of ML⁻⁴T⁻¹ where M is mass, L is length, and T is time. This unit is the standard SI unit in this category. + + -- QUDT
Alternative Label(s)Pascal Second Per Cubic Metre
+ + +.. raw:: html + +
+ +PascalSecondPerMetre +-------------------- + +* http://emmo.info/emmo#PascalSecondPerMetre + +.. raw:: html + + + + + + + + + + +
ElucidationPascal Second Per Meter (Pa-s/m) is a unit in the category of Specific acoustic impedance. It is also known as pascal-second/meter. Pascal Second Per Meter has a dimension of ML²T⁻¹ where M is mass, L is length, and T is time. It essentially the same as the corresponding standard SI unit kg/m2· s. + + -- QUDT
Alternative Label(s)Pascal Second Per Metre
+ + +.. raw:: html + +
+ +PassivationLayer +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_d16eec87_c646_4566_bda6_7d3357cda061 + +.. raw:: html + + + + + + +
Elucidationan interfacial layer of an electrode surface, that causes the electrode to become passivated
+ + +.. raw:: html + +
+ +PasteLinedCell +-------------- + +* http://emmo.info/battery#battery_69173be9_7105_43da_8635_033364616783 + +.. raw:: html + + + + + + + + + + +
Elucidationprimary cell wherein the separator is a starch gel wet with electrolyte
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-16
+ + +.. raw:: html + +
+ +PastedPlate +----------- + +* http://emmo.info/electrochemistry#electrochemistry_a1ec9e3c_c624_4848_af13_89a6bc54d77c + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationplate in which the active material is applied as a paste to a conductive current collector
Alternative Label(s)CoatedElectrode
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-03
+ + +.. raw:: html + +
+ +Path +---- + +* http://emmo.info/emmo#e94a9156_fb6c_4e16_88ee_829ac9933155 + +.. raw:: html + + + + + + +
ElucidationA path is a string of characters used to uniquely identify a location in a directory structure.
+ + +.. raw:: html + +
+ +PathLength +---------- + +* http://emmo.info/emmo#EMMO_a0ce1017_0467_473b_8af8_0ddf4621b0be + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationLength of a rectifiable curve between two of its points.
Alternative Label(s)ArcLength
Wikipedia Referencehttps://en.wikipedia.org/wiki/Arc_length
Wikidata Referencehttps://www.wikidata.org/wiki/Q7144654
+ + +.. raw:: html + +
+ +PeakCurrent +----------- + +* http://emmo.info/electrochemistry#electrochemistry_382b10dc_83aa_4e77_a1d5_1edd06fd1e05 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationin dynamic voltammetric techniques, the maximum value of the faradaic current attained by varying the applied potential in the current-potential or I-E curve
IUPAC Referencehttps://goldbook.iupac.org/terms/view/P04457
CommentI_{p}
+ + +.. raw:: html + +
+ +PeakPotential +------------- + +* http://emmo.info/electrochemistry#electrochemistry_e4a221e0_afc9_4464_91d4_e0c8ecdf79e8 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationelectrode potential of the working electrode at which the peak current is attained
IUPAC Referencehttps://doi.org/10.1351/goldbook.P04464
CommentThis term is used in dynamic voltammetric techniques providing a peak-shaped current response (linear-sweep voltammetry, triangular-wave voltammetry, cyclic voltammetry, AC voltammetry, differential pulse voltammetry, square-wave voltammetry, stripping voltamme- try and derivative techniques).
+ + +.. raw:: html + +
+ +Peening +------- + +* http://emmo.info/emmo#EMMO_dc0874e8_36e1_44df_947d_0d7c81167a09 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PeltierCoefficient +------------------ + +* http://emmo.info/emmo#EMMO_dfcff795_0fe9_4eb7_8f8f_879bb50939c9 + +.. raw:: html + + + + + + + + + + +
ElucidationQuotient of Peltier heat power developed at a junction, and the electric current flowing from substance a to substance b.
Wikidata Referencehttps://www.wikidata.org/wiki/Q105801003
+ + +.. raw:: html + +
+ +PentafluorophenylIsocyanate +--------------------------- + +* http://emmo.info/emmo#material_d47303ca_3445_4579_9684_21aa153140df + +.. raw:: html + + + + + + +
Alternative Label(s)PFPI
+ + +.. raw:: html + +
+ +PentanoicAcid +------------- + +* http://emmo.info/emmo#material_3604e3b6_2e54_41b2_b204_f52a427b990a + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Valeric_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q407796
+ + +.. raw:: html + +
+ +PerAmountUnit +------------- + +* http://emmo.info/emmo#EMMO_af24ae20_8ef2_435a_86a1_2ea44488b318 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PerAreaTimeUnit +--------------- + +* http://emmo.info/emmo#EMMO_9b075686_4ac2_43bb_b2a3_17b3ea24ff17 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PerAreaUnit +----------- + +* http://emmo.info/emmo#EMMO_11708648_fc62_46c6_bae5_3a10693e416e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PerEnergyUnit +------------- + +* http://emmo.info/emmo#EMMO_071b87fd_8ac8_4287_bfc6_9fcd8ce6674c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PerLengthTemperatureUnit +------------------------ + +* http://emmo.info/emmo#EMMO_61eec472_f9af_4861_bedd_d741f022a7e5 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PerLengthTimeUnit +----------------- + +* http://emmo.info/emmo#EMMO_9f0338b9_326f_44c2_893c_2d815b763130 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PerPressureUnit +--------------- + +* http://emmo.info/emmo#EMMO_2a068ad0_582c_4f50_90d2_89d9e28977c1 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PerTemperatureTimeUnit +---------------------- + +* http://emmo.info/emmo#EMMO_6bcf334d_efeb_49f8_9dd0_dbcbb31514d3 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PerTemperatureUnit +------------------ + +* http://emmo.info/emmo#EMMO_02a935c8_c2d4_4a00_bd6f_b89d05aac79e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PerThermalTransmittanceUnit +--------------------------- + +* http://emmo.info/emmo#EMMO_869e6e4f_a9b5_4db8_a978_8ad050239933 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PerTimeMassUnit +--------------- + +* http://emmo.info/emmo#EMMO_52b029aa_e525_4907_95d8_759298b04f97 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PerVolumeUnit +------------- + +* http://emmo.info/emmo#EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Perceptual +---------- + +* http://emmo.info/emmo#EMMO_649bf97b_4397_4005_90d9_219755d92e34 + +.. raw:: html + + + + + + + + + + +
ElucidationThe class of 'Physical' individuals which stand for real world objects that can stimulate a perception (e.g. a retina impression) into the ontologist and that are categorized accordingly to human perception mechanisms.
CommentThis class is the most general superclass for the categorization of real world objects that are recognizable by the ontologist through a specific perception mechanism. This perspective is based on human characterization of perceptions. + + In other words, a 'Perceptual' is a meta-object, meaning that is addressed by the ontologist (the meta-interpreter) in a semiotic process occurring outside the EMMO. The 'Perceptual' branch is here to facilitate the connection between an individual and the real-world object for which it stands for. + + A 'Perceptual' can stand for another object in an EMMO described semiotic process (acting as sign or as object), just like a word on a paper (the perceptual object) may refer semiotically to another object. However, a perceptual is not necessarily a 'Sign' (e.g. a line sketched on a blackboard is a recognizable 'Perceptual' but it may stand for nothing). + + A 'Perceptual' becomes an 'Object', when it is part of a 'Semiotic' process described by the ontologist within the EMMO, and it's done always specifying for which interpreter this relation occurs.
+ + +.. raw:: html + +
+ +Perchlorate +----------- + +* http://emmo.info/emmo#material_3286d184_258d_4f80_965b_b9277d57f1b0 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Perchlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q407189
+ + +.. raw:: html + +
+ +PerchloricAcid +-------------- + +* http://emmo.info/emmo#material_ecd84623_43e2_457e_8988_1bfc9d1fb818 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)HClO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Perchloric_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q193956
+ + +.. raw:: html + +
+ +PeriodDuration +-------------- + +* http://emmo.info/emmo#EMMO_90e59882_4592_4036_a75d_5fbefb22dc80 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationduration of one cycle of a periodic event
Alternative Label(s)Period
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-06-01
IUPAC Referencehttps://doi.org/10.1351/goldbook.P04493
Wikidata Referencehttps://www.wikidata.org/wiki/Q2642727
+ + +.. raw:: html + +
+ +PermanentLiquidPhaseSintering +----------------------------- + +* http://emmo.info/emmo#EMMO_1acb552d_281a_40a4_9d55_5e31b85d4dc1 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Permeability +------------ + +* http://emmo.info/emmo#EMMO_09663630_1b84_4202_91e6_e641104f579e + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)ElectromagneticPermeability
IUPAC Referencehttps://doi.org/10.1351/goldbook.P04503
CommentMeasure for how the magnetization of material is affected by the application of an external magnetic field .
+ + +.. raw:: html + +
+ +PermeabilityUnit +---------------- + +* http://emmo.info/emmo#EMMO_fa9c8c56_314f_4a5a_a71d_bae66446b185 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Permeance +--------- + +* http://emmo.info/emmo#EMMO_e0feea8c_318e_4dcf_92f0_751e228ed99d + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationInverse of the reluctance.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-29
Wikidata Referencehttps://www.wikidata.org/wiki/Q77997985
+ + +.. raw:: html + +
+ +Permittivity +------------ + +* http://emmo.info/emmo#EMMO_0ee5779e_d798_4ee5_9bfe_c392d5bea112 + +.. raw:: html + + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.P04507
CommentMeasure for how the polarization of a material is affected by the application of an external electric field.
+ + +.. raw:: html + +
+ +PermittivityUnit +---------------- + +* http://emmo.info/emmo#EMMO_5f89cb0c_3171_47ee_b2ab_027a07c34c4b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Persistence +----------- + +* http://emmo.info/emmo#EMMO_e04884d9_eda6_487e_93d5_7722d7eda96b + +.. raw:: html + + + + + + + + + + +
ElucidationThe union of the object or process classes.
CommentThe interest is on the 4D object as it extends in time (process) or as it persists in time (object): + - object (focus on spatial configuration) + - process (focus on temporal evolution) + + The concepts of endurant and perdurant implicitly rely on the concept of instantaneous 3D snapshot of the world object, that in the EMMO is not allowed since everything extends in 4D and there are no abstract objects. Moreover, time is a measured property in the EMMO and not an objective characteristic of an object, and cannot be used as temporal index to identify endurant position in time. + + For this reason an individual in the EMMO can always be classified both endurant and perdurant, due to its nature of 4D entity (e.g. an individual may belong both to the class of runners and the class of running process), and the distinction is purely semantic. In fact, the object/process distinction is simply a matter of convenience in a 4D approach since a temporal extension is always the case, and stationarity depends upon observer time scale. For this reason, the same individual (4D object) may play the role of a process or of an object class depending on the object to which it relates. + + Nevertheless, it is useful to introduce categorizations that characterize persistency through continuant and occurrent concepts, even if not ontologically but only cognitively defined. This is also due to the fact that our language distinguish between nouns and verbs to address things, forcing the separation between things that happens and things that persist. + + This perspective provides classes conceptually similar to the concepts of endurant and perdurant (a.k.a. continuant and occurrent). We claim that this distinction is motivated by our cognitive bias, and we do not commit to the fact that both these kinds of entity “do really exist”. For this reason, a whole instance can be both process and object, according to different cognitive approaches (see Wonderweb D17). + + The distinction between endurant and perdurant as usually introduced in literature (see BFO SPAN/SNAP approach) is then no more ontological, but can still be expressed through the introduction of ad hoc primitive definitions that follow the interpreter endurantist or perdurantist attitude.
+ + +.. raw:: html + +
+ +Perspective +----------- + +* http://emmo.info/emmo#EMMO_49267eba_5548_4163_8f36_518d65b583f9 + +.. raw:: html + + + + + + +
ElucidationThe class of causal objects that stand for world objects according to a specific representational perspective.
+ + +.. raw:: html + +
+ +Peta +---- + +* http://emmo.info/emmo#d7c74480_a568_4470_acff_f18b499cc850 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PetaPrefixedUnit +---------------- + +* http://emmo.info/emmo#EMMO_43a6b269_da31_4bb6_a537_c97df4fff32a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PhaseAngle +---------- + +* http://emmo.info/emmo#EMMO_2a0e5777_348c_475b_adf0_1b1e71a29bc9 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationAngular measure between the positive real axis and the radius of the polar representation of the complex number in the complex plane.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-07-04
Wikidata Referencehttps://www.wikidata.org/wiki/Q415829
+ + +.. raw:: html + +
+ +PhaseCoefficient +---------------- + +* http://emmo.info/emmo#EMMO_ff1212da_108e_4aaf_a2b0_b691fe53685e + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationChange of phase angle with the length along the path travelled by a plane wave.
Alternative Label(s)PhaseChangeCoefficient
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-10-20
Wikipedia Referencehttps://en.wikipedia.org/wiki/Propagation_constant#Phase_constant
Wikidata Referencehttps://www.wikidata.org/wiki/Q32745742
+ + +.. raw:: html + +
+ +PhaseDifference +--------------- + +* http://emmo.info/emmo#EMMO_7f8ef5cf_7d80_46fa_951c_369014e3a8af + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationUnder sinusoidal conditions, phase difference between the voltage applied to a linear two-terminal element or two-terminal circuit and the electric current in the element or circuit.
Alternative Label(s)DisplacementAngle
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-48
Wikidata Referencehttps://www.wikidata.org/wiki/Q97222919
+ + +.. raw:: html + +
+ +PhaseHeterogeneousMixture +------------------------- + +* http://emmo.info/emmo#EMMO_0e030040_98a7_49b2_a871_dced1f3a6131 + +.. raw:: html + + + + + + +
ElucidationA mixture in which more than one phases of matter cohexists.
+ + +.. raw:: html + +
+ +PhaseHomogeneousMixture +----------------------- + +* http://emmo.info/emmo#EMMO_0e6378df_1ce8_4321_b00c_ee9beea60a67 + +.. raw:: html + + + + + + +
ElucidationA single phase mixture.
+ + +.. raw:: html + +
+ +PhaseOfMatter +------------- + +* http://emmo.info/emmo#EMMO_668fbd5b_6f1b_405c_9c6b_d6067bd0595a + +.. raw:: html + + + + + + + + + + +
ElucidationA matter object throughout which all physical properties of a material are essentially uniform.
Alternative Label(s)Phase
+ + +.. raw:: html + +
+ +PhaseSpeedOfElectromagneticWaves +-------------------------------- + +* http://emmo.info/emmo#EMMO_9b9e0029_8b16_4382_bd47_571a7ae7d6f6 + +.. raw:: html + + + + + + + + + + +
ElucidationAngular frequency divided by angular wavenumber.
Wikidata Referencehttps://www.wikidata.org/wiki/Q77990619
+ + +.. raw:: html + +
+ +PhaseVelocity +------------- + +* http://emmo.info/emmo#EMMO_2b69b940_a4ab_40dc_b565_8daab23e4df2 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationFor a sinusoidal wave at a given point, velocity in the direction of propagation of the wavefront corresponding to a specified phase.
Alternative Label(s)PhaseSpeed
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-10-13
Wikipedia Referencehttps://en.wikipedia.org/wiki/Phase_velocity
Wikidata Referencehttps://www.wikidata.org/wiki/Q13824
+ + +.. raw:: html + +
+ +PhosphoricAcid +-------------- + +* http://emmo.info/emmo#material_350eaefc_75e1_49d8_b161_01a634607857 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)H3PO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Phosphoric_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q184782
+ + +.. raw:: html + +
+ +PhosphoricAcidSolution +---------------------- + +* http://emmo.info/electrochemistry#electrochemistry_78f75a64_55b6_4243_a35e_3d279c83209b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PhosphorusAtom +-------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_7905373a-cf03-57fe-a627-bfdb1db9369c + +.. raw:: html + + + + + + +
ElucidationAtom subclass for phosphorus.
+ + +.. raw:: html + +
+ +PhosphorusSymbol +---------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_6bd7b6f4-db3b-58da-b9a0-58f44bb3ed37 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PhotochemicalProcesses +---------------------- + +* http://emmo.info/emmo#EMMO_00f2dc2d_2f64_468a_a77c_d70841b0b5f0 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PhotoelectrolyticCell +--------------------- + +* http://emmo.info/electrochemistry#electrochemistry_7760b241_775f_4be1_b827_59f9bde9e5b2 + +.. raw:: html + + + + + + + + + + +
Elucidationelectrolytic cell in which a chemical reaction is influenced by the absorption of light.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-19
+ + +.. raw:: html + +
+ +Photon +------ + +* http://emmo.info/emmo#EMMO_25f8b804_9a0b_4387_a3e7_b35bce5365ee + +.. raw:: html + + + + + + + + + + +
ElucidationThe class of individuals that stand for photons elementary particles.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Photon
+ + +.. raw:: html + +
+ +PhysicalBasedSimulationSoftware +------------------------------- + +* http://emmo.info/emmo#EMMO_8d4962d7_9608_44f7_a2f1_82a4bb173f4a + +.. raw:: html + + + + + + +
ElucidationA computational application that uses a physical model to predict the behaviour of a system, providing a identifiable analogy with the original object.
+ + +.. raw:: html + +
+ +PhysicalConstant +---------------- + +* http://emmo.info/emmo#EMMO_b953f2b1_c8d1_4dd9_b630_d3ef6580c2bb + +.. raw:: html + + + + + + + + + + +
ElucidationPhysical constants are categorised into "exact" and measured constants. + + With "exact" constants, we refer to physical constants that have an exact numerical value after the revision of the SI system that was enforsed May 2019.
Wikipedia Referencehttps://en.wikipedia.org/wiki/List_of_physical_constants
+ + +.. raw:: html + +
+ +PhysicalLaw +----------- + +* http://emmo.info/emmo#EMMO_9c32fd69_f480_4130_83b3_fb25d9face14 + +.. raw:: html + + + + + + +
ElucidationA law that provides a connection between a property of the object and other properties, capturing a fundamental physical phenomena.
+ + +.. raw:: html + +
+ +PhysicalObject +-------------- + +* http://emmo.info/emmo#EMMO_38b579de_4331_40e0_803d_09efa298e726 + +.. raw:: html + + + + + + +
ElucidationA CausalSystem whose quantum parts are all bonded to the rest of the system.
+ + +.. raw:: html + +
+ +PhysicalParticle +---------------- + +* http://emmo.info/emmo#EMMO_a15cea10_9946_4d2b_95c5_cfc333fd2abb + +.. raw:: html + + + + + + + + + + +
ElucidationA well defined physical entity, elementary or composite, usually treated as a singular unit, that is found at scales spanning from the elementary particles to molecules, as fundamental constituents of larger scale substances (as the etymology of "particle" suggests).
Alternative Label(s)Particle
+ + +.. raw:: html + +
+ +PhysicalPhenomena +----------------- + +* http://emmo.info/emmo#EMMO_5cc4e111_3eb1_44a3_9369_5af3846cf605 + +.. raw:: html + + + + + + +
ElucidationA CausalSystem that includes quantum parts that are not bonded with the rest.
+ + +.. raw:: html + +
+ +PhysicalPhenomenon +------------------ + +* http://emmo.info/emmo#EMMO_314d0bd5_67ed_437e_a609_36d46147cea7 + +.. raw:: html + + + + + + + + + + +
ElucidationA 'process' that is recognized by physical sciences and is categorized accordingly.
CommentWhile every 'process' in the EMMO involves physical objects, this class is devoted to represent real world objects that express a phenomenon relevant for the ontologist
+ + +.. raw:: html + +
+ +PhysicalQuantity +---------------- + +* http://emmo.info/emmo#EMMO_02c0621e_a527_4790_8a0f_2bb51973c819 + +.. raw:: html + + + + + + + + + + +
ElucidationA 'Mathematical' entity that is made of a 'Numeral' and a 'MeasurementUnit' defined by a physical law, connected to a physical entity through a model perspective. Measurement is done according to the same model.
CommentIn the same system of quantities, dim ρB = ML−3 is the quantity dimension of mass concentration of component B, and ML−3 is also the quantity dimension of mass density, ρ. + ISO 80000-1
+ + +.. raw:: html + +
+ +Physicalistic +------------- + +* http://emmo.info/emmo#EMMO_98ada9d8_f1c8_4f13_99b5_d890f5354152 + +.. raw:: html + + + + + + + + + + +
ElucidationThe perspective for which physical objects are categorized only by concepts coming from applied physical sciences.
CommentThis perspective specify elementary objects as from the Standard Model of Particles.
+ + +.. raw:: html + +
+ +PhysicallyInteracting +--------------------- + +* http://emmo.info/emmo#EMMO_09f0ac34_c349_46b5_acf0_0edeae52cca1 + +.. raw:: html + + + + + + +
ElucidationA causally bonded system is a system in which there are at least thwo causal paths that are interacting.
+ + +.. raw:: html + +
+ +PhysicallyInteractingConvex +--------------------------- + +* http://emmo.info/emmo#b56c3aa6_28e5_4f9b_a4a5_93d8c68e1570 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PhysicallyNonInteracting +------------------------ + +* http://emmo.info/emmo#EMMO_0f19d84e_05b4_47c9_a5de_bb2a913d211b + +.. raw:: html + + + + + + +
ElucidationA causal multipath system is a system made of causal paths that are not interacting between each others, or possibly merge and fork.
+ + +.. raw:: html + +
+ +PhysicalyUnbonded +----------------- + +* http://emmo.info/emmo#fdae3f5a_8f8c_4875_a784_5beda43d3009 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PhysicsBasedModel +----------------- + +* http://emmo.info/emmo#EMMO_b29fd350_39aa_4af7_9459_3faa0544cba6 + +.. raw:: html + + + + + + +
ElucidationA mathematical entity based on a fundamental physics theory which defines the relations between physics quantities of an entity.
+ + +.. raw:: html + +
+ +PhysicsBasedSimulation +---------------------- + +* http://emmo.info/emmo#EMMO_e97af6ec_4371_4bbc_8936_34b76e33302f + +.. raw:: html + + + + + + +
ElucidationA simulation that relies on physics based models, according to the Review of Materials Modelling and CWA 17284:2018.
+ + +.. raw:: html + +
+ +PhysicsEquation +--------------- + +* http://emmo.info/emmo#EMMO_27c5d8c6_8af7_4d63_beb1_ec37cd8b3fa3 + +.. raw:: html + + + + + + +
ElucidationAn 'equation' that stands for a 'physical_law' by mathematically defining the relations between physics_quantities.
+ + +.. raw:: html + +
+ +PhysicsEquationSolution +----------------------- + +* http://emmo.info/emmo#EMMO_6e0664f2_4d4d_4407_bf60_e1b3c07198d7 + +.. raw:: html + + + + + + + + + + +
ElucidationA function solution of a physics equation that provides a methods for the prediction of some quantitiative properties of an object.
CommentThis must be a mathematical function v(t), x(t). + A dataset as solution is a conventional sign.
+ + +.. raw:: html + +
+ +PhysicsMathematicalComputation +------------------------------ + +* http://emmo.info/emmo#EMMO_5dd63d84_57f5_4b79_b760_fe940c06680d + +.. raw:: html + + + + + + +
ElucidationA functional icon that imitates the behaviour of the object through mathematical evaluations of some mathematical construct.
+ + +.. raw:: html + +
+ +PhysioChemicalQuantity +---------------------- + +* http://emmo.info/emmo#EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 + +.. raw:: html + + + + + + +
ElucidationQuantities categorised according to ISO 80000-9.
+ + +.. raw:: html + +
+ +Pico +---- + +* http://emmo.info/emmo#2b243e59_3a2a_412e_9a58_81d1e5c92fbe + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PicoPrefixedUnit +---------------- + +* http://emmo.info/emmo#EMMO_068c4e58_2470_4b1c_8454_010dd4906100 + +.. raw:: html + + + + + + +
ElucidationSuperclass for all units prefixed with "pico" (1e-12).
+ + +.. raw:: html + +
+ +Pictorial +--------- + +* http://emmo.info/emmo#EMMO_1da53c06_9577_4008_8652_272fa3b62be7 + +.. raw:: html + + + + + + +
ElucidationA 'Graphical' that stands for a real world object that shows a recognizable pictorial pattern without being necessarily associated to a symbolic language.
+ + +.. raw:: html + +
+ +PilotBatteryCell +---------------- + +* http://emmo.info/battery#battery_6256b4c7_243f_4067_a081_dd1eb2160036 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationselected cell of a battery which is used to assess or represent the average state of parameters of the battery.
Alternative Label(s)PilotCell
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-11
+ + +.. raw:: html + +
+ +PlanckConstant +-------------- + +* http://emmo.info/emmo#EMMO_76cc4efc_231e_42b4_be83_2547681caed6 + +.. raw:: html + + + + + + + + + + +
ElucidationThe quantum of action. It defines the kg base unit in the SI system.
IUPAC Referencehttps://doi.org/10.1351/goldbook.P04685
+ + +.. raw:: html + +
+ +PlanckFunction +-------------- + +* http://emmo.info/emmo#EMMO_47f2da35_3b01_4290_964a_589c593e85c6 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationNgative quotient of Gibbs energy and temperature.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-25
Wikidata Referencehttps://www.wikidata.org/wiki/Q76364998
+ + +.. raw:: html + +
+ +Plane +----- + +* http://emmo.info/emmo#EMMO_25f5ca8e_8f7f_44d8_a392_bd3fe8894458 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Planing +------- + +* http://emmo.info/emmo#EMMO_f5655090_2266_41cb_b2e9_3b4569c45731 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PlantePlate +----------- + +* http://emmo.info/battery#battery_9d625cce_b579_4a6b_9e92_079f2c5a29bb + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationplate, made of pure lead, of very large effective surface used in lead acid cells
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-20
Commentthe active material is formed by electrochemical oxidation of the lead in thin layers
+ + +.. raw:: html + +
+ +Plasma +------ + +* http://emmo.info/emmo#EMMO_4c21fb86_fdcf_444e_b498_86fe656295af + +.. raw:: html + + + + + + +
ElucidationA fluid in which a gas is ionized to a level where its electrical conductivity allows long-range electric and magnetic fields to dominate its behaviour.
+ + +.. raw:: html + +
+ +PlasmaCutting +------------- + +* http://emmo.info/emmo#EMMO_e2b08775_a0f6_4bf7_b228_53dc2299f114 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PlasticModeling +--------------- + +* http://emmo.info/emmo#EMMO_b5efbfa6_8610_4e3e_ad36_93e426bd873e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PlasticSintering +---------------- + +* http://emmo.info/emmo#EMMO_08d993e0_cc1c_45da_b0c5_3d658091ccfd + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Plate +----- + +* http://emmo.info/electrochemistry#electrochemistry_92147e31_d015_4889_a092_04fbab033f15 + +.. raw:: html + + + + + + + + + + +
Elucidationcell electrode consisting of a current collector and active material
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-02
+ + +.. raw:: html + +
+ +PlateGroup +---------- + +* http://emmo.info/electrochemistry#electrochemistry_457a8f92_0a19_4773_8114_a42edff32248 + +.. raw:: html + + + + + + + + + + +
Elucidationassembly of plates of the same polarity electrically connected together
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-04
+ + +.. raw:: html + +
+ +Platinum +-------- + +* http://emmo.info/emmo#material_25f6ff4c_53ad_4837_97c4_aa6f06099bb5 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Platinum
Wikidata Referencehttps://www.wikidata.org/wiki/Q880
+ + +.. raw:: html + +
+ +PlatinumAtom +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_123629bd-efd6-5ba6-979e-2a4698b54e70 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for platinum.
+ + +.. raw:: html + +
+ +PlatinumElectrode +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_2d32a81a_2148_41bd_84fb_467aa8de4a8f + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationfoil, wire, disc, or mesh electrode made of platinum, which is the most commonly used metallic working electrode in electrochemistry
Alternative Label(s)PtElectrode
Wikidata Referencehttps://www.wikidata.org/wiki/Q20851363
CommentPt has a very small overpotential for hydrogen evolution, which determines the negative potential limit in protic solvents. Pt adsorbs hydrogen, resulting in hydrogen adsorption/desorption waves. However, the positive potential limit in polar aprotic solvents free of oxygen and water is higher than that for any other commonly used electrode materials. In the presence of water and/or oxygen, Pt forms a film of oxide (and/or chemisorbed oxygen), resulting in potentially interfering waves or peaks.
+ + +.. raw:: html + +
+ +PlatinumOxide +------------- + +* http://emmo.info/emmo#material_ed8ce122_1ad7_4760_b32b_96610351ef26 + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)PtO
Wikidata Referencehttps://www.wikidata.org/wiki/Q1676613
+ + +.. raw:: html + +
+ +PlatinumOxideCompound +--------------------- + +* http://emmo.info/emmo#material_2e4767fb_2c1b_43e5_9716_acd3f34b4301 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PlatinumSymbol +-------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_e580b699-7725-58d5-b057-7b3c816e84a1 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Plus +---- + +* http://emmo.info/emmo#EMMO_8de14a59_660b_454f_aff8_76a07ce185f4 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PlutoniumAtom +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_6e467e25-2883-5f7b-a60f-2f4b651bba3f + +.. raw:: html + + + + + + +
ElucidationAtom subclass for plutonium.
+ + +.. raw:: html + +
+ +PlutoniumSymbol +--------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_15841f91-ad7d-5b81-89d1-c12b13e42f32 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PocketPlate +----------- + +* http://emmo.info/battery#battery_557c1a8f_0e10_423c_9ab8_5bc316056ef4 + +.. raw:: html + + + + + + + + + + +
Elucidationplate of a nickel-cadmium or nickel-iron cell consisting of an assembly of perforated steel pockets, which may be nickel plated, and which contain the active material
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-21
+ + +.. raw:: html + +
+ +Point +----- + +* http://emmo.info/emmo#EMMO_39362460_2a97_4367_8f93_0418c2ac9a08 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PoissonNumber +------------- + +* http://emmo.info/emmo#EMMO_8fdabd25_01e0_4296_b82a_09d1c34e52d4 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationRatio of transverse strain to axial strain.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-61
Wikidata Referencehttps://www.wikidata.org/wiki/Q190453
+ + +.. raw:: html + +
+ +Polarity +-------- + +* http://emmo.info/electrochemistry#electrochemistry_16a5de33_a2ca_4563_80d4_6caeb08d97ca + +.. raw:: html + + + + + + + + + + +
Elucidationnominal property of an electrode, having values negative or positive according to the sign of the electrode potential, or neutral when the electrode potential is zero.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-14
+ + +.. raw:: html + +
+ +PolarityReversal +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_83d2c2d4_ffa9_42f4_9264_a0c59c657607 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationreversing of the polarities of the electrodes of a cell, generally due to over-discharge of a low-capacity cell in a series arrangement
Alternative Label(s)CellReversal
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-03
+ + +.. raw:: html + +
+ +PolarizableElectrode +-------------------- + +* http://emmo.info/electrochemistry#electrochemistry_c2024587_3237_474e_8df9_91d10db2df47 + +.. raw:: html + + + + + + +
Elucidationelectrode whose potential changes with an applied potential
+ + +.. raw:: html + +
+ +Polonium +-------- + +* http://emmo.info/emmo#material_3b02df00_df48_4e41_aea1_d291681dcf0e + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Polonium
Wikidata Referencehttps://www.wikidata.org/wiki/Q979
+ + +.. raw:: html + +
+ +PoloniumAtom +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_784119c1-c336-5b0c-80fc-4cc8bddc99ca + +.. raw:: html + + + + + + +
ElucidationAtom subclass for polonium.
+ + +.. raw:: html + +
+ +PoloniumSymbol +-------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_af362dae-2da6-595e-8581-21a8363a5a54 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PolyacrylicAcid +--------------- + +* http://emmo.info/emmo#material_789fa169_2e2c_4a82_9c4a_aecebda6a9ab + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)PAA
Wikipedia Referencehttps://en.wikipedia.org/wiki/Polyacrylic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q409762
+ + +.. raw:: html + +
+ +Polyacrylonitrile +----------------- + +* http://emmo.info/emmo#material_fdc7f434_0f3e_423d_9689_d1be939b5537 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)PAN
Wikipedia Referencehttps://en.wikipedia.org/wiki/Polyacrylonitrile
Wikidata Referencehttps://www.wikidata.org/wiki/Q145421
+ + +.. raw:: html + +
+ +PolyatomicEntity +---------------- + +* http://emmo.info/emmo#EMMO_9fa966c7_5231_409e_841f_b4c5fd33732a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Polyethylene +------------ + +* http://emmo.info/emmo#material_79220ea3_3426_47a0_9b41_33012d565fc2 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)PE
Wikipedia Referencehttps://en.wikipedia.org/wiki/Polyethylene
Wikidata Referencehttps://www.wikidata.org/wiki/Q143429
+ + +.. raw:: html + +
+ +PolyethyleneGlycol +------------------ + +* http://emmo.info/emmo#material_dc9ae81a_b5ac_45b6_8b66_9ee6b821d475 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)PEG
Wikipedia Referencehttps://en.wikipedia.org/wiki/Polyethylene_glycol
Wikidata Referencehttps://www.wikidata.org/wiki/Q410083
+ + +.. raw:: html + +
+ +PolymerCompound +--------------- + +* http://emmo.info/emmo#material_7e716191_b301_4d63_bb6b_93323ffe51bf + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PolymericMaterial +----------------- + +* http://emmo.info/emmo#EMMO_fb27e6d6_159e_48a6_9c29_76dc31d8a860 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Polynomial +---------- + +* http://emmo.info/emmo#EMMO_91447ec0_fb55_49f2_85a5_3172dff6482c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Polypropylene +------------- + +* http://emmo.info/emmo#material_c5cff8c2_581e_4341_a3e6_8ba8c8ce2d2b + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)PP
Wikipedia Referencehttps://en.wikipedia.org/wiki/Polypropylene
Wikidata Referencehttps://www.wikidata.org/wiki/Q146174
+ + +.. raw:: html + +
+ +PolysulfideBromideFlowBattery +----------------------------- + +* http://emmo.info/battery#battery_a7034a6b_8d1c_4a28_9b8a_5bee39eedf59 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationa type of flow battery that stores energy in aqueous solutions of sodium bromide and sodium polysulfide
Alternative Label(s)PSB
Wikipedia Referencehttps://en.wikipedia.org/wiki/Polysulfide-bromide_battery
+ + +.. raw:: html + +
+ +Polyterafluoroethylene +---------------------- + +* http://emmo.info/emmo#material_e04eb6c9_7de2_46d4_bab2_25ff819d74ab + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)PTFE
Wikipedia Referencehttps://en.wikipedia.org/wiki/Polytetrafluoroethylene
Wikidata Referencehttps://www.wikidata.org/wiki/Q143252
+ + +.. raw:: html + +
+ +PolyvinylAlcohol +---------------- + +* http://emmo.info/emmo#material_8f867fdb_27b7_4d6f_9628_98da5afcad5b + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)PVA
Wikipedia Referencehttps://en.wikipedia.org/wiki/Polyvinyl_alcohol
Wikidata Referencehttps://www.wikidata.org/wiki/Q146339
+ + +.. raw:: html + +
+ +PolyvinylideneFluoride +---------------------- + +* http://emmo.info/emmo#material_f2e48e9e_f774_4f42_939f_1fe522efb7c8 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)PVDF
Wikipedia Referencehttps://en.wikipedia.org/wiki/Polyvinylidene_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q146393
+ + +.. raw:: html + +
+ +PorcelainOrCeramicCasting +------------------------- + +* http://emmo.info/emmo#EMMO_d320f878_2be4_4927_aea6_d36a2ae2dd89 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Porosity +-------- + +* http://emmo.info/emmo#EMMO_3a6578ac_aee0_43b9_9bc6_1eb208c8c9a9 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationRatio of void volume and total volume of a porous material.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=801-31-32
IUPAC Referencehttps://doi.org/10.1351/goldbook.P04762
Wikidata Referencehttps://www.wikidata.org/wiki/Q622669
+ + +.. raw:: html + +
+ +PorousElectrode +--------------- + +* http://emmo.info/electrochemistry#electrochemistry_3663991d-9319-4f7a-922b-f0e428b58801 + +.. raw:: html + + + + + + +
Elucidationporous electrodes consist of porous matrices of a single reactive electronic conductor or a mixture of solids that include essentially non-conducting, reactive materials in addition to electronic conductors. An electrolytic solution fills the void spaces of the porous matrix.
+ + +.. raw:: html + +
+ +PorousElectrodeCoating +---------------------- + +* http://emmo.info/electrochemistry#electrochemistry_403c300e_09b9_400b_943b_04e82a3cfb56 + +.. raw:: html + + + + + + +
Elucidationa porous electrode which is coated onto a non-porous substrate, typically a metallic foil current collector.
+ + +.. raw:: html + +
+ +PorousSeparator +--------------- + +* http://emmo.info/electrochemistry#electrochemistry_58413d4e_2885_459e_ac06_8d45e661cf91 + +.. raw:: html + + + + + + +
Elucidationa separator with a porosity greater than 0
+ + +.. raw:: html + +
+ +PositionVector +-------------- + +* http://emmo.info/emmo#EMMO_4312cae4_03ba_457e_b35d_0671a7db350c + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationVector quantity from the origin of a coordinate system to a point in space.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-03-15
Wikipedia Referencehttps://en.wikipedia.org/wiki/Position_(geometry)
Wikidata Referencehttps://www.wikidata.org/wiki/Q192388
+ + +.. raw:: html + +
+ +PositionVector +-------------- + +* http://emmo.info/emmo#EMMO_44da6d75_54a4_4aa8_bd3a_156f6e9abb8e + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)Position, Position
CommentIn the usual geometrical three-dimensional space, position vectors are quantities of the dimension length. + + -- IEC
+ + +.. raw:: html + +
+ +PositiveElectrode +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_aff732a9_238a_4734_977c_b2ba202af126 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationfor a device having two electrodes, that electrode having the higher electric potential
Alternative Label(s)PositivePlate, PositivePlate
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=151-13-05
Wikidata Referencehttps://www.wikidata.org/wiki/Q120907518
Commentby convention, a reduction reaction occurs during discharge
+ + +.. raw:: html + +
+ +PositiveTerminal +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_522f0c0b_cf33_4328_af71_12e38dae6798 + +.. raw:: html + + + + + + + + + + +
Elucidationaccessible conductive part provided for the connection of an external electric circuit to the positive electrode of the cell
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-25
+ + +.. raw:: html + +
+ +Positron +-------- + +* http://emmo.info/emmo#EMMO_26a38b26_38ea_4acf_b212_db9e34c71b7a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PostTransitionMetalElementalSubstance +------------------------------------- + +* http://emmo.info/emmo#material_b978912b_19ef_4d46_8c91_2e3578b12670 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PostTransitionMetalOxideCompound +-------------------------------- + +* http://emmo.info/emmo#material_61c88366_7689_4814_b0c5_1f53aef1eebd + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PostTransitionMetalSaltCompound +------------------------------- + +* http://emmo.info/emmo#material_8c40be1f_0931_4db9_832f_cb63556f6a5a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Potassium +--------- + +* http://emmo.info/emmo#material_88b6445a_0445_483f_88f4_6b910e901c08 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potassium
Wikidata Referencehttps://www.wikidata.org/wiki/Q703
+ + +.. raw:: html + +
+ +PotassiumAcetate +---------------- + +* http://emmo.info/emmo#material_f1f123bb_59a4_429f_994b_c39415e4c444 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)KOAc
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potassium_acetate
Wikidata Referencehttps://www.wikidata.org/wiki/Q409199
+ + +.. raw:: html + +
+ +PotassiumAtom +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_d7c9e90e-ba46-55b2-9671-43408f6a1d74 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for potassium.
+ + +.. raw:: html + +
+ +PotassiumBattery +---------------- + +* http://emmo.info/battery#battery_a306c4d2_9f74_4910_8b42_52e33552cd90 + +.. raw:: html + + + + + + +
Elucidationcell containing a negative electrode with an active material of potassium or containing potassium
+ + +.. raw:: html + +
+ +PotassiumBromide +---------------- + +* http://emmo.info/emmo#material_abeadd58_520a_49b1_b89a_f668f00cb7ff + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)KBr
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potassium_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q2546
+ + +.. raw:: html + +
+ +PotassiumCarbonate +------------------ + +* http://emmo.info/emmo#material_7a613ca4_0c7b_463e_a48c_2e3b30b21c8a + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)K2CO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potassium_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q379885
+ + +.. raw:: html + +
+ +PotassiumChlorate +----------------- + +* http://emmo.info/emmo#material_74d63619_6ed6_4571_9a82_e27576c1ef32 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)KClO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potassium_chlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q309328
+ + +.. raw:: html + +
+ +PotassiumChloride +----------------- + +* http://emmo.info/emmo#material_a95f6717_7edd_4901_9fbd_c0e39d95da65 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)KCl
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potassium_chloride
Wikidata Referencehttps://www.wikidata.org/wiki/Q28453483
+ + +.. raw:: html + +
+ +PotassiumFluoride +----------------- + +* http://emmo.info/emmo#material_ecc8bfbf_0a0c_42f4_8296_8ab1278c5e69 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)KF
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potassium_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q422426
+ + +.. raw:: html + +
+ +PotassiumHexafluorophosphate +---------------------------- + +* http://emmo.info/emmo#material_27b3d761_128f_4480_8d84_498160a3dfac + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)KPF6
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potassium_hexafluorophosphate
Wikidata Referencehttps://www.wikidata.org/wiki/Q1910594
+ + +.. raw:: html + +
+ +PotassiumHydroxide +------------------ + +* http://emmo.info/emmo#material_ccdce7d4_b695_4871_84c2_13679807d077 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)KOH
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potassium_hydroxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q132298
+ + +.. raw:: html + +
+ +PotassiumInsertionElectrode +--------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_c183f697_8995_477c_9ccd_5c12d98e3633 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PotassiumIodide +--------------- + +* http://emmo.info/emmo#material_2c83627a_1b7e_43d4_a077_77e1aec35af8 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)KI
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potassium_iodide
Wikidata Referencehttps://www.wikidata.org/wiki/Q121874
+ + +.. raw:: html + +
+ +PotassiumIonBattery +------------------- + +* http://emmo.info/battery#battery_22cd1325_5cbb_4fb3_b6a6_ae7aab5554a5 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationa potassium ion shuttle battery with two potassium insertion electrodes
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potassium-ion_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q7234684
+ + +.. raw:: html + +
+ +PotassiumMetalElectrode +----------------------- + +* http://emmo.info/electrochemistry#electrochemistry_0afe79ed_dc0d_4b3e_88fa_ae0c7b1e88b5 + +.. raw:: html + + + + + + +
Commentmetal electrode in which the active material is potassium
+ + +.. raw:: html + +
+ +PotassiumNitrate +---------------- + +* http://emmo.info/emmo#material_4780139a_615a_4a28_a7be_bbbb28f3ec68 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)KNO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potassium_nitrate
Wikidata Referencehttps://www.wikidata.org/wiki/Q177836
+ + +.. raw:: html + +
+ +PotassiumNitrite +---------------- + +* http://emmo.info/emmo#material_f9b2b3e1_058c_46c5_9004_32b23fd728be + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)KNO2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potassium_nitrite
Wikidata Referencehttps://www.wikidata.org/wiki/Q409179
+ + +.. raw:: html + +
+ +PotassiumPerchlorate +-------------------- + +* http://emmo.info/emmo#material_d185fb35_17e0_44df_9a6b_5c93d56b9c99 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)KClO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potassium_perchlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q422434
+ + +.. raw:: html + +
+ +PotassiumPhosphate +------------------ + +* http://emmo.info/emmo#material_41bcd359_dc00_45f4_8746_d40c91e64f94 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)K3PO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tripotassium_phosphate
Wikidata Referencehttps://www.wikidata.org/wiki/Q423852
+ + +.. raw:: html + +
+ +PotassiumSaltCompound +--------------------- + +* http://emmo.info/emmo#material_c6e80ad7_1aef_4c6d_a51a_4aec8855a68f + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PotassiumSulfate +---------------- + +* http://emmo.info/emmo#material_6bf6b561_381d_4d69_bc25_dbdd322db18c + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)K2SO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potassium_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q193054
+ + +.. raw:: html + +
+ +PotassiumSulfide +---------------- + +* http://emmo.info/emmo#material_c38dc7a0_bbeb_43d8_8fdd_15f6f977332a + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)K2S
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potassium_sulfide
Wikidata Referencehttps://www.wikidata.org/wiki/Q408920
+ + +.. raw:: html + +
+ +PotassiumSulfite +---------------- + +* http://emmo.info/emmo#material_35dec16f_58dc_41be_9878_a3c29fd5cdd2 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)K2SO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potassium_sulfite
Wikidata Referencehttps://www.wikidata.org/wiki/Q417109
+ + +.. raw:: html + +
+ +PotassiumSymbol +--------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_a939c29d-2304-5e48-8b15-fc592a9d1813 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PotassiumTetrafluoroborate +-------------------------- + +* http://emmo.info/emmo#material_c6c667a8_90ab_4b23_8441_5e7d0eb7dc31 + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)KBF4
Wikidata Referencehttps://www.wikidata.org/wiki/Q11129316
+ + +.. raw:: html + +
+ +PotassiumTriflate +----------------- + +* http://emmo.info/emmo#material_4a839093_754f_4ba2_920b_0681697f32b3 + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)KOTf
Wikidata Referencehttps://www.wikidata.org/wiki/Q72502023
+ + +.. raw:: html + +
+ +PotatoBattery +------------- + +* http://emmo.info/battery#battery_b079217c_572e_4cc4_be38_a8388977085b + +.. raw:: html + + + + + + + + + + +
Elucidationa simple battery cell with electrodes of zinc and copper inserted into a potato as electrolyte
Commentincluded for historical reference
+ + +.. raw:: html + +
+ +PotentialEnergy +--------------- + +* http://emmo.info/emmo#EMMO_4c151909_6f26_4ef9_b43d_7c9e9514883a + +.. raw:: html + + + + + + + + + + +
ElucidationThe energy possessed by a body by virtue of its position or orientation in a potential field.
IUPAC Referencehttps://doi.org/10.1351/goldbook.P04778
+ + +.. raw:: html + +
+ +PotentialPulse +-------------- + +* https://emmo.info/electrochemistry#electrochemistry_2dd44ff6_425a_4377_b86e_fa2bd567819f + +.. raw:: html + + + + + + +
ElucidationRapid, transient change in the amplitude of an electric potential, from a baseline value to a higer or lower value, followed by a rapid return to the baseline value.
+ + +.. raw:: html + +
+ +PotentialScanRate +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_264f40d1_17c9_4bc7_9c47_5cfb18132278 + +.. raw:: html + + + + + + + + + + +
Elucidationthe rate of change of applied potential with time
Alternative Label(s)PotentialSweepRate, ScanRate, SweepRate
+ + +.. raw:: html + +
+ +PotentialTimePlot +----------------- + +* https://emmo.info/electrochemistry#electrochemistry_cd7d24a5_db31_4d76_97d9_367c809f099e + +.. raw:: html + + + + + + + + + + +
Elucidationplot of the time-dependence of instantaneous electric potential following a change in applied current
Alternative Label(s)ElectricPotentialTimeCurve, ElectricPotentialTimePlot, PotentialTimeCurve
+ + +.. raw:: html + +
+ +PotentiometricSelectivityCoefficient +------------------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_136744ff_0563_4df7_aa03_4219d70392a0 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationparameter defining the ability of an ion-selective electrode to distinguish a particular ion, i.e., a primary ion A from an interfering ion B
Alternative Label(s)SelectivityCoefficient, SelectivityConstant, SelectivityFactor
IUPAC Referencehttps://doi.org/10.1351/goldbook.P04791
CommentThe selectivity coefficient is determined by means of the potential difference of the ion- selective electrode in mixed solutions of the primary ion, A, and interfering ion, B (Fixed Interference Method) or, less desirably, in separate solutions of A and B (Separate Solution Method). The activities of the primary ion, A, and the interfering ion, B, at which K is determined should always be specified, as the value of K is defined by a modified Nikolsky-Eisenman equation. The smaller the value of K , the A,B greater the electrode’s preference for the primary ion, A.
+ + +.. raw:: html + +
+ +PotentiometricStrippingAnalysis +------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_916b1863_f417_4b94_9407_9d749ada9ed5 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PotentiometricStrippingAnalysis +------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_b5039bc8_f595_4797_908a_7e86131fbde4 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationtwo-step electrochemical measurement in which 1) material is accumulated at an electrode and 2) the material is removed by chemical reaction or electrochemically at constant current with measurement of electrode potential. The time between changes in potential in step 2 is related to the concentration of analyte in the solution
Alternative Label(s)PSA, PSA, PSA
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
CommentHistorically for the analysis of metal ions, mercury ions were added to the test solution to form a mercury amalgam when reduced. Alternatively, an HMDE or MFE was used and the oxidizing agent added after amalgam formation. However, the toxicity of mercury and its compounds have all but precluded the present-day use of mercury.
+ + +.. raw:: html + +
+ +Potentiometry +------------- + +* http://emmo.info/electrochemistry#electrochemistry_e8cedede_5685_4625_9abe_64f62b5ddcb6 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationtechniques based on the measurement of potential at controlled current (constant or equal to zero)
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-12
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
Wikidata Referencehttps://www.wikidata.org/wiki/Q900632
CommentFor measurements using ion-selective electrodes, the measurement is made under equi- librium conditions what means that the macroscopic electric current is zero and the con- centrations of all species are uniform throughout the solution. The indicator electrode is in direct contact with the analyte solution, whereas the reference electrode is usually separated from the analyte solution by a salt bridge. The potential difference between the indicator and reference electrodes is normally directly proportional to the logarithm of the activity (concentration) of the analyte in the solution (Nernst equation). See also ion selec- tive electrode.
+ + +.. raw:: html + +
+ +Potentiostat +------------ + +* http://emmo.info/electrochemistry#electrochemistry_a9fc3f77_e48e_4bce_b118_044d608722f6 + +.. raw:: html + + + + + + + + + + +
ElucidationMeasuring instrument for electric current that controls the potential difference between a working electrode and a reference electrode and measures the electric current between a working electrode and an auxiliary electrode.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potentiostat
+ + +.. raw:: html + +
+ +PotentiostaticProcess +--------------------- + +* http://emmo.info/electrochemistry#electrochemistry_f07be701_9d6a_415b_ac6d_63202297a7a1 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PouchCase +--------- + +* http://emmo.info/electrochemistry#electrochemistry_74459386_875c_4303_b774_60125b599d06 + +.. raw:: html + + + + + + +
Elucidationa soft pouch case that is described by its length, width, and height
+ + +.. raw:: html + +
+ +PouchCell +--------- + +* http://emmo.info/battery#battery_392b3f47_d62a_4bd4_a819_b58b09b8843a + +.. raw:: html + + + + + + + + + + +
Elucidationa battery cell that is contained in a pouch case
Alternative Label(s)CoffeeBagBattery, PouchBatteryCell
+ + +.. raw:: html + +
+ +Powder +------ + +* http://emmo.info/electrochemistry#electrochemistry_ee479886_6805_4018_95e1_500185e44215 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PowderCoating +------------- + +* http://emmo.info/emmo#EMMO_658b8bca_203a_49a6_920b_96b5baf5e199 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Power +----- + +* http://emmo.info/emmo#EMMO_09b9021b_f97b_43eb_b83d_0a764b472bc2 + +.. raw:: html + + + + + + + + + + +
ElucidationRate of transfer of energy per unit time.
IUPAC Referencehttps://doi.org/10.1351/goldbook.P04792
+ + +.. raw:: html + +
+ +PowerAreaUnit +------------- + +* http://emmo.info/emmo#EMMO_bf106e62_ce1c_4ccc_9f45_c10326078a5a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PowerDensityUnit +---------------- + +* http://emmo.info/emmo#EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PowerFactor +----------- + +* http://emmo.info/emmo#EMMO_51acadf5_b874_46c1_9707_24e25e2b89ff + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationUnder periodic conditions, ratio of the absolute value of the active power P to the apparent power S.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-46
Wikidata Referencehttps://www.wikidata.org/wiki/Q750454
+ + +.. raw:: html + +
+ +PowerPerAreaVolumeUnit +---------------------- + +* http://emmo.info/emmo#EMMO_36e03182_1be9_497c_bb71_e26fbb9160d2 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PowerUnit +--------- + +* http://emmo.info/emmo#EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PoyntingVector +-------------- + +* http://emmo.info/emmo#EMMO_566321d8_1600_4ab0_a5da_7f99dce2b1db + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationElectric field strength multiplied by magnetic field strength.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-66
Wikidata Referencehttps://www.wikidata.org/wiki/Q504186
+ + +.. raw:: html + +
+ +PraseodymiumAtom +---------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_18748aef-0e6b-5369-99b5-1e5ab1a0f99b + +.. raw:: html + + + + + + +
ElucidationAtom subclass for praseodymium.
+ + +.. raw:: html + +
+ +PraseodymiumSymbol +------------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_3565b4e7-51bd-57e5-afde-60be404857cf + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PrecipitationHardening +---------------------- + +* http://emmo.info/emmo#EMMO_3c7affee_09ed_42e7_a190_4a10c75ab6dd + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PrefixedUnit +------------ + +* http://emmo.info/emmo#EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e + +.. raw:: html + + + + + + +
ElucidationA measurement unit that is made of a metric prefix and a unit symbol.
+ + +.. raw:: html + +
+ +Presses +------- + +* http://emmo.info/emmo#EMMO_9d74a963_8c62_4c20_a413_93b786bfbecc + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Pressing +-------- + +* http://emmo.info/emmo#EMMO_bbf12904_e25e_4f49_87f3_8bd210a6b535 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Pressure +-------- + +* http://emmo.info/emmo#EMMO_50a44256_9dc5_434b_bad4_74a4d9a29989 + +.. raw:: html + + + + + + + + + + +
ElucidationThe force applied perpendicular to the surface of an object per unit area over which that force is distributed.
IUPAC Referencehttps://doi.org/10.1351/goldbook.P04819
+ + +.. raw:: html + +
+ +PressureCoefficient +------------------- + +* http://emmo.info/emmo#EMMO_a4e36749_1f44_4e6c_80e8_d5b27d986d8b + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationChange of pressure per change of temperature at constant volume.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-29
Wikidata Referencehttps://www.wikidata.org/wiki/Q74762732
+ + +.. raw:: html + +
+ +PressureFractionUnit +-------------------- + +* http://emmo.info/emmo#EMMO_9d09022c_e7ae_4379_a765_4803a8a502a1 + +.. raw:: html + + + + + + +
ElucidationUnit for quantities of dimension one that are the fraction of two pressures.
+ + +.. raw:: html + +
+ +PressurePerTemperatureUnit +-------------------------- + +* http://emmo.info/emmo#EMMO_1275ac79_7280_4d99_ab61_3d98e00c053e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PressurePerTimeUnit +------------------- + +* http://emmo.info/emmo#EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PressureReliefVent +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_f330680b_347e_45b3_9113_5ce09d18d60b + +.. raw:: html + + + + + + + + + + +
Elucidationvent of special design which allows to release gas from a cell in order to avoid excessive internal pressure and thereby to preclude rupture or explosion of the cell container
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-41
+ + +.. raw:: html + +
+ +PressureUnit +------------ + +* http://emmo.info/emmo#EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PrimaryBattery +-------------- + +* http://emmo.info/battery#battery_3b0b0d6e_8b0e_4491_885e_8421d3eb3b69 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationcell which is not designed to be electrically recharged
Alternative Label(s)PrimaryCell
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-02
Wikipedia Referencehttps://en.wikipedia.org/wiki/Primary_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q1378887
+ + +.. raw:: html + +
+ +PrincipalQuantumNumber +---------------------- + +* http://emmo.info/emmo#EMMO_385de036_637c_48fa_b6d5_5dca6f79d350 + +.. raw:: html + + + + + + + + + + +
ElucidationAtomic quantum number related to the number n−1 of radial nodes of one-electron wave functions.
Wikidata Referencehttps://www.wikidata.org/wiki/Q867448
+ + +.. raw:: html + +
+ +Prismatic +--------- + +* http://emmo.info/electrochemistry#electrochemistry_83fbc038_0c2e_4d04_91d7_cdf30f8a5535 + +.. raw:: html + + + + + + + + + + +
Elucidation[a sign that] qualifies a cell or a battery having the shape of a parallelepiped whose faces are rectangular
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-38
+ + +.. raw:: html + +
+ +PrismaticBattery +---------------- + +* http://emmo.info/battery#battery_86c9ca80-de6f-417f-afdc-a7e52fa6322d + +.. raw:: html + + + + + + +
Commenta battery cell in a rigid parallelpiped container with rectangular faces
+ + +.. raw:: html + +
+ +PrismaticCase +------------- + +* http://emmo.info/electrochemistry#electrochemistry_43cd6e14_dd43_41b5_b5b4_344d53841603 + +.. raw:: html + + + + + + +
Elucidationa rigid prismatic case that is described by characteristic length, width, and height
+ + +.. raw:: html + +
+ +Probability +----------- + +* http://emmo.info/emmo#EMMO_0a88be81_343d_4388_92c1_09228ff95ada + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationProbability is a dimensionless quantity that can attain values between 0 and 1; zero denotes the impossible event and 1 denotes a certain event.
IUPAC Referencehttps://doi.org/10.1351/goldbook.P04855
CommentThe propability for a certain outcome, is the ratio between the number of events leading to the given outcome and the total number of events.
+ + +.. raw:: html + +
+ +Procedure +--------- + +* http://emmo.info/emmo#EMMO_472a0ca2_58bf_4618_b561_6fe68bd9fd49 + +.. raw:: html + + + + + + + + + + +
ElucidationThe process in which an agent works with some entities according to some existing formalised operative rules.
Alternative Label(s)Elaboration, Work
+ + +.. raw:: html + +
+ +ProcedureUnit +------------- + +* http://emmo.info/emmo#EMMO_c9c8f824_9127_4f93_bc21_69fe78a7f6f2 + +.. raw:: html + + + + + + + + + + +
ElucidationA reference unit provided by a measurement procedure.
Alternative Label(s)MeasurementProcedure
+ + +.. raw:: html + +
+ +Process +------- + +* http://emmo.info/emmo#EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationA whole that is identified according to a criteria based on its temporal evolution that is satisfied throughout its time extension.
Alternative Label(s)Occurrent, Perdurant
CommentFollowing the common definition of process, the reader may think that every whole should be a process, since every 4D object always has a time dimension. However, in the EMMO we restrict the meaning of the word process to items whose evolution in time have a particular meaning for the ontologist (i.e. every 4D object unfolds in time, but not every 4D time unfolding may be of interest for the ontologist and categorized as a process). + + For this reason, the definition of every specific process subclass requires the introduction of a primitive concept.
+ + +.. raw:: html + +
+ +ProcessEngineeringProcess +------------------------- + +* http://emmo.info/emmo#EMMO_592b1d98_4736_4cac_9b62_849b8dbe11c7 + +.. raw:: html + + + + + + +
Wikipedia Referencehttps://de.wikipedia.org/wiki/Verfahrenstechnik
+ + +.. raw:: html + +
+ +Product +------- + +* http://emmo.info/emmo#EMMO_82fc8506_1f84_4add_9683_abea077bd1e3 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationThe overall lifetime of an holistic that has been the output of an intentional process.
Alternative Label(s)Output
CommentThis concepts encompass the overall lifetime of a product. + Is temporaly fundamental, meaning that it can have other products as holistic spatial parts, but its holistic temporal parts are not products. In other words, the individual must encompass the whole lifetime from creation to disposal. + A product can be a tangible object (e.g. a manufactured object), a process (e.g. service). It can be the outcome of a natural or an artificially driven process. + It must have and initial stage of its life that is also an outcome of a intentional process.
+ + +.. raw:: html + +
+ +ProductionEngineering +--------------------- + +* http://emmo.info/emmo#EMMO_71b7346e_5a4a_4b2b_8ac5_d41ecc9c7bfd + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ProductionSystem +---------------- + +* http://emmo.info/emmo#EMMO_256bb4be_78c6_4f2f_8589_f5e4c8339bbd + +.. raw:: html + + + + + + +
ElucidationA network of objects that implements a production process through a series of interconnected elements.
+ + +.. raw:: html + +
+ +Program +------- + +* http://emmo.info/emmo#EMMO_65411b3d_c8d3_4111_86a9_a2ce0a64c647 + +.. raw:: html + + + + + + + + + + +
ElucidationA set of instructions that tell a computer what to do.
Alternative Label(s)Executable
+ + +.. raw:: html + +
+ +ProgrammingLanguage +------------------- + +* http://emmo.info/emmo#EMMO_9ffffb55_3496_4307_82b8_a0d78fe1fcd8 + +.. raw:: html + + + + + + + + + + +
ElucidationA language object that follows syntactic rules of a programming language.
Alternative Label(s)Code, SoftwareCode
+ + +.. raw:: html + +
+ +PromethiumAtom +-------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_73e73382-f3c0-5d09-bcee-f6e380269388 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for promethium.
+ + +.. raw:: html + +
+ +PromethiumSymbol +---------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_c45d9e2f-54f3-5464-82f3-c0f11a36389a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PropagationCoefficient +---------------------- + +* http://emmo.info/emmo#EMMO_f9cc7a8e_bad7_40ea_be23_71dc6d0363df + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationMeasure of the change of amplitude and phase angle of a plane wave propagating in a given direction.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-10-18
Wikidata Referencehttps://www.wikidata.org/wiki/Q1434913
+ + +.. raw:: html + +
+ +Property +-------- + +* http://emmo.info/emmo#EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba + +.. raw:: html + + + + + + +
ElucidationA coded that makes use of an atomic symbol with respect to the code used to refer to the interaction.
+ + +.. raw:: html + +
+ +PropionicAcid +------------- + +* http://emmo.info/emmo#material_1285bd02_b0c1_45cb_8895_6ae6517f86a1 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Propionic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q422956
+ + +.. raw:: html + +
+ +PropyleneCarbonate +------------------ + +* http://emmo.info/emmo#material_46e9f253_40cb_4b48_b8d0_0b976ea4e156 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)PC
Wikipedia Referencehttps://en.wikipedia.org/wiki/Propylene_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q415979
+ + +.. raw:: html + +
+ +ProtactiniumAtom +---------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_29987c5a-a7fb-5207-9610-b94316977a3d + +.. raw:: html + + + + + + +
ElucidationAtom subclass for protactinium.
+ + +.. raw:: html + +
+ +ProtactiniumSymbol +------------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_209b3242-1274-5d1d-a965-f8cb3fcc1073 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ProticSolventCompound +--------------------- + +* http://emmo.info/emmo#material_878a0e2f_12ba_484e_8197_75e57139d207 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Proton +------ + +* http://emmo.info/emmo#EMMO_8f87e700_99a8_4427_8ffb_e493de05c217 + +.. raw:: html + + + + + + + + + + +
ElucidationA positive charged subatomic particle found in the atomic nucleus.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Proton
+ + +.. raw:: html + +
+ +ProtonInsertionElectrode +------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_11a774f3_d20a_4741_bd81_cae53230bd0c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ProtonMass +---------- + +* http://emmo.info/emmo#EMMO_8d689295_7d84_421b_bc01_d5cceb2c2086 + +.. raw:: html + + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.P04914
CommentThe rest mass of a proton.
+ + +.. raw:: html + +
+ +Pseudocumeme +------------ + +* http://emmo.info/emmo#material_badb80db_ae6e_4048_a720_e26229995443 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)124Trimethylbenzene
Wikipedia Referencehttps://en.wikipedia.org/wiki/1,2,4-Trimethylbenzene
Wikidata Referencehttps://www.wikidata.org/wiki/Q376994
+ + +.. raw:: html + +
+ +PseudoscalarMeson +----------------- + +* http://emmo.info/emmo#EMMO_12aae025_a226_4762_9d51_81200a8ce54c + +.. raw:: html + + + + + + + + + + +
ElucidationA meson with spin zero and odd parity.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Pseudoscalar_meson
+ + +.. raw:: html + +
+ +PseudovectorMeson +----------------- + +* http://emmo.info/emmo#EMMO_38d00e5f_d759_4dcc_8551_ab95865cf799 + +.. raw:: html + + + + + + + + + + +
ElucidationA meson with total spin 1 and even parit.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Pseudovector_meson
+ + +.. raw:: html + +
+ +PulseDuration +------------- + +* http://emmo.info/electrochemistry#electrochemistry_3cd0e74e_292c_48ed_a831_4cb8753d9a56 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationtime interval during which the excitation signal deviates from the base line in normal pulse voltamme- try, differential pulse voltammetry, and related techniques
IUPAC Referencehttps://doi.org/10.1351/goldbook.P04947
CommentThe pulse duration includes the sampling interval.
+ + +.. raw:: html + +
+ +PulseMagnitude +-------------- + +* http://emmo.info/electrochemistry#electrochemistry_762ba55f_9b56_4c31_865f_cff2e7d0a94b + +.. raw:: html + + + + + + + + + + +
Elucidationa single value, for instance a mean, root mean square or peak value characterizing the aggregate instantaneous values of a unidirectional pulse with respect to the common initial and final value
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=702-03-03
+ + +.. raw:: html + +
+ +Punctuation +----------- + +* http://emmo.info/emmo#EMMO_a817035a_3e3c_4709_8ede_3205df3031a3 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +PureNumberQuantity +------------------ + +* http://emmo.info/emmo#EMMO_ba882f34_0d71_4e4f_9d92_0c076c633a2c + +.. raw:: html + + + + + + + + + + +
ElucidationA pure number, typically the number of something.
CommentAccording to the SI brochure counting does not automatically qualify a quantity as an amount of substance. + + This quantity is used only to describe the outcome of a counting process, without regard of the type of entities. + + There are also some quantities that cannot be described in terms of the seven base quantities of the SI, but have the nature of a count. Examples are a number of molecules, a number of cellular or biomolecular entities (for example copies of a particular nucleic acid sequence), or degeneracy in quantum mechanics. Counting quantities are also quantities with the associated unit one.
+ + +.. raw:: html + +
+ +PureParallelWorkflow +-------------------- + +* http://emmo.info/emmo#EMMO_83a460aa_5826_4fbb_93e8_d73d0df25757 + +.. raw:: html + + + + + + + + + + +
ElucidationA workflow that is the concurrent evolution of two or more tasks, not communicacting between themselves.
Alternative Label(s)EmbarassinglyParallelWorkflow
+ + +.. raw:: html + +
+ +Pyridine +-------- + +* http://emmo.info/emmo#material_f1e874cf_3e5e_46e3_9bb9_0befc3f7361a + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)C5H5N
Wikipedia Referencehttps://en.wikipedia.org/wiki/Pyridine
Wikidata Referencehttps://www.wikidata.org/wiki/Q210385
+ + +.. raw:: html + +
+ +PyruvicAcid +----------- + +* http://emmo.info/emmo#material_feb95008_db3a_4506_b7ff_6263befa0d64 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Pyruvic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q213580
+ + +.. raw:: html + +
+ +Python +------ + +* http://emmo.info/emmo#EMMO_add2e29d_6d87_4b78_9706_588e25557093 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +QualityFactor +------------- + +* http://emmo.info/emmo#EMMO_0658e7df_ffd9_4779_82fc_62efe0a7f3b1 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationDimensionless quantity in electromagnetism.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=151-15-45
Wikidata Referencehttps://www.wikidata.org/wiki/Q79467569
+ + +.. raw:: html + +
+ +QualityFactor +------------- + +* http://emmo.info/emmo#EMMO_cff5ef70_96eb_4ea3_9bea_fe1fbe6177be + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationFactor taking into account health effects in the determination of the dose equivalent.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-14-03
Wikidata Referencehttps://www.wikidata.org/wiki/Q2122099
+ + +.. raw:: html + +
+ +Quantity +-------- + +* http://emmo.info/emmo#EMMO_0650c031_42b6_4f0a_b62d_d88f071da6bf + +.. raw:: html + + + + + + + + + + +
ElucidationA quantifiable property of a phenomenon, body, or substance.
Alternative Label(s)Measurand
+ + +.. raw:: html + +
+ +QuantityValue +------------- + +* http://emmo.info/emmo#EMMO_f658c301_ce93_46cf_9639_4eace2c5d1d5 + +.. raw:: html + + + + + + + + + + +
ElucidationA symbolic that has parts a numerical object and a reference expressing the value of a quantity (expressed as the product of the numerical and the unit).
CommentFollowing the International Vocabulary of Metrology (VIM), EMMO distinguishes between a quantity (a property) and the quantity value (a numerical and a reference). + + So, for the EMMO the symbol "kg" is not a physical quantity but simply a 'Symbolic' object categorized as a 'MeasurementUnit'. + + While the string "1 kg" is a 'QuantityValue'.
+ + +.. raw:: html + +
+ +Quantum +------- + +* http://emmo.info/emmo#EMMO_3f9ae00e_810c_4518_aec2_7200e424cf68 + +.. raw:: html + + + + + + +
ElucidationThe class of the mereological and causal fundamental entities.
+ + +.. raw:: html + +
+ +QuantumAnnihilation +------------------- + +* http://emmo.info/emmo#EMMO_523f4260_31df_4967_84a6_218fd7d503b1 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +QuantumData +----------- + +* http://emmo.info/emmo#EMMO_6fa1feac_c388_44cc_a721_283499d5addc + +.. raw:: html + + + + + + +
ElucidationData that are expressed through quantum mechanical principles, and that can have several values ​​/ be in several states in the same place at the same time (quantum superposition), each of them with a certain probability.
+ + +.. raw:: html + +
+ +QuantumDecay +------------ + +* http://emmo.info/emmo#EMMO_6fe3d1d5_4107_4a52_b1d0_3b7c4f871159 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +QuantumNumber +------------- + +* http://emmo.info/emmo#EMMO_252cce84_cc8a_49dc_8405_0d5e06425d69 + +.. raw:: html + + + + + + + + + + +
ElucidationNumber describing a particular state of a quantum system.
Wikidata Referencehttps://www.wikidata.org/wiki/Q232431
+ + +.. raw:: html + +
+ +Quark +----- + +* http://emmo.info/emmo#EMMO_72d53756_7fb1_46ed_980f_83f47efbe105 + +.. raw:: html + + + + + + + + + + +
ElucidationThe class of individuals that stand for quarks elementary particles.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Quark
+ + +.. raw:: html + +
+ +QuarterTransitionTimePotential +------------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_2705525b_7512_48bf_825b_f2d0409bede4 + +.. raw:: html + + + + + + + + + + +
Elucidationelectric potential of the indicator electrode, in chronopotentiometry at constant current, at the instant when the time that has elapsed since the application of current is equal to one-fourth of the transition time
CommentIn practice, appropriate correction for the double-layer charging current is needed.
+ + +.. raw:: html + +
+ +QuarticCoulombMetrePerCubicEnergy +--------------------------------- + +* http://emmo.info/emmo#QuarticCoulombMetrePerCubicEnergy + +.. raw:: html + + + + + + + + + + +
Elucidation"Quartic Coulomb Meter per Cubic Energy" is a unit for 'Quartic Electric Dipole Moment Per Cubic Energy' expressed as C⁴ m⁴ J⁻³. + + -- QUDT
Alternative Label(s)Quartic Coulomb Metre per Cubic Energy
+ + +.. raw:: html + +
+ +QuarticElectricDipoleMomentPerCubicEnergyUnit +--------------------------------------------- + +* http://emmo.info/emmo#EMMO_c0487653-66e8-454e-bb11-e50167e412e4 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +QuarticLengthPerTimeUnit +------------------------ + +* http://emmo.info/emmo#EMMO_6cfc5b82_b47b_47bc_bb45_c23c273d2e06 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +QuarticLengthUnit +----------------- + +* http://emmo.info/emmo#EMMO_8627410d_01f8_4ed1_8f2b_aba69d791ad3 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +QuarticMetre +------------ + +* http://emmo.info/emmo#QuarticMetre + +.. raw:: html + + + + + + + + + + +
ElucidationA unit associated with area moments of inertia. + + -- QUDT
Alternative Label(s)Quartic Metre
+ + +.. raw:: html + +
+ +QuarticMetrePerSecond +--------------------- + +* http://emmo.info/emmo#QuarticMetrePerSecond + +.. raw:: html + + + + + + +
Alternative Label(s)Metres to the power four per second
+ + +.. raw:: html + +
+ +QuarticMilliMetre +----------------- + +* http://emmo.info/emmo#QuarticMilliMetre + +.. raw:: html + + + + + + + + + + +
Elucidation0.001-fold of the power of the SI base unit metre with the exponent 4 + + -- QUDT
Alternative Label(s)Quartic Millimetre
+ + +.. raw:: html + +
+ +Quecto +------ + +* http://emmo.info/emmo#556e27cd_fef1_41c9_824a_dd78980062b5 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Quetta +------ + +* http://emmo.info/emmo#dabcbe7d_db82_4445_889b_ae4d76964ea0 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +QuinticMetre +------------ + +* http://emmo.info/emmo#QuinticMetre + +.. raw:: html + + + + + + +
Alternative Label(s)Quintic Metre
+ + +.. raw:: html + +
+ +R1025 +----- + +* http://emmo.info/electrochemistry#electrochemistry_e73cb0b7_e2af_4c1a_b05b_503df25a8bf5 + +.. raw:: html + + + + + + +
Elucidationa coin case with a nominal diameter of 10.0 mm and a height of 2.5 mm
+ + +.. raw:: html + +
+ +R11108 +------ + +* http://emmo.info/electrochemistry#electrochemistry_dac5067c_e6f2_4fca_a915_5b7b918ca1c4 + +.. raw:: html + + + + + + +
Elucidationa coin case with a nominal diameter of 11.6 mm and a height of 10.8 mm
+ + +.. raw:: html + +
+ +R1121 +----- + +* http://emmo.info/electrochemistry#electrochemistry_31b7ac6a_b1eb_45e7_a075_b6063080c949 + +.. raw:: html + + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 11.6 mm and a height of 2.1 mm
Alternative Label(s)R55
+ + +.. raw:: html + +
+ +R1126 +----- + +* http://emmo.info/electrochemistry#electrochemistry_cf6eebea_24f6_48d2_8389_65eba0393762 + +.. raw:: html + + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 11.6 mm and a height of 2.6 mm
Alternative Label(s)R56
+ + +.. raw:: html + +
+ +R1130 +----- + +* http://emmo.info/electrochemistry#electrochemistry_39c6f5a0_5dc8_4112_b432_b9fece568ca2 + +.. raw:: html + + + + + + +
Elucidationa coin case with a nominal diameter of 11.5 mm and a height of 3.0 mm
+ + +.. raw:: html + +
+ +R1131 +----- + +* http://emmo.info/electrochemistry#electrochemistry_b442217f_02f6_4991_aadf_22d81369223c + +.. raw:: html + + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 11.6 mm and a height of 3.1 mm
Alternative Label(s)R54
+ + +.. raw:: html + +
+ +R1136 +----- + +* http://emmo.info/electrochemistry#electrochemistry_21eef598_0799_4cb1_b2d5_6e072a8579a3 + +.. raw:: html + + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 11.6 mm and a height of 3.6 mm
Alternative Label(s)R42
+ + +.. raw:: html + +
+ +R1142 +----- + +* http://emmo.info/electrochemistry#electrochemistry_abffe8cd_14d3_4437_84e6_5dfc61b057e8 + +.. raw:: html + + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 11.6 mm and a height of 4.2 mm
Alternative Label(s)R43
+ + +.. raw:: html + +
+ +R1154 +----- + +* http://emmo.info/electrochemistry#electrochemistry_fe054d02_41c7_40e9_8206_3440ab6a67b2 + +.. raw:: html + + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 11.6 mm and a height of 5.4 mm
Alternative Label(s)R44
+ + +.. raw:: html + +
+ +R1216 +----- + +* http://emmo.info/electrochemistry#electrochemistry_36e05f2f_d279_4816_b5ae_6bb4cef02736 + +.. raw:: html + + + + + + +
Elucidationa coin case with a nominal diameter of 12.5 mm and a height of 1.6 mm
+ + +.. raw:: html + +
+ +R1220 +----- + +* http://emmo.info/electrochemistry#electrochemistry_296b95b0_c4cb_45db_a8ca_f638379870c4 + +.. raw:: html + + + + + + +
Elucidationa coin case with a nominal diameter of 12.5 mm and a height of 2.0 mm
+ + +.. raw:: html + +
+ +R1225 +----- + +* http://emmo.info/electrochemistry#electrochemistry_f7e253da_b12e_40b0_ba51_8cb039839ab6 + +.. raw:: html + + + + + + +
Elucidationa coin case with a nominal diameter of 12.05 mm and a height of 2.5 mm
+ + +.. raw:: html + +
+ +R1511 +----- + +* http://emmo.info/electrochemistry#electrochemistry_ce4352a7_f0b1_4f27_9184_6deebf8bbe96 + +.. raw:: html + + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 15.8 mm and a height of 11.1 mm
Alternative Label(s)R52
+ + +.. raw:: html + +
+ +R1616 +----- + +* http://emmo.info/electrochemistry#electrochemistry_d5f67a0c_ed56_479d_9b68_6003142f98b0 + +.. raw:: html + + + + + + +
Elucidationa coin case with a nominal diameter of 16.0 mm and a height of 1.6 mm
+ + +.. raw:: html + +
+ +R1632 +----- + +* http://emmo.info/electrochemistry#electrochemistry_f2cf71c1_f2d7_4131_82e0_2701cdecea55 + +.. raw:: html + + + + + + +
Elucidationa coin case with a nominal diameter of 16.0 mm and a height of 3.2 mm
+ + +.. raw:: html + +
+ +R2012 +----- + +* http://emmo.info/electrochemistry#electrochemistry_9c0e683b_40d7_4786_b31f_910dd68b2ea8 + +.. raw:: html + + + + + + +
Elucidationa coin case with a nominal diameter of 20.0 mm and a height of 1.2 mm
+ + +.. raw:: html + +
+ +R2016 +----- + +* http://emmo.info/electrochemistry#electrochemistry_30c8fb1b_3c75_49f5_9395_c15dfaf71b12 + +.. raw:: html + + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 20.0 mm and a height of 1.6 mm
Commentoften used in wrist watches
+ + +.. raw:: html + +
+ +R2020 +----- + +* http://emmo.info/electrochemistry#electrochemistry_9017b8b9_e21e_4961_a3c1_c0aeef3fe795 + +.. raw:: html + + + + + + +
Elucidationa coin case with a nominal diameter of 20.0 mm and a height of 2.0 mm
+ + +.. raw:: html + +
+ +R2025 +----- + +* http://emmo.info/electrochemistry#electrochemistry_9ceffffd_b918_48c2_aad9_5db16fa6149d + +.. raw:: html + + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 20.0 mm and a height of 2.5 mm
Commentoften used in wrist watches and automobile remotes
+ + +.. raw:: html + +
+ +R2032 +----- + +* http://emmo.info/electrochemistry#electrochemistry_94497aca_52a0_48e3_9b76_157b050e35b3 + +.. raw:: html + + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 20.0 mm and a height of 3.2 mm
Commentvery common case for lithim metal cells
+ + +.. raw:: html + +
+ +R2040 +----- + +* http://emmo.info/electrochemistry#electrochemistry_fab4bd12_c4ed_417a_92a3_bcb109000d82 + +.. raw:: html + + + + + + +
Elucidationa coin case with a nominal diameter of 20.0 mm and a height of 4.0 mm
+ + +.. raw:: html + +
+ +R2050 +----- + +* http://emmo.info/electrochemistry#electrochemistry_400cb3e0_27b5_4d9a_be80_f86ad2757763 + +.. raw:: html + + + + + + +
Elucidationa coin case with a nominal diameter of 20.0 mm and a height of 5.0 mm
+ + +.. raw:: html + +
+ +R2320 +----- + +* http://emmo.info/electrochemistry#electrochemistry_fbf40756_3265_4468_bcdb_88d162afc539 + +.. raw:: html + + + + + + +
Elucidationa coin case with a nominal diameter of 23.0 mm and a height of 2.0 mm
+ + +.. raw:: html + +
+ +R2325 +----- + +* http://emmo.info/electrochemistry#electrochemistry_0689e6fc_cda7_4e04_b1eb_41459a0a4736 + +.. raw:: html + + + + + + +
Elucidationa coin case with a nominal diameter of 23.0 mm and a height of 2.5 mm
+ + +.. raw:: html + +
+ +R2330 +----- + +* http://emmo.info/electrochemistry#electrochemistry_11579b47_cbf8_45ac_aed3_343ea533b346 + +.. raw:: html + + + + + + +
Elucidationa coin case with a nominal diameter of 23.0 mm and a height of 3.0 mm
+ + +.. raw:: html + +
+ +R2335 +----- + +* http://emmo.info/electrochemistry#electrochemistry_885ffc4d_2b29_42d6_8597_6fc879c21d60 + +.. raw:: html + + + + + + +
Elucidationa coin case with a nominal diameter of 23.0 mm and a height of 3.5 mm
+ + +.. raw:: html + +
+ +R2354 +----- + +* http://emmo.info/electrochemistry#electrochemistry_af92a3ae_e870_4676_9ae7_cda277b1e6e1 + +.. raw:: html + + + + + + +
Elucidationa coin case with a nominal diameter of 23.0 mm and a height of 5.4 mm
+ + +.. raw:: html + +
+ +R2412 +----- + +* http://emmo.info/electrochemistry#electrochemistry_a4e7c3d6_45bd_402a_962f_5d4b88af84ff + +.. raw:: html + + + + + + +
Elucidationa coin case with a nominal diameter of 24.5 mm and a height of 1.2 mm
+ + +.. raw:: html + +
+ +R2430 +----- + +* http://emmo.info/electrochemistry#electrochemistry_11e9f765_4fea_456b_bd8e_4624b9c752ae + +.. raw:: html + + + + + + +
Elucidationa coin case with a nominal diameter of 24.5 mm and a height of 3.0 mm
+ + +.. raw:: html + +
+ +R2450 +----- + +* http://emmo.info/electrochemistry#electrochemistry_aaafc5d6_050a_4c51_b1ca_db5839aad4de + +.. raw:: html + + + + + + +
Elucidationa coin case with a nominal diameter of 24.5 mm and a height of 5.0 mm
+ + +.. raw:: html + +
+ +R2477 +----- + +* http://emmo.info/electrochemistry#electrochemistry_a87d4b9d_ba91_4549_aed4_508d1160c0c0 + +.. raw:: html + + + + + + +
Elucidationa coin case with a nominal diameter of 24.5 mm and a height of 7.7 mm
+ + +.. raw:: html + +
+ +R3032 +----- + +* http://emmo.info/electrochemistry#electrochemistry_99475d6c_304c_4d6b_9eca_fbc42f768be5 + +.. raw:: html + + + + + + +
Elucidationa coin case with a nominal diameter of 30.0 mm and a height of 3.2 mm
+ + +.. raw:: html + +
+ +R416 +---- + +* http://emmo.info/electrochemistry#electrochemistry_027d437e_3bbf_4eda_940b_e509f8d2b993 + +.. raw:: html + + + + + + +
Elucidationa coin case with a nominal diameter of 4.8 mm and a height of 1.6 mm
+ + +.. raw:: html + +
+ +R512 +---- + +* http://emmo.info/electrochemistry#electrochemistry_94209cd8_f68f_40e6_ac70_cfb97a16e593 + +.. raw:: html + + + + + + +
Elucidationa coin case with a nominal diameter of 5.8 mm and a height of 1.3 mm
+ + +.. raw:: html + +
+ +R516 +---- + +* http://emmo.info/electrochemistry#electrochemistry_76318e8e_c1ba_49ac_8029_a951bd9dc955 + +.. raw:: html + + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 5.8 mm and a height of 1.6 mm
Alternative Label(s)R62
+ + +.. raw:: html + +
+ +R521 +---- + +* http://emmo.info/electrochemistry#electrochemistry_0a5038d4_24af_4ea8_8d56_a156faeb98e2 + +.. raw:: html + + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 5.8 mm and a height of 2.1 mm
Alternative Label(s)R63
+ + +.. raw:: html + +
+ +R527 +---- + +* http://emmo.info/electrochemistry#electrochemistry_b56a95e6_eea5_4a58_99aa_045fd28e75d3 + +.. raw:: html + + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 5.8 mm and a height of 2.7 mm
Alternative Label(s)R64
+ + +.. raw:: html + +
+ +R616 +---- + +* http://emmo.info/electrochemistry#electrochemistry_dc019f3f_e5f3_4eeb_bab9_a845a02223a0 + +.. raw:: html + + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 6.8 mm and a height of 1.65 mm
Alternative Label(s)R65
+ + +.. raw:: html + +
+ +R621 +---- + +* http://emmo.info/electrochemistry#electrochemistry_15ec346a_6d3c_4161_95e1_9cf889965f85 + +.. raw:: html + + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 6.8 mm and a height of 2.1 mm
Alternative Label(s)R60
+ + +.. raw:: html + +
+ +R626 +---- + +* http://emmo.info/electrochemistry#electrochemistry_68c1c36e_1548_4247_bae2_fe7102a2c4ff + +.. raw:: html + + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 6.8 mm and a height of 2.6 mm
Alternative Label(s)R66
+ + +.. raw:: html + +
+ +R626 +---- + +* http://emmo.info/electrochemistry#electrochemistry_6b275583_433f_46f7_aafd_ebc9409257cc + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 6.8 mm and a height of 2.6 mm
Alternative Label(s)R66
Commentoften used in wrist watches
+ + +.. raw:: html + +
+ +R712 +---- + +* http://emmo.info/electrochemistry#electrochemistry_bb2faf17_b819_4876_b17f_fa82917cf85d + +.. raw:: html + + + + + + +
Elucidationa coin case with a nominal diameter of 7.9 mm and a height of 1.3 mm
+ + +.. raw:: html + +
+ +R716 +---- + +* http://emmo.info/electrochemistry#electrochemistry_34cb7ea7_2436_46e0_806e_a3c7835ae228 + +.. raw:: html + + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 7.9 mm and a height of 1.65 mm
Alternative Label(s)R67
+ + +.. raw:: html + +
+ +R721 +---- + +* http://emmo.info/electrochemistry#electrochemistry_3279f575_1c62_4bf2_a6e8_de4c7ff36f8e + +.. raw:: html + + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 7.9 mm and a height of 2.1 mm
Alternative Label(s)R58
+ + +.. raw:: html + +
+ +R726 +---- + +* http://emmo.info/electrochemistry#electrochemistry_06db7d9e_d224_4360_b926_734f0349d396 + +.. raw:: html + + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 7.9 mm and a height of 2.6 mm
Alternative Label(s)R59
+ + +.. raw:: html + +
+ +R731 +---- + +* http://emmo.info/electrochemistry#electrochemistry_88100e2c_0f6e_4483_afbf_30029a6702c6 + +.. raw:: html + + + + + + +
Elucidationa coin case with a nominal diameter of 7.9 mm and a height of 3.1 mm
+ + +.. raw:: html + +
+ +R736 +---- + +* http://emmo.info/electrochemistry#electrochemistry_0c09df01_b251_4f75_b6e3_2578ba1a10c9 + +.. raw:: html + + + + + + +
Alternative Label(s)R41, a coin case with a nominal diameter of 7.9 mm and a height of 3.6 mm
+ + +.. raw:: html + +
+ +R754 +---- + +* http://emmo.info/electrochemistry#electrochemistry_028069a2_4e03_409e_8af2_4c8df32b5c5e + +.. raw:: html + + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 7.9 mm and a height of 5.4 mm
Alternative Label(s)R48
+ + +.. raw:: html + +
+ +R9 +-- + +* http://emmo.info/electrochemistry#electrochemistry_e0869e7a_36fe_4e33_9843_a5dc19fcb488 + +.. raw:: html + + + + + + +
Elucidationa coin case with a nominal diameter of 15.5 mm and a height of 6.0 mm
+ + +.. raw:: html + +
+ +R916 +---- + +* http://emmo.info/electrochemistry#electrochemistry_ebf314c7_81ad_4d77_9da4_b454520fda0e + +.. raw:: html + + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 9.5 mm and a height of 1.6 mm
Alternative Label(s)R68
+ + +.. raw:: html + +
+ +R921 +---- + +* http://emmo.info/electrochemistry#electrochemistry_eb1c9aa3_ad4f_4f2a_80f6_d6c8a8bc0d9a + +.. raw:: html + + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 9.5 mm and a height of 2.1 mm
Alternative Label(s)R69
+ + +.. raw:: html + +
+ +R926 +---- + +* http://emmo.info/electrochemistry#electrochemistry_a277e420_2483_44d5_a2bc_4e421dea231a + +.. raw:: html + + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 9.5 mm and a height of 2.6 mm
Alternative Label(s)R57
+ + +.. raw:: html + +
+ +R927 +---- + +* http://emmo.info/electrochemistry#electrochemistry_387e1e59_e511_4acb_b5ec_fa7360ec7557 + +.. raw:: html + + + + + + +
Alternative Label(s)a coin case with a nominal diameter of 9.5 mm and a height of 2.7 mm
+ + +.. raw:: html + +
+ +R932 +---- + +* http://emmo.info/electrochemistry#electrochemistry_9a23f61b_fef0_40f8_84f9_2057f90f6a95 + +.. raw:: html + + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 9.3 mm and a height of 3.2 mm
Comment8 of these in series are used to form an A23 battery
+ + +.. raw:: html + +
+ +R936 +---- + +* http://emmo.info/electrochemistry#electrochemistry_d67a0921_15e4_4c73_804e_97b2d66452b8 + +.. raw:: html + + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 9.5 mm and a height of 3.6 mm
Alternative Label(s)R45
+ + +.. raw:: html + +
+ +RadialDistance +-------------- + +* http://emmo.info/emmo#EMMO_d772fa7a_0a31_44bb_a825_ae7829d794c6 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationDistance, where one point is located on an axis or within a closed non self-intersecting curve or surface.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-26
Wikidata Referencehttps://www.wikidata.org/wiki/Q1578234
+ + +.. raw:: html + +
+ +Radian +------ + +* http://emmo.info/emmo#Radian + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationMeasure of plane angle.
IUPAC Referencehttps://doi.org/10.1351/goldbook.R05036
Wikipedia Referencehttp://en.wikipedia.org/wiki/Radian?oldid=492309312
CommentDimensionless measurement unit for plane angle.
+ + +.. raw:: html + +
+ +RadianPerHour +------------- + +* http://emmo.info/emmo#RadianPerHour + +.. raw:: html + + + + + + + + + + +
Elucidation"Radian per Hour" is a unit for 'Angular Velocity' expressed as rad/h. + + -- QUDT
Alternative Label(s)Radian per Hour
+ + +.. raw:: html + +
+ +RadianPerMetre +-------------- + +* http://emmo.info/emmo#RadianPerMetre + +.. raw:: html + + + + + + +
Alternative Label(s)Radian per Metre
+ + +.. raw:: html + +
+ +RadianPerMinute +--------------- + +* http://emmo.info/emmo#RadianPerMinute + +.. raw:: html + + + + + + + + + + +
ElucidationRadian Per Minute (rad/min) is a unit in the category of Angular velocity. It is also known as radians per minute, radian/minute. Radian Per Minute (rad/min) has a dimension of aT-1 where T is time. It can be converted to the corresponding standard SI unit rad/s by multiplying its value by a factor of 0.0166666666667. + + -- QUDT
Alternative Label(s)Radian per Minute
+ + +.. raw:: html + +
+ +RadianPerSecond +--------------- + +* http://emmo.info/emmo#RadianPerSecond + +.. raw:: html + + + + + + + + + + +
Elucidation"Radian per Second" is the SI unit of rotational speed (angular velocity), and, also the unit of angular frequency. The radian per second is defined as the change in the orientation of an object, in radians, every second. + + -- QUDT
Alternative Label(s)radian per second
+ + +.. raw:: html + +
+ +RadianPerSquareSecond +--------------------- + +* http://emmo.info/emmo#RadianPerSquareSecond + +.. raw:: html + + + + + + + + + + +
ElucidationAngular acceleration is the rate of change of angular velocity. In SI units, it is measured in radians per Square second (rad/s²), and is usually denoted by the Greek letter α. + + -- QUDT
Alternative Label(s)Radian per Square Second
+ + +.. raw:: html + +
+ +RadianSquareMetrePerKilogram +---------------------------- + +* http://emmo.info/emmo#RadianSquareMetrePerKilogram + +.. raw:: html + + + + + + +
Alternative Label(s)Radian Square Metre per Kilogram
+ + +.. raw:: html + +
+ +RadianSquareMetrePerMole +------------------------ + +* http://emmo.info/emmo#RadianSquareMetrePerMole + +.. raw:: html + + + + + + +
Alternative Label(s)Radian Square Metre per Mole
+ + +.. raw:: html + +
+ +RadiantEnergy +------------- + +* http://emmo.info/emmo#EMMO_b3c004d7_d377_459d_8857_dee6b5f51f3a + +.. raw:: html + + + + + + + + + + +
ElucidationMean energy, excluding rest energy, of the particles that are emitted, transferred, or received.
Wikidata Referencehttps://www.wikidata.org/wiki/Q1259526
+ + +.. raw:: html + +
+ +RadiantFlux +----------- + +* http://emmo.info/emmo#EMMO_e46f3f24_c2ec_4552_8dd4_cfc5c0a89c09 + +.. raw:: html + + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.R05046
CommentThe radiant energy emitted, reflected, transmitted or received, per unit time.
+ + +.. raw:: html + +
+ +Radioactivity +------------- + +* http://emmo.info/emmo#EMMO_8d3da9ac_2265_4382_bee5_db72046722f8 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationDecays per unit time.
Alternative Label(s)RadioactiveActivity
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00114
+ + +.. raw:: html + +
+ +Radium +------ + +* http://emmo.info/emmo#material_c0adf859_7694_440e_8c65_cb2b6b67f88b + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Ra
Wikipedia Referencehttps://en.wikipedia.org/wiki/Radium
Wikidata Referencehttps://www.wikidata.org/wiki/Q1128
+ + +.. raw:: html + +
+ +RadiumAtom +---------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_3ea9993c-80b9-5133-b552-dce78cd17ade + +.. raw:: html + + + + + + +
ElucidationAtom subclass for radium.
+ + +.. raw:: html + +
+ +RadiumSymbol +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_9a24be51-7059-5306-af89-400c78a49e9c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Radius +------ + +* http://emmo.info/emmo#EMMO_32dcd601_47c7_4028_b7fa_5e972ae57f12 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationDistance from the centre of a circle to the circumference.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-25
Wikipedia Referencehttps://en.wikipedia.org/wiki/Radius
Wikidata Referencehttps://www.wikidata.org/wiki/Q173817
+ + +.. raw:: html + +
+ +RadiusOfCurvature +----------------- + +* http://emmo.info/emmo#EMMO_fea5076a_20d0_4277_a4f1_d0eebd3b0d0e + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationRadius of the osculating circle of a planar curve at a particular point of the curve.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-30
Wikipedia Referencehttps://en.wikipedia.org/wiki/Radius_of_curvature
+ + +.. raw:: html + +
+ +Radon +----- + +* http://emmo.info/emmo#material_bc7f9905_0c1d_4911_9155_d31e96dceb55 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Radon
Wikidata Referencehttps://www.wikidata.org/wiki/Q1133
+ + +.. raw:: html + +
+ +RadonAtom +--------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_fd99c17e-6385-5b97-a20c-eddffdd56837 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for radon.
+ + +.. raw:: html + +
+ +RadonSymbol +----------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_d0af02f3-8a47-554e-a725-42b752451a1b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +RandlesCircuitModel +------------------- + +* http://emmo.info/battery#battery_e939a312_661c_4b21_9651_06f34659e20a + +.. raw:: html + + + + + + + + + + +
ElucidationAn equivalent electrical circuit that consists of an active electrolyte resistance RS in series with the parallel combination of the double-layer capacitance Cdl and an impedance of a faradaic reaction.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Randles_circuit
+ + +.. raw:: html + +
+ +RapidPrototyping +---------------- + +* http://emmo.info/emmo#EMMO_755eaac8_735e_438c_8c19_a8b5e6a81728 + +.. raw:: html + + + + + + +
ElucidationApplication of additive manufacturing intended for reducing the time needed for producing prototypes.
+ + +.. raw:: html + +
+ +RatedCapacity +------------- + +* http://emmo.info/electrochemistry#electrochemistry_9b3b4668_0795_4a35_9965_2af383497a26 + +.. raw:: html + + + + + + + + + + +
Elucidationcapacity value of a battery [or electrochemical device] determined under specified conditions and declared by the manufacturer
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-15
+ + +.. raw:: html + +
+ +RatioOfSpecificHeatCapacities +----------------------------- + +* http://emmo.info/emmo#EMMO_5fde0fa1_bbb3_42a9_ac2d_d144771aeb4b + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationRatio of specific heat capacity at constant pressure cp to specific heat capacity at constant volume cV, thus γ = cp/cV.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-51
Wikidata Referencehttps://www.wikidata.org/wiki/Q503869
+ + +.. raw:: html + +
+ +RatioQuantity +------------- + +* http://emmo.info/emmo#EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef + +.. raw:: html + + + + + + + + + + +
ElucidationThe class of quantities that are the ratio of two quantities with the same physical dimensionality.
CommentQuantities defined as ratios `Q=A/B` having equal dimensions in numerator and denominator are dimensionless quantities but still have a physical dimension defined as dim(A)/dim(B). + + Johansson, Ingvar (2010). "Metrological thinking needs the notions of parametric quantities, units and dimensions". Metrologia. 47 (3): 219–230. doi:10.1088/0026-1394/47/3/012. ISSN 0026-1394.
+ + +.. raw:: html + +
+ +ReactionEnergy +-------------- + +* http://emmo.info/emmo#EMMO_e998cee4_ac07_47a0_a12c_43eda1d9e750 + +.. raw:: html + + + + + + + + + + +
ElucidationIn a nuclear reaction, sum of the kinetic energies and photon energies of the reaction products minus the sum of the kinetic and photon energies of the reactants.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98164745
+ + +.. raw:: html + +
+ +ReactionOverpotential +--------------------- + +* http://emmo.info/electrochemistry#electrochemistry_f4fadc4e_ca7d_4e4e_89cf_eacf45b4041e + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationpart of the electrode polarization arising from a chemical reaction impeding the electrode reaction
Alternative Label(s)ReactionOvervoltage, ReactionPolarization
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-10
+ + +.. raw:: html + +
+ +ReactionRate +------------ + +* http://emmo.info/electrochemistry#electrochemistry_e2514bf9_d012_4990_b68b_6f37443f18f6 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationrate at which a chemical reaction takes place
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-02
Wikipedia Referencehttps://en.wikipedia.org/wiki/Reaction_rate
Wikidata Referencehttps://www.wikidata.org/wiki/Q3394849
+ + +.. raw:: html + +
+ +ReactionRateConstant +-------------------- + +* http://emmo.info/electrochemistry#electrochemistry_0335e3f6_d1d8_4daa_8376_a9285f1bc9f1 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationa proportionality constant which quantifies the rate and direction of a chemical reaction by relating it with the concentration of reactants
Wikipedia Referencehttps://en.wikipedia.org/wiki/Reaction_rate_constant
Wikidata Referencehttps://www.wikidata.org/wiki/Q658700
+ + +.. raw:: html + +
+ +ReactionSintering +----------------- + +* http://emmo.info/emmo#EMMO_2b524942_4e3e_403a_b4ab_2b53750f3d3b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ReactiveMaterial +---------------- + +* http://emmo.info/emmo#EMMO_68390bfb_e307_479d_8f78_d66d8773cb1d + +.. raw:: html + + + + + + +
ElucidationA material that takes active part in a chemical reaction.
+ + +.. raw:: html + +
+ +ReactiveNonMetalElementalSubstance +---------------------------------- + +* http://emmo.info/emmo#material_78400dc0_97b0_4d59_8ea6_30bb703f428c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ReactivePower +------------- + +* http://emmo.info/emmo#EMMO_d8030875_6d89_4645_9728_bbc3b8690609 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationImaginary part of the complex power.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-44
Wikidata Referencehttps://www.wikidata.org/wiki/Q2144613
+ + +.. raw:: html + +
+ +ReactorTimeConstant +------------------- + +* http://emmo.info/emmo#EMMO_b03dfad7_eab8_4949_9d10_dd4fd12faaef + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationDuration required for the neutron fluence rate in a reactor to change by the factor e when the fluence rate is rising or falling exponentially.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-07-04
Wikidata Referencehttps://www.wikidata.org/wiki/Q99518950
+ + +.. raw:: html + +
+ +Real +---- + +* http://emmo.info/emmo#EMMO_18d180e4_5e3e_42f7_820c_e08951223486 + +.. raw:: html + + + + + + +
ElucidationA real number.
+ + +.. raw:: html + +
+ +ReciprocalAmountPerVolumeUnit +----------------------------- + +* http://emmo.info/emmo#EMMO_aef218f9_6ded_4db9_9263_e78eed55e5d6 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ReciprocalCentiMetre +-------------------- + +* http://emmo.info/emmo#ReciprocalCentiMetre + +.. raw:: html + + + + + + + + + + +
Elucidationreciprocal of the 0.01-fold of the SI base unit metre + + -- QUDT
Alternative Label(s)Reciprocal Centimetre
+ + +.. raw:: html + +
+ +ReciprocalCubicCentiMetre +------------------------- + +* http://emmo.info/emmo#ReciprocalCubicCentiMetre + +.. raw:: html + + + + + + + + + + +
Elucidationreciprocal of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 + + -- QUDT
Alternative Label(s)Reciprocal Cubic Centimetre
+ + +.. raw:: html + +
+ +ReciprocalCubicMetre +-------------------- + +* http://emmo.info/emmo#ReciprocalCubicMetre + +.. raw:: html + + + + + + + + + + +
Elucidation"Per Cubic Meter" is a denominator unit with dimensions /m³. + + -- QUDT
Alternative Label(s)Reciprocal Cubic Metre
+ + +.. raw:: html + +
+ +ReciprocalCubicMetreSecond +-------------------------- + +* http://emmo.info/emmo#ReciprocalCubicMetreSecond + +.. raw:: html + + + + + + +
Alternative Label(s)Reciprocal Cubic Metre Second
+ + +.. raw:: html + +
+ +ReciprocalCubicMilliMetre +------------------------- + +* http://emmo.info/emmo#ReciprocalCubicMilliMetre + +.. raw:: html + + + + + + + + + + +
Elucidationreciprocal value of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3 + + -- QUDT
Alternative Label(s)Reciprocal Cubic Millimetre
+ + +.. raw:: html + +
+ +ReciprocalDay +------------- + +* http://emmo.info/emmo#ReciprocalDay + +.. raw:: html + + + + + + + + + + +
Elucidationreciprocal of the unit day + + -- QUDT
Alternative Label(s)Reciprocal Day
+ + +.. raw:: html + +
+ +ReciprocalDuration +------------------ + +* http://emmo.info/emmo#EMMO_5f04b896_a4fd_4206_b201_0449b6c29289 + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)InverseDuration, InverseTime, ReciprocalTime
Wikidata Referencehttps://www.wikidata.org/wiki/Q98690850
+ + +.. raw:: html + +
+ +ReciprocalElectricChargeDensityUnit +----------------------------------- + +* http://emmo.info/emmo#EMMO_578f7da0_10f8_4fc2_9fd0_79b79f47f975 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ReciprocalHenry +--------------- + +* http://emmo.info/emmo#ReciprocalHenry + +.. raw:: html + + + + + + +
Alternative Label(s)Reciprocal Henry
+ + +.. raw:: html + +
+ +ReciprocalHour +-------------- + +* http://emmo.info/emmo#ReciprocalHour + +.. raw:: html + + + + + + + + + + +
ElucidationA reciprocal unit of time for `reciprocal hour` or "inverse hour". + + -- QUDT
Alternative Label(s)Reciprocal Hour
+ + +.. raw:: html + +
+ +ReciprocalJouleCubicMetre +------------------------- + +* http://emmo.info/emmo#ReciprocalJouleCubicMetre + +.. raw:: html + + + + + + +
Alternative Label(s)Reciprocal Joule Cubic Metre
+ + +.. raw:: html + +
+ +ReciprocalKelvin +---------------- + +* http://emmo.info/emmo#ReciprocalKelvin + +.. raw:: html + + + + + + + + + + +
ElucidationPer Kelvin Unit is a denominator unit with dimensions /k. + + -- QUDT
Alternative Label(s)Reciprocal Kelvin
+ + +.. raw:: html + +
+ +ReciprocalKiloMetre +------------------- + +* http://emmo.info/emmo#ReciprocalKiloMetre + +.. raw:: html + + + + + + + + + + +
ElucidationPer Kilometer Unit is a denominator unit with dimensions /km. + + -- QUDT
Alternative Label(s)Reciprocal Kilometre
+ + +.. raw:: html + +
+ +ReciprocalKiloVoltAmpereHour +---------------------------- + +* http://emmo.info/emmo#ReciprocalKiloVoltAmpereHour + +.. raw:: html + + + + + + + + + + +
Elucidationreciprocal of the 1,000-fold of the product of the SI derived unit volt and the SI base unit ampere and the unit hour + + -- QUDT
Alternative Label(s)Reciprocal Kilovolt Ampere Hour
+ + +.. raw:: html + +
+ +ReciprocalLength +---------------- + +* http://emmo.info/emmo#EMMO_ecec2983_7c26_4f8d_a981_51ca29668baf + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationThe inverse of length.
Alternative Label(s)InverseLength
Wikipedia Referencehttps://en.wikipedia.org/wiki/Reciprocal_length
+ + +.. raw:: html + +
+ +ReciprocalLengthUnit +-------------------- + +* http://emmo.info/emmo#EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ReciprocalLitre +--------------- + +* http://emmo.info/emmo#ReciprocalLitre + +.. raw:: html + + + + + + + + + + +
Elucidationreciprocal value of the unit litre + + -- QUDT
Alternative Label(s)Reciprocal Litre
+ + +.. raw:: html + +
+ +ReciprocalMassUnit +------------------ + +* http://emmo.info/emmo#EMMO_59197cce_b8b6_4216_a08d_26fb83c032af + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ReciprocalMetre +--------------- + +* http://emmo.info/emmo#ReciprocalMetre + +.. raw:: html + + + + + + + + + + +
ElucidationPer Meter Unit is a denominator unit with dimensions /m. + + -- QUDT
Alternative Label(s)Reciprocal Metre
+ + +.. raw:: html + +
+ +ReciprocalMetreKelvin +--------------------- + +* http://emmo.info/emmo#ReciprocalMetreKelvin + +.. raw:: html + + + + + + + + + + +
ElucidationPer Meter Kelvin Unit is a denominator unit with dimensions /m.k. + + -- QUDT
Alternative Label(s)Reciprocal Metre Kelvin
+ + +.. raw:: html + +
+ +ReciprocalMetrePerNanoMetre +--------------------------- + +* http://emmo.info/emmo#ReciprocalMetrePerNanoMetre + +.. raw:: html + + + + + + +
Alternative Label(s)Reciprocal metre per nanometre
+ + +.. raw:: html + +
+ +ReciprocalMetrePerNanoMetrePerSteradian +--------------------------------------- + +* http://emmo.info/emmo#ReciprocalMetrePerNanoMetrePerSteradian + +.. raw:: html + + + + + + +
Alternative Label(s)Reciprocal metre per nanometre per steradian
+ + +.. raw:: html + +
+ +ReciprocalMetrePerSecond +------------------------ + +* http://emmo.info/emmo#ReciprocalMetrePerSecond + +.. raw:: html + + + + + + +
Alternative Label(s)Reciprocal metre per second
+ + +.. raw:: html + +
+ +ReciprocalMetrePerSteradian +--------------------------- + +* http://emmo.info/emmo#ReciprocalMetrePerSteradian + +.. raw:: html + + + + + + +
Alternative Label(s)Reciprocal metre per steradian
+ + +.. raw:: html + +
+ +ReciprocalMicroMetre +-------------------- + +* http://emmo.info/emmo#ReciprocalMicroMetre + +.. raw:: html + + + + + + + + + + +
ElucidationPer Micrometer Unit is a denominator unit with dimensions /microm. + + -- QUDT
Alternative Label(s)Reciprocal Micrometre
+ + +.. raw:: html + +
+ +ReciprocalMicroMolePerLitre +--------------------------- + +* http://emmo.info/emmo#ReciprocalMicroMolePerLitre + +.. raw:: html + + + + + + + + + + +
ElucidationUnits used to describe the sensitivity of detection of a spectrophotometer. + + -- QUDT
Alternative Label(s)Reciprocal micromole per litre
+ + +.. raw:: html + +
+ +ReciprocalMilliMetre +-------------------- + +* http://emmo.info/emmo#ReciprocalMilliMetre + +.. raw:: html + + + + + + + + + + +
ElucidationPer Millimeter Unit is a denominator unit with dimensions /mm. + + -- QUDT
Alternative Label(s)Reciprocal Millimetre
+ + +.. raw:: html + +
+ +ReciprocalMilliSecond +--------------------- + +* http://emmo.info/emmo#ReciprocalMilliSecond + +.. raw:: html + + + + + + +
Alternative Label(s)Reciprocal millisecond
+ + +.. raw:: html + +
+ +ReciprocalMinute +---------------- + +* http://emmo.info/emmo#ReciprocalMinute + +.. raw:: html + + + + + + + + + + +
ElucidationA reciprocal unit of time for `reciprocal minute` or `inverse minute`. + + -- QUDT
Alternative Label(s)Reciprocal Minute
+ + +.. raw:: html + +
+ +ReciprocalMole +-------------- + +* http://emmo.info/emmo#ReciprocalMole + +.. raw:: html + + + + + + + + + + +
ElucidationPer Mole Unit is a denominator unit with dimensions mol⁻¹. + + -- QUDT
Alternative Label(s)Reciprocal Mole
+ + +.. raw:: html + +
+ +ReciprocalNanoMetre +------------------- + +* http://emmo.info/emmo#ReciprocalNanoMetre + +.. raw:: html + + + + + + + + + + +
ElucidationPer Nanometer Unit is a denominator unit with dimensions /nm. + + -- QUDT
Alternative Label(s)Reciprocal Nanometre
+ + +.. raw:: html + +
+ +ReciprocalPascal +---------------- + +* http://emmo.info/emmo#ReciprocalPascal + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)Reciprocal Pascal
Wikipedia Referencehttp://en.wikipedia.org/wiki/Pascal?oldid=492989202
+ + +.. raw:: html + +
+ +ReciprocalPascalPerSecond +------------------------- + +* http://emmo.info/emmo#ReciprocalPascalPerSecond + +.. raw:: html + + + + + + +
Alternative Label(s)Reciprocal Pascal per second
+ + +.. raw:: html + +
+ +ReciprocalPicoMetre +------------------- + +* http://emmo.info/emmo#ReciprocalPicoMetre + +.. raw:: html + + + + + + + + + + +
ElucidationPer Picoometer Unit is a denominator unit with dimensions /pm. + + -- QUDT
Alternative Label(s)Reciprocal Picometre
+ + +.. raw:: html + +
+ +ReciprocalSecond +---------------- + +* http://emmo.info/emmo#ReciprocalSecond + +.. raw:: html + + + + + + + + + + +
ElucidationA reciprical unit of time for `reciprocal second` or `inverse second`. The `Per Second` is a unit of rate. + + -- QUDT
Alternative Label(s)Reciprocal Second
+ + +.. raw:: html + +
+ +ReciprocalSecondSquareMetre +--------------------------- + +* http://emmo.info/emmo#ReciprocalSecondSquareMetre + +.. raw:: html + + + + + + + + + + +
Elucidation`Per Second Square Meter` is a measure of flux with dimensions /sec-m². + + -- QUDT
Alternative Label(s)Reciprocal Second Square Metre
+ + +.. raw:: html + +
+ +ReciprocalSecondSquareMetreSteradian +------------------------------------ + +* http://emmo.info/emmo#ReciprocalSecondSquareMetreSteradian + +.. raw:: html + + + + + + + + + + +
ElucidationPer Second Square Meter Steradian is a denominator unit with dimensions /sec-m²-sr. + + -- QUDT
Alternative Label(s)Reciprocal Second Square Metre Steradian
+ + +.. raw:: html + +
+ +ReciprocalSecondSteradian +------------------------- + +* http://emmo.info/emmo#ReciprocalSecondSteradian + +.. raw:: html + + + + + + + + + + +
ElucidationPer Second Steradian Unit is a denominator unit with dimensions /sec-sr. + + -- QUDT
Alternative Label(s)Reciprocal Second Steradian
+ + +.. raw:: html + +
+ +ReciprocalSquareElectronVolt +---------------------------- + +* http://emmo.info/emmo#ReciprocalSquareElectronVolt + +.. raw:: html + + + + + + + + + + +
ElucidationPer Square Electron Volt is a denominator unit with dimensions /eV². + + -- QUDT
Alternative Label(s)Reciprocal Square Electron Volt
+ + +.. raw:: html + +
+ +ReciprocalSquareEnergyUnit +-------------------------- + +* http://emmo.info/emmo#EMMO_87b5dd20_e4fe_422d_9e70_1eee54ec9496 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ReciprocalSquareGigaElectronVolt +-------------------------------- + +* http://emmo.info/emmo#ReciprocalSquareGigaElectronVolt + +.. raw:: html + + + + + + + + + + +
ElucidationPer Square Giga Electron Volt Unit is a denominator unit with dimensions /GeV². + + -- QUDT
Alternative Label(s)Reciprocal Square Giga Electron Volt
+ + +.. raw:: html + +
+ +ReciprocalSquareJoule +--------------------- + +* http://emmo.info/emmo#ReciprocalSquareJoule + +.. raw:: html + + + + + + + + + + +
ElucidationPer Square Joule is a denominator unit with dimensions /eV². + + -- QUDT
Alternative Label(s)Reciprocal Square Joule
+ + +.. raw:: html + +
+ +ReciprocalSquareKilogram +------------------------ + +* http://emmo.info/emmo#ReciprocalSquareKilogram + +.. raw:: html + + + + + + + + + + +
ElucidationPer Square Kilogram is a denominator unit with dimensions /kg². + + -- QUDT
Alternative Label(s)Reciprocal Square Kilogram
+ + +.. raw:: html + +
+ +ReciprocalSquareMetre +--------------------- + +* http://emmo.info/emmo#ReciprocalSquareMetre + +.. raw:: html + + + + + + + + + + +
Elucidation"Per Square Meter" is a denominator unit with dimensions /m². + + -- QUDT
Alternative Label(s)Reciprocal Square Metre
+ + +.. raw:: html + +
+ +ReciprocalSquareMetreSecond +--------------------------- + +* http://emmo.info/emmo#ReciprocalSquareMetreSecond + +.. raw:: html + + + + + + +
Alternative Label(s)Reciprocal Square Metre Second
+ + +.. raw:: html + +
+ +ReciprocalSquareSecond +---------------------- + +* http://emmo.info/emmo#ReciprocalSquareSecond + +.. raw:: html + + + + + + +
Alternative Label(s)Reciprocal square second
+ + +.. raw:: html + +
+ +ReciprocalSteradian +------------------- + +* http://emmo.info/emmo#ReciprocalSteradian + +.. raw:: html + + + + + + +
Alternative Label(s)Reciprocal steradian
+ + +.. raw:: html + +
+ +ReciprocalTeslaMetre +-------------------- + +* http://emmo.info/emmo#ReciprocalTeslaMetre + +.. raw:: html + + + + + + + + + + +
ElucidationPer Tesla Meter Unit is a denominator unit with dimensions /m .· T. + + -- QUDT
Alternative Label(s)Reciprocal Tesla Metre
+ + +.. raw:: html + +
+ +ReciprocalTeslaSecond +--------------------- + +* http://emmo.info/emmo#ReciprocalTeslaSecond + +.. raw:: html + + + + + + + + + + +
ElucidationPer Tesla Second Unit is a denominator unit with dimensions /s . T. + + -- QUDT
Alternative Label(s)Reciprocal Tesla Second Unit
+ + +.. raw:: html + +
+ +ReciprocalVolume +---------------- + +* http://emmo.info/emmo#EMMO_ca369738_78de_470b_8631_be83f75e45a3 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ReciprocalWeber +--------------- + +* http://emmo.info/emmo#ReciprocalWeber + +.. raw:: html + + + + + + +
Alternative Label(s)Reciprocal Weber
+ + +.. raw:: html + +
+ +RecombinationCoefficient +------------------------ + +* http://emmo.info/emmo#EMMO_65b794a4_cf52_4d0a_88c4_2c479537b30a + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationCoefficient in the law of recombination,
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-06-47
Wikidata Referencehttps://www.wikidata.org/wiki/Q98842099
+ + +.. raw:: html + +
+ +RectangularElectrode +-------------------- + +* http://emmo.info/electrochemistry#electrochemistry_14377ecb_5ead_431e_831e_159d622bd0ea + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +RedAntiQuark +------------ + +* http://emmo.info/emmo#EMMO_74fd4dfc_a59e_4f66_8822_7fc3ad8a0664 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +RedBottomAntiQuark +------------------ + +* http://emmo.info/emmo#EMMO_1f8f92a8_4cc9_4fa3_9b5f_d5af5bab4fd2 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +RedBottomQuark +-------------- + +* http://emmo.info/emmo#EMMO_387b0334_aff8_4b3f_9062_8ad051f72e91 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +RedCharmAntiQuark +----------------- + +* http://emmo.info/emmo#EMMO_aeebc6d5_bf98_45c1_b3eb_89de6722ba46 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +RedCharmQuark +------------- + +* http://emmo.info/emmo#EMMO_225775f9_3bf3_4309_a7e1_aa7305c9278a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +RedDownAntiQuark +---------------- + +* http://emmo.info/emmo#EMMO_b9277e83_016c_405f_b90a_7e93642c775b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +RedDownQuark +------------ + +* http://emmo.info/emmo#EMMO_d16ce022_5298_49a3_87a5_ca883faae18c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +RedQuark +-------- + +* http://emmo.info/emmo#EMMO_cf972459_e649_4aa8_9676_3d219b5e0fe6 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +RedStrangeAntiQuark +------------------- + +* http://emmo.info/emmo#EMMO_73aa05b8_51be_4863_bb0b_35845ac9362b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +RedStrangeQuark +--------------- + +* http://emmo.info/emmo#EMMO_9eb96ea0_8827_4cb9_9a03_8e07f4eae1eb + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +RedTopAntiQuark +--------------- + +* http://emmo.info/emmo#EMMO_9bb271f2_80a1_481a_ba78_368c4dccc235 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +RedTopQuark +----------- + +* http://emmo.info/emmo#EMMO_a4243cbf_b22e_4aa1_b9c1_130ce8c51ab2 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +RedUpAntiQuark +-------------- + +* http://emmo.info/emmo#EMMO_da9e740a_6056_4fa5_a663_c6622e1972d8 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +RedUpQuark +---------- + +* http://emmo.info/emmo#EMMO_506cb971_797d_4cfb_88c3_3020c4396365 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +RedoxFlowBattery +---------------- + +* http://emmo.info/battery#battery_8f363e2e_8258_415d_8784_9a60fce9aeef + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationa flow battery is a rechargeable battery in which electrolyte flows through one or more electrochemical cells from one or more tanks
Wikipedia Referencehttps://en.wikipedia.org/wiki/Flow_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q907511
+ + +.. raw:: html + +
+ +Reductionistic +-------------- + +* http://emmo.info/emmo#EMMO_15db234d_ecaf_4715_9838_4b4ec424fb13 + +.. raw:: html + + + + + + +
ElucidationA class devoted to categorize causal objects by specifying their granularity levels.
+ + +.. raw:: html + +
+ +Redundant +--------- + +* http://emmo.info/emmo#EMMO_bbca6dfa_7463_4e8d_8280_35862ff50ce0 + +.. raw:: html + + + + + + + + + + +
ElucidationA whole possessing some proper parts of its same type.
Alternative Label(s)NonMaximal
+ + +.. raw:: html + +
+ +ReferenceElectrode +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_7729c34e_1ae9_403d_b933_1765885e7f29 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-15
IUPAC Referencehttps://goldbook.iupac.org/terms/view/R05229
Wikipedia Referencehttps://en.wikipedia.org/wiki/Reference_electrode
Wikidata Referencehttps://www.wikidata.org/wiki/Q653954
CommentElectrode that maintains an essentially constant potential under the conditions prevailing in an electrochemical measurement, and that serves for observation, measurement, or control of the potential of the indicator or working electrode.
+ + +.. raw:: html + +
+ +ReferenceThermodynamicTemperature +--------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_db40df7e_1aa5_49a7_85cb_2aa2c1c70489 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +RefractiveIndex +--------------- + +* http://emmo.info/emmo#EMMO_5eedba4d_105b_44d8_b1bc_e33606276ea2 + +.. raw:: html + + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.R05240
CommentFactor by which the phase velocity of light is reduced in a medium.
+ + +.. raw:: html + +
+ +RelativeHumidity +---------------- + +* http://emmo.info/emmo#EMMO_62273272_4cec_4168_bc7b_448f57feaba6 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationRatio of the partial pressure p of water vapour in moist air to its partial pressure psat at saturation, at the same temperature φ = p/psat.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-65
Wikipedia Referencehttps://en.wikipedia.org/wiki/Humidity#Relative_humidity
Wikidata Referencehttps://www.wikidata.org/wiki/Q2499617
CommentThe relative humidity is often expressed in per cent.
+ + +.. raw:: html + +
+ +RelativeLinearStrain +-------------------- + +* http://emmo.info/emmo#EMMO_5574a8ed_5094_4d63_8d95_1c19cfd38409 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationRelative change of length with respect the original length.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-58
IUPAC Referencehttps://doi.org/10.1351/goldbook.L03560
Wikidata Referencehttps://www.wikidata.org/wiki/Q1990546
+ + +.. raw:: html + +
+ +RelativeMassConcentrationOfWaterVapour +-------------------------------------- + +* http://emmo.info/emmo#EMMO_c106f318_38b1_4261_94cc_f4ac6ccc47af + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationratio of the mass concentration of water vapour v to its mass concentration at saturation vsat, at the same temperature, thus ψ = v/vsat.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-66
Wikidata Referencehttps://www.wikidata.org/wiki/Q76379357
CommentFor normal cases, the relative humidity may be assumed to be equal to relative mass concentration of vapour.
+ + +.. raw:: html + +
+ +RelativeMassDefect +------------------ + +* http://emmo.info/emmo#EMMO_d26859bb_bb6e_47bb_b46e_c2253414808e + +.. raw:: html + + + + + + + + + + +
ElucidationQuotient of mass defect and the unified atomic mass constant.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98038718
+ + +.. raw:: html + +
+ +RelativeMassDensity +------------------- + +* http://emmo.info/emmo#EMMO_3d54c1e7_69d6_4736_92ff_595f31109f2a + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationMass density ρ of a substance divided by the mass density ρ0 of a reference substance, under conditions that should be specified for both substances.
Alternative Label(s)RelativeDensity
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-08
IUPAC Referencehttps://doi.org/10.1351/goldbook.R05262
Wikidata Referencehttps://www.wikidata.org/wiki/Q11027905
+ + +.. raw:: html + +
+ +RelativeMassExcess +------------------ + +* http://emmo.info/emmo#EMMO_3b246b97_b2d1_4e6b_8d3f_669ebd4ddbd6 + +.. raw:: html + + + + + + + + + + +
ElucidationQuotient of mass excess and the unified atomic mass constant.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98038610
+ + +.. raw:: html + +
+ +RelativeMassFractionOfVapour +---------------------------- + +* http://emmo.info/emmo#EMMO_a45dc074_c5ed_4aad_a4e7_141a02fe1d73 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +RelativePermeability +-------------------- + +* http://emmo.info/emmo#EMMO_593ecc7c_250d_4e4d_8957_0170f3cc2154 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationScalar quantity or tensor quantity equal to the absolute permeability divided by the magnetic constant.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-29
IUPAC Referencehttps://doi.org/10.1351/goldbook.R05272
Wikidata Referencehttps://www.wikidata.org/wiki/Q77785645
+ + +.. raw:: html + +
+ +RelativePermittivity +-------------------- + +* http://emmo.info/emmo#EMMO_12f0b2eb_a7b2_4f87_8176_12748f415832 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationPermittivity divided by electric constant.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-13
Wikidata Referencehttps://www.wikidata.org/wiki/Q4027242
+ + +.. raw:: html + +
+ +RelativePressureCoefficient +--------------------------- + +* http://emmo.info/emmo#EMMO_90fa8b63_e59d_4c71_b245_6bb759a22e26 + +.. raw:: html + + + + + + + + + + +
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-30
Wikidata Referencehttps://www.wikidata.org/wiki/Q74761852
+ + +.. raw:: html + +
+ +RelativeVolumeStrain +-------------------- + +* http://emmo.info/emmo#EMMO_bdb76b61_4bf6_44d6_9424_6cc073f964bc + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationQuotient of change of volume and original volume.
Alternative Label(s)BulkStrain, VolumeStrain
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-60
IUPAC Referencehttps://doi.org/10.1351/goldbook.V06648
Wikidata Referencehttps://www.wikidata.org/wiki/Q73432507
+ + +.. raw:: html + +
+ +RelaxationTime +-------------- + +* http://emmo.info/emmo#EMMO_26c6f1b3_c33f_4804_a3e8_3c5c931582b3 + +.. raw:: html + + + + + + + + + + +
Elucidationtime constant for scattering, trapping or annihilation of charge carriers, phonons or other quasiparticles
Wikidata Referencehttps://www.wikidata.org/wiki/Q106041085
+ + +.. raw:: html + +
+ +ReplacementBattery +------------------ + +* http://emmo.info/battery#battery_33d5e843_dcef_4b7b_97ec_bd902c9d950f + +.. raw:: html + + + + + + + + + + +
Elucidationbattery for use in place of an existing battery, giving the same or similar operating and performance characteristics.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-13
+ + +.. raw:: html + +
+ +Replica +------- + +* http://emmo.info/emmo#EMMO_8533871a_01e4_4935_8c7b_cedf8fcc3fa3 + +.. raw:: html + + + + + + +
ElucidationAn icon that not only resembles the object, but also can express some of the object's functions.
+ + +.. raw:: html + +
+ +Representation +-------------- + +* http://emmo.info/emmo#EMMO_eb7de1a1_c30e_4f0d_94c6_fe70414d7e61 + +.. raw:: html + + + + + + +
ElucidationA graphical object aimed to represent schematically the conceptual, tempral or spatial structure of another object.
+ + +.. raw:: html + +
+ +ResemblanceIcon +--------------- + +* http://emmo.info/emmo#EMMO_8c537c06_8e1d_4a3b_a251_1c89bb2c4790 + +.. raw:: html + + + + + + + + + + +
ElucidationAn icon that mimics the spatial or temporal shape of the object.
CommentThe subclass of icon inspired by Peirceian category a) the image, which depends on a simple quality (e.g. picture).
+ + +.. raw:: html + +
+ +ReserveBatteryCell +------------------ + +* http://emmo.info/battery#battery_798806c2_9423_486a_b414_d1e49603c8cd + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationcell stored in a dry state in which the necessary electrolyte is held separately and which may be transferred for activation to the cell, immediately prior to use, by priming or other means.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-14
Wikipedia Referencehttps://en.wikipedia.org/wiki/Reserve_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q7315268
+ + +.. raw:: html + +
+ +ReshapeManufacturing +-------------------- + +* http://emmo.info/emmo#EMMO_2b4783a6_36ad_48c8_8f5d_fe7c05ad298b + +.. raw:: html + + + + + + + + + + +
ElucidationA manufacturing in which workpieces are produced from solid raw parts through permanent deformation, provided that neither material is added nor removed.
Alternative Label(s)Forming, Umformen
+ + +.. raw:: html + +
+ +ResidualActiveMass +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_526bf81a_0572_49ff_a8cc_85efc343c1c2 + +.. raw:: html + + + + + + + + + + +
Elucidationcharged active material remaining in a cell following a discharge to a specified end-of-discharge voltage.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-37
+ + +.. raw:: html + +
+ +ResidualCapacity +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_d47985f1_6bd7_4c4f_894f_13a6cab38bb5 + +.. raw:: html + + + + + + + + + + +
Elucidationelectric charge capacity remaining in a cell or battery following a discharge, operation or storage under specific test conditions
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-16
+ + +.. raw:: html + +
+ +ResidualCurrent +--------------- + +* http://emmo.info/electrochemistry#electrochemistry_07e219c3_890f_488f_bd96_bee8e445d764 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationElectric current that flows, at a particular value of the applied potential, in the absence of the substance whose electrode behaviour is being investigated, i.e. a "blank" solution.
Alternative Label(s)BackgroundCurrent, BackgroundCurrent
IUPAC Referencehttps://goldbook.iupac.org/terms/view/R05311
CommentI_{r}
+ + +.. raw:: html + +
+ +ResidualResistivity +------------------- + +* http://emmo.info/emmo#EMMO_1eb6b28e_f260_4f04_ada1_19c6dcb668d9 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationfor metals, the resistivity extrapolated to zero thermodynamic temperature
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=815-13-61
Wikidata Referencehttps://www.wikidata.org/wiki/Q25098876
+ + +.. raw:: html + +
+ +ResistanceToAlternativeCurrent +------------------------------ + +* http://emmo.info/emmo#EMMO_83a43803_0b0f_45a4_86a3_bc6b32e6a540 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationReal part of the impedance.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-45
Wikidata Referencehttps://www.wikidata.org/wiki/Q1048490
+ + +.. raw:: html + +
+ +ResonanceEnergy +--------------- + +* http://emmo.info/emmo#EMMO_038cb8cb_c035_40c1_a3e7_7f24d63b2804 + +.. raw:: html + + + + + + + + + + +
ElucidationResonance in a nuclear reaction, determined by the kinetic energy of an incident particle in the reference frame of the target particle.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98165187
+ + +.. raw:: html + +
+ +ResonanceEscapeProbability +-------------------------- + +* http://emmo.info/emmo#EMMO_0b0dc439_fe4b_4e59_a5f6_655b0bf48559 + +.. raw:: html + + + + + + + + + + +
ElucidationIn an infinite medium, the probability that a neutron slowing down will traverse all or some specified portion of the range of resonance energies without being absorbed.
Wikidata Referencehttps://www.wikidata.org/wiki/Q4108072
+ + +.. raw:: html + +
+ +ResponseTimeAtAnISE +------------------- + +* http://emmo.info/electrochemistry#electrochemistry_1a104474_c326_4a29_ac26_26a05ac8f72c + +.. raw:: html + + + + + + + + + + +
ElucidationDuration between the time when an ion-selective electrode and an external reference electrode (the two completing the ion-selective electrode cell) are brought into contact with a sample solution (or the time at which the activity of the ion of interest in solution is changed) and the first time at which the slope of the cell potential vs. time plot (ΔE/Δt) becomes equal to a limiting value selected on the basis of the experimental conditions and/or requirements concerning accuracy.
CommentBuck and Lindner suggest a slope of 0.6 mV min-1 .
+ + +.. raw:: html + +
+ +RestEnergy +---------- + +* http://emmo.info/emmo#EMMO_5117c5fe_f661_46f8_83c3_b48947f1532a + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationProduct of the rest mass and the square of the speed of light in vacuum.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-05
Wikipedia Referencehttps://en.wikipedia.org/wiki/Invariant_mass#Rest_energy
Wikidata Referencehttps://www.wikidata.org/wiki/Q11663629
+ + +.. raw:: html + +
+ +RestMass +-------- + +* http://emmo.info/emmo#EMMO_3c947caf_4070_4c79_a3a3_e53274ac9944 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationFor particle X, mass of that particle at rest in an inertial frame.
Alternative Label(s)InvariantMass, InvariantMass, ProperMass, ProperMass
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-03
Wikipedia Referencehttps://en.wikipedia.org/wiki/Invariant_mass
Wikidata Referencehttps://www.wikidata.org/wiki/Q96941619
+ + +.. raw:: html + +
+ +RestingTime +----------- + +* http://emmo.info/electrochemistry#electrochemistry_2678a656_4a27_4706_8dde_b0a93e9b92fa + +.. raw:: html + + + + + + +
Alternative Label(s)RestingDuration, the duration during which an electrochemical device is kept at open-circuit conditions
+ + +.. raw:: html + +
+ +ReversibleHydrogenElectrode +--------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_0d9ba00d_04bc_4bdc_85af_3380694f6f68 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationa practical hydrogen electrode whose potential depends on the pH of the solution
Wikipedia Referencehttps://en.wikipedia.org/wiki/Reversible_hydrogen_electrode
Wikidata Referencehttps://www.wikidata.org/wiki/Q900576
+ + +.. raw:: html + +
+ +RevolutionPerMinute +------------------- + +* http://emmo.info/emmo#RevolutionPerMinute + +.. raw:: html + + + + + + + + + + +
Elucidation"Revolution per Minute" is a unit for 'Angular Velocity' expressed as rev/min. + + -- QUDT
Alternative Label(s)Revolution per Minute
+ + +.. raw:: html + +
+ +Rhenium +------- + +* http://emmo.info/emmo#material_a36cbc8b_f4a8_45ef_99da_748d840f51d4 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Rhenium
Wikidata Referencehttps://www.wikidata.org/wiki/Q737
+ + +.. raw:: html + +
+ +RheniumAtom +----------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_8d93f51b-c7c7-5486-b64a-ee206f6b6672 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for rhenium.
+ + +.. raw:: html + +
+ +RheniumSymbol +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_8d2f22ab-ba39-5e40-98dc-56f075cf22f1 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Rhodium +------- + +* http://emmo.info/emmo#material_d071c9d0_1358_4d9f_9690_53b7d69e025c + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Rhodium
Wikidata Referencehttps://www.wikidata.org/wiki/Q1087
+ + +.. raw:: html + +
+ +RhodiumAtom +----------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_3bc0aedf-c43e-5d30-8688-44d19900a68b + +.. raw:: html + + + + + + +
ElucidationAtom subclass for rhodium.
+ + +.. raw:: html + +
+ +RhodiumElectrode +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_399b10cd_8a2e_47be_96b8_295890bd2460 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +RhodiumIIIOxide +--------------- + +* http://emmo.info/emmo#material_c7a8d82c_de8f_461f_b86d_62e79ff27e6b + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Rh2O3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Rhodium(III)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q3488660
+ + +.. raw:: html + +
+ +RhodiumIVOxide +-------------- + +* http://emmo.info/emmo#material_27f50595_4b06_478b_8a93_877ea00c943a + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)RhO2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Rhodium(IV)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q409279
+ + +.. raw:: html + +
+ +RhodiumOxideCompound +-------------------- + +* http://emmo.info/emmo#material_c7bab57c_23c4_41d7_b2dc_497683fc82db + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +RhodiumSymbol +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_ddcc9683-bee2-5ea0-8b18-54c85b551ad6 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +RichardsonConstant +------------------ + +* http://emmo.info/emmo#EMMO_6f55a062_4a3b_4bb7_b2d3_54a4a93ce5cc + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationParameter in the expression for the thermionic emission current density J for a metal in terms of the thermodynamic temperature T and work function.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-06-30
Wikidata Referencehttps://www.wikidata.org/wiki/Q105883079
+ + +.. raw:: html + +
+ +RichardsonConstantUnit +---------------------- + +* http://emmo.info/emmo#EMMO_754c3a5d_8ae8_41ff_b5f2_acbadb53c735 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +RightHandedParticle +------------------- + +* http://emmo.info/emmo#EMMO_07bb613c_e8d0_425f_abcc_47c58b14704e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Riveting +-------- + +* http://emmo.info/emmo#EMMO_d3eecd54_e9bf_4c6f_bef8_6086cb9aa7b5 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +RockingChairBattery +------------------- + +* http://emmo.info/battery#battery_ffe472c5_8e0d_49d6_b2be_9453145b4507 + +.. raw:: html + + + + + + + + + + +
Elucidationsecondary battery containing two insertion electrodes in which the guest ion is transferred between the cathode and anode host compounds
Alternative Label(s)InsertionBattery, ShuttlecockBattery, SwingCell
+ + +.. raw:: html + +
+ +RoentgeniumAtom +--------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_3f29d3e0-e9d9-5f1f-bd77-97af10125f7e + +.. raw:: html + + + + + + +
ElucidationAtom subclass for roentgenium.
+ + +.. raw:: html + +
+ +RoentgeniumSymbol +----------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_c1102bae-7e7d-5142-95fe-ec25c8cb4903 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Role +---- + +* http://emmo.info/emmo#EMMO_4f226cf3_6d02_4d35_8566_a9e641bc6ff3 + +.. raw:: html + + + + + + + + + + +
ElucidationAn entity that is categorized according to its relation with a whole through a parthood relation and that contributes to it according to an holistic criterion, where the type of the whole is not the type of the part.
Alternative Label(s)HolisticPart, Part
+ + +.. raw:: html + +
+ +Rolling +------- + +* http://emmo.info/emmo#EMMO_91c2db4b_83e2_4c36_aadf_453acc72e6d2 + +.. raw:: html + + + + + + +
ElucidationMetal forming process in which a metal is passed between several rolls (cylinders) to obtain a specific thickness and mechanical properties.
+ + +.. raw:: html + +
+ +RollingResistance +----------------- + +* http://emmo.info/emmo#EMMO_0ab4306c_ba36_4a6e_941e_474ed04e8ccf + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationForce resisting the motion when a body (such as a ball, tire, or wheel) rolls on a surface.
Alternative Label(s)RollingDrag, RollingFrictionForce
Wikidata Referencehttps://www.wikidata.org/wiki/Q914921
+ + +.. raw:: html + +
+ +RollingResistanceFactor +----------------------- + +* http://emmo.info/emmo#EMMO_ea47add2_8e93_4659_a5f0_e6879032dee0 + +.. raw:: html + + + + + + + + + + +
ElucidationQuotient of tangential and normal component of the force applied to a body which is rolling at constant speed over a surface.
Wikidata Referencehttps://www.wikidata.org/wiki/Q91738044
+ + +.. raw:: html + +
+ +Ronna +----- + +* http://emmo.info/emmo#aef1144d_41bd_4189_be5c_d849204b3708 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Ronto +----- + +* http://emmo.info/emmo#fbc2549b_9108_467a_a573_de48eb45cc4a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +RotatingDiskElectrode +--------------------- + +* http://emmo.info/electrochemistry#electrochemistry_6c421175_477f_45e0_8b6c_c3464f5351c5 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationA disc electrode that is embedded in the centre of a cylinder which rotates in solution around the longitudinal cylinder axis.
Alternative Label(s)RDE, RDE
Wikipedia Referencehttps://en.wikipedia.org/wiki/Rotating_disk_electrode
Wikidata Referencehttps://www.wikidata.org/wiki/Q3587619
CommentThe current is directly proportional to the electrode area and the electrode is uniformly accessible.
+ + +.. raw:: html + +
+ +RotatingDiskSpeed +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_1900143f_cbc0_415f_9057_9382022a7bfe + +.. raw:: html + + + + + + +
Elucidationrotational frequency of a rotating component in a rotating disk electrode
+ + +.. raw:: html + +
+ +RotatingRingDiskElectrode +------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_7f4d74cd_d0a5_4908_9da9_7629fe419917 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationa second annular working electrode positioned concentric with a rotating disc electrode to make a rotating ring-disc electrode (RRDE)
Alternative Label(s)RRDE
Wikipedia Referencehttps://en.wikipedia.org/wiki/Rotating_ring-disk_electrode
Wikidata Referencehttps://www.wikidata.org/wiki/Q5829908
CommentThis arrangement is largely used in mechanistic studies.
+ + +.. raw:: html + +
+ +Rotation +-------- + +* http://emmo.info/emmo#EMMO_16d72037_3243_4018_ac6c_0015f661d3c3 + +.. raw:: html + + + + + + + + + + +
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-05-22
Wikidata Referencehttps://www.wikidata.org/wiki/Q76435127
+ + +.. raw:: html + +
+ +RotationalDisplacement +---------------------- + +* http://emmo.info/emmo#EMMO_dfd22e00_993b_40cc_a4ad_1134c1e3007a + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationQuotient of the traversed circular path length of a point in space during a rotation and its distance from the axis or centre of rotation.
Alternative Label(s)AngularDisplacement
Wikipedia Referencehttps://en.wikipedia.org/wiki/Angular_displacement
Wikidata Referencehttps://www.wikidata.org/wiki/Q3305038
+ + +.. raw:: html + +
+ +RotationalFrequency +------------------- + +* http://emmo.info/emmo#EMMO_3789d3c5_77f4_456e_b7ed_40e670f47e52 + +.. raw:: html + + + + + + + + + + +
ElucidationMagnitude of the angular velocity ω divided by the angle 2π, thus n = |ω|/2π.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-42
+ + +.. raw:: html + +
+ +RoundCase +--------- + +* http://emmo.info/electrochemistry#electrochemistry_eacb141f_6ab4_491f_8603_a3e025cefc82 + +.. raw:: html + + + + + + +
Elucidationa case that is described by its diameter and height
+ + +.. raw:: html + +
+ +RoundElectrode +-------------- + +* http://emmo.info/electrochemistry#electrochemistry_a8bfac4f_3f30_4e6d_8d8e_34b1eeecb614 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Rubidium +-------- + +* http://emmo.info/emmo#material_2aace708_cc53_4cc4_bf71_8e09f6521e51 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Rubidium
Wikidata Referencehttps://www.wikidata.org/wiki/Q895
+ + +.. raw:: html + +
+ +RubidiumAtom +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_c828cd65-e2de-5ae2-b581-4e5d2498e493 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for rubidium.
+ + +.. raw:: html + +
+ +RubidiumSymbol +-------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_f9544c7c-d259-5839-b36a-61595809c538 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Ruby +---- + +* http://emmo.info/emmo#EMMO_53dd6f2a_f9de_4f83_b925_1bf39a4ab9a6 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Ruthenium +--------- + +* http://emmo.info/emmo#material_99e61c41_9038_418a_b98c_ab225bd6bec1 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ruthenium
Wikidata Referencehttps://www.wikidata.org/wiki/Q1086
+ + +.. raw:: html + +
+ +RutheniumAtom +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_948b47f0-3c24-50c7-a698-a805f760e667 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for ruthenium.
+ + +.. raw:: html + +
+ +RutheniumElectrode +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_7ffe1cb6_f87e_4b4a_8ce7_c98e2a584cb1 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +RutheniumIVOxide +---------------- + +* http://emmo.info/emmo#material_b468a310_e399_40e3_b9b9_6c7d90dbd07b + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)RuO2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ruthenium(IV)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q417022
+ + +.. raw:: html + +
+ +RutheniumOxideCompound +---------------------- + +* http://emmo.info/emmo#material_4ca80d73_ea14_4a81_9df1_8a16ecbfd041 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +RutheniumOxideElectrode +----------------------- + +* http://emmo.info/electrochemistry#electrochemistry_10a91aba_da41_4309_a926_ddc0f285c2c1 + +.. raw:: html + + + + + + +
Alternative Label(s)RuO2Electrode
+ + +.. raw:: html + +
+ +RutheniumSymbol +--------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_0edbde89-9714-53c7-b2a9-0ef6c0f73091 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +RutheniumVIIIOxide +------------------ + +* http://emmo.info/emmo#material_56639835_9f0b_493f_a38c_268185ef4947 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)RuO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ruthenium_tetroxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q416759
+ + +.. raw:: html + +
+ +RutherfordiumAtom +----------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_78c3f353-1296-5dca-9759-7c59a7f53927 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for rutherfordium.
+ + +.. raw:: html + +
+ +RutherfordiumSymbol +------------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_ce8cedc4-4835-5298-b723-6223d2a17e5a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +RybergConstant +-------------- + +* http://emmo.info/emmo#EMMO_a3c78d6f_ae49_47c8_a634_9b6d86b79382 + +.. raw:: html + + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.R05430
CommentThe Rydberg constant represents the limiting value of the highest wavenumber (the inverse wavelength) of any photon that can be emitted from the hydrogen atom, or, alternatively, the wavenumber of the lowest-energy photon capable of ionizing the hydrogen atom from its ground state.
+ + +.. raw:: html + +
+ +SIAccepted +---------- + +* http://emmo.info/emmo#e8b5f7de_4fd9_41d7_b988_87b512fe0180 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SIAcceptedDerivedUnit +--------------------- + +* http://emmo.info/emmo#ac19c801_bead_4730_8b8c_50020eec45ec + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SIAcceptedPrefixedUnit +---------------------- + +* http://emmo.info/emmo#93170bc8_d3b2_45bd_8cad_20aad08462ef + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SIAcceptedUnit +-------------- + +* http://emmo.info/emmo#EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationNon-SI units mentioned in the SI.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Non-SI_units_mentioned_in_the_SI
CommentThis is a list of units that are not defined as part of the International System of Units (SI), but are otherwise mentioned in the SI brouchure, because either the General Conference on Weights and Measures (CGPM) accepts their use as being multiples or submultiples of SI-units, they have important contemporary application worldwide, or are otherwise commonly encountered worldwide.
+ + +.. raw:: html + +
+ +SIBaseUnit +---------- + +* http://emmo.info/emmo#EMMO_3a185e6c_9e19_4776_b583_19c978156aa0 + +.. raw:: html + + + + + + +
ElucidationThe base units in the SI system.
+ + +.. raw:: html + +
+ +SICoherentDerivedUnit +--------------------- + +* http://emmo.info/emmo#EMMO_1273eb34_de48_43a9_925f_104110469dd2 + +.. raw:: html + + + + + + + + + + +
ElucidationA SI derived unit whos numerical factor in front of the product of SI base units is one.
CommentThis class collects all units that are products or powers of SI base or SI special units only.
+ + +.. raw:: html + +
+ +SICoherentUnit +-------------- + +* http://emmo.info/emmo#EMMO_707c6032_e272_4a20_98b5_d35c4f67be68 + +.. raw:: html + + + + + + +
ElucidationA unit that can be expressed as a product of powers of SI base units with no pre-factor of offset.
+ + +.. raw:: html + +
+ +SIDerivedUnit +------------- + +* http://emmo.info/emmo#59e710f4_d9ea_4167_9a3f_f90628a307df + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SIDimensionalUnit +----------------- + +* http://emmo.info/emmo#EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc + +.. raw:: html + + + + + + +
ElucidationDimensional unit with its physical dimensionality described accortind to the International System of Units (SI).
+ + +.. raw:: html + +
+ +SIExactConstant +--------------- + +* http://emmo.info/emmo#EMMO_f2ca6dd0_0e5f_4392_a92d_cafdae6cfc95 + +.. raw:: html + + + + + + +
ElucidationPhysical constant that by definition (after the latest revision of the SI system that was enforsed May 2019) has a known exact numerical value when expressed in SI units.
+ + +.. raw:: html + +
+ +SIMetricMultipleUnit +-------------------- + +* http://emmo.info/emmo#EMMO_2024fca1_b015_45ee_9490_e9e7d36bf704 + +.. raw:: html + + + + + + +
ElucidationMeasurement unit obtained by multiplying a given measurement unit by an integer SI prefix greater than one.
+ + +.. raw:: html + +
+ +SIMetricPrefixedUnit +-------------------- + +* http://emmo.info/emmo#EMMO_d41ce84b_4317_41fb_a5d1_6cd281fca106 + +.. raw:: html + + + + + + + + + + +
ElucidationA SI base or special unit with a metric prefix.
CommentThe presence of the prefix makes this units non-coherent with SI system.
+ + +.. raw:: html + +
+ +SIMetricSubMultipleUnit +----------------------- + +* http://emmo.info/emmo#EMMO_9d28f9ad_d9d3_4edb_bc00_5d9bd242244d + +.. raw:: html + + + + + + +
ElucidationMeasurement unit obtained by dividing a given measurement unit by an integer SI prefix greater than one.
+ + +.. raw:: html + +
+ +SIMultiplePrefix +---------------- + +* http://emmo.info/emmo#2374896c_4ef8_4b3d_8c0c_0d29ba66bcfb + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SINonCoherentDerivedUnit +------------------------ + +* http://emmo.info/emmo#EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 + +.. raw:: html + + + + + + +
ElucidationA derived unit whos numerical factor in front of the product of base units is NOT equal to one.
+ + +.. raw:: html + +
+ +SINonCoherentUnit +----------------- + +* http://emmo.info/emmo#EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 + +.. raw:: html + + + + + + +
ElucidationA unit whos numerical factor in front of the product of base units is NOT equal to one.
+ + +.. raw:: html + +
+ +SIPrefix +-------- + +* http://emmo.info/emmo#23eabdb5_6de6_4615_b6b1_a07b3ad32fd9 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SISpecialUnit +------------- + +* http://emmo.info/emmo#EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b + +.. raw:: html + + + + + + + + + + +
ElucidationThe 22 derived units that are given a special name in the SI system that stands for units derived by SI base units.
Wikipedia Referencehttps://en.wikipedia.org/wiki/International_System_of_Units#Derived_units
+ + +.. raw:: html + +
+ +SISubMultiplePrefix +------------------- + +* http://emmo.info/emmo#48fc9480_78c3_4c81_a126_019df20d58d9 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SIUnit +------ + +* http://emmo.info/emmo#EMMO_feb03a8a_bbb6_4918_a891_46713ef557f4 + +.. raw:: html + + + + + + + + + + +
ElucidationThe set of units provided by the SI referring to the ISQ.
CommentThe complete set of SI units includes both the coherent set and the multiples and sub-multiples formed by using the SI prefixes.
+ + +.. raw:: html + +
+ +SIUnitSymbol +------------ + +* http://emmo.info/emmo#EMMO_32129fb5_df25_48fd_a29c_18a2f22a2dd5 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Salt +---- + +* http://emmo.info/emmo#material_edae7b22_461b_432b_b737_3c93feb69b0e + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationa chemical compound consisting of an assembly of cations and anions
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05447
Wikipedia Referencehttps://en.wikipedia.org/wiki/Salt_(chemistry)
Wikidata Referencehttps://www.wikidata.org/wiki/Q12370
+ + +.. raw:: html + +
+ +SaltBridge +---------- + +* http://emmo.info/electrochemistry#electrochemistry_637c576e_a50e_47ae_8c74_2024ce4c6d0f + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationmeans of making electrolytic connection between two half cells without introducing a significant liquid junction potential.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Salt_bridge
Wikidata Referencehttps://www.wikidata.org/wiki/Q899119
CommentA typical construction is a tube of an inert material (e.g. agar agar) filled with a solution containing an electrolyte with approximately equal ion mobilities of the cation and the anion (e.g., KNO3, KCl), with the ends of the tube immersed in the electrolyte solution of the half cells.
+ + +.. raw:: html + +
+ +SamariumAtom +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_65d84215-de2a-56c9-80e3-a49d08dfc1de + +.. raw:: html + + + + + + +
ElucidationAtom subclass for samarium.
+ + +.. raw:: html + +
+ +SamariumSymbol +-------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_96252ae5-c061-5ba0-80a4-774e5d949e06 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SampledDCPolarography +--------------------- + +* http://emmo.info/electrochemistry#electrochemistry_6f0dc7c0_ba12_4390_9564_f10f85a1779a + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationDC polarography with current sampling at the end of each drop life mechanically enforced by a knocker at a preset drop time value. The current sampling and mechanical drop dislodge are synchronized.
Alternative Label(s)TASTPolarography
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
CommentIn this way, the ratio of faradaic current to double layer charging current is enhanced and the negative influence of charging current is partially eliminated. Due to the improved signal (faradaic current) to noise (charging current) ratio, the limit of detection is lowered.
+ + +.. raw:: html + +
+ +SamplingInterval +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_52ac73c7_763c_4fda_93cd_a2db9dfc2dab + +.. raw:: html + + + + + + + + + + +
Elucidationtime interval during which the current is measured in pulse voltammetry
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05465
+ + +.. raw:: html + +
+ +SamplingTime +------------ + +* http://emmo.info/electrochemistry#electrochemistry_ecb6dfdf_bd3d_4339_8a1c_d32abbef30ba + +.. raw:: html + + + + + + + + + + +
Elucidationduration of the sampling interval in pulse voltammetry
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05467
+ + +.. raw:: html + +
+ +SandMolds +--------- + +* http://emmo.info/emmo#EMMO_2bf617c6_e57b_430b_9f37_fcf2cfda719e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SaturatedCalomelElectrode +------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_82b66bfe_ec25_417b_ba65_b631ddaaca0e + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationA reference electrode based on the reaction between elemental mercury and mercury(I) chloride.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Saturated_calomel_electrode
Wikidata Referencehttps://www.wikidata.org/wiki/Q898591
+ + +.. raw:: html + +
+ +SaturatedSolution +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_27a81a51_e8d7_42fb_834f_0d068fa45d89 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationsolution which has the same concentration of a solute as one that is in equilibrium with undissolved solute at specified values of the temperature and pressure
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-14
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05471
+ + +.. raw:: html + +
+ +Sawing +------ + +* http://emmo.info/emmo#EMMO_c7d004db-59fa-5ae3-adb1-e75736aa721a + +.. raw:: html + + + + + + +
ElucidationProcess of cutting a workpiece into smaller parts that are either doughter parts, samples (e.g. for testing) or scrap.
+ + +.. raw:: html + +
+ +ScalarMagneticPotential +----------------------- + +* http://emmo.info/emmo#EMMO_a68368e4_b822_4395_9213_ae7429a677d6 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationScalar potential of an irrotational magnetic field strength.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-58
Wikidata Referencehttps://www.wikidata.org/wiki/Q17162107
+ + +.. raw:: html + +
+ +ScalarMeson +----------- + +* http://emmo.info/emmo#EMMO_3275b6e9_05f1_4912_954f_7d64ac12b2d2 + +.. raw:: html + + + + + + + + + + +
ElucidationA meson with spin zero and even parity.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Scalar_meson
+ + +.. raw:: html + +
+ +Scandium +-------- + +* http://emmo.info/emmo#material_b5ad0a60_44cf_40b2_880d_92a195a65859 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Scandium
Wikidata Referencehttps://www.wikidata.org/wiki/Q713
+ + +.. raw:: html + +
+ +ScandiumAtom +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_fbfd4b93-12ee-5a15-8377-d4c54635b5de + +.. raw:: html + + + + + + +
ElucidationAtom subclass for scandium.
+ + +.. raw:: html + +
+ +ScandiumSymbol +-------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_3fb231cb-7818-5b59-b8da-b5bd2c09c0fc + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ScientificTheory +---------------- + +* http://emmo.info/emmo#EMMO_937757d3_ed79_4ae3_9513_3b135e58a6a1 + +.. raw:: html + + + + + + +
ElucidationA scientific theory is a description, objective and observed, produced with scientific methodology.
+ + +.. raw:: html + +
+ +Screwing +-------- + +* http://emmo.info/emmo#EMMO_410b5956_a06d_4370_b7df_b1bd2126fb4b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ScriptingLanguage +----------------- + +* http://emmo.info/emmo#EMMO_f84b1b92_1dc8_4146_99f0_b03cd53e455b + +.. raw:: html + + + + + + +
ElucidationA programming language that is executed through runtime interpretation.
+ + +.. raw:: html + +
+ +SeaborgiumAtom +-------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_67eaac8f-7f83-5bca-b1d0-10451d3a88a1 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for seaborgium.
+ + +.. raw:: html + +
+ +SeaborgiumSymbol +---------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_3fb44e47-7de9-5d86-9320-5949d8792951 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SealedCell +---------- + +* http://emmo.info/electrochemistry#electrochemistry_8d3bf304_78e4_4e99_abe1_6ab429e44ed1 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationcell which remains closed and does not release either gas or liquid when operated within the limits specified by the manufacturer
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-17
Commenta sealed cell may be equipped with a safety device to prevent a dangerously high internal pressure and is designed to operate during its life in its original sealed state
+ + +.. raw:: html + +
+ +Seawater +-------- + +* http://emmo.info/electrochemistry#electrochemistry_1c0c8f43_7349_4646_94e3_c36727c5c2e3 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Second +------ + +* http://emmo.info/emmo#Second + +.. raw:: html + + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05513
Wikipedia Referencehttp://en.wikipedia.org/wiki/Second?oldid=495241006
+ + +.. raw:: html + +
+ +SecondAxialMomentOfArea +----------------------- + +* http://emmo.info/emmo#EMMO_700cd058_a54d_4104_97ab_887ad865409e + +.. raw:: html + + + + + + + + + + +
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-29
Wikidata Referencehttps://www.wikidata.org/wiki/Q91405496
+ + +.. raw:: html + +
+ +SecondGenerationFermion +----------------------- + +* http://emmo.info/emmo#EMMO_124c07b7_38ea_405c_81b1_5c65eee1a41a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SecondPerMetre +-------------- + +* http://emmo.info/emmo#SecondPerMetre + +.. raw:: html + + + + + + +
Alternative Label(s)Seconds per metre
+ + +.. raw:: html + +
+ +SecondPerRadianCubicMetre +------------------------- + +* http://emmo.info/emmo#SecondPerRadianCubicMetre + +.. raw:: html + + + + + + +
Alternative Label(s)Second per Radian Cubic Metre
+ + +.. raw:: html + +
+ +SecondPolarMomentOfArea +----------------------- + +* http://emmo.info/emmo#EMMO_38a53b33_0eda_45fd_b955_69d2f0d3f9de + +.. raw:: html + + + + + + + + + + +
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-30
Wikidata Referencehttps://www.wikidata.org/wiki/Q1049636
+ + +.. raw:: html + +
+ +SecondaryBattery +---------------- + +* http://emmo.info/battery#battery_efc38420_ecbb_42e4_bb3f_208e7c417098 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationcell which is designed to be electrically recharged
Alternative Label(s)Accumulator, RechargeableBattery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-03
Wikipedia Referencehttps://en.wikipedia.org/wiki/Rechargeable_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q187510
Commentthe recharge is accomplished by way of a reversible chemical reaction
+ + +.. raw:: html + +
+ +SectionAreaIntegralUnit +----------------------- + +* http://emmo.info/emmo#EMMO_e55d4f6d-2506-4f63-8e01-1963efe7071e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SectionModulus +-------------- + +* http://emmo.info/emmo#EMMO_26b13395_0031_4da2_b4d0_55eca1792107 + +.. raw:: html + + + + + + + + + + +
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-31
Wikidata Referencehttps://www.wikidata.org/wiki/Q1930808
+ + +.. raw:: html + +
+ +SeebeckCoefficient +------------------ + +* http://emmo.info/emmo#EMMO_b725aad8_55e2_430a_b2d2_f84b8333484e + +.. raw:: html + + + + + + + + + + +
ElucidationMeasure of voltage induced by change of temperature.
Wikidata Referencehttps://www.wikidata.org/wiki/Q1091448
+ + +.. raw:: html + +
+ +Selenium +-------- + +* http://emmo.info/emmo#material_d4e965c3_80a8_4d13_a7b9_f1402dd3ae67 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Selenium
Wikidata Referencehttps://www.wikidata.org/wiki/Q876
+ + +.. raw:: html + +
+ +SeleniumAtom +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_808f7cd9-27b4-527b-974f-4213f10e1772 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for selenium.
+ + +.. raw:: html + +
+ +SeleniumSymbol +-------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_cfac37de-991d-5a7d-9adc-8946324ffef6 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SelfDischarge +------------- + +* http://emmo.info/electrochemistry#electrochemistry_444992e5_43f8_44a1_9767_b408dbe54330 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationphenomenon by which a cell or battery loses energy in other ways than by discharge into an external circuit
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-27
Wikipedia Referencehttps://en.wikipedia.org/wiki/Self-discharge
Wikidata Referencehttps://www.wikidata.org/wiki/Q1418367
+ + +.. raw:: html + +
+ +Semiosis +-------- + +* http://emmo.info/emmo#EMMO_008fd3b2_4013_451f_8827_52bceab11841 + +.. raw:: html + + + + + + +
ElucidationA 'Process', that has participant an 'Interpreter', that is aimed to produce a 'Sign' representing another participant, the 'Object'.
+ + +.. raw:: html + +
+ +SemioticEntity +-------------- + +* http://emmo.info/emmo#EMMO_b803f122_4acb_4064_9d71_c1e5fd091fc9 + +.. raw:: html + + + + + + + + + + +
ElucidationThe class of individuals that stands for semiotic objects, i.e. objects that take part on a semiotic process.
CommentSemiotic subclasse are defined using Peirce's semiotic theory. + + "Namely, a sign is something, A, which brings something, B, its interpretant sign determined or created by it, into the same sort of correspondence with something, C, its object, as that in which itself stands to C." (Peirce 1902, NEM 4, 20–21). + + The triadic elements: + - 'sign': the sign A (e.g. a name) + - 'interpretant': the sign B as the effects of the sign A on the interpreter (e.g. the mental concept of what a name means) + - 'object': the object C (e.g. the entity to which the sign A and B refer to) + + This class includes also the 'interpeter' i.e. the entity that connects the 'sign' to the 'object'
+ + +.. raw:: html + +
+ +SemioticObject +-------------- + +* http://emmo.info/emmo#EMMO_6f5af708_f825_4feb_a0d1_a8d813d3022b + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationThe object, in Peirce semiotics, as participant to a semiotic process.
Alternative Label(s)Object
CommentHere is assumed that the concept of 'object' is always relative to a 'semiotic' process. An 'object' does not exists per se, but it's always part of an interpretation. + + The EMMO relies on strong reductionism, i.e. everything real is a formless collection of elementary particles: we give a meaning to real world entities only by giving them boundaries and defining them using 'sign'-s. + + In this way the 'sign'-ed entity becomes an 'object', and the 'object' is the basic entity needed in order to apply a logical formalism to the real world entities (i.e. we can speak of it through its sign, and use logics on it through its sign).
+ + +.. raw:: html + +
+ +Semiotics +--------- + +* http://emmo.info/emmo#EMMO_8bb6b688_812a_4cb9_b76c_d5a058928719 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SeparateManufacturing +--------------------- + +* http://emmo.info/emmo#EMMO_90589553_5625_4074_8f0d_0532fd7eb42b + +.. raw:: html + + + + + + + + + + +
ElucidationA manufacturing process in which the shape of a workpiece is changed by breaking the material cohesion at the processing point and thus the material cohesion is reduced overall.
Alternative Label(s)CuttingManufacturing, Trennen
+ + +.. raw:: html + +
+ +Separator +--------- + +* http://emmo.info/electrochemistry#electrochemistry_331e6cca_f260_4bf8_af55_35304fe1bbe0 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationin an electrochemical cell, device made of insulating material permeable to the ions of the electrolyte and prohibiting totally or partially the mixing of the substances on both sides.
Alternative Label(s)ElectrochemicalSeparator, ElectrochemicalSeparator
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-17
Wikipedia Referencehttps://en.wikipedia.org/wiki/Separator_(electricity)
Wikidata Referencehttps://www.wikidata.org/wiki/Q1718181
CommentMembranes and diaphragms are special forms of electrochemical separators.
+ + +.. raw:: html + +
+ +Sequence +-------- + +* http://emmo.info/emmo#EMMO_92829beb_6ed4_4c88_bbd5_3bc7403e2895 + +.. raw:: html + + + + + + +
ElucidationA tessellation of temporal slices.
+ + +.. raw:: html + +
+ +SerialStep +---------- + +* http://emmo.info/emmo#EMMO_2666a7e3_2ad4_49a0_899e_329607231f4b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SerialWorkflow +-------------- + +* http://emmo.info/emmo#EMMO_57ba1bf0_4314_432c_a9bb_6a6720c8dab5 + +.. raw:: html + + + + + + +
ElucidationA workflow whose tasks are tiles of a sequence.
+ + +.. raw:: html + +
+ +SeriesConnection +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_8c71739c_27c1_4d19_a0ff_02545296af43 + +.. raw:: html + + + + + + + + + + +
Elucidationarrangement of cells or batteries wherein the positive terminal of each cell or battery is connected to the negative terminal of the next cell or battery in sequence.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-41
+ + +.. raw:: html + +
+ +SeriesParallelConnection +------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_bed5b5f9_b89d_45e3_a8c2_81b70ae21847 + +.. raw:: html + + + + + + + + + + +
Elucidationarrangement of cells or batteries wherein in series connected cells or batteries are connected in parallel.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-42
+ + +.. raw:: html + +
+ +Service +------- + +* http://emmo.info/emmo#EMMO_127594de_4802_4ad6_b09d_d05b340394dd + +.. raw:: html + + + + + + +
Alternative Label(s)IntangibleProduct
+ + +.. raw:: html + +
+ +ServiceLife +----------- + +* http://emmo.info/battery#battery_be5d1b4f_5579_4702_9dbb_6c15e577e8dc + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationtotal period of useful life of a cell or a battery in operation.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-46
CommentFor primary batteries, service life relates to the total discharge time or capacity under specific conditions.
+ + +.. raw:: html + +
+ +ServiceMass +----------- + +* http://emmo.info/battery#battery_b10c88d8_43d9_42dd_9f65_49ce2314513f + +.. raw:: html + + + + + + + + + + +
Elucidationtotal mass of a battery in its operational condition.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-38
+ + +.. raw:: html + +
+ +SexticLengthUnit +---------------- + +* http://emmo.info/emmo#EMMO_21bc99ae_f2ba_4eb3_90c1_d81968c429e2 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SexticMetre +----------- + +* http://emmo.info/emmo#SexticMetre + +.. raw:: html + + + + + + +
Alternative Label(s)Sextic Metre
+ + +.. raw:: html + +
+ +Shape3Vector +------------ + +* http://emmo.info/emmo#EMMO_2ff07b07_c447_490f_903a_f6a72a12d7bf + +.. raw:: html + + + + + + +
ElucidationA real vector with 3 elements.
+ + +.. raw:: html + +
+ +Shape4x3Matrix +-------------- + +* http://emmo.info/emmo#EMMO_24b30ba4_90f4_423d_93d2_fd0fde349087 + +.. raw:: html + + + + + + +
ElucidationA real matrix with shape 4x3.
+ + +.. raw:: html + +
+ +ShearCutting +------------ + +* http://emmo.info/emmo#EMMO_1d6b63d5_9938_483c_ad62_a09ac34153c9 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ShearStrain +----------- + +* http://emmo.info/emmo#EMMO_a2682209_f9e2_4024_98dd_ed1f6c5699be + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationDisplacement of one surface with respect to another divided by the distance between them.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-59
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05637
Wikidata Referencehttps://www.wikidata.org/wiki/Q7561704
+ + +.. raw:: html + +
+ +ShelfLife +--------- + +* http://emmo.info/electrochemistry#electrochemistry_e8ec76bf_2a60_4982_8cde_02dfbd2e626f + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationduration, under specific conditions, at the end of which a battery [ or electrochemical device ] has retained the ability to perform a specified function
Alternative Label(s)StorageLife
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-47
+ + +.. raw:: html + +
+ +ShortCircuitCurrent +------------------- + +* http://emmo.info/electrochemistry#electrochemistry_75c28dc8_3d7d_4b6e_861e_6c8b1ad7d644 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationmaximum current which should be delivered by a cell or battery into an external circuit with zero electric resistance, or an external circuit which depresses the cell or battery voltage to approximately zero volt
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-26
Commentzero electric resistance is a hypothetical condition and in practice the short-circuit current is the peak current flowing in a circuit of very low resistance compared to the internal resistance of the battery
+ + +.. raw:: html + +
+ +ShortRangeOrderParameter +------------------------ + +* http://emmo.info/emmo#EMMO_e6efd70d_87b4_4e18_a471_9b29c7a1fe16 + +.. raw:: html + + + + + + + + + + +
Elucidationfraction of nearest-neighbour atom pairs in an Ising ferromagnet having magnetic moments in one direction, minus the fraction having magnetic moments in the opposite direction
Wikidata Referencehttps://www.wikidata.org/wiki/Q105495979
+ + +.. raw:: html + +
+ +SideReaction +------------ + +* http://emmo.info/electrochemistry#electrochemistry_f47611a2_e081_47f0_b287_3fda5f706154 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationchemical reaction which occurs in addition to the main process
Alternative Label(s)SecondaryReaction, SecondaryReaction
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-06
Wikipedia Referencehttps://en.wikipedia.org/wiki/Side_reaction
Wikidata Referencehttps://www.wikidata.org/wiki/Q22117434
+ + +.. raw:: html + +
+ +Siemens +------- + +* http://emmo.info/emmo#Siemens + +.. raw:: html + + + + + + + + + + +
ElucidationSI unit for electrical conductance.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Siemens_(unit)
+ + +.. raw:: html + +
+ +SiemensPerCentiMetre +-------------------- + +* http://emmo.info/emmo#SiemensPerCentiMetre + +.. raw:: html + + + + + + + + + + +
ElucidationSI derived unit Siemens divided by the 0.01-fold of the SI base unit metre + + -- QUDT
Alternative Label(s)Siemens Per Centimetre
+ + +.. raw:: html + +
+ +SiemensPerMetre +--------------- + +* http://emmo.info/emmo#SiemensPerMetre + +.. raw:: html + + + + + + + + + + +
ElucidationSI derived unit siemens divided by the SI base unit metre + + -- QUDT
Alternative Label(s)Siemens Per Metre
+ + +.. raw:: html + +
+ +SiemensSquareMetrePerMole +------------------------- + +* http://emmo.info/emmo#SiemensSquareMetrePerMole + +.. raw:: html + + + + + + +
Alternative Label(s)Siemens Square metre per mole
+ + +.. raw:: html + +
+ +Sievert +------- + +* http://emmo.info/emmo#Sievert + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationSI unit for equivalent doseof ionizing radiation. Sievert is derived from absorbed dose, but takes into account the biological effectiveness of the radiation, which is dependent on the radiation type and energy.
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05658
Wikipedia Referencehttp://en.wikipedia.org/wiki/Sievert?oldid=495474333
+ + +.. raw:: html + +
+ +Sign +---- + +* http://emmo.info/emmo#EMMO_b21a56ed_f969_4612_a6ec_cb7766f7f31d + +.. raw:: html + + + + + + + + + + +
ElucidationAn 'Physical' that is used as sign ("semeion" in greek) that stands for another 'Physical' through an semiotic process.
CommentA 'Sign' can have temporal-direct-parts which are 'Sign' themselves. + + A 'Sign' usually havs 'sign' spatial direct parts only up to a certain elementary semiotic level, in which the part is only a 'Physical' and no more a 'Sign' (i.e. it stands for nothing). This elementary semiotic level is peculiar to each particular system of signs (e.g. text, painting). + + Just like an 'Elementary' in the 'Physical' branch, each 'Sign' branch should have an a-tomistic mereological part.
+ + +.. raw:: html + +
+ +SignalReferencePotential +------------------------ + +* https://emmo.info/electrochemistry#electrochemistry_68059d94_4c21_4065_b329_07faeebc7e87 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationPotential to which the magnitude of an excitation signal is compared to.
Alternative Label(s)BaselinePotential
CommentAlternating potential signals such as the ones applied in Electrochemical Impedance Spectroscopy are superimposed to a reference potential, which can be an applied potential or the open circuit potential.
+ + +.. raw:: html + +
+ +Silicon +------- + +* http://emmo.info/emmo#material_68c0876b_cb62_41cd_846d_95cc9d9a8733 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Si
Wikipedia Referencehttps://en.wikipedia.org/wiki/Silicon
Wikidata Referencehttps://www.wikidata.org/wiki/Q670
+ + +.. raw:: html + +
+ +SiliconAirBattery +----------------- + +* http://emmo.info/battery#battery_67c336e7_4d06_44b0_8f4d_5ab0c4d12a92 + +.. raw:: html + + + + + + + + + + +
Elucidationa metal-air battery with a silicon negative electrode
Wikipedia Referencehttps://en.wikipedia.org/wiki/Silicon-air_battery
+ + +.. raw:: html + +
+ +SiliconAtom +----------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_798b0c96-82ca-5ce8-8d5f-f9f72668cf5d + +.. raw:: html + + + + + + +
ElucidationAtom subclass for silicon.
+ + +.. raw:: html + +
+ +SiliconBattery +-------------- + +* http://emmo.info/battery#battery_9d1bf61e_7f64_43fd_af38_c16fb04ee72d + +.. raw:: html + + + + + + +
Elucidationcell containing a negative electrode with an active material of silicon or containing silicon
+ + +.. raw:: html + +
+ +SiliconElectrode +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_79e12290_d1e5_4c41_916c_18f1e4d7fb51 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SiliconGraphiteElectrode +------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_e8c39ecc_29d1_4172_996e_d5b05dc88015 + +.. raw:: html + + + + + + +
Elucidationan electrode with blended silicon and graphite active materials
+ + +.. raw:: html + +
+ +SiliconOxideElectrode +--------------------- + +* http://emmo.info/electrochemistry#electrochemistry_4143b1c2_2d21_419e_af45_247d4c78ce7e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SiliconOxideGraphiteElectrode +----------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_2fd5964b_0c65_4413_8b8c_849639e6d1e7 + +.. raw:: html + + + + + + +
Elucidationan electrode with blended silicon oxide and graphite active materials
+ + +.. raw:: html + +
+ +SiliconSymbol +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_4f9670f5-14ca-53da-a1ea-9b0550a61035 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Silver +------ + +* http://emmo.info/emmo#material_e1e6ff98_0725_4d27_ab21_2ca5a95371f0 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Silver
Wikidata Referencehttps://www.wikidata.org/wiki/Q1090
+ + +.. raw:: html + +
+ +SilverAtom +---------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_36ab7281-0187-568f-b0b4-61e33dc08cfc + +.. raw:: html + + + + + + +
ElucidationAtom subclass for silver.
+ + +.. raw:: html + +
+ +SilverBattery +------------- + +* http://emmo.info/battery#battery_664c8bf0_c6b9_4d57_96da_83f36b31ec04 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SilverChlorideElectrode +----------------------- + +* http://emmo.info/electrochemistry#electrochemistry_6ec59f99_5f26_4a7d_9b90_b52e0f8ad190 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationA type of reference electrode based on the reaction between sliver and silver chloride.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Silver_chloride_electrode
Wikidata Referencehttps://www.wikidata.org/wiki/Q900939
+ + +.. raw:: html + +
+ +SilverElectrode +--------------- + +* http://emmo.info/electrochemistry#electrochemistry_a462859d_d8bd_48ea_8bde_1576f1248a1e + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationelectrode in the form of foil, mesh, wire, rod, tube, powder, pellets, or single crystal of silver
Alternative Label(s)AgElectrode
Wikidata Referencehttps://www.wikidata.org/wiki/Q20851418
CommentAg electrodes were first used in potentiometry for the determination of Cl−, Br−, I−, as well as for Ag+ ions, to which they are sensitive.
+ + +.. raw:: html + +
+ +SilverIOxide +------------ + +* http://emmo.info/emmo#material_2a540939_3908_4f85_92f9_c46da7d4e9cb + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Ag2O
Wikipedia Referencehttps://en.wikipedia.org/wiki/Silver_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q407815
+ + +.. raw:: html + +
+ +SilverOxideBattery +------------------ + +* http://emmo.info/battery#battery_d95593e8_03cd_404b_8b2b_beb97417a16a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SilverOxideCadmiumBattery +------------------------- + +* http://emmo.info/battery#battery_f8720768_b348_4547_929b_2ffbb3fec199 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationsecondary battery with an alkaline electrolyte, a positive electrode containing silver oxide and a negative electrode of cadmium
Alternative Label(s)SilverCadmiumBattery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-05
Wikipedia Referencehttps://en.wikipedia.org/wiki/Silver%E2%80%93cadmium_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q48798855
+ + +.. raw:: html + +
+ +SilverOxideCompound +------------------- + +* http://emmo.info/emmo#material_f24cfd50_5d01_4e02_88b5_44a609cfa432 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SilverOxideElectrode +-------------------- + +* http://emmo.info/electrochemistry#electrochemistry_a3745142_b97a_4e19_b7ed_03599f56e81d + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SilverSymbol +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_e82869a8-32a8-5d57-81a8-e2d618976f23 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SilverZincBattery +----------------- + +* http://emmo.info/battery#battery_49f68ecb_c8d1_4cfc_93ec_88c9fdbc7413 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationsecondary battery with an alkaline electrolyte, a positive electrode containing silver and a negative electrode of zinc
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-06
Wikipedia Referencehttps://en.wikipedia.org/wiki/Silver_zinc_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q2285713
+ + +.. raw:: html + +
+ +Simulation +---------- + +* http://emmo.info/emmo#EMMO_9335cf09_431f_4613_9dab_ce4ceaca965b + +.. raw:: html + + + + + + + + + + +
ElucidationA estimation of a property using a functional icon.
Alternative Label(s)Modelling
+ + +.. raw:: html + +
+ +SimulationApplication +--------------------- + +* http://emmo.info/emmo#EMMO_8b66ada5_510c_44bd_a8d8_3c64d301a5e9 + +.. raw:: html + + + + + + +
ElucidationAn application aimed to functionally reproduce an object.
+ + +.. raw:: html + +
+ +SingleCoatedElectrode +--------------------- + +* http://emmo.info/electrochemistry#electrochemistry_418c59bd_dc9d_438b_bc7c_494fbd1bb4f8 + +.. raw:: html + + + + + + +
Elucidationan electrode that is coated on only one side of the current collector
+ + +.. raw:: html + +
+ +SingleComponentComposition +-------------------------- + +* http://emmo.info/emmo#EMMO_172e2c96_180b_40f8_a3e7_b624471f40c2 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SinteredPlate +------------- + +* http://emmo.info/battery#battery_1dc7221d_bea7_49dd_8215_f57cd96cd073 + +.. raw:: html + + + + + + + + + + +
Elucidationplate of an alkaline secondary cell the support of which is made by sintering metal powder and into which the active material is introduced
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-22
+ + +.. raw:: html + +
+ +Sintering +--------- + +* http://emmo.info/emmo#EMMO_03441eb3_d1fd_4906_b953_b83312d7589e + +.. raw:: html + + + + + + +
ElucidationSintering is the process of forming a solid mass of material through heat and pressure without melting to the point of liquefaction. This process involves the atoms in materials diffusing across the particle boundaries and fusing together into one piece.
+ + +.. raw:: html + +
+ +SinusoidalCurrentWaveform +------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_d61deb36_b397_4811_bf7a_66d8e4578c6e + +.. raw:: html + + + + + + +
Elucidationalternating current consistent with a sinusoidal waveform
+ + +.. raw:: html + +
+ +SinusoidalPotentialWaveform +--------------------------- + +* https://emmo.info/electrochemistry#electrochemistry_c74bb11c_e875_4112_b9cf_00d0890ef1f5 + +.. raw:: html + + + + + + +
ElucidationSinusoidal alternating potential of small amplitude (10 to 50 mV) of constant frequency (10 Hz to 100 kHz).
+ + +.. raw:: html + +
+ +SlowingDownArea +--------------- + +* http://emmo.info/emmo#EMMO_6d7158f3_7d96_498f_9cf3_31f4798f31c6 + +.. raw:: html + + + + + + + + + + +
ElucidationIn an infinite homogenous medium, one-sixth of the mean square of the distance between the neutron source and the point where a neutron reaches a given energy.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98950918
+ + +.. raw:: html + +
+ +SlowingDownDensity +------------------ + +* http://emmo.info/emmo#EMMO_1ac837ae_23e4_4cae_b866_dcf18c5c8a3d + +.. raw:: html + + + + + + + + + + +
ElucidationNumber of slowed-down particles per time and volume.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98915830
+ + +.. raw:: html + +
+ +SlowingDownLength +----------------- + +* http://emmo.info/emmo#EMMO_fbef8d6b_9340_4ea0_bb38_26f66a5dee60 + +.. raw:: html + + + + + + + + + + +
ElucidationSquare root of the slowing down area.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98996963
+ + +.. raw:: html + +
+ +Smoke +----- + +* http://emmo.info/emmo#EMMO_5a2af26d_99de_4e5e_b1cd_514be71420c3 + +.. raw:: html + + + + + + +
ElucidationSmoke is a solid aerosol made of particles emitted when a material undergoes combustion or pyrolysis.
+ + +.. raw:: html + +
+ +Sodium +------ + +* http://emmo.info/emmo#material_a16a1bae_7844_42fd_bb6d_979195d6c933 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium
Wikidata Referencehttps://www.wikidata.org/wiki/Q658
+ + +.. raw:: html + +
+ +SodiumAcetate +------------- + +* http://emmo.info/emmo#material_4e27d4ae_cb93_475a_8a97_121fc8e0248e + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)NaOAc
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_acetate
Wikidata Referencehttps://www.wikidata.org/wiki/Q339940
+ + +.. raw:: html + +
+ +SodiumAirBattery +---------------- + +* http://emmo.info/battery#battery_7b8c74b3_0fa5_41d5_bb43_6230f5e293c8 + +.. raw:: html + + + + + + +
Elucidationa metal-air battery with a sodium negative electrode
+ + +.. raw:: html + +
+ +SodiumAtom +---------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_dea931ca-1ec7-58f8-88e5-fb5615d8b214 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for sodium.
+ + +.. raw:: html + +
+ +SodiumBattery +------------- + +* http://emmo.info/battery#battery_a02f11a5_3b1a_4ffe_93d8_e082687fe39d + +.. raw:: html + + + + + + +
Elucidationcell containing a negative electrode with an active material of sodium or containing sodium
+ + +.. raw:: html + +
+ +SodiumBisoxalatoborate +---------------------- + +* http://emmo.info/emmo#material_e884ea99_9b69_4b8e_b932_9c47e1c8ce0c + +.. raw:: html + + + + + + +
Alternative Label(s)NaBOB
+ + +.. raw:: html + +
+ +SodiumBisoxalatophosphate +------------------------- + +* http://emmo.info/emmo#material_0a6ddace_69a9_43af_8cb1_bf1fcfaaea67 + +.. raw:: html + + + + + + +
Alternative Label(s)NaBOP
+ + +.. raw:: html + +
+ +SodiumBistrifluoromethanesulfonylimide +-------------------------------------- + +* http://emmo.info/emmo#material_02172b42_6e67_439c_93f4_42e7949268ce + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)NaTFSI
Wikidata Referencehttps://www.wikidata.org/wiki/Q114346676
+ + +.. raw:: html + +
+ +SodiumBromide +------------- + +* http://emmo.info/emmo#material_bf77edae_ea79_45fb_9ed1_5b8a24665cca + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)NaBr
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q15768
+ + +.. raw:: html + +
+ +SodiumCarbonate +--------------- + +* http://emmo.info/emmo#material_2c9a9480_4efd_46fe_929a_5e4506ce429b + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Na2CO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q190227
+ + +.. raw:: html + +
+ +SodiumChlorate +-------------- + +* http://emmo.info/emmo#material_d53de966_29a4_4a1b_b166_a8c7734eeae0 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)NaClO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_chlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q407446
+ + +.. raw:: html + +
+ +SodiumChloride +-------------- + +* http://emmo.info/emmo#material_4cb44b89_42ca_481e_b883_ab9cf6621862 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)NaCl
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_chloride
Wikidata Referencehttps://www.wikidata.org/wiki/Q2314
+ + +.. raw:: html + +
+ +SodiumChromiumOxide +------------------- + +* http://emmo.info/emmo#material_68f9b85e_340f_46ec_96da_ebb6bd62f5fd + +.. raw:: html + + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q15730218
+ + +.. raw:: html + +
+ +SodiumChromiumOxideElectrode +---------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_f8f81b27_1d6c_42d8_a7e9_5a2534102562 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SodiumCobaltOxide +----------------- + +* http://emmo.info/emmo#material_cdd18f0c_e7b3_4d09_b3dd_c09fe4b1adba + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_cobalt_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q31841811
+ + +.. raw:: html + +
+ +SodiumCobaltOxideElectrode +-------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_ee0278fb_932d_48cd_a20a_c1b89b29d68b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SodiumCobaltPhosphate +--------------------- + +* http://emmo.info/emmo#material_0bdf0bb9_41fc_455d_af11_a249e24acdf6 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SodiumCobaltPhosphateElectrode +------------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_9e24d403_8531_416e_a9ec_d1ec5508bcb1 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SodiumDifluorooxalatoborate +--------------------------- + +* http://emmo.info/emmo#material_66ceb100_8123_4393_9b57_7e1899954600 + +.. raw:: html + + + + + + +
Alternative Label(s)NaDFOB
+ + +.. raw:: html + +
+ +SodiumElectrode +--------------- + +* http://emmo.info/electrochemistry#electrochemistry_df4dd678_9642_47c9_84dd_4bb09f369f53 + +.. raw:: html + + + + + + +
Commentmetal electrode in which the active material is sodium
+ + +.. raw:: html + +
+ +SodiumFluoride +-------------- + +* http://emmo.info/emmo#material_6ec58a26_3a58_4f9f_a1ff_7858e7668bf0 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)NaF
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q407520
+ + +.. raw:: html + +
+ +SodiumHexafluorophosphate +------------------------- + +* http://emmo.info/emmo#material_597d0bee_eb9b_4264_9888_2c1400690a5d + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)NaPF6
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_hexafluorophosphate
Wikidata Referencehttps://www.wikidata.org/wiki/Q2937970
+ + +.. raw:: html + +
+ +SodiumHydroxide +--------------- + +* http://emmo.info/emmo#material_904b81d8_7d9c_45f4_95d7_e27ff9cebf17 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)NaOH
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_hydroxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q102769
+ + +.. raw:: html + +
+ +SodiumInsertionElectrode +------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_d936c767_1530_419c_93f4_59e08f0d702c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SodiumIodide +------------ + +* http://emmo.info/emmo#material_26727c25_d619_4c2b_8699_a79be9c07bd5 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)NaI
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_iodide
Wikidata Referencehttps://www.wikidata.org/wiki/Q390305
+ + +.. raw:: html + +
+ +SodiumIonBattery +---------------- + +* http://emmo.info/battery#battery_42329a95_03fe_4ec1_83cb_b7e8ed52f68a + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationsecondary battery with a non-aqueous electrolyte and positive and negative electrodes which utilize an intercalation compound in which sodium is stored
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium-ion_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q391088
+ + +.. raw:: html + +
+ +SodiumIonHardCarbonBattery +-------------------------- + +* http://emmo.info/battery#battery_d3855d31_6aad_4b6d_ab35_c61669df583e + +.. raw:: html + + + + + + +
Elucidationa sodium-ion battery with a hard carbon negative electrode
+ + +.. raw:: html + +
+ +SodiumIronHexacyanoferrateElectrode +----------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_8968eb7a_9a65_4286_a596_c31b998df329 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SodiumIronPhosphate +------------------- + +* http://emmo.info/emmo#material_c5582dae_ccff_4fbe_adaa_078091054640 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SodiumIronPhosphateElectrode +---------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_502a98a3_ce47_421f_8e0a_016ed171c900 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SodiumManganeseHexacyanoferrateElectrode +---------------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_4edb47d6_107c_40a2_be7c_6b26e9d296da + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SodiumManganeseOxide +-------------------- + +* http://emmo.info/emmo#material_0139937b_2724_4864_84fb_f14bcfb83538 + +.. raw:: html + + + + + + +
Alternative Label(s)NMO
+ + +.. raw:: html + +
+ +SodiumManganeseOxideElectrode +----------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_e8d9e091_a56d_4a24_a305_d1bac55cfce3 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SodiumManganesePhosphate +------------------------ + +* http://emmo.info/emmo#material_b01771a9_218a_4b01_b20f_4021cfa0b7d5 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SodiumManganesePhosphateElectrode +--------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_cc0468a2_1851_4d3d_92a6_b4059db0c056 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SodiumMetatitanateElectrode +--------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_103c9e6c_9c26_430a_9fb9_f4f041e970b0 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SodiumNickelPhosphate +--------------------- + +* http://emmo.info/emmo#material_97439fbb_155f_433d_9edd_d510cd491f24 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SodiumNickelPhosphateElectrode +------------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_4a13e538_4c08_4ba9_8ebc_98a866208e01 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SodiumNitrate +------------- + +* http://emmo.info/emmo#material_a84adfaa_e17e_4325_86d3_208d418e9956 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)NaNO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_nitrate
Wikidata Referencehttps://www.wikidata.org/wiki/Q184373
+ + +.. raw:: html + +
+ +SodiumNitrite +------------- + +* http://emmo.info/emmo#material_5e44fe20_093d_4848_84ef_a20d69c17f3f + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)NaNO2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_nitrite
Wikidata Referencehttps://www.wikidata.org/wiki/Q339975
+ + +.. raw:: html + +
+ +SodiumPerchlorate +----------------- + +* http://emmo.info/emmo#material_4ec21ff2_f0f3_470f_8855_05ba6a074ecf + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)NaClO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_perchlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q408491
+ + +.. raw:: html + +
+ +SodiumPhosphate +--------------- + +* http://emmo.info/emmo#material_4de6c4d5_0d8d_418c_b3f0_c780f000cd55 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Na3PO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Trisodium_phosphate
Wikidata Referencehttps://www.wikidata.org/wiki/Q409501
+ + +.. raw:: html + +
+ +SodiumSaltCompound +------------------ + +* http://emmo.info/emmo#material_584bfc73_2715_417f_973c_552ae58529f5 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SodiumSulfate +------------- + +* http://emmo.info/emmo#material_48831514_d92f_4c67_8065_98df6f4d11cb + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Na2SO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q211737
+ + +.. raw:: html + +
+ +SodiumSulfide +------------- + +* http://emmo.info/emmo#material_881dd19c_814c_4c58_9e67_f9c2494fec11 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Na2S
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_sulfide
Wikidata Referencehttps://www.wikidata.org/wiki/Q407510
+ + +.. raw:: html + +
+ +SodiumSulfite +------------- + +* http://emmo.info/emmo#material_899debc5_ad7c_4f0a_a68c_47fedca57364 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Na2SO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_sulfite
Wikidata Referencehttps://www.wikidata.org/wiki/Q407806
+ + +.. raw:: html + +
+ +SodiumSymbol +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_c00cc96e-a51e-5dc9-9e6c-1cc4dfaf1c67 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SodiumTetrachloroaluminate +-------------------------- + +* http://emmo.info/emmo#material_47766d88_0ded_4f5c_87f9_f810fe5ce02b + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)NaAlCl4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_tetrachloroaluminate
Wikidata Referencehttps://www.wikidata.org/wiki/Q8010655
+ + +.. raw:: html + +
+ +SodiumTetrafluoroborate +----------------------- + +* http://emmo.info/emmo#material_e7be17c8_49e3_43d9_8859_82e39c5ca594 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)NaBF4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_tetrafluoroborate
Wikidata Referencehttps://www.wikidata.org/wiki/Q425190
+ + +.. raw:: html + +
+ +SodiumTitaniumOxideElectrode +---------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_c5f51531_1452_4654_82e5_0505491c2c7d + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SodiumTitaniumPhosphateElectrode +-------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_cff80dd5_19a9_4357_8fb9_410a978153e2 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SodiumTriflate +-------------- + +* http://emmo.info/emmo#material_d729ecb6_dd34_43fa_a67d_33045483fa7c + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)NaOTf
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_trifluoromethanesulfinate
Wikidata Referencehttps://www.wikidata.org/wiki/Q7553385
+ + +.. raw:: html + +
+ +SodiumTrifluoromethanesulfonyloxalatoborate +------------------------------------------- + +* http://emmo.info/emmo#material_1be34841_81f7_4216_8290_6bd75361a1c9 + +.. raw:: html + + + + + + +
Alternative Label(s)NaTFOB
+ + +.. raw:: html + +
+ +Software +-------- + +* http://emmo.info/emmo#EMMO_8681074a_e225_4e38_b586_e85b0f43ce38 + +.. raw:: html + + + + + + +
ElucidationAll or part of the programs, procedures, rules, and associated documentation of an information processing system.
+ + +.. raw:: html + +
+ +Sol +--- + +* http://emmo.info/emmo#EMMO_31557fae_b039_491c_bcbb_0ccb8711d5a6 + +.. raw:: html + + + + + + +
ElucidationA colloid in which small particles (1 nm to 100 nm) are suspended in a continuum phase.
+ + +.. raw:: html + +
+ +Soldering +--------- + +* http://emmo.info/emmo#EMMO_c790c7ff_2d10_4336_94ad_4f4e173109a9 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Solid +----- + +* http://emmo.info/emmo#EMMO_a2b006f2_bbfd_4dba_bcaa_3fca20cd6be1 + +.. raw:: html + + + + + + +
ElucidationA continuum characterized by structural rigidity and resistance to changes of shape or volume, that retains its shape and density when not confined.
+ + +.. raw:: html + +
+ +SolidAerosol +------------ + +* http://emmo.info/emmo#EMMO_96c8d72f_b436_44e2_9f7f_085c24094292 + +.. raw:: html + + + + + + +
ElucidationAn aerosol composed of fine solid particles in air or another gas.
+ + +.. raw:: html + +
+ +SolidAmalgamElectrode +--------------------- + +* http://emmo.info/electrochemistry#electrochemistry_65c90d8d_9712_4f3f_b830_d8163ec4cfcc + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationelectrode made of a solid amalgam of an appropriate metal
Alternative Label(s)SAE, SAE
CommentLiquid and paste amalgams can also be used.
+ + +.. raw:: html + +
+ +SolidAngle +---------- + +* http://emmo.info/emmo#EMMO_e7c9f7fd_e534_4441_88fe_1fec6cb20f26 + +.. raw:: html + + + + + + + + + + +
ElucidationRatio of area on a sphere to its radius squared.
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05732
+ + +.. raw:: html + +
+ +SolidAngularMeasure +------------------- + +* http://emmo.info/emmo#EMMO_35e1dd93_2cb6_4cea_b201_31036e113f61 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationMeasure of a conical geometric figure, called solid angle, formed by all rays, originating from a common point, called the vertex of the solid angle, and passing through the points of a closed, non-self-intersecting curve in space considered as the border of a surface.
Alternative Label(s)SolidAngle
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-04-46
Wikipedia Referencehttps://en.wikipedia.org/wiki/Solid_angle
Wikidata Referencehttps://www.wikidata.org/wiki/Q208476
+ + +.. raw:: html + +
+ +SolidElectrolyte +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_0508a114_544a_4f54_a7de_9b947fb4b618 + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)FastIonConductor, SolidStateElectrolyte
Wikipedia Referencehttps://en.wikipedia.org/wiki/Fast_ion_conductor
+ + +.. raw:: html + +
+ +SolidElectrolyteInterphase +-------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_ecf136cb_2584_4cb1_98b7_2d2b3d22e40d + +.. raw:: html + + + + + + + + + + +
Elucidationan interfacial layer that forms between an electrode phase and and electrolyte phase, due to the decomposition of the electrolyte
Alternative Label(s)SEI
+ + +.. raw:: html + +
+ +SolidFoam +--------- + +* http://emmo.info/emmo#EMMO_9bed5d66_805a_4b3a_9153_beaf67143848 + +.. raw:: html + + + + + + +
ElucidationA foam of trapped gas in a solid.
+ + +.. raw:: html + +
+ +SolidGasSuspension +------------------ + +* http://emmo.info/emmo#EMMO_c457b6b9_5e73_4853_ae08_d776c12b8058 + +.. raw:: html + + + + + + +
ElucidationA coarse dispersion of gas in a solid continuum phase.
+ + +.. raw:: html + +
+ +SolidLiquidSuspension +--------------------- + +* http://emmo.info/emmo#EMMO_33e0ac8b_a318_4285_b1de_e95347784632 + +.. raw:: html + + + + + + +
ElucidationA coarse dispersion of liquid in a solid continuum phase.
+ + +.. raw:: html + +
+ +SolidMixture +------------ + +* http://emmo.info/emmo#EMMO_77e2e601_5ecb_450b_b563_92f096997832 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SolidSol +-------- + +* http://emmo.info/emmo#EMMO_5add9885_dc98_4fa5_8482_fdf9ba5e3889 + +.. raw:: html + + + + + + +
ElucidationA type of sol in the form of one solid dispersed in another continuous solid.
+ + +.. raw:: html + +
+ +SolidSolidSuspension +-------------------- + +* http://emmo.info/emmo#EMMO_2dd512a1_5187_47cc_b0b8_141214e22b59 + +.. raw:: html + + + + + + +
ElucidationA coarse dispersion of solid in a solid continuum phase.
+ + +.. raw:: html + +
+ +SolidSolution +------------- + +* http://emmo.info/emmo#EMMO_5e77f00d_5c0a_44e7_baf1_2c2a4cb5b3ae + +.. raw:: html + + + + + + +
ElucidationA solid solution made of two or more component substances.
+ + +.. raw:: html + +
+ +SolidStateBattery +----------------- + +* http://emmo.info/battery#battery_ef6a6244_fe3d_406e_8456_f72b45bb1fdf + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationcell with an ionically conducting solid as electrolyte
Alternative Label(s)ASSB, AllSolidStateBattery, SSB, SolidElectrolyteCell
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-09
Wikipedia Referencehttps://en.wikipedia.org/wiki/Solid-state_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q7557794
+ + +.. raw:: html + +
+ +Solubility +---------- + +* http://emmo.info/emmo#EMMO_38d65ffa_353f_4820_8781_ff986b63e517 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationThe analytical composition of a saturated solution, expressed in terms of the proportion of a designated solute in a designated solvent, is the solubility of that solute.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-15
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05740
Wikidata Referencehttps://www.wikidata.org/wiki/Q170731
CommentThe solubility may be expressed as a concentration, molality, mole fraction, mole ratio, etc.
+ + +.. raw:: html + +
+ +SolubilityProduct +----------------- + +* http://emmo.info/emmo#EMMO_40989212_4866_41c0_8a20_84fd39540f29 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationproduct of the ion activities of the ions resulting from the dissociation of a solute in a saturated solution, raised to powers equal to their stoichiometric numbers.
Alternative Label(s)SolubilityProductConstant
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-23
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05742
Wikidata Referencehttps://www.wikidata.org/wiki/Q11229788
CommentFor the dissociation of a salt AmBn → mA + nB, the solubility product is KSP = am(A) ⋅ an(B), where a is ionic activity and m and n are the stoichiometric numbers.
+ + +.. raw:: html + +
+ +Solution +-------- + +* http://emmo.info/emmo#EMMO_2031516a_2be7_48e8_9af7_7e1270e308fe + +.. raw:: html + + + + + + + + + + +
ElucidationA solution is a homogeneous mixture composed of two or more substances.
CommentSolutions are characterized by the occurrence of Rayleigh scattering on light,
+ + +.. raw:: html + +
+ +SolventCompound +--------------- + +* http://emmo.info/emmo#material_81b90332_8b8e_407b_a8fd_517306d56a59 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Somatosensory +------------- + +* http://emmo.info/emmo#EMMO_8f207971_aaab_48dc_a10d_55a6b4331410 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SourceCode +---------- + +* http://emmo.info/emmo#EMMO_348d39f7_6a17_49d1_9860_9b33b69b51de + +.. raw:: html + + + + + + +
ElucidationA programming language entity expressing a formal detailed plan of what a software is intended to do.
+ + +.. raw:: html + +
+ +SourceVoltage +------------- + +* http://emmo.info/emmo#EMMO_5c78b424_087b_4e31_8c91_6422f1be1e86 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationVoltage between the two terminals of a voltage source when there is no electric current through the source.
Alternative Label(s)SourceTension
Wikidata Referencehttps://www.wikidata.org/wiki/Q185329
+ + +.. raw:: html + +
+ +SpaceAndTimeQuantity +-------------------- + +* http://emmo.info/emmo#EMMO_a242d3e9_c6d3_411e_a667_71ffbc248a1a + +.. raw:: html + + + + + + +
ElucidationQuantities categorised according to ISO 80000-3.
+ + +.. raw:: html + +
+ +SpaceChargeLayer +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_e3f6eacc_f661_404e_ac16_45d2fa1f5d89 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationan interphase formed when two materials with different chemical potentials are brought in contact with each other, and the atoms or electrons are unable to migrate to establish local charge neutrality
Alternative Label(s)DepletionLayer, DepletionRegion, DepletionZone, JunctionRegion, SpaceChargeRegion
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=521-02-82
Wikipedia Referencehttps://en.wikipedia.org/wiki/Depletion_region
Wikidata Referencehttps://www.wikidata.org/wiki/Q288224
+ + +.. raw:: html + +
+ +Spacer +------ + +* http://emmo.info/electrochemistry#electrochemistry_49909cd1_44f4_41b4_877a_82a52845a5cb + +.. raw:: html + + + + + + + + + + +
Elucidationcomponent of a cell made of insulating material intended to maintain the spacing between plates of opposite polarity or between the plate pack and the case
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-10
+ + +.. raw:: html + +
+ +Spacing +------- + +* http://emmo.info/emmo#EMMO_432192c4_111f_4e80_b7cd_c6ce1c1129ea + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SparkErosion +------------ + +* http://emmo.info/emmo#EMMO_b8ce01a5_1e0c_4c69_8e54_7235fd4fe47e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SparkPlasmaSintering +-------------------- + +* http://emmo.info/emmo#EMMO_f0644f69_7337_4385_9d4a_4401b7bf3302 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SpatialTile +----------- + +* http://emmo.info/emmo#EMMO_4cf484af_082a_40f5_9f11_930bf4634482 + +.. raw:: html + + + + + + +
ElucidationA direct part that is obtained by partitioning a whole purely in spatial parts.
+ + +.. raw:: html + +
+ +SpatialTiling +------------- + +* http://emmo.info/emmo#EMMO_8944581c-64da-46a9-be29-7074f7cc8098 + +.. raw:: html + + + + + + +
ElucidationA well formed tessellation with tiles that all spatial.
+ + +.. raw:: html + +
+ +SpatiallyFundamental +-------------------- + +* http://emmo.info/emmo#EMMO_f055e217_0b1b_4e7e_b8be_7340211b0c5e + +.. raw:: html + + + + + + +
ElucidationThe class of individuals that satisfy a whole defining criteria (i.e. belongs to a subclass of whole) and have no spatial parts that satisfy that same criteria (no parts that are of the same type of the whole).
+ + +.. raw:: html + +
+ +SpatiallyRedundant +------------------ + +* http://emmo.info/emmo#EMMO_2469e4c6_ac2e_4c8f_b49f_7b2d2e277215 + +.. raw:: html + + + + + + +
ElucidationA whole with spatial parts of its same type.
+ + +.. raw:: html + +
+ +SpatioTemporalTessellation +-------------------------- + +* http://emmo.info/emmo#EMMO_e12dcfa4-c9f1-4546-9a12-8457c052e6ba + +.. raw:: html + + + + + + + + + + +
ElucidationA tessellation in which all tiles are connected through spatiotemporal relations hasNext or contacts.
Alternative Label(s)WellFormedTessellation
+ + +.. raw:: html + +
+ +SpatioTemporalTile +------------------ + +* http://emmo.info/emmo#EMMO_2e46d966-9f14-4673-821e-7c7cf2957926 + +.. raw:: html + + + + + + + + + + +
Elucidationhttp://emmo.info/emmo#EMMO_22c91e99_61f8_4433_8853_432d44a2a46a
Alternative Label(s)WellFormedTile
+ + +.. raw:: html + +
+ +SpecialUnit +----------- + +* http://emmo.info/emmo#EMMO_3ee80521_3c23_4dd1_935d_9d522614a3e2 + +.. raw:: html + + + + + + + + + + +
ElucidationA unit symbol that stands for a derived unit.
CommentSpecial units are semiotic shortcuts to more complex composed symbolic objects.
+ + +.. raw:: html + +
+ +SpecificActivity +---------------- + +* http://emmo.info/emmo#EMMO_5adcbbb9_4325_4c23_ac50_62c77569e9c4 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationQuotient of the activity A of a sample and the mass m of that sample.
Alternative Label(s)MassicActivity, MassicActivity
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-08
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05790
Wikidata Referencehttps://www.wikidata.org/wiki/Q2823748
+ + +.. raw:: html + +
+ +SpecificCapacity +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_1e3dc60d_dd6b_47d6_8161_70004fc5ee30 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationquotient of the capacity of a cell or battery [ or electrode or active material ] by its mass.
Alternative Label(s)GravimetricCapacity, SpecificChargeCapacity, SpecificElectricChargeCapacity
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-19
CommentCan also be applied to electrodes.
+ + +.. raw:: html + +
+ +SpecificChargeCapacity +---------------------- + +* http://emmo.info/electrochemistry#electrochemistry_4882cf2f_aab7_4a3a_a103_7f56b55fbed3 + +.. raw:: html + + + + + + +
Elucidationquotient of the capacity of a cell or battery [ or electrode or active material ] obtained during a charge process by its mass.
+ + +.. raw:: html + +
+ +SpecificDischargeCapacity +------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_884650fd_6cc6_4ec6_8264_c18fbe6b90ee + +.. raw:: html + + + + + + +
Elucidationquotient of the capacity of a cell or battery [ or electrode or active material ] obtained during a discharge process by its mass.
+ + +.. raw:: html + +
+ +SpecificEnergy +-------------- + +* http://emmo.info/emmo#EMMO_e218c625_6a39_47a9_8d08_a2ef41c152a9 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationEnergy per unit mass
Wikipedia Referencehttps://en.wikipedia.org/wiki/Specific_energy
Wikidata Referencehttps://www.wikidata.org/wiki/Q3023293
+ + +.. raw:: html + +
+ +SpecificEnergyImparted +---------------------- + +* http://emmo.info/emmo#EMMO_a5de0529_7c25_494c_951d_c0a561fd61fd + +.. raw:: html + + + + + + + + + + +
ElucidationIn nuclear physics, energy imparted per mass.
Wikidata Referencehttps://www.wikidata.org/wiki/Q99566195
+ + +.. raw:: html + +
+ +SpecificEnergyOfStorage +----------------------- + +* http://emmo.info/electrochemistry#electrochemistry_ccdfed06_6d24_47e4_98af_ce3ffe7bd09e + +.. raw:: html + + + + + + + + + + +
Elucidationthe quotient of the energy of an energy-storage device or system and its mass
Alternative Label(s)SpecificEnergy
+ + +.. raw:: html + +
+ +SpecificEnthalpy +---------------- + +* http://emmo.info/emmo#EMMO_85605643_f9ed_42ae_85ff_4a7443288dfd + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationEnthalpy per unit mass.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Enthalpy#Specific_enthalpy
Wikidata Referencehttps://www.wikidata.org/wiki/Q21572993
+ + +.. raw:: html + +
+ +SpecificEntropy +--------------- + +* http://emmo.info/emmo#EMMO_f14ae884_9345_4de4_a322_362329517e3e + +.. raw:: html + + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q69423705
+ + +.. raw:: html + +
+ +SpecificGasConstant +------------------- + +* http://emmo.info/emmo#EMMO_f1be7d92_c57d_4698_a0ba_968130a3f9e1 + +.. raw:: html + + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q94372268
+ + +.. raw:: html + +
+ +SpecificGibbsEnergy +------------------- + +* http://emmo.info/emmo#EMMO_e16033b0_cb72_4d02_84fa_4df7f54a9c4e + +.. raw:: html + + + + + + + + + + +
ElucidationGibbs energy per unit mass.
Wikidata Referencehttps://www.wikidata.org/wiki/Q76360636
+ + +.. raw:: html + +
+ +SpecificHeatCapacity +-------------------- + +* http://emmo.info/emmo#EMMO_b4f4ed28_d24c_4a00_9583_62ab839abeca + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationHeat capacity divided by mass.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-48
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05800
Wikipedia Referencehttps://en.wikipedia.org/wiki/Specific_heat_capacity
Wikidata Referencehttps://www.wikidata.org/wiki/Q487756
+ + +.. raw:: html + +
+ +SpecificHeatCapacityAtSaturatedVaporPressure +-------------------------------------------- + +* http://emmo.info/emmo#EMMO_b33909cc_61a1_4ab3_a1f8_d9283a6b1a0d + +.. raw:: html + + + + + + + + + + +
ElucidationSpecific heat capacity at saturated vaport pressure.
Wikidata Referencehttps://www.wikidata.org/wiki/Q75775005
+ + +.. raw:: html + +
+ +SpecificHelmholtzEnergy +----------------------- + +* http://emmo.info/emmo#EMMO_51e72318_0e25_42e8_b066_42aa69dc6e5e + +.. raw:: html + + + + + + + + + + +
ElucidationHelmholtz energy per unit mass.
Wikidata Referencehttps://www.wikidata.org/wiki/Q76359554
+ + +.. raw:: html + +
+ +SpecificInternalEnergy +---------------------- + +* http://emmo.info/emmo#EMMO_e86c84bd_af21_402d_a1ad_42a90599f9eb + +.. raw:: html + + + + + + + + + + +
ElucidationInternal energy per unit mass.
Wikidata Referencehttps://www.wikidata.org/wiki/Q76357367
+ + +.. raw:: html + +
+ +SpecificPowerOfStorage +---------------------- + +* http://emmo.info/electrochemistry#electrochemistry_c762a928_5a74_46fd_9929_4ac2d7a3a8d7 + +.. raw:: html + + + + + + +
Elucidationthe quotient of the power of an energy-storage device or system and its mass
+ + +.. raw:: html + +
+ +SpecificSurfaceArea +------------------- + +* http://emmo.info/electrochemistry#electrochemistry_cf54e7c1_f359_4715_b61d_0350b890d597 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationtotal surface of a solid per mass
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=485-02-10
Wikipedia Referencehttps://en.wikipedia.org/wiki/Specific_surface_area
Wikidata Referencehttps://www.wikidata.org/wiki/Q622205
+ + +.. raw:: html + +
+ +SpecificVolume +-------------- + +* http://emmo.info/emmo#EMMO_1db22203_95cb_46e2_ad94_14367a93d1dc + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationinverse of the mass density ρ, thus v = 1/ρ.
Alternative Label(s)MassicVolume
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-09
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05807
Wikidata Referencehttps://www.wikidata.org/wiki/Q683556
+ + +.. raw:: html + +
+ +Speed +----- + +* http://emmo.info/emmo#EMMO_81369540_1b0e_471b_9bae_6801af22800e + +.. raw:: html + + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05852
CommentLength per unit time. + + Speed in the absolute value of the velocity.
+ + +.. raw:: html + +
+ +SpeedFractionUnit +----------------- + +* http://emmo.info/emmo#EMMO_e7bc8939_7ff8_4917_beb5_c42730b390f3 + +.. raw:: html + + + + + + +
ElucidationUnit for quantities of dimension one that are the fraction of two speeds.
+ + +.. raw:: html + +
+ +SpeedOfLightInVacuum +-------------------- + +* http://emmo.info/emmo#EMMO_99296e55_53f7_4333_9e06_760ad175a1b9 + +.. raw:: html + + + + + + + + + + +
ElucidationThe speed of light in vacuum. Defines the base unit metre in the SI system.
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05854
+ + +.. raw:: html + +
+ +SpeedUnit +--------- + +* http://emmo.info/emmo#EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Sphere +------ + +* http://emmo.info/emmo#EMMO_d7bf784a_db94_4dd9_861c_54f262846fbf + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Spin +---- + +* http://emmo.info/emmo#EMMO_c91a40af_033a_48b3_baa5_6cc43aaf62aa + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationVector quantity expressing the internal angular momentum of a particle or a particle system.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-05-09
Wikidata Referencehttps://www.wikidata.org/wiki/Q133673
+ + +.. raw:: html + +
+ +SpinQuantumNumber +----------------- + +* http://emmo.info/emmo#EMMO_1a5dd75a_6ed6_4148_a99c_001a27f5b417 + +.. raw:: html + + + + + + + + + + +
ElucidationCharacteristic quantum number s of a particle, related to its spin.
Wikidata Referencehttps://www.wikidata.org/wiki/Q3879445
+ + +.. raw:: html + +
+ +Spray +----- + +* http://emmo.info/emmo#EMMO_498aad49_f8d4_40a4_a9eb_efd563a0115f + +.. raw:: html + + + + + + +
ElucidationA suspension of liquid droplets dispersed in a gas through an atomization process.
+ + +.. raw:: html + +
+ +Spring +------ + +* http://emmo.info/electrochemistry#electrochemistry_872b11e1_8bb3_4a2a_af90_bbaa0055d01e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SquareCentiMetre +---------------- + +* http://emmo.info/emmo#SquareCentiMetre + +.. raw:: html + + + + + + + + + + +
ElucidationA unit of area equal to that of a square, of sides 1cm + + -- QUDT
Alternative Label(s)Square Centimetre
+ + +.. raw:: html + +
+ +SquareCentiMetreMinute +---------------------- + +* http://emmo.info/emmo#SquareCentiMetreMinute + +.. raw:: html + + + + + + + + + + +
Elucidation"Square centimeter minute" is a unit for 'Area Time' expressed as cm² . m. + + -- QUDT
Alternative Label(s)Square Centimetre Minute
+ + +.. raw:: html + +
+ +SquareCentiMetrePerCubicCentiMetre +---------------------------------- + +* http://emmo.info/emmo#SquareCentiMetrePerCubicCentiMetre + +.. raw:: html + + + + + + +
Alternative Label(s)Square centimetres per cubic centimetre
+ + +.. raw:: html + +
+ +SquareCentiMetrePerSecond +------------------------- + +* http://emmo.info/emmo#SquareCentiMetrePerSecond + +.. raw:: html + + + + + + +
Alternative Label(s)Square centimetres per second
+ + +.. raw:: html + +
+ +SquareCentiMetreSecond +---------------------- + +* http://emmo.info/emmo#SquareCentiMetreSecond + +.. raw:: html + + + + + + + + + + +
Elucidation"Square Centimeter Second" is a C.G.S System unit for 'Area Time' expressed as cm² . s. + + -- QUDT
Alternative Label(s)Square Centimetre Second
+ + +.. raw:: html + +
+ +SquareCoulombSquareMetrePerJoule +-------------------------------- + +* http://emmo.info/emmo#SquareCoulombSquareMetrePerJoule + +.. raw:: html + + + + + + + + + + +
Elucidation"Square Coulomb Square Meter per Joule" is a unit for 'Polarizability' expressed as C² m² J⁻¹. + + -- QUDT
Alternative Label(s)Square Coulomb Square Metre per Joule
+ + +.. raw:: html + +
+ +SquareCurrentQuarticTimePerMassUnit +----------------------------------- + +* http://emmo.info/emmo#EMMO_cd9ad446_04f7_44ff_b9ea_ae7389574fa6 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SquareDeciMetre +--------------- + +* http://emmo.info/emmo#SquareDeciMetre + +.. raw:: html + + + + + + + + + + +
Elucidation0.1-fold of the power of the SI base unit metre with the exponent 2 + + -- QUDT
Alternative Label(s)Square Decimetre
+ + +.. raw:: html + +
+ +SquareDegree +------------ + +* http://emmo.info/emmo#SquareDegree + +.. raw:: html + + + + + + + + + + +
ElucidationA square degree is a non-SI unit measure of solid angle. It is denoted in various ways, including deg, sq. deg. and °². Just as degrees are used to measure parts of a circle, square degrees are used to measure parts of a sphere. Analogous to one degree being equal to π /180 radians, a square degree is equal to (π /180) or about 1/3283 steradian. The number of square degrees in a whole sphere is or approximately 41 253 deg. This is the total area of the 88 constellations in the list of constellations by area. For example, observed from the surface of the Earth, the Moon has a diameter of approximately 0.5°, so it covers a solid angle of approximately 0.196 deg, which is 4.8 × 10 of the total sky sphere. + + -- QUDT
Alternative Label(s)Square degree
+ + +.. raw:: html + +
+ +SquareDegreeCelsiusPerSecond +---------------------------- + +* http://emmo.info/emmo#SquareDegreeCelsiusPerSecond + +.. raw:: html + + + + + + +
Alternative Label(s)Square Degrees Celsius per second
+ + +.. raw:: html + +
+ +SquareElectricPotentialPerSquareTemperatureUnit +----------------------------------------------- + +* http://emmo.info/emmo#EMMO_58c5b65c_c896_4740_80d9_ff9a7643c7e8 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SquareKelvin +------------ + +* http://emmo.info/emmo#SquareKelvin + +.. raw:: html + + + + + + +
Alternative Label(s)Square Kelvin
+ + +.. raw:: html + +
+ +SquareKilogramPerSquareSecond +----------------------------- + +* http://emmo.info/emmo#SquareKilogramPerSquareSecond + +.. raw:: html + + + + + + +
Alternative Label(s)Square Kilograms per square second
+ + +.. raw:: html + +
+ +SquareMassPerSquareTimeUnit +--------------------------- + +* http://emmo.info/emmo#EMMO_109e8c69_4148_4cb0_9ceb_fbd526befca0 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SquareMetre +----------- + +* http://emmo.info/emmo#SquareMetre + +.. raw:: html + + + + + + +
ElucidationThe S I unit of area is the square metre. + + -- QUDT
+ + +.. raw:: html + +
+ +SquareMetreCubicHertz +--------------------- + +* http://emmo.info/emmo#SquareMetreCubicHertz + +.. raw:: html + + + + + + +
Alternative Label(s)Square metres cubic Hertz
+ + +.. raw:: html + +
+ +SquareMetreHertz +---------------- + +* http://emmo.info/emmo#SquareMetreHertz + +.. raw:: html + + + + + + +
Alternative Label(s)Square metres Hertz
+ + +.. raw:: html + +
+ +SquareMetreKelvin +----------------- + +* http://emmo.info/emmo#SquareMetreKelvin + +.. raw:: html + + + + + + + + + + +
Elucidation`Square Meter Kelvin` is a unit for 'Area Temperature' expressed as m²-K. + + -- QUDT
Alternative Label(s)Square Metre Kelvin
+ + +.. raw:: html + +
+ +SquareMetreKelvinPerWatt +------------------------ + +* http://emmo.info/emmo#SquareMetreKelvinPerWatt + +.. raw:: html + + + + + + + + + + +
Elucidation`Square Meter Kelvin per Watt` is a unit for 'Thermal Insulance' expressed as (K²)m/W. + + -- QUDT
Alternative Label(s)Square Metre Kelvin per Watt
+ + +.. raw:: html + +
+ +SquareMetrePerHectare +--------------------- + +* http://emmo.info/emmo#SquareMetrePerHectare + +.. raw:: html + + + + + + + + + + +
ElucidationSquare metres per hectare. + + -- QUDT
Alternative Label(s)square metres per hectare
+ + +.. raw:: html + +
+ +SquareMetrePerHertz +------------------- + +* http://emmo.info/emmo#SquareMetrePerHertz + +.. raw:: html + + + + + + +
Alternative Label(s)Square metres per Hertz
+ + +.. raw:: html + +
+ +SquareMetrePerHertzPerDegree +---------------------------- + +* http://emmo.info/emmo#SquareMetrePerHertzPerDegree + +.. raw:: html + + + + + + +
Alternative Label(s)Square metres per Hertz per degree
+ + +.. raw:: html + +
+ +SquareMetrePerJoule +------------------- + +* http://emmo.info/emmo#SquareMetrePerJoule + +.. raw:: html + + + + + + +
Alternative Label(s)Square Metre per Joule
+ + +.. raw:: html + +
+ +SquareMetrePerKelvin +-------------------- + +* http://emmo.info/emmo#SquareMetrePerKelvin + +.. raw:: html + + + + + + +
Alternative Label(s)Square Metre per Kelvin
+ + +.. raw:: html + +
+ +SquareMetrePerKilogram +---------------------- + +* http://emmo.info/emmo#SquareMetrePerKilogram + +.. raw:: html + + + + + + + + + + +
ElucidationSquare Meter Per Kilogram (m2/kg) is a unit in the category of Specific Area. It is also known as square meters per kilogram, square metre per kilogram, square metres per kilogram, square meter/kilogram, square metre/kilogram. This unit is commonly used in the SI unit system. Square Meter Per Kilogram (m2/kg) has a dimension of M-1L2 where M is mass, and L is length. This unit is the standard SI unit in this category. + + -- QUDT
Alternative Label(s)Square Metre per Kilogram
+ + +.. raw:: html + +
+ +SquareMetrePerMole +------------------ + +* http://emmo.info/emmo#SquareMetrePerMole + +.. raw:: html + + + + + + + + + + +
ElucidationSquare Meter Per Mole (m2/mol) is a unit in the category of Specific Area. It is also known as square meters per mole, square metre per per, square metres per per, square meter/per, square metre/per. This unit is commonly used in the SI unit system. Square Meter Per Mole (m2/mol) has a dimension of M-1L2 where M is mass, and L is length. This unit is the standard SI unit in this category. + + -- QUDT
Alternative Label(s)Square Metre per Mole
+ + +.. raw:: html + +
+ +SquareMetrePerNewton +-------------------- + +* http://emmo.info/emmo#SquareMetrePerNewton + +.. raw:: html + + + + + + + + + + +
Elucidationpower of the SI base unit metre with the exponent 2 divided by the derived SI unit newton + + -- QUDT
Alternative Label(s)Square Metre Per Newton
+ + +.. raw:: html + +
+ +SquareMetrePerSecond +-------------------- + +* http://emmo.info/emmo#SquareMetrePerSecond + +.. raw:: html + + + + + + + + + + +
ElucidationSquare Metres per second is the SI derived unit of angular momentum, defined by distance or displacement in metres multiplied by distance again in metres and divided by time in seconds. The unit is written in symbols as m2/s or m2u00b7s-1 or m2s-1. It may be better understood when phrased as "metres per second times metres", i.e. the momentum of an object with respect to a position. + + -- QUDT
Alternative Label(s)Square Metre per Second
+ + +.. raw:: html + +
+ +SquareMetrePerSquareHertz +------------------------- + +* http://emmo.info/emmo#SquareMetrePerSquareHertz + +.. raw:: html + + + + + + +
Alternative Label(s)Square metres per square Hertz
+ + +.. raw:: html + +
+ +SquareMetrePerSquareMetre +------------------------- + +* http://emmo.info/emmo#SquareMetrePerSquareMetre + +.. raw:: html + + + + + + + + + + +
ElucidationA square metre unit of area per square metre + + -- QUDT
Alternative Label(s)square metre per square metre
+ + +.. raw:: html + +
+ +SquareMetrePerSquareSecond +-------------------------- + +* http://emmo.info/emmo#SquareMetrePerSquareSecond + +.. raw:: html + + + + + + +
Alternative Label(s)Square metres per square second
+ + +.. raw:: html + +
+ +SquareMetrePerSteradian +----------------------- + +* http://emmo.info/emmo#SquareMetrePerSteradian + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)Square Metre per Steradian
Wikipedia Referencehttp://en.wikipedia.org/wiki/Steradian?oldid=494317847
+ + +.. raw:: html + +
+ +SquareMetrePerSteradianJoule +---------------------------- + +* http://emmo.info/emmo#SquareMetrePerSteradianJoule + +.. raw:: html + + + + + + +
Alternative Label(s)Square Metre per Steradian Joule
+ + +.. raw:: html + +
+ +SquareMetrePerVoltSecond +------------------------ + +* http://emmo.info/emmo#SquareMetrePerVoltSecond + +.. raw:: html + + + + + + +
Alternative Label(s)Square Metre per Volt Second
+ + +.. raw:: html + +
+ +SquareMetreQuarticHertz +----------------------- + +* http://emmo.info/emmo#SquareMetreQuarticHertz + +.. raw:: html + + + + + + +
Alternative Label(s)Square metres quartic Hertz
+ + +.. raw:: html + +
+ +SquareMetreSecondPerRadian +-------------------------- + +* http://emmo.info/emmo#SquareMetreSecondPerRadian + +.. raw:: html + + + + + + +
Alternative Label(s)Square metre seconds per radian
+ + +.. raw:: html + +
+ +SquareMetreSquareHertz +---------------------- + +* http://emmo.info/emmo#SquareMetreSquareHertz + +.. raw:: html + + + + + + +
Alternative Label(s)Square Metres square Hertz
+ + +.. raw:: html + +
+ +SquareMetreSteradian +-------------------- + +* http://emmo.info/emmo#SquareMetreSteradian + +.. raw:: html + + + + + + + + + + +
Elucidation"Square Meter Steradian" is a unit for 'Area Angle' expressed as m²-sr. + + -- QUDT
Alternative Label(s)Square Metre Steradian
+ + +.. raw:: html + +
+ +SquareMicroMetre +---------------- + +* http://emmo.info/emmo#SquareMicroMetre + +.. raw:: html + + + + + + + + + + +
Elucidation0.000000000001-fold of the power of the SI base unit metre with the exponent 2 + + -- QUDT
Alternative Label(s)Square Micrometre
+ + +.. raw:: html + +
+ +SquareMilliMetre +---------------- + +* http://emmo.info/emmo#SquareMilliMetre + +.. raw:: html + + + + + + + + + + +
Elucidation0.000001-fold of the power of the SI base unit metre with the exponent 2 + + -- QUDT
Alternative Label(s)Square Millimetre
+ + +.. raw:: html + +
+ +SquareMilliMetrePerSecond +------------------------- + +* http://emmo.info/emmo#SquareMilliMetrePerSecond + +.. raw:: html + + + + + + + + + + +
Elucidation0.000001-fold of the power of the SI base unit metre with the exponent 2 divided by the SI base unit second + + -- QUDT
Alternative Label(s)Square Millimetre Per Second
+ + +.. raw:: html + +
+ +SquareNanoMetre +--------------- + +* http://emmo.info/emmo#SquareNanoMetre + +.. raw:: html + + + + + + + + + + +
ElucidationA unit of area equal to that of a square, of sides 1nm + + -- QUDT
Alternative Label(s)Square Nanometre
+ + +.. raw:: html + +
+ +SquarePascalPerSquareSecond +--------------------------- + +* http://emmo.info/emmo#SquarePascalPerSquareSecond + +.. raw:: html + + + + + + +
Alternative Label(s)Square pascal per square second
+ + +.. raw:: html + +
+ +SquarePascalSecond +------------------ + +* http://emmo.info/emmo#SquarePascalSecond + +.. raw:: html + + + + + + + + + + +
ElucidationSquare Pascal Second (Pa²· s) is a unit in the category of sound exposure. + + -- QUDT
Alternative Label(s)Square Pascal Second
+ + +.. raw:: html + +
+ +SquarePressurePerSquareTimeUnit +------------------------------- + +* http://emmo.info/emmo#EMMO_ffbacbc4_c3be_4cc5_9539_94344e72f7a6 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SquarePressureTimeUnit +---------------------- + +* http://emmo.info/emmo#EMMO_886eb0fb_4d36_4b7d_99e4_e5915a06aff1 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SquareSecond +------------ + +* http://emmo.info/emmo#SquareSecond + +.. raw:: html + + + + + + + + + + +
Elucidation"Square Second" is a unit for 'Square Time' expressed as s². + + -- QUDT
Alternative Label(s)Square Second
+ + +.. raw:: html + +
+ +SquareTemperaturePerTimeUnit +---------------------------- + +* http://emmo.info/emmo#EMMO_dafdcae3_f8ec_4993_8269_2c9299a75158 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SquareTemperatureUnit +--------------------- + +* http://emmo.info/emmo#EMMO_bdee99f6_389b_4816_8a1c_a7903a2df00a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SquareTimePerMassUnit +--------------------- + +* http://emmo.info/emmo#EMMO_f508dec1_e2d8_43d5_ae65_c386c7b330f9 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SquareTimeUnit +-------------- + +* http://emmo.info/emmo#EMMO_f2c1a072_4ccb_46c4_a0f8_ac801d328d0f + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SquareVoltPerSquareKelvin +------------------------- + +* http://emmo.info/emmo#SquareVoltPerSquareKelvin + +.. raw:: html + + + + + + +
Alternative Label(s)Square Volt per Square Kelvin
+ + +.. raw:: html + +
+ +SquareWaveCurrent +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_327eb3e1_f74a_4076_96de_5a2e3f63cb65 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationcomponent of an electric current that is associated with the presence of an analyate in square-wave voltammetry
IUPAC Referencehttps://goldbook.iupac.org/terms/view/S05897
CommentI_{SW}
+ + +.. raw:: html + +
+ +SquareWavePotentialWaveform +--------------------------- + +* https://emmo.info/electrochemistry#electrochemistry_0e33278b_639f_412d_9abd_64c3790026ef + +.. raw:: html + + + + + + + + + + +
ElucidationPeriodic potential where the amplitude alternates at a steady frequency between fixed minimum and maximum values, with the same duration at minimum and maximum.
CommentIn an ideal square wave, the transitions between minimum and maximum are instantaneous.
+ + +.. raw:: html + +
+ +SquareWaveVoltammetry +--------------------- + +* http://emmo.info/electrochemistry#electrochemistry_042d2282_bd2d_4874_b896_2d9dd06b54dd + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationvoltammetry in which a square-wave potential waveform is superimposed on an underlying linearly varying potential ramp or staircase ramp
Alternative Label(s)OSWV, OSWV, OSWV, OsteryoungSquareWaveVoltammetry, OsteryoungSquareWaveVoltammetry, OsteryoungSquareWaveVoltammetry, SWV, SWV, SWV
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
Wikipedia Referencehttps://en.wikipedia.org/wiki/Squarewave_voltammetry
Wikidata Referencehttps://www.wikidata.org/wiki/Q4016323
CommentMost instruments show plots of the current at the end of the forward-going pulse and of the backward-going pulse vs. the potential, as well as their difference. This can give valuable information on the kinetics of the electrode reaction and the electrode process.
+ + +.. raw:: html + +
+ +SquareWaveVoltammetryWaveform +----------------------------- + +* https://emmo.info/electrochemistry#electrochemistry_210f3520_1ea3_4c86_aa89_4cd9a3bc5a5a + +.. raw:: html + + + + + + +
ElucidationSquare wave potential waveform superimposed to a linear potential ramp or a staircase potential ramp.
+ + +.. raw:: html + +
+ +Stage +----- + +* http://emmo.info/emmo#EMMO_a633c6f8_4269_4870_9b28_f5ca1783fd54 + +.. raw:: html + + + + + + +
ElucidationA process which is an holistic temporal part of a process.
+ + +.. raw:: html + +
+ +StaircaseCurrentRamp +-------------------- + +* https://emmo.info/electrochemistry#electrochemistry_626f81db_ae4e_410a_96b8_0582aa2a9434 + +.. raw:: html + + + + + + +
ElucidationSuccessive current steps that form a signal with a staircase waveform.
+ + +.. raw:: html + +
+ +StaircasePotentialRamp +---------------------- + +* https://emmo.info/electrochemistry#electrochemistry_d359386f_ae2d_4ad4_9616_464e2111b67d + +.. raw:: html + + + + + + +
ElucidationSuccessive steps of electric potential that form a staircase waveform.
+ + +.. raw:: html + +
+ +StandaloneAtom +-------------- + +* http://emmo.info/emmo#EMMO_2fd3f574_5e93_47fe_afca_ed80b0a21ab4 + +.. raw:: html + + + + + + + + + + +
ElucidationAn atom that does not share electrons with other atoms.
CommentA standalone atom can be bonded with other atoms by intermolecular forces (i.e. dipole–dipole, London dispersion force, hydrogen bonding), since this bonds does not involve electron sharing.
+ + +.. raw:: html + +
+ +StandaloneModelSimulation +------------------------- + +* http://emmo.info/emmo#EMMO_d0bcf2ca_cd55_4f34_8fc2_2decc4c6087a + +.. raw:: html + + + + + + +
ElucidationA standalone simulation, where a single physics equation is solved.
+ + +.. raw:: html + +
+ +StandardAbsoluteActivity +------------------------ + +* http://emmo.info/emmo#EMMO_340ec9c3_7b0a_4169_a739_6f9242517ff4 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationFor a substance in a mixture, the absolute activity of the pure substance at the same temperature but at standard pressure.
Alternative Label(s)StandardAbsoluteActivityInAMixture
Wikidata Referencehttps://www.wikidata.org/wiki/Q89406159
+ + +.. raw:: html + +
+ +StandardAbsoluteActivity +------------------------ + +* http://emmo.info/emmo#EMMO_d368744e_bb2e_4d40_a7ef_762505b6027e + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationProperty of a solute in a solution.
Alternative Label(s)StandardAbsoluteActivityInASolution
Wikidata Referencehttps://www.wikidata.org/wiki/Q89485936
+ + +.. raw:: html + +
+ +StandardAbsoluteActivityOfSolvent +--------------------------------- + +* http://emmo.info/emmo#EMMO_bf66642d_f13d_42d2_ad6d_eafd41686155 + +.. raw:: html + + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q89556185
+ + +.. raw:: html + +
+ +StandardAmountConcentration +--------------------------- + +* http://emmo.info/emmo#EMMO_46b8d239_5d79_4d3e_bf8e_228d52fc3428 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)StandardConcentration, StandardMolarConcentration
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05909
Wikidata Referencehttps://www.wikidata.org/wiki/Q88871689
+ + +.. raw:: html + +
+ +StandardChemicalPotential +------------------------- + +* http://emmo.info/emmo#EMMO_be31e6c6_881f_41c4_8354_c05aac4d7c46 + +.. raw:: html + + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05908
Wikidata Referencehttps://www.wikidata.org/wiki/Q89333468
+ + +.. raw:: html + +
+ +StandardElectrodePotential +-------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_7fc10197_41d9_4c1e_a107_928f03eb2d36 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationequilibrium electrode potential of an electrode under standard conditions
Alternative Label(s)StandardPotential, StandardPotential, StandardPotential
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-13
IUPAC Referencehttps://goldbook.iupac.org/terms/view/S05912
CommentE° is related to the standard Gibbs Energy of the electrode reaction, Δr + G° or ΔrG , written as a reduction with respect to that of the standard hydrogen electrode (SHE) E° = −ΔrG°/zF.
+ + +.. raw:: html + +
+ +StandardEquilibriumConstant +--------------------------- + +* http://emmo.info/emmo#EMMO_672e2475_8376_4987_82cf_097f0024e74b + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)ThermodynamicEquilibriumConstant
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05915
Wikidata Referencehttps://www.wikidata.org/wiki/Q95993378
+ + +.. raw:: html + +
+ +StandardHydrogenElectrode +------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_2a40b878_7d09_49db_91b2_d0ee30192284 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationfor solutions in protic solvents, the universal reference electrode for which, under standard conditions, the standard electrode potential (H+ / H2) is zero at all temperatures
Alternative Label(s)SHE
IUPAC Referencehttps://goldbook.iupac.org/terms/view/S05917
Wikipedia Referencehttps://en.wikipedia.org/wiki/Standard_hydrogen_electrode
Wikidata Referencehttps://www.wikidata.org/wiki/Q898559
CommentPotential of a platinum electrode in a theoretical ideal solution (the current standard for zero potential for all temperatures)
+ + +.. raw:: html + +
+ +StandardModelParticle +--------------------- + +* http://emmo.info/emmo#EMMO_c26a0340_d619_4928_b1a1_1a04e88bb89d + +.. raw:: html + + + + + + + + + + +
ElucidationThe union of all classes categorising elementary particles according to the Standard Model.
Alternative Label(s)ElementaryParticle
+ + +.. raw:: html + +
+ +StandardUnit +------------ + +* http://emmo.info/emmo#EMMO_acd1a504_ca32_4f30_86ad_0b62cea5bc02 + +.. raw:: html + + + + + + + + + + +
ElucidationA reference unit provided by a reference material. + International vocabulary of metrology (VIM)
Alternative Label(s)ReferenceMaterial
+ + +.. raw:: html + +
+ +StandardVoltageCell +------------------- + +* http://emmo.info/battery#battery_3fcdc2ab_f458_4940_b218_6a10d1764567 + +.. raw:: html + + + + + + + + + + +
Elucidationcell having, at a specified temperature, an invariant and specific open-circuit voltage, used as a reference voltage.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-17
+ + +.. raw:: html + +
+ +StandardizedPhysicalQuantity +---------------------------- + +* http://emmo.info/emmo#EMMO_9c407ac0_fd4c_4178_8763_95fad9fe29ec + +.. raw:: html + + + + + + +
ElucidationThe superclass for all physical quantities classes that are categorized according to a standard (e.g. ISQ).
+ + +.. raw:: html + +
+ +StartingCapability +------------------ + +* http://emmo.info/battery#battery_a882d3a6_e055_4743_8fc6_5510485dcfe2 + +.. raw:: html + + + + + + + + + + +
Elucidationability of a battery to supply power to an engine starter motor under specified conditions
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-26
+ + +.. raw:: html + +
+ +StateOfCharge +------------- + +* http://emmo.info/battery#battery_17591da0_34ec_41b9_b3c1_3a4446dc6f0a + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)SoC
Wikipedia Referencehttps://en.wikipedia.org/wiki/State_of_charge
+ + +.. raw:: html + +
+ +StateOfMatter +------------- + +* http://emmo.info/emmo#EMMO_b9695e87_8261_412e_83cd_a86459426a28 + +.. raw:: html + + + + + + + + + + +
ElucidationA superclass made as the disjoint union of all the form under which matter can exist.
Wikipedia Referencehttps://en.wikipedia.org/wiki/State_of_matter
+ + +.. raw:: html + +
+ +StaticFrictionCoefficient +------------------------- + +* http://emmo.info/emmo#EMMO_b7229683_d2c5_4225_8e5f_7693744fd5a2 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)CoefficientOfStaticFriction, StaticFrictionFactor
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-33
Wikidata Referencehttps://www.wikidata.org/wiki/Q73695673
+ + +.. raw:: html + +
+ +StaticFrictionForce +------------------- + +* http://emmo.info/emmo#EMMO_445d186f_1896_4752_8940_384f98440cfe + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)StaticFriction
Wikidata Referencehttps://www.wikidata.org/wiki/Q90862568
+ + +.. raw:: html + +
+ +StatisticalWeightOfSubsystem +---------------------------- + +* http://emmo.info/emmo#EMMO_b0ef0941_5c92_4b71_bc26_95e95e5e0004 + +.. raw:: html + + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q96207431
+ + +.. raw:: html + +
+ +Status +------ + +* http://emmo.info/emmo#EMMO_d9589ed2_5304_48b3_9795_11bf44e64e9b + +.. raw:: html + + + + + + + + + + +
ElucidationAn object which is an holistic temporal part of a process.
Alternative Label(s)State
+ + +.. raw:: html + +
+ +Step +---- + +* http://emmo.info/emmo#EMMO_9f6ec830_c59f_46aa_8a22_945ba20b6ea3 + +.. raw:: html + + + + + + +
ElucidationA task that is a well formed tile of a workflow, according to a reductionistic description.
+ + +.. raw:: html + +
+ +StepChronopotentiometry +----------------------- + +* http://emmo.info/electrochemistry#electrochemistry_7416a831_ba72_447c_bf83_3989ba2dfe37 + +.. raw:: html + + + + + + +
ElucidationChronopotentiometry where the applied current is changed in steps.
+ + +.. raw:: html + +
+ +StepDuration +------------ + +* http://emmo.info/electrochemistry#electrochemistry_85e39686_9658_4c74_bb91_a935704c174a + +.. raw:: html + + + + + + +
Elucidationthe duration between two consecutive steps in a staircase signal
+ + +.. raw:: html + +
+ +StepIndex +--------- + +* http://emmo.info/electrochemistry#electrochemistry_d78b696d_9832_4352_a264_28a2ea7d82e4 + +.. raw:: html + + + + + + +
Elucidationnumber describing the step in a protocol
+ + +.. raw:: html + +
+ +StepSignalCurrent +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_6769536b_5320_4b48_a2d8_ac285ec635a8 + +.. raw:: html + + + + + + +
Elucidationthe magnitude of the current step in chronopotentiometry and related techniques
+ + +.. raw:: html + +
+ +StepSignalVoltage +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_0bf1ed19_2fc9_4e6d_87ec_62015985a9a6 + +.. raw:: html + + + + + + +
Elucidationthe magnitude of the voltage step in step voltammetry and related techniques
+ + +.. raw:: html + +
+ +Steradian +--------- + +* http://emmo.info/emmo#Steradian + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationDimensionless measurement unit for solid angle.
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05971
Wikipedia Referencehttp://en.wikipedia.org/wiki/Steradian?oldid=494317847
+ + +.. raw:: html + +
+ +SternModel +---------- + +* http://emmo.info/electrochemistry#electrochemistry_aa5ed981_c11b_4c4f_b1fd_8c432e009484 + +.. raw:: html + + + + + + + + + + +
Elucidationdescribes the double layer as divided into two parts separated by the Stern plane, located about one hydrated ion radius from the electrode surface
Commentproposed by Otto Stern in 1924
+ + +.. raw:: html + +
+ +StoichiometricEquation +---------------------- + +* http://emmo.info/electrochemistry#electrochemistry_1e72986e_e19f_4c24_8663_cadd4318bd72 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationthe symbolic representation of a chemical reaction in the form of symbols and formulae, wherein the reactant entities are given on the left-hand side and the product entities on the right-hand side
Alternative Label(s)ChemicalEquation, ChemicalReactionEquation
IUPAC Referencehttps://doi.org/10.1351/goldbook.C01034
Wikipedia Referencehttps://en.wikipedia.org/wiki/Chemical_equation
Wikidata Referencehttps://www.wikidata.org/wiki/Q182527
+ + +.. raw:: html + +
+ +StoichiometricNumberOfSubstance +------------------------------- + +* http://emmo.info/emmo#EMMO_cbba91a7_d639_461f_ae23_d021751029e4 + +.. raw:: html + + + + + + + + + + + + + + +
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-22
IUPAC Referencehttps://doi.org/10.1351/goldbook.S06025
Wikidata Referencehttps://www.wikidata.org/wiki/Q95443720
+ + +.. raw:: html + +
+ +Stoichiometry +------------- + +* http://emmo.info/electrochemistry#electrochemistry_f0667139_6428_4e3d_ac0d_08c1dd7f36ea + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +StorageTest +----------- + +* http://emmo.info/electrochemistry#electrochemistry_c91164b8_5e56_4c94_bad1_d7ada576b0e7 + +.. raw:: html + + + + + + + + + + +
Elucidationtest carried out to measure the loss of capacity, open-circuit voltage, short-circuit current or other quantities after storage under specified conditions
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-45
+ + +.. raw:: html + +
+ +Strain +------ + +* http://emmo.info/emmo#EMMO_acf636d4_9ac2_4ce3_960a_d54338e6cae3 + +.. raw:: html + + + + + + +
ElucidationChange of the relative positions of parts of a body, excluding a displacement of the body as a whole.
+ + +.. raw:: html + +
+ +StrangeAntiQuark +---------------- + +* http://emmo.info/emmo#EMMO_f33cbdf9_c9d0_4dc5_a875_21d6f9c24ee4 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +StrangeQuark +------------ + +* http://emmo.info/emmo#EMMO_22a6f189_7ad7_424d_af15_5efe002c1365 + +.. raw:: html + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Strange_quark
+ + +.. raw:: html + +
+ +Stress +------ + +* http://emmo.info/emmo#EMMO_d1917609_db5e_4b8a_9b76_ef1d6f860a81 + +.. raw:: html + + + + + + +
CommentForce per unit oriented surface area .
+ + +.. raw:: html + +
+ +StrictFundamental +----------------- + +* http://emmo.info/emmo#EMMO_4b32fc1e_5293_4247_9e8d_1175df9f1c0b + +.. raw:: html + + + + + + +
ElucidationThe class of individuals that satisfy a whole defining criteria (i.e. belongs to a subclass of whole) and have no proper parts that satisfy that same criteria (no parts that are of the same type of the whole).
+ + +.. raw:: html + +
+ +String +------ + +* http://emmo.info/emmo#EMMO_50ea1ec5_f157_41b0_b46b_a9032f17ca10 + +.. raw:: html + + + + + + +
ElucidationA physical made of more than one symbol sequentially arranged.
+ + +.. raw:: html + +
+ +StrippingChronopotentiometry +---------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_bfbefff0_4df5_47c2_9943_5f42cf268e9e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +StrippingVoltammetry +-------------------- + +* http://emmo.info/electrochemistry#electrochemistry_3b35e843_3132_41e3_b6df_541cd45ba880 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationtwo-step electrochemical measurement in which 1) material is accumulated at an electrode and 2) the amount of an accumulated species is measured by voltammetry. The measured electric current in step 2 is related to the concentration of analyte in the solution by calibration.
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electrochemical_stripping_analysis
CommentAnodic stripping voltammetry (ASV) was historically used to measure concentrations of metal ions in solution using cathodic accumulation with mercury to form an amalgam. Due to the toxicity of mercury and its compounds, inductively coupled plasma optical emission spectrometry and inductively coupled plasma mass spectrometry have frequently replaced ASV at mercury electrodes in the laboratory, often sacrificing the probing of speciation and lability in complex matrices. Mercury has now been replaced by non-toxic bismuth or anti- mony as films on a solid electrode support (such as glassy carbon) with equally good sensi- tivity and detection limits.
+ + +.. raw:: html + +
+ +StrongAcid +---------- + +* http://emmo.info/emmo#material_f5b930f9_2f95_4268_993c_ff6b57ae7691 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +StrongBaseCompound +------------------ + +* http://emmo.info/emmo#material_bed1a22c_8b61_467a_86a0_d24c7b910653 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Strontium +--------- + +* http://emmo.info/emmo#material_d6031563_07c3_4cf7_852e_474dce2acc1c + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Sr
Wikipedia Referencehttps://en.wikipedia.org/wiki/Strontium
Wikidata Referencehttps://www.wikidata.org/wiki/Q938
+ + +.. raw:: html + +
+ +StrontiumAcetate +---------------- + +* http://emmo.info/emmo#material_23145a95_d51a_471c_8f5c_ec1a970b3798 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Sr(OAc)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Strontium_acetate
Wikidata Referencehttps://www.wikidata.org/wiki/Q1674310
+ + +.. raw:: html + +
+ +StrontiumAtom +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_8ec7fdf6-5652-547d-942f-b8b09ad84660 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for strontium.
+ + +.. raw:: html + +
+ +StrontiumBisfluorosulfonylimide +------------------------------- + +* http://emmo.info/emmo#material_41cd4dfd_2288_48b2_a1e3_d13821c21a1e + +.. raw:: html + + + + + + +
Alternative Label(s)Sr(FSI)2
+ + +.. raw:: html + +
+ +StrontiumBisoxalatoborate +------------------------- + +* http://emmo.info/emmo#material_b5d8ff31_cc34_4f22_bfcc_7ffbe69c0b26 + +.. raw:: html + + + + + + +
Alternative Label(s)Sr(BOB)2
+ + +.. raw:: html + +
+ +StrontiumBisoxalatophosphate +---------------------------- + +* http://emmo.info/emmo#material_c5e6b38b_af73_4664_911b_4a6ecc8f2e3f + +.. raw:: html + + + + + + +
Alternative Label(s)Sr(BOP)2
+ + +.. raw:: html + +
+ +StrontiumBistrifluoromethanesulfonylimide +----------------------------------------- + +* http://emmo.info/emmo#material_d0e03160_256a_4cb2_a086_8f65d3abf62e + +.. raw:: html + + + + + + +
Alternative Label(s)Sr(TFSI)2
+ + +.. raw:: html + +
+ +StrontiumBromide +---------------- + +* http://emmo.info/emmo#material_8b02cecd_75f9_47d6_8826_55c1a42f1c42 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)SrBr2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Strontium_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q416904
+ + +.. raw:: html + +
+ +StrontiumCarbonate +------------------ + +* http://emmo.info/emmo#material_573ba7a1_f6a6_427d_99de_8e80fe406a67 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)SrCO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Strontium_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q413629
+ + +.. raw:: html + +
+ +StrontiumChlorate +----------------- + +* http://emmo.info/emmo#material_8a253be9_75a6_4da2_b875_4454d5aebef3 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Sr(ClO3)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Strontium_chlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q7624768
+ + +.. raw:: html + +
+ +StrontiumChloride +----------------- + +* http://emmo.info/emmo#material_361464d9_c796_413f_b261_0a321d68f04a + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)SrC2l
Wikipedia Referencehttps://en.wikipedia.org/wiki/Strontium_chloride
Wikidata Referencehttps://www.wikidata.org/wiki/Q411859
+ + +.. raw:: html + +
+ +StrontiumDifluorooxalatoborate +------------------------------ + +* http://emmo.info/emmo#material_6ce8569b_1367_4afd_954b_10eaccb8167c + +.. raw:: html + + + + + + +
Alternative Label(s)Sr(DFOB)2
+ + +.. raw:: html + +
+ +StrontiumElectrode +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_46ac0fd3_2b8e_40aa_bf5d_19cf1dd39052 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +StrontiumFluoride +----------------- + +* http://emmo.info/emmo#material_79b93232_d05a_445f_a365_659a64362dde + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)SrF2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Strontium_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q421174
+ + +.. raw:: html + +
+ +StrontiumHexafluorophosphate +---------------------------- + +* http://emmo.info/emmo#material_3896eebe_80a4_441a_bd73_52be793482a6 + +.. raw:: html + + + + + + +
Alternative Label(s)Sr(PF6)2
+ + +.. raw:: html + +
+ +StrontiumHydroxide +------------------ + +* http://emmo.info/emmo#material_e76e313b_6052_4ccf_ad80_8f88815c38da + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Sr(OH)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Strontium_hydroxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q132428
+ + +.. raw:: html + +
+ +StrontiumIodide +--------------- + +* http://emmo.info/emmo#material_53682797_c388_4407_9410_1fa6a41fa1da + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)SrI2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Strontium_iodide
Wikidata Referencehttps://www.wikidata.org/wiki/Q417992
+ + +.. raw:: html + +
+ +StrontiumNitrate +---------------- + +* http://emmo.info/emmo#material_b3130004_ad93_4cff_84b5_1f8d77b97ecb + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Sr(NO3)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Strontium_nitrate
Wikidata Referencehttps://www.wikidata.org/wiki/Q421083
+ + +.. raw:: html + +
+ +StrontiumNitrite +---------------- + +* http://emmo.info/emmo#material_994bfc80_9645_4178_9b1e_38513010206c + +.. raw:: html + + + + + + +
Alternative Label(s)Sr(NO2)2
+ + +.. raw:: html + +
+ +StrontiumPerchlorate +-------------------- + +* http://emmo.info/emmo#material_6c4110ec_f268_48b5_bbb5_38fe95737122 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Sr(ClO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Strontium_perchlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q3375145
+ + +.. raw:: html + +
+ +StrontiumPhosphate +------------------ + +* http://emmo.info/emmo#material_e128782f_8c69_43b2_9c3c_9efb31e8a6b5 + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)Sr3(PO4)2
Wikidata Referencehttps://www.wikidata.org/wiki/Q4337166
+ + +.. raw:: html + +
+ +StrontiumSaltCompound +--------------------- + +* http://emmo.info/emmo#material_a06bf8d8_24d5_4b29_a633_e5c00b1bd746 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +StrontiumSulfate +---------------- + +* http://emmo.info/emmo#material_352ee172_3801_4ccd_89b9_4b80e80ee1e5 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)SrSO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Strontium_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q414440
+ + +.. raw:: html + +
+ +StrontiumSulfide +---------------- + +* http://emmo.info/emmo#material_8c783453_0a52_4c20_9687_2b6ce2b95762 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)SrS
Wikipedia Referencehttps://en.wikipedia.org/wiki/Strontium_sulfide
Wikidata Referencehttps://www.wikidata.org/wiki/Q1765041
+ + +.. raw:: html + +
+ +StrontiumSulfite +---------------- + +* http://emmo.info/emmo#material_d2b624f6_6929_41c3_8510_5cf0a57e2877 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)SrSO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Strontium_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q82863248
+ + +.. raw:: html + +
+ +StrontiumSymbol +--------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_649415e4-1e31-5809-aceb-59efbba7d5f5 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +StrontiumTetrafluoroborate +-------------------------- + +* http://emmo.info/emmo#material_a67cda39_f3ac_4983_a93d_07a2067b5901 + +.. raw:: html + + + + + + +
Alternative Label(s)Sr(BF4)2
+ + +.. raw:: html + +
+ +StrontiumTriflate +----------------- + +* http://emmo.info/emmo#material_2d7695d2_c033_4949_b8f6_4984dcfdb46a + +.. raw:: html + + + + + + +
Alternative Label(s)Sr(OTf)2
+ + +.. raw:: html + +
+ +StrontiumTrifluoromethanesulfonyloxalatoborate +---------------------------------------------- + +* http://emmo.info/emmo#material_ab3606c2_a1e3_4e40_b427_766c586b5f77 + +.. raw:: html + + + + + + +
Alternative Label(s)Sr(TFOB)2
+ + +.. raw:: html + +
+ +StructuralFormula +----------------- + +* http://emmo.info/emmo#EMMO_a466b60b_d973_4b8f_897f_d0b837a59df3 + +.. raw:: html + + + + + + +
ElucidationA graphical representation of a molecular structure showing the relative position in space of the atomic constituents and their bonds.
+ + +.. raw:: html + +
+ +StructureFactor +--------------- + +* http://emmo.info/emmo#EMMO_9ed4ea5a_42c4_48aa_bd59_c16c7d34e741 + +.. raw:: html + + + + + + + + + + +
ElucidationMathematical description in crystallography.
Wikidata Referencehttps://www.wikidata.org/wiki/Q900684
+ + +.. raw:: html + +
+ +StyreneButadiene +---------------- + +* http://emmo.info/emmo#material_210edf30_ad63_438c_97db_f817942db49b + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)SBR
Wikipedia Referencehttps://en.wikipedia.org/wiki/Styrene-butadiene
Wikidata Referencehttps://www.wikidata.org/wiki/Q146429
+ + +.. raw:: html + +
+ +SubObject +--------- + +* http://emmo.info/emmo#EMMO_2553c342_fc28_47d8_8e19_7a98fa08f150 + +.. raw:: html + + + + + + + + + + +
ElucidationAn object which is an holistic temporal part of another object.
CommentHere we consider a temporal interval that is lower than the characteristic time of the physical process that provides the causality connection between the object parts.
+ + +.. raw:: html + +
+ +SubProcess +---------- + +* http://emmo.info/emmo#EMMO_49804605_c0fe_4538_abda_f70ba1dc8a5d + +.. raw:: html + + + + + + +
ElucidationA process which is an holistic spatial part of a process.
+ + +.. raw:: html + +
+ +Subjective +---------- + +* http://emmo.info/emmo#EMMO_251cfb4f_5c75_4778_91ed_6c8395212fd8 + +.. raw:: html + + + + + + + + + + +
ElucidationA coded conventional that cannot be univocally determined and depends on an agent (e.g. a human individual, a community) acting as black-box.
CommentThe word subjective applies to property intrisically subjective or non-well defined. In general, when an black-box-like procedure is used for the definition of the property. + + This happens due to e.g. the complexity of the object, the lack of a underlying model for the representation of the object, the non-well specified meaning of the property symbols. + + A 'SubjectiveProperty' cannot be used to univocally compare 'Object'-s. + + e.g. you cannot evaluate the beauty of a person on objective basis.
+ + +.. raw:: html + +
+ +SubjectiveProperty +------------------ + +* http://emmo.info/emmo#EMMO_a9a6ddf8_7e16_420a_9f3d_df7d5cfe3536 + +.. raw:: html + + + + + + +
ElucidationA quantity whos value that cannot be univocally determined and depends on an agent (e.g. a human individual, a community).
+ + +.. raw:: html + +
+ +Substance +--------- + +* http://emmo.info/emmo#57d977ab_0036_4779_b59a_e47620afdb9c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SuccinicAnhydride +----------------- + +* http://emmo.info/emmo#material_4ebbe70b_3bba_4b8c_90fc_684017abe192 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)SA
Wikipedia Referencehttps://en.wikipedia.org/wiki/Succinic_anhydride
Wikidata Referencehttps://www.wikidata.org/wiki/Q417847
+ + +.. raw:: html + +
+ +Sulfolane +--------- + +* http://emmo.info/emmo#material_860eab87_6711_4b5b_90ca_50b6f4da7f67 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)(CH2)4SO2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sulfolane
Wikidata Referencehttps://www.wikidata.org/wiki/Q416239
+ + +.. raw:: html + +
+ +Sulfur +------ + +* http://emmo.info/emmo#material_9c12a04b_1133_4ee0_ad24_26c835f12d1f + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)S
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sulfur
Wikidata Referencehttps://www.wikidata.org/wiki/Q682
+ + +.. raw:: html + +
+ +SulfurAtom +---------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_87c8f425-c96c-5503-88a0-f10465669ea3 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for sulfur.
+ + +.. raw:: html + +
+ +SulfurElectrode +--------------- + +* http://emmo.info/electrochemistry#electrochemistry_88d2d4bc_4244_4419_a260_ad099a62d580 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SulfurSymbol +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_66d895f4-42fa-58a2-89af-ef065f52c1eb + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SulfuricAcid +------------ + +* http://emmo.info/emmo#material_beb2ddc0_17f9_430d_b271_31fc2d6ca1a1 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)H2SO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sulfuric_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q4118
+ + +.. raw:: html + +
+ +SulfuricAcidSolution +-------------------- + +* http://emmo.info/electrochemistry#electrochemistry_334b3acd_e35d_4d5a_b8b5_6d13cbebbc57 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SulfurousAcid +------------- + +* http://emmo.info/emmo#material_99789d57_25ea_4b0d_bebb_45012a85e9c4 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)H2SO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sulfurous_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q206778
+ + +.. raw:: html + +
+ +Supercapacitor +-------------- + +* http://emmo.info/electrochemistry#electrochemistry_dc6abae7_39b0_4d22_b52e_14d088a4bd5f + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationtype of capacitor characterized by high capacitance, high specific and volumetric energy density, and low voltage limits
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-03
Wikipedia Referencehttps://en.wikipedia.org/wiki/Supercapacitor
Wikidata Referencehttps://www.wikidata.org/wiki/Q754523
+ + +.. raw:: html + +
+ +SuperconductionTransitionTemperature +------------------------------------ + +* http://emmo.info/emmo#EMMO_b94b3748_71c5_4de9_95e7_42586c3ed607 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationCritical thermodynamic temperature of a superconductor.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=815-10-09
Wikidata Referencehttps://www.wikidata.org/wiki/Q106103037
+ + +.. raw:: html + +
+ +SuperconductorEnergyGap +----------------------- + +* http://emmo.info/emmo#EMMO_560d031f_cc8a_4f0d_a52b_039149fdc171 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationWidth of the forbidden energy band in a superconductor.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=815-10-28
Wikidata Referencehttps://www.wikidata.org/wiki/Q106127898
+ + +.. raw:: html + +
+ +SupplyChain +----------- + +* http://emmo.info/emmo#EMMO_0c7ad550_00ae_45ff_a4e2_58d6a61f48eb + +.. raw:: html + + + + + + +
ElucidationA supply chain is a system of organizations, people, activities, information, and resources involved in supplying a product or service to a consumer.
+ + +.. raw:: html + +
+ +SupportingElectrolyte +--------------------- + +* http://emmo.info/electrochemistry#electrochemistry_1fc5642c_b7b2_43bf_ad20_f96001db8800 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationelectrolyte solution, the ions of which are electroinactive in the range of applied potential being studied, and whose ionic strength (and, therefore, contribution to the overall conductivity) is usually much greater than the concentration of an electroactive substance to be dissolved in it.
Alternative Label(s)BaseElectrolyte, IndifferentElectrolyte, InertElectrolyte
IUPAC Referencehttps://goldbook.iupac.org/terms/view/S06149
Wikipedia Referencehttps://en.wikipedia.org/wiki/Supporting_electrolyte
+ + +.. raw:: html + +
+ +SurfaceActivityDensity +---------------------- + +* http://emmo.info/emmo#EMMO_7214db6c_32e3_436f_85a4_24785f0e3714 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationQuotient of the activity A of a sample and the total area S of the surface of that sample.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-10
Wikidata Referencehttps://www.wikidata.org/wiki/Q98103005
+ + +.. raw:: html + +
+ +SurfaceArea +----------- + +* http://emmo.info/electrochemistry#electrochemistry_05cf26ef_782a_4f66_a196_7004dd973f8e + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationa measure of the total area that the surface of a solid object occupies
Wikipedia Referencehttps://en.wikipedia.org/wiki/Surface_area
Wikidata Referencehttps://www.wikidata.org/wiki/Q1379273
+ + +.. raw:: html + +
+ +SurfaceAreaPerVolume +-------------------- + +* http://emmo.info/electrochemistry#electrochemistry_7f381c19_cf07_47a8_ab10_0b14d46901e8 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +SurfaceCoefficientOfHeatTransfer +-------------------------------- + +* http://emmo.info/emmo#EMMO_0b3295fa_f4bf_4f83_a603_9d98c03da5bb + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationCoefficient of heat transfer when heat exchange takes place between a body at thermodynamic temperature Ts and its surroundings that are at a reference temperature Tr.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-40
Wikidata Referencehttps://www.wikidata.org/wiki/Q74770365
+ + +.. raw:: html + +
+ +SurfaceDensityOfElectricCharge +------------------------------ + +* http://emmo.info/emmo#EMMO_2a67f539_d503_4e98_934e_50d4a9ae6cfd + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationThe derivative of the electric charge of a system with respect to the area.
Alternative Label(s)AreicElectricCharge, SurfaceChargeDensity
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-08
IUPAC Referencehttps://doi.org/10.1351/goldbook.S06159
Wikidata Referencehttps://www.wikidata.org/wiki/Q12799324
+ + +.. raw:: html + +
+ +SurfaceMassDensity +------------------ + +* http://emmo.info/emmo#EMMO_ec767367_a773_4935_80ea_dd6a5eaefb54 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationat a given point on a two-dimensional domain of quasi-infinitesimal area dA, scalar quantity equal to the mass dm within the domain divided by the area dA, thus ρA = dm/dA.
Alternative Label(s)AreicMass, SurfaceDensity
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-10
IUPAC Referencehttps://doi.org/10.1351/goldbook.S06167
Wikidata Referencehttps://www.wikidata.org/wiki/Q1907514
+ + +.. raw:: html + +
+ +SurfaceOverpotential +-------------------- + +* http://emmo.info/electrochemistry#electrochemistry_60741c58_a10d_4aa6_bb68_0066a6ff8e30 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationThe potential of a working electrode relative to a reference electrode of the same kinds placed in the solution adjacent to the surface of the working electrode (just outside the double layer).
Alternative Label(s)SurfacePolarization, SurfacePolarization, SurfacePolarization
CommentA positive surface overpotential produces a positive (anodic) current.
+ + +.. raw:: html + +
+ +SurfaceTension +-------------- + +* http://emmo.info/emmo#EMMO_8864793d_0f36_4fa3_b54a_90d0234f976a + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Alternative Label(s)4-26
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-42
IUPAC Referencehttps://doi.org/10.1351/goldbook.S06192
Wikidata Referencehttps://www.wikidata.org/wiki/Q170749
+ + +.. raw:: html + +
+ +Susceptance +----------- + +* http://emmo.info/emmo#EMMO_fc457a08_9b93_4a00_bdcb_a806f30bcf90 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationimaginary part of the admittance
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-54
Wikidata Referencehttps://www.wikidata.org/wiki/Q509598
+ + +.. raw:: html + +
+ +Suspension +---------- + +* http://emmo.info/emmo#EMMO_4a464c8d_8895_44a8_a628_aed13509f1bd + +.. raw:: html + + + + + + + + + + +
ElucidationAn heterogeneous mixture that contains coarsly dispersed particles (no Tyndall effect), that generally tend to separate in time to the dispersion medium phase.
CommentSuspensions show no significant effect on light.
+ + +.. raw:: html + +
+ +SwagelokCell +------------ + +* http://emmo.info/battery#battery_74d6a5a9_efd6_43de_ad4b_e7b5f6b64aae + +.. raw:: html + + + + + + +
Alternative Label(s)SwagelokBatteryCell
+ + +.. raw:: html + +
+ +Symbol +------ + +* http://emmo.info/emmo#EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527 + +.. raw:: html + + + + + + + + + + +
ElucidationThe class of individuals that stand for an elementary mark of a specific symbolic code (alphabet).
Alternative Label(s)AlphabeticEntity
+ + +.. raw:: html + +
+ +Symbolic +-------- + +* http://emmo.info/emmo#EMMO_057e7d57_aff0_49de_911a_8861d85cef40 + +.. raw:: html + + + + + + +
ElucidationA discrete data whose elements can be decoded as tokens from one or more alphabets, without necessarily respecting syntactic rules.
+ + +.. raw:: html + +
+ +SymbolicConstruct +----------------- + +* http://emmo.info/emmo#EMMO_89a0c87c_0804_4013_937a_6fe234d9499c + +.. raw:: html + + + + + + +
ElucidationA symbolic entity made of other symbolic entities according to a specific spatial configuration.
+ + +.. raw:: html + +
+ +SystemProgram +------------- + +* http://emmo.info/emmo#EMMO_58b17cac_3125_4486_9b9c_8c45ac254040 + +.. raw:: html + + + + + + +
ElucidationSystem program refers to operating systems and utility programs that manage computer resources at a low level enabling a computer to function.
+ + +.. raw:: html + +
+ +SystemUnit +---------- + +* http://emmo.info/emmo#3eb993a1_61ae_4a20_b168_dda853f51c14 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TDI +--- + +* http://emmo.info/emmo#material_57015be9_f515_4e00_b914_e8130d596bcb + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TFP +--- + +* http://emmo.info/emmo#material_f6460d8d_5d5e_452d_8853_bdec3796a90e + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)Tris(222Trifluoroethyl)Phosphate
Wikidata Referencehttps://www.wikidata.org/wiki/Q72515436
+ + +.. raw:: html + +
+ +Tantalum +-------- + +* http://emmo.info/emmo#material_ed314de3_c1d7_4901_9fd7_539c6e3de550 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tantalum
Wikidata Referencehttps://www.wikidata.org/wiki/Q1123
+ + +.. raw:: html + +
+ +TantalumAtom +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_dbe54798-a21f-519f-9d52-e6ab2c2e28cb + +.. raw:: html + + + + + + +
ElucidationAtom subclass for tantalum.
+ + +.. raw:: html + +
+ +TantalumSymbol +-------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_6378a9e9-29e5-5cae-b75b-46ca365e49b9 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TartaricAcid +------------ + +* http://emmo.info/emmo#material_4a00b074_17b5_417c_996b_d0ac47041030 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tartaric_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q194322
+ + +.. raw:: html + +
+ +TartronicAcid +------------- + +* http://emmo.info/emmo#material_7550d4bb_59fd_41a3_aecb_4d45a03eaa28 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tartronic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q425473
+ + +.. raw:: html + +
+ +Task +---- + +* http://emmo.info/emmo#EMMO_4299e344_a321_4ef2_a744_bacfcce80afc + +.. raw:: html + + + + + + + + + + +
ElucidationA procedure that is an hoilistic part of a workflow.
Alternative Label(s)Job
+ + +.. raw:: html + +
+ +Tau +--- + +* http://emmo.info/emmo#EMMO_3a948fa6_033a_4bb2_a319_36a45741d832 + +.. raw:: html + + + + + + + + + + +
ElucidationThe class of individuals that stand for tau elementary particles belonging to the third generation of leptons.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tau_(particle)
+ + +.. raw:: html + +
+ +TauAntiNeutrino +--------------- + +* http://emmo.info/emmo#EMMO_de5e558c_2066_4b1f_b888_e2503bcafee0 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TauNeutrino +----------- + +* http://emmo.info/emmo#EMMO_eb95a619_ca07_4678_a809_10021b25a13f + +.. raw:: html + + + + + + + + + + +
ElucidationA neutrino belonging to the third generation of leptons.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tau_neutrino
+ + +.. raw:: html + +
+ +Technetium +---------- + +* http://emmo.info/emmo#material_0f29d712_f329_4b17_abeb_5df9bf4fb321 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Technetium
Wikidata Referencehttps://www.wikidata.org/wiki/Q1054
+ + +.. raw:: html + +
+ +TechnetiumAtom +-------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_9c803415-5978-5525-9de9-fcf0a2098b4c + +.. raw:: html + + + + + + +
ElucidationAtom subclass for technetium.
+ + +.. raw:: html + +
+ +TechnetiumSymbol +---------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_8caaf41b-df30-5355-be5a-74283c49f50a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Tellurium +--------- + +* http://emmo.info/emmo#material_8ce10627_f9f3_4520_a619_b407877e263b + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Te
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tellurium
Wikidata Referencehttps://www.wikidata.org/wiki/Q1100
+ + +.. raw:: html + +
+ +TelluriumAtom +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_c1b40f92-d27d-5aa0-9811-b6c58391f951 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for tellurium.
+ + +.. raw:: html + +
+ +TelluriumSymbol +--------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_cf55f4d1-3865-5de4-88b4-3045f0db3a20 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TemperatureAreaPerMassTimeUnit +------------------------------ + +* http://emmo.info/emmo#EMMO_66e91d9a_05c1_4906_9731_3f4d8c4f3fd8 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TemperatureCoefficientOfTheCapacity +----------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_8f3ab19f_ce22_424e_a9bf_d5cedb815374 + +.. raw:: html + + + + + + + + + + +
Elucidationquotient of the change in capacity of a cell by the corresponding change in temperature.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-18
+ + +.. raw:: html + +
+ +TemperatureCoefficientOfTheOpenCircuitVoltage +--------------------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_3bb5ae23_59fa_4bc7_9495_803eb6719f28 + +.. raw:: html + + + + + + + + + + +
Elucidationquotient of change in open-circuit voltage of a cell or battery by the corresponding change in temperature.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-33
+ + +.. raw:: html + +
+ +TemperatureLengthPerTimeUnit +---------------------------- + +* http://emmo.info/emmo#EMMO_0d4bdfcd_f4f0_4b8f_b470_e3f654e37d33 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TemperatureLimit +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_82fce40c_434d_4640_a3d2_e26379b6acae + +.. raw:: html + + + + + + +
Elucidationlimit on the temperature of a system
+ + +.. raw:: html + +
+ +TemperatureMassPerAreaUnit +-------------------------- + +* http://emmo.info/emmo#EMMO_6726fbb8_c40a_4b55_a2d5_bf49352d1e73 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TemperaturePerLengthUnit +------------------------ + +* http://emmo.info/emmo#EMMO_720a469f_a19c_4a88_900c_29b3938f5092 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TemperaturePerMagneticFluxDensityUnit +------------------------------------- + +* http://emmo.info/emmo#EMMO_f6fac54d_6b6d_4255_b217_4363a83f1834 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TemperaturePerPressureUnit +-------------------------- + +* http://emmo.info/emmo#EMMO_a4edc0c9_6d1d_4358_8030_b61db6c84176 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TemperaturePerSquareTimeUnit +---------------------------- + +* http://emmo.info/emmo#EMMO_c7188d13-52e6-43f7-9b6d-aba4c161fa8f + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TemperaturePerTimeUnit +---------------------- + +* http://emmo.info/emmo#EMMO_4f245147_f072_4431_b535_6241e8e87eb8 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TemperaturePressurePerTimeUnit +------------------------------ + +* http://emmo.info/emmo#EMMO_0cd4c619_b123_4ae4_b778_3c9adaad65e7 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TemperatureTimeUnit +------------------- + +* http://emmo.info/emmo#EMMO_3df1408c_df34_4037_8584_c25f854bb346 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TemperatureUnit +--------------- + +* http://emmo.info/emmo#EMMO_a77a0a4b_6bd2_42b2_be27_4b63cebbb59e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Tempering +--------- + +* http://emmo.info/emmo#EMMO_6fa330f7_3289_4228_81df_12ee8a9708ac + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TemporalRole +------------ + +* http://emmo.info/emmo#EMMO_0e1f2009_bf12_49d1_99f3_1422e5287d82 + +.. raw:: html + + + + + + + + + + +
ElucidationAn holistic temporal part of a whole.
Alternative Label(s)HolisticTemporalPart
+ + +.. raw:: html + +
+ +TemporalTile +------------ + +* http://emmo.info/emmo#EMMO_504ad89e_dd4a_4fa6_aeb6_15c8ce0cde9b + +.. raw:: html + + + + + + +
ElucidationA direct part that is obtained by partitioning a whole purely in temporal parts.
+ + +.. raw:: html + +
+ +TemporalTiling +-------------- + +* http://emmo.info/emmo#EMMO_f7f41d20-eabb-4bcb-9a16-0436851fcd5c + +.. raw:: html + + + + + + +
ElucidationA well formed tessellation with tiles that are all temporal.
+ + +.. raw:: html + +
+ +TemporallyFundamental +--------------------- + +* http://emmo.info/emmo#EMMO_aaad78a9_abaf_4f97_9c1a_d763a94c4ba3 + +.. raw:: html + + + + + + +
ElucidationThe class of individuals that satisfy a whole defining criteria (i.e. belongs to a subclass of whole) and have no temporal parts that satisfy that same criteria (no parts that are of the same type of the whole).
+ + +.. raw:: html + +
+ +TemporallyRedundant +------------------- + +* http://emmo.info/emmo#EMMO_808566db_b810_448d_8a54_48e7f6d30f36 + +.. raw:: html + + + + + + +
ElucidationA whole with temporal parts of its same type.
+ + +.. raw:: html + +
+ +TennessineAtom +-------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_706cac26-78f1-5ca4-a63c-2600828db412 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for tennessine.
+ + +.. raw:: html + +
+ +TennessineSymbol +---------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_490c2981-b1cb-5f8c-be82-17a1ef1c27b4 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TensorMeson +----------- + +* http://emmo.info/emmo#EMMO_f895cb83_2280_42e9_9f4c_047273e70d3c + +.. raw:: html + + + + + + +
ElucidationA meson with spin two.
+ + +.. raw:: html + +
+ +Tera +---- + +* http://emmo.info/emmo#33fe9747_d66f_4f88_b2c1_951279dbca59 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TeraPrefixedUnit +---------------- + +* http://emmo.info/emmo#EMMO_3a204900_2b33_47d1_b444_815cc4c8cffa + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TerbiumAtom +----------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_e3cd5791-6fbb-587a-a535-0e937800beaa + +.. raw:: html + + + + + + +
ElucidationAtom subclass for terbium.
+ + +.. raw:: html + +
+ +TerbiumSymbol +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_6599389d-7a26-5d51-a65c-5dd9c3ed532f + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Terminal +-------- + +* http://emmo.info/electrochemistry#electrochemistry_3f70e5c5_67f0_483e_998b_b83b7739c4bc + +.. raw:: html + + + + + + + + + + +
Elucidationconductive part of a device, electric circuit or electric network, provided for connecting that device, electric circuit or electric network to one or more external conductors
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-22
+ + +.. raw:: html + +
+ +TerminalProtector +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_60bc27f0_8290_4113_8c3b_011433a733c7 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationcover of insulating material used to avoid electric contact with the cell or battery terminal
Alternative Label(s)TerminalCover
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-23
+ + +.. raw:: html + +
+ +Tesla +----- + +* http://emmo.info/emmo#Tesla + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationSI unit for magnetic flux density or induction.
IUPAC Referencehttps://doi.org/10.1351/goldbook.T06283
Wikipedia Referencehttp://en.wikipedia.org/wiki/Tesla_(unit)
+ + +.. raw:: html + +
+ +Tessellation +------------ + +* http://emmo.info/emmo#EMMO_ee0466e4_780d_4236_8281_ace7ad3fc5d2 + +.. raw:: html + + + + + + + + + + +
ElucidationA causal object that is tessellated in direct parts.
Alternative Label(s)Tiling
+ + +.. raw:: html + +
+ +TestTime +-------- + +* http://emmo.info/electrochemistry#electrochemistry_27b3799c_250c_4332_8b71_7992c4a7bb05 + +.. raw:: html + + + + + + +
Elucidationtime of a measurement relative to the start of the test (t = 0)
+ + +.. raw:: html + +
+ +TetraethylOrthosilicate +----------------------- + +* http://emmo.info/emmo#material_385410f6_0c03_4942_b35f_52a664b5622c + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)TEOS, Tetraethoxysilane
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tetraethyl_orthosilicate
Wikidata Referencehttps://www.wikidata.org/wiki/Q421458
+ + +.. raw:: html + +
+ +Tetrafluoroborate +----------------- + +* http://emmo.info/emmo#material_2c939a73_6363_435a_bbc4_4f6ae02f30d1 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationTetrafluoroborate(1-) is a boron fluoride. It is a conjugate base of a tetrafluoroboric acid. It derives from a hydride of a borohydride.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tetrafluoroborate
Wikidata Referencehttps://www.wikidata.org/wiki/Q27118029
+ + +.. raw:: html + +
+ +Tetraglyme +---------- + +* http://emmo.info/emmo#material_75322d4d_cdab_44c6_a8ea_5eca76bcfbd1 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationTetraglyme is a polyether.
Alternative Label(s)4Glyme, TEGDME, TetraethyleneGlycolDimethylEther
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tetraethylene_glycol_dimethyl_ether
Wikidata Referencehttps://www.wikidata.org/wiki/Q3788669
+ + +.. raw:: html + +
+ +Tetrahydrofuran +--------------- + +* http://emmo.info/emmo#material_16864b33_aa8e_451d_ad8e_b0af5f18769a + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Oxolane, THF
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tetrahydrofuran
Wikidata Referencehttps://www.wikidata.org/wiki/Q278332
+ + +.. raw:: html + +
+ +Tetrahydrofuran +--------------- + +* http://emmo.info/emmo#material_a6d037e0_233e_4fb2_ba36_2f5b9263a450 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)(CH2)4O
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tetrahydrofuran
Wikidata Referencehttps://www.wikidata.org/wiki/Q278332
+ + +.. raw:: html + +
+ +TetrapotassiumHeptaiodobismuthate +--------------------------------- + +* http://emmo.info/emmo#material_dbbedf09_18c4_416a_99c2_f381a74d2551 + +.. raw:: html + + + + + + +
Alternative Label(s)K4BiI7
+ + +.. raw:: html + +
+ +Thallium +-------- + +* http://emmo.info/emmo#material_6970bc02_dfe3_40c7_b20d_03c6cc0707bb + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Thallium
Wikidata Referencehttps://www.wikidata.org/wiki/Q932
+ + +.. raw:: html + +
+ +ThalliumAtom +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_bcf70555-8df3-5a39-b26a-a5e802d17a37 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for thallium.
+ + +.. raw:: html + +
+ +ThalliumSymbol +-------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_5833085e-0afc-516a-a584-f56f1f191a13 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TheoreticalCapacity +------------------- + +* http://emmo.info/electrochemistry#electrochemistry_b7781ebc_90a7_4f19_997f_aed28dee1b01 + +.. raw:: html + + + + + + +
Alternative Label(s)TheoreticalChargeCapacity
+ + +.. raw:: html + +
+ +Theorisation +------------ + +* http://emmo.info/emmo#EMMO_6c739b1a_a774_4416_bb31_1961486fa9ed + +.. raw:: html + + + + + + + + + + +
ElucidationThe 'semiosis' process of interpreting a 'physical' and provide a complec sign, 'theory' that stands for it and explain it to another interpreter.
Alternative Label(s)Theorization
+ + +.. raw:: html + +
+ +Theory +------ + +* http://emmo.info/emmo#EMMO_8d2d9374_ef3a_47e6_8595_6bc208e07519 + +.. raw:: html + + + + + + + + + + +
ElucidationA 'conventional' that stand for a 'physical'.
CommentThe 'theory' is e.g. a proposition, a book or a paper whose sub-symbols suggest in the mind of the interpreter an interpretant structure that can represent a 'physical'. + + It is not an 'icon' (like a math equation), because it has no common resemblance or logical structure with the 'physical'. + + In Peirce semiotics: legisign-symbol-argument
+ + +.. raw:: html + +
+ +ThermalConductance +------------------ + +* http://emmo.info/emmo#EMMO_fe573dc7_9aac_49f2_9390_02cf697bfe53 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationReciprocal of the thermal resistance.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-46
IUPAC Referencehttps://doi.org/10.1351/goldbook.T06298
Wikidata Referencehttps://www.wikidata.org/wiki/Q17176562
+ + +.. raw:: html + +
+ +ThermalConductanceUnit +---------------------- + +* http://emmo.info/emmo#EMMO_21a91e48_b6d3_4558_b08f_246433d43860 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ThermalConductivity +------------------- + +* http://emmo.info/emmo#EMMO_8dd40ec6_2c5a_43f3_bf64_cadcd447a1c1 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationAt a point fixed in a medium with a temperature field, scalar quantity λ characterizing the ability of the medium to transmit heat through a surface element containing that point: φ = −λ grad T, where φ is the density of heat flow rate and T is thermodynamic temperature.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-38
Wikidata Referencehttps://www.wikidata.org/wiki/Q487005
CommentIn an anisotropic medium, thermal conductivity is a tensor quantity.
+ + +.. raw:: html + +
+ +ThermalConductivityUnit +----------------------- + +* http://emmo.info/emmo#EMMO_0f3ec0ad_3fcf_42b2_8f34_6dca89e35a4f + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ThermalCutting +-------------- + +* http://emmo.info/emmo#EMMO_c9f0abb6_d3e8_459e_bacc_c14ed5481998 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ThermalDiffusionFactor +---------------------- + +* http://emmo.info/emmo#EMMO_4c3ccf65_0950_4328_b04b_91d1eaa14681 + +.. raw:: html + + + + + + + + + + +
ElucidationQuotient of the thermal diffusion ratio and the product of the local amount-of-substance fractions.
Wikidata Referencehttps://www.wikidata.org/wiki/Q96249629
+ + +.. raw:: html + +
+ +ThermalDiffusionRatio +--------------------- + +* http://emmo.info/emmo#EMMO_e84be61e_6f6f_43e2_b91d_86898a5dc7c4 + +.. raw:: html + + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q96249433
+ + +.. raw:: html + +
+ +ThermalDiffusivity +------------------ + +* http://emmo.info/emmo#EMMO_276f1224_fdc1_42ac_bd27_03d6dcec191a + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)ThermalDiffusionCoefficient
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-53
Wikidata Referencehttps://www.wikidata.org/wiki/Q3381809
+ + +.. raw:: html + +
+ +ThermalInsulance +---------------- + +* http://emmo.info/emmo#EMMO_8168c707_1b2a_4c6f_8d2e_a4e8081fd276 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationReciprocal of the coefficient of heat transfer.
Alternative Label(s)CoefficientOfThermalInsulance
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-41
Wikidata Referencehttps://www.wikidata.org/wiki/Q2596212
+ + +.. raw:: html + +
+ +ThermalResistance +----------------- + +* http://emmo.info/emmo#EMMO_d7efc862_981f_4909_925b_700cd93070fc + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationThermodynamic temperature difference divided by heat flow rate.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-45
Wikidata Referencehttps://www.wikidata.org/wiki/Q899628
CommentThe name “thermal resistance” and the symbol R are used in building technology to designate thermal insulance.
+ + +.. raw:: html + +
+ +ThermalResistanceUnit +--------------------- + +* http://emmo.info/emmo#EMMO_cff9f930_f3f7_43c6_9228_28bf3e1ec706 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ThermalResistivityUnit +---------------------- + +* http://emmo.info/emmo#EMMO_33b6c84d_e139_418c_8f8c_f1d45f94df46 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ThermalRunaway +-------------- + +* http://emmo.info/electrochemistry#electrochemistry_04f28ce3_251d_429e_aa85_ab3eb45bbcd2 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationunstable condition arising during constant voltage charge in which the rate of heat dissipation capability, causing a continuous temperature increase with resulting further charge current increase, which can lead to the destruction of the battery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-54
Commentin lithium batteries thermal runaway may cause melting of lithium
+ + +.. raw:: html + +
+ +ThermalSprayingForming +---------------------- + +* http://emmo.info/emmo#EMMO_16c41198_3881_4a34_bae5_993f88823993 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ThermalTransmittanceUnit +------------------------ + +* http://emmo.info/emmo#EMMO_4b2c223f_89fb_4407_b1b6_24774b7fe770 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ThermalUtilizationFactor +------------------------ + +* http://emmo.info/emmo#EMMO_3657c87f_ee9a_41fd_9dd0_97fb524dba1a + +.. raw:: html + + + + + + + + + + +
ElucidationIn an infinite medium, the quotient of the number of thermal neutrons absorbed in a fissionable nuclide or in a nuclear fuel, as specified, and the total number of thermal neutrons absorbed.
Wikidata Referencehttps://www.wikidata.org/wiki/Q99197650
+ + +.. raw:: html + +
+ +ThermochemicalTreatment +----------------------- + +* http://emmo.info/emmo#EMMO_263d9161_5a7c_4900_a49b_55f012b3fe07 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ThermodynamicCriticalMagneticFluxDensity +---------------------------------------- + +* http://emmo.info/emmo#EMMO_3a713a3d_dee2_4acd_bc30_5d2b23f605cd + +.. raw:: html + + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q106103200
+ + +.. raw:: html + +
+ +ThermodynamicEfficiency +----------------------- + +* http://emmo.info/emmo#EMMO_e37ec2b9_aed3_4549_ad25_5f78d31cac06 + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)ThermalEfficiency
Wikidata Referencehttps://www.wikidata.org/wiki/Q1452104
+ + +.. raw:: html + +
+ +ThermodynamicGrueneisenParameter +-------------------------------- + +* http://emmo.info/emmo#EMMO_ff4dfc0f_6d79_41e1_9e32_68801bdea085 + +.. raw:: html + + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q105658620
+ + +.. raw:: html + +
+ +ThermodynamicTemperature +------------------------ + +* http://emmo.info/emmo#EMMO_affe07e4_e9bc_4852_86c6_69e26182a17f + +.. raw:: html + + + + + + + + + + +
ElucidationThermodynamic temperature is the absolute measure of temperature. It is defined by the third law of thermodynamics in which the theoretically lowest temperature is the null or zero point.
IUPAC Referencehttps://doi.org/10.1351/goldbook.T06321
+ + +.. raw:: html + +
+ +ThermodynamicalQuantity +----------------------- + +* http://emmo.info/emmo#EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 + +.. raw:: html + + + + + + +
ElucidationQuantities categorised according to ISO 80000-5.
+ + +.. raw:: html + +
+ +ThermoelectricVoltage +--------------------- + +* http://emmo.info/emmo#EMMO_fec651dc_8962_48c3_8b30_1115b2dd7c16 + +.. raw:: html + + + + + + + + + + +
ElucidationVoltage between substances a and b caused by the thermoelectric effect.
Wikidata Referencehttps://www.wikidata.org/wiki/Q105761637
+ + +.. raw:: html + +
+ +ThermogalvanicCell +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_113e0469_8ae0_407f_892d_4b988f8d8a08 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationelectrochemical cell that has two half-cells separated by a wall permeable to ions, both containing the same electrolyte differing only in their temperatures.
Alternative Label(s)Thermocell
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-09
Wikipedia Referencehttps://en.wikipedia.org/wiki/Thermogalvanic_cell
Wikidata Referencehttps://www.wikidata.org/wiki/Q25304247
+ + +.. raw:: html + +
+ +ThermomechanicalTreatment +------------------------- + +* http://emmo.info/emmo#EMMO_3528547f_cefe_4f24_bc46_936b39f711eb + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Thickness +--------- + +* http://emmo.info/emmo#EMMO_43003c86_9d15_433b_9789_ee2940920656 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationShortest distance between two surfaces limiting a layer, when this distance can be considered to be constant over a region of a finite size.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-24
Wikidata Referencehttps://www.wikidata.org/wiki/Q3589038
+ + +.. raw:: html + +
+ +ThionylChloride +--------------- + +* http://emmo.info/emmo#material_fbefcf90_c797_4d2f_a072_3d603e42ca9a + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)SOCl2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Thionyl_chloride
Wikidata Referencehttps://www.wikidata.org/wiki/Q409171
+ + +.. raw:: html + +
+ +ThionylChlorideElectrode +------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_4977521c_0438_4659_bc81_1c77fae836bb + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Thiourea +-------- + +* http://emmo.info/emmo#material_bf4787df_bf4f_4ebd_bd0b_17f982591761 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)THU
Wikipedia Referencehttps://en.wikipedia.org/wiki/Thiourea
Wikidata Referencehttps://www.wikidata.org/wiki/Q528995
+ + +.. raw:: html + +
+ +ThirdGenerationFermion +---------------------- + +* http://emmo.info/emmo#EMMO_82d6c4b3_a037_49de_9622_0407af40bdeb + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ThomsonCoefficient +------------------ + +* http://emmo.info/emmo#EMMO_950256cd_c286_4793_b9f7_a3f922d0c354 + +.. raw:: html + + + + + + + + + + +
Elucidationquotient of Thomson heat power developed, and the electric current and temperature difference
Wikidata Referencehttps://www.wikidata.org/wiki/Q105801233
+ + +.. raw:: html + +
+ +ThoriumAtom +----------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_59d342fd-1ace-5b68-9d0d-ed4ff9f55d63 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for thorium.
+ + +.. raw:: html + +
+ +ThoriumSymbol +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_e9fbc98d-3ac1-5a2d-a354-6e3ba1412157 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ThreeElectrodeCell +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_b9bece97_a511_4cb9_88a2_b5bd5c5e5d74 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationelectrochemical cell with a working electrode, reference electrode, and auxiliary electrode
Alternative Label(s)ThreeElectrodeElectrochemicalCell, ThreeElectrodeElectrochemicalCell
CommentA potentiostat can be used to maintain a potential difference between the working and ref- erence electrodes.
+ + +.. raw:: html + +
+ +ThreeManifold +------------- + +* http://emmo.info/emmo#EMMO_46f0f8df_4dc6_418f_8036_10427a3a288e + +.. raw:: html + + + + + + +
Alternative Label(s)3-manifold
+ + +.. raw:: html + +
+ +ThreeMeSulfolane +---------------- + +* http://emmo.info/emmo#material_5d128b6c_3e70_470c_b24e_0b953ef76486 + +.. raw:: html + + + + + + +
Alternative Label(s)3Methylsulfolane
+ + +.. raw:: html + +
+ +ThreeMeTwoOxazolidinone +----------------------- + +* http://emmo.info/emmo#material_6326d9bb_de83_4f60_beb3_3117280f8ab5 + +.. raw:: html + + + + + + +
Alternative Label(s)3Methyl2Oxazolidone
+ + +.. raw:: html + +
+ +ThroughTile +----------- + +* http://emmo.info/emmo#EMMO_caa63d00_80b1_4408_ac1b_cd0d23b0ec50 + +.. raw:: html + + + + + + +
ElucidationA tile that has next and is next of other tiles within the same tessellation.
+ + +.. raw:: html + +
+ +ThuliumAtom +----------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_82f9a8f3-2bb4-5d14-9a41-30a858ecce61 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for thulium.
+ + +.. raw:: html + +
+ +ThuliumSymbol +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_849f62cf-3e92-5122-94ba-bcce51a04c5f + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TightlyCoupledModelsSimulation +------------------------------ + +* http://emmo.info/emmo#EMMO_fbcc3aad_c58a_4185_bcc9_859db779b226 + +.. raw:: html + + + + + + +
ElucidationA simulation in which more than one model are solved together with a coupled method.
+ + +.. raw:: html + +
+ +Tile +---- + +* http://emmo.info/emmo#EMMO_9953c19f_ee33_4af8_be5e_dbf6d1e33581 + +.. raw:: html + + + + + + +
ElucidationA causal object that is direct part of a tessellation.
+ + +.. raw:: html + +
+ +Time +---- + +* http://emmo.info/emmo#EMMO_d4f7d378_5e3b_468a_baa1_a7e98358cda7 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationThe indefinite continued progress of existence and events that occur in apparently irreversible succession from the past through the present to the future.
IUPAC Referencehttps://doi.org/10.1351/goldbook.T06375
CommentTime can be seen as the duration of an event or, more operationally, as "what clocks read".
+ + +.. raw:: html + +
+ +TimeConstant +------------ + +* http://emmo.info/emmo#EMMO_88967c93_894b_4e42_bc3c_c8517b255489 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationparameter characterizing the response to a step input of a first‑order, linear time‑invariant system
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-05-26
Wikidata Referencehttps://www.wikidata.org/wiki/Q1335249
+ + +.. raw:: html + +
+ +TimeMeasurement +--------------- + +* http://emmo.info/electrochemistry#electrochemistry_7fdf65c1_b86a_4cbe_8c06_56321b425d4e + +.. raw:: html + + + + + + +
Elucidationmeasurement of time
+ + +.. raw:: html + +
+ +TimeMeasurementResult +--------------------- + +* http://emmo.info/electrochemistry#electrochemistry_496c8f31_9732_42c1_8eae_dd73979c06eb + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TimePerLengthUnit +----------------- + +* http://emmo.info/emmo#EMMO_ab2ee5cd_4de3_46b6_bec5_29e293b33422 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TimePerVolumeUnit +----------------- + +* http://emmo.info/emmo#EMMO_6f76f9bf_feb3_4e27_9bcb_45b5f3526050 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TimeSeries +---------- + +* http://emmo.info/electrochemistry#electrochemistry_7fa74f69_047f_4c86_a02c_e7805d6f5b77 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationa series of data points indexed in time order
Wikipedia Referencehttps://en.wikipedia.org/wiki/Time_series
Wikidata Referencehttps://www.wikidata.org/wiki/Q186588
+ + +.. raw:: html + +
+ +TimeUnit +-------- + +* http://emmo.info/emmo#EMMO_02e894c3_b793_4197_b120_3442e08f58d1 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TimeVector +---------- + +* http://emmo.info/electrochemistry#electrochemistry_58ad1d22_3803_4c95_a137_207cfebe242a + +.. raw:: html + + + + + + +
Elucidationa vector of discrete times
+ + +.. raw:: html + +
+ +TimeseriesElectricalDataset +--------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_31e8052d_bede_43c6_8b41_d51bb24c9489 + +.. raw:: html + + + + + + +
Elucidationa time series of electrical quantities
+ + +.. raw:: html + +
+ +Tin +--- + +* http://emmo.info/emmo#material_9c9ceee7_2470_4d05_89e7_28fb93108e38 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tin
Wikidata Referencehttps://www.wikidata.org/wiki/Q1096
+ + +.. raw:: html + +
+ +TinAtom +------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_9aa9e086-ae07-51f6-bf84-788ffdefcb6f + +.. raw:: html + + + + + + +
ElucidationAtom subclass for tin.
+ + +.. raw:: html + +
+ +TinElectrode +------------ + +* http://emmo.info/electrochemistry#electrochemistry_a10ede13_c895_4f56_a728_b1aab512b31b + +.. raw:: html + + + + + + +
Commentmetal electrode in which the active material is tin
+ + +.. raw:: html + +
+ +TinIIOxide +---------- + +* http://emmo.info/emmo#material_44a9a4e3_488e_4687_aca7_b045e12147f7 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)SnO
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tin(II)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q204980
+ + +.. raw:: html + +
+ +TinIVOxide +---------- + +* http://emmo.info/emmo#material_db74b6b7_09fc_40db_a7d5_6eb86b69192a + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)SnO2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tin(IV)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q129163
+ + +.. raw:: html + +
+ +TinOxideCompound +---------------- + +* http://emmo.info/emmo#material_155e894b_66de_4cda_9dbe_adbeca7d8102 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TinSymbol +--------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_09e84f72-511a-5d22-adf1-accacaf7146a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Titanium +-------- + +* http://emmo.info/emmo#material_f8d50782_11fa_4188_ba55_d043d2eb597d + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Titanium
Wikidata Referencehttps://www.wikidata.org/wiki/Q716
+ + +.. raw:: html + +
+ +TitaniumAtom +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_0eee5986-12a1-5f73-b5e0-6eb2b640c924 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for titanium.
+ + +.. raw:: html + +
+ +TitaniumDioxide +--------------- + +* http://emmo.info/emmo#material_d673ceb2_3045_4e2e_8cad_56f5169b542f + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)TiO2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Titanium_dioxide
Wikidata Referencehttps://www.wikidata.org/wiki/Titanium_dioxide
+ + +.. raw:: html + +
+ +TitaniumDioxideElectrode +------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_76fe8fb2_868e_48eb_95ca_fc6acd6f5fc9 + +.. raw:: html + + + + + + +
Alternative Label(s)TiO2Electrode
+ + +.. raw:: html + +
+ +TitaniumElectrode +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_d90221a0_0da7_4876_9cac_0e943e445f6f + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TitaniumIIIOxide +---------------- + +* http://emmo.info/emmo#material_5ca70573_eeed_4fed_af97_32560b532ccd + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Ti2O3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Titanium(III)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q2626625
+ + +.. raw:: html + +
+ +TitaniumIIOxide +--------------- + +* http://emmo.info/emmo#material_56c59d5b_ace2_4b5a_9144_fc97f93f9a93 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)TiO
Wikipedia Referencehttps://en.wikipedia.org/wiki/Titanium(II)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q2985790
+ + +.. raw:: html + +
+ +TitaniumOxideCompound +--------------------- + +* http://emmo.info/emmo#material_001ca83b_5372_4d77_a836_4d48074b7e63 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TitaniumSymbol +-------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_1cba8181-2ea5-5772-8bd7-e668ffcde394 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Toluene +------- + +* http://emmo.info/emmo#material_e4512250_04d1_4ad3_9c55_71e7f7db1b98 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Methylbenzene, Toluol
Wikipedia Referencehttps://en.wikipedia.org/wiki/Toluene
Wikidata Referencehttps://www.wikidata.org/wiki/Q15779
+ + +.. raw:: html + +
+ +Tonne +----- + +* http://emmo.info/emmo#Tonne + +.. raw:: html + + + + + + + + + + + + + + +
Elucidation1,000-fold of the SI base unit kilogram + + -- QUDT
IUPAC Referencehttps://doi.org/10.1351/goldbook.T06394
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tonne
+ + +.. raw:: html + +
+ +TonnePerCubicMetre +------------------ + +* http://emmo.info/emmo#TonnePerCubicMetre + +.. raw:: html + + + + + + + + + + +
Elucidationunit tonne divided by the power of the SI base unit metre with the exponent 3 + + -- QUDT
Alternative Label(s)Tonne Per Cubic Metre
+ + +.. raw:: html + +
+ +TonnePerDay +----------- + +* http://emmo.info/emmo#TonnePerDay + +.. raw:: html + + + + + + + + + + +
Elucidationmetric unit ton divided by the unit for time day + + -- QUDT
Alternative Label(s)Tonne Per Day
+ + +.. raw:: html + +
+ +TonnePerHectare +--------------- + +* http://emmo.info/emmo#TonnePerHectare + +.. raw:: html + + + + + + + + + + +
ElucidationA measure of density equivalent to 1000kg per hectare or one Megagram per hectare, typically used to express a volume of biomass or crop yield. + + -- QUDT
Alternative Label(s)MetricTonnePerHectare, metric tonne per hectare, tonne per hectare
+ + +.. raw:: html + +
+ +TonnePerHour +------------ + +* http://emmo.info/emmo#TonnePerHour + +.. raw:: html + + + + + + + + + + +
Elucidationunit tonne divided by the unit for time hour + + -- QUDT
Alternative Label(s)Tonne Per Hour
+ + +.. raw:: html + +
+ +TonnePerMinute +-------------- + +* http://emmo.info/emmo#TonnePerMinute + +.. raw:: html + + + + + + + + + + +
Elucidationunit ton divided by the unit for time minute + + -- QUDT
Alternative Label(s)Tonne Per Minute
+ + +.. raw:: html + +
+ +TonnePerSecond +-------------- + +* http://emmo.info/emmo#TonnePerSecond + +.. raw:: html + + + + + + + + + + +
Elucidationunit tonne divided by the SI base unit second + + -- QUDT
Alternative Label(s)Tonne Per Second
+ + +.. raw:: html + +
+ +Tool +---- + +* http://emmo.info/emmo#EMMO_5c68497d_2544_4cd4_897b_1ea783c9f6fe + +.. raw:: html + + + + + + +
ElucidationAn object that enables or facilitate an agent in the execution of a process that modifies the surrounding environment.
+ + +.. raw:: html + +
+ +TopAntiQuark +------------ + +* http://emmo.info/emmo#EMMO_b14894ce_aad8_45e6_8035_f902c0d339ad + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TopQuark +-------- + +* http://emmo.info/emmo#EMMO_a589e6b8_2f5b_4118_8522_cdc4c89578dc + +.. raw:: html + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Top_quark
+ + +.. raw:: html + +
+ +Torque +------ + +* http://emmo.info/emmo#EMMO_aaf9dd7f_0474_40d0_9606_02def8515249 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationThe effectiveness of a force to produce rotation about an axis, measured by the product of the force and the perpendicular distance from the line of action of the force to the axis.
IUPAC Referencehttps://doi.org/10.1351/goldbook.T06400
CommentEven though torque has the same physical dimension as energy, it is not of the same kind and can not be measured with energy units like joule or electron volt.
+ + +.. raw:: html + +
+ +Tortuosity +---------- + +* http://emmo.info/emmo#EMMO_c413d96f_c57b_4c70_9ac1_312db6c009a8 + +.. raw:: html + + + + + + + + + + +
ElucidationParameter for diffusion and fluid flow in porous media.
Wikidata Referencehttps://www.wikidata.org/wiki/Q2301683
+ + +.. raw:: html + +
+ +Torus +----- + +* http://emmo.info/emmo#EMMO_86060335_31c2_4820_b433_27c64aea0366 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TotalAngularMomentum +-------------------- + +* http://emmo.info/emmo#EMMO_de649cb1_7ec0_4a2e_ad55_d84e4ccd88b0 + +.. raw:: html + + + + + + + + + + +
ElucidationVector quantity in a quantum system composed of the vectorial sum of angular momentum L and spin s.
Wikidata Referencehttps://www.wikidata.org/wiki/Q97496506
+ + +.. raw:: html + +
+ +TotalAngularMomentumQuantumNumber +--------------------------------- + +* http://emmo.info/emmo#EMMO_8b960a48_8017_4cc0_8e38_27d9237b7e0d + +.. raw:: html + + + + + + + + + + +
ElucidationQuantum number in an atom describing the magnitude of total angular momentum J.
Wikidata Referencehttps://www.wikidata.org/wiki/Q1141095
+ + +.. raw:: html + +
+ +TotalComposition +---------------- + +* http://emmo.info/emmo#EMMO_0eabfde6_c6c5_4b1f_bf10_e4e0e06e9b2e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TotalCrossSection +----------------- + +* http://emmo.info/emmo#EMMO_ee98501a_5036_48b5_902b_4c68c6eeec1e + +.. raw:: html + + + + + + + + + + +
ElucidationSum of all cross sections corresponding to the various reactions or processes between an incident particle of specified type and energy and a target entity.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98206553
+ + +.. raw:: html + +
+ +TotalCurrent +------------ + +* http://emmo.info/emmo#EMMO_614c1bd9_93df_4248_861c_44b86d854739 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationSum of electric current and displacement current
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-45
Wikidata Referencehttps://www.wikidata.org/wiki/Q77679732
+ + +.. raw:: html + +
+ +TotalCurrentDensity +------------------- + +* http://emmo.info/emmo#EMMO_c18fff21_87c8_4877_a7e6_9ca1052d074e + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationSum of electric current density and displacement current density.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-44
Wikidata Referencehttps://www.wikidata.org/wiki/Q77680811
+ + +.. raw:: html + +
+ +TotalIonization +--------------- + +* http://emmo.info/emmo#EMMO_b82d6a44_ea23_4b68_9b24_70f77deac955 + +.. raw:: html + + + + + + + + + + +
ElucidationQuotient of the total mean charge of all positive ions produced by an ionizing charged particle along its entire path and along the paths of any secondary charged particles, and the elementary charge.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98690787
+ + +.. raw:: html + +
+ +TotalLinearStoppingPower +------------------------ + +* http://emmo.info/emmo#EMMO_2558579d_fd7e_4c15_8ad4_2050ca0acc5e + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationFor charged particles of a given type and energy E0 the differential quotient of E with respect to x, where E is the mean energy lost by the charged particles in traversing a distance x in the given material.
Alternative Label(s)LinearStoppingPower, LinearStoppingPower
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-27
IUPAC Referencehttps://doi.org/10.1351/goldbook.S06035
Wikidata Referencehttps://www.wikidata.org/wiki/Q908474
+ + +.. raw:: html + +
+ +TotalMassStoppingPower +---------------------- + +* http://emmo.info/emmo#EMMO_0f1b1f8b_0323_4840_899c_fd6860763155 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationQuotient of the total linear stopping power S and the mass density ρ of the material.
Alternative Label(s)MassStoppingPower
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-12-52
Wikidata Referencehttps://www.wikidata.org/wiki/Q98642795
+ + +.. raw:: html + +
+ +TotalNumberOfCycles +------------------- + +* http://emmo.info/electrochemistry#electrochemistry_6d981c04_3ace_4f1b_b0f8_770776cceb6f + +.. raw:: html + + + + + + +
Elucidationthe total number of cycles carried out on a specific device under a given set of conditions
+ + +.. raw:: html + +
+ +TransferMolding +--------------- + +* http://emmo.info/emmo#EMMO_79575941_45dc_4f15_bb59_dc04dff2c92d + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TransientLiquidPhaseSintering +----------------------------- + +* http://emmo.info/emmo#EMMO_e9907887_f266_4d81_9b2d_ba5137c914dd + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TransitionMetalElementalSubstance +--------------------------------- + +* http://emmo.info/emmo#material_2fc3e95b_6f48_47ea_a366_bcc26336239a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TransitionMetalOxideCompound +---------------------------- + +* http://emmo.info/emmo#material_b474f792_011e_4c9a_8dee_b99d6459cd66 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TransitionMetalSaltCompound +--------------------------- + +* http://emmo.info/emmo#material_015116fe_94ca_4be5_9d14_9d9457a47a72 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TransitionTime +-------------- + +* http://emmo.info/electrochemistry#electrochemistry_ae9882de_d6a2_4525_a84f_80947c10f1cb + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationin chronopotentiometry and related techniques, the duration between the application of current and when the concentration of an electroactive substance at the electrode-solution interface becomes indistinguishable from zero
IUPAC Referencehttps://doi.org/10.1351/goldbook.T06472
CommentIn experimental practice, the latter is often taken to be the moment when the rate of varia- tion of the potential of the indicator electrode attains a maximum value.
+ + +.. raw:: html + +
+ +TransportationDevice +-------------------- + +* http://emmo.info/emmo#EMMO_95d4eb9b_d3d0_4705_a01c_4f87fb5f8d43 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TrasattiBuzzancaModel +--------------------- + +* http://emmo.info/electrochemistry#electrochemistry_f57a7dac_2ec2_4d51_b697_01a844c4467f + +.. raw:: html + + + + + + + + + + +
Elucidationconsiders the effects of specific adsorbed ions in the double layer
Commentproposed by Sergio Trasatti and Giovanni Buzzanca in 1971
+ + +.. raw:: html + +
+ +TriangularCurrentWaveform +------------------------- + +* https://emmo.info/electrochemistry#electrochemistry_09b9a369_2228_44bd_9b63_8abecfec8650 + +.. raw:: html + + + + + + +
ElucidationLinear ramp of electric current followed by a reversal to the initial current (typically I=0), both at the same current change rate.
+ + +.. raw:: html + +
+ +TriangularPotentialWaveform +--------------------------- + +* https://emmo.info/electrochemistry#electrochemistry_f9af8440_3629_4558_a944_9dfaf3dfd7ec + +.. raw:: html + + + + + + +
ElucidationLinear ramp of electric potential, followed by a reversal to the initial potential. Both forward and reversed signal ramps are applied at the same scan rate.
+ + +.. raw:: html + +
+ +Trichlorofluoromethane +---------------------- + +* http://emmo.info/emmo#material_9e25f281_5f69_4300_82a7_9025ea2061c4 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)CFC11, Freon11
Wikipedia Referencehttps://en.wikipedia.org/wiki/Trichlorofluoromethane
Wikidata Referencehttps://www.wikidata.org/wiki/Q423000
+ + +.. raw:: html + +
+ +TrickleCharge +------------- + +* http://emmo.info/battery#battery_fadf9d93_d1fd_492c_a58f_1382e5a5bd47 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationmethod of charge applied to a battery wherein the state of charge is maintained by a continuous, long term, regulated small electric current
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-47
Commentthe trickle charge compensates self-discharge effects and maintains the battery in an approximately fully charged state
+ + +.. raw:: html + +
+ +Trifluoromethanesulfonate +------------------------- + +* http://emmo.info/emmo#material_60441902_f7f6_4747_99c7_e15eb8c73706 + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)Triflate
Wikidata Referencehttps://www.wikidata.org/wiki/Q27121260
+ + +.. raw:: html + +
+ +Triglyme +-------- + +* http://emmo.info/emmo#material_f57d5d5e_15a4_40de_a8d1_c3504f3c8827 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationTriethylene glycol dimethyl ether (also called triglyme) is a glycol ether used as a solvent.
Alternative Label(s)3Glyme, TriethyleneGlycolDimethylEther
Wikipedia Referencehttps://en.wikipedia.org/wiki/Triethylene_glycol_dimethyl_ether
Wikidata Referencehttps://www.wikidata.org/wiki/Q2453066
+ + +.. raw:: html + +
+ +TrimethoxyMethylSilane +---------------------- + +* http://emmo.info/emmo#material_eccb603e_76be_435e_902f_7ebd9f26690b + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Methyltrimethoxysilane
Wikidata Referencehttps://www.wikidata.org/wiki/Q21099559
+ + +.. raw:: html + +
+ +Tris222TrifluoroethylBorate +--------------------------- + +* http://emmo.info/emmo#material_1c24293c_3a09_4084_a6bb_0db9fae5e786 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)TTFEB
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tris(2,2,2-trifluoroethyl)_borate
Wikidata Referencehttps://www.wikidata.org/wiki/Q28457468
+ + +.. raw:: html + +
+ +TrisPentafluorophenylBorane +--------------------------- + +* http://emmo.info/emmo#material_5bc7a64d_ec8d_4350_9e03_67fac740d00a + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)TPFTB
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tris(pentafluorophenyl)borane
Wikidata Referencehttps://www.wikidata.org/wiki/Q3562143
+ + +.. raw:: html + +
+ +TubularPlate +------------ + +* http://emmo.info/electrochemistry#electrochemistry_6b1f594f_2c0a_46a0_8805_d6ab08baa75e + +.. raw:: html + + + + + + + + + + +
Elucidationpositive plate (electrode) which is either composed of an assembly of porous tube of perforated metal or tissue either a gauntlet with or without a central current collector spine, the active material being placed within the tubes
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-07
+ + +.. raw:: html + +
+ +Tungsten +-------- + +* http://emmo.info/emmo#material_859210f4_f4ac_445d_841c_74e3fbe74c3e + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tungsten
Wikidata Referencehttps://www.wikidata.org/wiki/Q743
+ + +.. raw:: html + +
+ +TungstenAtom +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_7b7d258b-3ea7-5716-af58-afc68679de23 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for tungsten.
+ + +.. raw:: html + +
+ +TungstenElectrode +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_c5fd7b61_40f1_4225_a173_5caa3c5f4773 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TungstenOxideElectrode +---------------------- + +* http://emmo.info/electrochemistry#electrochemistry_3fdc81d5_eef3_4408_a6e4_3c51c5b1c8dc + +.. raw:: html + + + + + + +
Alternative Label(s)WO3Electrode
+ + +.. raw:: html + +
+ +TungstenSymbol +-------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_68a887df-63af-55c0-8239-b0b8edaa94ea + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +TwoFluoropyridine +----------------- + +* http://emmo.info/emmo#material_8fd9909b_b99a_41a8_be0e_19f6717e5c2f + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)2-FP
Wikidata Referencehttps://www.wikidata.org/wiki/Q72476692
+ + +.. raw:: html + +
+ +TwoManifold +----------- + +* http://emmo.info/emmo#EMMO_9268958f_7f54_48ab_a693_febe2645892b + +.. raw:: html + + + + + + +
Alternative Label(s)2-manifold
+ + +.. raw:: html + +
+ +TwoMeTHF +-------- + +* http://emmo.info/emmo#material_69c32d36_9bbc_4b93_9016_e73d24c24d71 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationMethyltetrahydrofuran appears as a colorless liquid with an ether-like odor. Less dense than water. Vapors heavier than air. Used to make other chemicals and as a solvent.
Alternative Label(s)2Methyltetrahydrofuran
Wikipedia Referencehttps://en.wikipedia.org/wiki/2-Methyltetrahydrofuran
Wikidata Referencehttps://www.wikidata.org/wiki/Q209444
+ + +.. raw:: html + +
+ +TwoStepCharge +------------- + +* http://emmo.info/electrochemistry#electrochemistry_aac51107_dbe5_4e63_b08a_9d6cf88f4b69 + +.. raw:: html + + + + + + + + + + +
Elucidationcharging method applied to a secondary battery using two levels of charge rate with feedback control to initiate the changeover from a high to a low charge rate
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-48
+ + +.. raw:: html + +
+ +URI +--- + +* http://emmo.info/emmo#EMMO_6470bbfa_04a6_4360_9534_1aa18d68329b + +.. raw:: html + + + + + + +
ElucidationA Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource.
+ + +.. raw:: html + +
+ +URL +--- + +* http://emmo.info/emmo#EMMO_8a8f664b_dc59_4e00_ae00_81fdf1e1d12e + +.. raw:: html + + + + + + +
ElucidationThe term "Uniform Resource Locator" (URL) refers to the subset of URIs that, in addition to identifying a resource, provide a means of locating the resource by describing its primary access mechanism (e.g., its network "location").
+ + +.. raw:: html + +
+ +URN +--- + +* http://emmo.info/emmo#EMMO_db99b1e5_2f34_467b_a784_d104946d9f00 + +.. raw:: html + + + + + + +
ElucidationThe term "Uniform Resource Name" (URN) has been used historically to refer to both URIs under the "urn" scheme [RFC2141], which are required to remain globally unique and persistent even when the resource ceases to exist or becomes unavailable, and to any other URI with the properties of a name.
+ + +.. raw:: html + +
+ +UTF8 +---- + +* http://emmo.info/emmo#EMMO_e13b2173_1dec_4b97_9ac1_1dc4b418612a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Uncoded +------- + +* http://emmo.info/emmo#EMMO_6e78433a_dbb9_409a_a7c0_4037f79d4ed8 + +.. raw:: html + + + + + + +
ElucidationA conventional that provides no possibility to infer the characteristics of the object to which it refers.
+ + +.. raw:: html + +
+ +UndefinedEdgeCutting +-------------------- + +* http://emmo.info/emmo#EMMO_24788d59_32f5_4339_a42a_43a102ec14a8 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +UnformedDryCell +--------------- + +* http://emmo.info/battery#battery_a779f0df_51d3_44cd_97f2_863c28843af8 + +.. raw:: html + + + + + + + + + + +
Elucidationstate of some types of secondary cell not yet filled with electrolyte and where the active material has not yet been submitted to a so called "formation" process
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-34
+ + +.. raw:: html + +
+ +UnifiedAtomicMassConstant +------------------------- + +* http://emmo.info/emmo#EMMO_3e1a8604_8d5a_470d_bb4a_865c65728986 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidation1/12 of the mass of an atom of the nuclide 12C in the ground state at rest.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-05-23
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00497
Wikidata Referencehttps://www.wikidata.org/wiki/Q4817337
+ + +.. raw:: html + +
+ +UnitOne +------- + +* http://emmo.info/emmo#EMMO_5ebd5e01_0ed3_49a2_a30d_cd05cbe72978 + +.. raw:: html + + + + + + + + + + +
Elucidation"The unit one is the neutral element of any system of units – necessary and present automatically." + + -- SI Brochure
Alternative Label(s)Unitless
+ + +.. raw:: html + +
+ +UnitSymbol +---------- + +* http://emmo.info/emmo#EMMO_216f448e_cdbc_4aeb_a529_7a5fe7fc38bb + +.. raw:: html + + + + + + +
ElucidationA symbol that stands for a single unit.
+ + +.. raw:: html + +
+ +Unknown +------- + +* http://emmo.info/emmo#EMMO_fe7e56ce_118b_4243_9aad_20eb9f4f31f6 + +.. raw:: html + + + + + + +
ElucidationThe dependent variable for which an equation has been written.
+ + +.. raw:: html + +
+ +UpAntiQuark +----------- + +* http://emmo.info/emmo#EMMO_5293c41e_4bbf_4aaa_8479_efd0737a0e8d + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +UpAntiQuarkType +--------------- + +* http://emmo.info/emmo#EMMO_dd891386_9d00_4d6f_8fad_f69e0522d47a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +UpQuark +------- + +* http://emmo.info/emmo#EMMO_0a3f04a6_ba3a_49d9_99da_08b0e26f51f0 + +.. raw:: html + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Up_quark
+ + +.. raw:: html + +
+ +UpQuarkType +----------- + +* http://emmo.info/emmo#EMMO_fc47b76f_ad01_4cd0_8fc6_55532000e7c8 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +UpperCriticalMagneticFluxDensity +-------------------------------- + +* http://emmo.info/emmo#EMMO_6bfe6ad2_96ba_4478_81e5_d8881c550757 + +.. raw:: html + + + + + + + + + + +
ElucidationFor type II superconductors, the threshold magnetic flux density for disappearance of bulk superconductivity.
Wikidata Referencehttps://www.wikidata.org/wiki/Q106127634
+ + +.. raw:: html + +
+ +UpperFrequencyLimit +------------------- + +* http://emmo.info/electrochemistry#electrochemistry_666f0b69_9c74_49a3_80b3_96a188332462 + +.. raw:: html + + + + + + +
Elucidationthe higher end of the interval of frequencies tested in impedimetry and related techniques
+ + +.. raw:: html + +
+ +UpperVoltageLimit +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_6dcd5baf_58cd_43f5_a692_51508e036c88 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationmaximum voltage limit at which an applied excitation is altered or terminated
Alternative Label(s)EndOfChargeVoltage, UpperCutoffVoltage
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-55
+ + +.. raw:: html + +
+ +UraniumAtom +----------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_b233f8c0-37d8-51ae-9264-560e6649e246 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for uranium.
+ + +.. raw:: html + +
+ +UraniumSymbol +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_0080b38f-bac4-5dd6-9d28-d821cf723787 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Urea +---- + +* http://emmo.info/emmo#material_f70feadf_0251_4a46_8716_ee6acb435455 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)CO(NH2)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Urea
Wikidata Referencehttps://www.wikidata.org/wiki/Q48318
+ + +.. raw:: html + +
+ +VIMTerm +------- + +* http://emmo.info/emmo#EMMO_bb49844b_45d7_4f0d_8cae_8e552cbc20d6 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +VacuumElectricPermittivity +-------------------------- + +* http://emmo.info/emmo#EMMO_61a32ae9_8200_473a_bd55_59a9899996f4 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)PermittivityOfVacuum, PermittivityOfVacuum
IUPAC Referencehttps://doi.org/10.1351/goldbook.P04508
CommentThe DBpedia definition (http://dbpedia.org/page/Vacuum_permittivity) is outdated since May 20, 2019. It is now a measured constant.
+ + +.. raw:: html + +
+ +VacuumMagneticPermeability +-------------------------- + +* http://emmo.info/emmo#EMMO_de021e4f_918f_47ef_a67b_11120f56b9d7 + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)PermeabilityOfVacuum, PermeabilityOfVacuum
CommentThe DBpedia and UIPAC Gold Book definitions (http://dbpedia.org/page/Vacuum_permeability, https://doi.org/10.1351/goldbook.P04504) are outdated since May 20, 2019. It is now a measured constant.
+ + +.. raw:: html + +
+ +Valve +----- + +* http://emmo.info/electrochemistry#electrochemistry_a2f4dca3_829f_412b_9025_bd7581aad82a + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationcomponent of a cell which permits the flow of gas in one direction only
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-12
Commenta valve has a characteristic venting or opening and closing pressure
+ + +.. raw:: html + +
+ +ValveRegulatedLeadAcidBattery +----------------------------- + +* http://emmo.info/battery#battery_0c7bde43_72dd_486c_a4a0_296bae9ccdc4 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationsecondary battery in which cells are closed but have a valve which allows the escape of gas if the internal pressure exceeds a predetermined value
Alternative Label(s)VRLA
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-15
Wikipedia Referencehttps://en.wikipedia.org/wiki/VRLA_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q780582
Commentthe cell or battery cannot normally receive additions to the electrolyte
+ + +.. raw:: html + +
+ +Vanadium +-------- + +* http://emmo.info/emmo#material_b67e85ce_a540_43bd_a3b5_0a5fe341194e + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Vanadium
Wikidata Referencehttps://www.wikidata.org/wiki/Q722
+ + +.. raw:: html + +
+ +VanadiumAtom +------------ + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_f02b58a5-8f1e-5d72-a261-8fe5ad2fbb4b + +.. raw:: html + + + + + + +
ElucidationAtom subclass for vanadium.
+ + +.. raw:: html + +
+ +VanadiumIIIOxide +---------------- + +* http://emmo.info/emmo#material_4796594d_8de9_482d_9644_7ee776941dc2 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Vi2O3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Vanadium(III)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q425350
+ + +.. raw:: html + +
+ +VanadiumIIOxide +--------------- + +* http://emmo.info/emmo#material_ad5895fb_8fc3_42fc_8e9c_5c4723777624 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)VO
Wikipedia Referencehttps://en.wikipedia.org/wiki/Vanadium(II)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q1966236
+ + +.. raw:: html + +
+ +VanadiumIVOxide +--------------- + +* http://emmo.info/emmo#material_e2c251a7_27b0_4345_a986_eb6bb8234c74 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)VO2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Vanadium(IV)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q421440
+ + +.. raw:: html + +
+ +VanadiumRedoxFlowBattery +------------------------ + +* http://emmo.info/battery#battery_e2aac68e_f880_4be5_87e6_73eba9f75955 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationa type of flow battery that employs vanadium ions as charge carriers
Alternative Label(s)VFB, VRB, VRFB
Wikipedia Referencehttps://en.wikipedia.org/wiki/Vanadium_redox_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q905330
+ + +.. raw:: html + +
+ +VanadiumSymbol +-------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_113acda0-3c17-59d9-87ef-7e5e5c0ba128 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +VanadiumVOxide +-------------- + +* http://emmo.info/emmo#material_8010a0fa_2147_41bc_a6b6_1da62fa7d939 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)V2O5
Wikipedia Referencehttps://en.wikipedia.org/wiki/Vanadium(V)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q409173
+ + +.. raw:: html + +
+ +VandaiumOxideCompound +--------------------- + +* http://emmo.info/emmo#material_a639df56_1fb2_47f3_8069_c929b5a84b86 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Vapor +----- + +* http://emmo.info/emmo#EMMO_4d604a13_d1f6_42fd_818f_d3138d5e308c + +.. raw:: html + + + + + + +
ElucidationA liquid aerosol composed of water droplets in air or another gas.
+ + +.. raw:: html + +
+ +VaporDeposition +--------------- + +* http://emmo.info/emmo#EMMO_68d094e2_1777_48b5_8e43_32965f824970 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Variable +-------- + +* http://emmo.info/emmo#EMMO_1eed0732_e3f1_4b2c_a9c4_b4e75eeb5895 + +.. raw:: html + + + + + + +
ElucidationA variable is a symbolic object that stands for any other mathematical object, such as number, a vector, a matrix, a function, the argument of a function, a set, an element of a set.
+ + +.. raw:: html + +
+ +Vector +------ + +* http://emmo.info/emmo#EMMO_06658d8d_dcde_4fc9_aae1_17f71c0bcdec + +.. raw:: html + + + + + + + + + + +
Elucidation1-dimensional array who's spatial direct parts are numbers.
Alternative Label(s)1DArray, LinearArray
+ + +.. raw:: html + +
+ +VectorMeson +----------- + +* http://emmo.info/emmo#EMMO_1b32a555_978b_4e56_933f_e158e165023e + +.. raw:: html + + + + + + + + + + +
ElucidationA meson with total spin 1 and odd parit.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Vector_meson
+ + +.. raw:: html + +
+ +Velocity +-------- + +* http://emmo.info/emmo#EMMO_0329f1f5_8339_4ce4_8505_a264c6d606ba + +.. raw:: html + + + + + + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q11465
CommentThe velocity depends on the choice of the reference frame. Proper transformation between frames must be used: Galilean for non-relativistic description, Lorentzian for relativistic description. + + -- IEC, note 2
+ + +.. raw:: html + +
+ +VentCap +------- + +* http://emmo.info/electrochemistry#electrochemistry_cc1f854a_ba6c_436e_bd18_c8b9159bbf52 + +.. raw:: html + + + + + + + + + + +
Elucidationcomponent fitted into the filling hole of a cell with a provision of allowing the venting of electrolysis gas from the cell¨
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-23
+ + +.. raw:: html + +
+ +VentedCell +---------- + +* http://emmo.info/electrochemistry#electrochemistry_ec1dce8b_bb46_41a9_b532_6bed381aa557 + +.. raw:: html + + + + + + + + + + +
Elucidationsecondary cell having a cover provided with an opening through which products of electrolysis and evaporation are allowed to escape freely from the cell to the atmosphere
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-14
+ + +.. raw:: html + +
+ +Vergence +-------- + +* http://emmo.info/emmo#EMMO_1e7603a7_1365_49b8_b5e5_3711c8e6b904 + +.. raw:: html + + + + + + +
CommentIn geometrical optics, vergence describes the curvature of optical wavefronts.
+ + +.. raw:: html + +
+ +VinylEthyleneCarbonate +---------------------- + +* http://emmo.info/emmo#material_edef7f16_a517_4577_91b1_a90099869f1b + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)VEC
Wikidata Referencehttps://www.wikidata.org/wiki/Q72516362
+ + +.. raw:: html + +
+ +VinyleneCarbonate +----------------- + +* http://emmo.info/emmo#material_31d0d139_7b45_4d1e_8603_92cc12da2fad + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)VC
Wikipedia Referencehttps://en.wikipedia.org/wiki/Vinylene_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q2802973
+ + +.. raw:: html + +
+ +Visual +------ + +* http://emmo.info/emmo#EMMO_c5ae6d8e_6b39_431f_8de4_ae4e357abc04 + +.. raw:: html + + + + + + +
ElucidationA 'Perceptual' which stands for a real world object whose spatiotemporal pattern makes it identifiable by an observer through an optical perception employing the visible part of the electromagnetic spectrum.
+ + +.. raw:: html + +
+ +Volt +---- + +* http://emmo.info/emmo#Volt + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationSI unit for electric potential difference.
IUPAC Referencehttps://doi.org/10.1351/goldbook.V06634
Wikipedia Referencehttp://en.wikipedia.org/wiki/Volt?oldid=494812083
+ + +.. raw:: html + +
+ +VoltAmpere +---------- + +* http://emmo.info/emmo#VoltAmpere + +.. raw:: html + + + + + + + + + + +
Elucidationproduct of the SI derived unit volt and the SI base unit ampere + + -- QUDT
Alternative Label(s)Volt Ampere
+ + +.. raw:: html + +
+ +VoltAmpereHour +-------------- + +* http://emmo.info/emmo#VoltAmpereHour + +.. raw:: html + + + + + + + + + + +
Elucidationproduct of the unit for apparent by ampere and the unit hour + + -- QUDT
Alternative Label(s)Volt Ampere Hour
+ + +.. raw:: html + +
+ +VoltPerCentiMetre +----------------- + +* http://emmo.info/emmo#VoltPerCentiMetre + +.. raw:: html + + + + + + + + + + +
Elucidationderived SI unit volt divided by the 0.01-fold of the SI base unit metre + + -- QUDT
Alternative Label(s)Volt Per Centimetre
+ + +.. raw:: html + +
+ +VoltPerKelvin +------------- + +* http://emmo.info/emmo#VoltPerKelvin + +.. raw:: html + + + + + + +
Alternative Label(s)Volt per Kelvin
+ + +.. raw:: html + +
+ +VoltPerMetre +------------ + +* http://emmo.info/emmo#VoltPerMetre + +.. raw:: html + + + + + + + + + + +
ElucidationVolt Per Meter (V/m) is a unit in the category of Electric field strength. It is also known as volts per meter, volt/meter, volt/metre, volt per metre, volts per metre. This unit is commonly used in the SI unit system. Volt Per Meter (V/m) has a dimension of MLT⁻³I⁻¹ where M is mass, L is length, T is time, and I is electric current. This unit is the standard SI unit in this category. + + -- QUDT
Alternative Label(s)Volt per Metre
+ + +.. raw:: html + +
+ +VoltPerMicroSecond +------------------ + +* http://emmo.info/emmo#VoltPerMicroSecond + +.. raw:: html + + + + + + + + + + +
ElucidationSI derived unit volt divided by the 0.000001-fold of the SI base unit second + + -- QUDT
Alternative Label(s)Volt Per Microsecond
+ + +.. raw:: html + +
+ +VoltPerMilliMetre +----------------- + +* http://emmo.info/emmo#VoltPerMilliMetre + +.. raw:: html + + + + + + + + + + +
ElucidationSI derived unit volt divided by the 0.001-fold of the SI base unit metre + + -- QUDT
Alternative Label(s)Volt Per Millimetre
+ + +.. raw:: html + +
+ +VoltPerSecond +------------- + +* http://emmo.info/emmo#VoltPerSecond + +.. raw:: html + + + + + + + + + + +
Elucidation'Volt per Second' is a unit of magnetic flux equaling one weber. This is the flux passing through a conducting loop and reduced to zero at a uniform rate in one second inducing an electric potential of one volt in the loop. + + -- QUDT
Alternative Label(s)Volt per second
+ + +.. raw:: html + +
+ +VoltPerSquareMetre +------------------ + +* http://emmo.info/emmo#VoltPerSquareMetre + +.. raw:: html + + + + + + + + + + +
ElucidationThe divergence at a particular point in a vector field is (roughly) how much the vector field 'spreads out' from that point. Operationally, we take the partial derivative of each of the field with respect to each of its space variables and add all the derivatives together to get the divergence. Electric field (V/m) differentiated with respect to distance (m) yields V/(m²). + + -- QUDT
Alternative Label(s)Volt per Square Metre
+ + +.. raw:: html + +
+ +VoltSecondPerMetre +------------------ + +* http://emmo.info/emmo#VoltSecondPerMetre + +.. raw:: html + + + + + + + + + + +
Elucidationproduct of the SI derived unit volt and the SI base unit second divided by the SI base unit metre + + -- QUDT
Alternative Label(s)Volt Second Per Metre
+ + +.. raw:: html + +
+ +Voltage +------- + +* http://emmo.info/emmo#EMMO_17b031fb_4695_49b6_bb69_189ec63df3ee + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationThe difference in electric potential between two points.
Alternative Label(s)ElectricPotentialDifference, ElectricPotentialDifference, ElectricTension, ElectricTension
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00424
CommentCorrespond to the work needed per unit of charge to move a test charge between two points in a static electric field.
+ + +.. raw:: html + +
+ +VoltageChangeLimit +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_09e64707_a17d_4405_84cc_ee9d91ed32ef + +.. raw:: html + + + + + + + + + + +
Elucidationa control limit placed on the rate of change of the cell voltage, dV/dt.
Alternative Label(s)dV/dt
+ + +.. raw:: html + +
+ +VoltageControlledProcess +------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_46957d35_0f8b_4d92_acb3_aded6ce774a1 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +VoltageLimit +------------ + +* http://emmo.info/electrochemistry#electrochemistry_5ebeea80_af22_456b_9087_78c2a8465c58 + +.. raw:: html + + + + + + +
Elucidationlimit on the voltage of an electrical system
+ + +.. raw:: html + +
+ +VoltageMeasurement +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_825a749f_dd07_46fb_947c_db286440911e + +.. raw:: html + + + + + + + + + + +
Elucidationmeasurement of the electric potential between the terminals of an electrochemical cell
Alternative Label(s)ElectrochemicalCellVoltageMeasurement
+ + +.. raw:: html + +
+ +VoltageMeasurementResult +------------------------ + +* http://emmo.info/electrochemistry#electrochemistry_a76072fe_ca6e_48ad_8b4a_ab98a2bc9abb + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +VoltagePhasor +------------- + +* http://emmo.info/emmo#EMMO_b67a9ef5_880a_487c_84e8_3b36faba9159 + +.. raw:: html + + + + + + + + + + +
ElucidationComplex representation of an oscillating voltage.
Wikidata Referencehttps://www.wikidata.org/wiki/Q78514605
+ + +.. raw:: html + +
+ +VoltageVector +------------- + +* http://emmo.info/electrochemistry#electrochemistry_4d09ddc4_7e71_4712_afab_b33d8df38983 + +.. raw:: html + + + + + + +
Elucidationvector containing at least two values for the quantity voltage
+ + +.. raw:: html + +
+ +VoltaicPile +----------- + +* http://emmo.info/battery#battery_27e95677_3fff_476e_aac9_fe6df5d1535d + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationthe first example of a modern battery, featuring a stack of alternating layers of zinc and silver metal separated by cardboard soaked in brine
Alternative Label(s)VoltaPile, VoltaPile, VoltaPile
Commentincluded for historical reference
+ + +.. raw:: html + +
+ +Voltammetry +----------- + +* http://emmo.info/electrochemistry#electrochemistry_270f239e_33cb_4c6d_a41c_875ec1262d62 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationtechniques based on the measurement of current as a function of controlled time-dependent applied potential
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-11
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
Wikipedia Referencehttps://en.wikipedia.org/wiki/Voltammetry
Wikidata Referencehttps://www.wikidata.org/wiki/Q904093
CommentThe current vs. potential (I-E) curve is called a voltammogram.
+ + +.. raw:: html + +
+ +VoltammetryAtARotatingDiskElectrode +----------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_183a2337_c35f_4b74_8d9a_08c74d89bedc + +.. raw:: html + + + + + + + + + + +
Elucidationhydrodynamic voltammetry using a a rotating disc electrode, where the limiting current is described by the Levich equation
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
+ + +.. raw:: html + +
+ +Voltammogram +------------ + +* https://emmo.info/electrochemistry#electrochemistry_bbae1ef4_0a95_4e7d_9932_1bf939129eef + +.. raw:: html + + + + + + + + + + +
Elucidationcurrent-potential curve in a voltammetry experiment
Wikipedia Referencehttps://en.wikipedia.org/wiki/Voltammetry#Voltammograms
+ + +.. raw:: html + +
+ +Voltmeter +--------- + +* http://emmo.info/electrochemistry#electrochemistry_1355816f_a2b5_4800_8001_fc888f5d6b1b + +.. raw:: html + + + + + + + + + + +
Elucidationinstrument intended to measure the value of a voltage.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=313-01-03
+ + +.. raw:: html + +
+ +Volume +------ + +* http://emmo.info/emmo#EMMO_f1a51559_aa3d_43a0_9327_918039f0dfed + +.. raw:: html + + + + + + + + + + + + + + +
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-04-40
Wikidata Referencehttps://www.wikidata.org/wiki/Q39297
CommentExtent of an object in space.
+ + +.. raw:: html + +
+ +VolumeFlowRate +-------------- + +* http://emmo.info/emmo#EMMO_b385b94e_ffff_47a2_8971_856f92dd786e + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationQuantity equal to the volume dV of substance crossing a given surface during a time interval with infinitesimal duration dt, divided by this duration, thus qV = dV / dt-
Alternative Label(s)VolumetricFlowRate
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-72
Wikipedia Referencehttps://en.wikipedia.org/wiki/Volumetric_flow_rate
Wikidata Referencehttps://www.wikidata.org/wiki/Q1134348
+ + +.. raw:: html + +
+ +VolumeFraction +-------------- + +* http://emmo.info/emmo#EMMO_a8eb87b5_4d10_4137_a75c_e04ee59ca095 + +.. raw:: html + + + + + + + + + + +
ElucidationVolume of a constituent of a mixture divided by the sum of volumes of all constituents prior to mixing.
IUPAC Referencehttps://doi.org/10.1351/goldbook.V06643
+ + +.. raw:: html + +
+ +VolumeFractionUnit +------------------ + +* http://emmo.info/emmo#EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad + +.. raw:: html + + + + + + +
ElucidationUnit for quantities of dimension one that are the fraction of two volumes.
+ + +.. raw:: html + +
+ +VolumePerAmountTimeUnit +----------------------- + +* http://emmo.info/emmo#EMMO_bc73913a_3bb6_4205_8d36_79bc72ca9891 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +VolumePerAmountUnit +------------------- + +* http://emmo.info/emmo#EMMO_aa7397ff_2815_434e_9b99_e4c6a80e034e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +VolumePerMassUnit +----------------- + +* http://emmo.info/emmo#EMMO_8a582db1_c561_42f6_80ff_0fd8f252b129 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +VolumePerSquareTimeUnit +----------------------- + +* http://emmo.info/emmo#EMMO_87deb5a8_7a85_49c3_97b2_e62c8484aa1a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +VolumePerTemperatureUnit +------------------------ + +* http://emmo.info/emmo#EMMO_85d72920_708d_4eb9_89ce_8a588b0ce66d + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +VolumePerTimeUnit +----------------- + +* http://emmo.info/emmo#EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +VolumeUnit +---------- + +* http://emmo.info/emmo#EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +VolumetricCapacity +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_e6b63190_acac_4e78_9cba_fb2b10bbe910 + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationquotient of the capacity of a cell or battery by its volume.
Alternative Label(s)VolumetricChargeCapacity, VolumetricElectricChargeCapacity
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-17
+ + +.. raw:: html + +
+ +VolumetricNumberDensity +----------------------- + +* http://emmo.info/emmo#EMMO_90a39fcb_5087_451e_a92e_ce0adc6d80f1 + +.. raw:: html + + + + + + +
ElucidationCount per volume.
+ + +.. raw:: html + +
+ +VolumetricPowerDensityofStorage +------------------------------- + +* http://emmo.info/electrochemistry#electrochemistry_a7eb870c_4ef7_4ccd_85e8_4b7b726d7a2a + +.. raw:: html + + + + + + +
Elucidationthe quotient of the power of an energy-storage device or system and its volume
+ + +.. raw:: html + +
+ +VolumetricSurfaceArea +--------------------- + +* http://emmo.info/electrochemistry#electrochemistry_a5571263_f153_448f_84a3_cd18092cf8fa + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationratio of the surface area of a solid object to the volume of the object
Alternative Label(s)SurfaceAreaToVolumeRatio
Wikipedia Referencehttps://en.wikipedia.org/wiki/Surface-area-to-volume_ratio
Wikidata Referencehttps://www.wikidata.org/wiki/Q766786
+ + +.. raw:: html + +
+ +VolumicCrossSection +------------------- + +* http://emmo.info/emmo#EMMO_c949f76f_4a65_4203_9734_0f9dd778e56b + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationIn nuclear physics, product of the number density of atoms of a given type and the cross section.
Alternative Label(s)MacroscopicCrossSection
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03674
Wikidata Referencehttps://www.wikidata.org/wiki/Q98280520
+ + +.. raw:: html + +
+ +VolumicTotalCrossSection +------------------------ + +* http://emmo.info/emmo#EMMO_cb71d1cb_0d62_4de7_a628_bc8e14acfe05 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationProduct of the number density na of the atoms and the cross section σ_tot for a given type of atoms
Alternative Label(s)MacroscopicTotalCrossSection
Wikidata Referencehttps://www.wikidata.org/wiki/Q98280548
+ + +.. raw:: html + +
+ +VonKlitzingConstant +------------------- + +* http://emmo.info/emmo#EMMO_eb561764_276e_413d_a8cb_3a3154fd9bf8 + +.. raw:: html + + + + + + +
CommentResistance quantum.
+ + +.. raw:: html + +
+ +WBoson +------ + +* http://emmo.info/emmo#EMMO_21a13e48_e4e2_450b_ad03_d9a112daee87 + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationA charged vector boson that mediate the weak interaction.
Alternative Label(s)ChargedWeakBoson, IntermediateVectorBoson
Wikipedia Referencehttps://en.wikipedia.org/wiki/W_and_Z_bosons
+ + +.. raw:: html + +
+ +WNegativeBoson +-------------- + +* http://emmo.info/emmo#EMMO_4dae1cac_d61a_4abb_8f74_2568b7f2d6d7 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +WPositiveBoson +-------------- + +* http://emmo.info/emmo#EMMO_e5728eea_e805_433e_a426_56c4fe811e67 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Watt +---- + +* http://emmo.info/emmo#Watt + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationSI unit for power.
IUPAC Referencehttps://doi.org/10.1351/goldbook.W06656
Wikipedia Referencehttp://en.wikipedia.org/wiki/Watt?oldid=494906356
+ + +.. raw:: html + +
+ +WattHour +-------- + +* http://emmo.info/emmo#Watthour + +.. raw:: html + + + + + + +
ElucidationThe watt hour is a unit of energy, equal to 3,600 joule. + + -- QUDT
+ + +.. raw:: html + +
+ +WattHourPerCubicMetre +--------------------- + +* http://emmo.info/emmo#WatthourPerCubicMetre + +.. raw:: html + + + + + + + + + + +
ElucidationThe watt hour per cubic meter is a unit of energy density, equal to 3,600 joule per cubic meter. + + -- QUDT
Alternative Label(s)Watthour per Cubic metre
+ + +.. raw:: html + +
+ +WattMetrePerSquareMetreSteradian +-------------------------------- + +* http://emmo.info/emmo#WattMetrePerSquareMetreSteradian + +.. raw:: html + + + + + + + + + + +
ElucidationThe power per unit area of radiation of a given wavenumber illuminating a target at a given incident angle. + + -- QUDT
Alternative Label(s)Watts metre per square metre steradian
+ + +.. raw:: html + +
+ +WattPerCubicMetre +----------------- + +* http://emmo.info/emmo#WattPerCubicMetre + +.. raw:: html + + + + + + + + + + +
ElucidationSI derived unit watt divided by the power of the SI base unit metre with the exponent 3 + + -- QUDT
Alternative Label(s)Watt Per Cubic Metre
+ + +.. raw:: html + +
+ +WattPerKelvin +------------- + +* http://emmo.info/emmo#WattPerKelvin + +.. raw:: html + + + + + + + + + + +
ElucidationWatt Per Kelvin (W/K) is a unit in the category of Thermal conductivity. + + -- QUDT
Alternative Label(s)Watt per Kelvin
+ + +.. raw:: html + +
+ +WattPerKilogram +--------------- + +* http://emmo.info/emmo#WattPerKilogram + +.. raw:: html + + + + + + + + + + +
ElucidationSI derived unit watt divided by the SI base unit kilogram + + -- QUDT
Alternative Label(s)Watt Per Kilogram
+ + +.. raw:: html + +
+ +WattPerMetre +------------ + +* http://emmo.info/emmo#WattPerMetre + +.. raw:: html + + + + + + +
Alternative Label(s)Watts per metre
+ + +.. raw:: html + +
+ +WattPerMetreKelvin +------------------ + +* http://emmo.info/emmo#WattPerMetreKelvin + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)Watt per Metre Kelvin
Wikipedia Referencehttp://en.wikipedia.org/wiki/Thermal_conductivity
+ + +.. raw:: html + +
+ +WattPerSquareCentiMetre +----------------------- + +* http://emmo.info/emmo#WattPerSquareCentiMetre + +.. raw:: html + + + + + + + + + + +
ElucidationWatt Per Square Centimeter is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface. + + -- QUDT
Alternative Label(s)Watt per Square Centimetre
+ + +.. raw:: html + +
+ +WattPerSquareMetre +------------------ + +* http://emmo.info/emmo#WattPerSquareMetre + +.. raw:: html + + + + + + + + + + +
Elucidation"Watt per Square Meter} is a unit of irradiance defined as the power received per area. This is a unit in the category of Energy flux. It is also known as watts per square meter, watt per square metre, watts per square metre, watt/square meter, watt/square metre. This unit is commonly used in the SI unit system. Watt Per Square Meter (W/m²) has a dimension of MT^{-3" where M is mass, and T is time. This unit is the standard SI unit in this category. + + -- QUDT
Alternative Label(s)Watt per Square Metre
+ + +.. raw:: html + +
+ +WattPerSquareMetreKelvin +------------------------ + +* http://emmo.info/emmo#WattPerSquareMetreKelvin + +.. raw:: html + + + + + + + + + + +
Elucidation`Watt Per Square Meter Per Kelvin `(W m⁻² K⁻¹) is a unit in the category of Thermal heat transfer coefficient. It is also known as watt/square meter-kelvin. This unit is commonly used in the SI unit system. Watt Per Square Meter Per Kelvin (W m⁻² K⁻¹) has a dimension of MT⁻¹Q⁻¹ where M is mass, T is time, and Q is temperature. This unit is the standard SI unit in this category. + + -- QUDT
Alternative Label(s)Watt per Square Metre Kelvin
+ + +.. raw:: html + +
+ +WattPerSquareMetrePascal +------------------------ + +* http://emmo.info/emmo#WattPerSquareMetrePascal + +.. raw:: html + + + + + + + + + + +
ElucidationWatt Per Square Meter Per Pascal (W/m²-pa) is a unit of Evaporative Heat Transfer. + + -- QUDT
Alternative Label(s)Watt per Square Metre Pascal
+ + +.. raw:: html + +
+ +WattPerSquareMetrePerMetre +-------------------------- + +* http://emmo.info/emmo#WattPerSquareMetrePerMetre + +.. raw:: html + + + + + + +
Alternative Label(s)Watts per square metre per metre
+ + +.. raw:: html + +
+ +WattPerSquareMetrePerMetrePerSteradian +-------------------------------------- + +* http://emmo.info/emmo#WattPerSquareMetrePerMetrePerSteradian + +.. raw:: html + + + + + + +
Alternative Label(s)Watts per square metre per metre per steradian
+ + +.. raw:: html + +
+ +WattPerSquareMetrePerNanoMetre +------------------------------ + +* http://emmo.info/emmo#WattPerSquareMetrePerNanoMetre + +.. raw:: html + + + + + + +
Alternative Label(s)Watts per square metre per nanometre
+ + +.. raw:: html + +
+ +WattPerSquareMetrePerNanoMetrePerSteradian +------------------------------------------ + +* http://emmo.info/emmo#WattPerSquareMetrePerNanoMetrePerSteradian + +.. raw:: html + + + + + + +
Alternative Label(s)Watts per square metre per nanometre per steradian
+ + +.. raw:: html + +
+ +WattPerSquareMetreQuarticKelvin +------------------------------- + +* http://emmo.info/emmo#WattPerSquareMetreQuarticKelvin + +.. raw:: html + + + + + + + + + + +
ElucidationWatt Per Square Meter Per Quartic Kelvin (W/m2·K4) is a unit in the category of light. + + -- QUDT
Alternative Label(s)Watt per Square Metre Quartic Kelvin
+ + +.. raw:: html + +
+ +WattPerSquareMetreSteradian +--------------------------- + +* http://emmo.info/emmo#WattPerSquareMetreSteradian + +.. raw:: html + + + + + + + + + + + + + + +
Elucidation`Watt per steradian per square metre` is the SI unit of radiance (W·sr⁻¹·m⁻²), while that of spectral radiance in frequency is the watt per steradian per square metre per hertz (W·sr⁻¹·m⁻²·Hz⁻¹) and that of spectral radiance in wavelength is the watt per steradian per square metre, per metre (W·sr⁻¹·m⁻³), commonly the watt per steradian per square metre per nanometre (W·sr⁻¹·m⁻²·nm⁻¹). It has a dimension of ML⁻⁴T⁻³ where M is mass, L is length, and T is time. This unit is the standard SI unit in this category. + + -- QUDT
Alternative Label(s)Watt per Square Metre Steradian
Wikipedia Referencehttps://en.wikipedia.org/wiki/Radiance
+ + +.. raw:: html + +
+ +WattPerSteradian +---------------- + +* http://emmo.info/emmo#WattPerSteradian + +.. raw:: html + + + + + + + + + + +
Elucidation`Watt Per Steradian (W/sr)` is the unit in the category of Radiant intensity. It is also known as watts per steradian. This unit is commonly used in the SI unit system. Watt Per Steradian (W/sr) has a dimension of M· L⁻²· T⁻³ where M is mass, L is length, and T is time. This unit is the standard SI unit in this category. + + -- QUDT
Alternative Label(s)Watt per Steradian
+ + +.. raw:: html + +
+ +WattSecond +---------- + +* http://emmo.info/emmo#WattSecond + +.. raw:: html + + + + + + + + + + +
Elucidationproduct of the SI derived unit watt and SI base unit second + + -- QUDT
Alternative Label(s)Watt Second
+ + +.. raw:: html + +
+ +WattSecondPerSquareMetre +------------------------ + +* http://emmo.info/emmo#WattSecondPerSquareMetre + +.. raw:: html + + + + + + +
Alternative Label(s)Watt seconds per square metre
+ + +.. raw:: html + +
+ +WaveSpring +---------- + +* http://emmo.info/electrochemistry#electrochemistry_6385e07f_f40d_46b2_b998_c439950d75cb + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +WaveVector +---------- + +* http://emmo.info/emmo#EMMO_6074aa9d_7c3b_4011_b45a_4e7cde6f5f39 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
ElucidationVector k in the expression ω t−k⋅r+ϑ0 of the phase of a sinusoidal wave.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-10-09
Wikipedia Referencehttps://en.wikipedia.org/wiki/Wave_vector
Wikidata Referencehttps://www.wikidata.org/wiki/Q657009
+ + +.. raw:: html + +
+ +Wavelength +---------- + +* http://emmo.info/emmo#EMMO_573c7572_e7c7_4909_93a4_2bfe102e389d + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationLength of the repetition interval of a wave.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-10-10
IUPAC Referencehttps://doi.org/10.1351/goldbook.W06659
Wikipedia Referencehttps://en.wikipedia.org/wiki/Wavelength
Wikidata Referencehttps://www.wikidata.org/wiki/Q41364
+ + +.. raw:: html + +
+ +Wavenumber +---------- + +* http://emmo.info/emmo#EMMO_d859588d_44dc_4614_bc75_5fcd0058acc8 + +.. raw:: html + + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.W06664
CommentThe number of waves per unit length along the direction of propagation.
+ + +.. raw:: html + +
+ +Wavenumber +---------- + +* http://emmo.info/emmo#EMMO_e0aaed83_9224_4bd8_a960_a813c4569412 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + + + + + +
ElucidationReciprocal of the wavelength.
Alternative Label(s)Repetency
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-10-11
IUPAC Referencehttps://doi.org/10.1351/goldbook.W06664
Wikipedia Referencehttps://en.wikipedia.org/wiki/Wavenumber
Wikidata Referencehttps://www.wikidata.org/wiki/Q192510
+ + +.. raw:: html + +
+ +WeakAcid +-------- + +* http://emmo.info/emmo#material_29fd347b_6a15_4c98_a982_84cf555b0b86 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +WeakBaseCompound +---------------- + +* http://emmo.info/emmo#material_8e5448fc_1916_4afb_9fd9_2489797f6922 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +WeakBoson +--------- + +* http://emmo.info/emmo#EMMO_1dcc2b31_7ff4_49ed_a1bc_6e4c055c951c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Weber +----- + +* http://emmo.info/emmo#Weber + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationSI unit for magnetic flux.
IUPAC Referencehttps://doi.org/10.1351/goldbook.W06666
Wikipedia Referencehttps://en.wikipedia.org/wiki/Weber_(unit)
+ + +.. raw:: html + +
+ +WeberMetre +---------- + +* http://emmo.info/emmo#WeberMetre + +.. raw:: html + + + + + + +
Alternative Label(s)Weber Metre
+ + +.. raw:: html + +
+ +WeberPerMetre +------------- + +* http://emmo.info/emmo#WeberPerMetre + +.. raw:: html + + + + + + + + + + +
ElucidationSI derived unit weber divided by the SI base unit metre + + -- QUDT
Alternative Label(s)Weber Per Metre
+ + +.. raw:: html + +
+ +WeberPerMilliMetre +------------------ + +* http://emmo.info/emmo#WeberPerMilliMetre + +.. raw:: html + + + + + + + + + + +
Elucidationderived SI unit weber divided by the 0.001-fold of the SI base unit metre + + -- QUDT
Alternative Label(s)Weber Per Millimetre
+ + +.. raw:: html + +
+ +Weight +------ + +* http://emmo.info/emmo#EMMO_04cf0295_3e8f_4693_a87f_3130d125cf05 + +.. raw:: html + + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.W06668
CommentForce of gravity acting on a body.
+ + +.. raw:: html + +
+ +Welding +------- + +* http://emmo.info/emmo#EMMO_06c415dc_ba26_407d_b596_283bd4d9a66f + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +WestonStandardVoltageCell +------------------------- + +* http://emmo.info/battery#battery_54d48300_242b_4af8_96b4_d3436450e094 + +.. raw:: html + + + + + + + + + + +
Elucidationstandard voltage cell with a saline electrolyte saturated with cadmium sulphate, a positive electrode of mercury and solid mercurous sulphate, and a negative electrode of amalgamated cadmium and solid cadmium sulphate.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-18
+ + +.. raw:: html + +
+ +WetCell +------- + +* http://emmo.info/battery#battery_0f891406_1397_4571_bbc6_d804a32744af + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationa primary battery cell with an excess liquid electrolyte
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electric_battery#Wet_cell
Wikidata Referencehttps://www.wikidata.org/wiki/Q11563836
+ + +.. raw:: html + +
+ +Whole +----- + +* http://emmo.info/emmo#EMMO_1efe8b96_e006_4a33_bc9a_421406cbb9f0 + +.. raw:: html + + + + + + + + + + +
ElucidationThe superclass of entities which are defined by requiring the existence of some parts (at least one) of specifically given types, where the specified types are different with respect to the type of the whole.
CommentA whole is categorized as fundamental (or maximal) or redundant (non-maximal).
+ + +.. raw:: html + +
+ +Width +----- + +* http://emmo.info/emmo#EMMO_e4de48b1_dabb_4490_ac2b_040f926c64f0 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
ElucidationLength in a given direction regarded as horizontal.
Alternative Label(s)Breadth
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-20
Wikidata Referencehttps://www.wikidata.org/wiki/Q35059
CommentThe terms breadth and width are often used by convention, as distinguished from length and from height or thickness.
+ + +.. raw:: html + +
+ +Work +---- + +* http://emmo.info/emmo#EMMO_624d72ee_e676_4470_9434_c22b4190d3d5 + +.. raw:: html + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.W06684
+ + +.. raw:: html + +
+ +WorkFunction +------------ + +* http://emmo.info/emmo#EMMO_a0c4322d_4de2_4770_991c_5fad4e6ec25b + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationleast energy required for the emission of a conduction electron.
Alternative Label(s)ElectronWorkFunction
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-06-35
IUPAC Referencehttps://doi.org/10.1351/goldbook.E02015
Wikidata Referencehttps://www.wikidata.org/wiki/Q783800
CommentWork function is the energy difference between an electron at rest at infinity and an electron at the Fermi level in the interior of a substance.
+ + +.. raw:: html + +
+ +Workflow +-------- + +* http://emmo.info/emmo#EMMO_64963ed6_39c9_4258_85e0_6466c4b5420c + +.. raw:: html + + + + + + +
ElucidationA procedure that has at least two procedures (tasks) as proper parts.
+ + +.. raw:: html + +
+ +WorkingElectrode +---------------- + +* http://emmo.info/electrochemistry#electrochemistry_fb988878_ee54_4350_9ee9_228c00c3ad35 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationelectrode at which one or more electroactive substances undergo reaction in the solution being investigated
IUPAC Referencehttps://goldbook.iupac.org/terms/view/W06686
Wikipedia Referencehttps://en.wikipedia.org/wiki/Working_electrode
Wikidata Referencehttps://www.wikidata.org/wiki/Q477099
CommentIf processes of interest occur both at the anode and the cathode of a cell (as in differential amperometry or controlled-current potentiometric titration with two indicator electrodes), the cell should be said to comprise two indicator or working electrodes.
+ + +.. raw:: html + +
+ +WorkingPotentialRange +--------------------- + +* http://emmo.info/electrochemistry#electrochemistry_c39b2498_783e_48e1_9814_6164bd99823c + +.. raw:: html + + + + + + + + + + +
Elucidationrange of electrode potentials of a given working electrode in a given electrolyte, where the electric current from reactions of the electrode or electrolyte is negligible compared with the current from reactions of the system under investigation
CommentBecause the working potential range is a function of a specific electrode/electrolyte system, only approximate ranges can be given for generic systems.
+ + +.. raw:: html + +
+ +WorkpieceManufacturing +---------------------- + +* http://emmo.info/emmo#EMMO_8786cb47_8e1f_4968_9b15_f6d41fc51252 + +.. raw:: html + + + + + + + + + + +
ElucidationA manufacturing with an output that is an object with a specific function, shape, or intended use, not simply a material.
Alternative Label(s)DiscreteManufacturing, Werkstücke
+ + +.. raw:: html + +
+ +Xenon +----- + +* http://emmo.info/emmo#material_60acd62d_2834_46b0_aca8_a4c497763d77 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Xenon
Wikidata Referencehttps://www.wikidata.org/wiki/Q1106
+ + +.. raw:: html + +
+ +XenonAtom +--------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_57742ca9-95d8-50f8-9b33-0ded30da4532 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for xenon.
+ + +.. raw:: html + +
+ +XenonSymbol +----------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_fba570fc-6881-51d6-8e9d-a8c23e422b62 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Yocto +----- + +* http://emmo.info/emmo#7abfbbc4_ce7b_4611_b731_1b5b8bd2bbc0 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +YoctoPrefixedUnit +----------------- + +* http://emmo.info/emmo#EMMO_f5769206_9257_4b08_bf7b_dad7868c6afc + +.. raw:: html + + + + + + +
ElucidationSuperclass for all units prefixed with "yocto" (1e-24).
+ + +.. raw:: html + +
+ +Yotta +----- + +* http://emmo.info/emmo#cb3f4298_5895_4272_be63_42dd246cc10c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +YottaPrefixedUnit +----------------- + +* http://emmo.info/emmo#EMMO_e79c62ff_10ad_4ec0_baba_c19ddd4eaa11 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +YtterbiumAtom +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_8d722efa-b49d-51b1-8bf3-bf50ba4b438c + +.. raw:: html + + + + + + +
ElucidationAtom subclass for ytterbium.
+ + +.. raw:: html + +
+ +YtterbiumSymbol +--------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_fdcc0ac2-f82f-5650-838c-ec1ad138a632 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Yttrium +------- + +* http://emmo.info/emmo#material_af9dfae5_00b8_497a_a59a_83f0c5687734 + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Yttrium
Wikidata Referencehttps://www.wikidata.org/wiki/Q941
+ + +.. raw:: html + +
+ +YttriumAtom +----------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_733b8473-aa8f-59d5-81c3-c97ca40ea9d0 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for yttrium.
+ + +.. raw:: html + +
+ +YttriumSymbol +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_74fd9704-69a8-5112-b65a-72ba05bba315 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ZBoson +------ + +* http://emmo.info/emmo#EMMO_f8e436fb_61ed_4512_a5a5_bee90f0cec2f + +.. raw:: html + + + + + + + + + + + + + + +
ElucidationAn uncharged vector boson that mediate the weak interaction.
Alternative Label(s)NeutralWeakBoson
Wikipedia Referencehttps://en.wikipedia.org/wiki/W_and_Z_bosons
+ + +.. raw:: html + +
+ +Zepto +----- + +* http://emmo.info/emmo#4db5c662_b065_49e4_96eb_826699fa8048 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ZeptoPrefixedUnit +----------------- + +* http://emmo.info/emmo#EMMO_254472c6_3dbd_4f02_bc43_571389cd281f + +.. raw:: html + + + + + + +
ElucidationSuperclass for all units prefixed with "zepto" (1e-21).
+ + +.. raw:: html + +
+ +ZeroManifold +------------ + +* http://emmo.info/emmo#EMMO_0ab0485c_9e5b_4257_a679_90a2dfba5c7c + +.. raw:: html + + + + + + +
Alternative Label(s)0-manifold
+ + +.. raw:: html + +
+ +Zetta +----- + +* http://emmo.info/emmo#fbf7da6f_04bb_4c8e_abbf_e4048d6a5e73 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ZettaPrefixedUnit +----------------- + +* http://emmo.info/emmo#EMMO_daa9ee97_4c5f_42e5_918c_44d7523e8958 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +Zinc +---- + +* http://emmo.info/emmo#material_9bd78e1c_a4dc_41b6_8013_adb51df1ffdc + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc
Wikidata Referencehttps://www.wikidata.org/wiki/Q758
+ + +.. raw:: html + +
+ +ZincAcetate +----------- + +* http://emmo.info/emmo#material_ace24dd1_189a_4b0e_b110_7aad94309d15 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Zn(OAc)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc_acetate
Wikidata Referencehttps://www.wikidata.org/wiki/Q204639
+ + +.. raw:: html + +
+ +ZincAirBattery +-------------- + +* http://emmo.info/battery#battery_e8eada73_3811_4bbe_8f65_f6ee089d439f + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)ZAB
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc%E2%80%93air_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q204582
+ + +.. raw:: html + +
+ +ZincAtom +-------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_f4fee945-1d4a-5158-b0ca-eaef9ad40502 + +.. raw:: html + + + + + + +
ElucidationAtom subclass for zinc.
+ + +.. raw:: html + +
+ +ZincBattery +----------- + +* http://emmo.info/battery#battery_e1d7fb00_03b9_46ea_90c9_501f538dfc11 + +.. raw:: html + + + + + + +
Elucidationcell containing a negative electrode with an active material of zinc or containing zinc
+ + +.. raw:: html + +
+ +ZincBistrifluoromethanesulfonylimide +------------------------------------ + +* http://emmo.info/emmo#material_656bd621_963a_4ff0_b606_7e5a952bda3a + +.. raw:: html + + + + + + +
Alternative Label(s)Zn(TFSI)2
+ + +.. raw:: html + +
+ +ZincBromide +----------- + +* http://emmo.info/emmo#material_d9a71272_91cb_45d7_8e4b_960ec3c79981 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)ZnBr2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q204679
+ + +.. raw:: html + +
+ +ZincBromineFlowBattery +---------------------- + +* http://emmo.info/battery#battery_7b28d3a1_24d5_477b_afd8_af2bac480724 + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationa flow battery with an aqueous zinc bromide electrolyte and zinc metal electrode
Alternative Label(s)ZincBromineBattery
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc-bromine_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q204563
Commentthe oldest flow battery chemistry, invented by John Doyle in 1879
+ + +.. raw:: html + +
+ +ZincCarbonBattery +----------------- + +* http://emmo.info/battery#battery_aaaa6f4b_435b_425b_acb1_e8a427c3489a + +.. raw:: html + + + + + + + + + + +
Elucidationprimary battery such as Leclanché or zinc chloride batteries
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-07
+ + +.. raw:: html + +
+ +ZincCarbonate +------------- + +* http://emmo.info/emmo#material_6dd0f601_64e2_4216_be62_cb80ee28f016 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)ZnCO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q204661
+ + +.. raw:: html + +
+ +ZincCeriumFlowBattery +--------------------- + +* http://emmo.info/battery#battery_dfbafabe_e807_4343_9493_abef18b2232b + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationa flow battery that uses solutions of zinc as anolyte and cerium as catholyte
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc%E2%80%93cerium_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q8072320
+ + +.. raw:: html + +
+ +ZincChlorate +------------ + +* http://emmo.info/emmo#material_6ae86cdf_2cd2_448a_8d6e_5a3bc5e12549 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Zn(ClO3)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc_chlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q3680923
+ + +.. raw:: html + +
+ +ZincChloride +------------ + +* http://emmo.info/emmo#material_bf339a87_3d85_48bf_b10e_dcf482af3b71 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)ZnCl2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc_chloride
Wikidata Referencehttps://www.wikidata.org/wiki/Q204714
+ + +.. raw:: html + +
+ +ZincChlorideBattery +------------------- + +* http://emmo.info/battery#battery_55a8a42d_0f83_473d_82b0_32640114b7db + +.. raw:: html + + + + + + + + + + + + + + +
Elucidationprimary battery with a saline electrolyte based on zinc chloride, a positive electrode containing manganese dioxide and a negative electrode of zinc
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-06
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc%E2%80%93carbon_battery#Zinc-chloride_%22heavy_duty%22_cell
+ + +.. raw:: html + +
+ +ZincChlorineFlowBattery +----------------------- + +* http://emmo.info/battery#battery_820f837e_ec1c_40d7_a63a_cac3f9d91e6b + +.. raw:: html + + + + + + +
Elucidationa flow battery with an aqueous zinc chloride electrolyte and zinc metal electrode
+ + +.. raw:: html + +
+ +ZincCyanide +----------- + +* http://emmo.info/emmo#material_19f88cb6_57a8_4111_9d73_6b58dce0ba76 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Zn(CN)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc_cyanide
Wikidata Referencehttps://www.wikidata.org/wiki/Q204713
+ + +.. raw:: html + +
+ +ZincElectrode +------------- + +* http://emmo.info/electrochemistry#electrochemistry_d0a26dc2_fde9_4a11_ac26_7c18499d28a5 + +.. raw:: html + + + + + + +
Elucidationmetal electrode in which the active material is zinc
+ + +.. raw:: html + +
+ +ZincFlowBattery +--------------- + +* http://emmo.info/battery#battery_5afce525_90b7_4807_87f0_ab23a52a0320 + +.. raw:: html + + + + + + +
Elucidationa flow battery with a zinc negative electrode
+ + +.. raw:: html + +
+ +ZincFluoride +------------ + +* http://emmo.info/emmo#material_be030e60_3df6_4147_ba07_c99618bed3fb + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)ZnF2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q204783
+ + +.. raw:: html + +
+ +ZincHexafluorophosphate +----------------------- + +* http://emmo.info/emmo#material_a4e68f0a_07b5_4899_b570_f3a70a07b5b3 + +.. raw:: html + + + + + + +
Alternative Label(s)Zn(PF6)2
+ + +.. raw:: html + +
+ +ZincHydroxide +------------- + +* http://emmo.info/emmo#material_177b95f8_2816_43de_94bb_1a1054c45e32 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)OH
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc_hydroxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q204820
+ + +.. raw:: html + +
+ +ZincInsertionElectrode +---------------------- + +* http://emmo.info/electrochemistry#electrochemistry_245c9442_ca1d_4070_a624_182b92d30b10 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ZincIodide +---------- + +* http://emmo.info/emmo#material_761c90b7_61f7_495a_a5e7_a00afb14e41f + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)ZnI2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc_iodide
Wikidata Referencehttps://www.wikidata.org/wiki/Q204828
+ + +.. raw:: html + +
+ +ZincNitrate +----------- + +* http://emmo.info/emmo#material_e1bfc0f5_7192_49f2_9ce1_1be2467e0b7a + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Zn(NO3)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc_nitrate
Wikidata Referencehttps://www.wikidata.org/wiki/Q204863
+ + +.. raw:: html + +
+ +ZincNitrite +----------- + +* http://emmo.info/emmo#material_db926a48_0b3c_4f6d_89f5_a333af85ecbd + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)Zn(NO2)2
Wikidata Referencehttps://www.wikidata.org/wiki/Q3877375
+ + +.. raw:: html + +
+ +ZincOxide +--------- + +* http://emmo.info/emmo#material_848003a2_71ee_4967_8039_354c907ec7f4 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)ZnO
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q190077
+ + +.. raw:: html + +
+ +ZincOxideCompound +----------------- + +* http://emmo.info/emmo#material_28754642_a1ed_4f39_8b00_2c7857336bab + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ZincOxideElectrode +------------------ + +* http://emmo.info/electrochemistry#electrochemistry_82c70935_0aea_454b_92bf_17fb0b488012 + +.. raw:: html + + + + + + +
Alternative Label(s)ZnOElectrode
+ + +.. raw:: html + +
+ +ZincPerchlorate +--------------- + +* http://emmo.info/emmo#material_413d32e9_2ec2_474a_9ddb_48277920ba21 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Zn(ClO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc_perchlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q27266022
+ + +.. raw:: html + +
+ +ZincPhosphate +------------- + +* http://emmo.info/emmo#material_51e414c6_e619_446c_898a_dac0f4855584 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Zn3(PO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc_phosphate
Wikidata Referencehttps://www.wikidata.org/wiki/Q59714
+ + +.. raw:: html + +
+ +ZincSaltCompound +---------------- + +* http://emmo.info/emmo#material_b07a5287_67d1_4f4f_9640_e0146f713a6c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ZincShuttleBattery +------------------ + +* http://emmo.info/battery#battery_b023508b_62eb_4b7d_9b4d_0715be990dd8 + +.. raw:: html + + + + + + + + + + + + + + + + + + +
Elucidationa battery that shuttles zinc ions as charge carriers
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc-ion_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q30590622
Commentthe name "zinc-ion battery" is a misnomer as it uses a metallic zinc negative electrode instead of a zinc-insertion negative electrode
+ + +.. raw:: html + +
+ +ZincSilverOxideBattery +---------------------- + +* http://emmo.info/battery#battery_b81610fd_0bce_411b_986e_f3b4f3f562ab + +.. raw:: html + + + + + + + + + + + + + + + + + + + + + + +
Elucidationprimary battery with an alkaline electrolyte, a positive electrode containing silver oxide and a negative electrode of zinc
Alternative Label(s)SilverOxideBattery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-04
Wikipedia Referencehttps://en.wikipedia.org/wiki/Silver_oxide_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q900791
+ + +.. raw:: html + +
+ +ZincSulfate +----------- + +* http://emmo.info/emmo#material_91890364_2be0_4333_ae45_f619cbf2d078 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)ZnSO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q204954
+ + +.. raw:: html + +
+ +ZincSulfide +----------- + +* http://emmo.info/emmo#material_59db0926_27f3_444d_b3b7_126e9ea0b8e3 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)ZnS
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc_sulfide
Wikidata Referencehttps://www.wikidata.org/wiki/Q204952
+ + +.. raw:: html + +
+ +ZincSulfite +----------- + +* http://emmo.info/emmo#material_1e30dcc6_b1c7_4fe9_8f36_1dd427c78a93 + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)ZnSO3
Wikidata Referencehttps://www.wikidata.org/wiki/Q20670642
+ + +.. raw:: html + +
+ +ZincSymbol +---------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_0bd0c81a-2972-5b2d-8ff5-bb72a82b9c0d + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ZincTetrafluoroborate +--------------------- + +* http://emmo.info/emmo#material_3297942c_1564_44de_a966_c04fa5da0a4e + +.. raw:: html + + + + + + + + + + +
Alternative Label(s)Zn(BF4)2
Wikidata Referencehttps://www.wikidata.org/wiki/Q27292979
+ + +.. raw:: html + +
+ +ZincTriflate +------------ + +* http://emmo.info/emmo#material_ec7bf3bb_30b3_4f2c_a12d_9f9f9006a955 + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)Zn(OTf)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc_triflate
Wikidata Referencehttps://www.wikidata.org/wiki/Q8072312
+ + +.. raw:: html + +
+ +Zirconium +--------- + +* http://emmo.info/emmo#material_55f13456_b4b6_4cf9_998c_8c439b249b3f + +.. raw:: html + + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zirconium
Wikidata Referencehttps://www.wikidata.org/wiki/Q1038
+ + +.. raw:: html + +
+ +ZirconiumAtom +------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_c052baf7-358f-55de-8ca3-9688563c3cfb + +.. raw:: html + + + + + + +
ElucidationAtom subclass for zirconium.
+ + +.. raw:: html + +
+ +ZirconiumIVOxide +---------------- + +* http://emmo.info/emmo#material_371fbcaa_d782_4f4c_86e3_58e1a58d3bea + +.. raw:: html + + + + + + + + + + + + + + +
Alternative Label(s)ZrO2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zirconium_dioxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q36200
+ + +.. raw:: html + +
+ +ZirconiumOxideCompound +---------------------- + +* http://emmo.info/emmo#material_a9218f8f_2e80_497e_b968_b4947cf21802 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ZirconiumSymbol +--------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_7ab01303-b09e-5a90-8a5b-f5087d6559d3 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +causal +------ + +* http://emmo.info/emmo#EMMO_ad0e72fc_dcaa_490d_8371_b4d814dcda2c + +.. raw:: html + + + + + + +
ElucidationThe superclass of all causal EMMO relations.
+ + +.. raw:: html + +
+ +comment +------- + +* http://emmo.info/emmo#EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f + +.. raw:: html + + + + + + +
ElucidationA text that add some information about the entity.
+ + +.. raw:: html + +
+ +conceptualisation +----------------- + +* http://emmo.info/emmo#EMMO_31252f35_c767_4b97_a877_1235076c3e13 + +.. raw:: html + + + + + + +
ElucidationThe conceptualisation annotation is a comment that helps the reader to understand how the world has been conceptualised by the ontology authors.
+ + +.. raw:: html + +
+ +contact +------- + +* http://emmo.info/emmo#EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 + +.. raw:: html + + + + + + +
ElucidationA person or organisation acting as a contact point for enquiries about the ontology resource
+ + +.. raw:: html + +
+ +contacts +-------- + +* http://emmo.info/emmo#EMMO_8785be5a_2493_4b12_8f39_31907ab11748 + +.. raw:: html + + + + + + + + + + +
ElucidationAn interaction that is the sum of direct causality relations between two entities that are interpretable as fundamental physical interactions.
Alternative Label(s)hasSpatiialnteractionWith
+ + +.. raw:: html + +
+ +dbpediaReference +---------------- + +* http://emmo.info/emmo#EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 + +.. raw:: html + + + + + + +
ElucidationURL to corresponding dpbedia entry.
+ + +.. raw:: html + +
+ +definition +---------- + +* http://emmo.info/emmo#EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 + +.. raw:: html + + + + + + +
ElucidationPrecise and univocal description of an ontological entity in the framework of an axiomatic system.
+ + +.. raw:: html + +
+ +deprecate_OrganicCompound +------------------------- + +* http://emmo.info/emmo#material_c5c9cf9f_252e_4b28_90f6_56b500db67fc + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +elucidation +----------- + +* http://emmo.info/emmo#EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 + +.. raw:: html + + + + + + +
ElucidationShort enlightening explanation aimed to facilitate the user in drawing the connection (interpretation) between a OWL entity and the real world object(s) for which it stands.
+ + +.. raw:: html + +
+ +equalsTo +-------- + +* http://emmo.info/emmo#EMMO_6835537c_d294_4005_a770_ec9621f29ed1 + +.. raw:: html + + + + + + +
ElucidationThe relation between two entities that stands for the same individuals.
+ + +.. raw:: html + +
+ +etymology +--------- + +* http://emmo.info/emmo#EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 + +.. raw:: html + + + + + + +
ElucidationThe etymology annotation explains the origin of a word and the historical development of its meaning.
+ + +.. raw:: html + +
+ +example +------- + +* http://emmo.info/emmo#EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a + +.. raw:: html + + + + + + +
ElucidationIllustrative example of how the entity is used.
+ + +.. raw:: html + +
+ +figure +------ + +* http://emmo.info/emmo#157fdf31_6387_42be_8e72_10530519214a + +.. raw:: html + + + + + + +
ElucidationA link to a graphical representation aimed to facilitate understanding of the concept, or of an annotation.
+ + +.. raw:: html + +
+ +hasActiveMaterial +----------------- + +* http://emmo.info/electrochemistry#electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasAgent +-------- + +* http://emmo.info/emmo#EMMO_cd24eb82_a11c_4a31_96ea_32f870c5580a + +.. raw:: html + + + + + + +
ElucidationThe relation within a process and an agengt participant.
+ + +.. raw:: html + +
+ +hasAtomicNumber +--------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f + +.. raw:: html + + + + + + +
ElucidationThe atomic number of an atomic element.
+ + +.. raw:: html + +
+ +hasBeginTask +------------ + +* http://emmo.info/emmo#EMMO_4ab7fb52_cec3_4c00_90c0_5648f01e3296 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasBeginTile +------------ + +* http://emmo.info/emmo#EMMO_fe63194f_7c04_4dbd_a244_524b38b6699b + +.. raw:: html + + + + + + + + + + +
ElucidationThe relation between the whole and the first direct temporal part of a sequence.
Alternative Label(s)hasTemporalFirst
+ + +.. raw:: html + +
+ +hasBehaviour +------------ + +* http://emmo.info/emmo#EMMO_ebc8c324_8e7a_4b09_bcb5_306e0c461d24 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasCase +------- + +* http://emmo.info/electrochemistry#electrochemistry_3dcfe33d_6825_43c0_a798_68e871a68d39 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasCharacterised +---------------- + +* http://emmo.info/emmo#EMMO_d271f202_4c1a_4d74_b86a_387c82034eb7 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasCharacteriser +---------------- + +* http://emmo.info/emmo#EMMO_eeb8118c_b290_4f57_b0f8_bd65bb6d77ad + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasChemicalSymbol +----------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_79c0edfa-06f9-5149-b754-28c589035b8a + +.. raw:: html + + + + + + +
ElucidationThe chemical symbol of an atomic element.
+ + +.. raw:: html + +
+ +hasCognised +----------- + +* http://emmo.info/emmo#EMMO_51e72e5c_ab21_4d0e_ad9f_b168eca89cf4 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasCogniser +----------- + +* http://emmo.info/emmo#EMMO_5369d256_5866_4729_adc2_1498ee9a4959 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasCollaborationWith +-------------------- + +* http://emmo.info/emmo#EMMO_dbe39465_6cf4_4592_b0c5_b7446789a37b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasComponent +------------ + +* http://emmo.info/emmo#EMMO_3c7f239f_e833_4a2b_98a1_c88831770c1b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasConnectedPortion +------------------- + +* http://emmo.info/emmo#a32021dc_58d8_454b_915d_3951b413b8b7 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasConstituent +-------------- + +* http://emmo.info/emmo#EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec + +.. raw:: html + + + + + + +
ElucidationThe relation between an object and one of its holistic part that contributes to the object under some spatial-based criteria.
+ + +.. raw:: html + +
+ +hasConstitutiveProcess +---------------------- + +* http://emmo.info/emmo#EMMO_e3850f08_8e79_454b_9d83_c517cab42857 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasConvention +------------- + +* http://emmo.info/emmo#EMMO_eb3518bf_f799_4f9e_8c3e_ce59af11453b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasConventionalProperty +----------------------- + +* http://emmo.info/emmo#EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 + +.. raw:: html + + + + + + + + + + +
ElucidationAssigns a quantity to an object by convention.
CommentAn object can be represented by a quantity for the fact that it has been recognized to belong to a specific class. + + The quantity is selected without an observation aimed to measure its actual value, but by convention.
+ + +.. raw:: html + +
+ +hasDataValue +------------ + +* http://emmo.info/emmo#b6292331_94af_4f00_976b_ea55960c2f1c + +.. raw:: html + + + + + + +
ElucidationThe owl:dataProperty that provides a serialisation of an EMMO data entity.
+ + +.. raw:: html + +
+ +hasDeclared +----------- + +* http://emmo.info/emmo#EMMO_0d829933_29e3_4e61_b3d3_88e6b9d0d0ce + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasDeclarer +----------- + +* http://emmo.info/emmo#EMMO_cc823237_398d_4c9a_b8fa_aa157ee3e3a5 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasDeduced +---------- + +* http://emmo.info/emmo#EMMO_a0a2ded8_54e8_408d_a6b0_7fd1b4d7d16d + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasDeducer +---------- + +* http://emmo.info/emmo#EMMO_057d0573_6ac0_4c27_9e3f_3c29205fd104 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasDimensionString +------------------ + +* http://emmo.info/emmo#EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 + +.. raw:: html + + + + + + +
ElucidationRelates a SI dimensional unit to a dimension string.
+ + +.. raw:: html + +
+ +hasDirectPart +------------- + +* http://emmo.info/emmo#EMMO_74a75cf1_3418_4244_b43c_b5db94635d42 + +.. raw:: html + + + + + + +
ElucidationThe relation grouping all direct parthood relations used in the reductionistic perspective.
+ + +.. raw:: html + +
+ +hasElectrode +------------ + +* http://emmo.info/electrochemistry#electrochemistry_578c41e9_ee01_4840_9c8c_04ab6e4e6241 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasElectrolyte +-------------- + +* http://emmo.info/electrochemistry#electrochemistry_3bd08946_4e81_455d_9fca_dc7a5ead9315 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasEndTask +---------- + +* http://emmo.info/emmo#EMMO_92227f7f_22e9_4b19_a011_920eac3c7b75 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasEndTile +---------- + +* http://emmo.info/emmo#EMMO_c0f48dc6_4a32_4d9a_a956_d68415954a8e + +.. raw:: html + + + + + + + + + + +
ElucidationThe relation between the whole and the last direct temporal part of a sequence.
Alternative Label(s)hasTemporalLast
+ + +.. raw:: html + +
+ +hasFractionalCollection +----------------------- + +* http://emmo.info/emmo#EMMO_e1805abe_f5b7_4c40_810a_1a01950546be + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasFractionalMember +------------------- + +* http://emmo.info/emmo#0558e802_46a4_45de_af85_47aff4dc427e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasGatheredPart +--------------- + +* http://emmo.info/emmo#EMMO_c37d451b_e245_439f_bd94_9050e04ec9f7 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasHolisticNonTemporalPart +-------------------------- + +* http://emmo.info/emmo#EMMO_5ceab41b_2aea_4041_9e9c_a243f7562cee + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasHolisticOverlap +------------------ + +* http://emmo.info/emmo#EMMO_53e5b1e1_6026_4ddc_8a4a_3aaaa5fdbdb7 + +.. raw:: html + + + + + + +
ElucidationA relation between two holistic wholes that properly overlap, sharing one of their holistic parts.
+ + +.. raw:: html + +
+ +hasHolisticPart +--------------- + +* http://emmo.info/emmo#EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b + +.. raw:: html + + + + + + +
ElucidationThe relation between the whole and a proper part of the whole that scale down to the point which it lose the characteristics of the whole and become something else.
+ + +.. raw:: html + +
+ +hasHolisticRelation +------------------- + +* http://emmo.info/emmo#EMMO_646cdc47_f955_4da3_9398_9aac0edf48a6 + +.. raw:: html + + + + + + +
ElucidationThe relation between a holistic whole and its related entities, being them parts or other overlapping entities.
+ + +.. raw:: html + +
+ +hasHolisticTemporalPart +----------------------- + +* http://emmo.info/emmo#EMMO_9ee42d6b_7242_4a8d_967e_79f8f1c7fe29 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasIUPAC2016AtomicMass +---------------------- + +* http://emmo.info/emmo/disciplines/periodictable#EMMO_43de6d01-276c-55ed-a166-ad097ec75575 + +.. raw:: html + + + + + + +
ElucidationThe mass of an atomic element according to IUPAC 2016.
+ + +.. raw:: html + +
+ +hasIcon +------- + +* http://emmo.info/emmo#EMMO_39c3815d_8cae_4c8f_b2ff_eeba24bec455 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasIndex +-------- + +* http://emmo.info/emmo#EMMO_297999d6_c9e4_4262_9536_bd524d1c6e21 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasInput +-------- + +* http://emmo.info/emmo/perspectives/manufacturing#EMMO_36e69413_8c59_4799_946c_10b05d266e22 + +.. raw:: html + + + + + + +
ElucidationThe input of a process.
+ + +.. raw:: html + +
+ +hasInterpretant +--------------- + +* http://emmo.info/emmo#EMMO_7fb7fe7e_bdf9_4eeb_adad_e384dd5285c6 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasInterpreter +-------------- + +* http://emmo.info/emmo#EMMO_4832e353_6a2d_4deb_9a5b_96989afaff2d + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasInterval +----------- + +* http://emmo.info/emmo#EMMO_2eb10b5b_900b_44d7_af85_4de9a3729474 + +.. raw:: html + + + + + + +
ElucidationThe relation between a process whole and a temporal part of the same type.
+ + +.. raw:: html + +
+ +hasJunctionPart +--------------- + +* http://emmo.info/emmo#EMMO_408a46b2_3930_46da_b936_e9ce72ffdde9 + +.. raw:: html + + + + + + + + + + +
ElucidationThe part is connected with the rest item or members with hasNext (or its inverse) and hasContact relations only.
Alternative Label(s)hasSpatioTemporalPart
+ + +.. raw:: html + +
+ +hasJunctionTile +--------------- + +* http://emmo.info/emmo#EMMO_663859e5_add3_4c9e_96fb_c99399de278d + +.. raw:: html + + + + + + +
ElucidationA relation that establishes for the whole a univocal tessellation in spatio temporal parts.
+ + +.. raw:: html + +
+ +hasManufacturedOutput +--------------------- + +* http://emmo.info/emmo#EMMO_0e86a108_9d4d_4582_8126_f0c527d81901 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasMaximalCollection +-------------------- + +* http://emmo.info/emmo#0528e41d_edd2_49f9_bd2a_aeabdc215515 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasMeasuredProperty +------------------- + +* http://emmo.info/emmo#EMMO_fd689787_31b0_41cf_bf03_0d69af76469d + +.. raw:: html + + + + + + +
ElucidationAssigns a quantity to an object via a well-defined measurement procedure.
+ + +.. raw:: html + +
+ +hasMeasurementUnit +------------------ + +* http://emmo.info/emmo#EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 + +.. raw:: html + + + + + + +
CommentA conventional semiotic relation that relates a physical quantity to its unit.
+ + +.. raw:: html + +
+ +hasMember +--------- + +* http://emmo.info/emmo#EMMO_6b7276a4_4b9d_440a_b577_0277539c0fc4 + +.. raw:: html + + + + + + +
ElucidationThe relation between a collection and one of its item members.
+ + +.. raw:: html + +
+ +hasMetricPrefix +--------------- + +* http://emmo.info/emmo#EMMO_4be0acad_af05_426f_aa6d_fe7531072564 + +.. raw:: html + + + + + + +
CommentRelates a prefixed unit to its metric prefix part.
+ + +.. raw:: html + +
+ +hasMetrologicalReference +------------------------ + +* http://emmo.info/emmo#EMMO_67fc0a36_8dcb_4ffa_9a43_31074efa3296 + +.. raw:: html + + + + + + +
CommentRelates a quantity to its metrological reference through a semiotic process.
+ + +.. raw:: html + +
+ +hasMetrologicalUncertainty +-------------------------- + +* http://emmo.info/emmo#EMMO_662c64e7_fc72_49b3_a161_f50fd42deafa + +.. raw:: html + + + + + + +
ElucidationAssigns a quantifiable uncertainty to an objective property through a well-defined procecure.
+ + +.. raw:: html + +
+ +hasModel +-------- + +* http://emmo.info/emmo#EMMO_24c71baf_6db6_48b9_86c8_8c70cf36db0c + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasModelledProperty +------------------- + +* http://emmo.info/emmo#EMMO_b8f79e53_2ad4_441d_87ff_284a5c419e46 + +.. raw:: html + + + + + + +
ElucidationAssigns a quantity to an object via a well-defined modelling procedure.
+ + +.. raw:: html + +
+ +hasNegativeElectrode +-------------------- + +* http://emmo.info/electrochemistry#electrochemistry_5d299271_3f68_494f_ab96_3db9acdd3138 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasNext +------- + +* http://emmo.info/emmo#EMMO_499e24a5_5072_4c83_8625_fe3f96ae4a8d + +.. raw:: html + + + + + + + + + + +
ElucidationA time contact occurs when x isDirectCause y and not(y isCauseOf x).
Alternative Label(s)isBefore
+ + +.. raw:: html + +
+ +hasNonTemporalPart +------------------ + +* http://emmo.info/emmo#EMMO_9a50a0ae_841a_46fe_8b23_3df319b60611 + +.. raw:: html + + + + + + +
ElucidationThe part is not connected with the rest item or members with hasNext relation (or its inverse).
+ + +.. raw:: html + +
+ +hasNumericalPart +---------------- + +* http://emmo.info/emmo#EMMO_8ef3cd6d_ae58_4a8d_9fc0_ad8f49015cd0 + +.. raw:: html + + + + + + +
CommentRelates a quantity to its numerical value through spatial direct parthood.
+ + +.. raw:: html + +
+ +hasNumericalValue +----------------- + +* http://emmo.info/emmo#EMMO_faf79f53_749d_40b2_807c_d34244c192f4 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasObjectiveProperty +-------------------- + +* http://emmo.info/emmo#EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5 + +.. raw:: html + + + + + + +
CommentRelates an object to a quantity describing a quantifiable property of the object obtained via a well-defined procedure.
+ + +.. raw:: html + +
+ +hasOutcome +---------- + +* http://emmo.info/emmo#EMMO_0b1502e2_d12f_4ff3_83b1_eeedf9382954 + +.. raw:: html + + + + + + +
ElucidationThe relation between a process and the entity that represents how things have turned out.
+ + +.. raw:: html + +
+ +hasOutput +--------- + +* http://emmo.info/emmo#EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 + +.. raw:: html + + + + + + + + + + +
ElucidationThe outcome of a process.
CommentThe partial overlapping is required since the creating process is distinct with the process in which the output is used or consumed.
+ + +.. raw:: html + +
+ +hasPart +------- + +* http://emmo.info/emmo#EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f + +.. raw:: html + + + + + + +
ElucidationThe primitive relation that express the concept of an entity being part of another one.
+ + +.. raw:: html + +
+ +hasParticipant +-------------- + +* http://emmo.info/emmo#EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a + +.. raw:: html + + + + + + + + + + +
ElucidationThe relation between a process and an object participating to it, i.e. that is relevant to the process itself.
CommentParticipation is a parthood relation: you must be part of the process to contribute to it. A participant whose 4D extension is totally contained within the process. + + Participation is not under direct parthood since a process is not strictly related to reductionism, but it's a way to categorize temporal regions by the interpreters.
+ + +.. raw:: html + +
+ +hasPortion +---------- + +* http://emmo.info/emmo#EMMO_b1daa610_64c6_4935_94b8_a19db586a2f6 + +.. raw:: html + + + + + + +
ElucidationThe relation between a object whole and its spatial part of the same type.
+ + +.. raw:: html + +
+ +hasPortionPart +-------------- + +* http://emmo.info/emmo#EMMO_55354438_7000_4284_b1b9_59d60c2261b9 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasPositiveElectrode +-------------------- + +* http://emmo.info/electrochemistry#electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasPrefixMultiplier +------------------- + +* http://emmo.info/emmo#EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f + +.. raw:: html + + + + + + +
ElucidationRelates a SI prefixed unit to the multiplication factor corresponding to the prefix.
+ + +.. raw:: html + +
+ +hasPrefixSymbol +--------------- + +* http://emmo.info/emmo#EMMO_d85162ec_6d62_4cdb_a5b9_f092285e5b7f + +.. raw:: html + + + + + + +
ElucidationRelates a SI prefixed unit to the prefix symbol.
+ + +.. raw:: html + +
+ +hasProductOutput +---------------- + +* http://emmo.info/emmo#EMMO_0ee9e6a2_9240_4b1d_ac9a_f72416c7dc70 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasProperPart +------------- + +* http://emmo.info/emmo#EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 + +.. raw:: html + + + + + + +
ElucidationThe relation between an entity and one of its parts, when both entities are distinct.
+ + +.. raw:: html + +
+ +hasProperty +----------- + +* http://emmo.info/emmo#EMMO_e1097637_70d2_4895_973f_2396f04fa204 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasQuantity +----------- + +* http://emmo.info/emmo#EMMO_5d73661e_e710_4844_ab9b_a85b7e68576a + +.. raw:: html + + + + + + +
ElucidationRelates the result of a semiotic process to ont of its optained quantities.
+ + +.. raw:: html + +
+ +hasRedundantPart +---------------- + +* http://emmo.info/emmo#EMMO_6786b336_e982_4759_8dee_1905a4106591 + +.. raw:: html + + + + + + +
ElucidationThe superproperty of the relations between a whole and its mereological parts that are still holistic wholes of the same type.
+ + +.. raw:: html + +
+ +hasReferenceElectrode +--------------------- + +* http://emmo.info/electrochemistry#electrochemistry_5eb197ea_0c3e_4ea2_8392_81152ee91515 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasReferencePart +---------------- + +* http://emmo.info/emmo#EMMO_eeb06032_dd4f_476e_9da6_aa24302b7588 + +.. raw:: html + + + + + + +
ElucidationRelates a quantity to its reference unit through spatial direct parthood.
+ + +.. raw:: html + +
+ +hasReferent +----------- + +* http://emmo.info/emmo#EMMO_f2fc1ce9_cc3b_4eb5_a112_3c85d1b1374a + +.. raw:: html + + + + + + +
Alternative Label(s)hasSemioticObject
+ + +.. raw:: html + +
+ +hasSIConversionMultiplier +------------------------- + +* http://emmo.info/emmo#EMMO_8189b42e_0995_423a_a26c_51168b27c3cf + +.. raw:: html + + + + + + +
ElucidationNumber to multiply a SI coherent unit with when converting to a given non-SI coherent unit.
+ + +.. raw:: html + +
+ +hasSIConversionOffset +--------------------- + +* http://emmo.info/emmo#EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd + +.. raw:: html + + + + + + +
ElucidationNumber to add to a SI coherent unit when converting to a given non-SI coherent unit.
+ + +.. raw:: html + +
+ +hasScatteredPortion +------------------- + +* http://emmo.info/emmo#5fa16188_d95b_4dd2_ac63_eae63fe01504 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasServiceOutput +---------------- + +* http://emmo.info/emmo#EMMO_44d5f29a_6a9b_4f5d_9405_20ca553cd4d3 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasSign +------- + +* http://emmo.info/emmo#EMMO_60577dea_9019_4537_ac41_80b0fb563d41 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasSpatialPart +-------------- + +* http://emmo.info/emmo#EMMO_dc57d998_23db_4d8e_b2cd_f346b195b846 + +.. raw:: html + + + + + + +
ElucidationA proper part of a whole, whose parts always cover the full temporal extension of the whole within a spatial interval.
+ + +.. raw:: html + +
+ +hasSpatialSection +----------------- + +* http://emmo.info/emmo#EMMO_6e046dd0_9634_4013_b2b1_9cc468087c83 + +.. raw:: html + + + + + + + + + + +
ElucidationA proper part of the whole that is not Spatial or Temporal.
Alternative Label(s)hasSpatialPartialPart
+ + +.. raw:: html + +
+ +hasSpatialSlice +--------------- + +* http://emmo.info/emmo#EMMO_f68030be_94b8_4c61_a161_886468558054 + +.. raw:: html + + + + + + + + + + +
ElucidationA relation that identify a proper part of the whole that extends itself in time along the overall lifetime of the whole, and whose parts never cover the full spatial extension of the 4D whole.
Alternative Label(s)hasSpatialIntegralPart
+ + +.. raw:: html + +
+ +hasSpatialTile +-------------- + +* http://emmo.info/emmo#EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe + +.. raw:: html + + + + + + + + + + +
ElucidationA relation that establishes for the whole a univocal tessellation in spatial parts.
Alternative Label(s)hasSpatialDirectPart
+ + +.. raw:: html + +
+ +hasSpatioTemporalTile +--------------------- + +* http://emmo.info/emmo#EMMO_7efab93d_c8fe_49c7_ba8e_d21d13b38c85 + +.. raw:: html + + + + + + + + + + +
ElucidationA tile that is connected with other tiles with bi-directional causal relations that fall under hasNext (or its inverse) or hasContact.
Alternative Label(s)hasWellFormedTile
+ + +.. raw:: html + +
+ +hasStage +-------- + +* http://emmo.info/emmo#EMMO_f22abf74_4538_4f50_ab85_09908cdda707 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasStatus +--------- + +* http://emmo.info/emmo#EMMO_1440d010_e4c5_4597_8858_1d58cb1fb28f + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasStringValue +-------------- + +* http://emmo.info/emmo#EMMO_02face50_43a1_40ce_a909_dfe54d5e186b + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasSubObject +------------ + +* http://emmo.info/emmo#EMMO_7329967c_3972_4c99_b478_84f66436620d + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasSubProcess +------------- + +* http://emmo.info/emmo#EMMO_d43af210_f854_4432_a891_ce3022e3b558 + +.. raw:: html + + + + + + +
ElucidationThe relation between a process and one of its process parts.
+ + +.. raw:: html + +
+ +hasSymbolValue +-------------- + +* http://emmo.info/emmo#EMMO_23b579e1_8088_45b5_9975_064014026c42 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasTask +------- + +* http://emmo.info/emmo#EMMO_70da982d_1810_4b01_9630_a28e216ecd9a + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasTemporalPart +--------------- + +* http://emmo.info/emmo#EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6 + +.. raw:: html + + + + + + +
ElucidationA relation that identify a proper item part of the whole, whose parts always cover the full spatial extension of the whole within a time interval.
+ + +.. raw:: html + +
+ +hasTemporalSection +------------------ + +* http://emmo.info/emmo#EMMO_aef8af39_0a22_4be8_a523_4e47ca36e035 + +.. raw:: html + + + + + + +
ElucidationA temporal part that is not a slice.
+ + +.. raw:: html + +
+ +hasTemporalSlice +---------------- + +* http://emmo.info/emmo#EMMO_2a33ee61_8235_4da4_b9a1_ca62cb87a016 + +.. raw:: html + + + + + + +
ElucidationA temporal part that capture the overall spatial extension of the causal object.
+ + +.. raw:: html + +
+ +hasTemporalTile +--------------- + +* http://emmo.info/emmo#EMMO_65a2c5b8_e4d8_4a51_b2f8_e55effc0547d + +.. raw:: html + + + + + + + + + + +
ElucidationA relation that establishes for the whole a univocal tessellation in temporal parts.
Alternative Label(s)hasTemporalDirectPart
+ + +.. raw:: html + +
+ +hasTemporaryParticipant +----------------------- + +* http://emmo.info/emmo#EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77 + +.. raw:: html + + + + + + +
CommentThe relation between a process P and an object whole O that overcrosses it. The intersection between P and O is a participant of P.
+ + +.. raw:: html + +
+ +hasURI +------ + +* http://emmo.info/emmo#EMMO_67339084_e659_42be_9e76_7e22fca63c48 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasURIValue +----------- + +* http://emmo.info/emmo#EMMO_b35e92d7_7fa0_4661_aa5a_5cea7c8e6925 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasURLValue +----------- + +* http://emmo.info/emmo#EMMO_ac852bf0_3251_4d6b_9e57_acbfcb5e7e08 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasURNValue +----------- + +* http://emmo.info/emmo#EMMO_b7493aee_366c_442d_8f59_49ac7aa664d7 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +hasUnitNonPrefixPart +-------------------- + +* http://emmo.info/emmo#EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 + +.. raw:: html + + + + + + +
ElucidationRelates a prefixed unit to its non-prefixed part.
+ + +.. raw:: html + +
+ +hasUnitSymbol +------------- + +* http://emmo.info/emmo#EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 + +.. raw:: html + + + + + + +
ElucidationRelates a prefixed unit to its unit symbol part.
+ + +.. raw:: html + +
+ +hasVariable +----------- + +* http://emmo.info/emmo#EMMO_3446e167_c576_49d6_846c_215bb8878a55 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +isCauseOf +--------- + +* http://emmo.info/emmo#EMMO_d67ee67e_4fac_4676_82c9_aec361dba698 + +.. raw:: html + + + + + + +
ElucidationThe relation between an individuals x and y, that holds if and only if: + a) y having a part that is causing an effect on a part of x + b) y and x non-overlapping
+ + +.. raw:: html + +
+ +isConcomitantWith +----------------- + +* http://emmo.info/emmo#EMMO_d01b3ee2_91a5_4ce2_95cd_f0d2c333c6d3 + +.. raw:: html + + + + + + + + + + +
ElucidationThe relation between two causally reachable entities through a path of contacts relations (i.e. representing physical interactions).
Alternative Label(s)alongsideOf
+ + +.. raw:: html + +
+ +isDirectCauseOf +--------------- + +* http://emmo.info/emmo#EMMO_555d0261_da5e_4301_b7f9_46f604a32e91 + +.. raw:: html + + + + + + +
ElucidationA causal relation between the causing and the effected entities occurring without intermediaries.
+ + +.. raw:: html + +
+ +isGatheredPartOf +---------------- + +* http://emmo.info/emmo#176e3f78_c867_4eca_9794_a4822660d9dc + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +isIndirectCauseOf +----------------- + +* http://emmo.info/emmo#EMMO_b85e4738_500c_4e1b_bbe8_9e84190485d6 + +.. raw:: html + + + + + + +
ElucidationA causal relation between the effected and the causing entities with intermediaries.
+ + +.. raw:: html + +
+ +isNotCauseOf +------------ + +* http://emmo.info/emmo#EMMO_01e5766d_dac3_4574_8a78_310de92a5c9d + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +isOvercrossedBy +--------------- + +* http://emmo.info/emmo#e4f66254_7312_4de5_a86a_6e0808baaaab + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +isPartOf +-------- + +* http://emmo.info/emmo#a8bd7094_6b40_47af_b1f4_a69d81a3afbd + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +isPortionPartOf +--------------- + +* http://emmo.info/emmo#bb6febfa_5c6b_43c9_941a_4b6157b703be + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +isPredecessorOf +--------------- + +* http://emmo.info/emmo#EMMO_3733bd38_ca2b_4264_a92a_3075a1715598 + +.. raw:: html + + + + + + + + + + +
ElucidationA causal relation between the y effected and the x causing entities with intermediaries, where x isCauseOf y and not(y isCauseOf x).
Alternative Label(s)isAntecedentOf
+ + +.. raw:: html + +
+ +isProperPartOf +-------------- + +* http://emmo.info/emmo#EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c + +.. raw:: html + + + + + + +
ElucidationThe inverse relation for hasProperPart.
+ + +.. raw:: html + +
+ +iupacReference +-------------- + +* http://emmo.info/emmo#EMMO_fe015383_afb3_44a6_ae86_043628697aa2 + +.. raw:: html + + + + + + +
CommentDOI to corresponding concept in IUPAC
+ + +.. raw:: html + +
+ +mereological +------------ + +* http://emmo.info/emmo#EMMO_3f2e4ac2_8ef3_4a14_b826_60d37f15f8ee + +.. raw:: html + + + + + + +
ElucidationThe superclass of all mereological EMMO relations.
+ + +.. raw:: html + +
+ +metrologicalReference +--------------------- + +* http://emmo.info/emmo#58e7c821_4af0_4394_89f7_a9649735f4d2 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +molecularFormula +---------------- + +* http://emmo.info/emmo#EMMO_b8c10b72_7cc1_4e82_b4ab_728faf504919 + +.. raw:: html + + + + + + +
ElucidationCorresponds to the molecular formula of the compound.
+ + +.. raw:: html + +
+ +notOverlaps +----------- + +* http://emmo.info/emmo#EMMO_aa987900_caf1_4ce2_82fa_6b1d6fbd2ead + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +omReference +----------- + +* http://emmo.info/emmo#EMMO_209ba1b3_149f_4ff0_b672_941610eafd72 + +.. raw:: html + + + + + + +
ElucidationIRI to corresponding concept in the Ontology of units of Measure.
+ + +.. raw:: html + +
+ +overcrosses +----------- + +* http://emmo.info/emmo#EMMO_9cb984ca_48ad_4864_b09e_50d3fff19420 + +.. raw:: html + + + + + + +
ElucidationThe relation between an entity that overlaps another without being its part.
+ + +.. raw:: html + +
+ +overlaps +-------- + +* http://emmo.info/emmo#EMMO_d893d373_b579_4867_841e_1c2b31a8d2c6 + +.. raw:: html + + + + + + +
ElucidationThe relation between two entities that share at least one of their parts.
+ + +.. raw:: html + +
+ +properOverlaps +-------------- + +* http://emmo.info/emmo#EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023 + +.. raw:: html + + + + + + +
ElucidationThe relation between two entities that overlaps and neither of both is part of the other.
+ + +.. raw:: html + +
+ +pubChemReference +---------------- + +* http://emmo.info/emmo#EMMO_371f5265_fa29_4081_b722_2c530b1fdddb + +.. raw:: html + + + + + + +
ElucidationPubchem URI for a compound or substance ID.
+ + +.. raw:: html + +
+ +qudtReference +------------- + +* http://emmo.info/emmo#EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc + +.. raw:: html + + + + + + +
ElucidationURL to corresponing entity in QUDT.
+ + +.. raw:: html + +
+ +semiotical +---------- + +* http://emmo.info/emmo#EMMO_2337e25c_3c60_43fc_a8f9_b11a3f974291 + +.. raw:: html + + + + + + +
ElucidationThe generic EMMO semiotical relation.
+ + +.. raw:: html + +
+ +test +---- + +* http://emmo.info/emmo#EMMO_89b66d76_fa6f_479d_aae3_ea0c5dac2f3e + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +ucumCode +-------- + +* http://emmo.info/emmo#EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 + +.. raw:: html + + + + + + +
ElucidationUnified Code for Units of Measure (UCUM).
+ + +.. raw:: html + +
+ +uneceCommonCode +--------------- + +* http://emmo.info/emmo#EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 + +.. raw:: html + + + + + + +
ElucidationThe UN/CEFACT Recommendation 20 provides three character alphabetic and alphanumeric codes for representing units of measurement for length, area, volume/capacity, mass (weight), time, and other quantities used in international trade. The codes are intended for use in manual and/or automated systems for the exchange of information between participants in international trade.
+ + +.. raw:: html + +
+ +unitSymbol +---------- + +* http://emmo.info/emmo#EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 + +.. raw:: html + + + + + + +
ElucidationThe standard symbol for a unit.
+ + +.. raw:: html + +
+ +universe +-------- + +* http://emmo.info/emmo#EMMO_08cb807c_e626_447b_863f_e2835540e918 + +.. raw:: html + + +
+ + +.. raw:: html + +
+ +wikidataReference +----------------- + +* http://emmo.info/emmo#EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 + +.. raw:: html + + + + + + +
ElucidationURL corresponding to entry in Wikidata.
+ + +.. raw:: html + +
+ +wikipediaReference +------------------ + +* http://emmo.info/emmo#EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d + +.. raw:: html + + + + + + +
ElucidationURL to corresponding Wikipedia entry.
+ + + + + \ No newline at end of file diff --git a/_sources/contribute.rst.txt b/_sources/contribute.rst.txt new file mode 100644 index 0000000..bce0327 --- /dev/null +++ b/_sources/contribute.rst.txt @@ -0,0 +1,53 @@ +Contributing to the ontology +============================ + +There are two ways you can contribute to the ontology. + +Suggest minor changes on existing elements +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +`Create a feature +request `__ in a +`Github +Issue `__ +to suggest edits to names, defintions, references on existing classes +and properties. + +Propose additions/deletion of elements +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + **NOTE:** We recommend contacting some of the + `BattINFO `__ contributors in + advance to discuss which additions and/or deletions you wish to make. + +We recommend using the `forking +workflow `__ +to contribute additions/deletions. Fork this repository, clone the fork +on your local PC, create your branch based on the existing ``dev`` +branch (e.g. ``dev_john_doe``) and work on the editions in you local +copy. + +You can edit ontologes in two main ways. One is programmatically, using +for instance `EMMOntoPy `__. The +second and more common is using the interface provided by the Protégé +software. In case of the latter, `install +Protégé `__ and use it to open the +ontology file you wish to edit. Before adding elements, ensure Prot´égé +is configured to create IRIs in the right format: + +- Open Protégé +- Go to File/Open and load the ontology file you wish to modify +- Go to File/Preferences and there go to the New Entities Tab +- Ensure you have configured the preferences as shown below: + + | |Protege config.| + | Here is the “Specified IRI” for you to copy: + ``https://emmo.info/battery#`` + +- Once you have made your changes, commit them to your fork and `create + a pull + request `__. +- We will merge the request after assessing it. + +.. |Protege config.| image:: doc/img/protege_config_contribute.png + diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt new file mode 100644 index 0000000..f880e0c --- /dev/null +++ b/_sources/index.rst.txt @@ -0,0 +1,34 @@ +.. toctree:: + :includehidden: + :hidden: + + About + self + Class Index + Contribute + + +======== +BattINFO +======== + +The **Batt**\ ery **IN**\ ter\ **F**\ ace **O**\ ntology is a digital resource to support interoperability of battery +data. + +BattINFO consists of a list of entities representing concepts used in batteries and electrochemistry. Each entity has a +unique identifier (IRI) and is annotated with additional information, such as its preferred name ("prefLabel"), +alternative names, definition, references, etc. As users link their research resources to BattINFO entities, they are +effectively describing their resource using a common vocabulary. Resources can be datasets, documents, persons, +organizations, equipment, samples... anything linked to the common vocabulary described in BattINFO, becomes part of an +ecosystem of Findable resources. + +Here you can find the entities described in BattINFO, classified in two domains. + +* `Battery Domain `__ +* `Electrochemistry Domain `__ +* `Chemical Substance Domain `__ + + + + + diff --git a/_sources/resources.rst.txt b/_sources/resources.rst.txt new file mode 100644 index 0000000..ac248e3 --- /dev/null +++ b/_sources/resources.rst.txt @@ -0,0 +1,19 @@ +Resources +========= + +Best Practices +-------------- +- `Data on the Web Best Practices `_ +- `Best Practices for Publishing Linked Data `_ + +Tabular Data +------------ +- `Model for Tabular Data and Metadata on the Web `_ +- `Metadata Vocabulary for Tabular Data `_ + +RDF Vocabularies +---------------- +- `RDF Schema `_ +- `Simple Knowledge Organization System (SKOS) `_ +- `Dublin Core `_ +- `Schema.org `_ diff --git a/_static/_sphinx_javascript_frameworks_compat.js b/_static/_sphinx_javascript_frameworks_compat.js new file mode 100644 index 0000000..8549469 --- /dev/null +++ b/_static/_sphinx_javascript_frameworks_compat.js @@ -0,0 +1,134 @@ +/* + * _sphinx_javascript_frameworks_compat.js + * ~~~~~~~~~~ + * + * Compatability shim for jQuery and underscores.js. + * + * WILL BE REMOVED IN Sphinx 6.0 + * xref RemovedInSphinx60Warning + * + */ + +/** + * select a different prefix for underscore + */ +$u = _.noConflict(); + + +/** + * small helper function to urldecode strings + * + * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent#Decoding_query_parameters_from_a_URL + */ +jQuery.urldecode = function(x) { + if (!x) { + return x + } + return decodeURIComponent(x.replace(/\+/g, ' ')); +}; + +/** + * small helper function to urlencode strings + */ +jQuery.urlencode = encodeURIComponent; + +/** + * This function returns the parsed url parameters of the + * current request. Multiple values per key are supported, + * it will always return arrays of strings for the value parts. + */ +jQuery.getQueryParameters = function(s) { + if (typeof s === 'undefined') + s = document.location.search; + var parts = s.substr(s.indexOf('?') + 1).split('&'); + var result = {}; + for (var i = 0; i < parts.length; i++) { + var tmp = parts[i].split('=', 2); + var key = jQuery.urldecode(tmp[0]); + var value = jQuery.urldecode(tmp[1]); + if (key in result) + result[key].push(value); + else + result[key] = [value]; + } + return result; +}; + +/** + * highlight a given string on a jquery object by wrapping it in + * span elements with the given class name. + */ +jQuery.fn.highlightText = function(text, className) { + function highlight(node, addItems) { + if (node.nodeType === 3) { + var val = node.nodeValue; + var pos = val.toLowerCase().indexOf(text); + if (pos >= 0 && + !jQuery(node.parentNode).hasClass(className) && + !jQuery(node.parentNode).hasClass("nohighlight")) { + var span; + var isInSVG = jQuery(node).closest("body, svg, foreignObject").is("svg"); + if (isInSVG) { + span = document.createElementNS("http://www.w3.org/2000/svg", "tspan"); + } else { + span = document.createElement("span"); + span.className = className; + } + span.appendChild(document.createTextNode(val.substr(pos, text.length))); + node.parentNode.insertBefore(span, node.parentNode.insertBefore( + document.createTextNode(val.substr(pos + text.length)), + node.nextSibling)); + node.nodeValue = val.substr(0, pos); + if (isInSVG) { + var rect = document.createElementNS("http://www.w3.org/2000/svg", "rect"); + var bbox = node.parentElement.getBBox(); + rect.x.baseVal.value = bbox.x; + rect.y.baseVal.value = bbox.y; + rect.width.baseVal.value = bbox.width; + rect.height.baseVal.value = bbox.height; + rect.setAttribute('class', className); + addItems.push({ + "parent": node.parentNode, + "target": rect}); + } + } + } + else if (!jQuery(node).is("button, select, textarea")) { + jQuery.each(node.childNodes, function() { + highlight(this, addItems); + }); + } + } + var addItems = []; + var result = this.each(function() { + highlight(this, addItems); + }); + for (var i = 0; i < addItems.length; ++i) { + jQuery(addItems[i].parent).before(addItems[i].target); + } + return result; +}; + +/* + * backward compatibility for jQuery.browser + * This will be supported until firefox bug is fixed. + */ +if (!jQuery.browser) { + jQuery.uaMatch = function(ua) { + ua = ua.toLowerCase(); + + var match = /(chrome)[ \/]([\w.]+)/.exec(ua) || + /(webkit)[ \/]([\w.]+)/.exec(ua) || + /(opera)(?:.*version|)[ \/]([\w.]+)/.exec(ua) || + /(msie) ([\w.]+)/.exec(ua) || + ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec(ua) || + []; + + return { + browser: match[ 1 ] || "", + version: match[ 2 ] || "0" + }; + }; + jQuery.browser = {}; + jQuery.browser[jQuery.uaMatch(navigator.userAgent).browser] = true; +} diff --git a/_static/basic.css b/_static/basic.css new file mode 100644 index 0000000..18495ea --- /dev/null +++ b/_static/basic.css @@ -0,0 +1,900 @@ +/* + * basic.css + * ~~~~~~~~~ + * + * Sphinx stylesheet -- basic theme. + * + * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. + * :license: BSD, see LICENSE for details. + * + */ + +/* -- main layout ----------------------------------------------------------- */ + +div.clearer { + clear: both; +} + +div.section::after { + display: block; + content: ''; + clear: left; +} + +/* -- relbar ---------------------------------------------------------------- */ + +div.related { + width: 100%; + font-size: 90%; +} + +div.related h3 { + display: none; +} + +div.related ul { + margin: 0; + padding: 0 0 0 10px; + list-style: none; +} + +div.related li { + display: inline; +} + +div.related li.right { + float: right; + margin-right: 5px; +} + +/* -- sidebar --------------------------------------------------------------- */ + +div.sphinxsidebarwrapper { + padding: 10px 5px 0 10px; +} + +div.sphinxsidebar { + float: left; + width: 270px; + margin-left: -100%; + font-size: 90%; + word-wrap: break-word; + overflow-wrap : break-word; +} + +div.sphinxsidebar ul { + list-style: none; +} + +div.sphinxsidebar ul ul, +div.sphinxsidebar ul.want-points { + margin-left: 20px; + list-style: square; +} + +div.sphinxsidebar ul ul { + margin-top: 0; + margin-bottom: 0; +} + +div.sphinxsidebar form { + margin-top: 10px; +} + +div.sphinxsidebar input { + border: 1px solid #98dbcc; + font-family: sans-serif; + font-size: 1em; +} + +div.sphinxsidebar #searchbox form.search { + overflow: hidden; +} + +div.sphinxsidebar #searchbox input[type="text"] { + float: left; + width: 80%; + padding: 0.25em; + box-sizing: border-box; +} + +div.sphinxsidebar #searchbox input[type="submit"] { + float: left; + width: 20%; + border-left: none; + padding: 0.25em; + box-sizing: border-box; +} + + +img { + border: 0; + max-width: 100%; +} + +/* -- search page ----------------------------------------------------------- */ + +ul.search { + margin: 10px 0 0 20px; + padding: 0; +} + +ul.search li { + padding: 5px 0 5px 20px; + background-image: url(file.png); + background-repeat: no-repeat; + background-position: 0 7px; +} + +ul.search li a { + font-weight: bold; +} + +ul.search li p.context { + color: #888; + margin: 2px 0 0 30px; + text-align: left; +} + +ul.keywordmatches li.goodmatch a { + font-weight: bold; +} + +/* -- index page ------------------------------------------------------------ */ + +table.contentstable { + width: 90%; + margin-left: auto; + margin-right: auto; +} + +table.contentstable p.biglink { + line-height: 150%; +} + +a.biglink { + font-size: 1.3em; +} + +span.linkdescr { + font-style: italic; + padding-top: 5px; + font-size: 90%; +} + +/* -- general index --------------------------------------------------------- */ + +table.indextable { + width: 100%; +} + +table.indextable td { + text-align: left; + vertical-align: top; +} + +table.indextable ul { + margin-top: 0; + margin-bottom: 0; + list-style-type: none; +} + +table.indextable > tbody > tr > td > ul { + padding-left: 0em; +} + +table.indextable tr.pcap { + height: 10px; +} + +table.indextable tr.cap { + margin-top: 10px; + background-color: #f2f2f2; +} + +img.toggler { + margin-right: 3px; + margin-top: 3px; + cursor: pointer; +} + +div.modindex-jumpbox { + border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; + margin: 1em 0 1em 0; + padding: 0.4em; +} + +div.genindex-jumpbox { + border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; + margin: 1em 0 1em 0; + padding: 0.4em; +} + +/* -- domain module index --------------------------------------------------- */ + +table.modindextable td { + padding: 2px; + border-collapse: collapse; +} + +/* -- general body styles --------------------------------------------------- */ + +div.body { + min-width: 360px; + max-width: 800px; +} + +div.body p, div.body dd, div.body li, div.body blockquote { + -moz-hyphens: auto; + -ms-hyphens: auto; + -webkit-hyphens: auto; + hyphens: auto; +} + +a.headerlink { + visibility: hidden; +} + +h1:hover > a.headerlink, +h2:hover > a.headerlink, +h3:hover > a.headerlink, +h4:hover > a.headerlink, +h5:hover > a.headerlink, +h6:hover > a.headerlink, +dt:hover > a.headerlink, +caption:hover > a.headerlink, +p.caption:hover > a.headerlink, +div.code-block-caption:hover > a.headerlink { + visibility: visible; +} + +div.body p.caption { + text-align: inherit; +} + +div.body td { + text-align: left; +} + +.first { + margin-top: 0 !important; +} + +p.rubric { + margin-top: 30px; + font-weight: bold; +} + +img.align-left, figure.align-left, .figure.align-left, object.align-left { + clear: left; + float: left; + margin-right: 1em; +} + +img.align-right, figure.align-right, .figure.align-right, object.align-right { + clear: right; + float: right; + margin-left: 1em; +} + +img.align-center, figure.align-center, .figure.align-center, object.align-center { + display: block; + margin-left: auto; + margin-right: auto; +} + +img.align-default, figure.align-default, .figure.align-default { + display: block; + margin-left: auto; + margin-right: auto; +} + +.align-left { + text-align: left; +} + +.align-center { + text-align: center; +} + +.align-default { + text-align: center; +} + +.align-right { + text-align: right; +} + +/* -- sidebars -------------------------------------------------------------- */ + +div.sidebar, +aside.sidebar { + margin: 0 0 0.5em 1em; + border: 1px solid #ddb; + padding: 7px; + background-color: #ffe; + width: 40%; + float: right; + clear: right; + overflow-x: auto; +} + +p.sidebar-title { + font-weight: bold; +} +nav.contents, +aside.topic, +div.admonition, div.topic, blockquote { + clear: left; +} + +/* -- topics ---------------------------------------------------------------- */ +nav.contents, +aside.topic, +div.topic { + border: 1px solid #ccc; + padding: 7px; + margin: 10px 0 10px 0; +} + +p.topic-title { + font-size: 1.1em; + font-weight: bold; + margin-top: 10px; +} + +/* -- admonitions ----------------------------------------------------------- */ + +div.admonition { + margin-top: 10px; + margin-bottom: 10px; + padding: 7px; +} + +div.admonition dt { + font-weight: bold; +} + +p.admonition-title { + margin: 0px 10px 5px 0px; + font-weight: bold; +} + +div.body p.centered { + text-align: center; + margin-top: 25px; +} + +/* -- content of sidebars/topics/admonitions -------------------------------- */ + +div.sidebar > :last-child, +aside.sidebar > :last-child, +nav.contents > :last-child, +aside.topic > :last-child, +div.topic > :last-child, +div.admonition > :last-child { + margin-bottom: 0; +} + +div.sidebar::after, +aside.sidebar::after, +nav.contents::after, +aside.topic::after, +div.topic::after, +div.admonition::after, +blockquote::after { + display: block; + content: ''; + clear: both; +} + +/* -- tables ---------------------------------------------------------------- */ + +table.docutils { + margin-top: 10px; + margin-bottom: 10px; + border: 0; + border-collapse: collapse; +} + +table.align-center { + margin-left: auto; + margin-right: auto; +} + +table.align-default { + margin-left: auto; + margin-right: auto; +} + +table caption span.caption-number { + font-style: italic; +} + +table caption span.caption-text { +} + +table.docutils td, table.docutils th { + padding: 1px 8px 1px 5px; + border-top: 0; + border-left: 0; + border-right: 0; + border-bottom: 1px solid #aaa; +} + +th { + text-align: left; + padding-right: 5px; +} + +table.citation { + border-left: solid 1px gray; + margin-left: 1px; +} + +table.citation td { + border-bottom: none; +} + +th > :first-child, +td > :first-child { + margin-top: 0px; +} + +th > :last-child, +td > :last-child { + margin-bottom: 0px; +} + +/* -- figures --------------------------------------------------------------- */ + +div.figure, figure { + margin: 0.5em; + padding: 0.5em; +} + +div.figure p.caption, figcaption { + padding: 0.3em; +} + +div.figure p.caption span.caption-number, +figcaption span.caption-number { + font-style: italic; +} + +div.figure p.caption span.caption-text, +figcaption span.caption-text { +} + +/* -- field list styles ----------------------------------------------------- */ + +table.field-list td, table.field-list th { + border: 0 !important; +} + +.field-list ul { + margin: 0; + padding-left: 1em; +} + +.field-list p { + margin: 0; +} + +.field-name { + -moz-hyphens: manual; + -ms-hyphens: manual; + -webkit-hyphens: manual; + hyphens: manual; +} + +/* -- hlist styles ---------------------------------------------------------- */ + +table.hlist { + margin: 1em 0; +} + +table.hlist td { + vertical-align: top; +} + +/* -- object description styles --------------------------------------------- */ + +.sig { + font-family: 'Consolas', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace; +} + +.sig-name, code.descname { + background-color: transparent; + font-weight: bold; +} + +.sig-name { + font-size: 1.1em; +} + +code.descname { + font-size: 1.2em; +} + +.sig-prename, code.descclassname { + background-color: transparent; +} + +.optional { + font-size: 1.3em; +} + +.sig-paren { + font-size: larger; +} + +.sig-param.n { + font-style: italic; +} + +/* C++ specific styling */ + +.sig-inline.c-texpr, +.sig-inline.cpp-texpr { + font-family: unset; +} + +.sig.c .k, .sig.c .kt, +.sig.cpp .k, .sig.cpp .kt { + color: #0033B3; +} + +.sig.c .m, +.sig.cpp .m { + color: #1750EB; +} + +.sig.c .s, .sig.c .sc, +.sig.cpp .s, .sig.cpp .sc { + color: #067D17; +} + + +/* -- other body styles ----------------------------------------------------- */ + +ol.arabic { + list-style: decimal; +} + +ol.loweralpha { + list-style: lower-alpha; +} + +ol.upperalpha { + list-style: upper-alpha; +} + +ol.lowerroman { + list-style: lower-roman; +} + +ol.upperroman { + list-style: upper-roman; +} + +:not(li) > ol > li:first-child > :first-child, +:not(li) > ul > li:first-child > :first-child { + margin-top: 0px; +} + +:not(li) > ol > li:last-child > :last-child, +:not(li) > ul > li:last-child > :last-child { + margin-bottom: 0px; +} + +ol.simple ol p, +ol.simple ul p, +ul.simple ol p, +ul.simple ul p { + margin-top: 0; +} + +ol.simple > li:not(:first-child) > p, +ul.simple > li:not(:first-child) > p { + margin-top: 0; +} + +ol.simple p, +ul.simple p { + margin-bottom: 0; +} +aside.footnote > span, +div.citation > span { + float: left; +} +aside.footnote > span:last-of-type, +div.citation > span:last-of-type { + padding-right: 0.5em; +} +aside.footnote > p { + margin-left: 2em; +} +div.citation > p { + margin-left: 4em; +} +aside.footnote > p:last-of-type, +div.citation > p:last-of-type { + margin-bottom: 0em; +} +aside.footnote > p:last-of-type:after, +div.citation > p:last-of-type:after { + content: ""; + clear: both; +} + +dl.field-list { + display: grid; + grid-template-columns: fit-content(30%) auto; +} + +dl.field-list > dt { + font-weight: bold; + word-break: break-word; + padding-left: 0.5em; + padding-right: 5px; +} + +dl.field-list > dd { + padding-left: 0.5em; + margin-top: 0em; + margin-left: 0em; + margin-bottom: 0em; +} + +dl { + margin-bottom: 15px; +} + +dd > :first-child { + margin-top: 0px; +} + +dd ul, dd table { + margin-bottom: 10px; +} + +dd { + margin-top: 3px; + margin-bottom: 10px; + margin-left: 30px; +} + +dl > dd:last-child, +dl > dd:last-child > :last-child { + margin-bottom: 0; +} + +dt:target, span.highlighted { + background-color: #fbe54e; +} + +rect.highlighted { + fill: #fbe54e; +} + +dl.glossary dt { + font-weight: bold; + font-size: 1.1em; +} + +.versionmodified { + font-style: italic; +} + +.system-message { + background-color: #fda; + padding: 5px; + border: 3px solid red; +} + +.footnote:target { + background-color: #ffa; +} + +.line-block { + display: block; + margin-top: 1em; + margin-bottom: 1em; +} + +.line-block .line-block { + margin-top: 0; + margin-bottom: 0; + margin-left: 1.5em; +} + +.guilabel, .menuselection { + font-family: sans-serif; +} + +.accelerator { + text-decoration: underline; +} + +.classifier { + font-style: oblique; +} + +.classifier:before { + font-style: normal; + margin: 0 0.5em; + content: ":"; + display: inline-block; +} + +abbr, acronym { + border-bottom: dotted 1px; + cursor: help; +} + +/* -- code displays --------------------------------------------------------- */ + +pre { + overflow: auto; + overflow-y: hidden; /* fixes display issues on Chrome browsers */ +} + +pre, div[class*="highlight-"] { + clear: both; +} + +span.pre { + -moz-hyphens: none; + -ms-hyphens: none; + -webkit-hyphens: none; + hyphens: none; + white-space: nowrap; +} + +div[class*="highlight-"] { + margin: 1em 0; +} + +td.linenos pre { + border: 0; + background-color: transparent; + color: #aaa; +} + +table.highlighttable { + display: block; +} + +table.highlighttable tbody { + display: block; +} + +table.highlighttable tr { + display: flex; +} + +table.highlighttable td { + margin: 0; + padding: 0; +} + +table.highlighttable td.linenos { + padding-right: 0.5em; +} + +table.highlighttable td.code { + flex: 1; + overflow: hidden; +} + +.highlight .hll { + display: block; +} + +div.highlight pre, +table.highlighttable pre { + margin: 0; +} + +div.code-block-caption + div { + margin-top: 0; +} + +div.code-block-caption { + margin-top: 1em; + padding: 2px 5px; + font-size: small; +} + +div.code-block-caption code { + background-color: transparent; +} + +table.highlighttable td.linenos, +span.linenos, +div.highlight span.gp { /* gp: Generic.Prompt */ + user-select: none; + -webkit-user-select: text; /* Safari fallback only */ + -webkit-user-select: none; /* Chrome/Safari */ + -moz-user-select: none; /* Firefox */ + -ms-user-select: none; /* IE10+ */ +} + +div.code-block-caption span.caption-number { + padding: 0.1em 0.3em; + font-style: italic; +} + +div.code-block-caption span.caption-text { +} + +div.literal-block-wrapper { + margin: 1em 0; +} + +code.xref, a code { + background-color: transparent; + font-weight: bold; +} + +h1 code, h2 code, h3 code, h4 code, h5 code, h6 code { + background-color: transparent; +} + +.viewcode-link { + float: right; +} + +.viewcode-back { + float: right; + font-family: sans-serif; +} + +div.viewcode-block:target { + margin: -1px -10px; + padding: 0 10px; +} + +/* -- math display ---------------------------------------------------------- */ + +img.math { + vertical-align: middle; +} + +div.body div.math p { + text-align: center; +} + +span.eqno { + float: right; +} + +span.eqno a.headerlink { + position: absolute; + z-index: 1; +} + +div.math:hover a.headerlink { + visibility: visible; +} + +/* -- printout stylesheet --------------------------------------------------- */ + +@media print { + div.document, + div.documentwrapper, + div.bodywrapper { + margin: 0 !important; + width: 100%; + } + + div.sphinxsidebar, + div.related, + div.footer, + #top-link { + display: none; + } +} \ No newline at end of file diff --git a/_static/battinfologo.ico b/_static/battinfologo.ico new file mode 100644 index 0000000000000000000000000000000000000000..5c6375dcf234c1f7ce4e83035d048f4162d2905d GIT binary patch literal 16853 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�zYrM}S4+gMIcabe>uyS@keBA9{a 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 RV5G-uersS|AU*;y`9J3GwBY~% literal 0 HcmV?d00001 diff --git a/_static/css/custom.css b/_static/css/custom.css new file mode 100644 index 0000000..a4e8548 --- /dev/null +++ b/_static/css/custom.css @@ -0,0 +1,34 @@ +td.element-table-key, td.element-table-value { + vertical-align: top; +} + +td.element-table-key { + text-align: right; + padding-right: 2mm; + width: 20%; +} + +span.element-table-key { + font-weight: bold; +} + +table.element-table { + width: 100%; + text-align: left; +} + +html table.element-table tr:nth-child(odd) td{ + background-color: Gainsboro; +} + +table.element-table tr:nth-child(even) td{ + background-color: GhostWhite; +} + +html[data-theme=dark] table.element-table tr:nth-child(odd) td{ + background-color: black; +} + +html[data-theme=dark] table.element-table tr:nth-child(even) td{ + background-color: black; +} diff --git a/_static/doctools.js b/_static/doctools.js new file mode 100644 index 0000000..527b876 --- /dev/null +++ b/_static/doctools.js @@ -0,0 +1,156 @@ +/* + * doctools.js + * ~~~~~~~~~~~ + * + * Base JavaScript utilities for all Sphinx HTML documentation. + * + * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. + * :license: BSD, see LICENSE for details. + * + */ +"use strict"; + +const BLACKLISTED_KEY_CONTROL_ELEMENTS = new Set([ + "TEXTAREA", + "INPUT", + "SELECT", + "BUTTON", +]); + +const _ready = (callback) => { + if (document.readyState !== "loading") { + callback(); + } else { + document.addEventListener("DOMContentLoaded", callback); + } +}; + +/** + * Small JavaScript module for the documentation. + */ +const Documentation = { + init: () => { + Documentation.initDomainIndexTable(); + Documentation.initOnKeyListeners(); + }, + + /** + * i18n support + */ + TRANSLATIONS: {}, + PLURAL_EXPR: (n) => (n === 1 ? 0 : 1), + LOCALE: "unknown", + + // gettext and ngettext don't access this so that the functions + // can safely bound to a different name (_ = Documentation.gettext) + gettext: (string) => { + const translated = Documentation.TRANSLATIONS[string]; + switch (typeof translated) { + case "undefined": + return string; // no translation + case "string": + return translated; // translation exists + default: + return translated[0]; // (singular, plural) translation tuple exists + } + }, + + ngettext: (singular, plural, n) => { + const translated = Documentation.TRANSLATIONS[singular]; + if (typeof translated !== "undefined") + return translated[Documentation.PLURAL_EXPR(n)]; + return n === 1 ? singular : plural; + }, + + addTranslations: (catalog) => { + Object.assign(Documentation.TRANSLATIONS, catalog.messages); + Documentation.PLURAL_EXPR = new Function( + "n", + `return (${catalog.plural_expr})` + ); + Documentation.LOCALE = catalog.locale; + }, + + /** + * helper function to focus on search bar + */ + focusSearchBar: () => { + document.querySelectorAll("input[name=q]")[0]?.focus(); + }, + + /** + * Initialise the domain index toggle buttons + */ + initDomainIndexTable: () => { + const toggler = (el) => { + const idNumber = el.id.substr(7); + const toggledRows = document.querySelectorAll(`tr.cg-${idNumber}`); + if (el.src.substr(-9) === "minus.png") { + el.src = `${el.src.substr(0, el.src.length - 9)}plus.png`; + toggledRows.forEach((el) => (el.style.display = "none")); + } else { + el.src = `${el.src.substr(0, el.src.length - 8)}minus.png`; + toggledRows.forEach((el) => (el.style.display = "")); + } + }; + + const togglerElements = document.querySelectorAll("img.toggler"); + togglerElements.forEach((el) => + el.addEventListener("click", (event) => toggler(event.currentTarget)) + ); + togglerElements.forEach((el) => (el.style.display = "")); + if (DOCUMENTATION_OPTIONS.COLLAPSE_INDEX) togglerElements.forEach(toggler); + }, + + initOnKeyListeners: () => { + // only install a listener if it is really needed + if ( + !DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS && + !DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS + ) + return; + + document.addEventListener("keydown", (event) => { + // bail for input elements + if (BLACKLISTED_KEY_CONTROL_ELEMENTS.has(document.activeElement.tagName)) return; + // bail with special keys + if (event.altKey || event.ctrlKey || event.metaKey) return; + + if (!event.shiftKey) { + switch (event.key) { + case "ArrowLeft": + if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) break; + + const prevLink = document.querySelector('link[rel="prev"]'); + if (prevLink && prevLink.href) { + window.location.href = prevLink.href; + event.preventDefault(); + } + break; + case "ArrowRight": + if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) break; + + const nextLink = document.querySelector('link[rel="next"]'); + if (nextLink && nextLink.href) { + window.location.href = nextLink.href; + event.preventDefault(); + } + break; + } + } + + // some keyboard layouts may need Shift to get / + switch (event.key) { + case "/": + if (!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) break; + Documentation.focusSearchBar(); + event.preventDefault(); + } + }); + }, +}; + +// quick alias for translations +const _ = Documentation.gettext; + +_ready(Documentation.init); diff --git a/_static/documentation_options.js b/_static/documentation_options.js new file mode 100644 index 0000000..902bb33 --- /dev/null +++ b/_static/documentation_options.js @@ -0,0 +1,14 @@ +var DOCUMENTATION_OPTIONS = { + URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), + VERSION: '', + LANGUAGE: 'en', + COLLAPSE_INDEX: false, + BUILDER: 'html', + FILE_SUFFIX: '.html', + LINK_SUFFIX: '.html', + HAS_SOURCE: true, + SOURCELINK_SUFFIX: '.txt', + NAVIGATION_WITH_KEYS: true, + SHOW_SEARCH_SUMMARY: true, + ENABLE_SEARCH_SHORTCUTS: true, +}; \ No newline at end of file diff --git a/_static/file.png b/_static/file.png new file mode 100644 index 0000000000000000000000000000000000000000..a858a410e4faa62ce324d814e4b816fff83a6fb3 GIT binary patch literal 286 zcmV+(0pb3MP)s`hMrGg#P~ix$^RISR_I47Y|r1 z_CyJOe}D1){SET-^Amu_i71Lt6eYfZjRyw@I6OQAIXXHDfiX^GbOlHe=Ae4>0m)d(f|Me07*qoM6N<$f}vM^LjV8( literal 0 HcmV?d00001 diff --git a/_static/jquery-3.6.0.js b/_static/jquery-3.6.0.js new file mode 100644 index 0000000..fc6c299 --- /dev/null +++ b/_static/jquery-3.6.0.js @@ -0,0 +1,10881 @@ +/*! + * jQuery JavaScript Library v3.6.0 + * https://jquery.com/ + * + * Includes Sizzle.js + * https://sizzlejs.com/ + * + * Copyright OpenJS Foundation and other contributors + * Released under the MIT license + * https://jquery.org/license + * + * Date: 2021-03-02T17:08Z + */ +( function( global, factory ) { + + "use strict"; + + if ( typeof module === "object" && typeof module.exports === "object" ) { + + // For CommonJS and CommonJS-like environments where a proper `window` + // is present, execute the factory and get jQuery. + // For environments that do not have a `window` with a `document` + // (such as Node.js), expose a factory as module.exports. + // This accentuates the need for the creation of a real `window`. + // e.g. var jQuery = require("jquery")(window); + // See ticket #14549 for more info. + module.exports = global.document ? + factory( global, true ) : + function( w ) { + if ( !w.document ) { + throw new Error( "jQuery requires a window with a document" ); + } + return factory( w ); + }; + } else { + factory( global ); + } + +// Pass this if window is not defined yet +} )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) { + +// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1 +// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode +// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common +// enough that all such attempts are guarded in a try block. +"use strict"; + +var arr = []; + +var getProto = Object.getPrototypeOf; + +var slice = arr.slice; + +var flat = arr.flat ? function( array ) { + return arr.flat.call( array ); +} : function( array ) { + return arr.concat.apply( [], array ); +}; + + +var push = arr.push; + +var indexOf = arr.indexOf; + +var class2type = {}; + +var toString = class2type.toString; + +var hasOwn = class2type.hasOwnProperty; + +var fnToString = hasOwn.toString; + +var ObjectFunctionString = fnToString.call( Object ); + +var support = {}; + +var isFunction = function isFunction( obj ) { + + // Support: Chrome <=57, Firefox <=52 + // In some browsers, typeof returns "function" for HTML elements + // (i.e., `typeof document.createElement( "object" ) === "function"`). + // We don't want to classify *any* DOM node as a function. + // Support: QtWeb <=3.8.5, WebKit <=534.34, wkhtmltopdf tool <=0.12.5 + // Plus for old WebKit, typeof returns "function" for HTML collections + // (e.g., `typeof document.getElementsByTagName("div") === "function"`). (gh-4756) + return typeof obj === "function" && typeof obj.nodeType !== "number" && + typeof obj.item !== "function"; + }; + + +var isWindow = function isWindow( obj ) { + return obj != null && obj === obj.window; + }; + + +var document = window.document; + + + + var preservedScriptAttributes = { + type: true, + src: true, + nonce: true, + noModule: true + }; + + function DOMEval( code, node, doc ) { + doc = doc || document; + + var i, val, + script = doc.createElement( "script" ); + + script.text = code; + if ( node ) { + for ( i in preservedScriptAttributes ) { + + // Support: Firefox 64+, Edge 18+ + // Some browsers don't support the "nonce" property on scripts. + // On the other hand, just using `getAttribute` is not enough as + // the `nonce` attribute is reset to an empty string whenever it + // becomes browsing-context connected. + // See https://github.com/whatwg/html/issues/2369 + // See https://html.spec.whatwg.org/#nonce-attributes + // The `node.getAttribute` check was added for the sake of + // `jQuery.globalEval` so that it can fake a nonce-containing node + // via an object. + val = node[ i ] || node.getAttribute && node.getAttribute( i ); + if ( val ) { + script.setAttribute( i, val ); + } + } + } + doc.head.appendChild( script ).parentNode.removeChild( script ); + } + + +function toType( obj ) { + if ( obj == null ) { + return obj + ""; + } + + // Support: Android <=2.3 only (functionish RegExp) + return typeof obj === "object" || typeof obj === "function" ? + class2type[ toString.call( obj ) ] || "object" : + typeof obj; +} +/* global Symbol */ +// Defining this global in .eslintrc.json would create a danger of using the global +// unguarded in another place, it seems safer to define global only for this module + + + +var + version = "3.6.0", + + // Define a local copy of jQuery + jQuery = function( selector, context ) { + + // The jQuery object is actually just the init constructor 'enhanced' + // Need init if jQuery is called (just allow error to be thrown if not included) + return new jQuery.fn.init( selector, context ); + }; + +jQuery.fn = jQuery.prototype = { + + // The current version of jQuery being used + jquery: version, + + constructor: jQuery, + + // The default length of a jQuery object is 0 + length: 0, + + toArray: function() { + return slice.call( this ); + }, + + // Get the Nth element in the matched element set OR + // Get the whole matched element set as a clean array + get: function( num ) { + + // Return all the elements in a clean array + if ( num == null ) { + return slice.call( this ); + } + + // Return just the one element from the set + return num < 0 ? this[ num + this.length ] : this[ num ]; + }, + + // Take an array of elements and push it onto the stack + // (returning the new matched element set) + pushStack: function( elems ) { + + // Build a new jQuery matched element set + var ret = jQuery.merge( this.constructor(), elems ); + + // Add the old object onto the stack (as a reference) + ret.prevObject = this; + + // Return the newly-formed element set + return ret; + }, + + // Execute a callback for every element in the matched set. + each: function( callback ) { + return jQuery.each( this, callback ); + }, + + map: function( callback ) { + return this.pushStack( jQuery.map( this, function( elem, i ) { + return callback.call( elem, i, elem ); + } ) ); + }, + + slice: function() { + return this.pushStack( slice.apply( this, arguments ) ); + }, + + first: function() { + return this.eq( 0 ); + }, + + last: function() { + return this.eq( -1 ); + }, + + even: function() { + return this.pushStack( jQuery.grep( this, function( _elem, i ) { + return ( i + 1 ) % 2; + } ) ); + }, + + odd: function() { + return this.pushStack( jQuery.grep( this, function( _elem, i ) { + return i % 2; + } ) ); + }, + + eq: function( i ) { + var len = this.length, + j = +i + ( i < 0 ? len : 0 ); + return this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] ); + }, + + end: function() { + return this.prevObject || this.constructor(); + }, + + // For internal use only. + // Behaves like an Array's method, not like a jQuery method. + push: push, + sort: arr.sort, + splice: arr.splice +}; + +jQuery.extend = jQuery.fn.extend = function() { + var options, name, src, copy, copyIsArray, clone, + target = arguments[ 0 ] || {}, + i = 1, + length = arguments.length, + deep = false; + + // Handle a deep copy situation + if ( typeof target === "boolean" ) { + deep = target; + + // Skip the boolean and the target + target = arguments[ i ] || {}; + i++; + } + + // Handle case when target is a string or something (possible in deep copy) + if ( typeof target !== "object" && !isFunction( target ) ) { + target = {}; + } + + // Extend jQuery itself if only one argument is passed + if ( i === length ) { + target = this; + i--; + } + + for ( ; i < length; i++ ) { + + // Only deal with non-null/undefined values + if ( ( options = arguments[ i ] ) != null ) { + + // Extend the base object + for ( name in options ) { + copy = options[ name ]; + + // Prevent Object.prototype pollution + // Prevent never-ending loop + if ( name === "__proto__" || target === copy ) { + continue; + } + + // Recurse if we're merging plain objects or arrays + if ( deep && copy && ( jQuery.isPlainObject( copy ) || + ( copyIsArray = Array.isArray( copy ) ) ) ) { + src = target[ name ]; + + // Ensure proper type for the source value + if ( copyIsArray && !Array.isArray( src ) ) { + clone = []; + } else if ( !copyIsArray && !jQuery.isPlainObject( src ) ) { + clone = {}; + } else { + clone = src; + } + copyIsArray = false; + + // Never move original objects, clone them + target[ name ] = jQuery.extend( deep, clone, copy ); + + // Don't bring in undefined values + } else if ( copy !== undefined ) { + target[ name ] = copy; + } + } + } + } + + // Return the modified object + return target; +}; + +jQuery.extend( { + + // Unique for each copy of jQuery on the page + expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ), + + // Assume jQuery is ready without the ready module + isReady: true, + + error: function( msg ) { + throw new Error( msg ); + }, + + noop: function() {}, + + isPlainObject: function( obj ) { + var proto, Ctor; + + // Detect obvious negatives + // Use toString instead of jQuery.type to catch host objects + if ( !obj || toString.call( obj ) !== "[object Object]" ) { + return false; + } + + proto = getProto( obj ); + + // Objects with no prototype (e.g., `Object.create( null )`) are plain + if ( !proto ) { + return true; + } + + // Objects with prototype are plain iff they were constructed by a global Object function + Ctor = hasOwn.call( proto, "constructor" ) && proto.constructor; + return typeof Ctor === "function" && fnToString.call( Ctor ) === ObjectFunctionString; + }, + + isEmptyObject: function( obj ) { + var name; + + for ( name in obj ) { + return false; + } + return true; + }, + + // Evaluates a script in a provided context; falls back to the global one + // if not specified. + globalEval: function( code, options, doc ) { + DOMEval( code, { nonce: options && options.nonce }, doc ); + }, + + each: function( obj, callback ) { + var length, i = 0; + + if ( isArrayLike( obj ) ) { + length = obj.length; + for ( ; i < length; i++ ) { + if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { + break; + } + } + } else { + for ( i in obj ) { + if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { + break; + } + } + } + + return obj; + }, + + // results is for internal usage only + makeArray: function( arr, results ) { + var ret = results || []; + + if ( arr != null ) { + if ( isArrayLike( Object( arr ) ) ) { + jQuery.merge( ret, + typeof arr === "string" ? + [ arr ] : arr + ); + } else { + push.call( ret, arr ); + } + } + + return ret; + }, + + inArray: function( elem, arr, i ) { + return arr == null ? -1 : indexOf.call( arr, elem, i ); + }, + + // Support: Android <=4.0 only, PhantomJS 1 only + // push.apply(_, arraylike) throws on ancient WebKit + merge: function( first, second ) { + var len = +second.length, + j = 0, + i = first.length; + + for ( ; j < len; j++ ) { + first[ i++ ] = second[ j ]; + } + + first.length = i; + + return first; + }, + + grep: function( elems, callback, invert ) { + var callbackInverse, + matches = [], + i = 0, + length = elems.length, + callbackExpect = !invert; + + // Go through the array, only saving the items + // that pass the validator function + for ( ; i < length; i++ ) { + callbackInverse = !callback( elems[ i ], i ); + if ( callbackInverse !== callbackExpect ) { + matches.push( elems[ i ] ); + } + } + + return matches; + }, + + // arg is for internal usage only + map: function( elems, callback, arg ) { + var length, value, + i = 0, + ret = []; + + // Go through the array, translating each of the items to their new values + if ( isArrayLike( elems ) ) { + length = elems.length; + for ( ; i < length; i++ ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret.push( value ); + } + } + + // Go through every key on the object, + } else { + for ( i in elems ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret.push( value ); + } + } + } + + // Flatten any nested arrays + return flat( ret ); + }, + + // A global GUID counter for objects + guid: 1, + + // jQuery.support is not used in Core but other projects attach their + // properties to it so it needs to exist. + support: support +} ); + +if ( typeof Symbol === "function" ) { + jQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ]; +} + +// Populate the class2type map +jQuery.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ), + function( _i, name ) { + class2type[ "[object " + name + "]" ] = name.toLowerCase(); + } ); + +function isArrayLike( obj ) { + + // Support: real iOS 8.2 only (not reproducible in simulator) + // `in` check used to prevent JIT error (gh-2145) + // hasOwn isn't used here due to false negatives + // regarding Nodelist length in IE + var length = !!obj && "length" in obj && obj.length, + type = toType( obj ); + + if ( isFunction( obj ) || isWindow( obj ) ) { + return false; + } + + return type === "array" || length === 0 || + typeof length === "number" && length > 0 && ( length - 1 ) in obj; +} +var Sizzle = +/*! + * Sizzle CSS Selector Engine v2.3.6 + * https://sizzlejs.com/ + * + * Copyright JS Foundation and other contributors + * Released under the MIT license + * https://js.foundation/ + * + * Date: 2021-02-16 + */ +( function( window ) { +var i, + support, + Expr, + getText, + isXML, + tokenize, + compile, + select, + outermostContext, + sortInput, + hasDuplicate, + + // Local document vars + setDocument, + document, + docElem, + documentIsHTML, + rbuggyQSA, + rbuggyMatches, + matches, + contains, + + // Instance-specific data + expando = "sizzle" + 1 * new Date(), + preferredDoc = window.document, + dirruns = 0, + done = 0, + classCache = createCache(), + tokenCache = createCache(), + compilerCache = createCache(), + nonnativeSelectorCache = createCache(), + sortOrder = function( a, b ) { + if ( a === b ) { + hasDuplicate = true; + } + return 0; + }, + + // Instance methods + hasOwn = ( {} ).hasOwnProperty, + arr = [], + pop = arr.pop, + pushNative = arr.push, + push = arr.push, + slice = arr.slice, + + // Use a stripped-down indexOf as it's faster than native + // https://jsperf.com/thor-indexof-vs-for/5 + indexOf = function( list, elem ) { + var i = 0, + len = list.length; + for ( ; i < len; i++ ) { + if ( list[ i ] === elem ) { + return i; + } + } + return -1; + }, + + booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|" + + "ismap|loop|multiple|open|readonly|required|scoped", + + // Regular expressions + + // http://www.w3.org/TR/css3-selectors/#whitespace + whitespace = "[\\x20\\t\\r\\n\\f]", + + // https://www.w3.org/TR/css-syntax-3/#ident-token-diagram + identifier = "(?:\\\\[\\da-fA-F]{1,6}" + whitespace + + "?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+", + + // Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors + attributes = "\\[" + whitespace + "*(" + identifier + ")(?:" + whitespace + + + // Operator (capture 2) + "*([*^$|!~]?=)" + whitespace + + + // "Attribute values must be CSS identifiers [capture 5] + // or strings [capture 3 or capture 4]" + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + identifier + "))|)" + + whitespace + "*\\]", + + pseudos = ":(" + identifier + ")(?:\\((" + + + // To reduce the number of selectors needing tokenize in the preFilter, prefer arguments: + // 1. quoted (capture 3; capture 4 or capture 5) + "('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|" + + + // 2. simple (capture 6) + "((?:\\\\.|[^\\\\()[\\]]|" + attributes + ")*)|" + + + // 3. anything else (capture 2) + ".*" + + ")\\)|)", + + // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter + rwhitespace = new RegExp( whitespace + "+", "g" ), + rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + + whitespace + "+$", "g" ), + + rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ), + rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + + "*" ), + rdescend = new RegExp( whitespace + "|>" ), + + rpseudo = new RegExp( pseudos ), + ridentifier = new RegExp( "^" + identifier + "$" ), + + matchExpr = { + "ID": new RegExp( "^#(" + identifier + ")" ), + "CLASS": new RegExp( "^\\.(" + identifier + ")" ), + "TAG": new RegExp( "^(" + identifier + "|[*])" ), + "ATTR": new RegExp( "^" + attributes ), + "PSEUDO": new RegExp( "^" + pseudos ), + "CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + + whitespace + "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + + whitespace + "*(\\d+)|))" + whitespace + "*\\)|)", "i" ), + "bool": new RegExp( "^(?:" + booleans + ")$", "i" ), + + // For use in libraries implementing .is() + // We use this for POS matching in `select` + "needsContext": new RegExp( "^" + whitespace + + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + whitespace + + "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" ) + }, + + rhtml = /HTML$/i, + rinputs = /^(?:input|select|textarea|button)$/i, + rheader = /^h\d$/i, + + rnative = /^[^{]+\{\s*\[native \w/, + + // Easily-parseable/retrievable ID or TAG or CLASS selectors + rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, + + rsibling = /[+~]/, + + // CSS escapes + // http://www.w3.org/TR/CSS21/syndata.html#escaped-characters + runescape = new RegExp( "\\\\[\\da-fA-F]{1,6}" + whitespace + "?|\\\\([^\\r\\n\\f])", "g" ), + funescape = function( escape, nonHex ) { + var high = "0x" + escape.slice( 1 ) - 0x10000; + + return nonHex ? + + // Strip the backslash prefix from a non-hex escape sequence + nonHex : + + // Replace a hexadecimal escape sequence with the encoded Unicode code point + // Support: IE <=11+ + // For values outside the Basic Multilingual Plane (BMP), manually construct a + // surrogate pair + high < 0 ? + String.fromCharCode( high + 0x10000 ) : + String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 ); + }, + + // CSS string/identifier serialization + // https://drafts.csswg.org/cssom/#common-serializing-idioms + rcssescape = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g, + fcssescape = function( ch, asCodePoint ) { + if ( asCodePoint ) { + + // U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER + if ( ch === "\0" ) { + return "\uFFFD"; + } + + // Control characters and (dependent upon position) numbers get escaped as code points + return ch.slice( 0, -1 ) + "\\" + + ch.charCodeAt( ch.length - 1 ).toString( 16 ) + " "; + } + + // Other potentially-special ASCII characters get backslash-escaped + return "\\" + ch; + }, + + // Used for iframes + // See setDocument() + // Removing the function wrapper causes a "Permission Denied" + // error in IE + unloadHandler = function() { + setDocument(); + }, + + inDisabledFieldset = addCombinator( + function( elem ) { + return elem.disabled === true && elem.nodeName.toLowerCase() === "fieldset"; + }, + { dir: "parentNode", next: "legend" } + ); + +// Optimize for push.apply( _, NodeList ) +try { + push.apply( + ( arr = slice.call( preferredDoc.childNodes ) ), + preferredDoc.childNodes + ); + + // Support: Android<4.0 + // Detect silently failing push.apply + // eslint-disable-next-line no-unused-expressions + arr[ preferredDoc.childNodes.length ].nodeType; +} catch ( e ) { + push = { apply: arr.length ? + + // Leverage slice if possible + function( target, els ) { + pushNative.apply( target, slice.call( els ) ); + } : + + // Support: IE<9 + // Otherwise append directly + function( target, els ) { + var j = target.length, + i = 0; + + // Can't trust NodeList.length + while ( ( target[ j++ ] = els[ i++ ] ) ) {} + target.length = j - 1; + } + }; +} + +function Sizzle( selector, context, results, seed ) { + var m, i, elem, nid, match, groups, newSelector, + newContext = context && context.ownerDocument, + + // nodeType defaults to 9, since context defaults to document + nodeType = context ? context.nodeType : 9; + + results = results || []; + + // Return early from calls with invalid selector or context + if ( typeof selector !== "string" || !selector || + nodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) { + + return results; + } + + // Try to shortcut find operations (as opposed to filters) in HTML documents + if ( !seed ) { + setDocument( context ); + context = context || document; + + if ( documentIsHTML ) { + + // If the selector is sufficiently simple, try using a "get*By*" DOM method + // (excepting DocumentFragment context, where the methods don't exist) + if ( nodeType !== 11 && ( match = rquickExpr.exec( selector ) ) ) { + + // ID selector + if ( ( m = match[ 1 ] ) ) { + + // Document context + if ( nodeType === 9 ) { + if ( ( elem = context.getElementById( m ) ) ) { + + // Support: IE, Opera, Webkit + // TODO: identify versions + // getElementById can match elements by name instead of ID + if ( elem.id === m ) { + results.push( elem ); + return results; + } + } else { + return results; + } + + // Element context + } else { + + // Support: IE, Opera, Webkit + // TODO: identify versions + // getElementById can match elements by name instead of ID + if ( newContext && ( elem = newContext.getElementById( m ) ) && + contains( context, elem ) && + elem.id === m ) { + + results.push( elem ); + return results; + } + } + + // Type selector + } else if ( match[ 2 ] ) { + push.apply( results, context.getElementsByTagName( selector ) ); + return results; + + // Class selector + } else if ( ( m = match[ 3 ] ) && support.getElementsByClassName && + context.getElementsByClassName ) { + + push.apply( results, context.getElementsByClassName( m ) ); + return results; + } + } + + // Take advantage of querySelectorAll + if ( support.qsa && + !nonnativeSelectorCache[ selector + " " ] && + ( !rbuggyQSA || !rbuggyQSA.test( selector ) ) && + + // Support: IE 8 only + // Exclude object elements + ( nodeType !== 1 || context.nodeName.toLowerCase() !== "object" ) ) { + + newSelector = selector; + newContext = context; + + // qSA considers elements outside a scoping root when evaluating child or + // descendant combinators, which is not what we want. + // In such cases, we work around the behavior by prefixing every selector in the + // list with an ID selector referencing the scope context. + // The technique has to be used as well when a leading combinator is used + // as such selectors are not recognized by querySelectorAll. + // Thanks to Andrew Dupont for this technique. + if ( nodeType === 1 && + ( rdescend.test( selector ) || rcombinators.test( selector ) ) ) { + + // Expand context for sibling selectors + newContext = rsibling.test( selector ) && testContext( context.parentNode ) || + context; + + // We can use :scope instead of the ID hack if the browser + // supports it & if we're not changing the context. + if ( newContext !== context || !support.scope ) { + + // Capture the context ID, setting it first if necessary + if ( ( nid = context.getAttribute( "id" ) ) ) { + nid = nid.replace( rcssescape, fcssescape ); + } else { + context.setAttribute( "id", ( nid = expando ) ); + } + } + + // Prefix every selector in the list + groups = tokenize( selector ); + i = groups.length; + while ( i-- ) { + groups[ i ] = ( nid ? "#" + nid : ":scope" ) + " " + + toSelector( groups[ i ] ); + } + newSelector = groups.join( "," ); + } + + try { + push.apply( results, + newContext.querySelectorAll( newSelector ) + ); + return results; + } catch ( qsaError ) { + nonnativeSelectorCache( selector, true ); + } finally { + if ( nid === expando ) { + context.removeAttribute( "id" ); + } + } + } + } + } + + // All others + return select( selector.replace( rtrim, "$1" ), context, results, seed ); +} + +/** + * Create key-value caches of limited size + * @returns {function(string, object)} Returns the Object data after storing it on itself with + * property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength) + * deleting the oldest entry + */ +function createCache() { + var keys = []; + + function cache( key, value ) { + + // Use (key + " ") to avoid collision with native prototype properties (see Issue #157) + if ( keys.push( key + " " ) > Expr.cacheLength ) { + + // Only keep the most recent entries + delete cache[ keys.shift() ]; + } + return ( cache[ key + " " ] = value ); + } + return cache; +} + +/** + * Mark a function for special use by Sizzle + * @param {Function} fn The function to mark + */ +function markFunction( fn ) { + fn[ expando ] = true; + return fn; +} + +/** + * Support testing using an element + * @param {Function} fn Passed the created element and returns a boolean result + */ +function assert( fn ) { + var el = document.createElement( "fieldset" ); + + try { + return !!fn( el ); + } catch ( e ) { + return false; + } finally { + + // Remove from its parent by default + if ( el.parentNode ) { + el.parentNode.removeChild( el ); + } + + // release memory in IE + el = null; + } +} + +/** + * Adds the same handler for all of the specified attrs + * @param {String} attrs Pipe-separated list of attributes + * @param {Function} handler The method that will be applied + */ +function addHandle( attrs, handler ) { + var arr = attrs.split( "|" ), + i = arr.length; + + while ( i-- ) { + Expr.attrHandle[ arr[ i ] ] = handler; + } +} + +/** + * Checks document order of two siblings + * @param {Element} a + * @param {Element} b + * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b + */ +function siblingCheck( a, b ) { + var cur = b && a, + diff = cur && a.nodeType === 1 && b.nodeType === 1 && + a.sourceIndex - b.sourceIndex; + + // Use IE sourceIndex if available on both nodes + if ( diff ) { + return diff; + } + + // Check if b follows a + if ( cur ) { + while ( ( cur = cur.nextSibling ) ) { + if ( cur === b ) { + return -1; + } + } + } + + return a ? 1 : -1; +} + +/** + * Returns a function to use in pseudos for input types + * @param {String} type + */ +function createInputPseudo( type ) { + return function( elem ) { + var name = elem.nodeName.toLowerCase(); + return name === "input" && elem.type === type; + }; +} + +/** + * Returns a function to use in pseudos for buttons + * @param {String} type + */ +function createButtonPseudo( type ) { + return function( elem ) { + var name = elem.nodeName.toLowerCase(); + return ( name === "input" || name === "button" ) && elem.type === type; + }; +} + +/** + * Returns a function to use in pseudos for :enabled/:disabled + * @param {Boolean} disabled true for :disabled; false for :enabled + */ +function createDisabledPseudo( disabled ) { + + // Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable + return function( elem ) { + + // Only certain elements can match :enabled or :disabled + // https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled + // https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled + if ( "form" in elem ) { + + // Check for inherited disabledness on relevant non-disabled elements: + // * listed form-associated elements in a disabled fieldset + // https://html.spec.whatwg.org/multipage/forms.html#category-listed + // https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled + // * option elements in a disabled optgroup + // https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled + // All such elements have a "form" property. + if ( elem.parentNode && elem.disabled === false ) { + + // Option elements defer to a parent optgroup if present + if ( "label" in elem ) { + if ( "label" in elem.parentNode ) { + return elem.parentNode.disabled === disabled; + } else { + return elem.disabled === disabled; + } + } + + // Support: IE 6 - 11 + // Use the isDisabled shortcut property to check for disabled fieldset ancestors + return elem.isDisabled === disabled || + + // Where there is no isDisabled, check manually + /* jshint -W018 */ + elem.isDisabled !== !disabled && + inDisabledFieldset( elem ) === disabled; + } + + return elem.disabled === disabled; + + // Try to winnow out elements that can't be disabled before trusting the disabled property. + // Some victims get caught in our net (label, legend, menu, track), but it shouldn't + // even exist on them, let alone have a boolean value. + } else if ( "label" in elem ) { + return elem.disabled === disabled; + } + + // Remaining elements are neither :enabled nor :disabled + return false; + }; +} + +/** + * Returns a function to use in pseudos for positionals + * @param {Function} fn + */ +function createPositionalPseudo( fn ) { + return markFunction( function( argument ) { + argument = +argument; + return markFunction( function( seed, matches ) { + var j, + matchIndexes = fn( [], seed.length, argument ), + i = matchIndexes.length; + + // Match elements found at the specified indexes + while ( i-- ) { + if ( seed[ ( j = matchIndexes[ i ] ) ] ) { + seed[ j ] = !( matches[ j ] = seed[ j ] ); + } + } + } ); + } ); +} + +/** + * Checks a node for validity as a Sizzle context + * @param {Element|Object=} context + * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value + */ +function testContext( context ) { + return context && typeof context.getElementsByTagName !== "undefined" && context; +} + +// Expose support vars for convenience +support = Sizzle.support = {}; + +/** + * Detects XML nodes + * @param {Element|Object} elem An element or a document + * @returns {Boolean} True iff elem is a non-HTML XML node + */ +isXML = Sizzle.isXML = function( elem ) { + var namespace = elem && elem.namespaceURI, + docElem = elem && ( elem.ownerDocument || elem ).documentElement; + + // Support: IE <=8 + // Assume HTML when documentElement doesn't yet exist, such as inside loading iframes + // https://bugs.jquery.com/ticket/4833 + return !rhtml.test( namespace || docElem && docElem.nodeName || "HTML" ); +}; + +/** + * Sets document-related variables once based on the current document + * @param {Element|Object} [doc] An element or document object to use to set the document + * @returns {Object} Returns the current document + */ +setDocument = Sizzle.setDocument = function( node ) { + var hasCompare, subWindow, + doc = node ? node.ownerDocument || node : preferredDoc; + + // Return early if doc is invalid or already selected + // Support: IE 11+, Edge 17 - 18+ + // IE/Edge sometimes throw a "Permission denied" error when strict-comparing + // two documents; shallow comparisons work. + // eslint-disable-next-line eqeqeq + if ( doc == document || doc.nodeType !== 9 || !doc.documentElement ) { + return document; + } + + // Update global variables + document = doc; + docElem = document.documentElement; + documentIsHTML = !isXML( document ); + + // Support: IE 9 - 11+, Edge 12 - 18+ + // Accessing iframe documents after unload throws "permission denied" errors (jQuery #13936) + // Support: IE 11+, Edge 17 - 18+ + // IE/Edge sometimes throw a "Permission denied" error when strict-comparing + // two documents; shallow comparisons work. + // eslint-disable-next-line eqeqeq + if ( preferredDoc != document && + ( subWindow = document.defaultView ) && subWindow.top !== subWindow ) { + + // Support: IE 11, Edge + if ( subWindow.addEventListener ) { + subWindow.addEventListener( "unload", unloadHandler, false ); + + // Support: IE 9 - 10 only + } else if ( subWindow.attachEvent ) { + subWindow.attachEvent( "onunload", unloadHandler ); + } + } + + // Support: IE 8 - 11+, Edge 12 - 18+, Chrome <=16 - 25 only, Firefox <=3.6 - 31 only, + // Safari 4 - 5 only, Opera <=11.6 - 12.x only + // IE/Edge & older browsers don't support the :scope pseudo-class. + // Support: Safari 6.0 only + // Safari 6.0 supports :scope but it's an alias of :root there. + support.scope = assert( function( el ) { + docElem.appendChild( el ).appendChild( document.createElement( "div" ) ); + return typeof el.querySelectorAll !== "undefined" && + !el.querySelectorAll( ":scope fieldset div" ).length; + } ); + + /* Attributes + ---------------------------------------------------------------------- */ + + // Support: IE<8 + // Verify that getAttribute really returns attributes and not properties + // (excepting IE8 booleans) + support.attributes = assert( function( el ) { + el.className = "i"; + return !el.getAttribute( "className" ); + } ); + + /* getElement(s)By* + ---------------------------------------------------------------------- */ + + // Check if getElementsByTagName("*") returns only elements + support.getElementsByTagName = assert( function( el ) { + el.appendChild( document.createComment( "" ) ); + return !el.getElementsByTagName( "*" ).length; + } ); + + // Support: IE<9 + support.getElementsByClassName = rnative.test( document.getElementsByClassName ); + + // Support: IE<10 + // Check if getElementById returns elements by name + // The broken getElementById methods don't pick up programmatically-set names, + // so use a roundabout getElementsByName test + support.getById = assert( function( el ) { + docElem.appendChild( el ).id = expando; + return !document.getElementsByName || !document.getElementsByName( expando ).length; + } ); + + // ID filter and find + if ( support.getById ) { + Expr.filter[ "ID" ] = function( id ) { + var attrId = id.replace( runescape, funescape ); + return function( elem ) { + return elem.getAttribute( "id" ) === attrId; + }; + }; + Expr.find[ "ID" ] = function( id, context ) { + if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { + var elem = context.getElementById( id ); + return elem ? [ elem ] : []; + } + }; + } else { + Expr.filter[ "ID" ] = function( id ) { + var attrId = id.replace( runescape, funescape ); + return function( elem ) { + var node = typeof elem.getAttributeNode !== "undefined" && + elem.getAttributeNode( "id" ); + return node && node.value === attrId; + }; + }; + + // Support: IE 6 - 7 only + // getElementById is not reliable as a find shortcut + Expr.find[ "ID" ] = function( id, context ) { + if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { + var node, i, elems, + elem = context.getElementById( id ); + + if ( elem ) { + + // Verify the id attribute + node = elem.getAttributeNode( "id" ); + if ( node && node.value === id ) { + return [ elem ]; + } + + // Fall back on getElementsByName + elems = context.getElementsByName( id ); + i = 0; + while ( ( elem = elems[ i++ ] ) ) { + node = elem.getAttributeNode( "id" ); + if ( node && node.value === id ) { + return [ elem ]; + } + } + } + + return []; + } + }; + } + + // Tag + Expr.find[ "TAG" ] = support.getElementsByTagName ? + function( tag, context ) { + if ( typeof context.getElementsByTagName !== "undefined" ) { + return context.getElementsByTagName( tag ); + + // DocumentFragment nodes don't have gEBTN + } else if ( support.qsa ) { + return context.querySelectorAll( tag ); + } + } : + + function( tag, context ) { + var elem, + tmp = [], + i = 0, + + // By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too + results = context.getElementsByTagName( tag ); + + // Filter out possible comments + if ( tag === "*" ) { + while ( ( elem = results[ i++ ] ) ) { + if ( elem.nodeType === 1 ) { + tmp.push( elem ); + } + } + + return tmp; + } + return results; + }; + + // Class + Expr.find[ "CLASS" ] = support.getElementsByClassName && function( className, context ) { + if ( typeof context.getElementsByClassName !== "undefined" && documentIsHTML ) { + return context.getElementsByClassName( className ); + } + }; + + /* QSA/matchesSelector + ---------------------------------------------------------------------- */ + + // QSA and matchesSelector support + + // matchesSelector(:active) reports false when true (IE9/Opera 11.5) + rbuggyMatches = []; + + // qSa(:focus) reports false when true (Chrome 21) + // We allow this because of a bug in IE8/9 that throws an error + // whenever `document.activeElement` is accessed on an iframe + // So, we allow :focus to pass through QSA all the time to avoid the IE error + // See https://bugs.jquery.com/ticket/13378 + rbuggyQSA = []; + + if ( ( support.qsa = rnative.test( document.querySelectorAll ) ) ) { + + // Build QSA regex + // Regex strategy adopted from Diego Perini + assert( function( el ) { + + var input; + + // Select is set to empty string on purpose + // This is to test IE's treatment of not explicitly + // setting a boolean content attribute, + // since its presence should be enough + // https://bugs.jquery.com/ticket/12359 + docElem.appendChild( el ).innerHTML = "" + + ""; + + // Support: IE8, Opera 11-12.16 + // Nothing should be selected when empty strings follow ^= or $= or *= + // The test attribute must be unknown in Opera but "safe" for WinRT + // https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section + if ( el.querySelectorAll( "[msallowcapture^='']" ).length ) { + rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" ); + } + + // Support: IE8 + // Boolean attributes and "value" are not treated correctly + if ( !el.querySelectorAll( "[selected]" ).length ) { + rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" ); + } + + // Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+ + if ( !el.querySelectorAll( "[id~=" + expando + "-]" ).length ) { + rbuggyQSA.push( "~=" ); + } + + // Support: IE 11+, Edge 15 - 18+ + // IE 11/Edge don't find elements on a `[name='']` query in some cases. + // Adding a temporary attribute to the document before the selection works + // around the issue. + // Interestingly, IE 10 & older don't seem to have the issue. + input = document.createElement( "input" ); + input.setAttribute( "name", "" ); + el.appendChild( input ); + if ( !el.querySelectorAll( "[name='']" ).length ) { + rbuggyQSA.push( "\\[" + whitespace + "*name" + whitespace + "*=" + + whitespace + "*(?:''|\"\")" ); + } + + // Webkit/Opera - :checked should return selected option elements + // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked + // IE8 throws error here and will not see later tests + if ( !el.querySelectorAll( ":checked" ).length ) { + rbuggyQSA.push( ":checked" ); + } + + // Support: Safari 8+, iOS 8+ + // https://bugs.webkit.org/show_bug.cgi?id=136851 + // In-page `selector#id sibling-combinator selector` fails + if ( !el.querySelectorAll( "a#" + expando + "+*" ).length ) { + rbuggyQSA.push( ".#.+[+~]" ); + } + + // Support: Firefox <=3.6 - 5 only + // Old Firefox doesn't throw on a badly-escaped identifier. + el.querySelectorAll( "\\\f" ); + rbuggyQSA.push( "[\\r\\n\\f]" ); + } ); + + assert( function( el ) { + el.innerHTML = "" + + ""; + + // Support: Windows 8 Native Apps + // The type and name attributes are restricted during .innerHTML assignment + var input = document.createElement( "input" ); + input.setAttribute( "type", "hidden" ); + el.appendChild( input ).setAttribute( "name", "D" ); + + // Support: IE8 + // Enforce case-sensitivity of name attribute + if ( el.querySelectorAll( "[name=d]" ).length ) { + rbuggyQSA.push( "name" + whitespace + "*[*^$|!~]?=" ); + } + + // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled) + // IE8 throws error here and will not see later tests + if ( el.querySelectorAll( ":enabled" ).length !== 2 ) { + rbuggyQSA.push( ":enabled", ":disabled" ); + } + + // Support: IE9-11+ + // IE's :disabled selector does not pick up the children of disabled fieldsets + docElem.appendChild( el ).disabled = true; + if ( el.querySelectorAll( ":disabled" ).length !== 2 ) { + rbuggyQSA.push( ":enabled", ":disabled" ); + } + + // Support: Opera 10 - 11 only + // Opera 10-11 does not throw on post-comma invalid pseudos + el.querySelectorAll( "*,:x" ); + rbuggyQSA.push( ",.*:" ); + } ); + } + + if ( ( support.matchesSelector = rnative.test( ( matches = docElem.matches || + docElem.webkitMatchesSelector || + docElem.mozMatchesSelector || + docElem.oMatchesSelector || + docElem.msMatchesSelector ) ) ) ) { + + assert( function( el ) { + + // Check to see if it's possible to do matchesSelector + // on a disconnected node (IE 9) + support.disconnectedMatch = matches.call( el, "*" ); + + // This should fail with an exception + // Gecko does not error, returns false instead + matches.call( el, "[s!='']:x" ); + rbuggyMatches.push( "!=", pseudos ); + } ); + } + + rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join( "|" ) ); + rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join( "|" ) ); + + /* Contains + ---------------------------------------------------------------------- */ + hasCompare = rnative.test( docElem.compareDocumentPosition ); + + // Element contains another + // Purposefully self-exclusive + // As in, an element does not contain itself + contains = hasCompare || rnative.test( docElem.contains ) ? + function( a, b ) { + var adown = a.nodeType === 9 ? a.documentElement : a, + bup = b && b.parentNode; + return a === bup || !!( bup && bup.nodeType === 1 && ( + adown.contains ? + adown.contains( bup ) : + a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16 + ) ); + } : + function( a, b ) { + if ( b ) { + while ( ( b = b.parentNode ) ) { + if ( b === a ) { + return true; + } + } + } + return false; + }; + + /* Sorting + ---------------------------------------------------------------------- */ + + // Document order sorting + sortOrder = hasCompare ? + function( a, b ) { + + // Flag for duplicate removal + if ( a === b ) { + hasDuplicate = true; + return 0; + } + + // Sort on method existence if only one input has compareDocumentPosition + var compare = !a.compareDocumentPosition - !b.compareDocumentPosition; + if ( compare ) { + return compare; + } + + // Calculate position if both inputs belong to the same document + // Support: IE 11+, Edge 17 - 18+ + // IE/Edge sometimes throw a "Permission denied" error when strict-comparing + // two documents; shallow comparisons work. + // eslint-disable-next-line eqeqeq + compare = ( a.ownerDocument || a ) == ( b.ownerDocument || b ) ? + a.compareDocumentPosition( b ) : + + // Otherwise we know they are disconnected + 1; + + // Disconnected nodes + if ( compare & 1 || + ( !support.sortDetached && b.compareDocumentPosition( a ) === compare ) ) { + + // Choose the first element that is related to our preferred document + // Support: IE 11+, Edge 17 - 18+ + // IE/Edge sometimes throw a "Permission denied" error when strict-comparing + // two documents; shallow comparisons work. + // eslint-disable-next-line eqeqeq + if ( a == document || a.ownerDocument == preferredDoc && + contains( preferredDoc, a ) ) { + return -1; + } + + // Support: IE 11+, Edge 17 - 18+ + // IE/Edge sometimes throw a "Permission denied" error when strict-comparing + // two documents; shallow comparisons work. + // eslint-disable-next-line eqeqeq + if ( b == document || b.ownerDocument == preferredDoc && + contains( preferredDoc, b ) ) { + return 1; + } + + // Maintain original order + return sortInput ? + ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : + 0; + } + + return compare & 4 ? -1 : 1; + } : + function( a, b ) { + + // Exit early if the nodes are identical + if ( a === b ) { + hasDuplicate = true; + return 0; + } + + var cur, + i = 0, + aup = a.parentNode, + bup = b.parentNode, + ap = [ a ], + bp = [ b ]; + + // Parentless nodes are either documents or disconnected + if ( !aup || !bup ) { + + // Support: IE 11+, Edge 17 - 18+ + // IE/Edge sometimes throw a "Permission denied" error when strict-comparing + // two documents; shallow comparisons work. + /* eslint-disable eqeqeq */ + return a == document ? -1 : + b == document ? 1 : + /* eslint-enable eqeqeq */ + aup ? -1 : + bup ? 1 : + sortInput ? + ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : + 0; + + // If the nodes are siblings, we can do a quick check + } else if ( aup === bup ) { + return siblingCheck( a, b ); + } + + // Otherwise we need full lists of their ancestors for comparison + cur = a; + while ( ( cur = cur.parentNode ) ) { + ap.unshift( cur ); + } + cur = b; + while ( ( cur = cur.parentNode ) ) { + bp.unshift( cur ); + } + + // Walk down the tree looking for a discrepancy + while ( ap[ i ] === bp[ i ] ) { + i++; + } + + return i ? + + // Do a sibling check if the nodes have a common ancestor + siblingCheck( ap[ i ], bp[ i ] ) : + + // Otherwise nodes in our document sort first + // Support: IE 11+, Edge 17 - 18+ + // IE/Edge sometimes throw a "Permission denied" error when strict-comparing + // two documents; shallow comparisons work. + /* eslint-disable eqeqeq */ + ap[ i ] == preferredDoc ? -1 : + bp[ i ] == preferredDoc ? 1 : + /* eslint-enable eqeqeq */ + 0; + }; + + return document; +}; + +Sizzle.matches = function( expr, elements ) { + return Sizzle( expr, null, null, elements ); +}; + +Sizzle.matchesSelector = function( elem, expr ) { + setDocument( elem ); + + if ( support.matchesSelector && documentIsHTML && + !nonnativeSelectorCache[ expr + " " ] && + ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) && + ( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) { + + try { + var ret = matches.call( elem, expr ); + + // IE 9's matchesSelector returns false on disconnected nodes + if ( ret || support.disconnectedMatch || + + // As well, disconnected nodes are said to be in a document + // fragment in IE 9 + elem.document && elem.document.nodeType !== 11 ) { + return ret; + } + } catch ( e ) { + nonnativeSelectorCache( expr, true ); + } + } + + return Sizzle( expr, document, null, [ elem ] ).length > 0; +}; + +Sizzle.contains = function( context, elem ) { + + // Set document vars if needed + // Support: IE 11+, Edge 17 - 18+ + // IE/Edge sometimes throw a "Permission denied" error when strict-comparing + // two documents; shallow comparisons work. + // eslint-disable-next-line eqeqeq + if ( ( context.ownerDocument || context ) != document ) { + setDocument( context ); + } + return contains( context, elem ); +}; + +Sizzle.attr = function( elem, name ) { + + // Set document vars if needed + // Support: IE 11+, Edge 17 - 18+ + // IE/Edge sometimes throw a "Permission denied" error when strict-comparing + // two documents; shallow comparisons work. + // eslint-disable-next-line eqeqeq + if ( ( elem.ownerDocument || elem ) != document ) { + setDocument( elem ); + } + + var fn = Expr.attrHandle[ name.toLowerCase() ], + + // Don't get fooled by Object.prototype properties (jQuery #13807) + val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ? + fn( elem, name, !documentIsHTML ) : + undefined; + + return val !== undefined ? + val : + support.attributes || !documentIsHTML ? + elem.getAttribute( name ) : + ( val = elem.getAttributeNode( name ) ) && val.specified ? + val.value : + null; +}; + +Sizzle.escape = function( sel ) { + return ( sel + "" ).replace( rcssescape, fcssescape ); +}; + +Sizzle.error = function( msg ) { + throw new Error( "Syntax error, unrecognized expression: " + msg ); +}; + +/** + * Document sorting and removing duplicates + * @param {ArrayLike} results + */ +Sizzle.uniqueSort = function( results ) { + var elem, + duplicates = [], + j = 0, + i = 0; + + // Unless we *know* we can detect duplicates, assume their presence + hasDuplicate = !support.detectDuplicates; + sortInput = !support.sortStable && results.slice( 0 ); + results.sort( sortOrder ); + + if ( hasDuplicate ) { + while ( ( elem = results[ i++ ] ) ) { + if ( elem === results[ i ] ) { + j = duplicates.push( i ); + } + } + while ( j-- ) { + results.splice( duplicates[ j ], 1 ); + } + } + + // Clear input after sorting to release objects + // See https://github.com/jquery/sizzle/pull/225 + sortInput = null; + + return results; +}; + +/** + * Utility function for retrieving the text value of an array of DOM nodes + * @param {Array|Element} elem + */ +getText = Sizzle.getText = function( elem ) { + var node, + ret = "", + i = 0, + nodeType = elem.nodeType; + + if ( !nodeType ) { + + // If no nodeType, this is expected to be an array + while ( ( node = elem[ i++ ] ) ) { + + // Do not traverse comment nodes + ret += getText( node ); + } + } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) { + + // Use textContent for elements + // innerText usage removed for consistency of new lines (jQuery #11153) + if ( typeof elem.textContent === "string" ) { + return elem.textContent; + } else { + + // Traverse its children + for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { + ret += getText( elem ); + } + } + } else if ( nodeType === 3 || nodeType === 4 ) { + return elem.nodeValue; + } + + // Do not include comment or processing instruction nodes + + return ret; +}; + +Expr = Sizzle.selectors = { + + // Can be adjusted by the user + cacheLength: 50, + + createPseudo: markFunction, + + match: matchExpr, + + attrHandle: {}, + + find: {}, + + relative: { + ">": { dir: "parentNode", first: true }, + " ": { dir: "parentNode" }, + "+": { dir: "previousSibling", first: true }, + "~": { dir: "previousSibling" } + }, + + preFilter: { + "ATTR": function( match ) { + match[ 1 ] = match[ 1 ].replace( runescape, funescape ); + + // Move the given value to match[3] whether quoted or unquoted + match[ 3 ] = ( match[ 3 ] || match[ 4 ] || + match[ 5 ] || "" ).replace( runescape, funescape ); + + if ( match[ 2 ] === "~=" ) { + match[ 3 ] = " " + match[ 3 ] + " "; + } + + return match.slice( 0, 4 ); + }, + + "CHILD": function( match ) { + + /* matches from matchExpr["CHILD"] + 1 type (only|nth|...) + 2 what (child|of-type) + 3 argument (even|odd|\d*|\d*n([+-]\d+)?|...) + 4 xn-component of xn+y argument ([+-]?\d*n|) + 5 sign of xn-component + 6 x of xn-component + 7 sign of y-component + 8 y of y-component + */ + match[ 1 ] = match[ 1 ].toLowerCase(); + + if ( match[ 1 ].slice( 0, 3 ) === "nth" ) { + + // nth-* requires argument + if ( !match[ 3 ] ) { + Sizzle.error( match[ 0 ] ); + } + + // numeric x and y parameters for Expr.filter.CHILD + // remember that false/true cast respectively to 0/1 + match[ 4 ] = +( match[ 4 ] ? + match[ 5 ] + ( match[ 6 ] || 1 ) : + 2 * ( match[ 3 ] === "even" || match[ 3 ] === "odd" ) ); + match[ 5 ] = +( ( match[ 7 ] + match[ 8 ] ) || match[ 3 ] === "odd" ); + + // other types prohibit arguments + } else if ( match[ 3 ] ) { + Sizzle.error( match[ 0 ] ); + } + + return match; + }, + + "PSEUDO": function( match ) { + var excess, + unquoted = !match[ 6 ] && match[ 2 ]; + + if ( matchExpr[ "CHILD" ].test( match[ 0 ] ) ) { + return null; + } + + // Accept quoted arguments as-is + if ( match[ 3 ] ) { + match[ 2 ] = match[ 4 ] || match[ 5 ] || ""; + + // Strip excess characters from unquoted arguments + } else if ( unquoted && rpseudo.test( unquoted ) && + + // Get excess from tokenize (recursively) + ( excess = tokenize( unquoted, true ) ) && + + // advance to the next closing parenthesis + ( excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length ) ) { + + // excess is a negative index + match[ 0 ] = match[ 0 ].slice( 0, excess ); + match[ 2 ] = unquoted.slice( 0, excess ); + } + + // Return only captures needed by the pseudo filter method (type and argument) + return match.slice( 0, 3 ); + } + }, + + filter: { + + "TAG": function( nodeNameSelector ) { + var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase(); + return nodeNameSelector === "*" ? + function() { + return true; + } : + function( elem ) { + return elem.nodeName && elem.nodeName.toLowerCase() === nodeName; + }; + }, + + "CLASS": function( className ) { + var pattern = classCache[ className + " " ]; + + return pattern || + ( pattern = new RegExp( "(^|" + whitespace + + ")" + className + "(" + whitespace + "|$)" ) ) && classCache( + className, function( elem ) { + return pattern.test( + typeof elem.className === "string" && elem.className || + typeof elem.getAttribute !== "undefined" && + elem.getAttribute( "class" ) || + "" + ); + } ); + }, + + "ATTR": function( name, operator, check ) { + return function( elem ) { + var result = Sizzle.attr( elem, name ); + + if ( result == null ) { + return operator === "!="; + } + if ( !operator ) { + return true; + } + + result += ""; + + /* eslint-disable max-len */ + + return operator === "=" ? result === check : + operator === "!=" ? result !== check : + operator === "^=" ? check && result.indexOf( check ) === 0 : + operator === "*=" ? check && result.indexOf( check ) > -1 : + operator === "$=" ? check && result.slice( -check.length ) === check : + operator === "~=" ? ( " " + result.replace( rwhitespace, " " ) + " " ).indexOf( check ) > -1 : + operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" : + false; + /* eslint-enable max-len */ + + }; + }, + + "CHILD": function( type, what, _argument, first, last ) { + var simple = type.slice( 0, 3 ) !== "nth", + forward = type.slice( -4 ) !== "last", + ofType = what === "of-type"; + + return first === 1 && last === 0 ? + + // Shortcut for :nth-*(n) + function( elem ) { + return !!elem.parentNode; + } : + + function( elem, _context, xml ) { + var cache, uniqueCache, outerCache, node, nodeIndex, start, + dir = simple !== forward ? "nextSibling" : "previousSibling", + parent = elem.parentNode, + name = ofType && elem.nodeName.toLowerCase(), + useCache = !xml && !ofType, + diff = false; + + if ( parent ) { + + // :(first|last|only)-(child|of-type) + if ( simple ) { + while ( dir ) { + node = elem; + while ( ( node = node[ dir ] ) ) { + if ( ofType ? + node.nodeName.toLowerCase() === name : + node.nodeType === 1 ) { + + return false; + } + } + + // Reverse direction for :only-* (if we haven't yet done so) + start = dir = type === "only" && !start && "nextSibling"; + } + return true; + } + + start = [ forward ? parent.firstChild : parent.lastChild ]; + + // non-xml :nth-child(...) stores cache data on `parent` + if ( forward && useCache ) { + + // Seek `elem` from a previously-cached index + + // ...in a gzip-friendly way + node = parent; + outerCache = node[ expando ] || ( node[ expando ] = {} ); + + // Support: IE <9 only + // Defend against cloned attroperties (jQuery gh-1709) + uniqueCache = outerCache[ node.uniqueID ] || + ( outerCache[ node.uniqueID ] = {} ); + + cache = uniqueCache[ type ] || []; + nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; + diff = nodeIndex && cache[ 2 ]; + node = nodeIndex && parent.childNodes[ nodeIndex ]; + + while ( ( node = ++nodeIndex && node && node[ dir ] || + + // Fallback to seeking `elem` from the start + ( diff = nodeIndex = 0 ) || start.pop() ) ) { + + // When found, cache indexes on `parent` and break + if ( node.nodeType === 1 && ++diff && node === elem ) { + uniqueCache[ type ] = [ dirruns, nodeIndex, diff ]; + break; + } + } + + } else { + + // Use previously-cached element index if available + if ( useCache ) { + + // ...in a gzip-friendly way + node = elem; + outerCache = node[ expando ] || ( node[ expando ] = {} ); + + // Support: IE <9 only + // Defend against cloned attroperties (jQuery gh-1709) + uniqueCache = outerCache[ node.uniqueID ] || + ( outerCache[ node.uniqueID ] = {} ); + + cache = uniqueCache[ type ] || []; + nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; + diff = nodeIndex; + } + + // xml :nth-child(...) + // or :nth-last-child(...) or :nth(-last)?-of-type(...) + if ( diff === false ) { + + // Use the same loop as above to seek `elem` from the start + while ( ( node = ++nodeIndex && node && node[ dir ] || + ( diff = nodeIndex = 0 ) || start.pop() ) ) { + + if ( ( ofType ? + node.nodeName.toLowerCase() === name : + node.nodeType === 1 ) && + ++diff ) { + + // Cache the index of each encountered element + if ( useCache ) { + outerCache = node[ expando ] || + ( node[ expando ] = {} ); + + // Support: IE <9 only + // Defend against cloned attroperties (jQuery gh-1709) + uniqueCache = outerCache[ node.uniqueID ] || + ( outerCache[ node.uniqueID ] = {} ); + + uniqueCache[ type ] = [ dirruns, diff ]; + } + + if ( node === elem ) { + break; + } + } + } + } + } + + // Incorporate the offset, then check against cycle size + diff -= last; + return diff === first || ( diff % first === 0 && diff / first >= 0 ); + } + }; + }, + + "PSEUDO": function( pseudo, argument ) { + + // pseudo-class names are case-insensitive + // http://www.w3.org/TR/selectors/#pseudo-classes + // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters + // Remember that setFilters inherits from pseudos + var args, + fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] || + Sizzle.error( "unsupported pseudo: " + pseudo ); + + // The user may use createPseudo to indicate that + // arguments are needed to create the filter function + // just as Sizzle does + if ( fn[ expando ] ) { + return fn( argument ); + } + + // But maintain support for old signatures + if ( fn.length > 1 ) { + args = [ pseudo, pseudo, "", argument ]; + return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ? + markFunction( function( seed, matches ) { + var idx, + matched = fn( seed, argument ), + i = matched.length; + while ( i-- ) { + idx = indexOf( seed, matched[ i ] ); + seed[ idx ] = !( matches[ idx ] = matched[ i ] ); + } + } ) : + function( elem ) { + return fn( elem, 0, args ); + }; + } + + return fn; + } + }, + + pseudos: { + + // Potentially complex pseudos + "not": markFunction( function( selector ) { + + // Trim the selector passed to compile + // to avoid treating leading and trailing + // spaces as combinators + var input = [], + results = [], + matcher = compile( selector.replace( rtrim, "$1" ) ); + + return matcher[ expando ] ? + markFunction( function( seed, matches, _context, xml ) { + var elem, + unmatched = matcher( seed, null, xml, [] ), + i = seed.length; + + // Match elements unmatched by `matcher` + while ( i-- ) { + if ( ( elem = unmatched[ i ] ) ) { + seed[ i ] = !( matches[ i ] = elem ); + } + } + } ) : + function( elem, _context, xml ) { + input[ 0 ] = elem; + matcher( input, null, xml, results ); + + // Don't keep the element (issue #299) + input[ 0 ] = null; + return !results.pop(); + }; + } ), + + "has": markFunction( function( selector ) { + return function( elem ) { + return Sizzle( selector, elem ).length > 0; + }; + } ), + + "contains": markFunction( function( text ) { + text = text.replace( runescape, funescape ); + return function( elem ) { + return ( elem.textContent || getText( elem ) ).indexOf( text ) > -1; + }; + } ), + + // "Whether an element is represented by a :lang() selector + // is based solely on the element's language value + // being equal to the identifier C, + // or beginning with the identifier C immediately followed by "-". + // The matching of C against the element's language value is performed case-insensitively. + // The identifier C does not have to be a valid language name." + // http://www.w3.org/TR/selectors/#lang-pseudo + "lang": markFunction( function( lang ) { + + // lang value must be a valid identifier + if ( !ridentifier.test( lang || "" ) ) { + Sizzle.error( "unsupported lang: " + lang ); + } + lang = lang.replace( runescape, funescape ).toLowerCase(); + return function( elem ) { + var elemLang; + do { + if ( ( elemLang = documentIsHTML ? + elem.lang : + elem.getAttribute( "xml:lang" ) || elem.getAttribute( "lang" ) ) ) { + + elemLang = elemLang.toLowerCase(); + return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0; + } + } while ( ( elem = elem.parentNode ) && elem.nodeType === 1 ); + return false; + }; + } ), + + // Miscellaneous + "target": function( elem ) { + var hash = window.location && window.location.hash; + return hash && hash.slice( 1 ) === elem.id; + }, + + "root": function( elem ) { + return elem === docElem; + }, + + "focus": function( elem ) { + return elem === document.activeElement && + ( !document.hasFocus || document.hasFocus() ) && + !!( elem.type || elem.href || ~elem.tabIndex ); + }, + + // Boolean properties + "enabled": createDisabledPseudo( false ), + "disabled": createDisabledPseudo( true ), + + "checked": function( elem ) { + + // In CSS3, :checked should return both checked and selected elements + // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked + var nodeName = elem.nodeName.toLowerCase(); + return ( nodeName === "input" && !!elem.checked ) || + ( nodeName === "option" && !!elem.selected ); + }, + + "selected": function( elem ) { + + // Accessing this property makes selected-by-default + // options in Safari work properly + if ( elem.parentNode ) { + // eslint-disable-next-line no-unused-expressions + elem.parentNode.selectedIndex; + } + + return elem.selected === true; + }, + + // Contents + "empty": function( elem ) { + + // http://www.w3.org/TR/selectors/#empty-pseudo + // :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5), + // but not by others (comment: 8; processing instruction: 7; etc.) + // nodeType < 6 works because attributes (2) do not appear as children + for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { + if ( elem.nodeType < 6 ) { + return false; + } + } + return true; + }, + + "parent": function( elem ) { + return !Expr.pseudos[ "empty" ]( elem ); + }, + + // Element/input types + "header": function( elem ) { + return rheader.test( elem.nodeName ); + }, + + "input": function( elem ) { + return rinputs.test( elem.nodeName ); + }, + + "button": function( elem ) { + var name = elem.nodeName.toLowerCase(); + return name === "input" && elem.type === "button" || name === "button"; + }, + + "text": function( elem ) { + var attr; + return elem.nodeName.toLowerCase() === "input" && + elem.type === "text" && + + // Support: IE<8 + // New HTML5 attribute values (e.g., "search") appear with elem.type === "text" + ( ( attr = elem.getAttribute( "type" ) ) == null || + attr.toLowerCase() === "text" ); + }, + + // Position-in-collection + "first": createPositionalPseudo( function() { + return [ 0 ]; + } ), + + "last": createPositionalPseudo( function( _matchIndexes, length ) { + return [ length - 1 ]; + } ), + + "eq": createPositionalPseudo( function( _matchIndexes, length, argument ) { + return [ argument < 0 ? argument + length : argument ]; + } ), + + "even": createPositionalPseudo( function( matchIndexes, length ) { + var i = 0; + for ( ; i < length; i += 2 ) { + matchIndexes.push( i ); + } + return matchIndexes; + } ), + + "odd": createPositionalPseudo( function( matchIndexes, length ) { + var i = 1; + for ( ; i < length; i += 2 ) { + matchIndexes.push( i ); + } + return matchIndexes; + } ), + + "lt": createPositionalPseudo( function( matchIndexes, length, argument ) { + var i = argument < 0 ? + argument + length : + argument > length ? + length : + argument; + for ( ; --i >= 0; ) { + matchIndexes.push( i ); + } + return matchIndexes; + } ), + + "gt": createPositionalPseudo( function( matchIndexes, length, argument ) { + var i = argument < 0 ? argument + length : argument; + for ( ; ++i < length; ) { + matchIndexes.push( i ); + } + return matchIndexes; + } ) + } +}; + +Expr.pseudos[ "nth" ] = Expr.pseudos[ "eq" ]; + +// Add button/input type pseudos +for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) { + Expr.pseudos[ i ] = createInputPseudo( i ); +} +for ( i in { submit: true, reset: true } ) { + Expr.pseudos[ i ] = createButtonPseudo( i ); +} + +// Easy API for creating new setFilters +function setFilters() {} +setFilters.prototype = Expr.filters = Expr.pseudos; +Expr.setFilters = new setFilters(); + +tokenize = Sizzle.tokenize = function( selector, parseOnly ) { + var matched, match, tokens, type, + soFar, groups, preFilters, + cached = tokenCache[ selector + " " ]; + + if ( cached ) { + return parseOnly ? 0 : cached.slice( 0 ); + } + + soFar = selector; + groups = []; + preFilters = Expr.preFilter; + + while ( soFar ) { + + // Comma and first run + if ( !matched || ( match = rcomma.exec( soFar ) ) ) { + if ( match ) { + + // Don't consume trailing commas as valid + soFar = soFar.slice( match[ 0 ].length ) || soFar; + } + groups.push( ( tokens = [] ) ); + } + + matched = false; + + // Combinators + if ( ( match = rcombinators.exec( soFar ) ) ) { + matched = match.shift(); + tokens.push( { + value: matched, + + // Cast descendant combinators to space + type: match[ 0 ].replace( rtrim, " " ) + } ); + soFar = soFar.slice( matched.length ); + } + + // Filters + for ( type in Expr.filter ) { + if ( ( match = matchExpr[ type ].exec( soFar ) ) && ( !preFilters[ type ] || + ( match = preFilters[ type ]( match ) ) ) ) { + matched = match.shift(); + tokens.push( { + value: matched, + type: type, + matches: match + } ); + soFar = soFar.slice( matched.length ); + } + } + + if ( !matched ) { + break; + } + } + + // Return the length of the invalid excess + // if we're just parsing + // Otherwise, throw an error or return tokens + return parseOnly ? + soFar.length : + soFar ? + Sizzle.error( selector ) : + + // Cache the tokens + tokenCache( selector, groups ).slice( 0 ); +}; + +function toSelector( tokens ) { + var i = 0, + len = tokens.length, + selector = ""; + for ( ; i < len; i++ ) { + selector += tokens[ i ].value; + } + return selector; +} + +function addCombinator( matcher, combinator, base ) { + var dir = combinator.dir, + skip = combinator.next, + key = skip || dir, + checkNonElements = base && key === "parentNode", + doneName = done++; + + return combinator.first ? + + // Check against closest ancestor/preceding element + function( elem, context, xml ) { + while ( ( elem = elem[ dir ] ) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + return matcher( elem, context, xml ); + } + } + return false; + } : + + // Check against all ancestor/preceding elements + function( elem, context, xml ) { + var oldCache, uniqueCache, outerCache, + newCache = [ dirruns, doneName ]; + + // We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching + if ( xml ) { + while ( ( elem = elem[ dir ] ) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + if ( matcher( elem, context, xml ) ) { + return true; + } + } + } + } else { + while ( ( elem = elem[ dir ] ) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + outerCache = elem[ expando ] || ( elem[ expando ] = {} ); + + // Support: IE <9 only + // Defend against cloned attroperties (jQuery gh-1709) + uniqueCache = outerCache[ elem.uniqueID ] || + ( outerCache[ elem.uniqueID ] = {} ); + + if ( skip && skip === elem.nodeName.toLowerCase() ) { + elem = elem[ dir ] || elem; + } else if ( ( oldCache = uniqueCache[ key ] ) && + oldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) { + + // Assign to newCache so results back-propagate to previous elements + return ( newCache[ 2 ] = oldCache[ 2 ] ); + } else { + + // Reuse newcache so results back-propagate to previous elements + uniqueCache[ key ] = newCache; + + // A match means we're done; a fail means we have to keep checking + if ( ( newCache[ 2 ] = matcher( elem, context, xml ) ) ) { + return true; + } + } + } + } + } + return false; + }; +} + +function elementMatcher( matchers ) { + return matchers.length > 1 ? + function( elem, context, xml ) { + var i = matchers.length; + while ( i-- ) { + if ( !matchers[ i ]( elem, context, xml ) ) { + return false; + } + } + return true; + } : + matchers[ 0 ]; +} + +function multipleContexts( selector, contexts, results ) { + var i = 0, + len = contexts.length; + for ( ; i < len; i++ ) { + Sizzle( selector, contexts[ i ], results ); + } + return results; +} + +function condense( unmatched, map, filter, context, xml ) { + var elem, + newUnmatched = [], + i = 0, + len = unmatched.length, + mapped = map != null; + + for ( ; i < len; i++ ) { + if ( ( elem = unmatched[ i ] ) ) { + if ( !filter || filter( elem, context, xml ) ) { + newUnmatched.push( elem ); + if ( mapped ) { + map.push( i ); + } + } + } + } + + return newUnmatched; +} + +function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) { + if ( postFilter && !postFilter[ expando ] ) { + postFilter = setMatcher( postFilter ); + } + if ( postFinder && !postFinder[ expando ] ) { + postFinder = setMatcher( postFinder, postSelector ); + } + return markFunction( function( seed, results, context, xml ) { + var temp, i, elem, + preMap = [], + postMap = [], + preexisting = results.length, + + // Get initial elements from seed or context + elems = seed || multipleContexts( + selector || "*", + context.nodeType ? [ context ] : context, + [] + ), + + // Prefilter to get matcher input, preserving a map for seed-results synchronization + matcherIn = preFilter && ( seed || !selector ) ? + condense( elems, preMap, preFilter, context, xml ) : + elems, + + matcherOut = matcher ? + + // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results, + postFinder || ( seed ? preFilter : preexisting || postFilter ) ? + + // ...intermediate processing is necessary + [] : + + // ...otherwise use results directly + results : + matcherIn; + + // Find primary matches + if ( matcher ) { + matcher( matcherIn, matcherOut, context, xml ); + } + + // Apply postFilter + if ( postFilter ) { + temp = condense( matcherOut, postMap ); + postFilter( temp, [], context, xml ); + + // Un-match failing elements by moving them back to matcherIn + i = temp.length; + while ( i-- ) { + if ( ( elem = temp[ i ] ) ) { + matcherOut[ postMap[ i ] ] = !( matcherIn[ postMap[ i ] ] = elem ); + } + } + } + + if ( seed ) { + if ( postFinder || preFilter ) { + if ( postFinder ) { + + // Get the final matcherOut by condensing this intermediate into postFinder contexts + temp = []; + i = matcherOut.length; + while ( i-- ) { + if ( ( elem = matcherOut[ i ] ) ) { + + // Restore matcherIn since elem is not yet a final match + temp.push( ( matcherIn[ i ] = elem ) ); + } + } + postFinder( null, ( matcherOut = [] ), temp, xml ); + } + + // Move matched elements from seed to results to keep them synchronized + i = matcherOut.length; + while ( i-- ) { + if ( ( elem = matcherOut[ i ] ) && + ( temp = postFinder ? indexOf( seed, elem ) : preMap[ i ] ) > -1 ) { + + seed[ temp ] = !( results[ temp ] = elem ); + } + } + } + + // Add elements to results, through postFinder if defined + } else { + matcherOut = condense( + matcherOut === results ? + matcherOut.splice( preexisting, matcherOut.length ) : + matcherOut + ); + if ( postFinder ) { + postFinder( null, results, matcherOut, xml ); + } else { + push.apply( results, matcherOut ); + } + } + } ); +} + +function matcherFromTokens( tokens ) { + var checkContext, matcher, j, + len = tokens.length, + leadingRelative = Expr.relative[ tokens[ 0 ].type ], + implicitRelative = leadingRelative || Expr.relative[ " " ], + i = leadingRelative ? 1 : 0, + + // The foundational matcher ensures that elements are reachable from top-level context(s) + matchContext = addCombinator( function( elem ) { + return elem === checkContext; + }, implicitRelative, true ), + matchAnyContext = addCombinator( function( elem ) { + return indexOf( checkContext, elem ) > -1; + }, implicitRelative, true ), + matchers = [ function( elem, context, xml ) { + var ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || ( + ( checkContext = context ).nodeType ? + matchContext( elem, context, xml ) : + matchAnyContext( elem, context, xml ) ); + + // Avoid hanging onto element (issue #299) + checkContext = null; + return ret; + } ]; + + for ( ; i < len; i++ ) { + if ( ( matcher = Expr.relative[ tokens[ i ].type ] ) ) { + matchers = [ addCombinator( elementMatcher( matchers ), matcher ) ]; + } else { + matcher = Expr.filter[ tokens[ i ].type ].apply( null, tokens[ i ].matches ); + + // Return special upon seeing a positional matcher + if ( matcher[ expando ] ) { + + // Find the next relative operator (if any) for proper handling + j = ++i; + for ( ; j < len; j++ ) { + if ( Expr.relative[ tokens[ j ].type ] ) { + break; + } + } + return setMatcher( + i > 1 && elementMatcher( matchers ), + i > 1 && toSelector( + + // If the preceding token was a descendant combinator, insert an implicit any-element `*` + tokens + .slice( 0, i - 1 ) + .concat( { value: tokens[ i - 2 ].type === " " ? "*" : "" } ) + ).replace( rtrim, "$1" ), + matcher, + i < j && matcherFromTokens( tokens.slice( i, j ) ), + j < len && matcherFromTokens( ( tokens = tokens.slice( j ) ) ), + j < len && toSelector( tokens ) + ); + } + matchers.push( matcher ); + } + } + + return elementMatcher( matchers ); +} + +function matcherFromGroupMatchers( elementMatchers, setMatchers ) { + var bySet = setMatchers.length > 0, + byElement = elementMatchers.length > 0, + superMatcher = function( seed, context, xml, results, outermost ) { + var elem, j, matcher, + matchedCount = 0, + i = "0", + unmatched = seed && [], + setMatched = [], + contextBackup = outermostContext, + + // We must always have either seed elements or outermost context + elems = seed || byElement && Expr.find[ "TAG" ]( "*", outermost ), + + // Use integer dirruns iff this is the outermost matcher + dirrunsUnique = ( dirruns += contextBackup == null ? 1 : Math.random() || 0.1 ), + len = elems.length; + + if ( outermost ) { + + // Support: IE 11+, Edge 17 - 18+ + // IE/Edge sometimes throw a "Permission denied" error when strict-comparing + // two documents; shallow comparisons work. + // eslint-disable-next-line eqeqeq + outermostContext = context == document || context || outermost; + } + + // Add elements passing elementMatchers directly to results + // Support: IE<9, Safari + // Tolerate NodeList properties (IE: "length"; Safari: ) matching elements by id + for ( ; i !== len && ( elem = elems[ i ] ) != null; i++ ) { + if ( byElement && elem ) { + j = 0; + + // Support: IE 11+, Edge 17 - 18+ + // IE/Edge sometimes throw a "Permission denied" error when strict-comparing + // two documents; shallow comparisons work. + // eslint-disable-next-line eqeqeq + if ( !context && elem.ownerDocument != document ) { + setDocument( elem ); + xml = !documentIsHTML; + } + while ( ( matcher = elementMatchers[ j++ ] ) ) { + if ( matcher( elem, context || document, xml ) ) { + results.push( elem ); + break; + } + } + if ( outermost ) { + dirruns = dirrunsUnique; + } + } + + // Track unmatched elements for set filters + if ( bySet ) { + + // They will have gone through all possible matchers + if ( ( elem = !matcher && elem ) ) { + matchedCount--; + } + + // Lengthen the array for every element, matched or not + if ( seed ) { + unmatched.push( elem ); + } + } + } + + // `i` is now the count of elements visited above, and adding it to `matchedCount` + // makes the latter nonnegative. + matchedCount += i; + + // Apply set filters to unmatched elements + // NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount` + // equals `i`), unless we didn't visit _any_ elements in the above loop because we have + // no element matchers and no seed. + // Incrementing an initially-string "0" `i` allows `i` to remain a string only in that + // case, which will result in a "00" `matchedCount` that differs from `i` but is also + // numerically zero. + if ( bySet && i !== matchedCount ) { + j = 0; + while ( ( matcher = setMatchers[ j++ ] ) ) { + matcher( unmatched, setMatched, context, xml ); + } + + if ( seed ) { + + // Reintegrate element matches to eliminate the need for sorting + if ( matchedCount > 0 ) { + while ( i-- ) { + if ( !( unmatched[ i ] || setMatched[ i ] ) ) { + setMatched[ i ] = pop.call( results ); + } + } + } + + // Discard index placeholder values to get only actual matches + setMatched = condense( setMatched ); + } + + // Add matches to results + push.apply( results, setMatched ); + + // Seedless set matches succeeding multiple successful matchers stipulate sorting + if ( outermost && !seed && setMatched.length > 0 && + ( matchedCount + setMatchers.length ) > 1 ) { + + Sizzle.uniqueSort( results ); + } + } + + // Override manipulation of globals by nested matchers + if ( outermost ) { + dirruns = dirrunsUnique; + outermostContext = contextBackup; + } + + return unmatched; + }; + + return bySet ? + markFunction( superMatcher ) : + superMatcher; +} + +compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) { + var i, + setMatchers = [], + elementMatchers = [], + cached = compilerCache[ selector + " " ]; + + if ( !cached ) { + + // Generate a function of recursive functions that can be used to check each element + if ( !match ) { + match = tokenize( selector ); + } + i = match.length; + while ( i-- ) { + cached = matcherFromTokens( match[ i ] ); + if ( cached[ expando ] ) { + setMatchers.push( cached ); + } else { + elementMatchers.push( cached ); + } + } + + // Cache the compiled function + cached = compilerCache( + selector, + matcherFromGroupMatchers( elementMatchers, setMatchers ) + ); + + // Save selector and tokenization + cached.selector = selector; + } + return cached; +}; + +/** + * A low-level selection function that works with Sizzle's compiled + * selector functions + * @param {String|Function} selector A selector or a pre-compiled + * selector function built with Sizzle.compile + * @param {Element} context + * @param {Array} [results] + * @param {Array} [seed] A set of elements to match against + */ +select = Sizzle.select = function( selector, context, results, seed ) { + var i, tokens, token, type, find, + compiled = typeof selector === "function" && selector, + match = !seed && tokenize( ( selector = compiled.selector || selector ) ); + + results = results || []; + + // Try to minimize operations if there is only one selector in the list and no seed + // (the latter of which guarantees us context) + if ( match.length === 1 ) { + + // Reduce context if the leading compound selector is an ID + tokens = match[ 0 ] = match[ 0 ].slice( 0 ); + if ( tokens.length > 2 && ( token = tokens[ 0 ] ).type === "ID" && + context.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[ 1 ].type ] ) { + + context = ( Expr.find[ "ID" ]( token.matches[ 0 ] + .replace( runescape, funescape ), context ) || [] )[ 0 ]; + if ( !context ) { + return results; + + // Precompiled matchers will still verify ancestry, so step up a level + } else if ( compiled ) { + context = context.parentNode; + } + + selector = selector.slice( tokens.shift().value.length ); + } + + // Fetch a seed set for right-to-left matching + i = matchExpr[ "needsContext" ].test( selector ) ? 0 : tokens.length; + while ( i-- ) { + token = tokens[ i ]; + + // Abort if we hit a combinator + if ( Expr.relative[ ( type = token.type ) ] ) { + break; + } + if ( ( find = Expr.find[ type ] ) ) { + + // Search, expanding context for leading sibling combinators + if ( ( seed = find( + token.matches[ 0 ].replace( runescape, funescape ), + rsibling.test( tokens[ 0 ].type ) && testContext( context.parentNode ) || + context + ) ) ) { + + // If seed is empty or no tokens remain, we can return early + tokens.splice( i, 1 ); + selector = seed.length && toSelector( tokens ); + if ( !selector ) { + push.apply( results, seed ); + return results; + } + + break; + } + } + } + } + + // Compile and execute a filtering function if one is not provided + // Provide `match` to avoid retokenization if we modified the selector above + ( compiled || compile( selector, match ) )( + seed, + context, + !documentIsHTML, + results, + !context || rsibling.test( selector ) && testContext( context.parentNode ) || context + ); + return results; +}; + +// One-time assignments + +// Sort stability +support.sortStable = expando.split( "" ).sort( sortOrder ).join( "" ) === expando; + +// Support: Chrome 14-35+ +// Always assume duplicates if they aren't passed to the comparison function +support.detectDuplicates = !!hasDuplicate; + +// Initialize against the default document +setDocument(); + +// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27) +// Detached nodes confoundingly follow *each other* +support.sortDetached = assert( function( el ) { + + // Should return 1, but returns 4 (following) + return el.compareDocumentPosition( document.createElement( "fieldset" ) ) & 1; +} ); + +// Support: IE<8 +// Prevent attribute/property "interpolation" +// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx +if ( !assert( function( el ) { + el.innerHTML = ""; + return el.firstChild.getAttribute( "href" ) === "#"; +} ) ) { + addHandle( "type|href|height|width", function( elem, name, isXML ) { + if ( !isXML ) { + return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 ); + } + } ); +} + +// Support: IE<9 +// Use defaultValue in place of getAttribute("value") +if ( !support.attributes || !assert( function( el ) { + el.innerHTML = ""; + el.firstChild.setAttribute( "value", "" ); + return el.firstChild.getAttribute( "value" ) === ""; +} ) ) { + addHandle( "value", function( elem, _name, isXML ) { + if ( !isXML && elem.nodeName.toLowerCase() === "input" ) { + return elem.defaultValue; + } + } ); +} + +// Support: IE<9 +// Use getAttributeNode to fetch booleans when getAttribute lies +if ( !assert( function( el ) { + return el.getAttribute( "disabled" ) == null; +} ) ) { + addHandle( booleans, function( elem, name, isXML ) { + var val; + if ( !isXML ) { + return elem[ name ] === true ? name.toLowerCase() : + ( val = elem.getAttributeNode( name ) ) && val.specified ? + val.value : + null; + } + } ); +} + +return Sizzle; + +} )( window ); + + + +jQuery.find = Sizzle; +jQuery.expr = Sizzle.selectors; + +// Deprecated +jQuery.expr[ ":" ] = jQuery.expr.pseudos; +jQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort; +jQuery.text = Sizzle.getText; +jQuery.isXMLDoc = Sizzle.isXML; +jQuery.contains = Sizzle.contains; +jQuery.escapeSelector = Sizzle.escape; + + + + +var dir = function( elem, dir, until ) { + var matched = [], + truncate = until !== undefined; + + while ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) { + if ( elem.nodeType === 1 ) { + if ( truncate && jQuery( elem ).is( until ) ) { + break; + } + matched.push( elem ); + } + } + return matched; +}; + + +var siblings = function( n, elem ) { + var matched = []; + + for ( ; n; n = n.nextSibling ) { + if ( n.nodeType === 1 && n !== elem ) { + matched.push( n ); + } + } + + return matched; +}; + + +var rneedsContext = jQuery.expr.match.needsContext; + + + +function nodeName( elem, name ) { + + return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); + +} +var rsingleTag = ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i ); + + + +// Implement the identical functionality for filter and not +function winnow( elements, qualifier, not ) { + if ( isFunction( qualifier ) ) { + return jQuery.grep( elements, function( elem, i ) { + return !!qualifier.call( elem, i, elem ) !== not; + } ); + } + + // Single element + if ( qualifier.nodeType ) { + return jQuery.grep( elements, function( elem ) { + return ( elem === qualifier ) !== not; + } ); + } + + // Arraylike of elements (jQuery, arguments, Array) + if ( typeof qualifier !== "string" ) { + return jQuery.grep( elements, function( elem ) { + return ( indexOf.call( qualifier, elem ) > -1 ) !== not; + } ); + } + + // Filtered directly for both simple and complex selectors + return jQuery.filter( qualifier, elements, not ); +} + +jQuery.filter = function( expr, elems, not ) { + var elem = elems[ 0 ]; + + if ( not ) { + expr = ":not(" + expr + ")"; + } + + if ( elems.length === 1 && elem.nodeType === 1 ) { + return jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : []; + } + + return jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) { + return elem.nodeType === 1; + } ) ); +}; + +jQuery.fn.extend( { + find: function( selector ) { + var i, ret, + len = this.length, + self = this; + + if ( typeof selector !== "string" ) { + return this.pushStack( jQuery( selector ).filter( function() { + for ( i = 0; i < len; i++ ) { + if ( jQuery.contains( self[ i ], this ) ) { + return true; + } + } + } ) ); + } + + ret = this.pushStack( [] ); + + for ( i = 0; i < len; i++ ) { + jQuery.find( selector, self[ i ], ret ); + } + + return len > 1 ? jQuery.uniqueSort( ret ) : ret; + }, + filter: function( selector ) { + return this.pushStack( winnow( this, selector || [], false ) ); + }, + not: function( selector ) { + return this.pushStack( winnow( this, selector || [], true ) ); + }, + is: function( selector ) { + return !!winnow( + this, + + // If this is a positional/relative selector, check membership in the returned set + // so $("p:first").is("p:last") won't return true for a doc with two "p". + typeof selector === "string" && rneedsContext.test( selector ) ? + jQuery( selector ) : + selector || [], + false + ).length; + } +} ); + + +// Initialize a jQuery object + + +// A central reference to the root jQuery(document) +var rootjQuery, + + // A simple way to check for HTML strings + // Prioritize #id over to avoid XSS via location.hash (#9521) + // Strict HTML recognition (#11290: must start with <) + // Shortcut simple #id case for speed + rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/, + + init = jQuery.fn.init = function( selector, context, root ) { + var match, elem; + + // HANDLE: $(""), $(null), $(undefined), $(false) + if ( !selector ) { + return this; + } + + // Method init() accepts an alternate rootjQuery + // so migrate can support jQuery.sub (gh-2101) + root = root || rootjQuery; + + // Handle HTML strings + if ( typeof selector === "string" ) { + if ( selector[ 0 ] === "<" && + selector[ selector.length - 1 ] === ">" && + selector.length >= 3 ) { + + // Assume that strings that start and end with <> are HTML and skip the regex check + match = [ null, selector, null ]; + + } else { + match = rquickExpr.exec( selector ); + } + + // Match html or make sure no context is specified for #id + if ( match && ( match[ 1 ] || !context ) ) { + + // HANDLE: $(html) -> $(array) + if ( match[ 1 ] ) { + context = context instanceof jQuery ? context[ 0 ] : context; + + // Option to run scripts is true for back-compat + // Intentionally let the error be thrown if parseHTML is not present + jQuery.merge( this, jQuery.parseHTML( + match[ 1 ], + context && context.nodeType ? context.ownerDocument || context : document, + true + ) ); + + // HANDLE: $(html, props) + if ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) { + for ( match in context ) { + + // Properties of context are called as methods if possible + if ( isFunction( this[ match ] ) ) { + this[ match ]( context[ match ] ); + + // ...and otherwise set as attributes + } else { + this.attr( match, context[ match ] ); + } + } + } + + return this; + + // HANDLE: $(#id) + } else { + elem = document.getElementById( match[ 2 ] ); + + if ( elem ) { + + // Inject the element directly into the jQuery object + this[ 0 ] = elem; + this.length = 1; + } + return this; + } + + // HANDLE: $(expr, $(...)) + } else if ( !context || context.jquery ) { + return ( context || root ).find( selector ); + + // HANDLE: $(expr, context) + // (which is just equivalent to: $(context).find(expr) + } else { + return this.constructor( context ).find( selector ); + } + + // HANDLE: $(DOMElement) + } else if ( selector.nodeType ) { + this[ 0 ] = selector; + this.length = 1; + return this; + + // HANDLE: $(function) + // Shortcut for document ready + } else if ( isFunction( selector ) ) { + return root.ready !== undefined ? + root.ready( selector ) : + + // Execute immediately if ready is not present + selector( jQuery ); + } + + return jQuery.makeArray( selector, this ); + }; + +// Give the init function the jQuery prototype for later instantiation +init.prototype = jQuery.fn; + +// Initialize central reference +rootjQuery = jQuery( document ); + + +var rparentsprev = /^(?:parents|prev(?:Until|All))/, + + // Methods guaranteed to produce a unique set when starting from a unique set + guaranteedUnique = { + children: true, + contents: true, + next: true, + prev: true + }; + +jQuery.fn.extend( { + has: function( target ) { + var targets = jQuery( target, this ), + l = targets.length; + + return this.filter( function() { + var i = 0; + for ( ; i < l; i++ ) { + if ( jQuery.contains( this, targets[ i ] ) ) { + return true; + } + } + } ); + }, + + closest: function( selectors, context ) { + var cur, + i = 0, + l = this.length, + matched = [], + targets = typeof selectors !== "string" && jQuery( selectors ); + + // Positional selectors never match, since there's no _selection_ context + if ( !rneedsContext.test( selectors ) ) { + for ( ; i < l; i++ ) { + for ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) { + + // Always skip document fragments + if ( cur.nodeType < 11 && ( targets ? + targets.index( cur ) > -1 : + + // Don't pass non-elements to Sizzle + cur.nodeType === 1 && + jQuery.find.matchesSelector( cur, selectors ) ) ) { + + matched.push( cur ); + break; + } + } + } + } + + return this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched ); + }, + + // Determine the position of an element within the set + index: function( elem ) { + + // No argument, return index in parent + if ( !elem ) { + return ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1; + } + + // Index in selector + if ( typeof elem === "string" ) { + return indexOf.call( jQuery( elem ), this[ 0 ] ); + } + + // Locate the position of the desired element + return indexOf.call( this, + + // If it receives a jQuery object, the first element is used + elem.jquery ? elem[ 0 ] : elem + ); + }, + + add: function( selector, context ) { + return this.pushStack( + jQuery.uniqueSort( + jQuery.merge( this.get(), jQuery( selector, context ) ) + ) + ); + }, + + addBack: function( selector ) { + return this.add( selector == null ? + this.prevObject : this.prevObject.filter( selector ) + ); + } +} ); + +function sibling( cur, dir ) { + while ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {} + return cur; +} + +jQuery.each( { + parent: function( elem ) { + var parent = elem.parentNode; + return parent && parent.nodeType !== 11 ? parent : null; + }, + parents: function( elem ) { + return dir( elem, "parentNode" ); + }, + parentsUntil: function( elem, _i, until ) { + return dir( elem, "parentNode", until ); + }, + next: function( elem ) { + return sibling( elem, "nextSibling" ); + }, + prev: function( elem ) { + return sibling( elem, "previousSibling" ); + }, + nextAll: function( elem ) { + return dir( elem, "nextSibling" ); + }, + prevAll: function( elem ) { + return dir( elem, "previousSibling" ); + }, + nextUntil: function( elem, _i, until ) { + return dir( elem, "nextSibling", until ); + }, + prevUntil: function( elem, _i, until ) { + return dir( elem, "previousSibling", until ); + }, + siblings: function( elem ) { + return siblings( ( elem.parentNode || {} ).firstChild, elem ); + }, + children: function( elem ) { + return siblings( elem.firstChild ); + }, + contents: function( elem ) { + if ( elem.contentDocument != null && + + // Support: IE 11+ + // elements with no `data` attribute has an object + // `contentDocument` with a `null` prototype. + getProto( elem.contentDocument ) ) { + + return elem.contentDocument; + } + + // Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only + // Treat the template element as a regular one in browsers that + // don't support it. + if ( nodeName( elem, "template" ) ) { + elem = elem.content || elem; + } + + return jQuery.merge( [], elem.childNodes ); + } +}, function( name, fn ) { + jQuery.fn[ name ] = function( until, selector ) { + var matched = jQuery.map( this, fn, until ); + + if ( name.slice( -5 ) !== "Until" ) { + selector = until; + } + + if ( selector && typeof selector === "string" ) { + matched = jQuery.filter( selector, matched ); + } + + if ( this.length > 1 ) { + + // Remove duplicates + if ( !guaranteedUnique[ name ] ) { + jQuery.uniqueSort( matched ); + } + + // Reverse order for parents* and prev-derivatives + if ( rparentsprev.test( name ) ) { + matched.reverse(); + } + } + + return this.pushStack( matched ); + }; +} ); +var rnothtmlwhite = ( /[^\x20\t\r\n\f]+/g ); + + + +// Convert String-formatted options into Object-formatted ones +function createOptions( options ) { + var object = {}; + jQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) { + object[ flag ] = true; + } ); + return object; +} + +/* + * Create a callback list using the following parameters: + * + * options: an optional list of space-separated options that will change how + * the callback list behaves or a more traditional option object + * + * By default a callback list will act like an event callback list and can be + * "fired" multiple times. + * + * Possible options: + * + * once: will ensure the callback list can only be fired once (like a Deferred) + * + * memory: will keep track of previous values and will call any callback added + * after the list has been fired right away with the latest "memorized" + * values (like a Deferred) + * + * unique: will ensure a callback can only be added once (no duplicate in the list) + * + * stopOnFalse: interrupt callings when a callback returns false + * + */ +jQuery.Callbacks = function( options ) { + + // Convert options from String-formatted to Object-formatted if needed + // (we check in cache first) + options = typeof options === "string" ? + createOptions( options ) : + jQuery.extend( {}, options ); + + var // Flag to know if list is currently firing + firing, + + // Last fire value for non-forgettable lists + memory, + + // Flag to know if list was already fired + fired, + + // Flag to prevent firing + locked, + + // Actual callback list + list = [], + + // Queue of execution data for repeatable lists + queue = [], + + // Index of currently firing callback (modified by add/remove as needed) + firingIndex = -1, + + // Fire callbacks + fire = function() { + + // Enforce single-firing + locked = locked || options.once; + + // Execute callbacks for all pending executions, + // respecting firingIndex overrides and runtime changes + fired = firing = true; + for ( ; queue.length; firingIndex = -1 ) { + memory = queue.shift(); + while ( ++firingIndex < list.length ) { + + // Run callback and check for early termination + if ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false && + options.stopOnFalse ) { + + // Jump to end and forget the data so .add doesn't re-fire + firingIndex = list.length; + memory = false; + } + } + } + + // Forget the data if we're done with it + if ( !options.memory ) { + memory = false; + } + + firing = false; + + // Clean up if we're done firing for good + if ( locked ) { + + // Keep an empty list if we have data for future add calls + if ( memory ) { + list = []; + + // Otherwise, this object is spent + } else { + list = ""; + } + } + }, + + // Actual Callbacks object + self = { + + // Add a callback or a collection of callbacks to the list + add: function() { + if ( list ) { + + // If we have memory from a past run, we should fire after adding + if ( memory && !firing ) { + firingIndex = list.length - 1; + queue.push( memory ); + } + + ( function add( args ) { + jQuery.each( args, function( _, arg ) { + if ( isFunction( arg ) ) { + if ( !options.unique || !self.has( arg ) ) { + list.push( arg ); + } + } else if ( arg && arg.length && toType( arg ) !== "string" ) { + + // Inspect recursively + add( arg ); + } + } ); + } )( arguments ); + + if ( memory && !firing ) { + fire(); + } + } + return this; + }, + + // Remove a callback from the list + remove: function() { + jQuery.each( arguments, function( _, arg ) { + var index; + while ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) { + list.splice( index, 1 ); + + // Handle firing indexes + if ( index <= firingIndex ) { + firingIndex--; + } + } + } ); + return this; + }, + + // Check if a given callback is in the list. + // If no argument is given, return whether or not list has callbacks attached. + has: function( fn ) { + return fn ? + jQuery.inArray( fn, list ) > -1 : + list.length > 0; + }, + + // Remove all callbacks from the list + empty: function() { + if ( list ) { + list = []; + } + return this; + }, + + // Disable .fire and .add + // Abort any current/pending executions + // Clear all callbacks and values + disable: function() { + locked = queue = []; + list = memory = ""; + return this; + }, + disabled: function() { + return !list; + }, + + // Disable .fire + // Also disable .add unless we have memory (since it would have no effect) + // Abort any pending executions + lock: function() { + locked = queue = []; + if ( !memory && !firing ) { + list = memory = ""; + } + return this; + }, + locked: function() { + return !!locked; + }, + + // Call all callbacks with the given context and arguments + fireWith: function( context, args ) { + if ( !locked ) { + args = args || []; + args = [ context, args.slice ? args.slice() : args ]; + queue.push( args ); + if ( !firing ) { + fire(); + } + } + return this; + }, + + // Call all the callbacks with the given arguments + fire: function() { + self.fireWith( this, arguments ); + return this; + }, + + // To know if the callbacks have already been called at least once + fired: function() { + return !!fired; + } + }; + + return self; +}; + + +function Identity( v ) { + return v; +} +function Thrower( ex ) { + throw ex; +} + +function adoptValue( value, resolve, reject, noValue ) { + var method; + + try { + + // Check for promise aspect first to privilege synchronous behavior + if ( value && isFunction( ( method = value.promise ) ) ) { + method.call( value ).done( resolve ).fail( reject ); + + // Other thenables + } else if ( value && isFunction( ( method = value.then ) ) ) { + method.call( value, resolve, reject ); + + // Other non-thenables + } else { + + // Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer: + // * false: [ value ].slice( 0 ) => resolve( value ) + // * true: [ value ].slice( 1 ) => resolve() + resolve.apply( undefined, [ value ].slice( noValue ) ); + } + + // For Promises/A+, convert exceptions into rejections + // Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in + // Deferred#then to conditionally suppress rejection. + } catch ( value ) { + + // Support: Android 4.0 only + // Strict mode functions invoked without .call/.apply get global-object context + reject.apply( undefined, [ value ] ); + } +} + +jQuery.extend( { + + Deferred: function( func ) { + var tuples = [ + + // action, add listener, callbacks, + // ... .then handlers, argument index, [final state] + [ "notify", "progress", jQuery.Callbacks( "memory" ), + jQuery.Callbacks( "memory" ), 2 ], + [ "resolve", "done", jQuery.Callbacks( "once memory" ), + jQuery.Callbacks( "once memory" ), 0, "resolved" ], + [ "reject", "fail", jQuery.Callbacks( "once memory" ), + jQuery.Callbacks( "once memory" ), 1, "rejected" ] + ], + state = "pending", + promise = { + state: function() { + return state; + }, + always: function() { + deferred.done( arguments ).fail( arguments ); + return this; + }, + "catch": function( fn ) { + return promise.then( null, fn ); + }, + + // Keep pipe for back-compat + pipe: function( /* fnDone, fnFail, fnProgress */ ) { + var fns = arguments; + + return jQuery.Deferred( function( newDefer ) { + jQuery.each( tuples, function( _i, tuple ) { + + // Map tuples (progress, done, fail) to arguments (done, fail, progress) + var fn = isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ]; + + // deferred.progress(function() { bind to newDefer or newDefer.notify }) + // deferred.done(function() { bind to newDefer or newDefer.resolve }) + // deferred.fail(function() { bind to newDefer or newDefer.reject }) + deferred[ tuple[ 1 ] ]( function() { + var returned = fn && fn.apply( this, arguments ); + if ( returned && isFunction( returned.promise ) ) { + returned.promise() + .progress( newDefer.notify ) + .done( newDefer.resolve ) + .fail( newDefer.reject ); + } else { + newDefer[ tuple[ 0 ] + "With" ]( + this, + fn ? [ returned ] : arguments + ); + } + } ); + } ); + fns = null; + } ).promise(); + }, + then: function( onFulfilled, onRejected, onProgress ) { + var maxDepth = 0; + function resolve( depth, deferred, handler, special ) { + return function() { + var that = this, + args = arguments, + mightThrow = function() { + var returned, then; + + // Support: Promises/A+ section 2.3.3.3.3 + // https://promisesaplus.com/#point-59 + // Ignore double-resolution attempts + if ( depth < maxDepth ) { + return; + } + + returned = handler.apply( that, args ); + + // Support: Promises/A+ section 2.3.1 + // https://promisesaplus.com/#point-48 + if ( returned === deferred.promise() ) { + throw new TypeError( "Thenable self-resolution" ); + } + + // Support: Promises/A+ sections 2.3.3.1, 3.5 + // https://promisesaplus.com/#point-54 + // https://promisesaplus.com/#point-75 + // Retrieve `then` only once + then = returned && + + // Support: Promises/A+ section 2.3.4 + // https://promisesaplus.com/#point-64 + // Only check objects and functions for thenability + ( typeof returned === "object" || + typeof returned === "function" ) && + returned.then; + + // Handle a returned thenable + if ( isFunction( then ) ) { + + // Special processors (notify) just wait for resolution + if ( special ) { + then.call( + returned, + resolve( maxDepth, deferred, Identity, special ), + resolve( maxDepth, deferred, Thrower, special ) + ); + + // Normal processors (resolve) also hook into progress + } else { + + // ...and disregard older resolution values + maxDepth++; + + then.call( + returned, + resolve( maxDepth, deferred, Identity, special ), + resolve( maxDepth, deferred, Thrower, special ), + resolve( maxDepth, deferred, Identity, + deferred.notifyWith ) + ); + } + + // Handle all other returned values + } else { + + // Only substitute handlers pass on context + // and multiple values (non-spec behavior) + if ( handler !== Identity ) { + that = undefined; + args = [ returned ]; + } + + // Process the value(s) + // Default process is resolve + ( special || deferred.resolveWith )( that, args ); + } + }, + + // Only normal processors (resolve) catch and reject exceptions + process = special ? + mightThrow : + function() { + try { + mightThrow(); + } catch ( e ) { + + if ( jQuery.Deferred.exceptionHook ) { + jQuery.Deferred.exceptionHook( e, + process.stackTrace ); + } + + // Support: Promises/A+ section 2.3.3.3.4.1 + // https://promisesaplus.com/#point-61 + // Ignore post-resolution exceptions + if ( depth + 1 >= maxDepth ) { + + // Only substitute handlers pass on context + // and multiple values (non-spec behavior) + if ( handler !== Thrower ) { + that = undefined; + args = [ e ]; + } + + deferred.rejectWith( that, args ); + } + } + }; + + // Support: Promises/A+ section 2.3.3.3.1 + // https://promisesaplus.com/#point-57 + // Re-resolve promises immediately to dodge false rejection from + // subsequent errors + if ( depth ) { + process(); + } else { + + // Call an optional hook to record the stack, in case of exception + // since it's otherwise lost when execution goes async + if ( jQuery.Deferred.getStackHook ) { + process.stackTrace = jQuery.Deferred.getStackHook(); + } + window.setTimeout( process ); + } + }; + } + + return jQuery.Deferred( function( newDefer ) { + + // progress_handlers.add( ... ) + tuples[ 0 ][ 3 ].add( + resolve( + 0, + newDefer, + isFunction( onProgress ) ? + onProgress : + Identity, + newDefer.notifyWith + ) + ); + + // fulfilled_handlers.add( ... ) + tuples[ 1 ][ 3 ].add( + resolve( + 0, + newDefer, + isFunction( onFulfilled ) ? + onFulfilled : + Identity + ) + ); + + // rejected_handlers.add( ... ) + tuples[ 2 ][ 3 ].add( + resolve( + 0, + newDefer, + isFunction( onRejected ) ? + onRejected : + Thrower + ) + ); + } ).promise(); + }, + + // Get a promise for this deferred + // If obj is provided, the promise aspect is added to the object + promise: function( obj ) { + return obj != null ? jQuery.extend( obj, promise ) : promise; + } + }, + deferred = {}; + + // Add list-specific methods + jQuery.each( tuples, function( i, tuple ) { + var list = tuple[ 2 ], + stateString = tuple[ 5 ]; + + // promise.progress = list.add + // promise.done = list.add + // promise.fail = list.add + promise[ tuple[ 1 ] ] = list.add; + + // Handle state + if ( stateString ) { + list.add( + function() { + + // state = "resolved" (i.e., fulfilled) + // state = "rejected" + state = stateString; + }, + + // rejected_callbacks.disable + // fulfilled_callbacks.disable + tuples[ 3 - i ][ 2 ].disable, + + // rejected_handlers.disable + // fulfilled_handlers.disable + tuples[ 3 - i ][ 3 ].disable, + + // progress_callbacks.lock + tuples[ 0 ][ 2 ].lock, + + // progress_handlers.lock + tuples[ 0 ][ 3 ].lock + ); + } + + // progress_handlers.fire + // fulfilled_handlers.fire + // rejected_handlers.fire + list.add( tuple[ 3 ].fire ); + + // deferred.notify = function() { deferred.notifyWith(...) } + // deferred.resolve = function() { deferred.resolveWith(...) } + // deferred.reject = function() { deferred.rejectWith(...) } + deferred[ tuple[ 0 ] ] = function() { + deferred[ tuple[ 0 ] + "With" ]( this === deferred ? undefined : this, arguments ); + return this; + }; + + // deferred.notifyWith = list.fireWith + // deferred.resolveWith = list.fireWith + // deferred.rejectWith = list.fireWith + deferred[ tuple[ 0 ] + "With" ] = list.fireWith; + } ); + + // Make the deferred a promise + promise.promise( deferred ); + + // Call given func if any + if ( func ) { + func.call( deferred, deferred ); + } + + // All done! + return deferred; + }, + + // Deferred helper + when: function( singleValue ) { + var + + // count of uncompleted subordinates + remaining = arguments.length, + + // count of unprocessed arguments + i = remaining, + + // subordinate fulfillment data + resolveContexts = Array( i ), + resolveValues = slice.call( arguments ), + + // the primary Deferred + primary = jQuery.Deferred(), + + // subordinate callback factory + updateFunc = function( i ) { + return function( value ) { + resolveContexts[ i ] = this; + resolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value; + if ( !( --remaining ) ) { + primary.resolveWith( resolveContexts, resolveValues ); + } + }; + }; + + // Single- and empty arguments are adopted like Promise.resolve + if ( remaining <= 1 ) { + adoptValue( singleValue, primary.done( updateFunc( i ) ).resolve, primary.reject, + !remaining ); + + // Use .then() to unwrap secondary thenables (cf. gh-3000) + if ( primary.state() === "pending" || + isFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) { + + return primary.then(); + } + } + + // Multiple arguments are aggregated like Promise.all array elements + while ( i-- ) { + adoptValue( resolveValues[ i ], updateFunc( i ), primary.reject ); + } + + return primary.promise(); + } +} ); + + +// These usually indicate a programmer mistake during development, +// warn about them ASAP rather than swallowing them by default. +var rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/; + +jQuery.Deferred.exceptionHook = function( error, stack ) { + + // Support: IE 8 - 9 only + // Console exists when dev tools are open, which can happen at any time + if ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) { + window.console.warn( "jQuery.Deferred exception: " + error.message, error.stack, stack ); + } +}; + + + + +jQuery.readyException = function( error ) { + window.setTimeout( function() { + throw error; + } ); +}; + + + + +// The deferred used on DOM ready +var readyList = jQuery.Deferred(); + +jQuery.fn.ready = function( fn ) { + + readyList + .then( fn ) + + // Wrap jQuery.readyException in a function so that the lookup + // happens at the time of error handling instead of callback + // registration. + .catch( function( error ) { + jQuery.readyException( error ); + } ); + + return this; +}; + +jQuery.extend( { + + // Is the DOM ready to be used? Set to true once it occurs. + isReady: false, + + // A counter to track how many items to wait for before + // the ready event fires. See #6781 + readyWait: 1, + + // Handle when the DOM is ready + ready: function( wait ) { + + // Abort if there are pending holds or we're already ready + if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) { + return; + } + + // Remember that the DOM is ready + jQuery.isReady = true; + + // If a normal DOM Ready event fired, decrement, and wait if need be + if ( wait !== true && --jQuery.readyWait > 0 ) { + return; + } + + // If there are functions bound, to execute + readyList.resolveWith( document, [ jQuery ] ); + } +} ); + +jQuery.ready.then = readyList.then; + +// The ready event handler and self cleanup method +function completed() { + document.removeEventListener( "DOMContentLoaded", completed ); + window.removeEventListener( "load", completed ); + jQuery.ready(); +} + +// Catch cases where $(document).ready() is called +// after the browser event has already occurred. +// Support: IE <=9 - 10 only +// Older IE sometimes signals "interactive" too soon +if ( document.readyState === "complete" || + ( document.readyState !== "loading" && !document.documentElement.doScroll ) ) { + + // Handle it asynchronously to allow scripts the opportunity to delay ready + window.setTimeout( jQuery.ready ); + +} else { + + // Use the handy event callback + document.addEventListener( "DOMContentLoaded", completed ); + + // A fallback to window.onload, that will always work + window.addEventListener( "load", completed ); +} + + + + +// Multifunctional method to get and set values of a collection +// The value/s can optionally be executed if it's a function +var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { + var i = 0, + len = elems.length, + bulk = key == null; + + // Sets many values + if ( toType( key ) === "object" ) { + chainable = true; + for ( i in key ) { + access( elems, fn, i, key[ i ], true, emptyGet, raw ); + } + + // Sets one value + } else if ( value !== undefined ) { + chainable = true; + + if ( !isFunction( value ) ) { + raw = true; + } + + if ( bulk ) { + + // Bulk operations run against the entire set + if ( raw ) { + fn.call( elems, value ); + fn = null; + + // ...except when executing function values + } else { + bulk = fn; + fn = function( elem, _key, value ) { + return bulk.call( jQuery( elem ), value ); + }; + } + } + + if ( fn ) { + for ( ; i < len; i++ ) { + fn( + elems[ i ], key, raw ? + value : + value.call( elems[ i ], i, fn( elems[ i ], key ) ) + ); + } + } + } + + if ( chainable ) { + return elems; + } + + // Gets + if ( bulk ) { + return fn.call( elems ); + } + + return len ? fn( elems[ 0 ], key ) : emptyGet; +}; + + +// Matches dashed string for camelizing +var rmsPrefix = /^-ms-/, + rdashAlpha = /-([a-z])/g; + +// Used by camelCase as callback to replace() +function fcamelCase( _all, letter ) { + return letter.toUpperCase(); +} + +// Convert dashed to camelCase; used by the css and data modules +// Support: IE <=9 - 11, Edge 12 - 15 +// Microsoft forgot to hump their vendor prefix (#9572) +function camelCase( string ) { + return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); +} +var acceptData = function( owner ) { + + // Accepts only: + // - Node + // - Node.ELEMENT_NODE + // - Node.DOCUMENT_NODE + // - Object + // - Any + return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType ); +}; + + + + +function Data() { + this.expando = jQuery.expando + Data.uid++; +} + +Data.uid = 1; + +Data.prototype = { + + cache: function( owner ) { + + // Check if the owner object already has a cache + var value = owner[ this.expando ]; + + // If not, create one + if ( !value ) { + value = {}; + + // We can accept data for non-element nodes in modern browsers, + // but we should not, see #8335. + // Always return an empty object. + if ( acceptData( owner ) ) { + + // If it is a node unlikely to be stringify-ed or looped over + // use plain assignment + if ( owner.nodeType ) { + owner[ this.expando ] = value; + + // Otherwise secure it in a non-enumerable property + // configurable must be true to allow the property to be + // deleted when data is removed + } else { + Object.defineProperty( owner, this.expando, { + value: value, + configurable: true + } ); + } + } + } + + return value; + }, + set: function( owner, data, value ) { + var prop, + cache = this.cache( owner ); + + // Handle: [ owner, key, value ] args + // Always use camelCase key (gh-2257) + if ( typeof data === "string" ) { + cache[ camelCase( data ) ] = value; + + // Handle: [ owner, { properties } ] args + } else { + + // Copy the properties one-by-one to the cache object + for ( prop in data ) { + cache[ camelCase( prop ) ] = data[ prop ]; + } + } + return cache; + }, + get: function( owner, key ) { + return key === undefined ? + this.cache( owner ) : + + // Always use camelCase key (gh-2257) + owner[ this.expando ] && owner[ this.expando ][ camelCase( key ) ]; + }, + access: function( owner, key, value ) { + + // In cases where either: + // + // 1. No key was specified + // 2. A string key was specified, but no value provided + // + // Take the "read" path and allow the get method to determine + // which value to return, respectively either: + // + // 1. The entire cache object + // 2. The data stored at the key + // + if ( key === undefined || + ( ( key && typeof key === "string" ) && value === undefined ) ) { + + return this.get( owner, key ); + } + + // When the key is not a string, or both a key and value + // are specified, set or extend (existing objects) with either: + // + // 1. An object of properties + // 2. A key and value + // + this.set( owner, key, value ); + + // Since the "set" path can have two possible entry points + // return the expected data based on which path was taken[*] + return value !== undefined ? value : key; + }, + remove: function( owner, key ) { + var i, + cache = owner[ this.expando ]; + + if ( cache === undefined ) { + return; + } + + if ( key !== undefined ) { + + // Support array or space separated string of keys + if ( Array.isArray( key ) ) { + + // If key is an array of keys... + // We always set camelCase keys, so remove that. + key = key.map( camelCase ); + } else { + key = camelCase( key ); + + // If a key with the spaces exists, use it. + // Otherwise, create an array by matching non-whitespace + key = key in cache ? + [ key ] : + ( key.match( rnothtmlwhite ) || [] ); + } + + i = key.length; + + while ( i-- ) { + delete cache[ key[ i ] ]; + } + } + + // Remove the expando if there's no more data + if ( key === undefined || jQuery.isEmptyObject( cache ) ) { + + // Support: Chrome <=35 - 45 + // Webkit & Blink performance suffers when deleting properties + // from DOM nodes, so set to undefined instead + // https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted) + if ( owner.nodeType ) { + owner[ this.expando ] = undefined; + } else { + delete owner[ this.expando ]; + } + } + }, + hasData: function( owner ) { + var cache = owner[ this.expando ]; + return cache !== undefined && !jQuery.isEmptyObject( cache ); + } +}; +var dataPriv = new Data(); + +var dataUser = new Data(); + + + +// Implementation Summary +// +// 1. Enforce API surface and semantic compatibility with 1.9.x branch +// 2. Improve the module's maintainability by reducing the storage +// paths to a single mechanism. +// 3. Use the same single mechanism to support "private" and "user" data. +// 4. _Never_ expose "private" data to user code (TODO: Drop _data, _removeData) +// 5. Avoid exposing implementation details on user objects (eg. expando properties) +// 6. Provide a clear path for implementation upgrade to WeakMap in 2014 + +var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, + rmultiDash = /[A-Z]/g; + +function getData( data ) { + if ( data === "true" ) { + return true; + } + + if ( data === "false" ) { + return false; + } + + if ( data === "null" ) { + return null; + } + + // Only convert to a number if it doesn't change the string + if ( data === +data + "" ) { + return +data; + } + + if ( rbrace.test( data ) ) { + return JSON.parse( data ); + } + + return data; +} + +function dataAttr( elem, key, data ) { + var name; + + // If nothing was found internally, try to fetch any + // data from the HTML5 data-* attribute + if ( data === undefined && elem.nodeType === 1 ) { + name = "data-" + key.replace( rmultiDash, "-$&" ).toLowerCase(); + data = elem.getAttribute( name ); + + if ( typeof data === "string" ) { + try { + data = getData( data ); + } catch ( e ) {} + + // Make sure we set the data so it isn't changed later + dataUser.set( elem, key, data ); + } else { + data = undefined; + } + } + return data; +} + +jQuery.extend( { + hasData: function( elem ) { + return dataUser.hasData( elem ) || dataPriv.hasData( elem ); + }, + + data: function( elem, name, data ) { + return dataUser.access( elem, name, data ); + }, + + removeData: function( elem, name ) { + dataUser.remove( elem, name ); + }, + + // TODO: Now that all calls to _data and _removeData have been replaced + // with direct calls to dataPriv methods, these can be deprecated. + _data: function( elem, name, data ) { + return dataPriv.access( elem, name, data ); + }, + + _removeData: function( elem, name ) { + dataPriv.remove( elem, name ); + } +} ); + +jQuery.fn.extend( { + data: function( key, value ) { + var i, name, data, + elem = this[ 0 ], + attrs = elem && elem.attributes; + + // Gets all values + if ( key === undefined ) { + if ( this.length ) { + data = dataUser.get( elem ); + + if ( elem.nodeType === 1 && !dataPriv.get( elem, "hasDataAttrs" ) ) { + i = attrs.length; + while ( i-- ) { + + // Support: IE 11 only + // The attrs elements can be null (#14894) + if ( attrs[ i ] ) { + name = attrs[ i ].name; + if ( name.indexOf( "data-" ) === 0 ) { + name = camelCase( name.slice( 5 ) ); + dataAttr( elem, name, data[ name ] ); + } + } + } + dataPriv.set( elem, "hasDataAttrs", true ); + } + } + + return data; + } + + // Sets multiple values + if ( typeof key === "object" ) { + return this.each( function() { + dataUser.set( this, key ); + } ); + } + + return access( this, function( value ) { + var data; + + // The calling jQuery object (element matches) is not empty + // (and therefore has an element appears at this[ 0 ]) and the + // `value` parameter was not undefined. An empty jQuery object + // will result in `undefined` for elem = this[ 0 ] which will + // throw an exception if an attempt to read a data cache is made. + if ( elem && value === undefined ) { + + // Attempt to get data from the cache + // The key will always be camelCased in Data + data = dataUser.get( elem, key ); + if ( data !== undefined ) { + return data; + } + + // Attempt to "discover" the data in + // HTML5 custom data-* attrs + data = dataAttr( elem, key ); + if ( data !== undefined ) { + return data; + } + + // We tried really hard, but the data doesn't exist. + return; + } + + // Set the data... + this.each( function() { + + // We always store the camelCased key + dataUser.set( this, key, value ); + } ); + }, null, value, arguments.length > 1, null, true ); + }, + + removeData: function( key ) { + return this.each( function() { + dataUser.remove( this, key ); + } ); + } +} ); + + +jQuery.extend( { + queue: function( elem, type, data ) { + var queue; + + if ( elem ) { + type = ( type || "fx" ) + "queue"; + queue = dataPriv.get( elem, type ); + + // Speed up dequeue by getting out quickly if this is just a lookup + if ( data ) { + if ( !queue || Array.isArray( data ) ) { + queue = dataPriv.access( elem, type, jQuery.makeArray( data ) ); + } else { + queue.push( data ); + } + } + return queue || []; + } + }, + + dequeue: function( elem, type ) { + type = type || "fx"; + + var queue = jQuery.queue( elem, type ), + startLength = queue.length, + fn = queue.shift(), + hooks = jQuery._queueHooks( elem, type ), + next = function() { + jQuery.dequeue( elem, type ); + }; + + // If the fx queue is dequeued, always remove the progress sentinel + if ( fn === "inprogress" ) { + fn = queue.shift(); + startLength--; + } + + if ( fn ) { + + // Add a progress sentinel to prevent the fx queue from being + // automatically dequeued + if ( type === "fx" ) { + queue.unshift( "inprogress" ); + } + + // Clear up the last queue stop function + delete hooks.stop; + fn.call( elem, next, hooks ); + } + + if ( !startLength && hooks ) { + hooks.empty.fire(); + } + }, + + // Not public - generate a queueHooks object, or return the current one + _queueHooks: function( elem, type ) { + var key = type + "queueHooks"; + return dataPriv.get( elem, key ) || dataPriv.access( elem, key, { + empty: jQuery.Callbacks( "once memory" ).add( function() { + dataPriv.remove( elem, [ type + "queue", key ] ); + } ) + } ); + } +} ); + +jQuery.fn.extend( { + queue: function( type, data ) { + var setter = 2; + + if ( typeof type !== "string" ) { + data = type; + type = "fx"; + setter--; + } + + if ( arguments.length < setter ) { + return jQuery.queue( this[ 0 ], type ); + } + + return data === undefined ? + this : + this.each( function() { + var queue = jQuery.queue( this, type, data ); + + // Ensure a hooks for this queue + jQuery._queueHooks( this, type ); + + if ( type === "fx" && queue[ 0 ] !== "inprogress" ) { + jQuery.dequeue( this, type ); + } + } ); + }, + dequeue: function( type ) { + return this.each( function() { + jQuery.dequeue( this, type ); + } ); + }, + clearQueue: function( type ) { + return this.queue( type || "fx", [] ); + }, + + // Get a promise resolved when queues of a certain type + // are emptied (fx is the type by default) + promise: function( type, obj ) { + var tmp, + count = 1, + defer = jQuery.Deferred(), + elements = this, + i = this.length, + resolve = function() { + if ( !( --count ) ) { + defer.resolveWith( elements, [ elements ] ); + } + }; + + if ( typeof type !== "string" ) { + obj = type; + type = undefined; + } + type = type || "fx"; + + while ( i-- ) { + tmp = dataPriv.get( elements[ i ], type + "queueHooks" ); + if ( tmp && tmp.empty ) { + count++; + tmp.empty.add( resolve ); + } + } + resolve(); + return defer.promise( obj ); + } +} ); +var pnum = ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source; + +var rcssNum = new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" ); + + +var cssExpand = [ "Top", "Right", "Bottom", "Left" ]; + +var documentElement = document.documentElement; + + + + var isAttached = function( elem ) { + return jQuery.contains( elem.ownerDocument, elem ); + }, + composed = { composed: true }; + + // Support: IE 9 - 11+, Edge 12 - 18+, iOS 10.0 - 10.2 only + // Check attachment across shadow DOM boundaries when possible (gh-3504) + // Support: iOS 10.0-10.2 only + // Early iOS 10 versions support `attachShadow` but not `getRootNode`, + // leading to errors. We need to check for `getRootNode`. + if ( documentElement.getRootNode ) { + isAttached = function( elem ) { + return jQuery.contains( elem.ownerDocument, elem ) || + elem.getRootNode( composed ) === elem.ownerDocument; + }; + } +var isHiddenWithinTree = function( elem, el ) { + + // isHiddenWithinTree might be called from jQuery#filter function; + // in that case, element will be second argument + elem = el || elem; + + // Inline style trumps all + return elem.style.display === "none" || + elem.style.display === "" && + + // Otherwise, check computed style + // Support: Firefox <=43 - 45 + // Disconnected elements can have computed display: none, so first confirm that elem is + // in the document. + isAttached( elem ) && + + jQuery.css( elem, "display" ) === "none"; + }; + + + +function adjustCSS( elem, prop, valueParts, tween ) { + var adjusted, scale, + maxIterations = 20, + currentValue = tween ? + function() { + return tween.cur(); + } : + function() { + return jQuery.css( elem, prop, "" ); + }, + initial = currentValue(), + unit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ), + + // Starting value computation is required for potential unit mismatches + initialInUnit = elem.nodeType && + ( jQuery.cssNumber[ prop ] || unit !== "px" && +initial ) && + rcssNum.exec( jQuery.css( elem, prop ) ); + + if ( initialInUnit && initialInUnit[ 3 ] !== unit ) { + + // Support: Firefox <=54 + // Halve the iteration target value to prevent interference from CSS upper bounds (gh-2144) + initial = initial / 2; + + // Trust units reported by jQuery.css + unit = unit || initialInUnit[ 3 ]; + + // Iteratively approximate from a nonzero starting point + initialInUnit = +initial || 1; + + while ( maxIterations-- ) { + + // Evaluate and update our best guess (doubling guesses that zero out). + // Finish if the scale equals or crosses 1 (making the old*new product non-positive). + jQuery.style( elem, prop, initialInUnit + unit ); + if ( ( 1 - scale ) * ( 1 - ( scale = currentValue() / initial || 0.5 ) ) <= 0 ) { + maxIterations = 0; + } + initialInUnit = initialInUnit / scale; + + } + + initialInUnit = initialInUnit * 2; + jQuery.style( elem, prop, initialInUnit + unit ); + + // Make sure we update the tween properties later on + valueParts = valueParts || []; + } + + if ( valueParts ) { + initialInUnit = +initialInUnit || +initial || 0; + + // Apply relative offset (+=/-=) if specified + adjusted = valueParts[ 1 ] ? + initialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] : + +valueParts[ 2 ]; + if ( tween ) { + tween.unit = unit; + tween.start = initialInUnit; + tween.end = adjusted; + } + } + return adjusted; +} + + +var defaultDisplayMap = {}; + +function getDefaultDisplay( elem ) { + var temp, + doc = elem.ownerDocument, + nodeName = elem.nodeName, + display = defaultDisplayMap[ nodeName ]; + + if ( display ) { + return display; + } + + temp = doc.body.appendChild( doc.createElement( nodeName ) ); + display = jQuery.css( temp, "display" ); + + temp.parentNode.removeChild( temp ); + + if ( display === "none" ) { + display = "block"; + } + defaultDisplayMap[ nodeName ] = display; + + return display; +} + +function showHide( elements, show ) { + var display, elem, + values = [], + index = 0, + length = elements.length; + + // Determine new display value for elements that need to change + for ( ; index < length; index++ ) { + elem = elements[ index ]; + if ( !elem.style ) { + continue; + } + + display = elem.style.display; + if ( show ) { + + // Since we force visibility upon cascade-hidden elements, an immediate (and slow) + // check is required in this first loop unless we have a nonempty display value (either + // inline or about-to-be-restored) + if ( display === "none" ) { + values[ index ] = dataPriv.get( elem, "display" ) || null; + if ( !values[ index ] ) { + elem.style.display = ""; + } + } + if ( elem.style.display === "" && isHiddenWithinTree( elem ) ) { + values[ index ] = getDefaultDisplay( elem ); + } + } else { + if ( display !== "none" ) { + values[ index ] = "none"; + + // Remember what we're overwriting + dataPriv.set( elem, "display", display ); + } + } + } + + // Set the display of the elements in a second loop to avoid constant reflow + for ( index = 0; index < length; index++ ) { + if ( values[ index ] != null ) { + elements[ index ].style.display = values[ index ]; + } + } + + return elements; +} + +jQuery.fn.extend( { + show: function() { + return showHide( this, true ); + }, + hide: function() { + return showHide( this ); + }, + toggle: function( state ) { + if ( typeof state === "boolean" ) { + return state ? this.show() : this.hide(); + } + + return this.each( function() { + if ( isHiddenWithinTree( this ) ) { + jQuery( this ).show(); + } else { + jQuery( this ).hide(); + } + } ); + } +} ); +var rcheckableType = ( /^(?:checkbox|radio)$/i ); + +var rtagName = ( /<([a-z][^\/\0>\x20\t\r\n\f]*)/i ); + +var rscriptType = ( /^$|^module$|\/(?:java|ecma)script/i ); + + + +( function() { + var fragment = document.createDocumentFragment(), + div = fragment.appendChild( document.createElement( "div" ) ), + input = document.createElement( "input" ); + + // Support: Android 4.0 - 4.3 only + // Check state lost if the name is set (#11217) + // Support: Windows Web Apps (WWA) + // `name` and `type` must use .setAttribute for WWA (#14901) + input.setAttribute( "type", "radio" ); + input.setAttribute( "checked", "checked" ); + input.setAttribute( "name", "t" ); + + div.appendChild( input ); + + // Support: Android <=4.1 only + // Older WebKit doesn't clone checked state correctly in fragments + support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked; + + // Support: IE <=11 only + // Make sure textarea (and checkbox) defaultValue is properly cloned + div.innerHTML = ""; + support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue; + + // Support: IE <=9 only + // IE <=9 replaces "; + support.option = !!div.lastChild; +} )(); + + +// We have to close these tags to support XHTML (#13200) +var wrapMap = { + + // XHTML parsers do not magically insert elements in the + // same way that tag soup parsers do. So we cannot shorten + // this by omitting or other required elements. + thead: [ 1, "", "
" ], + col: [ 2, "", "
" ], + tr: [ 2, "", "
" ], + td: [ 3, "", "
" ], + + _default: [ 0, "", "" ] +}; + +wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; +wrapMap.th = wrapMap.td; + +// Support: IE <=9 only +if ( !support.option ) { + wrapMap.optgroup = wrapMap.option = [ 1, "" ]; +} + + +function getAll( context, tag ) { + + // Support: IE <=9 - 11 only + // Use typeof to avoid zero-argument method invocation on host objects (#15151) + var ret; + + if ( typeof context.getElementsByTagName !== "undefined" ) { + ret = context.getElementsByTagName( tag || "*" ); + + } else if ( typeof context.querySelectorAll !== "undefined" ) { + ret = context.querySelectorAll( tag || "*" ); + + } else { + ret = []; + } + + if ( tag === undefined || tag && nodeName( context, tag ) ) { + return jQuery.merge( [ context ], ret ); + } + + return ret; +} + + +// Mark scripts as having already been evaluated +function setGlobalEval( elems, refElements ) { + var i = 0, + l = elems.length; + + for ( ; i < l; i++ ) { + dataPriv.set( + elems[ i ], + "globalEval", + !refElements || dataPriv.get( refElements[ i ], "globalEval" ) + ); + } +} + + +var rhtml = /<|&#?\w+;/; + +function buildFragment( elems, context, scripts, selection, ignored ) { + var elem, tmp, tag, wrap, attached, j, + fragment = context.createDocumentFragment(), + nodes = [], + i = 0, + l = elems.length; + + for ( ; i < l; i++ ) { + elem = elems[ i ]; + + if ( elem || elem === 0 ) { + + // Add nodes directly + if ( toType( elem ) === "object" ) { + + // Support: Android <=4.0 only, PhantomJS 1 only + // push.apply(_, arraylike) throws on ancient WebKit + jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem ); + + // Convert non-html into a text node + } else if ( !rhtml.test( elem ) ) { + nodes.push( context.createTextNode( elem ) ); + + // Convert html into DOM nodes + } else { + tmp = tmp || fragment.appendChild( context.createElement( "div" ) ); + + // Deserialize a standard representation + tag = ( rtagName.exec( elem ) || [ "", "" ] )[ 1 ].toLowerCase(); + wrap = wrapMap[ tag ] || wrapMap._default; + tmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ]; + + // Descend through wrappers to the right content + j = wrap[ 0 ]; + while ( j-- ) { + tmp = tmp.lastChild; + } + + // Support: Android <=4.0 only, PhantomJS 1 only + // push.apply(_, arraylike) throws on ancient WebKit + jQuery.merge( nodes, tmp.childNodes ); + + // Remember the top-level container + tmp = fragment.firstChild; + + // Ensure the created nodes are orphaned (#12392) + tmp.textContent = ""; + } + } + } + + // Remove wrapper from fragment + fragment.textContent = ""; + + i = 0; + while ( ( elem = nodes[ i++ ] ) ) { + + // Skip elements already in the context collection (trac-4087) + if ( selection && jQuery.inArray( elem, selection ) > -1 ) { + if ( ignored ) { + ignored.push( elem ); + } + continue; + } + + attached = isAttached( elem ); + + // Append to fragment + tmp = getAll( fragment.appendChild( elem ), "script" ); + + // Preserve script evaluation history + if ( attached ) { + setGlobalEval( tmp ); + } + + // Capture executables + if ( scripts ) { + j = 0; + while ( ( elem = tmp[ j++ ] ) ) { + if ( rscriptType.test( elem.type || "" ) ) { + scripts.push( elem ); + } + } + } + } + + return fragment; +} + + +var rtypenamespace = /^([^.]*)(?:\.(.+)|)/; + +function returnTrue() { + return true; +} + +function returnFalse() { + return false; +} + +// Support: IE <=9 - 11+ +// focus() and blur() are asynchronous, except when they are no-op. +// So expect focus to be synchronous when the element is already active, +// and blur to be synchronous when the element is not already active. +// (focus and blur are always synchronous in other supported browsers, +// this just defines when we can count on it). +function expectSync( elem, type ) { + return ( elem === safeActiveElement() ) === ( type === "focus" ); +} + +// Support: IE <=9 only +// Accessing document.activeElement can throw unexpectedly +// https://bugs.jquery.com/ticket/13393 +function safeActiveElement() { + try { + return document.activeElement; + } catch ( err ) { } +} + +function on( elem, types, selector, data, fn, one ) { + var origFn, type; + + // Types can be a map of types/handlers + if ( typeof types === "object" ) { + + // ( types-Object, selector, data ) + if ( typeof selector !== "string" ) { + + // ( types-Object, data ) + data = data || selector; + selector = undefined; + } + for ( type in types ) { + on( elem, type, selector, data, types[ type ], one ); + } + return elem; + } + + if ( data == null && fn == null ) { + + // ( types, fn ) + fn = selector; + data = selector = undefined; + } else if ( fn == null ) { + if ( typeof selector === "string" ) { + + // ( types, selector, fn ) + fn = data; + data = undefined; + } else { + + // ( types, data, fn ) + fn = data; + data = selector; + selector = undefined; + } + } + if ( fn === false ) { + fn = returnFalse; + } else if ( !fn ) { + return elem; + } + + if ( one === 1 ) { + origFn = fn; + fn = function( event ) { + + // Can use an empty set, since event contains the info + jQuery().off( event ); + return origFn.apply( this, arguments ); + }; + + // Use same guid so caller can remove using origFn + fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ ); + } + return elem.each( function() { + jQuery.event.add( this, types, fn, data, selector ); + } ); +} + +/* + * Helper functions for managing events -- not part of the public interface. + * Props to Dean Edwards' addEvent library for many of the ideas. + */ +jQuery.event = { + + global: {}, + + add: function( elem, types, handler, data, selector ) { + + var handleObjIn, eventHandle, tmp, + events, t, handleObj, + special, handlers, type, namespaces, origType, + elemData = dataPriv.get( elem ); + + // Only attach events to objects that accept data + if ( !acceptData( elem ) ) { + return; + } + + // Caller can pass in an object of custom data in lieu of the handler + if ( handler.handler ) { + handleObjIn = handler; + handler = handleObjIn.handler; + selector = handleObjIn.selector; + } + + // Ensure that invalid selectors throw exceptions at attach time + // Evaluate against documentElement in case elem is a non-element node (e.g., document) + if ( selector ) { + jQuery.find.matchesSelector( documentElement, selector ); + } + + // Make sure that the handler has a unique ID, used to find/remove it later + if ( !handler.guid ) { + handler.guid = jQuery.guid++; + } + + // Init the element's event structure and main handler, if this is the first + if ( !( events = elemData.events ) ) { + events = elemData.events = Object.create( null ); + } + if ( !( eventHandle = elemData.handle ) ) { + eventHandle = elemData.handle = function( e ) { + + // Discard the second event of a jQuery.event.trigger() and + // when an event is called after a page has unloaded + return typeof jQuery !== "undefined" && jQuery.event.triggered !== e.type ? + jQuery.event.dispatch.apply( elem, arguments ) : undefined; + }; + } + + // Handle multiple events separated by a space + types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; + t = types.length; + while ( t-- ) { + tmp = rtypenamespace.exec( types[ t ] ) || []; + type = origType = tmp[ 1 ]; + namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); + + // There *must* be a type, no attaching namespace-only handlers + if ( !type ) { + continue; + } + + // If event changes its type, use the special event handlers for the changed type + special = jQuery.event.special[ type ] || {}; + + // If selector defined, determine special event api type, otherwise given type + type = ( selector ? special.delegateType : special.bindType ) || type; + + // Update special based on newly reset type + special = jQuery.event.special[ type ] || {}; + + // handleObj is passed to all event handlers + handleObj = jQuery.extend( { + type: type, + origType: origType, + data: data, + handler: handler, + guid: handler.guid, + selector: selector, + needsContext: selector && jQuery.expr.match.needsContext.test( selector ), + namespace: namespaces.join( "." ) + }, handleObjIn ); + + // Init the event handler queue if we're the first + if ( !( handlers = events[ type ] ) ) { + handlers = events[ type ] = []; + handlers.delegateCount = 0; + + // Only use addEventListener if the special events handler returns false + if ( !special.setup || + special.setup.call( elem, data, namespaces, eventHandle ) === false ) { + + if ( elem.addEventListener ) { + elem.addEventListener( type, eventHandle ); + } + } + } + + if ( special.add ) { + special.add.call( elem, handleObj ); + + if ( !handleObj.handler.guid ) { + handleObj.handler.guid = handler.guid; + } + } + + // Add to the element's handler list, delegates in front + if ( selector ) { + handlers.splice( handlers.delegateCount++, 0, handleObj ); + } else { + handlers.push( handleObj ); + } + + // Keep track of which events have ever been used, for event optimization + jQuery.event.global[ type ] = true; + } + + }, + + // Detach an event or set of events from an element + remove: function( elem, types, handler, selector, mappedTypes ) { + + var j, origCount, tmp, + events, t, handleObj, + special, handlers, type, namespaces, origType, + elemData = dataPriv.hasData( elem ) && dataPriv.get( elem ); + + if ( !elemData || !( events = elemData.events ) ) { + return; + } + + // Once for each type.namespace in types; type may be omitted + types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; + t = types.length; + while ( t-- ) { + tmp = rtypenamespace.exec( types[ t ] ) || []; + type = origType = tmp[ 1 ]; + namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); + + // Unbind all events (on this namespace, if provided) for the element + if ( !type ) { + for ( type in events ) { + jQuery.event.remove( elem, type + types[ t ], handler, selector, true ); + } + continue; + } + + special = jQuery.event.special[ type ] || {}; + type = ( selector ? special.delegateType : special.bindType ) || type; + handlers = events[ type ] || []; + tmp = tmp[ 2 ] && + new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ); + + // Remove matching events + origCount = j = handlers.length; + while ( j-- ) { + handleObj = handlers[ j ]; + + if ( ( mappedTypes || origType === handleObj.origType ) && + ( !handler || handler.guid === handleObj.guid ) && + ( !tmp || tmp.test( handleObj.namespace ) ) && + ( !selector || selector === handleObj.selector || + selector === "**" && handleObj.selector ) ) { + handlers.splice( j, 1 ); + + if ( handleObj.selector ) { + handlers.delegateCount--; + } + if ( special.remove ) { + special.remove.call( elem, handleObj ); + } + } + } + + // Remove generic event handler if we removed something and no more handlers exist + // (avoids potential for endless recursion during removal of special event handlers) + if ( origCount && !handlers.length ) { + if ( !special.teardown || + special.teardown.call( elem, namespaces, elemData.handle ) === false ) { + + jQuery.removeEvent( elem, type, elemData.handle ); + } + + delete events[ type ]; + } + } + + // Remove data and the expando if it's no longer used + if ( jQuery.isEmptyObject( events ) ) { + dataPriv.remove( elem, "handle events" ); + } + }, + + dispatch: function( nativeEvent ) { + + var i, j, ret, matched, handleObj, handlerQueue, + args = new Array( arguments.length ), + + // Make a writable jQuery.Event from the native event object + event = jQuery.event.fix( nativeEvent ), + + handlers = ( + dataPriv.get( this, "events" ) || Object.create( null ) + )[ event.type ] || [], + special = jQuery.event.special[ event.type ] || {}; + + // Use the fix-ed jQuery.Event rather than the (read-only) native event + args[ 0 ] = event; + + for ( i = 1; i < arguments.length; i++ ) { + args[ i ] = arguments[ i ]; + } + + event.delegateTarget = this; + + // Call the preDispatch hook for the mapped type, and let it bail if desired + if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) { + return; + } + + // Determine handlers + handlerQueue = jQuery.event.handlers.call( this, event, handlers ); + + // Run delegates first; they may want to stop propagation beneath us + i = 0; + while ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) { + event.currentTarget = matched.elem; + + j = 0; + while ( ( handleObj = matched.handlers[ j++ ] ) && + !event.isImmediatePropagationStopped() ) { + + // If the event is namespaced, then each handler is only invoked if it is + // specially universal or its namespaces are a superset of the event's. + if ( !event.rnamespace || handleObj.namespace === false || + event.rnamespace.test( handleObj.namespace ) ) { + + event.handleObj = handleObj; + event.data = handleObj.data; + + ret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle || + handleObj.handler ).apply( matched.elem, args ); + + if ( ret !== undefined ) { + if ( ( event.result = ret ) === false ) { + event.preventDefault(); + event.stopPropagation(); + } + } + } + } + } + + // Call the postDispatch hook for the mapped type + if ( special.postDispatch ) { + special.postDispatch.call( this, event ); + } + + return event.result; + }, + + handlers: function( event, handlers ) { + var i, handleObj, sel, matchedHandlers, matchedSelectors, + handlerQueue = [], + delegateCount = handlers.delegateCount, + cur = event.target; + + // Find delegate handlers + if ( delegateCount && + + // Support: IE <=9 + // Black-hole SVG instance trees (trac-13180) + cur.nodeType && + + // Support: Firefox <=42 + // Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861) + // https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click + // Support: IE 11 only + // ...but not arrow key "clicks" of radio inputs, which can have `button` -1 (gh-2343) + !( event.type === "click" && event.button >= 1 ) ) { + + for ( ; cur !== this; cur = cur.parentNode || this ) { + + // Don't check non-elements (#13208) + // Don't process clicks on disabled elements (#6911, #8165, #11382, #11764) + if ( cur.nodeType === 1 && !( event.type === "click" && cur.disabled === true ) ) { + matchedHandlers = []; + matchedSelectors = {}; + for ( i = 0; i < delegateCount; i++ ) { + handleObj = handlers[ i ]; + + // Don't conflict with Object.prototype properties (#13203) + sel = handleObj.selector + " "; + + if ( matchedSelectors[ sel ] === undefined ) { + matchedSelectors[ sel ] = handleObj.needsContext ? + jQuery( sel, this ).index( cur ) > -1 : + jQuery.find( sel, this, null, [ cur ] ).length; + } + if ( matchedSelectors[ sel ] ) { + matchedHandlers.push( handleObj ); + } + } + if ( matchedHandlers.length ) { + handlerQueue.push( { elem: cur, handlers: matchedHandlers } ); + } + } + } + } + + // Add the remaining (directly-bound) handlers + cur = this; + if ( delegateCount < handlers.length ) { + handlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } ); + } + + return handlerQueue; + }, + + addProp: function( name, hook ) { + Object.defineProperty( jQuery.Event.prototype, name, { + enumerable: true, + configurable: true, + + get: isFunction( hook ) ? + function() { + if ( this.originalEvent ) { + return hook( this.originalEvent ); + } + } : + function() { + if ( this.originalEvent ) { + return this.originalEvent[ name ]; + } + }, + + set: function( value ) { + Object.defineProperty( this, name, { + enumerable: true, + configurable: true, + writable: true, + value: value + } ); + } + } ); + }, + + fix: function( originalEvent ) { + return originalEvent[ jQuery.expando ] ? + originalEvent : + new jQuery.Event( originalEvent ); + }, + + special: { + load: { + + // Prevent triggered image.load events from bubbling to window.load + noBubble: true + }, + click: { + + // Utilize native event to ensure correct state for checkable inputs + setup: function( data ) { + + // For mutual compressibility with _default, replace `this` access with a local var. + // `|| data` is dead code meant only to preserve the variable through minification. + var el = this || data; + + // Claim the first handler + if ( rcheckableType.test( el.type ) && + el.click && nodeName( el, "input" ) ) { + + // dataPriv.set( el, "click", ... ) + leverageNative( el, "click", returnTrue ); + } + + // Return false to allow normal processing in the caller + return false; + }, + trigger: function( data ) { + + // For mutual compressibility with _default, replace `this` access with a local var. + // `|| data` is dead code meant only to preserve the variable through minification. + var el = this || data; + + // Force setup before triggering a click + if ( rcheckableType.test( el.type ) && + el.click && nodeName( el, "input" ) ) { + + leverageNative( el, "click" ); + } + + // Return non-false to allow normal event-path propagation + return true; + }, + + // For cross-browser consistency, suppress native .click() on links + // Also prevent it if we're currently inside a leveraged native-event stack + _default: function( event ) { + var target = event.target; + return rcheckableType.test( target.type ) && + target.click && nodeName( target, "input" ) && + dataPriv.get( target, "click" ) || + nodeName( target, "a" ); + } + }, + + beforeunload: { + postDispatch: function( event ) { + + // Support: Firefox 20+ + // Firefox doesn't alert if the returnValue field is not set. + if ( event.result !== undefined && event.originalEvent ) { + event.originalEvent.returnValue = event.result; + } + } + } + } +}; + +// Ensure the presence of an event listener that handles manually-triggered +// synthetic events by interrupting progress until reinvoked in response to +// *native* events that it fires directly, ensuring that state changes have +// already occurred before other listeners are invoked. +function leverageNative( el, type, expectSync ) { + + // Missing expectSync indicates a trigger call, which must force setup through jQuery.event.add + if ( !expectSync ) { + if ( dataPriv.get( el, type ) === undefined ) { + jQuery.event.add( el, type, returnTrue ); + } + return; + } + + // Register the controller as a special universal handler for all event namespaces + dataPriv.set( el, type, false ); + jQuery.event.add( el, type, { + namespace: false, + handler: function( event ) { + var notAsync, result, + saved = dataPriv.get( this, type ); + + if ( ( event.isTrigger & 1 ) && this[ type ] ) { + + // Interrupt processing of the outer synthetic .trigger()ed event + // Saved data should be false in such cases, but might be a leftover capture object + // from an async native handler (gh-4350) + if ( !saved.length ) { + + // Store arguments for use when handling the inner native event + // There will always be at least one argument (an event object), so this array + // will not be confused with a leftover capture object. + saved = slice.call( arguments ); + dataPriv.set( this, type, saved ); + + // Trigger the native event and capture its result + // Support: IE <=9 - 11+ + // focus() and blur() are asynchronous + notAsync = expectSync( this, type ); + this[ type ](); + result = dataPriv.get( this, type ); + if ( saved !== result || notAsync ) { + dataPriv.set( this, type, false ); + } else { + result = {}; + } + if ( saved !== result ) { + + // Cancel the outer synthetic event + event.stopImmediatePropagation(); + event.preventDefault(); + + // Support: Chrome 86+ + // In Chrome, if an element having a focusout handler is blurred by + // clicking outside of it, it invokes the handler synchronously. If + // that handler calls `.remove()` on the element, the data is cleared, + // leaving `result` undefined. We need to guard against this. + return result && result.value; + } + + // If this is an inner synthetic event for an event with a bubbling surrogate + // (focus or blur), assume that the surrogate already propagated from triggering the + // native event and prevent that from happening again here. + // This technically gets the ordering wrong w.r.t. to `.trigger()` (in which the + // bubbling surrogate propagates *after* the non-bubbling base), but that seems + // less bad than duplication. + } else if ( ( jQuery.event.special[ type ] || {} ).delegateType ) { + event.stopPropagation(); + } + + // If this is a native event triggered above, everything is now in order + // Fire an inner synthetic event with the original arguments + } else if ( saved.length ) { + + // ...and capture the result + dataPriv.set( this, type, { + value: jQuery.event.trigger( + + // Support: IE <=9 - 11+ + // Extend with the prototype to reset the above stopImmediatePropagation() + jQuery.extend( saved[ 0 ], jQuery.Event.prototype ), + saved.slice( 1 ), + this + ) + } ); + + // Abort handling of the native event + event.stopImmediatePropagation(); + } + } + } ); +} + +jQuery.removeEvent = function( elem, type, handle ) { + + // This "if" is needed for plain objects + if ( elem.removeEventListener ) { + elem.removeEventListener( type, handle ); + } +}; + +jQuery.Event = function( src, props ) { + + // Allow instantiation without the 'new' keyword + if ( !( this instanceof jQuery.Event ) ) { + return new jQuery.Event( src, props ); + } + + // Event object + if ( src && src.type ) { + this.originalEvent = src; + this.type = src.type; + + // Events bubbling up the document may have been marked as prevented + // by a handler lower down the tree; reflect the correct value. + this.isDefaultPrevented = src.defaultPrevented || + src.defaultPrevented === undefined && + + // Support: Android <=2.3 only + src.returnValue === false ? + returnTrue : + returnFalse; + + // Create target properties + // Support: Safari <=6 - 7 only + // Target should not be a text node (#504, #13143) + this.target = ( src.target && src.target.nodeType === 3 ) ? + src.target.parentNode : + src.target; + + this.currentTarget = src.currentTarget; + this.relatedTarget = src.relatedTarget; + + // Event type + } else { + this.type = src; + } + + // Put explicitly provided properties onto the event object + if ( props ) { + jQuery.extend( this, props ); + } + + // Create a timestamp if incoming event doesn't have one + this.timeStamp = src && src.timeStamp || Date.now(); + + // Mark it as fixed + this[ jQuery.expando ] = true; +}; + +// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding +// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html +jQuery.Event.prototype = { + constructor: jQuery.Event, + isDefaultPrevented: returnFalse, + isPropagationStopped: returnFalse, + isImmediatePropagationStopped: returnFalse, + isSimulated: false, + + preventDefault: function() { + var e = this.originalEvent; + + this.isDefaultPrevented = returnTrue; + + if ( e && !this.isSimulated ) { + e.preventDefault(); + } + }, + stopPropagation: function() { + var e = this.originalEvent; + + this.isPropagationStopped = returnTrue; + + if ( e && !this.isSimulated ) { + e.stopPropagation(); + } + }, + stopImmediatePropagation: function() { + var e = this.originalEvent; + + this.isImmediatePropagationStopped = returnTrue; + + if ( e && !this.isSimulated ) { + e.stopImmediatePropagation(); + } + + this.stopPropagation(); + } +}; + +// Includes all common event props including KeyEvent and MouseEvent specific props +jQuery.each( { + altKey: true, + bubbles: true, + cancelable: true, + changedTouches: true, + ctrlKey: true, + detail: true, + eventPhase: true, + metaKey: true, + pageX: true, + pageY: true, + shiftKey: true, + view: true, + "char": true, + code: true, + charCode: true, + key: true, + keyCode: true, + button: true, + buttons: true, + clientX: true, + clientY: true, + offsetX: true, + offsetY: true, + pointerId: true, + pointerType: true, + screenX: true, + screenY: true, + targetTouches: true, + toElement: true, + touches: true, + which: true +}, jQuery.event.addProp ); + +jQuery.each( { focus: "focusin", blur: "focusout" }, function( type, delegateType ) { + jQuery.event.special[ type ] = { + + // Utilize native event if possible so blur/focus sequence is correct + setup: function() { + + // Claim the first handler + // dataPriv.set( this, "focus", ... ) + // dataPriv.set( this, "blur", ... ) + leverageNative( this, type, expectSync ); + + // Return false to allow normal processing in the caller + return false; + }, + trigger: function() { + + // Force setup before trigger + leverageNative( this, type ); + + // Return non-false to allow normal event-path propagation + return true; + }, + + // Suppress native focus or blur as it's already being fired + // in leverageNative. + _default: function() { + return true; + }, + + delegateType: delegateType + }; +} ); + +// Create mouseenter/leave events using mouseover/out and event-time checks +// so that event delegation works in jQuery. +// Do the same for pointerenter/pointerleave and pointerover/pointerout +// +// Support: Safari 7 only +// Safari sends mouseenter too often; see: +// https://bugs.chromium.org/p/chromium/issues/detail?id=470258 +// for the description of the bug (it existed in older Chrome versions as well). +jQuery.each( { + mouseenter: "mouseover", + mouseleave: "mouseout", + pointerenter: "pointerover", + pointerleave: "pointerout" +}, function( orig, fix ) { + jQuery.event.special[ orig ] = { + delegateType: fix, + bindType: fix, + + handle: function( event ) { + var ret, + target = this, + related = event.relatedTarget, + handleObj = event.handleObj; + + // For mouseenter/leave call the handler if related is outside the target. + // NB: No relatedTarget if the mouse left/entered the browser window + if ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) { + event.type = handleObj.origType; + ret = handleObj.handler.apply( this, arguments ); + event.type = fix; + } + return ret; + } + }; +} ); + +jQuery.fn.extend( { + + on: function( types, selector, data, fn ) { + return on( this, types, selector, data, fn ); + }, + one: function( types, selector, data, fn ) { + return on( this, types, selector, data, fn, 1 ); + }, + off: function( types, selector, fn ) { + var handleObj, type; + if ( types && types.preventDefault && types.handleObj ) { + + // ( event ) dispatched jQuery.Event + handleObj = types.handleObj; + jQuery( types.delegateTarget ).off( + handleObj.namespace ? + handleObj.origType + "." + handleObj.namespace : + handleObj.origType, + handleObj.selector, + handleObj.handler + ); + return this; + } + if ( typeof types === "object" ) { + + // ( types-object [, selector] ) + for ( type in types ) { + this.off( type, selector, types[ type ] ); + } + return this; + } + if ( selector === false || typeof selector === "function" ) { + + // ( types [, fn] ) + fn = selector; + selector = undefined; + } + if ( fn === false ) { + fn = returnFalse; + } + return this.each( function() { + jQuery.event.remove( this, types, fn, selector ); + } ); + } +} ); + + +var + + // Support: IE <=10 - 11, Edge 12 - 13 only + // In IE/Edge using regex groups here causes severe slowdowns. + // See https://connect.microsoft.com/IE/feedback/details/1736512/ + rnoInnerhtml = /\s*$/g; + +// Prefer a tbody over its parent table for containing new rows +function manipulationTarget( elem, content ) { + if ( nodeName( elem, "table" ) && + nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ) { + + return jQuery( elem ).children( "tbody" )[ 0 ] || elem; + } + + return elem; +} + +// Replace/restore the type attribute of script elements for safe DOM manipulation +function disableScript( elem ) { + elem.type = ( elem.getAttribute( "type" ) !== null ) + "/" + elem.type; + return elem; +} +function restoreScript( elem ) { + if ( ( elem.type || "" ).slice( 0, 5 ) === "true/" ) { + elem.type = elem.type.slice( 5 ); + } else { + elem.removeAttribute( "type" ); + } + + return elem; +} + +function cloneCopyEvent( src, dest ) { + var i, l, type, pdataOld, udataOld, udataCur, events; + + if ( dest.nodeType !== 1 ) { + return; + } + + // 1. Copy private data: events, handlers, etc. + if ( dataPriv.hasData( src ) ) { + pdataOld = dataPriv.get( src ); + events = pdataOld.events; + + if ( events ) { + dataPriv.remove( dest, "handle events" ); + + for ( type in events ) { + for ( i = 0, l = events[ type ].length; i < l; i++ ) { + jQuery.event.add( dest, type, events[ type ][ i ] ); + } + } + } + } + + // 2. Copy user data + if ( dataUser.hasData( src ) ) { + udataOld = dataUser.access( src ); + udataCur = jQuery.extend( {}, udataOld ); + + dataUser.set( dest, udataCur ); + } +} + +// Fix IE bugs, see support tests +function fixInput( src, dest ) { + var nodeName = dest.nodeName.toLowerCase(); + + // Fails to persist the checked state of a cloned checkbox or radio button. + if ( nodeName === "input" && rcheckableType.test( src.type ) ) { + dest.checked = src.checked; + + // Fails to return the selected option to the default selected state when cloning options + } else if ( nodeName === "input" || nodeName === "textarea" ) { + dest.defaultValue = src.defaultValue; + } +} + +function domManip( collection, args, callback, ignored ) { + + // Flatten any nested arrays + args = flat( args ); + + var fragment, first, scripts, hasScripts, node, doc, + i = 0, + l = collection.length, + iNoClone = l - 1, + value = args[ 0 ], + valueIsFunction = isFunction( value ); + + // We can't cloneNode fragments that contain checked, in WebKit + if ( valueIsFunction || + ( l > 1 && typeof value === "string" && + !support.checkClone && rchecked.test( value ) ) ) { + return collection.each( function( index ) { + var self = collection.eq( index ); + if ( valueIsFunction ) { + args[ 0 ] = value.call( this, index, self.html() ); + } + domManip( self, args, callback, ignored ); + } ); + } + + if ( l ) { + fragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored ); + first = fragment.firstChild; + + if ( fragment.childNodes.length === 1 ) { + fragment = first; + } + + // Require either new content or an interest in ignored elements to invoke the callback + if ( first || ignored ) { + scripts = jQuery.map( getAll( fragment, "script" ), disableScript ); + hasScripts = scripts.length; + + // Use the original fragment for the last item + // instead of the first because it can end up + // being emptied incorrectly in certain situations (#8070). + for ( ; i < l; i++ ) { + node = fragment; + + if ( i !== iNoClone ) { + node = jQuery.clone( node, true, true ); + + // Keep references to cloned scripts for later restoration + if ( hasScripts ) { + + // Support: Android <=4.0 only, PhantomJS 1 only + // push.apply(_, arraylike) throws on ancient WebKit + jQuery.merge( scripts, getAll( node, "script" ) ); + } + } + + callback.call( collection[ i ], node, i ); + } + + if ( hasScripts ) { + doc = scripts[ scripts.length - 1 ].ownerDocument; + + // Reenable scripts + jQuery.map( scripts, restoreScript ); + + // Evaluate executable scripts on first document insertion + for ( i = 0; i < hasScripts; i++ ) { + node = scripts[ i ]; + if ( rscriptType.test( node.type || "" ) && + !dataPriv.access( node, "globalEval" ) && + jQuery.contains( doc, node ) ) { + + if ( node.src && ( node.type || "" ).toLowerCase() !== "module" ) { + + // Optional AJAX dependency, but won't run scripts if not present + if ( jQuery._evalUrl && !node.noModule ) { + jQuery._evalUrl( node.src, { + nonce: node.nonce || node.getAttribute( "nonce" ) + }, doc ); + } + } else { + DOMEval( node.textContent.replace( rcleanScript, "" ), node, doc ); + } + } + } + } + } + } + + return collection; +} + +function remove( elem, selector, keepData ) { + var node, + nodes = selector ? jQuery.filter( selector, elem ) : elem, + i = 0; + + for ( ; ( node = nodes[ i ] ) != null; i++ ) { + if ( !keepData && node.nodeType === 1 ) { + jQuery.cleanData( getAll( node ) ); + } + + if ( node.parentNode ) { + if ( keepData && isAttached( node ) ) { + setGlobalEval( getAll( node, "script" ) ); + } + node.parentNode.removeChild( node ); + } + } + + return elem; +} + +jQuery.extend( { + htmlPrefilter: function( html ) { + return html; + }, + + clone: function( elem, dataAndEvents, deepDataAndEvents ) { + var i, l, srcElements, destElements, + clone = elem.cloneNode( true ), + inPage = isAttached( elem ); + + // Fix IE cloning issues + if ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) && + !jQuery.isXMLDoc( elem ) ) { + + // We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2 + destElements = getAll( clone ); + srcElements = getAll( elem ); + + for ( i = 0, l = srcElements.length; i < l; i++ ) { + fixInput( srcElements[ i ], destElements[ i ] ); + } + } + + // Copy the events from the original to the clone + if ( dataAndEvents ) { + if ( deepDataAndEvents ) { + srcElements = srcElements || getAll( elem ); + destElements = destElements || getAll( clone ); + + for ( i = 0, l = srcElements.length; i < l; i++ ) { + cloneCopyEvent( srcElements[ i ], destElements[ i ] ); + } + } else { + cloneCopyEvent( elem, clone ); + } + } + + // Preserve script evaluation history + destElements = getAll( clone, "script" ); + if ( destElements.length > 0 ) { + setGlobalEval( destElements, !inPage && getAll( elem, "script" ) ); + } + + // Return the cloned set + return clone; + }, + + cleanData: function( elems ) { + var data, elem, type, + special = jQuery.event.special, + i = 0; + + for ( ; ( elem = elems[ i ] ) !== undefined; i++ ) { + if ( acceptData( elem ) ) { + if ( ( data = elem[ dataPriv.expando ] ) ) { + if ( data.events ) { + for ( type in data.events ) { + if ( special[ type ] ) { + jQuery.event.remove( elem, type ); + + // This is a shortcut to avoid jQuery.event.remove's overhead + } else { + jQuery.removeEvent( elem, type, data.handle ); + } + } + } + + // Support: Chrome <=35 - 45+ + // Assign undefined instead of using delete, see Data#remove + elem[ dataPriv.expando ] = undefined; + } + if ( elem[ dataUser.expando ] ) { + + // Support: Chrome <=35 - 45+ + // Assign undefined instead of using delete, see Data#remove + elem[ dataUser.expando ] = undefined; + } + } + } + } +} ); + +jQuery.fn.extend( { + detach: function( selector ) { + return remove( this, selector, true ); + }, + + remove: function( selector ) { + return remove( this, selector ); + }, + + text: function( value ) { + return access( this, function( value ) { + return value === undefined ? + jQuery.text( this ) : + this.empty().each( function() { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + this.textContent = value; + } + } ); + }, null, value, arguments.length ); + }, + + append: function() { + return domManip( this, arguments, function( elem ) { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + var target = manipulationTarget( this, elem ); + target.appendChild( elem ); + } + } ); + }, + + prepend: function() { + return domManip( this, arguments, function( elem ) { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + var target = manipulationTarget( this, elem ); + target.insertBefore( elem, target.firstChild ); + } + } ); + }, + + before: function() { + return domManip( this, arguments, function( elem ) { + if ( this.parentNode ) { + this.parentNode.insertBefore( elem, this ); + } + } ); + }, + + after: function() { + return domManip( this, arguments, function( elem ) { + if ( this.parentNode ) { + this.parentNode.insertBefore( elem, this.nextSibling ); + } + } ); + }, + + empty: function() { + var elem, + i = 0; + + for ( ; ( elem = this[ i ] ) != null; i++ ) { + if ( elem.nodeType === 1 ) { + + // Prevent memory leaks + jQuery.cleanData( getAll( elem, false ) ); + + // Remove any remaining nodes + elem.textContent = ""; + } + } + + return this; + }, + + clone: function( dataAndEvents, deepDataAndEvents ) { + dataAndEvents = dataAndEvents == null ? false : dataAndEvents; + deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents; + + return this.map( function() { + return jQuery.clone( this, dataAndEvents, deepDataAndEvents ); + } ); + }, + + html: function( value ) { + return access( this, function( value ) { + var elem = this[ 0 ] || {}, + i = 0, + l = this.length; + + if ( value === undefined && elem.nodeType === 1 ) { + return elem.innerHTML; + } + + // See if we can take a shortcut and just use innerHTML + if ( typeof value === "string" && !rnoInnerhtml.test( value ) && + !wrapMap[ ( rtagName.exec( value ) || [ "", "" ] )[ 1 ].toLowerCase() ] ) { + + value = jQuery.htmlPrefilter( value ); + + try { + for ( ; i < l; i++ ) { + elem = this[ i ] || {}; + + // Remove element nodes and prevent memory leaks + if ( elem.nodeType === 1 ) { + jQuery.cleanData( getAll( elem, false ) ); + elem.innerHTML = value; + } + } + + elem = 0; + + // If using innerHTML throws an exception, use the fallback method + } catch ( e ) {} + } + + if ( elem ) { + this.empty().append( value ); + } + }, null, value, arguments.length ); + }, + + replaceWith: function() { + var ignored = []; + + // Make the changes, replacing each non-ignored context element with the new content + return domManip( this, arguments, function( elem ) { + var parent = this.parentNode; + + if ( jQuery.inArray( this, ignored ) < 0 ) { + jQuery.cleanData( getAll( this ) ); + if ( parent ) { + parent.replaceChild( elem, this ); + } + } + + // Force callback invocation + }, ignored ); + } +} ); + +jQuery.each( { + appendTo: "append", + prependTo: "prepend", + insertBefore: "before", + insertAfter: "after", + replaceAll: "replaceWith" +}, function( name, original ) { + jQuery.fn[ name ] = function( selector ) { + var elems, + ret = [], + insert = jQuery( selector ), + last = insert.length - 1, + i = 0; + + for ( ; i <= last; i++ ) { + elems = i === last ? this : this.clone( true ); + jQuery( insert[ i ] )[ original ]( elems ); + + // Support: Android <=4.0 only, PhantomJS 1 only + // .get() because push.apply(_, arraylike) throws on ancient WebKit + push.apply( ret, elems.get() ); + } + + return this.pushStack( ret ); + }; +} ); +var rnumnonpx = new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" ); + +var getStyles = function( elem ) { + + // Support: IE <=11 only, Firefox <=30 (#15098, #14150) + // IE throws on elements created in popups + // FF meanwhile throws on frame elements through "defaultView.getComputedStyle" + var view = elem.ownerDocument.defaultView; + + if ( !view || !view.opener ) { + view = window; + } + + return view.getComputedStyle( elem ); + }; + +var swap = function( elem, options, callback ) { + var ret, name, + old = {}; + + // Remember the old values, and insert the new ones + for ( name in options ) { + old[ name ] = elem.style[ name ]; + elem.style[ name ] = options[ name ]; + } + + ret = callback.call( elem ); + + // Revert the old values + for ( name in options ) { + elem.style[ name ] = old[ name ]; + } + + return ret; +}; + + +var rboxStyle = new RegExp( cssExpand.join( "|" ), "i" ); + + + +( function() { + + // Executing both pixelPosition & boxSizingReliable tests require only one layout + // so they're executed at the same time to save the second computation. + function computeStyleTests() { + + // This is a singleton, we need to execute it only once + if ( !div ) { + return; + } + + container.style.cssText = "position:absolute;left:-11111px;width:60px;" + + "margin-top:1px;padding:0;border:0"; + div.style.cssText = + "position:relative;display:block;box-sizing:border-box;overflow:scroll;" + + "margin:auto;border:1px;padding:1px;" + + "width:60%;top:1%"; + documentElement.appendChild( container ).appendChild( div ); + + var divStyle = window.getComputedStyle( div ); + pixelPositionVal = divStyle.top !== "1%"; + + // Support: Android 4.0 - 4.3 only, Firefox <=3 - 44 + reliableMarginLeftVal = roundPixelMeasures( divStyle.marginLeft ) === 12; + + // Support: Android 4.0 - 4.3 only, Safari <=9.1 - 10.1, iOS <=7.0 - 9.3 + // Some styles come back with percentage values, even though they shouldn't + div.style.right = "60%"; + pixelBoxStylesVal = roundPixelMeasures( divStyle.right ) === 36; + + // Support: IE 9 - 11 only + // Detect misreporting of content dimensions for box-sizing:border-box elements + boxSizingReliableVal = roundPixelMeasures( divStyle.width ) === 36; + + // Support: IE 9 only + // Detect overflow:scroll screwiness (gh-3699) + // Support: Chrome <=64 + // Don't get tricked when zoom affects offsetWidth (gh-4029) + div.style.position = "absolute"; + scrollboxSizeVal = roundPixelMeasures( div.offsetWidth / 3 ) === 12; + + documentElement.removeChild( container ); + + // Nullify the div so it wouldn't be stored in the memory and + // it will also be a sign that checks already performed + div = null; + } + + function roundPixelMeasures( measure ) { + return Math.round( parseFloat( measure ) ); + } + + var pixelPositionVal, boxSizingReliableVal, scrollboxSizeVal, pixelBoxStylesVal, + reliableTrDimensionsVal, reliableMarginLeftVal, + container = document.createElement( "div" ), + div = document.createElement( "div" ); + + // Finish early in limited (non-browser) environments + if ( !div.style ) { + return; + } + + // Support: IE <=9 - 11 only + // Style of cloned element affects source element cloned (#8908) + div.style.backgroundClip = "content-box"; + div.cloneNode( true ).style.backgroundClip = ""; + support.clearCloneStyle = div.style.backgroundClip === "content-box"; + + jQuery.extend( support, { + boxSizingReliable: function() { + computeStyleTests(); + return boxSizingReliableVal; + }, + pixelBoxStyles: function() { + computeStyleTests(); + return pixelBoxStylesVal; + }, + pixelPosition: function() { + computeStyleTests(); + return pixelPositionVal; + }, + reliableMarginLeft: function() { + computeStyleTests(); + return reliableMarginLeftVal; + }, + scrollboxSize: function() { + computeStyleTests(); + return scrollboxSizeVal; + }, + + // Support: IE 9 - 11+, Edge 15 - 18+ + // IE/Edge misreport `getComputedStyle` of table rows with width/height + // set in CSS while `offset*` properties report correct values. + // Behavior in IE 9 is more subtle than in newer versions & it passes + // some versions of this test; make sure not to make it pass there! + // + // Support: Firefox 70+ + // Only Firefox includes border widths + // in computed dimensions. (gh-4529) + reliableTrDimensions: function() { + var table, tr, trChild, trStyle; + if ( reliableTrDimensionsVal == null ) { + table = document.createElement( "table" ); + tr = document.createElement( "tr" ); + trChild = document.createElement( "div" ); + + table.style.cssText = "position:absolute;left:-11111px;border-collapse:separate"; + tr.style.cssText = "border:1px solid"; + + // Support: Chrome 86+ + // Height set through cssText does not get applied. + // Computed height then comes back as 0. + tr.style.height = "1px"; + trChild.style.height = "9px"; + + // Support: Android 8 Chrome 86+ + // In our bodyBackground.html iframe, + // display for all div elements is set to "inline", + // which causes a problem only in Android 8 Chrome 86. + // Ensuring the div is display: block + // gets around this issue. + trChild.style.display = "block"; + + documentElement + .appendChild( table ) + .appendChild( tr ) + .appendChild( trChild ); + + trStyle = window.getComputedStyle( tr ); + reliableTrDimensionsVal = ( parseInt( trStyle.height, 10 ) + + parseInt( trStyle.borderTopWidth, 10 ) + + parseInt( trStyle.borderBottomWidth, 10 ) ) === tr.offsetHeight; + + documentElement.removeChild( table ); + } + return reliableTrDimensionsVal; + } + } ); +} )(); + + +function curCSS( elem, name, computed ) { + var width, minWidth, maxWidth, ret, + + // Support: Firefox 51+ + // Retrieving style before computed somehow + // fixes an issue with getting wrong values + // on detached elements + style = elem.style; + + computed = computed || getStyles( elem ); + + // getPropertyValue is needed for: + // .css('filter') (IE 9 only, #12537) + // .css('--customProperty) (#3144) + if ( computed ) { + ret = computed.getPropertyValue( name ) || computed[ name ]; + + if ( ret === "" && !isAttached( elem ) ) { + ret = jQuery.style( elem, name ); + } + + // A tribute to the "awesome hack by Dean Edwards" + // Android Browser returns percentage for some values, + // but width seems to be reliably pixels. + // This is against the CSSOM draft spec: + // https://drafts.csswg.org/cssom/#resolved-values + if ( !support.pixelBoxStyles() && rnumnonpx.test( ret ) && rboxStyle.test( name ) ) { + + // Remember the original values + width = style.width; + minWidth = style.minWidth; + maxWidth = style.maxWidth; + + // Put in the new values to get a computed value out + style.minWidth = style.maxWidth = style.width = ret; + ret = computed.width; + + // Revert the changed values + style.width = width; + style.minWidth = minWidth; + style.maxWidth = maxWidth; + } + } + + return ret !== undefined ? + + // Support: IE <=9 - 11 only + // IE returns zIndex value as an integer. + ret + "" : + ret; +} + + +function addGetHookIf( conditionFn, hookFn ) { + + // Define the hook, we'll check on the first run if it's really needed. + return { + get: function() { + if ( conditionFn() ) { + + // Hook not needed (or it's not possible to use it due + // to missing dependency), remove it. + delete this.get; + return; + } + + // Hook needed; redefine it so that the support test is not executed again. + return ( this.get = hookFn ).apply( this, arguments ); + } + }; +} + + +var cssPrefixes = [ "Webkit", "Moz", "ms" ], + emptyStyle = document.createElement( "div" ).style, + vendorProps = {}; + +// Return a vendor-prefixed property or undefined +function vendorPropName( name ) { + + // Check for vendor prefixed names + var capName = name[ 0 ].toUpperCase() + name.slice( 1 ), + i = cssPrefixes.length; + + while ( i-- ) { + name = cssPrefixes[ i ] + capName; + if ( name in emptyStyle ) { + return name; + } + } +} + +// Return a potentially-mapped jQuery.cssProps or vendor prefixed property +function finalPropName( name ) { + var final = jQuery.cssProps[ name ] || vendorProps[ name ]; + + if ( final ) { + return final; + } + if ( name in emptyStyle ) { + return name; + } + return vendorProps[ name ] = vendorPropName( name ) || name; +} + + +var + + // Swappable if display is none or starts with table + // except "table", "table-cell", or "table-caption" + // See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display + rdisplayswap = /^(none|table(?!-c[ea]).+)/, + rcustomProp = /^--/, + cssShow = { position: "absolute", visibility: "hidden", display: "block" }, + cssNormalTransform = { + letterSpacing: "0", + fontWeight: "400" + }; + +function setPositiveNumber( _elem, value, subtract ) { + + // Any relative (+/-) values have already been + // normalized at this point + var matches = rcssNum.exec( value ); + return matches ? + + // Guard against undefined "subtract", e.g., when used as in cssHooks + Math.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || "px" ) : + value; +} + +function boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) { + var i = dimension === "width" ? 1 : 0, + extra = 0, + delta = 0; + + // Adjustment may not be necessary + if ( box === ( isBorderBox ? "border" : "content" ) ) { + return 0; + } + + for ( ; i < 4; i += 2 ) { + + // Both box models exclude margin + if ( box === "margin" ) { + delta += jQuery.css( elem, box + cssExpand[ i ], true, styles ); + } + + // If we get here with a content-box, we're seeking "padding" or "border" or "margin" + if ( !isBorderBox ) { + + // Add padding + delta += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); + + // For "border" or "margin", add border + if ( box !== "padding" ) { + delta += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); + + // But still keep track of it otherwise + } else { + extra += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); + } + + // If we get here with a border-box (content + padding + border), we're seeking "content" or + // "padding" or "margin" + } else { + + // For "content", subtract padding + if ( box === "content" ) { + delta -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); + } + + // For "content" or "padding", subtract border + if ( box !== "margin" ) { + delta -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); + } + } + } + + // Account for positive content-box scroll gutter when requested by providing computedVal + if ( !isBorderBox && computedVal >= 0 ) { + + // offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border + // Assuming integer scroll gutter, subtract the rest and round down + delta += Math.max( 0, Math.ceil( + elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] - + computedVal - + delta - + extra - + 0.5 + + // If offsetWidth/offsetHeight is unknown, then we can't determine content-box scroll gutter + // Use an explicit zero to avoid NaN (gh-3964) + ) ) || 0; + } + + return delta; +} + +function getWidthOrHeight( elem, dimension, extra ) { + + // Start with computed style + var styles = getStyles( elem ), + + // To avoid forcing a reflow, only fetch boxSizing if we need it (gh-4322). + // Fake content-box until we know it's needed to know the true value. + boxSizingNeeded = !support.boxSizingReliable() || extra, + isBorderBox = boxSizingNeeded && + jQuery.css( elem, "boxSizing", false, styles ) === "border-box", + valueIsBorderBox = isBorderBox, + + val = curCSS( elem, dimension, styles ), + offsetProp = "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ); + + // Support: Firefox <=54 + // Return a confounding non-pixel value or feign ignorance, as appropriate. + if ( rnumnonpx.test( val ) ) { + if ( !extra ) { + return val; + } + val = "auto"; + } + + + // Support: IE 9 - 11 only + // Use offsetWidth/offsetHeight for when box sizing is unreliable. + // In those cases, the computed value can be trusted to be border-box. + if ( ( !support.boxSizingReliable() && isBorderBox || + + // Support: IE 10 - 11+, Edge 15 - 18+ + // IE/Edge misreport `getComputedStyle` of table rows with width/height + // set in CSS while `offset*` properties report correct values. + // Interestingly, in some cases IE 9 doesn't suffer from this issue. + !support.reliableTrDimensions() && nodeName( elem, "tr" ) || + + // Fall back to offsetWidth/offsetHeight when value is "auto" + // This happens for inline elements with no explicit setting (gh-3571) + val === "auto" || + + // Support: Android <=4.1 - 4.3 only + // Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602) + !parseFloat( val ) && jQuery.css( elem, "display", false, styles ) === "inline" ) && + + // Make sure the element is visible & connected + elem.getClientRects().length ) { + + isBorderBox = jQuery.css( elem, "boxSizing", false, styles ) === "border-box"; + + // Where available, offsetWidth/offsetHeight approximate border box dimensions. + // Where not available (e.g., SVG), assume unreliable box-sizing and interpret the + // retrieved value as a content box dimension. + valueIsBorderBox = offsetProp in elem; + if ( valueIsBorderBox ) { + val = elem[ offsetProp ]; + } + } + + // Normalize "" and auto + val = parseFloat( val ) || 0; + + // Adjust for the element's box model + return ( val + + boxModelAdjustment( + elem, + dimension, + extra || ( isBorderBox ? "border" : "content" ), + valueIsBorderBox, + styles, + + // Provide the current computed size to request scroll gutter calculation (gh-3589) + val + ) + ) + "px"; +} + +jQuery.extend( { + + // Add in style property hooks for overriding the default + // behavior of getting and setting a style property + cssHooks: { + opacity: { + get: function( elem, computed ) { + if ( computed ) { + + // We should always get a number back from opacity + var ret = curCSS( elem, "opacity" ); + return ret === "" ? "1" : ret; + } + } + } + }, + + // Don't automatically add "px" to these possibly-unitless properties + cssNumber: { + "animationIterationCount": true, + "columnCount": true, + "fillOpacity": true, + "flexGrow": true, + "flexShrink": true, + "fontWeight": true, + "gridArea": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnStart": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowStart": true, + "lineHeight": true, + "opacity": true, + "order": true, + "orphans": true, + "widows": true, + "zIndex": true, + "zoom": true + }, + + // Add in properties whose names you wish to fix before + // setting or getting the value + cssProps: {}, + + // Get and set the style property on a DOM Node + style: function( elem, name, value, extra ) { + + // Don't set styles on text and comment nodes + if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) { + return; + } + + // Make sure that we're working with the right name + var ret, type, hooks, + origName = camelCase( name ), + isCustomProp = rcustomProp.test( name ), + style = elem.style; + + // Make sure that we're working with the right name. We don't + // want to query the value if it is a CSS custom property + // since they are user-defined. + if ( !isCustomProp ) { + name = finalPropName( origName ); + } + + // Gets hook for the prefixed version, then unprefixed version + hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; + + // Check if we're setting a value + if ( value !== undefined ) { + type = typeof value; + + // Convert "+=" or "-=" to relative numbers (#7345) + if ( type === "string" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) { + value = adjustCSS( elem, name, ret ); + + // Fixes bug #9237 + type = "number"; + } + + // Make sure that null and NaN values aren't set (#7116) + if ( value == null || value !== value ) { + return; + } + + // If a number was passed in, add the unit (except for certain CSS properties) + // The isCustomProp check can be removed in jQuery 4.0 when we only auto-append + // "px" to a few hardcoded values. + if ( type === "number" && !isCustomProp ) { + value += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? "" : "px" ); + } + + // background-* props affect original clone's values + if ( !support.clearCloneStyle && value === "" && name.indexOf( "background" ) === 0 ) { + style[ name ] = "inherit"; + } + + // If a hook was provided, use that value, otherwise just set the specified value + if ( !hooks || !( "set" in hooks ) || + ( value = hooks.set( elem, value, extra ) ) !== undefined ) { + + if ( isCustomProp ) { + style.setProperty( name, value ); + } else { + style[ name ] = value; + } + } + + } else { + + // If a hook was provided get the non-computed value from there + if ( hooks && "get" in hooks && + ( ret = hooks.get( elem, false, extra ) ) !== undefined ) { + + return ret; + } + + // Otherwise just get the value from the style object + return style[ name ]; + } + }, + + css: function( elem, name, extra, styles ) { + var val, num, hooks, + origName = camelCase( name ), + isCustomProp = rcustomProp.test( name ); + + // Make sure that we're working with the right name. We don't + // want to modify the value if it is a CSS custom property + // since they are user-defined. + if ( !isCustomProp ) { + name = finalPropName( origName ); + } + + // Try prefixed name followed by the unprefixed name + hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; + + // If a hook was provided get the computed value from there + if ( hooks && "get" in hooks ) { + val = hooks.get( elem, true, extra ); + } + + // Otherwise, if a way to get the computed value exists, use that + if ( val === undefined ) { + val = curCSS( elem, name, styles ); + } + + // Convert "normal" to computed value + if ( val === "normal" && name in cssNormalTransform ) { + val = cssNormalTransform[ name ]; + } + + // Make numeric if forced or a qualifier was provided and val looks numeric + if ( extra === "" || extra ) { + num = parseFloat( val ); + return extra === true || isFinite( num ) ? num || 0 : val; + } + + return val; + } +} ); + +jQuery.each( [ "height", "width" ], function( _i, dimension ) { + jQuery.cssHooks[ dimension ] = { + get: function( elem, computed, extra ) { + if ( computed ) { + + // Certain elements can have dimension info if we invisibly show them + // but it must have a current display style that would benefit + return rdisplayswap.test( jQuery.css( elem, "display" ) ) && + + // Support: Safari 8+ + // Table columns in Safari have non-zero offsetWidth & zero + // getBoundingClientRect().width unless display is changed. + // Support: IE <=11 only + // Running getBoundingClientRect on a disconnected node + // in IE throws an error. + ( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ? + swap( elem, cssShow, function() { + return getWidthOrHeight( elem, dimension, extra ); + } ) : + getWidthOrHeight( elem, dimension, extra ); + } + }, + + set: function( elem, value, extra ) { + var matches, + styles = getStyles( elem ), + + // Only read styles.position if the test has a chance to fail + // to avoid forcing a reflow. + scrollboxSizeBuggy = !support.scrollboxSize() && + styles.position === "absolute", + + // To avoid forcing a reflow, only fetch boxSizing if we need it (gh-3991) + boxSizingNeeded = scrollboxSizeBuggy || extra, + isBorderBox = boxSizingNeeded && + jQuery.css( elem, "boxSizing", false, styles ) === "border-box", + subtract = extra ? + boxModelAdjustment( + elem, + dimension, + extra, + isBorderBox, + styles + ) : + 0; + + // Account for unreliable border-box dimensions by comparing offset* to computed and + // faking a content-box to get border and padding (gh-3699) + if ( isBorderBox && scrollboxSizeBuggy ) { + subtract -= Math.ceil( + elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] - + parseFloat( styles[ dimension ] ) - + boxModelAdjustment( elem, dimension, "border", false, styles ) - + 0.5 + ); + } + + // Convert to pixels if value adjustment is needed + if ( subtract && ( matches = rcssNum.exec( value ) ) && + ( matches[ 3 ] || "px" ) !== "px" ) { + + elem.style[ dimension ] = value; + value = jQuery.css( elem, dimension ); + } + + return setPositiveNumber( elem, value, subtract ); + } + }; +} ); + +jQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft, + function( elem, computed ) { + if ( computed ) { + return ( parseFloat( curCSS( elem, "marginLeft" ) ) || + elem.getBoundingClientRect().left - + swap( elem, { marginLeft: 0 }, function() { + return elem.getBoundingClientRect().left; + } ) + ) + "px"; + } + } +); + +// These hooks are used by animate to expand properties +jQuery.each( { + margin: "", + padding: "", + border: "Width" +}, function( prefix, suffix ) { + jQuery.cssHooks[ prefix + suffix ] = { + expand: function( value ) { + var i = 0, + expanded = {}, + + // Assumes a single number if not a string + parts = typeof value === "string" ? value.split( " " ) : [ value ]; + + for ( ; i < 4; i++ ) { + expanded[ prefix + cssExpand[ i ] + suffix ] = + parts[ i ] || parts[ i - 2 ] || parts[ 0 ]; + } + + return expanded; + } + }; + + if ( prefix !== "margin" ) { + jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber; + } +} ); + +jQuery.fn.extend( { + css: function( name, value ) { + return access( this, function( elem, name, value ) { + var styles, len, + map = {}, + i = 0; + + if ( Array.isArray( name ) ) { + styles = getStyles( elem ); + len = name.length; + + for ( ; i < len; i++ ) { + map[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles ); + } + + return map; + } + + return value !== undefined ? + jQuery.style( elem, name, value ) : + jQuery.css( elem, name ); + }, name, value, arguments.length > 1 ); + } +} ); + + +function Tween( elem, options, prop, end, easing ) { + return new Tween.prototype.init( elem, options, prop, end, easing ); +} +jQuery.Tween = Tween; + +Tween.prototype = { + constructor: Tween, + init: function( elem, options, prop, end, easing, unit ) { + this.elem = elem; + this.prop = prop; + this.easing = easing || jQuery.easing._default; + this.options = options; + this.start = this.now = this.cur(); + this.end = end; + this.unit = unit || ( jQuery.cssNumber[ prop ] ? "" : "px" ); + }, + cur: function() { + var hooks = Tween.propHooks[ this.prop ]; + + return hooks && hooks.get ? + hooks.get( this ) : + Tween.propHooks._default.get( this ); + }, + run: function( percent ) { + var eased, + hooks = Tween.propHooks[ this.prop ]; + + if ( this.options.duration ) { + this.pos = eased = jQuery.easing[ this.easing ]( + percent, this.options.duration * percent, 0, 1, this.options.duration + ); + } else { + this.pos = eased = percent; + } + this.now = ( this.end - this.start ) * eased + this.start; + + if ( this.options.step ) { + this.options.step.call( this.elem, this.now, this ); + } + + if ( hooks && hooks.set ) { + hooks.set( this ); + } else { + Tween.propHooks._default.set( this ); + } + return this; + } +}; + +Tween.prototype.init.prototype = Tween.prototype; + +Tween.propHooks = { + _default: { + get: function( tween ) { + var result; + + // Use a property on the element directly when it is not a DOM element, + // or when there is no matching style property that exists. + if ( tween.elem.nodeType !== 1 || + tween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) { + return tween.elem[ tween.prop ]; + } + + // Passing an empty string as a 3rd parameter to .css will automatically + // attempt a parseFloat and fallback to a string if the parse fails. + // Simple values such as "10px" are parsed to Float; + // complex values such as "rotate(1rad)" are returned as-is. + result = jQuery.css( tween.elem, tween.prop, "" ); + + // Empty strings, null, undefined and "auto" are converted to 0. + return !result || result === "auto" ? 0 : result; + }, + set: function( tween ) { + + // Use step hook for back compat. + // Use cssHook if its there. + // Use .style if available and use plain properties where available. + if ( jQuery.fx.step[ tween.prop ] ) { + jQuery.fx.step[ tween.prop ]( tween ); + } else if ( tween.elem.nodeType === 1 && ( + jQuery.cssHooks[ tween.prop ] || + tween.elem.style[ finalPropName( tween.prop ) ] != null ) ) { + jQuery.style( tween.elem, tween.prop, tween.now + tween.unit ); + } else { + tween.elem[ tween.prop ] = tween.now; + } + } + } +}; + +// Support: IE <=9 only +// Panic based approach to setting things on disconnected nodes +Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = { + set: function( tween ) { + if ( tween.elem.nodeType && tween.elem.parentNode ) { + tween.elem[ tween.prop ] = tween.now; + } + } +}; + +jQuery.easing = { + linear: function( p ) { + return p; + }, + swing: function( p ) { + return 0.5 - Math.cos( p * Math.PI ) / 2; + }, + _default: "swing" +}; + +jQuery.fx = Tween.prototype.init; + +// Back compat <1.8 extension point +jQuery.fx.step = {}; + + + + +var + fxNow, inProgress, + rfxtypes = /^(?:toggle|show|hide)$/, + rrun = /queueHooks$/; + +function schedule() { + if ( inProgress ) { + if ( document.hidden === false && window.requestAnimationFrame ) { + window.requestAnimationFrame( schedule ); + } else { + window.setTimeout( schedule, jQuery.fx.interval ); + } + + jQuery.fx.tick(); + } +} + +// Animations created synchronously will run synchronously +function createFxNow() { + window.setTimeout( function() { + fxNow = undefined; + } ); + return ( fxNow = Date.now() ); +} + +// Generate parameters to create a standard animation +function genFx( type, includeWidth ) { + var which, + i = 0, + attrs = { height: type }; + + // If we include width, step value is 1 to do all cssExpand values, + // otherwise step value is 2 to skip over Left and Right + includeWidth = includeWidth ? 1 : 0; + for ( ; i < 4; i += 2 - includeWidth ) { + which = cssExpand[ i ]; + attrs[ "margin" + which ] = attrs[ "padding" + which ] = type; + } + + if ( includeWidth ) { + attrs.opacity = attrs.width = type; + } + + return attrs; +} + +function createTween( value, prop, animation ) { + var tween, + collection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ "*" ] ), + index = 0, + length = collection.length; + for ( ; index < length; index++ ) { + if ( ( tween = collection[ index ].call( animation, prop, value ) ) ) { + + // We're done with this property + return tween; + } + } +} + +function defaultPrefilter( elem, props, opts ) { + var prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display, + isBox = "width" in props || "height" in props, + anim = this, + orig = {}, + style = elem.style, + hidden = elem.nodeType && isHiddenWithinTree( elem ), + dataShow = dataPriv.get( elem, "fxshow" ); + + // Queue-skipping animations hijack the fx hooks + if ( !opts.queue ) { + hooks = jQuery._queueHooks( elem, "fx" ); + if ( hooks.unqueued == null ) { + hooks.unqueued = 0; + oldfire = hooks.empty.fire; + hooks.empty.fire = function() { + if ( !hooks.unqueued ) { + oldfire(); + } + }; + } + hooks.unqueued++; + + anim.always( function() { + + // Ensure the complete handler is called before this completes + anim.always( function() { + hooks.unqueued--; + if ( !jQuery.queue( elem, "fx" ).length ) { + hooks.empty.fire(); + } + } ); + } ); + } + + // Detect show/hide animations + for ( prop in props ) { + value = props[ prop ]; + if ( rfxtypes.test( value ) ) { + delete props[ prop ]; + toggle = toggle || value === "toggle"; + if ( value === ( hidden ? "hide" : "show" ) ) { + + // Pretend to be hidden if this is a "show" and + // there is still data from a stopped show/hide + if ( value === "show" && dataShow && dataShow[ prop ] !== undefined ) { + hidden = true; + + // Ignore all other no-op show/hide data + } else { + continue; + } + } + orig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop ); + } + } + + // Bail out if this is a no-op like .hide().hide() + propTween = !jQuery.isEmptyObject( props ); + if ( !propTween && jQuery.isEmptyObject( orig ) ) { + return; + } + + // Restrict "overflow" and "display" styles during box animations + if ( isBox && elem.nodeType === 1 ) { + + // Support: IE <=9 - 11, Edge 12 - 15 + // Record all 3 overflow attributes because IE does not infer the shorthand + // from identically-valued overflowX and overflowY and Edge just mirrors + // the overflowX value there. + opts.overflow = [ style.overflow, style.overflowX, style.overflowY ]; + + // Identify a display type, preferring old show/hide data over the CSS cascade + restoreDisplay = dataShow && dataShow.display; + if ( restoreDisplay == null ) { + restoreDisplay = dataPriv.get( elem, "display" ); + } + display = jQuery.css( elem, "display" ); + if ( display === "none" ) { + if ( restoreDisplay ) { + display = restoreDisplay; + } else { + + // Get nonempty value(s) by temporarily forcing visibility + showHide( [ elem ], true ); + restoreDisplay = elem.style.display || restoreDisplay; + display = jQuery.css( elem, "display" ); + showHide( [ elem ] ); + } + } + + // Animate inline elements as inline-block + if ( display === "inline" || display === "inline-block" && restoreDisplay != null ) { + if ( jQuery.css( elem, "float" ) === "none" ) { + + // Restore the original display value at the end of pure show/hide animations + if ( !propTween ) { + anim.done( function() { + style.display = restoreDisplay; + } ); + if ( restoreDisplay == null ) { + display = style.display; + restoreDisplay = display === "none" ? "" : display; + } + } + style.display = "inline-block"; + } + } + } + + if ( opts.overflow ) { + style.overflow = "hidden"; + anim.always( function() { + style.overflow = opts.overflow[ 0 ]; + style.overflowX = opts.overflow[ 1 ]; + style.overflowY = opts.overflow[ 2 ]; + } ); + } + + // Implement show/hide animations + propTween = false; + for ( prop in orig ) { + + // General show/hide setup for this element animation + if ( !propTween ) { + if ( dataShow ) { + if ( "hidden" in dataShow ) { + hidden = dataShow.hidden; + } + } else { + dataShow = dataPriv.access( elem, "fxshow", { display: restoreDisplay } ); + } + + // Store hidden/visible for toggle so `.stop().toggle()` "reverses" + if ( toggle ) { + dataShow.hidden = !hidden; + } + + // Show elements before animating them + if ( hidden ) { + showHide( [ elem ], true ); + } + + /* eslint-disable no-loop-func */ + + anim.done( function() { + + /* eslint-enable no-loop-func */ + + // The final step of a "hide" animation is actually hiding the element + if ( !hidden ) { + showHide( [ elem ] ); + } + dataPriv.remove( elem, "fxshow" ); + for ( prop in orig ) { + jQuery.style( elem, prop, orig[ prop ] ); + } + } ); + } + + // Per-property setup + propTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim ); + if ( !( prop in dataShow ) ) { + dataShow[ prop ] = propTween.start; + if ( hidden ) { + propTween.end = propTween.start; + propTween.start = 0; + } + } + } +} + +function propFilter( props, specialEasing ) { + var index, name, easing, value, hooks; + + // camelCase, specialEasing and expand cssHook pass + for ( index in props ) { + name = camelCase( index ); + easing = specialEasing[ name ]; + value = props[ index ]; + if ( Array.isArray( value ) ) { + easing = value[ 1 ]; + value = props[ index ] = value[ 0 ]; + } + + if ( index !== name ) { + props[ name ] = value; + delete props[ index ]; + } + + hooks = jQuery.cssHooks[ name ]; + if ( hooks && "expand" in hooks ) { + value = hooks.expand( value ); + delete props[ name ]; + + // Not quite $.extend, this won't overwrite existing keys. + // Reusing 'index' because we have the correct "name" + for ( index in value ) { + if ( !( index in props ) ) { + props[ index ] = value[ index ]; + specialEasing[ index ] = easing; + } + } + } else { + specialEasing[ name ] = easing; + } + } +} + +function Animation( elem, properties, options ) { + var result, + stopped, + index = 0, + length = Animation.prefilters.length, + deferred = jQuery.Deferred().always( function() { + + // Don't match elem in the :animated selector + delete tick.elem; + } ), + tick = function() { + if ( stopped ) { + return false; + } + var currentTime = fxNow || createFxNow(), + remaining = Math.max( 0, animation.startTime + animation.duration - currentTime ), + + // Support: Android 2.3 only + // Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497) + temp = remaining / animation.duration || 0, + percent = 1 - temp, + index = 0, + length = animation.tweens.length; + + for ( ; index < length; index++ ) { + animation.tweens[ index ].run( percent ); + } + + deferred.notifyWith( elem, [ animation, percent, remaining ] ); + + // If there's more to do, yield + if ( percent < 1 && length ) { + return remaining; + } + + // If this was an empty animation, synthesize a final progress notification + if ( !length ) { + deferred.notifyWith( elem, [ animation, 1, 0 ] ); + } + + // Resolve the animation and report its conclusion + deferred.resolveWith( elem, [ animation ] ); + return false; + }, + animation = deferred.promise( { + elem: elem, + props: jQuery.extend( {}, properties ), + opts: jQuery.extend( true, { + specialEasing: {}, + easing: jQuery.easing._default + }, options ), + originalProperties: properties, + originalOptions: options, + startTime: fxNow || createFxNow(), + duration: options.duration, + tweens: [], + createTween: function( prop, end ) { + var tween = jQuery.Tween( elem, animation.opts, prop, end, + animation.opts.specialEasing[ prop ] || animation.opts.easing ); + animation.tweens.push( tween ); + return tween; + }, + stop: function( gotoEnd ) { + var index = 0, + + // If we are going to the end, we want to run all the tweens + // otherwise we skip this part + length = gotoEnd ? animation.tweens.length : 0; + if ( stopped ) { + return this; + } + stopped = true; + for ( ; index < length; index++ ) { + animation.tweens[ index ].run( 1 ); + } + + // Resolve when we played the last frame; otherwise, reject + if ( gotoEnd ) { + deferred.notifyWith( elem, [ animation, 1, 0 ] ); + deferred.resolveWith( elem, [ animation, gotoEnd ] ); + } else { + deferred.rejectWith( elem, [ animation, gotoEnd ] ); + } + return this; + } + } ), + props = animation.props; + + propFilter( props, animation.opts.specialEasing ); + + for ( ; index < length; index++ ) { + result = Animation.prefilters[ index ].call( animation, elem, props, animation.opts ); + if ( result ) { + if ( isFunction( result.stop ) ) { + jQuery._queueHooks( animation.elem, animation.opts.queue ).stop = + result.stop.bind( result ); + } + return result; + } + } + + jQuery.map( props, createTween, animation ); + + if ( isFunction( animation.opts.start ) ) { + animation.opts.start.call( elem, animation ); + } + + // Attach callbacks from options + animation + .progress( animation.opts.progress ) + .done( animation.opts.done, animation.opts.complete ) + .fail( animation.opts.fail ) + .always( animation.opts.always ); + + jQuery.fx.timer( + jQuery.extend( tick, { + elem: elem, + anim: animation, + queue: animation.opts.queue + } ) + ); + + return animation; +} + +jQuery.Animation = jQuery.extend( Animation, { + + tweeners: { + "*": [ function( prop, value ) { + var tween = this.createTween( prop, value ); + adjustCSS( tween.elem, prop, rcssNum.exec( value ), tween ); + return tween; + } ] + }, + + tweener: function( props, callback ) { + if ( isFunction( props ) ) { + callback = props; + props = [ "*" ]; + } else { + props = props.match( rnothtmlwhite ); + } + + var prop, + index = 0, + length = props.length; + + for ( ; index < length; index++ ) { + prop = props[ index ]; + Animation.tweeners[ prop ] = Animation.tweeners[ prop ] || []; + Animation.tweeners[ prop ].unshift( callback ); + } + }, + + prefilters: [ defaultPrefilter ], + + prefilter: function( callback, prepend ) { + if ( prepend ) { + Animation.prefilters.unshift( callback ); + } else { + Animation.prefilters.push( callback ); + } + } +} ); + +jQuery.speed = function( speed, easing, fn ) { + var opt = speed && typeof speed === "object" ? jQuery.extend( {}, speed ) : { + complete: fn || !fn && easing || + isFunction( speed ) && speed, + duration: speed, + easing: fn && easing || easing && !isFunction( easing ) && easing + }; + + // Go to the end state if fx are off + if ( jQuery.fx.off ) { + opt.duration = 0; + + } else { + if ( typeof opt.duration !== "number" ) { + if ( opt.duration in jQuery.fx.speeds ) { + opt.duration = jQuery.fx.speeds[ opt.duration ]; + + } else { + opt.duration = jQuery.fx.speeds._default; + } + } + } + + // Normalize opt.queue - true/undefined/null -> "fx" + if ( opt.queue == null || opt.queue === true ) { + opt.queue = "fx"; + } + + // Queueing + opt.old = opt.complete; + + opt.complete = function() { + if ( isFunction( opt.old ) ) { + opt.old.call( this ); + } + + if ( opt.queue ) { + jQuery.dequeue( this, opt.queue ); + } + }; + + return opt; +}; + +jQuery.fn.extend( { + fadeTo: function( speed, to, easing, callback ) { + + // Show any hidden elements after setting opacity to 0 + return this.filter( isHiddenWithinTree ).css( "opacity", 0 ).show() + + // Animate to the value specified + .end().animate( { opacity: to }, speed, easing, callback ); + }, + animate: function( prop, speed, easing, callback ) { + var empty = jQuery.isEmptyObject( prop ), + optall = jQuery.speed( speed, easing, callback ), + doAnimation = function() { + + // Operate on a copy of prop so per-property easing won't be lost + var anim = Animation( this, jQuery.extend( {}, prop ), optall ); + + // Empty animations, or finishing resolves immediately + if ( empty || dataPriv.get( this, "finish" ) ) { + anim.stop( true ); + } + }; + + doAnimation.finish = doAnimation; + + return empty || optall.queue === false ? + this.each( doAnimation ) : + this.queue( optall.queue, doAnimation ); + }, + stop: function( type, clearQueue, gotoEnd ) { + var stopQueue = function( hooks ) { + var stop = hooks.stop; + delete hooks.stop; + stop( gotoEnd ); + }; + + if ( typeof type !== "string" ) { + gotoEnd = clearQueue; + clearQueue = type; + type = undefined; + } + if ( clearQueue ) { + this.queue( type || "fx", [] ); + } + + return this.each( function() { + var dequeue = true, + index = type != null && type + "queueHooks", + timers = jQuery.timers, + data = dataPriv.get( this ); + + if ( index ) { + if ( data[ index ] && data[ index ].stop ) { + stopQueue( data[ index ] ); + } + } else { + for ( index in data ) { + if ( data[ index ] && data[ index ].stop && rrun.test( index ) ) { + stopQueue( data[ index ] ); + } + } + } + + for ( index = timers.length; index--; ) { + if ( timers[ index ].elem === this && + ( type == null || timers[ index ].queue === type ) ) { + + timers[ index ].anim.stop( gotoEnd ); + dequeue = false; + timers.splice( index, 1 ); + } + } + + // Start the next in the queue if the last step wasn't forced. + // Timers currently will call their complete callbacks, which + // will dequeue but only if they were gotoEnd. + if ( dequeue || !gotoEnd ) { + jQuery.dequeue( this, type ); + } + } ); + }, + finish: function( type ) { + if ( type !== false ) { + type = type || "fx"; + } + return this.each( function() { + var index, + data = dataPriv.get( this ), + queue = data[ type + "queue" ], + hooks = data[ type + "queueHooks" ], + timers = jQuery.timers, + length = queue ? queue.length : 0; + + // Enable finishing flag on private data + data.finish = true; + + // Empty the queue first + jQuery.queue( this, type, [] ); + + if ( hooks && hooks.stop ) { + hooks.stop.call( this, true ); + } + + // Look for any active animations, and finish them + for ( index = timers.length; index--; ) { + if ( timers[ index ].elem === this && timers[ index ].queue === type ) { + timers[ index ].anim.stop( true ); + timers.splice( index, 1 ); + } + } + + // Look for any animations in the old queue and finish them + for ( index = 0; index < length; index++ ) { + if ( queue[ index ] && queue[ index ].finish ) { + queue[ index ].finish.call( this ); + } + } + + // Turn off finishing flag + delete data.finish; + } ); + } +} ); + +jQuery.each( [ "toggle", "show", "hide" ], function( _i, name ) { + var cssFn = jQuery.fn[ name ]; + jQuery.fn[ name ] = function( speed, easing, callback ) { + return speed == null || typeof speed === "boolean" ? + cssFn.apply( this, arguments ) : + this.animate( genFx( name, true ), speed, easing, callback ); + }; +} ); + +// Generate shortcuts for custom animations +jQuery.each( { + slideDown: genFx( "show" ), + slideUp: genFx( "hide" ), + slideToggle: genFx( "toggle" ), + fadeIn: { opacity: "show" }, + fadeOut: { opacity: "hide" }, + fadeToggle: { opacity: "toggle" } +}, function( name, props ) { + jQuery.fn[ name ] = function( speed, easing, callback ) { + return this.animate( props, speed, easing, callback ); + }; +} ); + +jQuery.timers = []; +jQuery.fx.tick = function() { + var timer, + i = 0, + timers = jQuery.timers; + + fxNow = Date.now(); + + for ( ; i < timers.length; i++ ) { + timer = timers[ i ]; + + // Run the timer and safely remove it when done (allowing for external removal) + if ( !timer() && timers[ i ] === timer ) { + timers.splice( i--, 1 ); + } + } + + if ( !timers.length ) { + jQuery.fx.stop(); + } + fxNow = undefined; +}; + +jQuery.fx.timer = function( timer ) { + jQuery.timers.push( timer ); + jQuery.fx.start(); +}; + +jQuery.fx.interval = 13; +jQuery.fx.start = function() { + if ( inProgress ) { + return; + } + + inProgress = true; + schedule(); +}; + +jQuery.fx.stop = function() { + inProgress = null; +}; + +jQuery.fx.speeds = { + slow: 600, + fast: 200, + + // Default speed + _default: 400 +}; + + +// Based off of the plugin by Clint Helfers, with permission. +// https://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/ +jQuery.fn.delay = function( time, type ) { + time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time; + type = type || "fx"; + + return this.queue( type, function( next, hooks ) { + var timeout = window.setTimeout( next, time ); + hooks.stop = function() { + window.clearTimeout( timeout ); + }; + } ); +}; + + +( function() { + var input = document.createElement( "input" ), + select = document.createElement( "select" ), + opt = select.appendChild( document.createElement( "option" ) ); + + input.type = "checkbox"; + + // Support: Android <=4.3 only + // Default value for a checkbox should be "on" + support.checkOn = input.value !== ""; + + // Support: IE <=11 only + // Must access selectedIndex to make default options select + support.optSelected = opt.selected; + + // Support: IE <=11 only + // An input loses its value after becoming a radio + input = document.createElement( "input" ); + input.value = "t"; + input.type = "radio"; + support.radioValue = input.value === "t"; +} )(); + + +var boolHook, + attrHandle = jQuery.expr.attrHandle; + +jQuery.fn.extend( { + attr: function( name, value ) { + return access( this, jQuery.attr, name, value, arguments.length > 1 ); + }, + + removeAttr: function( name ) { + return this.each( function() { + jQuery.removeAttr( this, name ); + } ); + } +} ); + +jQuery.extend( { + attr: function( elem, name, value ) { + var ret, hooks, + nType = elem.nodeType; + + // Don't get/set attributes on text, comment and attribute nodes + if ( nType === 3 || nType === 8 || nType === 2 ) { + return; + } + + // Fallback to prop when attributes are not supported + if ( typeof elem.getAttribute === "undefined" ) { + return jQuery.prop( elem, name, value ); + } + + // Attribute hooks are determined by the lowercase version + // Grab necessary hook if one is defined + if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { + hooks = jQuery.attrHooks[ name.toLowerCase() ] || + ( jQuery.expr.match.bool.test( name ) ? boolHook : undefined ); + } + + if ( value !== undefined ) { + if ( value === null ) { + jQuery.removeAttr( elem, name ); + return; + } + + if ( hooks && "set" in hooks && + ( ret = hooks.set( elem, value, name ) ) !== undefined ) { + return ret; + } + + elem.setAttribute( name, value + "" ); + return value; + } + + if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { + return ret; + } + + ret = jQuery.find.attr( elem, name ); + + // Non-existent attributes return null, we normalize to undefined + return ret == null ? undefined : ret; + }, + + attrHooks: { + type: { + set: function( elem, value ) { + if ( !support.radioValue && value === "radio" && + nodeName( elem, "input" ) ) { + var val = elem.value; + elem.setAttribute( "type", value ); + if ( val ) { + elem.value = val; + } + return value; + } + } + } + }, + + removeAttr: function( elem, value ) { + var name, + i = 0, + + // Attribute names can contain non-HTML whitespace characters + // https://html.spec.whatwg.org/multipage/syntax.html#attributes-2 + attrNames = value && value.match( rnothtmlwhite ); + + if ( attrNames && elem.nodeType === 1 ) { + while ( ( name = attrNames[ i++ ] ) ) { + elem.removeAttribute( name ); + } + } + } +} ); + +// Hooks for boolean attributes +boolHook = { + set: function( elem, value, name ) { + if ( value === false ) { + + // Remove boolean attributes when set to false + jQuery.removeAttr( elem, name ); + } else { + elem.setAttribute( name, name ); + } + return name; + } +}; + +jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( _i, name ) { + var getter = attrHandle[ name ] || jQuery.find.attr; + + attrHandle[ name ] = function( elem, name, isXML ) { + var ret, handle, + lowercaseName = name.toLowerCase(); + + if ( !isXML ) { + + // Avoid an infinite loop by temporarily removing this function from the getter + handle = attrHandle[ lowercaseName ]; + attrHandle[ lowercaseName ] = ret; + ret = getter( elem, name, isXML ) != null ? + lowercaseName : + null; + attrHandle[ lowercaseName ] = handle; + } + return ret; + }; +} ); + + + + +var rfocusable = /^(?:input|select|textarea|button)$/i, + rclickable = /^(?:a|area)$/i; + +jQuery.fn.extend( { + prop: function( name, value ) { + return access( this, jQuery.prop, name, value, arguments.length > 1 ); + }, + + removeProp: function( name ) { + return this.each( function() { + delete this[ jQuery.propFix[ name ] || name ]; + } ); + } +} ); + +jQuery.extend( { + prop: function( elem, name, value ) { + var ret, hooks, + nType = elem.nodeType; + + // Don't get/set properties on text, comment and attribute nodes + if ( nType === 3 || nType === 8 || nType === 2 ) { + return; + } + + if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { + + // Fix name and attach hooks + name = jQuery.propFix[ name ] || name; + hooks = jQuery.propHooks[ name ]; + } + + if ( value !== undefined ) { + if ( hooks && "set" in hooks && + ( ret = hooks.set( elem, value, name ) ) !== undefined ) { + return ret; + } + + return ( elem[ name ] = value ); + } + + if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { + return ret; + } + + return elem[ name ]; + }, + + propHooks: { + tabIndex: { + get: function( elem ) { + + // Support: IE <=9 - 11 only + // elem.tabIndex doesn't always return the + // correct value when it hasn't been explicitly set + // https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/ + // Use proper attribute retrieval(#12072) + var tabindex = jQuery.find.attr( elem, "tabindex" ); + + if ( tabindex ) { + return parseInt( tabindex, 10 ); + } + + if ( + rfocusable.test( elem.nodeName ) || + rclickable.test( elem.nodeName ) && + elem.href + ) { + return 0; + } + + return -1; + } + } + }, + + propFix: { + "for": "htmlFor", + "class": "className" + } +} ); + +// Support: IE <=11 only +// Accessing the selectedIndex property +// forces the browser to respect setting selected +// on the option +// The getter ensures a default option is selected +// when in an optgroup +// eslint rule "no-unused-expressions" is disabled for this code +// since it considers such accessions noop +if ( !support.optSelected ) { + jQuery.propHooks.selected = { + get: function( elem ) { + + /* eslint no-unused-expressions: "off" */ + + var parent = elem.parentNode; + if ( parent && parent.parentNode ) { + parent.parentNode.selectedIndex; + } + return null; + }, + set: function( elem ) { + + /* eslint no-unused-expressions: "off" */ + + var parent = elem.parentNode; + if ( parent ) { + parent.selectedIndex; + + if ( parent.parentNode ) { + parent.parentNode.selectedIndex; + } + } + } + }; +} + +jQuery.each( [ + "tabIndex", + "readOnly", + "maxLength", + "cellSpacing", + "cellPadding", + "rowSpan", + "colSpan", + "useMap", + "frameBorder", + "contentEditable" +], function() { + jQuery.propFix[ this.toLowerCase() ] = this; +} ); + + + + + // Strip and collapse whitespace according to HTML spec + // https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace + function stripAndCollapse( value ) { + var tokens = value.match( rnothtmlwhite ) || []; + return tokens.join( " " ); + } + + +function getClass( elem ) { + return elem.getAttribute && elem.getAttribute( "class" ) || ""; +} + +function classesToArray( value ) { + if ( Array.isArray( value ) ) { + return value; + } + if ( typeof value === "string" ) { + return value.match( rnothtmlwhite ) || []; + } + return []; +} + +jQuery.fn.extend( { + addClass: function( value ) { + var classes, elem, cur, curValue, clazz, j, finalValue, + i = 0; + + if ( isFunction( value ) ) { + return this.each( function( j ) { + jQuery( this ).addClass( value.call( this, j, getClass( this ) ) ); + } ); + } + + classes = classesToArray( value ); + + if ( classes.length ) { + while ( ( elem = this[ i++ ] ) ) { + curValue = getClass( elem ); + cur = elem.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); + + if ( cur ) { + j = 0; + while ( ( clazz = classes[ j++ ] ) ) { + if ( cur.indexOf( " " + clazz + " " ) < 0 ) { + cur += clazz + " "; + } + } + + // Only assign if different to avoid unneeded rendering. + finalValue = stripAndCollapse( cur ); + if ( curValue !== finalValue ) { + elem.setAttribute( "class", finalValue ); + } + } + } + } + + return this; + }, + + removeClass: function( value ) { + var classes, elem, cur, curValue, clazz, j, finalValue, + i = 0; + + if ( isFunction( value ) ) { + return this.each( function( j ) { + jQuery( this ).removeClass( value.call( this, j, getClass( this ) ) ); + } ); + } + + if ( !arguments.length ) { + return this.attr( "class", "" ); + } + + classes = classesToArray( value ); + + if ( classes.length ) { + while ( ( elem = this[ i++ ] ) ) { + curValue = getClass( elem ); + + // This expression is here for better compressibility (see addClass) + cur = elem.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); + + if ( cur ) { + j = 0; + while ( ( clazz = classes[ j++ ] ) ) { + + // Remove *all* instances + while ( cur.indexOf( " " + clazz + " " ) > -1 ) { + cur = cur.replace( " " + clazz + " ", " " ); + } + } + + // Only assign if different to avoid unneeded rendering. + finalValue = stripAndCollapse( cur ); + if ( curValue !== finalValue ) { + elem.setAttribute( "class", finalValue ); + } + } + } + } + + return this; + }, + + toggleClass: function( value, stateVal ) { + var type = typeof value, + isValidValue = type === "string" || Array.isArray( value ); + + if ( typeof stateVal === "boolean" && isValidValue ) { + return stateVal ? this.addClass( value ) : this.removeClass( value ); + } + + if ( isFunction( value ) ) { + return this.each( function( i ) { + jQuery( this ).toggleClass( + value.call( this, i, getClass( this ), stateVal ), + stateVal + ); + } ); + } + + return this.each( function() { + var className, i, self, classNames; + + if ( isValidValue ) { + + // Toggle individual class names + i = 0; + self = jQuery( this ); + classNames = classesToArray( value ); + + while ( ( className = classNames[ i++ ] ) ) { + + // Check each className given, space separated list + if ( self.hasClass( className ) ) { + self.removeClass( className ); + } else { + self.addClass( className ); + } + } + + // Toggle whole class name + } else if ( value === undefined || type === "boolean" ) { + className = getClass( this ); + if ( className ) { + + // Store className if set + dataPriv.set( this, "__className__", className ); + } + + // If the element has a class name or if we're passed `false`, + // then remove the whole classname (if there was one, the above saved it). + // Otherwise bring back whatever was previously saved (if anything), + // falling back to the empty string if nothing was stored. + if ( this.setAttribute ) { + this.setAttribute( "class", + className || value === false ? + "" : + dataPriv.get( this, "__className__" ) || "" + ); + } + } + } ); + }, + + hasClass: function( selector ) { + var className, elem, + i = 0; + + className = " " + selector + " "; + while ( ( elem = this[ i++ ] ) ) { + if ( elem.nodeType === 1 && + ( " " + stripAndCollapse( getClass( elem ) ) + " " ).indexOf( className ) > -1 ) { + return true; + } + } + + return false; + } +} ); + + + + +var rreturn = /\r/g; + +jQuery.fn.extend( { + val: function( value ) { + var hooks, ret, valueIsFunction, + elem = this[ 0 ]; + + if ( !arguments.length ) { + if ( elem ) { + hooks = jQuery.valHooks[ elem.type ] || + jQuery.valHooks[ elem.nodeName.toLowerCase() ]; + + if ( hooks && + "get" in hooks && + ( ret = hooks.get( elem, "value" ) ) !== undefined + ) { + return ret; + } + + ret = elem.value; + + // Handle most common string cases + if ( typeof ret === "string" ) { + return ret.replace( rreturn, "" ); + } + + // Handle cases where value is null/undef or number + return ret == null ? "" : ret; + } + + return; + } + + valueIsFunction = isFunction( value ); + + return this.each( function( i ) { + var val; + + if ( this.nodeType !== 1 ) { + return; + } + + if ( valueIsFunction ) { + val = value.call( this, i, jQuery( this ).val() ); + } else { + val = value; + } + + // Treat null/undefined as ""; convert numbers to string + if ( val == null ) { + val = ""; + + } else if ( typeof val === "number" ) { + val += ""; + + } else if ( Array.isArray( val ) ) { + val = jQuery.map( val, function( value ) { + return value == null ? "" : value + ""; + } ); + } + + hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ]; + + // If set returns undefined, fall back to normal setting + if ( !hooks || !( "set" in hooks ) || hooks.set( this, val, "value" ) === undefined ) { + this.value = val; + } + } ); + } +} ); + +jQuery.extend( { + valHooks: { + option: { + get: function( elem ) { + + var val = jQuery.find.attr( elem, "value" ); + return val != null ? + val : + + // Support: IE <=10 - 11 only + // option.text throws exceptions (#14686, #14858) + // Strip and collapse whitespace + // https://html.spec.whatwg.org/#strip-and-collapse-whitespace + stripAndCollapse( jQuery.text( elem ) ); + } + }, + select: { + get: function( elem ) { + var value, option, i, + options = elem.options, + index = elem.selectedIndex, + one = elem.type === "select-one", + values = one ? null : [], + max = one ? index + 1 : options.length; + + if ( index < 0 ) { + i = max; + + } else { + i = one ? index : 0; + } + + // Loop through all the selected options + for ( ; i < max; i++ ) { + option = options[ i ]; + + // Support: IE <=9 only + // IE8-9 doesn't update selected after form reset (#2551) + if ( ( option.selected || i === index ) && + + // Don't return options that are disabled or in a disabled optgroup + !option.disabled && + ( !option.parentNode.disabled || + !nodeName( option.parentNode, "optgroup" ) ) ) { + + // Get the specific value for the option + value = jQuery( option ).val(); + + // We don't need an array for one selects + if ( one ) { + return value; + } + + // Multi-Selects return an array + values.push( value ); + } + } + + return values; + }, + + set: function( elem, value ) { + var optionSet, option, + options = elem.options, + values = jQuery.makeArray( value ), + i = options.length; + + while ( i-- ) { + option = options[ i ]; + + /* eslint-disable no-cond-assign */ + + if ( option.selected = + jQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1 + ) { + optionSet = true; + } + + /* eslint-enable no-cond-assign */ + } + + // Force browsers to behave consistently when non-matching value is set + if ( !optionSet ) { + elem.selectedIndex = -1; + } + return values; + } + } + } +} ); + +// Radios and checkboxes getter/setter +jQuery.each( [ "radio", "checkbox" ], function() { + jQuery.valHooks[ this ] = { + set: function( elem, value ) { + if ( Array.isArray( value ) ) { + return ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 ); + } + } + }; + if ( !support.checkOn ) { + jQuery.valHooks[ this ].get = function( elem ) { + return elem.getAttribute( "value" ) === null ? "on" : elem.value; + }; + } +} ); + + + + +// Return jQuery for attributes-only inclusion + + +support.focusin = "onfocusin" in window; + + +var rfocusMorph = /^(?:focusinfocus|focusoutblur)$/, + stopPropagationCallback = function( e ) { + e.stopPropagation(); + }; + +jQuery.extend( jQuery.event, { + + trigger: function( event, data, elem, onlyHandlers ) { + + var i, cur, tmp, bubbleType, ontype, handle, special, lastElement, + eventPath = [ elem || document ], + type = hasOwn.call( event, "type" ) ? event.type : event, + namespaces = hasOwn.call( event, "namespace" ) ? event.namespace.split( "." ) : []; + + cur = lastElement = tmp = elem = elem || document; + + // Don't do events on text and comment nodes + if ( elem.nodeType === 3 || elem.nodeType === 8 ) { + return; + } + + // focus/blur morphs to focusin/out; ensure we're not firing them right now + if ( rfocusMorph.test( type + jQuery.event.triggered ) ) { + return; + } + + if ( type.indexOf( "." ) > -1 ) { + + // Namespaced trigger; create a regexp to match event type in handle() + namespaces = type.split( "." ); + type = namespaces.shift(); + namespaces.sort(); + } + ontype = type.indexOf( ":" ) < 0 && "on" + type; + + // Caller can pass in a jQuery.Event object, Object, or just an event type string + event = event[ jQuery.expando ] ? + event : + new jQuery.Event( type, typeof event === "object" && event ); + + // Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true) + event.isTrigger = onlyHandlers ? 2 : 3; + event.namespace = namespaces.join( "." ); + event.rnamespace = event.namespace ? + new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ) : + null; + + // Clean up the event in case it is being reused + event.result = undefined; + if ( !event.target ) { + event.target = elem; + } + + // Clone any incoming data and prepend the event, creating the handler arg list + data = data == null ? + [ event ] : + jQuery.makeArray( data, [ event ] ); + + // Allow special events to draw outside the lines + special = jQuery.event.special[ type ] || {}; + if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) { + return; + } + + // Determine event propagation path in advance, per W3C events spec (#9951) + // Bubble up to document, then to window; watch for a global ownerDocument var (#9724) + if ( !onlyHandlers && !special.noBubble && !isWindow( elem ) ) { + + bubbleType = special.delegateType || type; + if ( !rfocusMorph.test( bubbleType + type ) ) { + cur = cur.parentNode; + } + for ( ; cur; cur = cur.parentNode ) { + eventPath.push( cur ); + tmp = cur; + } + + // Only add window if we got to document (e.g., not plain obj or detached DOM) + if ( tmp === ( elem.ownerDocument || document ) ) { + eventPath.push( tmp.defaultView || tmp.parentWindow || window ); + } + } + + // Fire handlers on the event path + i = 0; + while ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) { + lastElement = cur; + event.type = i > 1 ? + bubbleType : + special.bindType || type; + + // jQuery handler + handle = ( dataPriv.get( cur, "events" ) || Object.create( null ) )[ event.type ] && + dataPriv.get( cur, "handle" ); + if ( handle ) { + handle.apply( cur, data ); + } + + // Native handler + handle = ontype && cur[ ontype ]; + if ( handle && handle.apply && acceptData( cur ) ) { + event.result = handle.apply( cur, data ); + if ( event.result === false ) { + event.preventDefault(); + } + } + } + event.type = type; + + // If nobody prevented the default action, do it now + if ( !onlyHandlers && !event.isDefaultPrevented() ) { + + if ( ( !special._default || + special._default.apply( eventPath.pop(), data ) === false ) && + acceptData( elem ) ) { + + // Call a native DOM method on the target with the same name as the event. + // Don't do default actions on window, that's where global variables be (#6170) + if ( ontype && isFunction( elem[ type ] ) && !isWindow( elem ) ) { + + // Don't re-trigger an onFOO event when we call its FOO() method + tmp = elem[ ontype ]; + + if ( tmp ) { + elem[ ontype ] = null; + } + + // Prevent re-triggering of the same event, since we already bubbled it above + jQuery.event.triggered = type; + + if ( event.isPropagationStopped() ) { + lastElement.addEventListener( type, stopPropagationCallback ); + } + + elem[ type ](); + + if ( event.isPropagationStopped() ) { + lastElement.removeEventListener( type, stopPropagationCallback ); + } + + jQuery.event.triggered = undefined; + + if ( tmp ) { + elem[ ontype ] = tmp; + } + } + } + } + + return event.result; + }, + + // Piggyback on a donor event to simulate a different one + // Used only for `focus(in | out)` events + simulate: function( type, elem, event ) { + var e = jQuery.extend( + new jQuery.Event(), + event, + { + type: type, + isSimulated: true + } + ); + + jQuery.event.trigger( e, null, elem ); + } + +} ); + +jQuery.fn.extend( { + + trigger: function( type, data ) { + return this.each( function() { + jQuery.event.trigger( type, data, this ); + } ); + }, + triggerHandler: function( type, data ) { + var elem = this[ 0 ]; + if ( elem ) { + return jQuery.event.trigger( type, data, elem, true ); + } + } +} ); + + +// Support: Firefox <=44 +// Firefox doesn't have focus(in | out) events +// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787 +// +// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1 +// focus(in | out) events fire after focus & blur events, +// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order +// Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857 +if ( !support.focusin ) { + jQuery.each( { focus: "focusin", blur: "focusout" }, function( orig, fix ) { + + // Attach a single capturing handler on the document while someone wants focusin/focusout + var handler = function( event ) { + jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) ); + }; + + jQuery.event.special[ fix ] = { + setup: function() { + + // Handle: regular nodes (via `this.ownerDocument`), window + // (via `this.document`) & document (via `this`). + var doc = this.ownerDocument || this.document || this, + attaches = dataPriv.access( doc, fix ); + + if ( !attaches ) { + doc.addEventListener( orig, handler, true ); + } + dataPriv.access( doc, fix, ( attaches || 0 ) + 1 ); + }, + teardown: function() { + var doc = this.ownerDocument || this.document || this, + attaches = dataPriv.access( doc, fix ) - 1; + + if ( !attaches ) { + doc.removeEventListener( orig, handler, true ); + dataPriv.remove( doc, fix ); + + } else { + dataPriv.access( doc, fix, attaches ); + } + } + }; + } ); +} +var location = window.location; + +var nonce = { guid: Date.now() }; + +var rquery = ( /\?/ ); + + + +// Cross-browser xml parsing +jQuery.parseXML = function( data ) { + var xml, parserErrorElem; + if ( !data || typeof data !== "string" ) { + return null; + } + + // Support: IE 9 - 11 only + // IE throws on parseFromString with invalid input. + try { + xml = ( new window.DOMParser() ).parseFromString( data, "text/xml" ); + } catch ( e ) {} + + parserErrorElem = xml && xml.getElementsByTagName( "parsererror" )[ 0 ]; + if ( !xml || parserErrorElem ) { + jQuery.error( "Invalid XML: " + ( + parserErrorElem ? + jQuery.map( parserErrorElem.childNodes, function( el ) { + return el.textContent; + } ).join( "\n" ) : + data + ) ); + } + return xml; +}; + + +var + rbracket = /\[\]$/, + rCRLF = /\r?\n/g, + rsubmitterTypes = /^(?:submit|button|image|reset|file)$/i, + rsubmittable = /^(?:input|select|textarea|keygen)/i; + +function buildParams( prefix, obj, traditional, add ) { + var name; + + if ( Array.isArray( obj ) ) { + + // Serialize array item. + jQuery.each( obj, function( i, v ) { + if ( traditional || rbracket.test( prefix ) ) { + + // Treat each array item as a scalar. + add( prefix, v ); + + } else { + + // Item is non-scalar (array or object), encode its numeric index. + buildParams( + prefix + "[" + ( typeof v === "object" && v != null ? i : "" ) + "]", + v, + traditional, + add + ); + } + } ); + + } else if ( !traditional && toType( obj ) === "object" ) { + + // Serialize object item. + for ( name in obj ) { + buildParams( prefix + "[" + name + "]", obj[ name ], traditional, add ); + } + + } else { + + // Serialize scalar item. + add( prefix, obj ); + } +} + +// Serialize an array of form elements or a set of +// key/values into a query string +jQuery.param = function( a, traditional ) { + var prefix, + s = [], + add = function( key, valueOrFunction ) { + + // If value is a function, invoke it and use its return value + var value = isFunction( valueOrFunction ) ? + valueOrFunction() : + valueOrFunction; + + s[ s.length ] = encodeURIComponent( key ) + "=" + + encodeURIComponent( value == null ? "" : value ); + }; + + if ( a == null ) { + return ""; + } + + // If an array was passed in, assume that it is an array of form elements. + if ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) { + + // Serialize the form elements + jQuery.each( a, function() { + add( this.name, this.value ); + } ); + + } else { + + // If traditional, encode the "old" way (the way 1.3.2 or older + // did it), otherwise encode params recursively. + for ( prefix in a ) { + buildParams( prefix, a[ prefix ], traditional, add ); + } + } + + // Return the resulting serialization + return s.join( "&" ); +}; + +jQuery.fn.extend( { + serialize: function() { + return jQuery.param( this.serializeArray() ); + }, + serializeArray: function() { + return this.map( function() { + + // Can add propHook for "elements" to filter or add form elements + var elements = jQuery.prop( this, "elements" ); + return elements ? jQuery.makeArray( elements ) : this; + } ).filter( function() { + var type = this.type; + + // Use .is( ":disabled" ) so that fieldset[disabled] works + return this.name && !jQuery( this ).is( ":disabled" ) && + rsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) && + ( this.checked || !rcheckableType.test( type ) ); + } ).map( function( _i, elem ) { + var val = jQuery( this ).val(); + + if ( val == null ) { + return null; + } + + if ( Array.isArray( val ) ) { + return jQuery.map( val, function( val ) { + return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; + } ); + } + + return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; + } ).get(); + } +} ); + + +var + r20 = /%20/g, + rhash = /#.*$/, + rantiCache = /([?&])_=[^&]*/, + rheaders = /^(.*?):[ \t]*([^\r\n]*)$/mg, + + // #7653, #8125, #8152: local protocol detection + rlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/, + rnoContent = /^(?:GET|HEAD)$/, + rprotocol = /^\/\//, + + /* Prefilters + * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example) + * 2) These are called: + * - BEFORE asking for a transport + * - AFTER param serialization (s.data is a string if s.processData is true) + * 3) key is the dataType + * 4) the catchall symbol "*" can be used + * 5) execution will start with transport dataType and THEN continue down to "*" if needed + */ + prefilters = {}, + + /* Transports bindings + * 1) key is the dataType + * 2) the catchall symbol "*" can be used + * 3) selection will start with transport dataType and THEN go to "*" if needed + */ + transports = {}, + + // Avoid comment-prolog char sequence (#10098); must appease lint and evade compression + allTypes = "*/".concat( "*" ), + + // Anchor tag for parsing the document origin + originAnchor = document.createElement( "a" ); + +originAnchor.href = location.href; + +// Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport +function addToPrefiltersOrTransports( structure ) { + + // dataTypeExpression is optional and defaults to "*" + return function( dataTypeExpression, func ) { + + if ( typeof dataTypeExpression !== "string" ) { + func = dataTypeExpression; + dataTypeExpression = "*"; + } + + var dataType, + i = 0, + dataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || []; + + if ( isFunction( func ) ) { + + // For each dataType in the dataTypeExpression + while ( ( dataType = dataTypes[ i++ ] ) ) { + + // Prepend if requested + if ( dataType[ 0 ] === "+" ) { + dataType = dataType.slice( 1 ) || "*"; + ( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func ); + + // Otherwise append + } else { + ( structure[ dataType ] = structure[ dataType ] || [] ).push( func ); + } + } + } + }; +} + +// Base inspection function for prefilters and transports +function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) { + + var inspected = {}, + seekingTransport = ( structure === transports ); + + function inspect( dataType ) { + var selected; + inspected[ dataType ] = true; + jQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) { + var dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR ); + if ( typeof dataTypeOrTransport === "string" && + !seekingTransport && !inspected[ dataTypeOrTransport ] ) { + + options.dataTypes.unshift( dataTypeOrTransport ); + inspect( dataTypeOrTransport ); + return false; + } else if ( seekingTransport ) { + return !( selected = dataTypeOrTransport ); + } + } ); + return selected; + } + + return inspect( options.dataTypes[ 0 ] ) || !inspected[ "*" ] && inspect( "*" ); +} + +// A special extend for ajax options +// that takes "flat" options (not to be deep extended) +// Fixes #9887 +function ajaxExtend( target, src ) { + var key, deep, + flatOptions = jQuery.ajaxSettings.flatOptions || {}; + + for ( key in src ) { + if ( src[ key ] !== undefined ) { + ( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ]; + } + } + if ( deep ) { + jQuery.extend( true, target, deep ); + } + + return target; +} + +/* Handles responses to an ajax request: + * - finds the right dataType (mediates between content-type and expected dataType) + * - returns the corresponding response + */ +function ajaxHandleResponses( s, jqXHR, responses ) { + + var ct, type, finalDataType, firstDataType, + contents = s.contents, + dataTypes = s.dataTypes; + + // Remove auto dataType and get content-type in the process + while ( dataTypes[ 0 ] === "*" ) { + dataTypes.shift(); + if ( ct === undefined ) { + ct = s.mimeType || jqXHR.getResponseHeader( "Content-Type" ); + } + } + + // Check if we're dealing with a known content-type + if ( ct ) { + for ( type in contents ) { + if ( contents[ type ] && contents[ type ].test( ct ) ) { + dataTypes.unshift( type ); + break; + } + } + } + + // Check to see if we have a response for the expected dataType + if ( dataTypes[ 0 ] in responses ) { + finalDataType = dataTypes[ 0 ]; + } else { + + // Try convertible dataTypes + for ( type in responses ) { + if ( !dataTypes[ 0 ] || s.converters[ type + " " + dataTypes[ 0 ] ] ) { + finalDataType = type; + break; + } + if ( !firstDataType ) { + firstDataType = type; + } + } + + // Or just use first one + finalDataType = finalDataType || firstDataType; + } + + // If we found a dataType + // We add the dataType to the list if needed + // and return the corresponding response + if ( finalDataType ) { + if ( finalDataType !== dataTypes[ 0 ] ) { + dataTypes.unshift( finalDataType ); + } + return responses[ finalDataType ]; + } +} + +/* Chain conversions given the request and the original response + * Also sets the responseXXX fields on the jqXHR instance + */ +function ajaxConvert( s, response, jqXHR, isSuccess ) { + var conv2, current, conv, tmp, prev, + converters = {}, + + // Work with a copy of dataTypes in case we need to modify it for conversion + dataTypes = s.dataTypes.slice(); + + // Create converters map with lowercased keys + if ( dataTypes[ 1 ] ) { + for ( conv in s.converters ) { + converters[ conv.toLowerCase() ] = s.converters[ conv ]; + } + } + + current = dataTypes.shift(); + + // Convert to each sequential dataType + while ( current ) { + + if ( s.responseFields[ current ] ) { + jqXHR[ s.responseFields[ current ] ] = response; + } + + // Apply the dataFilter if provided + if ( !prev && isSuccess && s.dataFilter ) { + response = s.dataFilter( response, s.dataType ); + } + + prev = current; + current = dataTypes.shift(); + + if ( current ) { + + // There's only work to do if current dataType is non-auto + if ( current === "*" ) { + + current = prev; + + // Convert response if prev dataType is non-auto and differs from current + } else if ( prev !== "*" && prev !== current ) { + + // Seek a direct converter + conv = converters[ prev + " " + current ] || converters[ "* " + current ]; + + // If none found, seek a pair + if ( !conv ) { + for ( conv2 in converters ) { + + // If conv2 outputs current + tmp = conv2.split( " " ); + if ( tmp[ 1 ] === current ) { + + // If prev can be converted to accepted input + conv = converters[ prev + " " + tmp[ 0 ] ] || + converters[ "* " + tmp[ 0 ] ]; + if ( conv ) { + + // Condense equivalence converters + if ( conv === true ) { + conv = converters[ conv2 ]; + + // Otherwise, insert the intermediate dataType + } else if ( converters[ conv2 ] !== true ) { + current = tmp[ 0 ]; + dataTypes.unshift( tmp[ 1 ] ); + } + break; + } + } + } + } + + // Apply converter (if not an equivalence) + if ( conv !== true ) { + + // Unless errors are allowed to bubble, catch and return them + if ( conv && s.throws ) { + response = conv( response ); + } else { + try { + response = conv( response ); + } catch ( e ) { + return { + state: "parsererror", + error: conv ? e : "No conversion from " + prev + " to " + current + }; + } + } + } + } + } + } + + return { state: "success", data: response }; +} + +jQuery.extend( { + + // Counter for holding the number of active queries + active: 0, + + // Last-Modified header cache for next request + lastModified: {}, + etag: {}, + + ajaxSettings: { + url: location.href, + type: "GET", + isLocal: rlocalProtocol.test( location.protocol ), + global: true, + processData: true, + async: true, + contentType: "application/x-www-form-urlencoded; charset=UTF-8", + + /* + timeout: 0, + data: null, + dataType: null, + username: null, + password: null, + cache: null, + throws: false, + traditional: false, + headers: {}, + */ + + accepts: { + "*": allTypes, + text: "text/plain", + html: "text/html", + xml: "application/xml, text/xml", + json: "application/json, text/javascript" + }, + + contents: { + xml: /\bxml\b/, + html: /\bhtml/, + json: /\bjson\b/ + }, + + responseFields: { + xml: "responseXML", + text: "responseText", + json: "responseJSON" + }, + + // Data converters + // Keys separate source (or catchall "*") and destination types with a single space + converters: { + + // Convert anything to text + "* text": String, + + // Text to html (true = no transformation) + "text html": true, + + // Evaluate text as a json expression + "text json": JSON.parse, + + // Parse text as xml + "text xml": jQuery.parseXML + }, + + // For options that shouldn't be deep extended: + // you can add your own custom options here if + // and when you create one that shouldn't be + // deep extended (see ajaxExtend) + flatOptions: { + url: true, + context: true + } + }, + + // Creates a full fledged settings object into target + // with both ajaxSettings and settings fields. + // If target is omitted, writes into ajaxSettings. + ajaxSetup: function( target, settings ) { + return settings ? + + // Building a settings object + ajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) : + + // Extending ajaxSettings + ajaxExtend( jQuery.ajaxSettings, target ); + }, + + ajaxPrefilter: addToPrefiltersOrTransports( prefilters ), + ajaxTransport: addToPrefiltersOrTransports( transports ), + + // Main method + ajax: function( url, options ) { + + // If url is an object, simulate pre-1.5 signature + if ( typeof url === "object" ) { + options = url; + url = undefined; + } + + // Force options to be an object + options = options || {}; + + var transport, + + // URL without anti-cache param + cacheURL, + + // Response headers + responseHeadersString, + responseHeaders, + + // timeout handle + timeoutTimer, + + // Url cleanup var + urlAnchor, + + // Request state (becomes false upon send and true upon completion) + completed, + + // To know if global events are to be dispatched + fireGlobals, + + // Loop variable + i, + + // uncached part of the url + uncached, + + // Create the final options object + s = jQuery.ajaxSetup( {}, options ), + + // Callbacks context + callbackContext = s.context || s, + + // Context for global events is callbackContext if it is a DOM node or jQuery collection + globalEventContext = s.context && + ( callbackContext.nodeType || callbackContext.jquery ) ? + jQuery( callbackContext ) : + jQuery.event, + + // Deferreds + deferred = jQuery.Deferred(), + completeDeferred = jQuery.Callbacks( "once memory" ), + + // Status-dependent callbacks + statusCode = s.statusCode || {}, + + // Headers (they are sent all at once) + requestHeaders = {}, + requestHeadersNames = {}, + + // Default abort message + strAbort = "canceled", + + // Fake xhr + jqXHR = { + readyState: 0, + + // Builds headers hashtable if needed + getResponseHeader: function( key ) { + var match; + if ( completed ) { + if ( !responseHeaders ) { + responseHeaders = {}; + while ( ( match = rheaders.exec( responseHeadersString ) ) ) { + responseHeaders[ match[ 1 ].toLowerCase() + " " ] = + ( responseHeaders[ match[ 1 ].toLowerCase() + " " ] || [] ) + .concat( match[ 2 ] ); + } + } + match = responseHeaders[ key.toLowerCase() + " " ]; + } + return match == null ? null : match.join( ", " ); + }, + + // Raw string + getAllResponseHeaders: function() { + return completed ? responseHeadersString : null; + }, + + // Caches the header + setRequestHeader: function( name, value ) { + if ( completed == null ) { + name = requestHeadersNames[ name.toLowerCase() ] = + requestHeadersNames[ name.toLowerCase() ] || name; + requestHeaders[ name ] = value; + } + return this; + }, + + // Overrides response content-type header + overrideMimeType: function( type ) { + if ( completed == null ) { + s.mimeType = type; + } + return this; + }, + + // Status-dependent callbacks + statusCode: function( map ) { + var code; + if ( map ) { + if ( completed ) { + + // Execute the appropriate callbacks + jqXHR.always( map[ jqXHR.status ] ); + } else { + + // Lazy-add the new callbacks in a way that preserves old ones + for ( code in map ) { + statusCode[ code ] = [ statusCode[ code ], map[ code ] ]; + } + } + } + return this; + }, + + // Cancel the request + abort: function( statusText ) { + var finalText = statusText || strAbort; + if ( transport ) { + transport.abort( finalText ); + } + done( 0, finalText ); + return this; + } + }; + + // Attach deferreds + deferred.promise( jqXHR ); + + // Add protocol if not provided (prefilters might expect it) + // Handle falsy url in the settings object (#10093: consistency with old signature) + // We also use the url parameter if available + s.url = ( ( url || s.url || location.href ) + "" ) + .replace( rprotocol, location.protocol + "//" ); + + // Alias method option to type as per ticket #12004 + s.type = options.method || options.type || s.method || s.type; + + // Extract dataTypes list + s.dataTypes = ( s.dataType || "*" ).toLowerCase().match( rnothtmlwhite ) || [ "" ]; + + // A cross-domain request is in order when the origin doesn't match the current origin. + if ( s.crossDomain == null ) { + urlAnchor = document.createElement( "a" ); + + // Support: IE <=8 - 11, Edge 12 - 15 + // IE throws exception on accessing the href property if url is malformed, + // e.g. http://example.com:80x/ + try { + urlAnchor.href = s.url; + + // Support: IE <=8 - 11 only + // Anchor's host property isn't correctly set when s.url is relative + urlAnchor.href = urlAnchor.href; + s.crossDomain = originAnchor.protocol + "//" + originAnchor.host !== + urlAnchor.protocol + "//" + urlAnchor.host; + } catch ( e ) { + + // If there is an error parsing the URL, assume it is crossDomain, + // it can be rejected by the transport if it is invalid + s.crossDomain = true; + } + } + + // Convert data if not already a string + if ( s.data && s.processData && typeof s.data !== "string" ) { + s.data = jQuery.param( s.data, s.traditional ); + } + + // Apply prefilters + inspectPrefiltersOrTransports( prefilters, s, options, jqXHR ); + + // If request was aborted inside a prefilter, stop there + if ( completed ) { + return jqXHR; + } + + // We can fire global events as of now if asked to + // Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118) + fireGlobals = jQuery.event && s.global; + + // Watch for a new set of requests + if ( fireGlobals && jQuery.active++ === 0 ) { + jQuery.event.trigger( "ajaxStart" ); + } + + // Uppercase the type + s.type = s.type.toUpperCase(); + + // Determine if request has content + s.hasContent = !rnoContent.test( s.type ); + + // Save the URL in case we're toying with the If-Modified-Since + // and/or If-None-Match header later on + // Remove hash to simplify url manipulation + cacheURL = s.url.replace( rhash, "" ); + + // More options handling for requests with no content + if ( !s.hasContent ) { + + // Remember the hash so we can put it back + uncached = s.url.slice( cacheURL.length ); + + // If data is available and should be processed, append data to url + if ( s.data && ( s.processData || typeof s.data === "string" ) ) { + cacheURL += ( rquery.test( cacheURL ) ? "&" : "?" ) + s.data; + + // #9682: remove data so that it's not used in an eventual retry + delete s.data; + } + + // Add or update anti-cache param if needed + if ( s.cache === false ) { + cacheURL = cacheURL.replace( rantiCache, "$1" ); + uncached = ( rquery.test( cacheURL ) ? "&" : "?" ) + "_=" + ( nonce.guid++ ) + + uncached; + } + + // Put hash and anti-cache on the URL that will be requested (gh-1732) + s.url = cacheURL + uncached; + + // Change '%20' to '+' if this is encoded form body content (gh-2658) + } else if ( s.data && s.processData && + ( s.contentType || "" ).indexOf( "application/x-www-form-urlencoded" ) === 0 ) { + s.data = s.data.replace( r20, "+" ); + } + + // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. + if ( s.ifModified ) { + if ( jQuery.lastModified[ cacheURL ] ) { + jqXHR.setRequestHeader( "If-Modified-Since", jQuery.lastModified[ cacheURL ] ); + } + if ( jQuery.etag[ cacheURL ] ) { + jqXHR.setRequestHeader( "If-None-Match", jQuery.etag[ cacheURL ] ); + } + } + + // Set the correct header, if data is being sent + if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) { + jqXHR.setRequestHeader( "Content-Type", s.contentType ); + } + + // Set the Accepts header for the server, depending on the dataType + jqXHR.setRequestHeader( + "Accept", + s.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ? + s.accepts[ s.dataTypes[ 0 ] ] + + ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) : + s.accepts[ "*" ] + ); + + // Check for headers option + for ( i in s.headers ) { + jqXHR.setRequestHeader( i, s.headers[ i ] ); + } + + // Allow custom headers/mimetypes and early abort + if ( s.beforeSend && + ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) { + + // Abort if not done already and return + return jqXHR.abort(); + } + + // Aborting is no longer a cancellation + strAbort = "abort"; + + // Install callbacks on deferreds + completeDeferred.add( s.complete ); + jqXHR.done( s.success ); + jqXHR.fail( s.error ); + + // Get transport + transport = inspectPrefiltersOrTransports( transports, s, options, jqXHR ); + + // If no transport, we auto-abort + if ( !transport ) { + done( -1, "No Transport" ); + } else { + jqXHR.readyState = 1; + + // Send global event + if ( fireGlobals ) { + globalEventContext.trigger( "ajaxSend", [ jqXHR, s ] ); + } + + // If request was aborted inside ajaxSend, stop there + if ( completed ) { + return jqXHR; + } + + // Timeout + if ( s.async && s.timeout > 0 ) { + timeoutTimer = window.setTimeout( function() { + jqXHR.abort( "timeout" ); + }, s.timeout ); + } + + try { + completed = false; + transport.send( requestHeaders, done ); + } catch ( e ) { + + // Rethrow post-completion exceptions + if ( completed ) { + throw e; + } + + // Propagate others as results + done( -1, e ); + } + } + + // Callback for when everything is done + function done( status, nativeStatusText, responses, headers ) { + var isSuccess, success, error, response, modified, + statusText = nativeStatusText; + + // Ignore repeat invocations + if ( completed ) { + return; + } + + completed = true; + + // Clear timeout if it exists + if ( timeoutTimer ) { + window.clearTimeout( timeoutTimer ); + } + + // Dereference transport for early garbage collection + // (no matter how long the jqXHR object will be used) + transport = undefined; + + // Cache response headers + responseHeadersString = headers || ""; + + // Set readyState + jqXHR.readyState = status > 0 ? 4 : 0; + + // Determine if successful + isSuccess = status >= 200 && status < 300 || status === 304; + + // Get response data + if ( responses ) { + response = ajaxHandleResponses( s, jqXHR, responses ); + } + + // Use a noop converter for missing script but not if jsonp + if ( !isSuccess && + jQuery.inArray( "script", s.dataTypes ) > -1 && + jQuery.inArray( "json", s.dataTypes ) < 0 ) { + s.converters[ "text script" ] = function() {}; + } + + // Convert no matter what (that way responseXXX fields are always set) + response = ajaxConvert( s, response, jqXHR, isSuccess ); + + // If successful, handle type chaining + if ( isSuccess ) { + + // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. + if ( s.ifModified ) { + modified = jqXHR.getResponseHeader( "Last-Modified" ); + if ( modified ) { + jQuery.lastModified[ cacheURL ] = modified; + } + modified = jqXHR.getResponseHeader( "etag" ); + if ( modified ) { + jQuery.etag[ cacheURL ] = modified; + } + } + + // if no content + if ( status === 204 || s.type === "HEAD" ) { + statusText = "nocontent"; + + // if not modified + } else if ( status === 304 ) { + statusText = "notmodified"; + + // If we have data, let's convert it + } else { + statusText = response.state; + success = response.data; + error = response.error; + isSuccess = !error; + } + } else { + + // Extract error from statusText and normalize for non-aborts + error = statusText; + if ( status || !statusText ) { + statusText = "error"; + if ( status < 0 ) { + status = 0; + } + } + } + + // Set data for the fake xhr object + jqXHR.status = status; + jqXHR.statusText = ( nativeStatusText || statusText ) + ""; + + // Success/Error + if ( isSuccess ) { + deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] ); + } else { + deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] ); + } + + // Status-dependent callbacks + jqXHR.statusCode( statusCode ); + statusCode = undefined; + + if ( fireGlobals ) { + globalEventContext.trigger( isSuccess ? "ajaxSuccess" : "ajaxError", + [ jqXHR, s, isSuccess ? success : error ] ); + } + + // Complete + completeDeferred.fireWith( callbackContext, [ jqXHR, statusText ] ); + + if ( fireGlobals ) { + globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] ); + + // Handle the global AJAX counter + if ( !( --jQuery.active ) ) { + jQuery.event.trigger( "ajaxStop" ); + } + } + } + + return jqXHR; + }, + + getJSON: function( url, data, callback ) { + return jQuery.get( url, data, callback, "json" ); + }, + + getScript: function( url, callback ) { + return jQuery.get( url, undefined, callback, "script" ); + } +} ); + +jQuery.each( [ "get", "post" ], function( _i, method ) { + jQuery[ method ] = function( url, data, callback, type ) { + + // Shift arguments if data argument was omitted + if ( isFunction( data ) ) { + type = type || callback; + callback = data; + data = undefined; + } + + // The url can be an options object (which then must have .url) + return jQuery.ajax( jQuery.extend( { + url: url, + type: method, + dataType: type, + data: data, + success: callback + }, jQuery.isPlainObject( url ) && url ) ); + }; +} ); + +jQuery.ajaxPrefilter( function( s ) { + var i; + for ( i in s.headers ) { + if ( i.toLowerCase() === "content-type" ) { + s.contentType = s.headers[ i ] || ""; + } + } +} ); + + +jQuery._evalUrl = function( url, options, doc ) { + return jQuery.ajax( { + url: url, + + // Make this explicit, since user can override this through ajaxSetup (#11264) + type: "GET", + dataType: "script", + cache: true, + async: false, + global: false, + + // Only evaluate the response if it is successful (gh-4126) + // dataFilter is not invoked for failure responses, so using it instead + // of the default converter is kludgy but it works. + converters: { + "text script": function() {} + }, + dataFilter: function( response ) { + jQuery.globalEval( response, options, doc ); + } + } ); +}; + + +jQuery.fn.extend( { + wrapAll: function( html ) { + var wrap; + + if ( this[ 0 ] ) { + if ( isFunction( html ) ) { + html = html.call( this[ 0 ] ); + } + + // The elements to wrap the target around + wrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true ); + + if ( this[ 0 ].parentNode ) { + wrap.insertBefore( this[ 0 ] ); + } + + wrap.map( function() { + var elem = this; + + while ( elem.firstElementChild ) { + elem = elem.firstElementChild; + } + + return elem; + } ).append( this ); + } + + return this; + }, + + wrapInner: function( html ) { + if ( isFunction( html ) ) { + return this.each( function( i ) { + jQuery( this ).wrapInner( html.call( this, i ) ); + } ); + } + + return this.each( function() { + var self = jQuery( this ), + contents = self.contents(); + + if ( contents.length ) { + contents.wrapAll( html ); + + } else { + self.append( html ); + } + } ); + }, + + wrap: function( html ) { + var htmlIsFunction = isFunction( html ); + + return this.each( function( i ) { + jQuery( this ).wrapAll( htmlIsFunction ? html.call( this, i ) : html ); + } ); + }, + + unwrap: function( selector ) { + this.parent( selector ).not( "body" ).each( function() { + jQuery( this ).replaceWith( this.childNodes ); + } ); + return this; + } +} ); + + +jQuery.expr.pseudos.hidden = function( elem ) { + return !jQuery.expr.pseudos.visible( elem ); +}; +jQuery.expr.pseudos.visible = function( elem ) { + return !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length ); +}; + + + + +jQuery.ajaxSettings.xhr = function() { + try { + return new window.XMLHttpRequest(); + } catch ( e ) {} +}; + +var xhrSuccessStatus = { + + // File protocol always yields status code 0, assume 200 + 0: 200, + + // Support: IE <=9 only + // #1450: sometimes IE returns 1223 when it should be 204 + 1223: 204 + }, + xhrSupported = jQuery.ajaxSettings.xhr(); + +support.cors = !!xhrSupported && ( "withCredentials" in xhrSupported ); +support.ajax = xhrSupported = !!xhrSupported; + +jQuery.ajaxTransport( function( options ) { + var callback, errorCallback; + + // Cross domain only allowed if supported through XMLHttpRequest + if ( support.cors || xhrSupported && !options.crossDomain ) { + return { + send: function( headers, complete ) { + var i, + xhr = options.xhr(); + + xhr.open( + options.type, + options.url, + options.async, + options.username, + options.password + ); + + // Apply custom fields if provided + if ( options.xhrFields ) { + for ( i in options.xhrFields ) { + xhr[ i ] = options.xhrFields[ i ]; + } + } + + // Override mime type if needed + if ( options.mimeType && xhr.overrideMimeType ) { + xhr.overrideMimeType( options.mimeType ); + } + + // X-Requested-With header + // For cross-domain requests, seeing as conditions for a preflight are + // akin to a jigsaw puzzle, we simply never set it to be sure. + // (it can always be set on a per-request basis or even using ajaxSetup) + // For same-domain requests, won't change header if already provided. + if ( !options.crossDomain && !headers[ "X-Requested-With" ] ) { + headers[ "X-Requested-With" ] = "XMLHttpRequest"; + } + + // Set headers + for ( i in headers ) { + xhr.setRequestHeader( i, headers[ i ] ); + } + + // Callback + callback = function( type ) { + return function() { + if ( callback ) { + callback = errorCallback = xhr.onload = + xhr.onerror = xhr.onabort = xhr.ontimeout = + xhr.onreadystatechange = null; + + if ( type === "abort" ) { + xhr.abort(); + } else if ( type === "error" ) { + + // Support: IE <=9 only + // On a manual native abort, IE9 throws + // errors on any property access that is not readyState + if ( typeof xhr.status !== "number" ) { + complete( 0, "error" ); + } else { + complete( + + // File: protocol always yields status 0; see #8605, #14207 + xhr.status, + xhr.statusText + ); + } + } else { + complete( + xhrSuccessStatus[ xhr.status ] || xhr.status, + xhr.statusText, + + // Support: IE <=9 only + // IE9 has no XHR2 but throws on binary (trac-11426) + // For XHR2 non-text, let the caller handle it (gh-2498) + ( xhr.responseType || "text" ) !== "text" || + typeof xhr.responseText !== "string" ? + { binary: xhr.response } : + { text: xhr.responseText }, + xhr.getAllResponseHeaders() + ); + } + } + }; + }; + + // Listen to events + xhr.onload = callback(); + errorCallback = xhr.onerror = xhr.ontimeout = callback( "error" ); + + // Support: IE 9 only + // Use onreadystatechange to replace onabort + // to handle uncaught aborts + if ( xhr.onabort !== undefined ) { + xhr.onabort = errorCallback; + } else { + xhr.onreadystatechange = function() { + + // Check readyState before timeout as it changes + if ( xhr.readyState === 4 ) { + + // Allow onerror to be called first, + // but that will not handle a native abort + // Also, save errorCallback to a variable + // as xhr.onerror cannot be accessed + window.setTimeout( function() { + if ( callback ) { + errorCallback(); + } + } ); + } + }; + } + + // Create the abort callback + callback = callback( "abort" ); + + try { + + // Do send the request (this may raise an exception) + xhr.send( options.hasContent && options.data || null ); + } catch ( e ) { + + // #14683: Only rethrow if this hasn't been notified as an error yet + if ( callback ) { + throw e; + } + } + }, + + abort: function() { + if ( callback ) { + callback(); + } + } + }; + } +} ); + + + + +// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432) +jQuery.ajaxPrefilter( function( s ) { + if ( s.crossDomain ) { + s.contents.script = false; + } +} ); + +// Install script dataType +jQuery.ajaxSetup( { + accepts: { + script: "text/javascript, application/javascript, " + + "application/ecmascript, application/x-ecmascript" + }, + contents: { + script: /\b(?:java|ecma)script\b/ + }, + converters: { + "text script": function( text ) { + jQuery.globalEval( text ); + return text; + } + } +} ); + +// Handle cache's special case and crossDomain +jQuery.ajaxPrefilter( "script", function( s ) { + if ( s.cache === undefined ) { + s.cache = false; + } + if ( s.crossDomain ) { + s.type = "GET"; + } +} ); + +// Bind script tag hack transport +jQuery.ajaxTransport( "script", function( s ) { + + // This transport only deals with cross domain or forced-by-attrs requests + if ( s.crossDomain || s.scriptAttrs ) { + var script, callback; + return { + send: function( _, complete ) { + script = jQuery( " + +{% endmacro %} \ No newline at end of file diff --git a/about.html b/about.html new file mode 100644 index 0000000..8124452 --- /dev/null +++ b/about.html @@ -0,0 +1,493 @@ + + + + + + + + + + + + About Electrochemistry Domain Ontology — BattInfo documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+ + + +
+
+ +
+ + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+ +
+ +
+ + + + +
+ +
+ + +
+
+ + + + + +
+ +
+

About Electrochemistry Domain Ontology#

+
+

Contributors#

+
    +
  • Simon Clark, SINTEF, Norway

  • +
  • Eibar Flores, SINTEF, Norway

  • +
  • Francesca Lønstad Bleken, SINTEF, Norway

  • +
  • Jesper Friis, SINTEF, Norway

  • +
  • Casper Welzel Andersen, SINTEF, Norway

  • +
  • Martin Uhrin, EPFL, Switzerland

  • +
  • Simon Stier, Fraunhofer, Germany

  • +
  • Marek Marcinek, Warsaw University of Technology, Poland

  • +
  • Anna Szczesna, Warsaw University of Technology, Poland

  • +
  • Miran Gaberscek, National Institute of Chemistry, Slovenia

  • +
  • Deyana Stoytcheva, ICMAB, Spain

  • +
  • Rosa Palacin, ICMAB, Spain

  • +
  • Ingeborg-Helene Svenum, SINTEF, Norway

  • +
  • Inga Gudem Ringdalen, SINTEF, Norway

  • +
  • Emanuele Farhi, SOLEIL synchrotron, France

  • +
+
+
+

Projects#

+
    +
  • BIG-MAP; Grant Agreement No: 957189

  • +
+
+
+

License#

+

The Battery Interface Domain Ontology is released under the Creative +Commons Attribution 4.0 +International +license (CC BY 4.0).

+
+
+ + +
+ + + + + +
+ + + +
+ + +
+
+ +
+ +
+
+
+ + + + + +
+ + +
+ + \ No newline at end of file diff --git a/battinfo.html b/battinfo.html new file mode 100644 index 0000000..6f99caa --- /dev/null +++ b/battinfo.html @@ -0,0 +1,57777 @@ + + + + + + + + + + + + Class Index — BattInfo documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+ + + +
+
+ +
+ + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+ +
+ +
+ + + + +
+ +
+ + +
+
+ + + + + +
+ +
+

Class Index#

+
+

BattINFO#

+
+

3DPrinting#

+ + + + + + +
ElucidationFabrication of objects through the deposition of a material using a print head, nozzle or another printer technology.
+
+

ACVoltammetry#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationvoltammetry in which a sinusoidal alternating potential of small amplitude (10 to 50 mV) of constant frequency (10 Hz to 100 kHz) is superimposed on a slowly and linearly varying potential ramp
Alternative Label(s)ACV
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
Wikidata Referencehttps://www.wikidata.org/wiki/Q120895154
CommentThe resulting alternating current is plotted versus imposed DC potential. The obtained AC voltammogram is peak-shaped.
+
+

ACVoltammetrySignal#

+ + + + + + +
ElucidationSinusoidal potential waveform superimposed to a linear potential ramp.
+
+

Ablation#

+ + +
+
+

AbrasiveStrippingVoltammetry#

+ + + + + + +
Elucidationelectrochemical method where traces of solid particles are abrasively transferred onto the surface of an electrode, followed by an electrochemical dissolution (anodic or cathodic dissolution) that is recorded as a current–voltage curve
+
+

AbsoluteActivity#

+ + + + + + + + + + + + + + +
ElucidationThe exponential of the ratio of the chemical potential to R*T where R is the gas constant and T the thermodynamic temperature.
IUPAC Referencehttps://goldbook.iupac.org/terms/view/A00019
Wikidata Referencehttps://www.wikidata.org/wiki/Q56638155
+
+

AbsoluteHumidity#

+ + + + + + + + + + + + + + + + + + +
ElucidationMass of the contained water vapour per volume.
Alternative Label(s)MassConcentrationOfWaterVapour
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-60
Wikidata Referencehttps://www.wikidata.org/wiki/Q76378808
+
+

AbsorbedDose#

+ + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00031
+
+

AbsorbedDoseRate#

+ + + + + + + + + + + + + + +
ElucidationDifferential quotient of the absorbed dose with respect to time.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-12-07
Wikidata Referencehttps://www.wikidata.org/wiki/Q69428958
+
+

AbsorbedDoseRateUnit#

+ + +
+
+

AbsorbedDoseUnit#

+ + +
+
+

Acceleration#

+ + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00051
CommentDerivative of velocity with respect to time.
+
+

AccelerationUnit#

+ + +
+
+

AcceptorDensity#

+ + + + + + + + + + +
Elucidationquotient of number of acceptor levels and volume.
Wikidata Referencehttps://www.wikidata.org/wiki/Q105979968
+
+

AceticAcid#

+ + + + + + + + + + + + + + +
Alternative Label(s)CH3CO2H
Wikipedia Referencehttps://en.wikipedia.org/wiki/Acetic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q47512
+
+

Acetone#

+ + + + + + + + + + + + + + +
Alternative Label(s)(CH3)2CO
Wikipedia Referencehttps://en.wikipedia.org/wiki/Acetone
Wikidata Referencehttps://www.wikidata.org/wiki/Q49546
+
+

Acetonitrile#

+ + + + + + + + + + + + + + +
Alternative Label(s)MeCN
Wikipedia Referencehttps://en.wikipedia.org/wiki/Acetonitrile
Wikidata Referencehttps://www.wikidata.org/wiki/Q408047
+
+

Acid#

+ + + + + + + + + + + + + + + + + + +
Elucidationsubstance that increases the concentration of hydrogen cations when dissolved
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00071
Wikipedia Referencehttps://en.wikipedia.org/wiki/Acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q11158
+
+

AcidicElectrolyte#

+ + + + + + + + + + + + + + +
Elucidationan aqueous electrolyte with a nominal pH values less than 7
Alternative Label(s)AcidicAqueousElectrolyte, AcidicSolution
Commenttypical alkaline electrolytes have a pH in the range 0 < x < 4
+
+

AcousticQuantity#

+ + + + + + +
ElucidationQuantities categorised according to ISO 80000-8.
+
+

AcrylicAcid#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Acrylic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q324628
+
+

ActiniumAtom#

+ + + + + + +
ElucidationAtom subclass for actinium.
+
+

ActiniumSymbol#

+ + +
+
+

Action#

+ + + + + + + + + + + + + + +
ElucidationPhysical quantity of dimension energy × time.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-51
Wikidata Referencehttps://www.wikidata.org/wiki/Q846785
+
+

ActivationOverpotential#

+ + + + + + + + + + + + + + +
Elucidationpart of the electrode polarization arising from a charge-transfer step of the electrode reaction
Alternative Label(s)ActivationPolarization
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-05
+
+

ActiveElectrode#

+ + + + + + + + + + + + + + +
Elucidationan electrode which is chemically altered by the electrode reaction
Alternative Label(s)NonInertElectrode, ReactiveElectrode
Commentthe opposite of an inert electrode
+
+

ActiveEnergy#

+ + + + + + + + + + + + + + +
ElucidationThe integral over a time interval of the instantaneous power.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-57
Wikidata Referencehttps://www.wikidata.org/wiki/Q79813678
+
+

ActiveMaterial#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationmaterial that is oxidized or reduced at an electrode in an electrochemical cell
Alternative Label(s)ActiveElectrochemicalMaterial, ActiveElectrochemicalMaterial, ActiveElectrochemicalMaterial, ActiveElectrochemicalMaterial, ElectrochemicallyActiveMaterial, ElectrochemicallyActiveMaterial, ElectrochemicallyActiveMaterial, ElectrochemicallyActiveMaterial
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-14
Wikidata Referencehttps://www.wikidata.org/wiki/Q120907375
Commentin secondary cells, the active material is restored to its original state during charge
+
+

ActiveMaterialMix#

+ + + + + + + + + + +
Elucidationblend containing a material which reacts chemically to produce electrical energy with other constituents and additives
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-34
+
+

ActiveMaterialParticleCracking#

+ + + + + + +
Elucidationa degradation mechanism in electrochemical cells in which fractures in the active material particles increase cell resistance.
+
+

ActivePower#

+ + + + + + + + + + + + + + +
ElucidationAverage power over a period.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-42
Wikidata Referencehttps://www.wikidata.org/wiki/Q20820042
+
+

Activity#

+ + + + + + + + + + + + + + + + + + +
ElucidationNumber dN of spontaneous nuclear transitions or nuclear disintegrations for a radionuclide of amount N produced during a short time interval dt, divided by this time interval.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-05
IUPAC Referencehttps://goldbook.iupac.org/terms/view/A00114
Wikidata Referencehttps://www.wikidata.org/wiki/Q317949
+
+

ActivityCoefficient#

+ + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00116
Wikidata Referencehttps://www.wikidata.org/wiki/Q745224
+
+

ActivityDensity#

+ + + + + + + + + + + + + + + + + + +
ElucidationActivity per unit volume of the sample.
Alternative Label(s)ActivityConcentration, VolumetricActivity, VolumicActivity
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-09
Wikidata Referencehttps://www.wikidata.org/wiki/Q423263
+
+

ActivityFactor#

+ + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q89335167
+
+

ActivityOfSolute#

+ + + + + + + + + + +
Alternative Label(s)RelativeActivityOfSolute
Wikidata Referencehttps://www.wikidata.org/wiki/Q89408862
+
+

ActivityOfSolvent#

+ + + + + + + + + + +
ElucidationFor a solvent in a solution, quotient of the absolute activity and that of the pure substance at the same temperature and pressure.
Wikidata Referencehttps://www.wikidata.org/wiki/Q89486193
+
+

AdditiveManufacturing#

+ + + + + + +
Alternative Label(s)GenerativeManufacturing
+
+

Admittance#

+ + + + + + + + + + + + + + + + + + +
ElucidationInverse of the impendance.
Alternative Label(s)ComplexAdmittance
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-51
Wikidata Referencehttps://www.wikidata.org/wiki/Q214518
+
+

AdsorptionCurrent#

+ + + + + + + + + + + + + + +
Elucidationelectric current that accompanies the adsorption of a species
IUPAC Referencehttps://goldbook.iupac.org/terms/view/A00159
CommentI_{ads}
+
+

AdsorptiveStrippingVoltammetry#

+ + + + + + + + + + + + + + + + + + +
ElucidationStripping voltammetry involving pre-concentration by adsorption of the analyte (in contrast to electro- chemical accumulation).
Alternative Label(s)AdSV, AdSV
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
CommentA peak-shaped adsorptive stripping voltammogram is obtained. Peak current depends on time of accumulation, mass transport of analyte (stirring), scan rate and mode (linear or pulse), and analyte concentration in solution.
+
+

Aerosol#

+ + + + + + +
ElucidationA colloid composed of fine solid particles or liquid droplets in air or another gas.
+
+

AffinityOfAChemicalReaction#

+ + + + + + + + + + + + + + + + + + +
ElucidationDescribes elements' or compounds' readiness to form bonds.
Alternative Label(s)ChemicalAffinity
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00178
Wikidata Referencehttps://www.wikidata.org/wiki/Q382783
+
+

Agent#

+ + + + + + +
ElucidationA participant that is the driver of the process.
+
+

AirElectrode#

+ + + + + + + + + + +
Elucidationa gas diffusion electrode in which the gas is air
CommentThe reaction occuring in an air electrode is typically the oxygen reduction reaction (ORR).
+
+

Alcohol#

+ + +
+
+

AlgebricEquation#

+ + + + + + +
CommentAn 'equation' that has parts two 'polynomial'-s
+
+

AlgebricExpression#

+ + + + + + +
CommentAn expression that has parts only integer constants, variables, and the algebraic operations (addition, subtraction, multiplication, division and exponentiation by an exponent that is a rational number)
+
+

AlgebricOperator#

+ + +
+
+

AlkaliMetalElementalSubstance#

+ + +
+
+

AlkaliMetalSaltCompound#

+ + +
+
+

Alkaline4SR44#

+ + + + + + + + + + + + + + +
Elucidationa cylindrical alkaline zinc manganese dioxide battery cell with 4 LR44 cells in series
Alternative Label(s)4LR44
Commentoften simply a stack of four SR44 (LR44) button cells shrink wrapped together
+
+

AlkalineA23#

+ + + + + + + + + + + + + + +
Elucidationa cylindrical alkaline zinc manganese dioxide battery cell with 8LR932 cells in series
Alternative Label(s)8LR932
Commentusually contains a stack of eight LR932 button cells shrink wrapped together
+
+

AlkalineA27#

+ + + + + + + + + + +
Elucidationa cylindrical alkaline zinc manganese dioxide battery cell with 8 LR732 cells in series
Alternative Label(s)8LR732
+
+

AlkalineCell#

+ + + + + + + + + + + + + + +
Elucidationcell containing an alkaline electrolyte
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-08
Commentthe term Alkaline Battery is often used to describe alkaline zinc manganese dioxide batteries (IEC code: L)
+
+

AlkalineEarthMetalElementalSubstance#

+ + +
+
+

AlkalineEarthMetalSaltCompound#

+ + +
+
+

AlkalineElectrolyte#

+ + + + + + + + + + + + + + +
Elucidationan aqueous electrolyte with a nominal pH greater than 7
Alternative Label(s)AlkalineAqueousElectrolyte, AlkalineSolution
Commenttypical alkaline electrolytes have a pH in the range 13 < x < 15
+
+

AlkalineLanternBattery#

+ + + + + + + + + + + + + + +
Elucidationan alkaline zinc manganese dioxide battery cell with 4 LR25 cells in series
Alternative Label(s)4LR25
Commentusually in a rectangular prismatic case with spring terminals
+
+

AlkalinePP3#

+ + + + + + + + + + +
Elucidationa prismatic alkaline zinc manganese dioxide battery cell, usually with 6 LR61 cells in series and a nominal voltage of 9 V
Alternative Label(s)6LP3146, E, NineVoltBattery
+
+

AlkalineZincAirBattery#

+ + + + + + + + + + +
Elucidationmetal air battery with an alkaline electrolyte and a negative electrode of zinc
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-02
+
+

AlkalineZincManganeseDioxideBattery#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationprimary battery with an alkaline electrolyte, a positive electrode containing manganese dioxide and a negative electrode of zinc
Alternative Label(s)AlkalineBattery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-03
Wikipedia Referencehttps://en.wikipedia.org/wiki/Alkaline_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q861345
+
+

AlphaDisintegrationEnergy#

+ + + + + + + + + + +
ElucidationSum of the kinetic energy of the α-particle produced in the disintegration process and the recoil energy of the product atom in a reference frame in which the emitting nucleus is at rest before its disintegration.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98146025
+
+

AlternatingCurrent#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationperiodic current where the amplitude alternates at a steady frequency between fixed minimum and maximum values, with the same duration at minimum and maximum
Alternative Label(s)AC
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-24
Wikipedia Referencehttps://en.wikipedia.org/wiki/Alternating_current
Wikidata Referencehttps://www.wikidata.org/wiki/Q124164
+
+

Aluminium#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Aluminium
Wikidata Referencehttps://www.wikidata.org/wiki/Q663
+
+

AluminiumAcetate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Al(OAc)3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Aluminium_triacetate
Wikidata Referencehttps://www.wikidata.org/wiki/Q27861942
+
+

AluminiumAirBattery#

+ + + + + + + + + + +
Elucidationa metal-air battery with an aluminium negative electrode
Wikipedia Referencehttps://en.wikipedia.org/wiki/Aluminium%E2%80%93air_battery
+
+

AluminiumAtom#

+ + + + + + +
ElucidationAtom subclass for aluminium.
+
+

AluminiumBattery#

+ + + + + + + + + + + + + + +
Elucidationcell containing a negative electrode with an active material of aluminium or containing aluminium
Wikipedia Referencehttps://en.wikipedia.org/wiki/Aluminium_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q85741073
+
+

AluminiumBromide#

+ + + + + + + + + + + + + + +
Alternative Label(s)AlBr3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Aluminium_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q259311
+
+

AluminiumCarbonate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Al2(CO3)3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Aluminium_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q4737377
+
+

AluminiumChlorate#

+ + + + + + + + + + +
Alternative Label(s)Al(ClO3)3
Wikidata Referencehttps://www.wikidata.org/wiki/Q447553
+
+

AluminiumChloride#

+ + + + + + + + + + + + + + +
Alternative Label(s)AlCl3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Aluminium_chloride
Wikidata Referencehttps://www.wikidata.org/wiki/Q314036
+
+

AluminiumElectrode#

+ + +
+
+

AluminiumFluoride#

+ + + + + + + + + + + + + + +
Alternative Label(s)AlF3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Aluminium_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q409057
+
+

AluminiumHydroxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)Al(OH)3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Aluminium_hydroxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q407125
+
+

AluminiumInsertionElectrode#

+ + +
+
+

AluminiumIodide#

+ + + + + + + + + + + + + + +
Alternative Label(s)AlI3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Aluminium_iodide
Wikidata Referencehttps://www.wikidata.org/wiki/Q159096
+
+

AluminiumNitrate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Al(NO3)3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Aluminium_nitrate
Wikidata Referencehttps://www.wikidata.org/wiki/Q415471
+
+

AluminiumOxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)Al2O3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Aluminium_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q177342
+
+

AluminiumOxideCompound#

+ + +
+
+

AluminiumPerchlorate#

+ + + + + + + + + + +
Alternative Label(s)Al(ClO4)3
Wikidata Referencehttps://www.wikidata.org/wiki/Q20107470
+
+

AluminiumPhosphate#

+ + + + + + + + + + + + + + +
Alternative Label(s)AlPO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Aluminium_phosphate
Wikidata Referencehttps://www.wikidata.org/wiki/Q419503
+
+

AluminiumSaltCompound#

+ + +
+
+

AluminiumShuttleBattery#

+ + + + + + + + + + + + + + + + + + +
Elucidationa secondary battery that combines an aluminium negative electrode with an aluminium insertion positive electrode
Wikipedia Referencehttps://en.wikipedia.org/wiki/Aluminium-ion_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q15732670
Commentthe name "aluminium-ion battery" is a misnomer because it uses an aluminium metal negative electrode rather than an insertion (intercalation) negative electrode
+
+

AluminiumSulfate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Al2(SO4)3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Aluminium_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q421857
+
+

AluminiumSulfide#

+ + + + + + + + + + + + + + +
Alternative Label(s)Al2S3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Aluminium_sulfide
Wikidata Referencehttps://www.wikidata.org/wiki/Q412874
+
+

AluminiumSymbol#

+ + +
+
+

AluminiumTriflate#

+ + + + + + + + + + +
Alternative Label(s)Al(OTf)3
Wikidata Referencehttps://www.wikidata.org/wiki/Q55573807
+
+

AmbientThermodynamicTemperature#

+ + +
+
+

AmericiumAtom#

+ + + + + + +
ElucidationAtom subclass for americium.
+
+

AmericiumSymbol#

+ + +
+
+

Ammonia#

+ + + + + + + + + + + + + + +
Alternative Label(s)NH3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ammonia_solution
Wikidata Referencehttps://www.wikidata.org/wiki/Q421888
+
+

AmmoniumBromide#

+ + + + + + + + + + + + + + +
Alternative Label(s)Br
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ammonium_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q413982
+
+

AmmoniumCarbonate#

+ + + + + + + + + + + + + + +
Alternative Label(s)CO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ammonium_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q204873
+
+

AmmoniumChlorate#

+ + + + + + + + + + + + + + +
Alternative Label(s)ClO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ammonium_chlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q1392795
+
+

AmmoniumChloride#

+ + + + + + + + + + + + + + +
Alternative Label(s)Cl
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ammonium_chloride
Wikidata Referencehttps://www.wikidata.org/wiki/Q188543
+
+

AmmoniumFluoride#

+ + + + + + + + + + + + + + +
Alternative Label(s)NH4F
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ammonium_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q205374
+
+

AmmoniumIodide#

+ + + + + + + + + + + + + + +
Alternative Label(s)I
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ammonium_iodide
Wikidata Referencehttps://www.wikidata.org/wiki/Q413953
+
+

AmmoniumNitrate#

+ + + + + + + + + + + + + + +
Alternative Label(s)NO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ammonium_nitrate
Wikidata Referencehttps://www.wikidata.org/wiki/Q182329
+
+

AmmoniumNitrite#

+ + + + + + + + + + + + + + +
Alternative Label(s)NO2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ammonium_nitrite
Wikidata Referencehttps://www.wikidata.org/wiki/Q421538
+
+

AmmoniumPerchlorate#

+ + + + + + + + + + + + + + +
Alternative Label(s)ClO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ammonium_perchlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q410203
+
+

AmmoniumSaltCompound#

+ + +
+
+

AmmoniumSulfate#

+ + + + + + + + + + + + + + +
Alternative Label(s)SO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ammonium_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q191831
+
+

AmmoniumSulfide#

+ + + + + + + + + + +
Alternative Label(s)S
Wikidata Referencehttps://www.wikidata.org/wiki/Q416913
+
+

AmmoniumSulfite#

+ + + + + + + + + + + + + + +
Alternative Label(s)SO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ammonium_sulfite
Wikidata Referencehttps://www.wikidata.org/wiki/Q2336041
+
+

AmorphousMaterial#

+ + + + + + +
Alternative Label(s)NonCrystallineMaterial
+
+

AmountConcentration#

+ + + + + + + + + + + + + + +
Alternative Label(s)Concentration, MolarConcentration, Molarity
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00295
CommentThe amount of a constituent divided by the volume of the mixture.
+
+

AmountConcentrationUnit#

+ + +
+
+

AmountConductivityUnit#

+ + +
+
+

AmountFraction#

+ + + + + + + + + + +
Alternative Label(s)MoleFraction
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00296
+
+

AmountFractionUnit#

+ + + + + + +
ElucidationUnit for quantities of dimension one that are the fraction of two amount of substance.
+
+

AmountOfSubstance#

+ + + + + + + + + + + + + + +
ElucidationThe number of elementary entities present.
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00297
Comment"In the name “amount of substance”, the word “substance” will typically be replaced by words to specify the substance concerned in any particular application, for example “amount of hydrogen chloride, HCl”, or “amount of benzene, C6H6 ”. It is important to give a precise definition of the entity involved (as emphasized in the definition of the mole); this should preferably be done by specifying the molecular chemical formula of the material involved. Although the word “amount” has a more general dictionary definition, the abbreviation of the full name “amount of substance” to “amount” may be used for brevity." + +-- SI Brochure
+
+

AmountPerAreaTimeUnit#

+ + +
+
+

AmountPerAreaUnit#

+ + +
+
+

AmountPerMassPressureUnit#

+ + +
+
+

AmountPerMassTimeUnit#

+ + +
+
+

AmountPerMassUnit#

+ + +
+
+

AmountPerVolumeTimeUnit#

+ + +
+
+

AmountSquareTimePerMassVolumeUnit#

+ + +
+
+

AmountTemperatureUnit#

+ + +
+
+

AmountUnit#

+ + +
+
+

Ampere#

+ + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00300
Wikipedia Referencehttp://en.wikipedia.org/wiki/Ampere?oldid=494026699
+
+

AmpereHour#

+ + + + + + + + + + + + + + +
Elucidation`Ampere hour` is a practical unit of electric charge equal to the charge flowing in one hour through a conductor passing one ampere. An ampere-hour or amp-hour (symbol Ah, AHr, A · h, A h) is a unit of electric charge, with sub-units milliampere-hour (mAh) and milliampere second (mAs). One ampere-hour is equal to 3600 coulombs (ampere-seconds), the electric charge transferred by a steady current of one ampere for one hour. The ampere-hour is frequently used in measurements of electrochemical systems such as electroplating and electrical batteries. The commonly seen milliampere-hour (mAh or mA · h) is one-thousandth of an ampere-hour (3.6 coulombs). + +-- QUDT
Alternative Label(s)Ampere Hour
Wikipedia Referencehttp://en.wikipedia.org/wiki/Ampere-hour
+
+

AmperePerCentiMetre#

+ + + + + + + + + + +
ElucidationSI base unit ampere divided by the 0.01-fold of the SI base unit metre + +-- QUDT
Alternative Label(s)Ampere Per Centimetre
+
+

AmperePerDegreeCelsius#

+ + + + + + + + + + +
ElucidationA measure used to express how a current is subject to temperature. Originally used in Wien's Law to describe phenomena related to filaments. One use today is to express how a current generator derates with temperature. + +-- QUDT
Alternative Label(s)Ampere per Degree Celsius
+
+

AmperePerJoule#

+ + + + + + + + + + +
ElucidationThe inverse measure of joule-per-ampere or weber. The measure for the reciprical of magnetic flux. + +-- QUDT
Alternative Label(s)Ampere per Joule
+
+

AmperePerMetre#

+ + + + + + + + + + +
Elucidation is the SI unit of magnetic field strength. One ampere per meter is equal to π/250 oersteds (12.566 371 millioersteds) in CGS units. The ampere per meter is also the SI unit of "magnetization" in the sense of magnetic dipole moment per unit volume; in this context 1 A/m = 0.001 emu per cubic centimeter. + +-- QUDT
Alternative Label(s)Ampere per Metre
+
+

AmperePerMilliMetre#

+ + + + + + + + + + +
ElucidationSI base unit ampere divided by the 0.001-fold of the SI base unit metre + +-- QUDT
Alternative Label(s)Ampere Per Millimetre
+
+

AmperePerRadian#

+ + + + + + + + + + +
Elucidation`Ampere per Radian` is a derived unit for measuring the amount of current per unit measure of angle, expressed in ampere per radian. + +-- QUDT
Alternative Label(s)Ampere per Radian
+
+

AmperePerSquareCentiMetre#

+ + + + + + + + + + +
ElucidationSI base unit ampere divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2 + +-- QUDT
Alternative Label(s)Ampere Per Square Centimetre
+
+

AmperePerSquareMetre#

+ + + + + + + + + + +
Elucidation`Ampere Per Square Meter` is a unit in the category of electric current density. This unit is commonly used in the SI unit system. + +-- QUDT
Alternative Label(s)Ampere per Square Metre
+
+

AmperePerSquareMetreSquareKelvin#

+ + + + + + +
Alternative Label(s)Ampere per Square Metre Square Kelvin
+
+

AmperePerSquareMilliMetre#

+ + + + + + + + + + +
ElucidationSI base unit ampere divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2 + +-- QUDT
Alternative Label(s)Ampere Per Square Millimetre
+
+

AmpereSecond#

+ + + + + + + + + + +
Elucidationproduct out of the SI base unit ampere and the SI base unit second + +-- QUDT
Alternative Label(s)Ampere Second
+
+

AmpereSquareMetre#

+ + + + + + + + + + +
ElucidationThe SI unit of electromagnetic moment. + +-- QUDT
Alternative Label(s)Ampere Square Metre
+
+

AmpereSquareMetrePerJouleSecond#

+ + + + + + + + + + +
ElucidationThe SI unit of gyromagnetic ratio. + +-- QUDT
Alternative Label(s)Ampere Square Metre Per Joule Second
+
+

Amperometry#

+ + + + + + + + + + + + + + +
Elucidationtechniques based on measurement of current at a constant controlled potential
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
CommentAmperometry can be distinguished from voltammetry by the parameter being controlled (electrode potential E) and the parameter being measured (electrode current I which is usually a function of time – see chronoamperometry).
+
+

AmphotericCompound#

+ + + + + + +
Elucidationsubstance that can act as an acid or a base
+
+

AmplitudeOfAlternatingCurrent#

+ + + + + + + + + + +
Elucidationhalf the peak-to-peak amplitude of a sinusoidal alternating current
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00310
+
+

AmplitudeOfAlternatingVoltage#

+ + + + + + + + + + + + + + +
Elucidationhalf of the peak-to-peak amplitude of a periodic voltage perturbation within a single time period, with respect to a reference potential value
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00311
CommentFor Electrochemical Impedance Spectroscopy, the Peak Potential Amplitude is usually small, (normally 5 to 10 mV).
+
+

AnalogData#

+ + + + + + +
ElucidationData that are decoded retaining its continuous variations characteristic.
+
+

AnalogicalIcon#

+ + + + + + +
ElucidationAn icon that represents the internal logical structure of the object.
+
+

Angle#

+ + + + + + + + + + +
Alternative Label(s)PlaneAngle
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00346
+
+

AngularAcceleration#

+ + + + + + + + + + + + + + +
Elucidationvector quantity giving the rate of change of angular velocity
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-46
Wikipedia Referencehttps://en.wikipedia.org/wiki/Angular_acceleration
+
+

AngularFrequency#

+ + + + + + + + + + + + + + + + + + +
ElucidationRate of change of the phase angle.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-07-03
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00352
Wikipedia Referencehttps://en.wikipedia.org/wiki/Angular_frequency
+
+

AngularFrequencyUnit#

+ + +
+
+

AngularMeasure#

+ + + + + + + + + + + + + + + + + + +
ElucidationThe abstract notion of angle.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-04-14
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00346
Wikidata Referencehttps://www.wikidata.org/wiki/Q1357788
+
+

AngularMomentum#

+ + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00353
CommentMeasure of the extent and direction an object rotates about a reference point.
+
+

AngularMomentumUnit#

+ + +
+
+

AngularReciprocalLatticeVector#

+ + + + + + + + + + +
ElucidationVector whose scalar products with all fundamental lattice vectors are integral multiples of 2pi.
Wikidata Referencehttps://www.wikidata.org/wiki/Q105475278
+
+

AngularVelocity#

+ + + + + + + + + + + + + + +
ElucidationAxial vector quantity describing the rotation around an axis, with magnitude ω=|dφ/dt|, where dφ is the plane angle change during the infinitesimal time interval with duration dt, and with direction along the axis for which the rotation is clockwise.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-41
Wikipedia Referencehttps://en.wikipedia.org/wiki/Angular_velocity
+
+

AngularWaveNumber#

+ + + + + + + + + + + + + + +
ElucidationIn condensed matter physics, quotient of momentum and the reduced Planck constant.
Alternative Label(s)AngularRepetency
Wikidata Referencehttps://www.wikidata.org/wiki/Q105542089
+
+

AngularWavenumber#

+ + + + + + + + + + + + + + + + + + +
ElucidationMagnitude of the wave vector.
Alternative Label(s)AngularRepetency
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-10-12
Wikidata Referencehttps://www.wikidata.org/wiki/Q30338487
+
+

Anion#

+ + +
+
+

Annealing#

+ + +
+
+

AnnularWorkingElectrode#

+ + + + + + + + + + +
Elucidationa working electrode in the shape of a ring used in a rotating ring disk electrode (RRDE).
Alternative Label(s)RingElectrode
+
+

Anode#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationby convention, cell electrode at which an oxidation reaction occurs
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-27
IUPAC Referencehttps://goldbook.iupac.org/terms/view/A00370
Wikipedia Referencehttps://en.wikipedia.org/wiki/Anode
Commentat an anode, electrons are produced in a galvanic cell or extracted in an electrolytic cell
+
+

AnodicOverpotential#

+ + + + + + + + + + + + + + +
Elucidationelectrode polarization associated with an electrochemical oxidation reaction
Alternative Label(s)AnodicPolarization
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-06
+
+

AnodicPolarisation#

+ + + + + + + + + + + + + + +
Elucidationelectrode polarization associated with an anodic reaction
Alternative Label(s)AnodicPolarization
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-17
+
+

AnodicReaction#

+ + + + + + + + + + + + + + + + + + +
Elucidationelectrode reaction in which oxidation occurs at the anode
Alternative Label(s)Electrooxidation, Electrooxidation, ElectrooxidationReaction, ElectrooxidationReaction
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-09
Commentan electrode reaction, when the energy of electrons in the working electrode is lower than the HOMO orbital of the substrate
+
+

AnodicStrippingVoltammetry#

+ + + + + + + + + + + + + + + + + + +
ElucidationStripping voltammetry in which material accumulated at the working electrode is electrochemically oxi- dized in the stripping step.
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
Wikidata Referencehttps://www.wikidata.org/wiki/Q939328
CommentA peak-shaped anodic stripping voltammogram is obtained. Peak current depends on time of accumulation, mass transport of analyte (stirring), scan rate and mode (linear or pulse), and analyte concentration in solution.
+
+

Anolyte#

+ + + + + + + + + + + + + + +
Elucidationelectrolyte on the anode side of an electrochemical cell that is divided into compartments
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-19
CommentElectrolyte solution in the anodic compartment of an electrolysis cell or galvanic cell, i.e., in that part of the cell where the anode is placed.
+
+

AnolyteTank#

+ + + + + + + + + + +
Elucidationa tank for holding anolyte
Commentusually used in a flow cell system
+
+

AntiElectronType#

+ + +
+
+

AntiLepton#

+ + +
+
+

AntiMatter#

+ + + + + + +
ElucidationAntimatter is matter that is composed only of the antiparticles of those that constitute ordinary matter.
+
+

AntiMuon#

+ + +
+
+

AntiNeutrinoType#

+ + +
+
+

AntiQuark#

+ + +
+
+

AntiTau#

+ + +
+
+

Antimony#

+ + + + + + + + + + + + + + +
Alternative Label(s)Sb
Wikipedia Referencehttps://en.wikipedia.org/wiki/Antimony
Wikidata Referencehttps://www.wikidata.org/wiki/Q1099
+
+

AntimonyAtom#

+ + + + + + +
ElucidationAtom subclass for antimony.
+
+

AntimonySymbol#

+ + +
+
+

ApparentPower#

+ + + + + + + + + + + + + + +
ElucidationRMS value voltage multiplied by rms value of electric current.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-41
Wikidata Referencehttps://www.wikidata.org/wiki/Q1930258
+
+

ApplicationProgram#

+ + + + + + + + + + +
ElucidationA program aimed to provide a specific high level function to the user, usually hiding lower level procedures.
Alternative Label(s)App, Application
+
+

ApplicationSpecificScript#

+ + + + + + +
ElucidationA scripting language developed specifically for an application, so that it's usage and interpretation is limited in this context.
+
+

AproticSolventCompound#

+ + +
+
+

AqueousAmmoniaSolution#

+ + +
+
+

AqueousAmmoniumChlorideSolution#

+ + +
+
+

AqueousElectrolyte#

+ + + + + + + + + + + + + + +
Elucidationan ion-transport medium, which may be immobilized, in which water is the solvent.
Alternative Label(s)AqueousElectrolyticSolution
Wikidata Referencehttps://www.wikidata.org/wiki/Q120906632
+
+

AqueousLithiumHydroxideSolution#

+ + +
+
+

AqueousMetallicFlowBattery#

+ + + + + + +
Elucidationa full redox flow battery with aqueous electrolytes that contain metallic species as the active components
+
+

AqueousOrganicFlowBattery#

+ + + + + + +
Elucidationa full redox flow battery with aqueous electrolytes that contain organic species as the active components
+
+

AqueousPotassiumHydroxideSolution#

+ + +
+
+

AqueousSodiumHydroxideSolution#

+ + +
+
+

AqueousSolution#

+ + + + + + +
ElucidationA liquid solution in which the solvent is water.
+
+

AqueousZincChlorideSolution#

+ + +
+
+

Aquivion#

+ + +
+
+

ArchetypeJoin#

+ + + + + + +
ElucidationArchetype join attaches two workpiece with geometrically defined shape together, using supplementary workpiece made of amorphous material (e.g. powder).
+
+

ArchetypeManufacturing#

+ + + + + + + + + + +
ElucidationA manufacturing in which the product is a solid body with a well defined geometrical shape made from shapeless original material parts, whose cohesion is created during the process.
Alternative Label(s)PrimitiveForming, Urformen
+
+

Area#

+ + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00429
CommentExtent of a surface.
+
+

AreaDensity#

+ + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.S06167
CommentMass per unit area.
+
+

AreaDensityUnit#

+ + +
+
+

AreaFractionUnit#

+ + + + + + +
ElucidationUnit for quantities of dimension one that are the fraction of two areas.
+
+

AreaPerAmountUnit#

+ + +
+
+

AreaPerMassUnit#

+ + +
+
+

AreaPerQuarticTimeUnit#

+ + +
+
+

AreaPerTemperatureUnit#

+ + +
+
+

AreaPerTimeUnit#

+ + +
+
+

AreaSquareTimeUnit#

+ + +
+
+

AreaTemperatureUnit#

+ + +
+
+

AreaTimeTemperatureUnit#

+ + +
+
+

AreaTimeUnit#

+ + +
+
+

AreaUnit#

+ + +
+
+

AreicCapacity#

+ + + + + + + + + + + + + + + + + + +
Elucidationquotient of the capacity of a battery cell or battery by its plane area.
Alternative Label(s)ArealCapacity
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-20
CommentCan also be applied to electrodes.
+
+

AreicSpeedUnit#

+ + +
+
+

Argon#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Argon
Wikidata Referencehttps://www.wikidata.org/wiki/Q696
+
+

ArgonAtom#

+ + + + + + +
ElucidationAtom subclass for argon.
+
+

ArgonSymbol#

+ + +
+
+

ArithmeticEquation#

+ + +
+
+

ArithmeticExpression#

+ + +
+
+

ArithmeticOperator#

+ + +
+
+

Arrangement#

+ + + + + + + + + + + + + + +
ElucidationA causal object which is tessellated with only spatial direct parts.
Alternative Label(s)MereologicalState, MereologicalState
CommentThe definition of an arrangement implies that its spatial direct parts are not gained or lost during its temporal extension (they exist from the left to the right side of the time interval), so that the cardinality of spatial direct parts in an arrangement is constant. +This does not mean that there cannot be a change in the internal structure of the arrangement direct parts. It means only that this change must not affect the existence of the direct part itself.
+
+

Array#

+ + + + + + + + + + +
ElucidationArrays are ordered mathematical objects who's elementary spatial parts are numbers. Their dimensionality is constructed with spatial direct parthood, where 1-dimensional arrays have spatial direct parts Number and n-dimensional array have spatial direct parts (n-1)-dimensional arrays.
CommentArray subclasses with a specific shape can be constructed with cardinality restrictions. + +See Shape4x3Matrix as an example.
+
+

Array3D#

+ + + + + + + + + + +
Elucidation3-dimensional array who's spatial direct parts are matrices.
Alternative Label(s)3DArray
+
+

Arsenic#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Arsenic
Wikidata Referencehttps://www.wikidata.org/wiki/Q871
+
+

ArsenicAtom#

+ + + + + + +
ElucidationAtom subclass for arsenic.
+
+

ArsenicSymbol#

+ + +
+
+

Assembled#

+ + + + + + +
ElucidationA system of independent elements that are assembled together to perform a function.
+
+

AssemblyLine#

+ + + + + + + + + + +
ElucidationA manufacturing process in which interchangeable parts are added to a product in a sequential manner to create an end product.
CommentIs not collection, since the connection between the elements of an assembly line occurs through the flow of objects that are processed.
+
+

Assemblying#

+ + + + + + +
ElucidationThe act of connecting together the parts of something
+
+

Assigned#

+ + +
+
+

Assigner#

+ + + + + + +
ElucidationA estimator that uses its predefined knowledge to declare a property of an object.
+
+

Assignment#

+ + + + + + +
ElucidationA estimation of a property by a criteria based on the pre-existing knowledge of the estimator.
+
+

AstatineAtom#

+ + + + + + +
ElucidationAtom subclass for astatine.
+
+

AstatineSymbol#

+ + +
+
+

AstronomicalUnit#

+ + + + + + + + + + + + + + +
ElucidationAn astronomical unit (abbreviated as AU, au, a.u., or ua) is a unit of length equal to 149,597,870,700 metres (92,955,807.273 mi) or approximately the mean Earth Sun distance. The symbol ua is recommended by the International Bureau of Weights and Measures, and the international standard ISO 80000, while au is recommended by the International Astronomical Union, and is more common in Anglosphere countries. In general, the International System of Units only uses capital letters for the symbols of units which are named after individual scientists, while au or a.u. can also mean atomic unit or even arbitrary unit. However, the use of AU to refer to the astronomical unit is widespread. The astronomical constant whose value is one astronomical unit is referred to as unit distance and is given the symbol A. [Wikipedia] + +-- QUDT
Alternative Label(s)astronomical-unit
Wikipedia Referencehttp://en.wikipedia.org/wiki/Astronomical_unit
+
+

AsymmetricMembrane#

+ + + + + + + + + + + + + + +
Elucidationmembrane constituted of two or more structural planes of non-identical morphologies
IUPAC Referencehttps://doi.org/10.1351/goldbook.AT06862
Wikidata Referencehttps://www.wikidata.org/wiki/Q120965018
+
+

Atom#

+ + + + + + + + + + +
ElucidationA standalone atom has direct part one 'nucleus' and one 'electron_cloud'. + +An O 'atom' within an O₂ 'molecule' is an 'e-bonded_atom'. + +In this material branch, H atom is a particular case, with respect to higher atomic number atoms, since as soon as it shares its electron it has no nucleus entangled electron cloud. + +We cannot say that H₂ molecule has direct part two H atoms, but has direct part two H nucleus.
Alternative Label(s)ChemicalElement
+
+

AtomicAndNuclearPhysicsQuantity#

+ + + + + + +
ElucidationQuantities categorised according to ISO 80000-10.
+
+

AtomicAttenuationCoefficient#

+ + + + + + + + + + +
ElucidationQuotient of the linear attenuation coefficient µ and the number density, n, of atoms in the substance.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98592911
+
+

AtomicMass#

+ + + + + + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00496
Wikipedia Referencehttps://en.wikipedia.org/wiki/Atomic_mass
CommentSince the nucleus account for nearly all of the total mass of atoms (with the electrons and nuclear binding energy making minor contributions), the atomic mass measured in Da has nearly the same value as the mass number.
+
+

AtomicNumber#

+ + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00499
+
+

AtomicPhysicsCrossSection#

+ + + + + + + + + + +
ElucidationMeasure of probability that a specific process will take place in a collision of two particles.
Wikidata Referencehttps://www.wikidata.org/wiki/Q17128025
+
+

AtomicScatteringFactor#

+ + + + + + + + + + + + + + +
ElucidationQuotient of radiation amplitude scattered by the atom and radiation amplitude scattered by a single electron.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Atomic_form_factor
Wikidata Referencehttps://www.wikidata.org/wiki/Q837866
+
+

AtomisticModel#

+ + + + + + +
ElucidationA physics-based model based on a physics equation describing the behaviour of atoms.
+
+

Attenuation#

+ + + + + + + + + + + + + + + + + + +
ElucidationDecrease in magnitude of any kind of flux through a medium.
Alternative Label(s)Extinction
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00515
Wikipedia Referencehttps://en.wikipedia.org/wiki/Attenuation
+
+

Atto#

+ + +
+
+

AttoPrefixedUnit#

+ + + + + + +
ElucidationSuperclass for all units prefixed with "atto" (1e-18).
+
+

Auditory#

+ + + + + + + + + + + + + + +
ElucidationA 'Perceptual' which stands for a real world object whose spatiotemporal pattern makes it identifiable by an observer as a sound.
Alternative Label(s)Sound
Comment'acoustical' refers to the perception mechanism of the observer that can occur through a microphone, a ear.
+
+

AverageEnergyLossPerElementaryChargeProduced#

+ + + + + + + + + + +
ElucidationQuotient of the initial kinetic energy Ek of an ionizing charged particle and the total ionization Ni produced by that particle.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98793042
+
+

AverageLogarithmicEnergyDecrement#

+ + + + + + + + + + + + + + +
ElucidationAverage value of the increment of the lethargy per collision.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-07-02
Wikidata Referencehttps://www.wikidata.org/wiki/Q1940739
+
+

AvogadroConstant#

+ + + + + + + + + + + + + + +
ElucidationThe number of constituent particles, usually atoms or molecules, that are contained in the amount of substance given by one mole. + +It defines the base unit mole in the SI system.
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00543
CommentThe DBpedia definition (http://dbpedia.org/page/Avogadro_constant) is outdated as May 20, 2019. It is now an exact quantity.
+
+

BPFPB#

+ + +
+
+

Barium#

+ + + + + + + + + + + + + + +
Alternative Label(s)Ba
Wikipedia Referencehttps://en.wikipedia.org/wiki/Barium
Wikidata Referencehttps://www.wikidata.org/wiki/Q1112
+
+

BariumAcetate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Ba(OAc)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Barium_acetate
Wikidata Referencehttps://www.wikidata.org/wiki/Q421133
+
+

BariumAtom#

+ + + + + + +
ElucidationAtom subclass for barium.
+
+

BariumBisfluorosulfonylimide#

+ + + + + + +
Alternative Label(s)Ba(FSI)2
+
+

BariumBisoxalatoborate#

+ + + + + + +
Alternative Label(s)Ba(BOB)2
+
+

BariumBisoxalatophosphate#

+ + + + + + +
Alternative Label(s)Ba(BOP)2
+
+

BariumBistrifluoromethanesulfonylimide#

+ + + + + + +
Alternative Label(s)Ba(TFSI)2
+
+

BariumBromide#

+ + + + + + + + + + + + + + +
Alternative Label(s)BaBr2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Barium_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q414613
+
+

BariumCarbonate#

+ + + + + + + + + + + + + + +
Alternative Label(s)BaCO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Barium_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q409224
+
+

BariumChlorate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Ba(ClO3)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Barium_chlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q412492
+
+

BariumChloride#

+ + + + + + + + + + + + + + +
Alternative Label(s)BaCl2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Barium_chloride
Wikidata Referencehttps://www.wikidata.org/wiki/Q407270
+
+

BariumDifluorooxalatoborate#

+ + + + + + +
Alternative Label(s)a(DFOB)2
+
+

BariumFluoride#

+ + + + + + + + + + + + + + +
Alternative Label(s)BaF2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Barium_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q417080
+
+

BariumHexafluorophosphate#

+ + + + + + +
Alternative Label(s)Ba(PF6)2
+
+

BariumHydroxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)Ba(OH)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Barium_hydroxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q407605
+
+

BariumIodide#

+ + + + + + + + + + + + + + +
Alternative Label(s)BaI2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Barium_iodide
Wikidata Referencehttps://www.wikidata.org/wiki/Q421465
+
+

BariumNitrate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Ba(NO3)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Barium_nitrate
Wikidata Referencehttps://www.wikidata.org/wiki/Q407666
+
+

BariumNitrite#

+ + + + + + + + + + +
Alternative Label(s)Ba(NO2)2
Wikidata Referencehttps://www.wikidata.org/wiki/Q4321627
+
+

BariumPerchlorate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Ba(ClO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Barium_perchlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q361627
+
+

BariumPhosphate#

+ + + + + + + + + + +
Alternative Label(s)Ba3(PO4)2
Wikidata Referencehttps://www.wikidata.org/wiki/Q808224
+
+

BariumSaltCompound#

+ + +
+
+

BariumSulfate#

+ + + + + + + + + + + + + + +
Alternative Label(s)BaSO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Barium_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q309038
+
+

BariumSulfide#

+ + + + + + + + + + + + + + +
Alternative Label(s)BaS
Wikipedia Referencehttps://en.wikipedia.org/wiki/Barium_sulfide
Wikidata Referencehttps://www.wikidata.org/wiki/Q411656
+
+

BariumSulfite#

+ + + + + + + + + + + + + + +
Alternative Label(s)BaSO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Barium_sulfite
Wikidata Referencehttps://www.wikidata.org/wiki/Q415543
+
+

BariumSymbol#

+ + +
+
+

BariumTetrafluoroborate#

+ + + + + + +
Alternative Label(s)Ba(BF4)2
+
+

BariumTriflate#

+ + + + + + + + + + +
Alternative Label(s)Ba(OTf)2
Wikidata Referencehttps://www.wikidata.org/wiki/Q72444806
+
+

BariumTrifluoromethanesulfonyloxalatoborate#

+ + + + + + +
Alternative Label(s)Ba(TFOB)2
+
+

Baryon#

+ + + + + + + + + + +
ElucidationSubatomic particle which contains an odd number of valence quarks, at least 3.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Baryon
+
+

Base#

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationsubstance that decreases the concentration of hydrogen cations when dissolved
Alternative Label(s)AlkalineSubstance
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-18
IUPAC Referencehttps://doi.org/10.1351/goldbook.B00601
Wikipedia Referencehttps://en.wikipedia.org/wiki/Base_(chemistry)
Wikidata Referencehttps://www.wikidata.org/wiki/Q11193
+
+

BaseQuantity#

+ + + + + + +
Elucidation"Quantity in a conventionally chosen subset of a given system of quantities, where no quantity in the subset can be expressed in terms of the other quantities within that subset" +ISO 80000-1
+
+

BaseUnit#

+ + + + + + +
ElucidationA set of units that correspond to the base quantities in a system of units.
+
+

BaselineCellVoltage#

+ + + + + + +
ElucidationIn electrochemical measurements, the voltage of an electrochemical cell to which a voltage signal is superimposed.
+
+

Battery#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationone or more cells fitted with devices necessary for use, for example case, terminals, marking and protective devices
Alternative Label(s)ElectricBattery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-04
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electric_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q267298
+
+

BatteryBase#

+ + + + + + + + + + +
Elucidationsupport base, generally of insulating material for stationary secondary cells, batteries or monobloc batteries
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-09
+
+

BatteryCell#

+ + + + + + + + + + + + + + +
Elucidationbasic functional unit, consisting of an assembly of electrodes, electrolyte, container, terminals and usually separators, that is a source of electric energy obtained by direct conversion of chemical energy.
Alternative Label(s)Cell
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-01
+
+

BatteryContinuumModel#

+ + +
+
+

BatteryCrate#

+ + + + + + + + + + +
Elucidationcontainer with frame walls for holding several cells or batteries
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-10
+
+

BatteryCycler#

+ + + + + + +
ElucidationA device for performing cycling measurements of a battery.
+
+

BatteryCyclerSystem#

+ + +
+
+

BatteryCycling#

+ + +
+
+

BatteryCyclingMeasurementResult#

+ + +
+
+

BatteryEnergy#

+ + + + + + + + + + +
Elucidationelectric energy which a battery delivers under specified conditions.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-21
+
+

BatteryEquivalentCircuitModel#

+ + +
+
+

BatteryInterface#

+ + + + + + +
ElucidationAn electrochemical interface within a battery cell.
+
+

BatteryMeasurement#

+ + +
+
+

BatteryMeasurementResult#

+ + +
+
+

BatteryModule#

+ + + + + + +
Elucidationa modular assembly of multiple battery cells in a case, designed to be integrated into a larger battery pack
+
+

BatteryOnFloat#

+ + + + + + + + + + +
Elucidationsecondary battery whose terminals are permanently connected to a source of constant voltage sufficient to maintain the battery approximately fully charged, and which is intended to supply power to an electric circuit, if the normal supply is temporarily interrupted
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-35
+
+

BatteryPack#

+ + + + + + + + + + + + + + +
Elucidationa battery containing multiple cells and a casing
Wikipedia Referencehttps://en.wikipedia.org/wiki/Battery_pack
Wikidata Referencehttps://www.wikidata.org/wiki/Q420116
+
+

BatteryPhenomenon#

+ + +
+
+

BatteryQuantity#

+ + + + + + +
ElucidationPhysical quantities defined within the domain of batteries.
+
+

BatteryRack#

+ + + + + + + + + + +
Elucidationsupport, stand or grating with one or more levels or tiers for the installation of cells or mono-bloc containers in a stationary battery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-24
+
+

BatteryTimeSeriesDataSet#

+ + +
+
+

BatteryTray#

+ + + + + + + + + + +
Elucidationcontainer with a base and walls for holding several cells or batteries
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-35
+
+

Becquerel#

+ + + + + + + + + + + + + + +
ElucidationSI unit for radioactive activity.
IUPAC Referencehttps://doi.org/10.1351/goldbook.B00624
Wikipedia Referencehttp://en.wikipedia.org/wiki/Becquerel?oldid=493710036
+
+

BecquerelPerCubicMetre#

+ + + + + + + + + + +
ElucidationThe SI derived unit of unit in the category of Radioactivity concentration. + +-- QUDT
Alternative Label(s)Becquerel per Cubic Metre
+
+

BecquerelPerKilogram#

+ + + + + + + + + + +
Elucidation"Becquerel per Kilogram" is used to describe radioactivity, which is often expressed in becquerels per unit of volume or weight, to express how much radioactive material is contained in a sample. + +-- QUDT
Alternative Label(s)Becquerel per Kilogram
+
+

BecquerelPerLitre#

+ + + + + + + + + + +
ElucidationOne radioactive disintegration per second from a one part in 10**3 of the SI unit of volume (cubic metre). + +-- QUDT
Alternative Label(s)Becquerels per litre
+
+

BecquerelPerSquareMetre#

+ + + + + + +
Alternative Label(s)Becquerel per Square Metre
+
+

BecquerelSecondPerCubicMetre#

+ + + + + + + + + + +
ElucidationTBD + +-- QUDT
Alternative Label(s)Becquerels second per cubic metre
+
+

BeginStep#

+ + + + + + +
ElucidationAn initial step of a workflow.
+
+

BeginTile#

+ + + + + + +
Elucidationhttp://emmo.info/emmo#EMMO_fe63194f_7c04_4dbd_a244_524b38b6699b
+
+

Behaviour#

+ + + + + + +
ElucidationA process which is an holistic temporal part of an object.
+
+

BellevilleWasher#

+ + +
+
+

Bending#

+ + +
+
+

Benzene#

+ + + + + + + + + + + + + + +
ElucidationBenzene is a colorless liquid with a sweet odor. It evaporates into the air very quickly and dissolves slightly in water. It is highly flammable and is formed from both natural processes and human activities. Benzene is widely used in the United States; it ranks in the top 20 chemicals for production volume. Some industries use benzene to make other chemicals which are used to make plastics, resins, and nylon and synthetic fibers. Benzene is also used to make some types of rubbers, lubricants, dyes, detergents, drugs, and pesticides. Natural sources of benzene include volcanoes and forest fires. Benzene is also a natural part of crude oil, gasoline, and cigarette smoke.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Benzene
Wikidata Referencehttps://www.wikidata.org/wiki/Q2270
+
+

BenzoicAcid#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Benzoic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q191700
+
+

BerkeliumAtom#

+ + + + + + +
ElucidationAtom subclass for berkelium.
+
+

BerkeliumSymbol#

+ + +
+
+

Beryllium#

+ + + + + + + + + + + + + + +
Alternative Label(s)Be
Wikipedia Referencehttps://en.wikipedia.org/wiki/Beryllium
Wikidata Referencehttps://www.wikidata.org/wiki/Q569
+
+

BerylliumAtom#

+ + + + + + +
ElucidationAtom subclass for beryllium.
+
+

BerylliumHydroxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)Be(OH)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Beryllium_hydroxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q419729
+
+

BerylliumSymbol#

+ + +
+
+

BetaDisintegrationEnergy#

+ + + + + + + + + + +
ElucidationSum of the maximum beta-particle kinetic energy and the recoil energy of the atom produced in a reference frame in which the emitting nucleus is at rest before its disintegration.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98148340
+
+

BilayerMembrane#

+ + + + + + +
Elucidationan asymmetric membrane composed of two layers, typically with different chemical properties or functional roles
+
+

BimetallicElectrode#

+ + + + + + +
Elucidationelectrode containing two different metals (e.g. platinum and ruthenium) on its surface (e.g. to modify its electrocatalytic properties)
+
+

BimetallicOxideElectrode#

+ + + + + + +
Elucidationan electrode consisting of two metal oxide active materials
+
+

BinaryElectrolyte#

+ + + + + + +
Elucidationan electrolyte consisting of anions and cations with equal absolute charge numbers.
+
+

Binder#

+ + + + + + + + + + + + + + + + + + +
Elucidationmaterial or substance that holds or draws other materials together to form a cohesive whole
Alternative Label(s)ElectrodeBinder
Wikipedia Referencehttps://en.wikipedia.org/wiki/Binder_(material)
Wikidata Referencehttps://www.wikidata.org/wiki/Q863583
+
+

BindingFraction#

+ + + + + + + + + + +
ElucidationThe ratio of the binding energy of a nucleus to the atomic mass number.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98058362
+
+

Bis(fluorosulfonyl)amide#

+ + + + + + +
Alternative Label(s)FSI
+
+

Bis(malonato)borate#

+ + + + + + +
Alternative Label(s)BMB
+
+

Bis(oxalato)borate#

+ + + + + + + + + + +
Alternative Label(s)BOB
Wikidata Referencehttps://www.wikidata.org/wiki/Q81982574
+
+

Bismuth#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Bismuth
Wikidata Referencehttps://www.wikidata.org/wiki/Q942
+
+

BismuthAtom#

+ + + + + + +
ElucidationAtom subclass for bismuth.
+
+

BismuthElectrode#

+ + +
+
+

BismuthSymbol#

+ + +
+
+

Bistriflimide#

+ + + + + + + + + + + + + + +
Alternative Label(s)TFSI
Wikipedia Referencehttps://en.wikipedia.org/wiki/Bistriflimide
Wikidata Referencehttps://www.wikidata.org/wiki/Q4918589
+
+

BlendedActiveElectrode#

+ + + + + + +
Elucidationan active electrode with a blend of two or more active materials
+
+

BlowMolding#

+ + +
+
+

BlueAntiQuark#

+ + +
+
+

BlueBottomAntiQuark#

+ + +
+
+

BlueBottomQuark#

+ + +
+
+

BlueCharmAntiQuark#

+ + +
+
+

BlueCharmQuark#

+ + +
+
+

BlueDownAntiQuark#

+ + +
+
+

BlueDownQuark#

+ + +
+
+

BlueQuark#

+ + +
+
+

BlueStrangeAntiQuark#

+ + +
+
+

BlueStrangeQuark#

+ + +
+
+

BlueTopAntiQuark#

+ + +
+
+

BlueTopQuark#

+ + +
+
+

BlueUpAntiQuark#

+ + +
+
+

BlueUpQuark#

+ + +
+
+

BockrisDevanathanMuellerModel#

+ + + + + + + + + + + + + + +
Elucidationa model for the double layer that includes the action of the solvent on the surface
Alternative Label(s)BDM
Commentproposed by John Bockris, M. A. V. Devanathan, and Klaus Mueller in 1963
+
+

BodePlot#

+ + + + + + + + + + + + + + + + + + +
Elucidationplots of the phase angle and the magnitude of the impedance vs. the logarithm of perturbation frequency at all the frequencies tested in an impedimetry measurement
Alternative Label(s)BodeDiagram
Wikipedia Referencehttps://en.wikipedia.org/wiki/Bode_plot
Wikidata Referencehttps://www.wikidata.org/wiki/Q245627
+
+

BohrMagneton#

+ + + + + + + + + + +
ElucidationMagnitude of the magnetic moment of an electron in a state with orbital angular momentum quantum number l=1 due to its orbital motion.
Wikidata Referencehttps://www.wikidata.org/wiki/Q737120
+
+

BohrRadius#

+ + + + + + + + + + + + + + +
ElucidationRadius of the electron orbital in the hydrogen atom in its ground state in the Bohr model of the atom.
IUPAC Referencehttps://doi.org/10.1351/goldbook.B00693
Wikidata Referencehttps://www.wikidata.org/wiki/Q652571
+
+

BohriumAtom#

+ + + + + + +
ElucidationAtom subclass for bohrium.
+
+

BohriumSymbol#

+ + +
+
+

BoltzmannConstant#

+ + + + + + + + + + + + + + +
ElucidationA physical constant relating energy at the individual particle level with temperature. It is the gas constant R divided by the Avogadro constant. + +It defines the Kelvin unit in the SI system.
IUPAC Referencehttps://doi.org/10.1351/goldbook.B00695
CommentThe DBpedia definition (http://dbpedia.org/page/Boltzmann_constant) is outdated as May 20, 2019. It is now an exact quantity.
+
+

BondedAtom#

+ + + + + + + + + + +
ElucidationAn bonded atom that shares at least one electron to the atom-based entity of which is part of.
CommentA real bond between atoms is always something hybrid between covalent, metallic and ionic. + +In general, metallic and ionic bonds have atoms sharing electrons.
+
+

Boolean#

+ + + + + + +
ElucidationA boolean number.
+
+

BoostCharge#

+ + + + + + + + + + + + + + +
Elucidationaccelerated charge applied at greater than normal values of electric currents or of voltages (for a particular design) during a short time interval
Alternative Label(s)FastCharge
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-37
+
+

Boron#

+ + + + + + + + + + + + + + +
Alternative Label(s)B
Wikipedia Referencehttps://en.wikipedia.org/wiki/Boron
Wikidata Referencehttps://www.wikidata.org/wiki/Q618
+
+

BoronAtom#

+ + + + + + +
ElucidationAtom subclass for boron.
+
+

BoronSymbol#

+ + +
+
+

Boson#

+ + + + + + + + + + +
ElucidationA physical particle with integer spin that follows Bose–Einstein statistics.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Boson
+
+

BottomAntiQuark#

+ + +
+
+

BottomQuark#

+ + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Bottom_quark
+
+

BraggAngle#

+ + + + + + + + + + +
ElucidationAngle between the scattered ray and the lattice plane.
Wikidata Referencehttps://www.wikidata.org/wiki/Q105488118
+
+

Broadcast#

+ + +
+
+

Bromine#

+ + + + + + + + + + + + + + +
Alternative Label(s)Br2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Bromine
Wikidata Referencehttps://www.wikidata.org/wiki/Q879
+
+

BromineAtom#

+ + + + + + +
ElucidationAtom subclass for bromine.
+
+

BromineSymbol#

+ + +
+
+

BufferBattery#

+ + + + + + + + + + + + + + +
Elucidationbattery connected across a direct current supply in order to reduce the effects of power variations of the source.
Alternative Label(s)BackUpBattery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-16
+
+

BunsenCell#

+ + + + + + + + + + + + + + + + + + +
Elucidationa primary zinc carbon battery with a zinc anode and carbon cathode and a dual electrolyte system of aqueous sulfuric acid and nitric or chromic acid
Wikipedia Referencehttps://en.wikipedia.org/wiki/Bunsen_cell
Wikidata Referencehttps://www.wikidata.org/wiki/Q901286
Commentincluded for historical reference
+
+

BurgersVector#

+ + + + + + + + + + +
ElucidationVector characterising a dislocation in a crystal lattice.
Wikidata Referencehttps://www.wikidata.org/wiki/Q623093
+
+

ButanoicAcid#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Butyric_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q193213
+
+

ButlerVolmerEquation#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationa phenomenological model for electrode kinetics, describing the relation between the electrode current from an electrochemical charge-transfer reaction and the surface overpotential of the electrode
Alternative Label(s)ButlerVolmerApproximation, ErdeyGruzVolmerEquation
Wikipedia Referencehttps://en.wikipedia.org/wiki/Butler%E2%80%93Volmer_equation
Wikidata Referencehttps://www.wikidata.org/wiki/Q903846
Commenti = i0 * (exp(alpha*n*F*eta/(R*T)) – exp(-(1-alpha)*n*F*eta/(R*T)))
+
+

C#

+ + +
+
+

CASRN#

+ + + + + + +
ElucidationChemical Abstact Service registry number for a chemical substance from the American Chemical Society
+
+

CCCVCycling#

+ + + + + + +
Elucidationa cycling protocol in which an electrochemical cell is first put through a CCCV charging process followed by a constant current discharge process
+
+

CPlusPlus#

+ + + + + + + + + + +
ElucidationA language object respecting the syntactic rules of C++.
Alternative Label(s)C++
+
+

CR2016#

+ + + + + + +
Elucidationa Li | MnO2 coin cell with a R2016 case
+
+

CR2025#

+ + + + + + + + + + +
Elucidationa Li | MnO2 coin cell with a R2025 case
Wikidata Referencehttps://www.wikidata.org/wiki/Q28955604
+
+

CR2032#

+ + + + + + + + + + +
Elucidationa Li | MnO2 coin cell with a R2032 case
Wikidata Referencehttps://www.wikidata.org/wiki/Q5013811
+
+

CRate#

+ + + + + + + + + + + + + + + + + + +
Elucidation[an indicator of the] electric current at which a secondary cell or battery is charged
Alternative Label(s)ChargeRate, ChargeRate, ChargeRate
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-45
Commentin practice, the term CRate is often used to mean DRate
+
+

CSharp#

+ + + + + + +
Alternative Label(s)C#
+
+

Cadmium#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cadmium
Wikidata Referencehttps://www.wikidata.org/wiki/Q1091
+
+

CadmiumAtom#

+ + + + + + +
ElucidationAtom subclass for cadmium.
+
+

CadmiumBattery#

+ + + + + + +
Elucidationcell containing a negative electrode with an active material of cadmium or containing cadmium
+
+

CadmiumElectrode#

+ + +
+
+

CadmiumHydroxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)Cd(OH)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cadmium_hydroxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q420717
+
+

CadmiumOxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)CdO
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cadmium_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q196661
+
+

CadmiumOxideCompound#

+ + +
+
+

CadmiumSymbol#

+ + +
+
+

Caesium#

+ + + + + + + + + + +
Wikipedia Referencehttps://www.wikidata.org/wiki/Q1108
Wikidata Referencehttps://www.wikidata.org/wiki/Caesium
+
+

CaesiumAtom#

+ + + + + + +
ElucidationAtom subclass for caesium.
+
+

CaesiumElectrode#

+ + +
+
+

CaesiumSymbol#

+ + +
+
+

Calcium#

+ + + + + + + + + + + + + + +
Alternative Label(s)Ca
Wikipedia Referencehttps://en.wikipedia.org/wiki/Calcium
Wikidata Referencehttps://www.wikidata.org/wiki/Q706
+
+

CalciumAcetate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Ca(OAc)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Calcium_acetate
Wikidata Referencehttps://www.wikidata.org/wiki/Q409251
+
+

CalciumAirBattery#

+ + + + + + +
Elucidationa metal-air battery with a calcium negative electrode
+
+

CalciumAtom#

+ + + + + + +
ElucidationAtom subclass for calcium.
+
+

CalciumBattery#

+ + + + + + + + + + + + + + +
Elucidationcell containing a negative electrode with an active material of calcium or containing calcium
Wikipedia Referencehttps://en.wikipedia.org/wiki/Calcium_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q106611348
+
+

CalciumBisfluorosulfonylimide#

+ + + + + + +
Alternative Label(s)Ca(FSI)2
+
+

CalciumBisoxalatoborate#

+ + + + + + +
Alternative Label(s)Ca(BOB)2
+
+

CalciumBisoxalatophosphate#

+ + + + + + +
Alternative Label(s)Ca(BOP)2
+
+

CalciumBistrifluoromethanesulfonylimide#

+ + + + + + +
Alternative Label(s)Ca(TFSI)2
+
+

CalciumBromide#

+ + + + + + + + + + + + + + +
Alternative Label(s)CaBr2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Calcium_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q409739
+
+

CalciumCarbonate#

+ + + + + + + + + + + + + + +
Alternative Label(s)CaCO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Calcium_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q23767
+
+

CalciumChlorate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Ca(ClO3)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Calcium_chlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q419721
+
+

CalciumChloride#

+ + + + + + + + + + + + + + +
Alternative Label(s)CaCl2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Calcium_chloride
Wikidata Referencehttps://www.wikidata.org/wiki/Q208451
+
+

CalciumDifluorooxalatoborate#

+ + + + + + +
Alternative Label(s)Ca(DFOB)2
+
+

CalciumFluoride#

+ + + + + + + + + + + + + + +
Alternative Label(s)CaF2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Calcium_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q413374
+
+

CalciumHexafluorophosphate#

+ + + + + + +
Alternative Label(s)Ca(PF6)2
+
+

CalciumHydroxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)Ca(OH)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Calcium_hydroxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q182849
+
+

CalciumInsertionElectrode#

+ + +
+
+

CalciumIodide#

+ + + + + + + + + + + + + + +
Alternative Label(s)CaI2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Calcium_iodide
Wikidata Referencehttps://www.wikidata.org/wiki/Q412538
+
+

CalciumIonBattery#

+ + + + + + +
Elucidationa battery with two calcium insertion electrodes
+
+

CalciumMetalElectrode#

+ + + + + + +
Commentmetal electrode in which the active material is calcium
+
+

CalciumNitrate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Ca(NO3)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Calcium_nitrate
Wikidata Referencehttps://www.wikidata.org/wiki/Q407392
+
+

CalciumNitrite#

+ + + + + + + + + + + + + + +
Alternative Label(s)Ca(NO2)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Calcium_nitrite
Wikidata Referencehttps://www.wikidata.org/wiki/Q2749498
+
+

CalciumPerchlorate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Ca(ClO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Calcium_perchlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q906306
+
+

CalciumPhosphate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Ca3(PO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tricalcium_phosphate
Wikidata Referencehttps://www.wikidata.org/wiki/Q278387
+
+

CalciumSaltCompound#

+ + +
+
+

CalciumSulfate#

+ + + + + + + + + + + + + + +
Alternative Label(s)CaSO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Calcium_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q407258
+
+

CalciumSulfide#

+ + + + + + + + + + + + + + +
Alternative Label(s)CaS
Wikipedia Referencehttps://en.wikipedia.org/wiki/Calcium_sulfide
Wikidata Referencehttps://www.wikidata.org/wiki/Q408464
+
+

CalciumSulfite#

+ + + + + + + + + + + + + + +
Alternative Label(s)CaSO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Calcium_sulfite
Wikidata Referencehttps://www.wikidata.org/wiki/Q899410
+
+

CalciumSulfurBattery#

+ + + + + + +
Elucidationa battery with a calcium negative electrode and a sulfur positive electrode
+
+

CalciumSymbol#

+ + +
+
+

CalciumTetrafluoroborate#

+ + + + + + +
Alternative Label(s)Ca(BF4)2
+
+

CalciumTriflate#

+ + + + + + +
Alternative Label(s)Ca(OTf)2
+
+

CalciumTrifluoromethanesulfonyloxalatoborate#

+ + + + + + +
Alternative Label(s)Ca(TFOB)2
+
+

CalenderedCoatingThickness#

+ + + + + + +
Elucidationthickness of the coating after a calendering process
+
+

CalenderedDensity#

+ + + + + + +
Elucidationdensity after calendering
+
+

Calendering#

+ + +
+
+

CaliforniumAtom#

+ + + + + + +
ElucidationAtom subclass for californium.
+
+

CaliforniumSymbol#

+ + +
+
+

Candela#

+ + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.C00787
Wikipedia Referencehttp://en.wikipedia.org/wiki/Candela?oldid=484253082
+
+

CandelaPerLumen#

+ + + + + + +
Alternative Label(s)Candela per Lumen
+
+

CandelaPerSquareMetre#

+ + + + + + + + + + +
ElucidationThe candela per square metre (cd/m²) is the derived SI unit of luminance. The unit is based on the candela, the SI unit of luminous intensity, and the square metre, the SI unit of area. Nit (nt) is a deprecated non-SI name also used for this unit (1 nit = 1 cd/m²). As a measure of light emitted per unit area, this unit is frequently used to specify the brightness of a display device. Most consumer desktop liquid crystal displays have luminances of 200 to 300 cd/m²; the sRGB spec for monitors targets 80 cd/m2. HDTVs range from 450 to about 1000 cd/m2. Typically, calibrated monitors should have a brightness of 120 cd/m². Nit is believed to come from the Latin word nitere, to shine. + +-- QUDT
Alternative Label(s)candela per square metre
+
+

CanonicalPartitionFunction#

+ + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q96142389
+
+

Capacitance#

+ + + + + + + + + + + + + + +
ElucidationThe derivative of the electric charge of a system with respect to the electric potential.
Alternative Label(s)ElectricCapacitance
IUPAC Referencehttps://doi.org/10.1351/goldbook.C00791
+
+

CapacitancePerLengthUnit#

+ + +
+
+

CapacitanceUnit#

+ + +
+
+

Capacity#

+ + + + + + + + + + + + + + + + + + +
Elucidationelectric charge which a cell or battery can deliver under specified conditions
Alternative Label(s)ChargeCapacity, ElectricChargeCapacity, StorageCapacity
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-14
Commentthe SI unit for electric charge is the coulomb (1 C = 1 A·s) but in practice, capacity is usually expressed in ampere hours (A·h)
+
+

CapacityFade#

+ + + + + + + + + + + + + + + + + + +
Elucidationa degradation phenomena in electrochemical devices in which the practicaclly achieveable capacity of the cell is less than the measured capacity at the beginning of life.
Alternative Label(s)CapacityLoss
Wikipedia Referencehttps://en.wikipedia.org/wiki/Capacity_loss
Wikidata Referencehttps://www.wikidata.org/wiki/Q16851742
+
+

Carbon#

+ + + + + + + + + + + + + + +
Alternative Label(s)C
Wikipedia Referencehttps://en.wikipedia.org/wiki/Carbon
Wikidata Referencehttps://www.wikidata.org/wiki/Q623
+
+

CarbonAtom#

+ + + + + + +
ElucidationAtom subclass for carbon.
+
+

CarbonBlack#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Carbon_black
Wikidata Referencehttps://www.wikidata.org/wiki/Q764245
+
+

CarbonDioxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)CO2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Carbon_dioxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q1997
+
+

CarbonElementalSubstance#

+ + +
+
+

CarbonInkElectrode#

+ + + + + + + + + + + + + + +
Elucidationdevelopment of a carbon paste electrode that is screen printed using a carbon/polymer mixture of suitable composition
Wikidata Referencehttps://www.wikidata.org/wiki/Q120907443
CommentThese electrodes can easily be chemically modified by the incorporation of reagents (electrocatalysts, redox mediators, complexation agents, enzymes, etc.) and by the attachment of micro- or nanoparticles to prepare electrochemical sensors for analytical applications.
+
+

CarbonMonofluoride#

+ + + + + + + + + + + + + + +
Alternative Label(s)CFx
Wikipedia Referencehttps://en.wikipedia.org/wiki/Carbon_monofluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q947047
+
+

CarbonMonofluorideElectrode#

+ + +
+
+

CarbonPasteElectrode#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationElectrode of a composite of carbon powder and a pasting liquid (including mineral oil, Nujol, bromoform, bromonaphthalene).
Alternative Label(s)CPE, CPE
Wikipedia Referencehttps://en.wikipedia.org/wiki/Carbon_paste_electrode
Wikidata Referencehttps://www.wikidata.org/wiki/Q5037987
CommentThe CPE was first described by Adams in 1958. A CPE is typically housed in a Teflon holder, contacted by a conductive wire (occasionally a piston is used to renew the surface by extrusion of the used paste). Problems are long-term stability of the paste and that the binder can influence its properties.
+
+

CarbonSymbol#

+ + +
+
+

CarbonicAcid#

+ + + + + + + + + + + + + + +
Alternative Label(s)H2CO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Carbonic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q104334
+
+

CarboxymethylCellulose#

+ + + + + + + + + + + + + + +
Alternative Label(s)CMC
Wikipedia Referencehttps://en.wikipedia.org/wiki/Carboxymethyl_cellulose
Wikidata Referencehttps://www.wikidata.org/wiki/Q411030
+
+

CarrierLifetime#

+ + + + + + + + + + +
ElucidationTime constant for recombination or trapping of minority charge carriers in semiconductors
Wikidata Referencehttps://www.wikidata.org/wiki/Q5046374
+
+

Case#

+ + + + + + + + + + + + + + +
Elucidationcontainer for the plate pack or packs and electrolyte of a cell or cells made of a material impervious to the electrolyte
Alternative Label(s)Container, Housing
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-14
+
+

Casting#

+ + +
+
+

Catalyst#

+ + + + + + + + + + +
Elucidationsubstance that increases chemical reaction speed, and which is conserved after the reaction
Wikidata Referencehttps://www.wikidata.org/wiki/Q12385831
+
+

CatalyticActivity#

+ + + + + + + + + + +
ElucidationIncrease in the rate of reaction of a specified chemical reaction that an enzyme produces in a specific assay system.
IUPAC Referencehttps://doi.org/10.1351/goldbook.C00881
+
+

CatalyticActivityUnit#

+ + +
+
+

CatalyticCurrent#

+ + + + + + + + + + + + + + +
Elucidationfaradaic current measured in a solution containing two electroactive substances, A and B, that exceeds the sum of the faradaic currents that would be obtained for A and B separately under the same experimental conditions
IUPAC Referencehttps://doi.org/10.1351/goldbook.C00889
CommentI_{cat}
+
+

CategorizedPhysicalQuantity#

+ + + + + + +
ElucidationThe superclass for all physical quantities classes that are categorized according to some domain of interests (e.g. metallurgy, chemistry), property (intensive/extensive) or application.
+
+

Cathode#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationby convention, cell electrode at which, a reduction reaction occurs
IUPAC Referencehttps://goldbook.iupac.org/terms/view/C00905
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cathode
Wikidata Referencehttps://www.wikidata.org/wiki/Q175233
Commentelectrode of an electrochemical cell through which net electric current flows and at which the predominating electrochemical reaction is a reduction
+
+

CathodeElectrolyteInterphase#

+ + + + + + + + + + +
Elucidationa type of solid electrolyte interface that forms on the surface of the electrode designated as the "cathode" or positive electrode
Commentused to distinguish the interphase on the cathode surface from that on the anode, which is typically called the solid electrolyte interphase (SEI)
+
+

CathodicOverpotential#

+ + + + + + + + + + + + + + +
Elucidationelectrode polarization associated with an electrochemical reduction reaction
Alternative Label(s)CathodicPolarization
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-07
+
+

CathodicPolarisation#

+ + + + + + + + + + + + + + +
Elucidationelectrode polarization associated with a cathodic reaction
Alternative Label(s)CathodicPolarization
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-18
+
+

CathodicProtection#

+ + + + + + + + + + + + + + +
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-05
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cathodic_protection
Wikidata Referenceelectrochemical immunity produced by an appropriate cathodic polarization.
+
+

CathodicReaction#

+ + + + + + + + + + + + + + + + + + +
Elucidationelectrode reaction in which reduction occurs at the cathode
Alternative Label(s)Electroreduction, Electroreduction, Electroreduction, Electroreduction, ElectroreductionReaction, ElectroreductionReaction, ElectroreductionReaction, ElectroreductionReaction
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-10
Commentelectrode reaction involving an electrochemical reduction
+
+

CathodicStrippingVoltammetry#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationstripping voltammetry in which material accumulated at the working electrode is electrochemically reduced in the stripping step
Alternative Label(s)CSV
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
Wikidata Referencehttps://www.wikidata.org/wiki/Q4016325
CommentA peak-shaped cathodic stripping voltammogram is obtained. Peak current depends on time of accumulation, mass transport of analyte (stirring), scan rate and mode (linear or pulse), and analyte concentration in solution.
+
+

Catholyte#

+ + + + + + + + + + + + + + +
Elucidationelectrolyte on the cathode side of an electrochemical cell that is divided into compartments.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-18
CommentElectrolyte solution in the cathodic compartment of an electrolysis cell or galvanic cell, i.e., in that part of the cell where the cathode is placed.
+
+

CatholyteTank#

+ + + + + + + + + + +
Elucidationa tank for holding catholyte
Commentusually used in a flow cell system
+
+

Cation#

+ + +
+
+

CausalCollapse#

+ + +
+
+

CausalConvexSystem#

+ + + + + + +
ElucidationA CausalSystem whose quantum parts are all bonded to the rest of the system.
+
+

CausalExpansion#

+ + +
+
+

CausalInteraction#

+ + +
+
+

CausalParticle#

+ + + + + + +
ElucidationThe class of entities that have no spatial structure.
+
+

CausalPath#

+ + + + + + + + + + +
ElucidationThe class of entities that possess a temporal structure but no spatial structure.
Alternative Label(s)CausalChain, Elementary
+
+

CausalStructure#

+ + + + + + + + + + +
ElucidationA self-connected composition of more than one quantum entities.
Alternative Label(s)CausalObject
+
+

CausalSystem#

+ + + + + + +
ElucidationA non-path causal structure
+
+

CausallHairedSystem#

+ + +
+
+

CellBaffle#

+ + + + + + + + + + + + + + +
Elucidationinternal component used to reduce the amount of electrolyte loss due to electrolyte spray being carried in the gas and/or by electrolyte movement
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-13
Commenta cell baffle has a second function in protecting the plate pack from damage by objects inserted through the filling hole
+
+

CellCan#

+ + + + + + + + + + +
Elucidationcell container which is usually metallic and typically, but not exclusively, cylindrical
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-13
+
+

CellCurrent#

+ + + + + + +
Commentelectric current flowing to or from an electrochemical cell.
+
+

CellLid#

+ + + + + + + + + + +
Elucidationpart used to close the case normally having holes for filling, topping-up, gas escape, terminals, etc.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-15
+
+

CellPolarisationPotential#

+ + + + + + + + + + + + + + +
Elucidationsum of the absolute values of the potential differences resulting from anodic and cathodic polarizations of an electrochemical cell
Alternative Label(s)CellPolarizationPotential
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-12
+
+

CellVoltage#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationvoltage between the terminals of an electrochemical cell
Alternative Label(s)AppliedPotential
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-10
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00424
Commentdifference of electric potentials measured between identical metallic leads to two electrodes of an electrochemical cell
+
+

CelsiusTemperature#

+ + + + + + + + + + +
ElucidationAn objective comparative measure of hot or cold. + +Temperature is a relative quantity that can be used to express temperature differences. Unlike ThermodynamicTemperature, it cannot express absolute temperatures.
IUPAC Referencehttps://doi.org/10.1351/goldbook.T06261
+
+

CelsiusTemperatureMeasurement#

+ + + + + + +
Elucidationmeasurement of temperature
+
+

CelsiusTemperatureMeasurementResult#

+ + +
+
+

CelsiusTemperatureVector#

+ + + + + + +
Elucidationvector containing at least two values for the quantity celsius temperature
+
+

Cementing#

+ + +
+
+

Centi#

+ + +
+
+

CentiPrefixedUnit#

+ + + + + + +
ElucidationSuperclass for all units prefixed with "centi" (0.01).
+
+

CentreOfMass#

+ + + + + + + + + + + + + + +
ElucidationThe unique point where the weighted relative position of the distributed mass of an Item sums to zero. Equivalently, it is the point where if a force is applied to the Item, causes the Item to move in direction of force without rotation.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Center_of_mass
CommentIn non-relativistic physics, the centre of mass doesn’t depend on the chosen reference frame.
+
+

CentrifugalCasting#

+ + +
+
+

CeramicMaterial#

+ + +
+
+

CeramicSintering#

+ + +
+
+

CeriumAtom#

+ + + + + + +
ElucidationAtom subclass for cerium.
+
+

CeriumSymbol#

+ + +
+
+

Charge#

+ + + + + + + + + + + + + + + + + + +
Elucidationoperation during which a secondary cell or battery is supplied with electric energy from an external circuit which results in chemical changes within the cell and thus the storage of energy as chemical energy.
Alternative Label(s)ElectrochemicalCharging
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-27
Wikidata Referencehttps://www.wikidata.org/wiki/Q11388109
+
+

ChargeCapacity#

+ + + + + + +
Elucidationcapacity delivered during a charge process
+
+

ChargeCarrier#

+ + + + + + + + + + + + + + +
Elucidationa generic denomination of particles or quasiparticles responsible for electric charge transport.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Charge_carrier
Wikidata Referencehttps://www.wikidata.org/wiki/Q865807
+
+

ChargeEfficiency#

+ + + + + + + + + + +
Elucidationratio of the electric charge discharged from a secondary battery to the electric charge provided during the preceding charge
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-39
+
+

ChargeEnergy#

+ + + + + + +
Elucidationenergy delivered by a deviced under some specific charge conditions
+
+

ChargeNumber#

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ElucidationFor a particle, electric charge q divided by elementary charge e.
Alternative Label(s)IonizationNumber, IonizationNumber
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-05-17
IUPAC Referencehttps://doi.org/10.1351/goldbook.C00993
Wikipedia Referencehttps://en.wikipedia.org/wiki/Charge_number
Wikidata Referencehttps://www.wikidata.org/wiki/Q1800063
CommentThe charge number of a particle may be presented as a superscript to the symbol of that particle, e.g. H+, He++, Al3+, Cl−, S=, N3−.
+
+

ChargeRetention#

+ + + + + + + + + + + + + + +
Elucidationability of a cell or battery to retain capacity on open circuit under specified conditions.
Alternative Label(s)CapacityRetention
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-35
+
+

ChargeTimePlot#

+ + + + + + + + + + +
Elucidationplot of the time-dependent amount of electric charge passed through an electrochemical system due to the application of a electric potential
Alternative Label(s)ChargeTimeCurve, ElectricChargeTimeCurve, ElectricChargeTimePlot, QtCurve
+
+

ChargeTransferCoefficient#

+ + + + + + + + + + + + + + +
Elucidationthe fraction of the electrostatic potential energy affecting the reduction rate in an electrode reaction, with the remaining fraction affecting the corresponding oxidation rate
Wikipedia Referencehttps://en.wikipedia.org/wiki/Charge_transfer_coefficient
CommentThe cathodic transfer coefficient αc is defined as –(RT/nF)(dlnkc /dE), where kc is the electroreduction rate constant, E is the applied potential, and R, T, and F have their usual significance. This definition is equivalent to the other, -(RT/nF)(dln|jc |/dE), where jc is the cathodic current density corrected for any changes in the reactant concentration at the electrode surface with respect to its bulk value.
+
+

ChargingCurrent#

+ + + + + + +
Elucidationelectric current applied to a battery during its charge
+
+

CharmAntiQuark#

+ + +
+
+

CharmQuark#

+ + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Charm_quark
+
+

Chemical#

+ + + + + + +
ElucidationA language object that follows the syntactic rules used in the chemical field.
+
+

ChemicalComposition#

+ + + + + + +
ElucidationA language construct that provides information about the consitutents of a substance and their fractions or amounts.
+
+

ChemicalCompositionQuantity#

+ + +
+
+

ChemicalCompound#

+ + + + + + + + + + +
ElucidationA chemical substance composed of many identical molecules (or molecular entities) composed of atoms from more than one element held together by chemical bonds.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Chemical_compound
+
+

ChemicalElement#

+ + + + + + + + + + + + + + +
ElucidationThe symbol for a specific chemical element, that can stand both for an atom or a substance.
IUPAC Referencehttps://doi.org/10.1351/goldbook.C01022
CommentThe IUPAC Gold Book defines the a chemical element both as: +- a species of atoms; all atoms with the same number of protons in the atomic nucleus +- a pure chemical substance composed of atoms with the same number of protons in the atomic nucleus + +This qualifies a chemical element as a name and not a matter obejct that can stand for an atom or a substance.
+
+

ChemicalEntity#

+ + + + + + +
CommentA chemical entity comprises the two different ways to represents matter: as single recognizable particle entity (molecular entity) and as a composition of particle entities (substance). + +This distinction is not well assessed in actual chemical nomenclature, in which an element name refers to both the pure elemental substance or the atom. + +In the EMMO we force the adoption of a more strict categorization based on mereotopology. + +The class Material hosts the subclasses for which a substance can be identified without necessarily considering its nature of molecule/atom or substance (e.g. hydrocarbon is the class of both hydrocarbon molecules or gases).
+
+

ChemicalFormula#

+ + + + + + + + + + +
ElucidationA symbolic construct that provides informations about the chemical proportions of the elements that constitute a chemical compound or a specific molecule.
CommentA chemical formula may also include other symbols such as parentheses, plus and minus signs, brackets
+
+

ChemicalMaterial#

+ + +
+
+

ChemicalName#

+ + +
+
+

ChemicalNomenclature#

+ + + + + + + + + + +
ElucidationA language object following a specific nomenclature rules for defining univocal names of chemical compounds.
CommentA chemical numenclature should not be confused with the chemical formula.
+
+

ChemicalPotential#

+ + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.C01032
CommentEnergy per unit change in amount of substance.
+
+

ChemicalReaction#

+ + + + + + + + + + + + + + + + + + +
Elucidationa process that results in the interconversion of chemical species
IUPAC Referencehttps://doi.org/10.1351/goldbook.C01033
Wikipedia Referencehttps://en.wikipedia.org/wiki/Chemical_reaction
Wikidata Referencehttps://www.wikidata.org/wiki/Q36534
+
+

ChemicalRepresentation#

+ + + + + + +
ElucidationA representation of objects belonging to the chemistry field.
+
+

ChemicalSpecies#

+ + + + + + + + + + + + + + +
ElucidationSpecific form of an element defined as to isotopic composition, electronic or oxidation state, and/or complex or molecular structure. + +Chemical species is the macroscopic equivalent of molecular entity and refers to sets or ensembles of molecular entities.
IUPAC Referencehttps://doi.org/10.1351/goldbook.CT06859
CommentFollowing nominalistic approach a species is simply a name that can point to an element name, a chemical formula or a chemical compound. + +So everything addressed by these classes of names can be calleded a chemical species.
+
+

ChemicalSubstance#

+ + + + + + + + + + + + + + +
ElucidationMatter of constant composition best characterized by the entities (molecules, formula units, atoms) it is composed of.
IUPAC Referencehttps://doi.org/10.1351/goldbook.C01039
CommentA substance is always composed of more than one molecular entity. It lays in the continuum or mesoscopic domain.
+
+

ChemicalSymbol#

+ + +
+
+

ChemicalSymbolicConstruct#

+ + +
+
+

ChipboardManufacturing#

+ + +
+
+

ChloricAcid#

+ + + + + + + + + + + + + + +
Alternative Label(s)HClO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Chloric_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q138809
+
+

Chlorine#

+ + + + + + + + + + + + + + +
Alternative Label(s)Cl2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Chlorine
Wikidata Referencehttps://www.wikidata.org/wiki/Q688
+
+

ChlorineAtom#

+ + + + + + +
ElucidationAtom subclass for chlorine.
+
+

ChlorineSymbol#

+ + +
+
+

Chromium#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Chromium
Wikidata Referencehttps://www.wikidata.org/wiki/Q725
+
+

ChromiumAtom#

+ + + + + + +
ElucidationAtom subclass for chromium.
+
+

ChromiumElectrode#

+ + +
+
+

ChromiumHydroxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)Cr(OH)3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Chromium(III)_hydroxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q410563
+
+

ChromiumIIIOxide#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Chromium(III)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q407905
+
+

ChromiumIVOxide#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Chromium(IV)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q2366389
+
+

ChromiumOxideCompound#

+ + +
+
+

ChromiumSymbol#

+ + +
+
+

Chronoamperometry#

+ + + + + + + + + + + + + + + + + + +
Elucidationamperometry in which the current is measured as a function of time after a change in the applied potential
Alternative Label(s)AmperiometricDetection, AmperometricCurrentTimeCurve
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
CommentIf the potential step is from a potential at which no current flows (i.e., at which the oxidation or reduction of the electrochemically active species does not take place) to one at which the current is limited by diffusion (see diffusion-limited current), the current obeys the Cottrell equation.
+
+

Chronocoulometry#

+ + + + + + + + + + + + + + +
Elucidationdirect coulometry at controlled potential in which the electric charge passed after the application of a potential step perturbation is measured as a function of time (Q-t curve)
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
CommentChronocoulometry provides the same information that is provided by chronoamperometry, since it is based on the integration of the I-t curve. Nevertheless, chronocoulometry offers important experimental advantages, such as (i) the measured signal usually increases with time and hence the later parts of the transient can be detected more accurately, (ii) a better signal-to-noise ratio can be achieved, and (iii) other contributions to overall charge passed as a function of time can be discriminated from those due to the diffusion of electroactive substances.
+
+

Chronopotentiometry#

+ + + + + + + + + + + + + + +
Elucidationpotentiometry in which the potential is measured with time following a change in applied current
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
CommentThe change in applied current is usually a step, but cyclic current reversals or linearly increasing currents are also used.
+
+

Circle#

+ + +
+
+

CitricAcid#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Citric_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q159683
+
+

ClarkCell#

+ + + + + + + + + + + + + + + + + + +
Elucidationa wet cell with zinc and mercury electrodes in a zinc sulfate solution, invented by English engineer Josiah Latimer Clark
Wikipedia Referencehttps://en.wikipedia.org/wiki/Clark_cell
Wikidata Referencehttps://www.wikidata.org/wiki/Q898656
Commentincluded for historical reference
+
+

ClassicalData#

+ + + + + + +
ElucidationData that are expressed through classical physics mechanisms, having one value and one state, and being in the same place at the same time.
+
+

Cleaning#

+ + +
+
+

Coating#

+ + + + + + + + + + + + + + +
Elucidationa covering on the surface of an object
Wikipedia Referencehttps://en.wikipedia.org/wiki/Coating
Wikidata Referencehttps://www.wikidata.org/wiki/Q1570182
+
+

CoatingManufacturing#

+ + + + + + + + + + +
ElucidationA manufacturing in which an adherent layer of amorphous material is applied to a workpiece.
Alternative Label(s)Beschichten
+
+

CoatingThickness#

+ + + + + + +
Elucidationthickness of the coating before any additional treatment is applied
+
+

Cobalt#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cobalt
Wikidata Referencehttps://www.wikidata.org/wiki/Q740
+
+

CobaltAtom#

+ + + + + + +
ElucidationAtom subclass for cobalt.
+
+

CobaltElectrode#

+ + +
+
+

CobaltHydroxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)Co(OH)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cobalt(II)_hydroxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q72461179
+
+

CobaltIIAcetate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Co(OAc)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cobalt(II)_acetate
Wikidata Referencehttps://www.wikidata.org/wiki/Q421198
+
+

CobaltIIBistrifluoromethanesulfonylimide#

+ + + + + + +
Alternative Label(s)Co(TFSI)2
+
+

CobaltIIBromide#

+ + + + + + + + + + + + + + +
Alternative Label(s)CoBr2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cobalt(II)_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q420300
+
+

CobaltIICarbonate#

+ + + + + + + + + + + + + + +
Alternative Label(s)CoCO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cobalt(II)_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Cobalt(II)_carbonate
+
+

CobaltIIChlorate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Co(ClO3)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cobalt(II)_chlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q5138693
+
+

CobaltIIChloride#

+ + + + + + + + + + + + + + +
Alternative Label(s)CoCl2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cobalt(II)_chloride
Wikidata Referencehttps://www.wikidata.org/wiki/Q407849
+
+

CobaltIIFluoride#

+ + + + + + + + + + + + + + +
Alternative Label(s)CoF2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cobalt(II)_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q417121
+
+

CobaltIIIodide#

+ + + + + + + + + + + + + + +
Alternative Label(s)CoI2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cobalt(II)_iodide
Wikidata Referencehttps://www.wikidata.org/wiki/Q421250
+
+

CobaltIINitrate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Co(NO3)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cobalt(II)_nitrate
Wikidata Referencehttps://www.wikidata.org/wiki/Q414860
+
+

CobaltIINitrite#

+ + + + + + +
Alternative Label(s)Co(NO2)2
+
+

CobaltIIPerchlorate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Co(ClO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Dictionary_of_chemical_formulas
Wikidata Referencehttps://www.wikidata.org/wiki/Q16685924
+
+

CobaltIIPhosphate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Co3(PO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cobalt(II)_phosphate
Wikidata Referencehttps://www.wikidata.org/wiki/Q15634038
+
+

CobaltIISulfate#

+ + + + + + + + + + + + + + +
Alternative Label(s)CoSO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cobalt(II)_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q411214
+
+

CobaltIISulfide#

+ + + + + + + + + + + + + + +
Alternative Label(s)CoS
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cobalt(II)_sulfide
Wikidata Referencehttps://www.wikidata.org/wiki/Q417806
+
+

CobaltIISulfite#

+ + + + + + + + + + +
Alternative Label(s)CoSO3
Wikipedia Referencehttps://www.wikidata.org/wiki/Q16326547
+
+

CobaltIITetrafluoroborate#

+ + + + + + + + + + +
Alternative Label(s)Co(BF4)2
Wikidata Referencehttps://www.wikidata.org/wiki/Q55164806
+
+

CobaltIITriflate#

+ + + + + + +
Alternative Label(s)Co(OTf)2
+
+

CobaltSaltCompound#

+ + +
+
+

CobaltSymbol#

+ + +
+
+

Coded#

+ + + + + + + + + + +
ElucidationA conventional that stands for an object according to a code of interpretation to which the interpreter refers.
CommentA conventional referring to an object according to a specific code that reflects the results of a specific interaction mechanism and is shared between other interpreters. +A coded is always a partial representation of an object since it reflects the object capability to be part of a specific determination. +A coded is a sort of name or label that we put upon objects that interact with an determiner in the same specific way. + +For example, "hot" objects are objects that interact with an observer through a perception mechanism aimed to perceive an heat source. The code is made of terms such as "hot", "warm", "cold", that commonly refer to the perception of heat.
+
+

CoefficientOfFriction#

+ + + + + + + + + + + + + + + + + + +
ElucidationDimensionless scalar value which describes the ratio of the force of friction between two bodies and the force pressing them together; depends on the materials used, ranges from near zero to greater than one.
Alternative Label(s)FrictionCoefficient, FrictionFactor
IUPAC Referencehttps://doi.org/10.1351/goldbook.F02530
Wikidata Referencehttps://www.wikidata.org/wiki/Q1932524
+
+

CoefficientOfHeatTransfer#

+ + + + + + + + + + + + + + + + + + +
ElucidationAt a point on the surface separating two media with different thermodynamic temperatures, magnitude of the density of heat flow rate φ divided by the absolute value of temperature difference ΔT.
Alternative Label(s)ThermalTransmittance
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-39
Wikidata Referencehttps://www.wikidata.org/wiki/Q634340
+
+

CoefficientOfThermalExpansion#

+ + + + + + + + + + + + + + +
ElucidationMaterial property which describes how the size of an object changes with a change in temperature.
Alternative Label(s)ThermalExpansionCoefficient
Wikidata Referencehttps://www.wikidata.org/wiki/Q45760
+
+

Coercivity#

+ + + + + + + + + + + + + + +
ElucidationCoercive field strength in a substance when either the magnetic flux density or the magnetic polarization and magnetization is brought from its value at magnetic saturation to zero by monotonic reduction of the applied magnetic field strength.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-69
Wikidata Referencehttps://www.wikidata.org/wiki/Q432635
+
+

Cognised#

+ + +
+
+

Cogniser#

+ + + + + + +
ElucidationAn interpreter who establish the connection between an icon an an object recognizing their resemblance (e.g. logical, pictorial)
+
+

Cognition#

+ + + + + + +
Alternative Label(s)IconSemiosis
+
+

CoherenceLength#

+ + + + + + + + + + +
ElucidationDistance in a superconductor over which the effect of a perturbation is appreciable at zero thermodynamic temperature
Wikidata Referencehttps://www.wikidata.org/wiki/Q1778793
+
+

CoinBattery#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationcell with a cylindrical shape in which the overall height is less than the diameter e.g. in the shape of a button or a coin
Alternative Label(s)ButtonBatteryCell, ButtonCell, CoinBatteryCell, CoinCell
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-40
Wikipedia Referencehttps://en.wikipedia.org/wiki/Button_cell
Commentin practice, the term coin is used exclusively for non-aqueous lithium cells
+
+

CoinCase#

+ + + + + + + + + + +
Alternative Label(s)ButtonCase
IEC Referencea round-type case with a height that is less than the diameter
+
+

Collection#

+ + + + + + +
ElucidationThe class of not direct causally self-connected world entities.
+
+

Colloid#

+ + + + + + +
ElucidationA mixture in which one substance of microscopically dispersed insoluble or soluble particles (from 1 nm to 1 μm) is suspended throughout another substance and that does not settle, or would take a very long time to settle appreciably.
+
+

CommercialProduct#

+ + + + + + + + + + +
ElucidationAn product that is ready for commercialization.
Alternative Label(s)Product
+
+

CompiledLanguage#

+ + +
+
+

CompleteManufacturing#

+ + + + + + +
ElucidationA manufacturing process that comprises all intermediate manufacturing steps, from raw materials to final product, ready for commercialisation as commercial product for some markets.
+
+

ComplexPower#

+ + + + + + + + + + + + + + + + + + +
ElucidationVoltage phasor multiplied by complex conjugate of the current phasor.
Alternative Label(s)ComplexApparentPower
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-39
Wikidata Referencehttps://www.wikidata.org/wiki/Q65239736
+
+

Component#

+ + + + + + +
ElucidationA constituent of a system.
+
+

CompositeBoson#

+ + +
+
+

CompositeFermion#

+ + +
+
+

CompositeMaterial#

+ + +
+
+

CompositeParticle#

+ + +
+
+

Compressibility#

+ + + + + + + + + + + + + + +
ElucidationMeasure of the relative volume change of a fluid or solid as a response to a pressure change.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-70
Wikidata Referencehttps://www.wikidata.org/wiki/Q8067817
+
+

ComptonWavelength#

+ + + + + + + + + + + + + + +
ElucidationQuotient of the Planck constant and the product of the mass of the particle and the speed of light in vacuum.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Compton_wavelength
Wikidata Referencehttps://www.wikidata.org/wiki/Q1145377
+
+

Computation#

+ + + + + + +
ElucidationA procedure that deals with quantitative symbols (i.e. symbols associated with a quantitative oriented language).
+
+

ComputerScience#

+ + +
+
+

Concentration#

+ + + + + + + + + + + + + + + + + + +
Elucidationthe abundance of a constituent divided by the total volume of a mixture.
IUPAC Referencehttps://goldbook.iupac.org/terms/view/C01222
Wikipedia Referencehttps://en.wikipedia.org/wiki/Concentration
Wikidata Referencehttps://www.wikidata.org/wiki/Q3686031
+
+

ConcentrationCell#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationelectrochemical cell that has two half-cells separated by a wall permeable to ions, both containing the same electrolyte differing only in their ion concentrations
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-08
Wikipedia Referencehttps://en.wikipedia.org/wiki/Concentration_cell
Wikidata Referencehttps://www.wikidata.org/wiki/Q903563
Commenta concentration cell produces a voltage as it attempts to reach equilibrium, which will occur when the concentration in both cells is equal.
+
+

ConcentrationLimit#

+ + + + + + +
Elucidationlimit on the amount concentration of a species in a phase, either imposed or naturally occurring
+
+

ConcentrationOverpotential#

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
ElucidationThe concentration overpotential of an electrode reaction at a given electrode current density (c.d.) is basically the difference in equilibrium potentials across the diffusion layer. More precisely, it is the potential of a reference electrode (of the same electrode reaction as the working electrode ) with the interfacial concentrations which establish themselves at c.d., relative to the potential of a similar reference electrode with the concentrations of the bulk solution. From such a measured potential difference, with c.d. flowing, one needs to subtract the ohmic potential drop prevailing between the two electrodes.
Alternative Label(s)ConcentrationPolarization, MassTransferOverpotential, MassTransferPolarization
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-08
IUPAC Referencehttps://goldbook.iupac.org/terms/view/C01230
Wikipedia Referencehttps://en.wikipedia.org/wiki/Overpotential#Concentration_overpotential
Commentpart of the electrode polarization arising from concentration gradients of electrode reactants and products.
+
+

ConcreteOrPlasterPouring#

+ + +
+
+

CondensedFormula#

+ + +
+
+

CondensedMatter#

+ + +
+
+

CondensedMatterPhysicsQuantity#

+ + + + + + +
ElucidationQuantities categorised according to ISO 80000-12.
+
+

ConductanceForAlternatingCurrent#

+ + + + + + + + + + + + + + +
ElucidationReal part of the admittance.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-53
Wikidata Referencehttps://www.wikidata.org/wiki/Q79464628
+
+

ConductiveAdditive#

+ + + + + + + + + + +
Elucidationa material added to an electrode for the purpose of increasing its electronic conductivity.
Alternative Label(s)ElectronicallyConductiveElectrodeAdditive
+
+

ConductivityCell#

+ + + + + + + + + + +
Elucidationan electrochemical cell for conductivity measurements
CommentFormed, in theory, by two 1 cm2 reversible electrodes spaced 1 cm apart, providing a uniform distribution of electrical field. In practice, however, a number +of other configurations are used.
+
+

ConductometricTitration#

+ + + + + + + + + + + + + + + + + + +
Elucidationtitration in which the electric conductivity of a solution is measured as a function of the amount of titrant added
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
Wikidata Referencehttps://www.wikidata.org/wiki/Q11778221
CommentThe equivalence-point is obtained as the intersection of linear parts of the conductance G, versus titrant volume V, curve (see
+
+

Conductometry#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationmeasurement principle in which the electric conductivity of a solution is measured
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
Wikipedia Referencehttps://en.wikipedia.org/wiki/Conductometry
Wikidata Referencehttps://www.wikidata.org/wiki/Q901180
CommentThe conductivity of a solution depends on the concentration and nature of ions present.
+
+

Connector#

+ + + + + + + + + + +
Elucidationconductor of electricity used for carrying current between components in an electric circuit
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-37
+
+

Constant#

+ + + + + + +
ElucidationA variable that stand for a numerical constant, even if it is unknown.
+
+

ConstantCurrentCharge#

+ + + + + + + + + + + + + + +
Elucidationcharge during which the electric current is maintained at a constant value regardless of the battery voltage or temperature
Alternative Label(s)GalvanostaticCharging
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-38
+
+

ConstantCurrentConstantVoltageCharge#

+ + + + + + + + + + +
Elucidationa two-step charging process in which a constant current is applied until a set upper cutoff voltage is reached and then the cell is potentiostatically held at that voltage until the current falls below some set threshhold value
Alternative Label(s)CCCV
+
+

ConstantCurrentDischarging#

+ + + + + + + + + + +
Elucidationa discharging process in which the current is kept at a constant value
Alternative Label(s)GalvanostaticDischarging
+
+

ConstantPotentialPulses#

+ + + + + + +
ElucidationSignal consisting of successive pulses of electric potential of the same magnitude.
+
+

ConstantPotentialSignal#

+ + + + + + +
ElucidationSignal consisting of a constant electric potential.
+
+

ConstantVoltageCharge#

+ + + + + + + + + + + + + + +
Elucidationcharge during which the voltage is maintained at a constant value regardless of charge current or temperature
Alternative Label(s)FloatCharging, PotentiostaticCharging
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-49
+
+

ConstantVoltageDischarge#

+ + + + + + + + + + +
Elucidationa discharging process in which the voltage between the terminals of the electrochemical cell is kept at a constant value
Alternative Label(s)PotentiostaticDischarging
+
+

Constituent#

+ + + + + + + + + + +
ElucidationAn object which is an holistic spatial part of a object.
Alternative Label(s)ObjectPart
+
+

ConstitutiveProcess#

+ + + + + + +
ElucidationA process which is an holistic spatial part of an object.
+
+

ContinuousCasting#

+ + +
+
+

ContinuousServiceTest#

+ + + + + + + + + + +
Elucidationservice test with an uninterrupted discharge
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-48
+
+

ContinuumMaterial#

+ + + + + + +
ElucidationA state that is a collection of sufficiently large number of other parts such that: +- it is the bearer of qualities that can exists only by the fact that it is a sum of parts +- the smallest partition dV of the state volume in which we are interested in, contains enough parts to be statistically consistent: n [#/m3] x dV [m3] >> 1
+
+

ContinuumModel#

+ + + + + + +
ElucidationA physics-based model based on a physics equation describing the behaviour of continuum volume.
+
+

ControlProperty#

+ + + + + + + + + + +
Elucidationa target quantity in a control system
Alternative Label(s)ControlledQuantity, SetQuantity
+
+

Conventional#

+ + + + + + + + + + +
ElucidationA 'Sign' that stands for an 'Object' through convention, norm or habit, without any resemblance to it.
CommentIn Peirce semiotics this kind of sign category is called symbol. However, since symbol is also used in formal languages, the name is changed in conventional.
+
+

ConventionalProperty#

+ + + + + + + + + + +
ElucidationA quantitative property attributed by agreement to a quantity for a given purpose.
CommentA property that is associated to an object by convention, or assumption.
+
+

CoperniciumAtom#

+ + + + + + +
ElucidationAtom subclass for copernicium.
+
+

CoperniciumSymbol#

+ + +
+
+

Copper#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper
Wikidata Referencehttps://www.wikidata.org/wiki/Q753
+
+

CopperAtom#

+ + + + + + +
ElucidationAtom subclass for copper.
+
+

CopperElectrode#

+ + + + + + +
Alternative Label(s)metal electrode in which the active material is copper
+
+

CopperHydroxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)Cu(OH)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper(II)_hydroxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q72461389
+
+

CopperIIAcetate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Cu(OAc)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper(II)_acetate
Wikidata Referencehttps://www.wikidata.org/wiki/Q421854
+
+

CopperIIBromide#

+ + + + + + + + + + + + + + +
Alternative Label(s)CuBr2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper(II)_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q420370
+
+

CopperIICarbonate#

+ + + + + + + + + + + + + + +
Alternative Label(s)CuCO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper(II)_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q409630
+
+

CopperIIChlorate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Cu(ClO3)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper(II)_chlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q4498184
+
+

CopperIIChloride#

+ + + + + + + + + + + + + + +
Alternative Label(s)CuCl2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper(II)_chloride
Wikidata Referencehttps://www.wikidata.org/wiki/Q421781
+
+

CopperIIFluoride#

+ + + + + + + + + + + + + + +
Alternative Label(s)CuF2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper(II)_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q419686
+
+

CopperIIIodide#

+ + + + + + +
Alternative Label(s)CuI2
+
+

CopperIINitrate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Cu(NO3)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper(II)_nitrate
Wikidata Referencehttps://www.wikidata.org/wiki/Q286064
+
+

CopperIINitrite#

+ + + + + + +
Alternative Label(s)Cu(NO2)2
+
+

CopperIIOxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)CuO
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper(II)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q421787
+
+

CopperIIPerchlorate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Cu(ClO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper(II)_perchlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q15628157
+
+

CopperIIPhosphate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Cu3(PO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper(II)_phosphate
Wikidata Referencehttps://www.wikidata.org/wiki/Q60568753
+
+

CopperIISulfate#

+ + + + + + + + + + + + + + +
Alternative Label(s)CuSO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper(II)_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q107184
+
+

CopperIISulfide#

+ + + + + + + + + + + + + + +
Alternative Label(s)CuS
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper_monosulfide
Wikidata Referencehttps://www.wikidata.org/wiki/Q416688
+
+

CopperIITetrafluoroborate#

+ + + + + + + + + + +
Alternative Label(s)Cu(BF4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper(II)_tetrafluoroborate
+
+

CopperIITriflate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Cu(OTf)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper(II)_triflate
Wikidata Referencehttps://www.wikidata.org/wiki/Q4119952
+
+

CopperIIodide#

+ + + + + + + + + + + + + + +
Alternative Label(s)CuI
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper(I)_iodide
Wikidata Referencehttps://www.wikidata.org/wiki/Q411207
+
+

CopperIOxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)Cu2O
Wikipedia Referencehttps://en.wikipedia.org/wiki/Copper(I)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q407709
+
+

CopperOxideCompound#

+ + +
+
+

CopperOxideElectrode#

+ + + + + + +
Alternative Label(s)CupricOxideElectrode
+
+

CopperSaltCompound#

+ + +
+
+

CopperSymbol#

+ + +
+
+

Coulomb#

+ + + + + + + + + + + + + + +
ElucidationSI unit for electric charge.
IUPAC Referencehttps://doi.org/10.1351/goldbook.C01365
Wikipedia Referencehttp://en.wikipedia.org/wiki/Coulomb?oldid=491815163
+
+

CoulombMetre#

+ + + + + + +
ElucidationCoulomb Meter (C-m) is a unit in the category of Electric dipole moment. It is also known as atomic unit, u.a., au, ua. This unit is commonly used in the SI unit system. Coulomb Meter (C-m) has a dimension of LTI where L is length, T is time, and I is electric current. This unit is the standard SI unit in this category. + +-- QUDT
+
+

CoulombPerCubicCentiMetre#

+ + + + + + + + + + +
Elucidationderived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 3 + +-- QUDT
Alternative Label(s)Coulomb Per Cubic Centimetre
+
+

CoulombPerCubicMetre#

+ + + + + + + + + + +
ElucidationCoulomb Per Cubic Meter (C/m³) is a unit in the category of Electric charge density. It is also known as coulomb per cubic metre, coulombs per cubic meter, coulombs per cubic metre, coulomb/cubic meter, coulomb/cubic metre. This unit is commonly used in the SI unit system. Coulomb Per Cubic Meter has a dimension of L⁻³TI where L is length, T is time, and I is electric current. This unit is the standard SI unit in this category. + +-- QUDT
Alternative Label(s)Coulomb per Cubic Metre
+
+

CoulombPerCubicMilliMetre#

+ + + + + + + + + + +
Elucidationderived SI unit coulomb divided by the 0.000 000 001-fold of the power of the SI base unit metre by exponent 3 + +-- QUDT
Alternative Label(s)Coulomb Per Cubic Millimetre
+
+

CoulombPerKilogram#

+ + + + + + + + + + +
Elucidation`Coulomb Per Kilogram (C/kg)` is the unit in the category of Exposure. It is also known as coulombs per kilogram, coulomb/kilogram. This unit is commonly used in the SI unit system. Coulomb Per Kilogram (C/kg) has a dimension of M⁻¹TI where M is mass, T is time, and I is electric current. This unit is the standard SI unit in this category. + +-- QUDT
Alternative Label(s)Coulomb per Kilogram
+
+

CoulombPerKilogramSecond#

+ + + + + + + + + + +
ElucidationThe SI unit of exposure rate + +-- QUDT
Alternative Label(s)Coulomb Per Kilogram Second
+
+

CoulombPerMetre#

+ + + + + + + + + + +
Elucidation"Coulomb per Meter" is a unit for 'Electric Charge Line Density' expressed as C/m. + +-- QUDT
Alternative Label(s)Coulomb per Metre
+
+

CoulombPerMole#

+ + + + + + + + + + +
Elucidation (C/mol) is a unit in the category of Molar electric charge. It is also known as coulombs/mol. Coulomb Per Mol has a dimension of TN{-1}I where T is time, N is amount of substance, and I is electric current. This unit is the standard SI unit in this category. + +-- QUDT
Alternative Label(s)Coulomb per Mole
+
+

CoulombPerSquareCentiMetre#

+ + + + + + + + + + +
Elucidationderived SI unit coulomb divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2 + +-- QUDT
Alternative Label(s)Coulomb Per Square Centimetre
+
+

CoulombPerSquareMetre#

+ + + + + + + + + + +
ElucidationCoulomb Per Square Meter (C/m²) is a unit in the category of Electric charge surface density. It is also known as coulombs per square meter, coulomb per square metre, coulombs per square metre, coulomb/square meter, coulomb/square metre. This unit is commonly used in the SI unit system. Coulomb Per Square Meter (C/m2) has a dimension of L⁻²TI where L is length, T is time, and I is electric current. This unit is the standard SI unit in this category. + +-- QUDT
Alternative Label(s)Coulomb per Square Metre
+
+

CoulombPerSquareMilliMetre#

+ + + + + + + + + + +
Elucidationderived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2 + +-- QUDT
Alternative Label(s)Coulomb Per Square Millimetre
+
+

CoulombSquareMetre#

+ + + + + + + + + + +
ElucidationCoulomb Square Meter (C-m2) is a unit in the category of Electric quadrupole moment. This unit is commonly used in the SI unit system. Coulomb Square Meter (C-m2) has a dimension of L2TI where L is length, T is time, and I is electric current. This unit is the standard SI unit in this category. + +-- QUDT
Alternative Label(s)Coulomb Square Metre
+
+

CoulombSquareMetrePerVolt#

+ + + + + + + + + + +
ElucidationCoulomb Square Meter (C-m2-per-volt) is a unit in the category of Electric polarizability. + +-- QUDT
Alternative Label(s)Coulomb Square Metre Per Volt
+
+

CoulombicEfficiency#

+ + + + + + + + + + + + + + +
Elucidationfraction of the electric current passing through an electrochemical cell which accomplishes the desired chemical reaction
Alternative Label(s)CurrentEfficiency, FaradayEfficiency
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-07
+
+

Coulometer#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationmeasuring instrument to obtain the electrical charge passed in an experiment, or to produce a known amount of substance in a titration.
Alternative Label(s)Voltameter, Voltameter
Wikipedia Referencehttps://en.wikipedia.org/wiki/Voltameter
Wikidata Referencehttps://www.wikidata.org/wiki/Q905539
CommentModern instruments for measuring trace water by Karl Fischer titration use the passage of a measured charge to produce iodine from iodide solution. They are known as Karl Fischer coulometers
+
+

CoulometricTitration#

+ + + + + + + + + + +
Elucidationtitration in which the titrant is generated electrochemically, either by constant current or at constant potential. The titrant reacts stoichiometrically with the analyte, the amount of which is calculated using Faraday’s laws of electrolysis from the electric charge required to reach the end-point
CommentCoulometric titrations are usually carried out in convective mass transfer mode using a large surface working electrode. The reference and auxiliary electrodes are located in sepa- rate compartments. A basic requirement is a 100 % current efficiency of titrant generation at the working electrode. End-point detection can be accomplished with potentiometry, amperometry, biamperometry, bipotentiometry, photometry, or by using a visual indicator.
+
+

Coulometry#

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationelectrochemical measurement principle in which the electric charge required to carry out a known electrochemical reaction is measured. By Faraday’s laws of electrolysis, the amount of substance is proportional to the charge
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-13
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
Wikipedia Referencehttps://en.wikipedia.org/wiki/Coulometry
Wikidata Referencehttps://www.wikidata.org/wiki/Q1136979
CommentCoulometry used to measure the amount of substance is a primary reference measurement procedure [VIM 2.8] not requiring calibration with a standard for a quantity of the same kind (i.e. amount of substance).
+
+

CounterElectrode#

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationelectrode whose function is to carry the electric current flowing through the electrical circuit of an electrochemical cell, the electrochemical processes on its surface not being of interest
Alternative Label(s)AuxiliaryElectrode, AuxiliaryElectrode
IUPAC Referencehttps://goldbook.iupac.org/terms/view/A00535
Wikipedia Referencehttps://en.wikipedia.org/wiki/Auxiliary_electrode
Wikidata Referencehttps://www.wikidata.org/wiki/Q1768785
CommentAn auxiliary electrode is used in any three-electrode cell, together with a working electrode and reference electrode.
+
+

CountingUnit#

+ + + + + + +
ElucidationUnit for dimensionless quantities that have the nature of count.
+
+

Coupled#

+ + +
+
+

CouplingFactor#

+ + + + + + + + + + + + + + +
Alternative Label(s)InductiveCouplingFactor
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-41
Wikidata Referencehttps://www.wikidata.org/wiki/Q78101715
+
+

CriticalTemperature#

+ + + + + + + + + + +
ElucidationTemperature below which quantum effects dominate.
Wikidata Referencehttps://www.wikidata.org/wiki/Q1450516
+
+

Crystal#

+ + + + + + +
ElucidationA material is a crystal if it has essentially a sharp diffraction pattern. + +A solid is a crystal if it has essentially a sharp diffraction pattern. The word essentially means that most of the intensity of the diffraction is concentrated in relatively sharp Bragg peaks, besides the always present diffuse scattering. In all cases, the positions of the diffraction peaks can be expressed by + + +H=∑ni=1hia∗i (n≥3)
+
+

CrystalizationOverpotential#

+ + + + + + + + + + + + + + +
Elucidationpart of the electrode polarization arising from crystal nucleation and growth phenomena
Alternative Label(s)CrystalizationPolarization
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-04
+
+

CrystallineMaterial#

+ + + + + + +
CommentSuggestion of Rickard Armiento
+
+

CubicCentiMetre#

+ + + + + + + + + + +
ElucidationThe CGS unit of volume, equal to 10-6 cubic meter, 1 milliliter, or about 0.061 023 7 cubic inch + +-- QUDT
Alternative Label(s)cubic centimetre
+
+

CubicCentiMetrePerCubicCentiMetre#

+ + + + + + + + + + +
Elucidationvolume ratio consisting of the 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3 + +-- QUDT
Alternative Label(s)Cubic Centimetre Per Cubic Centimetre
+
+

CubicCentiMetrePerCubicMetre#

+ + + + + + + + + + +
Elucidationvolume ratio consisting of the 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3 + +-- QUDT
Alternative Label(s)Cubic Centimetre Per Cubic Metre
+
+

CubicCentiMetrePerDay#

+ + + + + + + + + + +
Elucidation0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit day + +-- QUDT
Alternative Label(s)Cubic Centimetre Per Day
+
+

CubicCentiMetrePerHour#

+ + + + + + + + + + +
Elucidation0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour + +-- QUDT
Alternative Label(s)Cubic Centimetre Per Hour
+
+

CubicCentiMetrePerKelvin#

+ + + + + + + + + + +
Elucidation0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit kelvin + +-- QUDT
Alternative Label(s)Cubic Centimetre Per Kelvin
+
+

CubicCentiMetrePerMinute#

+ + + + + + + + + + +
Elucidation0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit minute + +-- QUDT
Alternative Label(s)Cubic Centimetre Per Minute
+
+

CubicCentiMetrePerMole#

+ + + + + + + + + + +
Elucidation0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol + +-- QUDT
Alternative Label(s)Cubic Centimetre Per Mole
+
+

CubicCentiMetrePerMoleSecond#

+ + + + + + + + + + +
ElucidationA unit that is the 0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol multiplied by the SI base unit second. + +-- QUDT
Alternative Label(s)Cubic Centimeter per Mole Second
+
+

CubicCentiMetrePerMoleSecond#

+ + + + + + + + + + +
ElucidationA unit that is the SI base unit metre with the exponent 3 divided by the SI base unit mol multiplied by the SI base unit second. + +-- QUDT
Alternative Label(s)Cubic Centimeter per Mole Second
+
+

CubicCentiMetrePerSecond#

+ + + + + + + + + + +
Elucidation0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit second + +-- QUDT
Alternative Label(s)Cubic Centimetre Per Second
+
+

CubicCoulombMetrePerSquareJoule#

+ + + + + + + + + + +
Elucidation"Cubic Coulomb Meter per Square Joule" is a unit for 'Cubic Electric Dipole Moment Per Square Energy' expressed as C³ m³ J⁻². + +-- QUDT
Alternative Label(s)Cubic Coulomb Metre per Square Joule
+
+

CubicDecaMetre#

+ + + + + + + + + + +
Elucidation1 000-fold of the power of the SI base unit metre by exponent 3 + +-- QUDT
Alternative Label(s)Cubic Decametre
+
+

CubicDeciMetre#

+ + + + + + + + + + +
Elucidation0.1-fold of the power of the SI base unit metre with the exponent 3 + +-- QUDT
Alternative Label(s)Cubic Decimetre
+
+

CubicDeciMetrePerCubicMetre#

+ + + + + + + + + + +
Elucidationvolume ratio consisting of the 0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3 + +-- QUDT
Alternative Label(s)Cubic Decimetre Per Cubic Metre
+
+

CubicDeciMetrePerDay#

+ + + + + + + + + + +
Elucidation0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time day + +-- QUDT
Alternative Label(s)Cubic Decimetre Per Day
+
+

CubicDeciMetrePerHour#

+ + + + + + + + + + +
Elucidation0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour + +-- QUDT
Alternative Label(s)Cubic Decimetre Per Hour
+
+

CubicDeciMetrePerMinute#

+ + + + + + + + + + +
Elucidation0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time minute + +-- QUDT
Alternative Label(s)Cubic Decimetre Per Minute
+
+

CubicDeciMetrePerMole#

+ + + + + + + + + + +
Elucidation0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol + +-- QUDT
Alternative Label(s)Cubic Decimetre Per Mole
+
+

CubicDeciMetrePerSecond#

+ + + + + + + + + + +
Elucidation0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time second + +-- QUDT
Alternative Label(s)Cubic Decimetre Per Second
+
+

CubicElectricChargeLengthPerSquareEnergyUnit#

+ + +
+
+

CubicExpansionCoefficient#

+ + + + + + + + + + + + + + + + + + +
ElucidationQuantity characterizing the variation with thermodynamic temperature T of the volume V of a body, under given conditions.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-28
Wikidata Referencehttps://www.wikidata.org/wiki/Q74761076
Commentalpha_V = (1/V) * (dV/dT)
+
+

CubicKiloMetrePerSquareSecond#

+ + + + + + + + + + +
Elucidation`Cubic Kilometer per Square Second` is a unit for `Standard Gravitational Parameter` expressed as km³/s². + +-- QUDT
Alternative Label(s)Cubic Kilometre per Square Second
+
+

CubicMetre#

+ + + + + + + + + + +
ElucidationThe SI unit of volume, equal to 1.0e6 cm3, 1000 liters, 35.3147 ft3, or 1.30795 yd3. A cubic meter holds about 264.17 U.S. liquid gallons or 219.99 British Imperial gallons. + +-- QUDT
Wikipedia Referencehttp://en.wikipedia.org/wiki/Cubic_metre?oldid=490956678
+
+

CubicMetrePerCoulomb#

+ + + + + + +
Alternative Label(s)Cubic Metre per Coulomb
+
+

CubicMetrePerCubicMetre#

+ + + + + + + + + + +
Elucidationpower of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3 + +-- QUDT
Alternative Label(s)Cubic Metre Per Cubic Metre
+
+

CubicMetrePerDay#

+ + + + + + + + + + +
Elucidationpower of the SI base unit metre with the exponent 3 divided by the unit day + +-- QUDT
Alternative Label(s)Cubic Metre Per Day
+
+

CubicMetrePerHectare#

+ + + + + + +
Alternative Label(s)Cubic Metre per Hectare
+
+

CubicMetrePerHour#

+ + + + + + + + + + +
ElucidationCubic Meter Per Hour (m3/h) is a unit in the category of Volume flow rate. It is also known as cubic meters per hour, cubic metre per hour, cubic metres per hour, cubic meter/hour, cubic metre/hour, cubic meter/hr, cubic metre/hr, flowrate. Cubic Meter Per Hour (m3/h) has a dimension of L3T-1 where L is length, and T is time. It can be converted to the corresponding standard SI unit m3/s by multiplying its value by a factor of 0.00027777777. + +-- QUDT
Alternative Label(s)Cubic Metre per Hour
+
+

CubicMetrePerKelvin#

+ + + + + + +
Alternative Label(s)Cubic Metre per Kelvin
+
+

CubicMetrePerKilogram#

+ + + + + + + + + + +
ElucidationCubic Meter Per Kilogram (m3/kg) is a unit in the category of Specific volume. It is also known as cubic meters per kilogram, cubic metre per kilogram, cubic metres per kilogram, cubic meter/kilogram, cubic metre/kilogram. This unit is commonly used in the SI unit system. Cubic Meter Per Kilogram (m3/kg) has a dimension of M-1L3 where M is mass, and L is length. This unit is the standard SI unit in this category. + +-- QUDT
Alternative Label(s)Cubic Metre per Kilogram
+
+

CubicMetrePerKilogramSquareSecond#

+ + + + + + +
Alternative Label(s)Cubic Metre per Kilogram Square Second
+
+

CubicMetrePerMinute#

+ + + + + + + + + + +
Elucidationpower of the SI base unit metre with the exponent 3 divided by the unit minute + +-- QUDT
Alternative Label(s)Cubic Metre Per Minute
+
+

CubicMetrePerMole#

+ + + + + + + + + + +
ElucidationThe molar volume, symbol Vm, is the volume occupied by one mole of a substance (chemical element or chemical compound) at a given temperature and pressure. It is equal to the molar mass (M) divided by the mass density. It has the SI unit cubic metres per mole m3/mol, although it is more practical to use the units cubic decimetres per mole dm3/mol for gases and cubic centimetres per mole cm3/mol for liquids and solids. + +-- QUDT
Alternative Label(s)Cubic Metre per Mole
+
+

CubicMetrePerSecond#

+ + + + + + + + + + +
ElucidationA cubic metre per second (m³s⁻¹, m³/s), cumecs or cubic meter per second in American English) is a derived SI unit of flow rate equal to that of a stere or cube with sides of one metre ( u0303 39.37 in) in length exchanged or moving each second. It is popularly used for water flow, especially in rivers and streams, and fractions for HVAC values measuring air flow. + +-- QUDT
Alternative Label(s)Cubic Metre per Second
+
+

CubicMetrePerSquareMetre#

+ + + + + + + + + + +
Elucidationpower of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 2 + +-- QUDT
Alternative Label(s)Cubic Metre Per Square Metre
+
+

CubicMetrePerSquareSecond#

+ + + + + + + + + + +
Elucidation`Cubic Meter per Square Second` is a C.G.S System unit for `Standard Gravitational Parameter` expressed as m³/s² + +-- QUDT
Alternative Label(s)Cubic Metre per Square Second
+
+

CubicMicroMetrePerCubicMetre#

+ + + + + + +
Alternative Label(s)Cubic micrometre per cubic metre
+
+

CubicMicroMetrePerMilliLitre#

+ + + + + + +
Alternative Label(s)Cubic micrometre per millilitre
+
+

CubicMilliMetre#

+ + + + + + + + + + +
ElucidationA metric measure of volume or capacity equal to a cube 1 millimeter on each edge + +-- QUDT
Alternative Label(s)Cubic Millimetre
+
+

CubicMilliMetrePerCubicMetre#

+ + + + + + + + + + +
Elucidationvolume ratio consisting of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3 + +-- QUDT
Alternative Label(s)Cubic Millimetre Per Cubic Metre
+
+

Cumene#

+ + + + + + + + + + + + + + + + + + +
ElucidationCumene is an alkylbenzene that is benzene carrying an isopropyl group.
Alternative Label(s)Isopropylbenzene
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cumene
Wikidata Referencehttps://www.wikidata.org/wiki/Q410107
+
+

CurieTemperature#

+ + + + + + + + + + + + + + +
ElucidationCritical thermodynamic temperature of a ferromagnet.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-51
Wikidata Referencehttps://www.wikidata.org/wiki/Q191073
+
+

CuriumAtom#

+ + + + + + +
ElucidationAtom subclass for curium.
+
+

CuriumSymbol#

+ + +
+
+

CurrentChangeLimit#

+ + +
+
+

CurrentCollector#

+ + + + + + + + + + + + + + + + + + +
ElucidationA good electron conductor support designed to transfer electrons from the external circuit to the active materials of the cell.
Alternative Label(s)ElectrodeCurrentCollector
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=485-06-07
Wikidata Referencehttps://www.wikidata.org/wiki/Q120907411
+
+

CurrentControlledProcess#

+ + +
+
+

CurrentDensityLimit#

+ + + + + + + + + + +
Elucidationmaximum electric current density that can be achieved for an electrode reaction at a given concentration of a electrochemically active material in the presence of a large excess of supporting electrolyte
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-13
+
+

CurrentLimit#

+ + + + + + +
Elucidationlimit on the electric current of an electrical system
+
+

CurrentLinkage#

+ + + + + + + + + + + + + + +
ElucidationFor a closed path, scalar quantity equal to the electric current through any surface bounded by the path.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-46
Wikidata Referencehttps://www.wikidata.org/wiki/Q77995703
+
+

CurrentPotentialPlot#

+ + + + + + + + + + + + + + +
Elucidationplot of current versus applied potential (I-E) for a given system
Alternative Label(s)CurrentPotentialCurve, ElectricCurrentPotentialCurve
CommentThe curve is sigmoidal in hydrodynamic voltammetry, voltammetry at microelectrodes and polarography, or peak-shaped in ac voltammetry, differential pulse voltammetry, square- wave voltammetry, stripping voltammetry, and derivative techniques.
+
+

CurrentPulse#

+ + + + + + +
Elucidationthe process of applying a current pulse
+
+

CurrentPulse#

+ + + + + + + + + + +
Elucidationrapid, transient change in the amplitude of an electric current, from a baseline value to a higer or lower value, followed by a rapid return to the baseline value.
Wikidata Referencehttps://www.wikidata.org/wiki/Q114979515
+
+

CurrentScanRate#

+ + + + + + +
ElucidationThe rate of change of an applied current with time.
+
+

CurrentTimePlot#

+ + + + + + + + + + +
Elucidationplot of the dependence of instantaneous current on time
Alternative Label(s)CurrentTimeCurve
+
+

Curvature#

+ + + + + + + + + + + + + + +
ElucidationInverse of the radius of curvature.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-31
Wikidata Referencehttps://www.wikidata.org/wiki/Q214881
+
+

Curve#

+ + +
+
+

Cutting#

+ + +
+
+

CycleDomainMatrix#

+ + + + + + +
Elucidationa series of data points indexed in cycle order
+
+

CycleLife#

+ + + + + + + + + + + + + + +
Elucidationthe maximum number of cycles achieved in an electrochemical device before reaching some end-of-life criterion
Alternative Label(s)ElectrochemicalCycleLife
Commenta typical end-of-life criterion in the battery domain is 80% of the initial capacity of the device
+
+

CycleNumber#

+ + + + + + +
Alternative Label(s)CycleIndex
+
+

CycleNumberVector#

+ + + + + + +
Elucidationvector containing at least two values for the quantity cycle number
+
+

CyclicChronopotentiometry#

+ + + + + + +
ElucidationChronopotentiometry where the change in applied current undergoes a cyclic current reversal.
+
+

CyclicVoltammetry#

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationvoltammetry in which the electric current is recorded as the electrode potential is varied with time cycli- cally between two potential limits, normally at a constant scan rate
Alternative Label(s)CV, CV, CV, CV
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
Wikipedia Referencehttps://en.wikipedia.org/wiki/Cyclic_voltammetry
Wikidata Referencehttps://www.wikidata.org/wiki/Q1147647
CommentCyclic voltammetry is frequently used for the investigation of mechanisms of electrochemi- cal/electrode reactions. The current-potential curve may be modelled to obtain reaction mechanisms and electrochemical parameters.
+
+

Cycling#

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationset of operations that is carried out on a secondary cell or battery and is repeated regularly in the same sequence.
Alternative Label(s)ChargeCycle, ChargeCycle, ElectrochemicalCycling, ElectrochemicalCycling
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-28
Wikipedia Referencehttps://en.wikipedia.org/wiki/Charge_cycle
Wikidata Referencehttps://www.wikidata.org/wiki/Q5074261
Commentin a secondary battery these operations may consist of a sequence of a discharge followed by a charge or a charge followed by a discharge under specified conditions
+
+

CyclotronAngularFrequency#

+ + + + + + + + + + +
ElucidationQuotient of the product of the electric charge of a particle and the magnitude of the magnetic flux density of the magnetic field, and the particle mass.
Wikidata Referencehttps://www.wikidata.org/wiki/Q97708211
+
+

CylindricalBattery#

+ + + + + + + + + + + + + + +
Elucidationcell with a cylindrical shape in which the overall height is equal to or greater than the diameter
Alternative Label(s)CylindricalBatteryCell, CylindricalBatteryCell, CylindricalCell, CylindricalCell, RoundCell, RoundCell
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-39
+
+

CylindricalCase#

+ + + + + + +
IEC Referencea round-type case with a height that is greater than or equal to the diameter
+
+

DCPolarography#

+ + + + + + + + + + + + + + +
Elucidationlinear scan voltammetry with slow scan rate in which a dropping mercury electrode is used as the working electrode
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
CommentIf the whole scan is performed on a single growing drop, the technique should be called single drop scan voltammetry. The term polarography in this context is discouraged.
+
+

DRate#

+ + + + + + + + + + + + + + + + + + +
Elucidation[an indicator of the] electric current at which a battery is discharged
Alternative Label(s)DischargeRate, DischargeRate, DischargeRate
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-25
Commentin practice, the term CRate is often used to mean DRate
+
+

Dalton#

+ + + + + + + + + + + + + + +
ElucidationThe unified atomic mass unit (symbol: μ) or dalton (symbol: Da) is a unit that is used for indicating mass on an atomic or molecular scale. It is defined as one twelfth of the rest mass of an unbound atom of carbon-12 in its nuclear and electronic ground state, and has a value of 1.660538782(83) × 10⁻²⁷ kg. One Da is approximately equal to the mass of one proton or one neutron. The CIPM have categorised it as a "non-SI unit whose values in SI units must be obtained experimentally". + +-- QUDT
IUPAC Referencehttps://doi.org/10.1351/goldbook.D01514
Wikipedia Referencehttp://en.wikipedia.org/wiki/Atomic_mass_unit
+
+

DampingCoefficient#

+ + + + + + + + + + +
ElucidationInverse of the time constant of an exponentially varying quantity.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-05-24
+
+

DaniellCell#

+ + + + + + + + + + + + + + + + + + +
Elucidationa primary battery cell with zinc and copper electrodes and a mixed electrolyte system of copper (II) sulfate and sulfuric acid
Wikipedia Referencehttps://en.wikipedia.org/wiki/Daniell_cell
Wikidata Referencehttps://www.wikidata.org/wiki/Q749635
Commentincluded for historical reference
+
+

DarmastadtiumAtom#

+ + + + + + +
ElucidationAtom subclass for darmastadtium.
+
+

DarmastadtiumSymbol#

+ + +
+
+

Data#

+ + + + + + + + + + +
ElucidationA perspective in which entities are represented according to the variation of their properties.
Alternative Label(s)Contrast, Dedomena, Pattern
+
+

DataBasedSimulationSoftware#

+ + + + + + +
ElucidationA computational application that uses existing data to predict the behaviour of a system without providing a identifiable analogy with the original object.
+
+

DataProcessing#

+ + + + + + +
ElucidationA computation that provides a data output following the elaboration of some input data, using a data processing application.
+
+

DataProcessingApplication#

+ + +
+
+

DataSet#

+ + + + + + +
ElucidationEncoded data made of more than one datum.
+
+

DataStructure#

+ + +
+
+

Datum#

+ + + + + + +
ElucidationA self-consistent encoded data entity.
+
+

Day#

+ + + + + + + + + + + + + + +
ElucidationMean solar day + +-- QUDT
IUPAC Referencehttps://doi.org/10.1351/goldbook.D01527
Wikipedia Referencehttp://en.wikipedia.org/wiki/Day?oldid=494970012
+
+

DebyeAngularFrequency#

+ + + + + + + + + + +
ElucidationCut-off angular frequency in the Debye model of the vibrational spectrum of a solid.
Wikidata Referencehttps://www.wikidata.org/wiki/Q105580986
+
+

DebyeAngularWaveNumber#

+ + + + + + + + + + + + + + +
ElucidationCut-off angular wavenumber in the Debye model of the vibrational spectrum of a solid.
Alternative Label(s)DebyeAngluarRepetency
Wikidata Referencehttps://www.wikidata.org/wiki/Q105554370
+
+

DebyeTemperature#

+ + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q3517821
+
+

DebyeWallerFactor#

+ + + + + + + + + + +
ElucidationFactor by which the intensity of a diffraction line is reduced because of the lattice vibrations.
Wikidata Referencehttps://www.wikidata.org/wiki/Q902587
+
+

Deca#

+ + + + + + +
Alternative Label(s)Deka
+
+

DecaPrefixedUnit#

+ + + + + + +
Alternative Label(s)DekaPrefixedUnit
+
+

DecayConstant#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationDisintegrations per unit time dN/dt for an atomic nucleus divided by the number of nuclei N existing at the same time t.
Alternative Label(s)DisintegrationConstant
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-11
IUPAC Referencehttps://doi.org/10.1351/goldbook.D01538
Wikidata Referencehttps://www.wikidata.org/wiki/Q11477200
+
+

Deci#

+ + +
+
+

DeciPrefixedUnit#

+ + + + + + +
ElucidationSuperclass for all units prefixed with "deci" (0.1).
+
+

Declaration#

+ + + + + + +
Alternative Label(s)ConventionalSemiosis
+
+

Declared#

+ + +
+
+

Declarer#

+ + + + + + +
ElucidationAn interpreter who establish the connection between an conventional sign and an object according to a specific convention.
+
+

Deduced#

+ + +
+
+

Deducer#

+ + + + + + +
ElucidationAn interpreter who establish the connection between an index sign and an object according to a causal contiguity.
+
+

Deduction#

+ + + + + + +
Alternative Label(s)IndexSemiosis
+
+

DeepDrawing#

+ + +
+
+

DeepFreezing#

+ + +
+
+

DefinedEdgeCutting#

+ + +
+
+

DefiningEquation#

+ + + + + + +
ElucidationAn equation that define a new variable in terms of other mathematical entities.
+
+

Degenerency#

+ + + + + + + + + + + + + + +
Alternative Label(s)Multiplicity
IUPAC Referencehttps://doi.org/10.1351/goldbook.D01556
Wikidata Referencehttps://www.wikidata.org/wiki/Q902301
+
+

Degree#

+ + + + + + + + + + +
ElucidationA degree (in full, a degree of arc, arc degree, or arcdegree), usually denoted by ° (the degree symbol), is a measurement of plane angle, representing 1/360 of a full rotation; one degree is equivalent to 2π /360 rad, 0.017453 rad. It is not an SI unit, as the SI unit for angles is radian, but is an accepted SI unit. + +-- QUDT
IUPAC Referencehttps://doi.org/10.1351/goldbook.D01560
+
+

DegreeCelsius#

+ + + + + + + + + + + + + + +
ElucidationMeasurement unit for Celsius temperature. This unit can only be used for expressing temperature differences.
IUPAC Referencehttps://doi.org/10.1351/goldbook.D01561
Wikipedia Referencehttp://en.wikipedia.org/wiki/Celsius?oldid=494152178
+
+

DegreeCelsiusCentiMetre#

+ + + + + + + + + + +
Elucidation`Degree Celsius Centimeter` is a C.G.S System unit for 'Length Temperature' expressed as cm-degC. + +-- QUDT
Alternative Label(s)Degree Celsius Centimetre
+
+

DegreeCelsiusKilogramPerSquareMetre#

+ + + + + + + + + + +
ElucidationDerived unit for the product of the temperature in degrees Celsius and the mass density of a medium, integrated over vertical depth or height in metres. + +-- QUDT
Alternative Label(s)Degrees Celsius kilogram per square metre
+
+

DegreeCelsiusPerHour#

+ + + + + + + + + + +
Elucidation`Degree Celsius per Hour` is a unit for 'Temperature Per Time' expressed as degC / hr. + +-- QUDT
Alternative Label(s)Degree Celsius per Hour
+
+

DegreeCelsiusPerKelvin#

+ + + + + + + + + + +
Elucidationunit with the name Degree Celsius divided by the SI base unit kelvin + +-- QUDT
Alternative Label(s)Degree Celsius Per Kelvin
+
+

DegreeCelsiusPerMetre#

+ + + + + + +
Alternative Label(s)Degrees Celsius per metre
+
+

DegreeCelsiusPerMinute#

+ + + + + + + + + + +
Elucidation`Degree Celsius per Minute` is a unit for 'Temperature Per Time' expressed as degC / m. + +-- QUDT
Alternative Label(s)Degree Celsius per Minute
+
+

DegreeCelsiusPerSecond#

+ + + + + + + + + + +
Elucidation`Degree Celsius per Second` is a unit for 'Temperature Per Time' expressed as degC / s. + +-- QUDT
Alternative Label(s)Degree Celsius per Second
+
+

DegreeOfDissociation#

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationratio of the number of dissociation events to the maximum number of theoretically possible dissociation events.
Alternative Label(s)DissociationFraction
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-09
IUPAC Referencehttps://doi.org/10.1351/goldbook.D01566
Wikidata Referencehttps://www.wikidata.org/wiki/Q907334
CommentDissociation may occur stepwise.
+
+

DegreePerHour#

+ + + + + + + + + + +
Elucidation"Degree per Hour" is an Imperial unit for 'Angular Velocity' expressed as deg/h. + +-- QUDT
Alternative Label(s)Degree per Hour
+
+

DegreePerMetre#

+ + + + + + + + + + +
ElucidationA change of angle in one SI unit of length. + +-- QUDT
Alternative Label(s)Degrees per metre
+
+

DegreePerMinute#

+ + + + + + + + + + +
ElucidationA unit of measure for the rate of change of plane angle, dω / dt, in durations of one minute.The vector ω is directed along the axis of rotation in the direction for which the rotation is clockwise. + +-- QUDT
Alternative Label(s)Degree per Minute
+
+

DegreePerSecond#

+ + + + + + + + + + +
Elucidation"Degree per Second" is an Imperial unit for 'Angular Velocity' expressed as deg/s. + +-- QUDT
Alternative Label(s)Degree per Second
+
+

DegreePerSquareSecond#

+ + + + + + + + + + +
Elucidation`Degree per Square Second` is an Imperial unit for `Angular Acceleration` expressed as deg/s². + +-- QUDT
Alternative Label(s)Degree per Square Second
+
+

Dendrite#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationneedle-like or tree-like formation of crystalline growth formed during deposition of a material
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-07
IUPAC Referencehttps://doi.org/10.1351/goldbook.D01588
Wikipedia Referencehttps://en.wikipedia.org/wiki/Dendrite_(crystal)
Wikidata Referencehttps://www.wikidata.org/wiki/Q190136
+
+

Density#

+ + + + + + + + + + + + + + +
Alternative Label(s)MassConcentration, MassDensity
IUPAC Referencehttps://doi.org/10.1351/goldbook.D01590
CommentQuantity representing the spatial distribution of mass in a continuous material.
+
+

DensityOfHeatFlowRate#

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
ElucidationVector quantity with magnitude equal to the heat flow rate dΦ through a surface element divided by the area dA of the element, and direction eφ in the direction of propagation of heat.
Alternative Label(s)AreicHeatFlowRate
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-37
IUPAC Referencehttps://doi.org/10.1351/goldbook.H02755
Wikidata Referencehttps://www.wikidata.org/wiki/Q1478382
CommentAt a fixed point in a medium, the direction of propagation of heat is opposite to the temperature gradient. At a point on the surface separating two media with different temperatures, the direction of propagation of heat is normal to the surface, from higher to lower temperatures.
+
+

DensityOfVibrationalStates#

+ + + + + + + + + + +
Elucidationquotient of the number of vibrational modes in an infinitesimal interval of angular frequency, and the product of the width of that interval and volume
Wikidata Referencehttps://www.wikidata.org/wiki/Q105637294
+
+

DensityUnit#

+ + +
+
+

DepthOfDischarge#

+ + + + + + + + + + +
Alternative Label(s)DoD
Wikipedia Referencehttps://en.wikipedia.org/wiki/Depth_of_discharge
+
+

DerivedQuantity#

+ + + + + + +
Elucidation"Quantity, in a system of quantities, defined in terms of the base quantities of that system".
+
+

DerivedUnit#

+ + + + + + +
ElucidationDerived units are defined as products of powers of the base units corresponding to the relations defining the derived quantities in terms of the base quantities.
+
+

Description#

+ + + + + + +
ElucidationA coded that is not atomic with respect to a code of description.
+
+

Determination#

+ + + + + + + + + + +
ElucidationA 'Semiosis' that involves an 'Observer' that perceives another 'Physical' (the 'Object') through a specific perception mechanism and produces a 'Property' (the 'Sign') that stands for the result of that particular perception according to a well defined conventional procedure.
Alternative Label(s)Characterisation
+
+

Determined#

+ + +
+
+

Determiner#

+ + + + + + +
ElucidationAn 'interpreter' that perceives another 'entity' (the 'object') through a specific perception mechanism and produces a 'property' (the 'sign') that stands for the result of that particular perception.
+
+

Device#

+ + + + + + + + + + +
ElucidationAn object which is instrumental for reaching a particular purpose through its characteristic functioning process, with particular reference to mechanical or electronic equipment.
Alternative Label(s)Equipment, Machine
+
+

DewPointTemperature#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationThermodynamic temperature at which vapour in air reaches saturation.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-67
IUPAC Referencehttps://doi.org/10.1351/goldbook.D01652
Wikidata Referencehttps://www.wikidata.org/wiki/Q178828
CommentThe corresponding Celsius temperature is denoted td and is also called dew point.
+
+

Diameter#

+ + + + + + + + + + + + + + + + + + +
Elucidationmaximal distance of two points of an object, in a given direction or along a straight line passing through the centre.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-27
Wikipedia Referencehttps://en.wikipedia.org/wiki/Diameter
CommentThe diameter of a circle or a sphere is twice its radius.
+
+

Dichloromethane#

+ + + + + + + + + + + + + + +
Alternative Label(s)DCM, MethyleneChloride, MethyleneDichloride
Wikipedia Referencehttps://en.wikipedia.org/wiki/Dichloromethane
Wikidata Referencehttps://www.wikidata.org/wiki/Q421748
+
+

Dichloromethane#

+ + + + + + + + + + + + + + +
Alternative Label(s)DCM
Wikipedia Referencehttps://en.wikipedia.org/wiki/Dichloromethane
Wikidata Referencehttps://www.wikidata.org/wiki/Q421748
+
+

DieCasting#

+ + +
+
+

Dielectrometry#

+ + + + + + + + + + + + + + +
Elucidationelectrochemical measurement principle based on the measurement of the dielectric constant of a sample resulting from the orientation of particles (molecules or ions) that have a dipole moment in an electric field
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
CommentDielectrometric titrations use dielectrometry for the end-point detection.
+
+

DiethylCarbonate#

+ + + + + + + + + + + + + + + + + + +
ElucidationDiethyl carbonate is a carbonate ester.
Alternative Label(s)DEC
Wikipedia Referencehttps://en.wikipedia.org/wiki/Diethyl_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q420616
+
+

DiethyleneGlycolDiethylEther#

+ + + + + + +
Alternative Label(s)Ethyldiglyme
+
+

DifferentialLinearPulseVoltammetry#

+ + + + + + +
ElucidationDifferential Pulse Voltammetry in which small potential pulses are superimposed onto a linearly varying potential.
+
+

DifferentialOperator#

+ + +
+
+

DifferentialPotentialPulse#

+ + + + + + + + + + +
ElucidationSmall pulses of electric potential superimposed to a linear potential ramp or a staircase potential ramp.
CommentThe pulses are usually of constant height 10 to 100 mV and constant width 10 to 100 ms.
+
+

DifferentialPulseVoltammetry#

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationvoltammetry in which small potential pulses (constant height 10 to 100 mV, constant width 10 to 100 ms) are superimposed onto a linearly varying potential or onto a staircase potential ramp. The current is sampled just before the onset of the pulse (e.g. 10 to 20 ms) and for the same sampling time just before the end of the pulse. The difference between the two sampled currents is plotted versus the potential applied before the pulse. Thus, a differential pulse voltammogram is peak-shaped
Alternative Label(s)DPV, DPV, DPV
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
Wikipedia Referencehttps://en.wikipedia.org/wiki/Differential_pulse_voltammetry
Wikidata Referencehttps://www.wikidata.org/wiki/Q5275361
CommentDifferential pulse polarography is differential pulse voltammetry in which a dropping mercury electrode is used as the working electrode. A pulse is applied before the mechani- cally enforced end of the drop and the current is sampled twice: just before the onset of the pulse and just before its end. The pulse width is usually 10 to 20 % of the drop life. The drop dislodgement is synchronized with current sampling, which is carried out as in DPV.
+
+

DifferentialStaircasePulseVoltammetry#

+ + + + + + +
ElucidationDifferential Pulse Voltammetry in which small potential pulses are superimposed onto a staircase potential ramp.
+
+

DiffuseLayerPotential#

+ + + + + + + + + + +
Elucidationelectric potential difference between the rigid layer and the diffuse layer of a double layer
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-20
+
+

DiffusionArea#

+ + + + + + + + + + +
ElucidationOne-sixth of the mean square distance between the point where a neutron enters a specified class and the point where it leaves this class.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98966292
+
+

DiffusionCoefficient#

+ + + + + + +
ElucidationProportionality constant in some physical laws.
+
+

DiffusionCoefficientForFluenceRate#

+ + + + + + + + + + +
ElucidationProportionality constant between the particle current density J and the gradient of the particle fluence rate.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98876254
+
+

DiffusionCoefficientForParticleNumberDensity#

+ + + + + + + + + + +
ElucidationProportionality constant between the particle current density J and the gradient of the particle number density n.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98875545
+
+

DiffusionCurrent#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationfaradaic current that is controlled by the rate at which electroactive species diffuse toward (or away from) and electrode-solution interface.
IUPAC Referencehttps://goldbook.iupac.org/terms/view/D01722
Wikipedia Referencehttps://en.wikipedia.org/wiki/Diffusion_current
Wikidata Referencehttps://www.wikidata.org/wiki/Q1224527
CommentDiffusion current is governed by Fick’s Laws of diffusion. It is the principle on which many electroana- lytical methods are based, because the current is proportional to the bulk concentration of the diffusing species. I_{d} = z*F*A*D*\grad(c)_{x=0}, where z is the electron number of an electrochemical reaction, F the Faraday constant, A the electrode surface area, D the diffusion coefficient of electroactive substance, and (∂c/∂x)x=0 the gradient of the amount concentration at the electrode surface position x = 0.
+
+

DiffusionLength#

+ + + + + + + + + + + + + + +
ElucidationIn condensed matter physics, the square root of the product of diffusion coefficient and lifetime.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=521-02-60
Wikidata Referencehttps://www.wikidata.org/wiki/Q106097176
+
+

DiffusionLimitedCurrent#

+ + + + + + + + + + + + + + + + + + +
Elucidationdiffusion current of the potential-independent value that is approached as the rate of the charge-transfer process is increased by varying the applied potential, being greater than the rate of mass transport controlled by diffusion
Alternative Label(s)LimitingDiffusionCurrent
IUPAC Referencehttps://goldbook.iupac.org/terms/view/L03534
CommentI_{d,lim}
+
+

Diffusivity#

+ + +
+
+

DiffusivityUnit#

+ + +
+
+

DigitalData#

+ + + + + + + + + + +
ElucidationDiscrete data that are decoded as a sequence of 1/0, or true/false, or on/off.
Alternative Label(s)BinaryData
+
+

Diglyme#

+ + + + + + + + + + + + + + + + + + +
ElucidationDiglyme is a polyether that is the dimethyl ether derivative of diethylene glycol. It has a role as a solvent, a xenobiotic and an environmental contaminant. It is functionally related to a diethylene glycol.
Alternative Label(s)2Glyme, DiethyleneGlycolDimethylEther
Wikipedia Referencehttps://en.wikipedia.org/wiki/Diglyme
Wikidata Referencehttps://www.wikidata.org/wiki/Q865952
+
+

DimensionalUnit#

+ + + + + + +
ElucidationA subclass of measurement unit focusing on the physical dimensionality that is carried by the unit.
+
+

DimensionlessUnit#

+ + + + + + +
ElucidationThe subclass of measurement units with no physical dimension.
+
+

DimethoxyDimethylSilane#

+ + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q27273582
+
+

Dimethoxyethane#

+ + + + + + + + + + + + + + +
Elucidation1,2-dimethoxyethane is a diether that is the 1,2-dimethyl ether of ethane-1,2-diol. It has a role as a non-polar solvent. It is functionally related to an ethylene glycol.
Alternative Label(s)DME
Wikidata Referencehttps://www.wikidata.org/wiki/Q416271
+
+

Dimethoxymethane#

+ + + + + + + + + + + + + + + + + + +
ElucidationDimethoxymethane is an acetal that is the dimethyl acetal derivative of formaldehyde. It is an acetal and a diether. It is functionally related to a methanediol.
Alternative Label(s)DMM, Methylal
Wikipedia Referencehttps://en.wikipedia.org/wiki/Dimethoxymethane
Wikidata Referencehttps://www.wikidata.org/wiki/Q411496
+
+

DimethylCarbonate#

+ + + + + + + + + + + + + + + + + + +
ElucidationDimethyl carbonate is a carbonate ester that is carbonic acid in which both hydrogens are replaced by methyl groups. A flammable, colourless liquid (m.p. 2-4℃, b.p. 90℃) with a characterstic ester-like odour, it is used as a 'green' methylating agent and as a solvent. It has a role as a solvent and a reagent.
Alternative Label(s)DMC
Wikipedia Referencehttps://en.wikipedia.org/wiki/Dimethyl_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q416254
+
+

DimethylSulfoxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)DMSO
Wikipedia Referencehttps://en.wikipedia.org/wiki/Dimethyl_sulfoxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q407927
+
+

DimethylSulfoxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)DMSO
Wikipedia Referencehttps://en.wikipedia.org/wiki/Dimethyl_sulfoxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q407927
+
+

Dimethylformamide#

+ + + + + + + + + + + + + + +
Alternative Label(s)DMF
Wikipedia Referencehttps://en.wikipedia.org/wiki/Dimethylformamide
Wikidata Referencehttps://www.wikidata.org/wiki/Q409298
+
+

Dimethylformamide#

+ + + + + + + + + + + + + + + + + + +
ElucidationN,N-dimethylformamide is a member of the class of formamides that is formamide in which the amino hydrogens are replaced by methyl groups. It has a role as a polar aprotic solvent, a hepatotoxic agent and a geroprotector. It is a volatile organic compound and a member of formamides. It is functionally related to a formamide.
Alternative Label(s)DMF
Wikipedia Referencehttps://en.wikipedia.org/wiki/Dimethylformamide
Wikidata Referencehttps://www.wikidata.org/wiki/Q409298
+
+

Dimethylpropyleneurea#

+ + + + + + + + + + + + + + +
Alternative Label(s)DMPU
Wikipedia Referencehttps://en.wikipedia.org/wiki/DMPU
Wikidata Referencehttps://www.wikidata.org/wiki/Q416637
+
+

Dimethylsulfate#

+ + + + + + + + + + + + + + +
Alternative Label(s)DMS
Wikipedia Referencehttps://en.wikipedia.org/wiki/Dimethyl_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q413421
+
+

Dioxolane#

+ + + + + + + + + + + + + + + + + + +
ElucidationDioxolane appears as a clear colorless liquid. Slightly denser than water. Vapors heavier than air.
Alternative Label(s)DOL
Wikipedia Referencehttps://en.wikipedia.org/wiki/Dioxolane
Wikidata Referencehttps://www.wikidata.org/wiki/Q2234483
+
+

DippingForms#

+ + +
+
+

DipropylSulfone#

+ + + + + + + + + + +
Alternative Label(s)PropylSulfone
Wikidata Referencehttps://www.wikidata.org/wiki/Q27261538
+
+

DirectCoulometryAtControlledCurrent#

+ + + + + + + + + + +
Elucidationcoulometry at an imposed, constant current in the electrochemical cell
CommentDirect coulometry at controlled current is usually carried out in convective mass transfer mode. The end-point of the electrolysis, at which the current is stopped, must be determined either from the inflection point in the E–t curve or by using visual or objective end-point indi- cation, similar to volumetric methods. The total electric charge is calculated as the product of the constant current and time of electrolysis or can be measured directly using a coulometer.
+
+

DirectCoulometryAtControlledPotential#

+ + + + + + + + + + + + + + +
Elucidationcoulometry at a preselected constant potential of the working electrode
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
CommentDirect coulometry at controlled potential is usually carried out in convective mass trans- fer mode using a large surface working electrode. Reference and auxiliary electrodes are placed in separate compartments. The total electric charge is obtained by integration of the I–t curve or can be measured directly using a coulometer.
+
+

DirectCurrent#

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationelectric current that flows in a constant direction, i.e. a current with a constant sign
Alternative Label(s)DC, DC
IUPAC Referencehttps://goldbook.iupac.org/terms/view/D01767
Wikipedia Referencehttps://en.wikipedia.org/wiki/Direct_current
Wikidata Referencehttps://www.wikidata.org/wiki/Q159241
CommentI_{DC}
+
+

DirectCurrent#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationSignal consisting of a constant electric current.
Alternative Label(s)ConstantCurrentSignal, DC
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-22
Wikipedia Referencehttps://en.wikipedia.org/wiki/Constant_current
Wikidata Referencehttps://www.wikidata.org/wiki/Q5163647
+
+

DirectionAndEnergyDistributionOfCrossSection#

+ + + + + + + + + + +
ElucidationPartial differential quotient of the cross section of a process with respect to the solid angle around a given direction and the energy of a particle scattered in that direction.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98269571
+
+

DirectionDistributionOfCrossSection#

+ + + + + + + + + + +
ElucidationDifferential quotient of the cross section for scattering a particle in a given direction and the solid angle around that direction.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98266630
+
+

Discharge#

+ + + + + + + + + + + + + + + + + + +
Elucidationoperation during which an electrochemical cell supplies electric energy as the result of chemical changes within the cell
Alternative Label(s)ElectrochemicalDischarging
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-23
Commentthe opposite of a charging process
+
+

DischargeCapacity#

+ + + + + + +
Elucidationcapacity delivered during a discharge process
+
+

DischargeCurrent#

+ + + + + + + + + + +
Elucidationelectric current delivered by a battery during its discharge
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-24
+
+

DischargeEnergy#

+ + + + + + +
Elucidationenergy delivered by a deviced under some specific discharge conditions
+
+

DischargeVoltage#

+ + + + + + + + + + +
Elucidationvoltage between the terminals of a cell or battery when being discharged
Alternative Label(s)ClosedCircuitVoltage
+
+

DischargedEmptyBattery#

+ + + + + + + + + + + + + + +
Elucidationdischarged secondary battery, where the cells contain no electrolyte or one in which the electrolyte has been drained from the cells which are then sealed to keep out oxygen
Alternative Label(s)DischargedUnfilledBattery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-31
+
+

DiscreteData#

+ + + + + + +
ElucidationData whose variations are decoded according to a discrete schema.
+
+

Dismantling#

+ + +
+
+

Dispersion#

+ + + + + + +
ElucidationA material in which distributed particles of one phase are dispersed in a different continuous phase.
+
+

Displacement#

+ + + + + + + + + + + + + + + + + + +
Elucidationvector quantity between any two points in space
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-29
Wikipedia Referencehttps://en.wikipedia.org/wiki/Displacement_(geometry)
Wikidata Referencehttps://www.wikidata.org/wiki/Q190291
+
+

DisplacementCurrent#

+ + + + + + + + + + + + + + +
ElucidationScalar quantity equal to the flux of the displacement current density JD through a given directed surface S.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-43
Wikidata Referencehttps://www.wikidata.org/wiki/Q853178
+
+

DisplacementCurrentDensity#

+ + + + + + + + + + + + + + +
ElucidationVector quantity equal to the time derivative of the electric flux density.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-42
Wikidata Referencehttps://www.wikidata.org/wiki/Q77614612
+
+

DisplacementVector#

+ + + + + + + + + + +
ElucidationIn condensed matter physics, position vector of an atom or ion relative to its equilibrium position.
Wikidata Referencehttps://www.wikidata.org/wiki/Q105533558
+
+

Dissociation#

+ + + + + + + + + + + + + + + + + + +
Elucidationprocess where molecules split up into ions due to being dissolved
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-08
Wikipedia Referencehttps://en.wikipedia.org/wiki/Dissociation_(chemistry)
Wikidata Referencehttps://www.wikidata.org/wiki/Q189673
+
+

DissociationConstant#

+ + + + + + + + + + + + + + +
Elucidationratio of the number of dissociated molecules of a specified type to the total number of dissolved molecules of this type.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-10
Wikidata Referencehttps://www.wikidata.org/wiki/Q898254
+
+

Dissolution#

+ + + + + + + + + + + + + + +
Elucidationmixing of a substance into another substance with formation of one new homogeneous substance
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-04
Commentthe result of the dissolution of one or more solutes into a solvent is a solution
+
+

Distance#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationShortest path length between two points in a metric space.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-03-24
Wikipedia Referencehttps://en.wikipedia.org/wiki/Distance
Wikidata Referencehttps://www.wikidata.org/wiki/Q126017
CommentDistance is the norm of Displacement.
+
+

Division#

+ + +
+
+

Document#

+ + + + + + +
ElucidationAn heterogenous object made of different graphical object parts.
+
+

DonorDensity#

+ + + + + + + + + + +
ElucidationNumber of donor levels per volume.
Wikidata Referencehttps://www.wikidata.org/wiki/Q105979886
+
+

DoseEquivalent#

+ + + + + + + + + + +
ElucidationA dose quantity used in the International Commission on Radiological Protection (ICRP) system of radiological protection.
IUPAC Referencehttps://doi.org/10.1351/goldbook.E02101
+
+

DoseEquivalentRate#

+ + + + + + + + + + + + + + +
ElucidationTime derivative of the dose equivalent.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-14-02
Wikidata Referencehttps://www.wikidata.org/wiki/Q99604810
+
+

DoubleCoatedElectrode#

+ + + + + + +
Elucidationan electrode that is coated on both sides of the current collector
+
+

DoubleLayer#

+ + + + + + + + + + + + + + + + + + +
Elucidationa double layer of charges exists at the interface between two conducting media: One side carries a positive excess charge, which is balanced by a negative excess of equal magnitude on the other side.
Alternative Label(s)DL, EDL, ElectricalDoubleLayer
Wikipedia Referencehttps://en.wikipedia.org/wiki/Double_layer_(surface_science)
Wikidata Referencehttps://www.wikidata.org/wiki/Q904857
+
+

DoubleLayerCurrent#

+ + + + + + + + + + +
Elucidationnon-faradaic current associated with the charging of the electrical double layer at the electrode-solution interface
IUPAC Referencehttps://goldbook.iupac.org/terms/view/D01847
+
+

DoubleLayerModel#

+ + + + + + + + + + + + + + + + + + +
Elucidationmodel representing the structure of an electrolyte at an electrode-electrolyte interface by a rigid layer formed by the charge carriers on the surface of the electrode and a diffuse layer formed by mobile ions in the electrolyte.
Alternative Label(s)ElectricalDoubleLayerModel, ElectricalPolarizationLayerModel
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-19
Wikipedia Referencehttps://en.wikipedia.org/wiki/Double_layer_(surface_science)
+
+

DownAntiQuark#

+ + +
+
+

DownAntiQuarkType#

+ + +
+
+

DownQuark#

+ + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Down_quark
+
+

DownQuarkType#

+ + +
+
+

DragCoefficient#

+ + + + + + + + + + + + + + +
ElucidationDimensionless parameter to quantify fluid resistance.
Alternative Label(s)DragFactor
Wikidata Referencehttps://www.wikidata.org/wiki/Q1778961
+
+

DragForce#

+ + + + + + + + + + +
ElucidationRetarding force on a body moving in a fluid.
Wikidata Referencehttps://www.wikidata.org/wiki/Q206621
+
+

DrainedChargedBattery#

+ + + + + + + + + + +
Elucidationcharged secondary battery where the cells contain a small quantity of electrolyte absorbed in the cell plates and in the plate separators
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-29
+
+

DrawForms#

+ + +
+
+

Drilling#

+ + +
+
+

DropForging#

+ + +
+
+

DropTimeInPolarography#

+ + + + + + + + + + +
Elucidationthe time that elapses between the instants at which two successive drops of liquid metal are detached from the tip of the capillary.
IUPAC Referencehttps://doi.org/10.1351/goldbook.D01862
+
+

DroppingMercuryElectrode#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationmercury electrode formed by sequence of mercury drops falling from a small aperture
Alternative Label(s)DME, DME
Wikipedia Referencehttps://en.wikipedia.org/wiki/Dropping_mercury_electrode
Wikidata Referencehttps://www.wikidata.org/wiki/Q962292
CommentOther kinds of mercury drop electrodes are the static mercury drop electrode (SMDE), in which a drop is held at constant radius before being mechanically knocked off, and the hanging mercury drop elec- trode (HMDE), in which the whole experiment is performed on a single drop of mercury.
+
+

DryCell#

+ + + + + + + + + + + + + + + + + + +
Elucidationprimary battery containing an immobilized electrolyte
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-14
Wikipedia Referencehttps://en.wikipedia.org/wiki/Dry_cell
Commentdeveloped in 1886 by the German scientist Carl Gassner
+
+

DryChargedBattery#

+ + + + + + + + + + +
Elucidationstate of delivery of some types of secondary battery where the cells contain no electrolyte and the plates are dry and in a charged state
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-30
+
+

DubniumAtom#

+ + + + + + +
ElucidationAtom subclass for dubnium.
+
+

DubniumSymbol#

+ + +
+
+

Duration#

+ + + + + + + + + + + + + + +
ElucidationPhysical quantity for describing the temporal distance between events.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-13
Wikidata Referencehttps://www.wikidata.org/wiki/Q2199864
+
+

Dust#

+ + + + + + +
ElucidationA suspension of fine particles in the atmosphere.
+
+

DynamicViscosity#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationThe measure of the resistance of a fluid to flow when an external force is applied.
Alternative Label(s)Viscosity
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-34
IUPAC Referencehttps://doi.org/10.1351/goldbook.D01877
Wikidata Referencehttps://www.wikidata.org/wiki/Q15152757
+
+

DysprosiumAtom#

+ + + + + + +
ElucidationAtom subclass for dysprosium.
+
+

DysprosiumSymbol#

+ + +
+
+

EMMO#

+ + + + + + +
ElucidationThe class of all the OWL individuals declared by EMMO as standing for world entities.
+
+

EMMORelation#

+ + + + + + +
ElucidationThe class for all relations used by the EMMO.
+
+

EarthBattery#

+ + + + + + + + + + + + + + +
Elucidationa battery cell consisting of two electrodes that are buried in soil or immersed in the sea
Wikipedia Referencehttps://en.wikipedia.org/wiki/Earth_battery
Commentsometimes used to power sensors in remote or sub-sea locations
+
+

EdgeInsulator#

+ + + + + + + + + + +
Elucidationpart which insures insulation between the plate (electrode) edges and adjacent plates (electrodes) and the container side walls
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-19
+
+

EffectiveDiffusionCoefficient#

+ + + + + + + + + + +
ElucidationDiffusion coefficient through the pore space of a porous media.
Wikidata Referencehttps://www.wikidata.org/wiki/Q258852
+
+

EffectiveMass#

+ + + + + + + + + + +
ElucidationThe mass that it seems to have when responding to forces, or the mass that it seems to have when interacting with other identical particles in a thermal distribution.
Wikidata Referencehttps://www.wikidata.org/wiki/Q1064434
+
+

EinsteiniumAtom#

+ + + + + + +
ElucidationAtom subclass for einsteinium.
+
+

EinsteiniumSymbol#

+ + +
+
+

ElectricCharge#

+ + + + + + + + + + + + + + + + + + +
ElucidationThe physical property of matter that causes it to experience a force when placed in an electromagnetic field.
Alternative Label(s)Charge
IUPAC Referencehttps://doi.org/10.1351/goldbook.E01923
Wikidata Referencehttps://www.wikidata.org/wiki/Q1111
+
+

ElectricChargeAreaUnit#

+ + +
+
+

ElectricChargeDensity#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationElectric charge per volume.
Alternative Label(s)VolumeElectricCharge
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-07
IUPAC Referencehttps://doi.org/10.1351/goldbook.C00988
Wikidata Referencehttps://www.wikidata.org/wiki/Q69425629
+
+

ElectricChargeDensityUnit#

+ + +
+
+

ElectricChargePerAmountUnit#

+ + +
+
+

ElectricChargePerLengthUnit#

+ + +
+
+

ElectricChargePerMassUnit#

+ + +
+
+

ElectricChargePerTemperatureUnit#

+ + +
+
+

ElectricChargeSignal#

+ + + + + + +
ElucidationTime-dependent variation of electric charge passed through a system.
+
+

ElectricChargeUnit#

+ + +
+
+

ElectricConductance#

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
ElucidationMeasure of the ease for electric current to pass through a material.
Alternative Label(s)Conductance
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-06
IUPAC Referencehttps://doi.org/10.1351/goldbook.E01925
Wikidata Referencehttps://www.wikidata.org/wiki/Q309017
CommentInverse of 'ElectricalResistance'.
+
+

ElectricConductanceUnit#

+ + +
+
+

ElectricConductivity#

+ + + + + + + + + + + + + + + + + + +
Alternative Label(s)Conductivity
IUPAC Referencehttps://doi.org/10.1351/goldbook.C01245
Wikidata Referencehttps://www.wikidata.org/wiki/Q4593291
CommentMeasure of a material's ability to conduct an electric current. + +Conductivity is equeal to the resiprocal of resistivity.
+
+

ElectricConductivityPerAmountUnit#

+ + +
+
+

ElectricConductivityUnit#

+ + +
+
+

ElectricCurrent#

+ + + + + + + + + + +
ElucidationA flow of electric charge.
IUPAC Referencehttps://doi.org/10.1351/goldbook.E01927
+
+

ElectricCurrentAssistedSintering#

+ + +
+
+

ElectricCurrentDensity#

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Alternative Label(s)AreicElectricCurrent, CurrentDensity
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-11
IUPAC Referencehttps://doi.org/10.1351/goldbook.E01928
Wikipedia Referencehttps://en.wikipedia.org/wiki/Current_density
Wikidata Referencehttps://www.wikidata.org/wiki/Q234072
CommentElectric current divided by the cross-sectional area it is passing through.
+
+

ElectricCurrentDensityPerTemperatureUnit#

+ + +
+
+

ElectricCurrentDensityUnit#

+ + +
+
+

ElectricCurrentMeasurement#

+ + + + + + +
Elucidationmeasurement of electric current
+
+

ElectricCurrentMeasurementResult#

+ + +
+
+

ElectricCurrentMeasuringSystem#

+ + + + + + +
Elucidationa system for measuing electric current
+
+

ElectricCurrentPerAmountVolumeUnit#

+ + +
+
+

ElectricCurrentPerEnergyUnit#

+ + +
+
+

ElectricCurrentPerMassUnit#

+ + +
+
+

ElectricCurrentPerTemperatureUnit#

+ + +
+
+

ElectricCurrentPerUnitEnergyUnit#

+ + +
+
+

ElectricCurrentPhasor#

+ + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q78514596
+
+

ElectricCurrentSignal#

+ + + + + + +
ElucidationTime-dependent variation of electric current
+
+

ElectricCurrentUnit#

+ + +
+
+

ElectricCurrentVector#

+ + + + + + +
Elucidationvector containing at least two values for the quantity electric current
+
+

ElectricDipoleMoment#

+ + + + + + + + + + + + + + + + + + +
ElucidationAn electric dipole, vector quantity of magnitude equal to the product of the positive charge and the distance between the charges and directed from the negative charge to the positive charge.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-35
IUPAC Referencehttps://doi.org/10.1351/goldbook.E01929
Wikidata Referencehttps://www.wikidata.org/wiki/Q735135
+
+

ElectricDipoleMomentUnit#

+ + +
+
+

ElectricDisplacementFieldUnit#

+ + +
+
+

ElectricFieldStrength#

+ + + + + + + + + + + + + + +
ElucidationVector field quantity E which exerts on any charged particle at rest a force F equal to the product of E and the electric charge Q of the particle.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-18
Wikidata Referencehttps://www.wikidata.org/wiki/Q20989
+
+

ElectricFieldStrengthUnit#

+ + +
+
+

ElectricFlux#

+ + + + + + + + + + + + + + +
ElucidationScalar quantity equal to the flux of the electric flux density D through a given directed surface S.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-41
Wikidata Referencehttps://www.wikidata.org/wiki/Q501267
+
+

ElectricFluxDensity#

+ + + + + + + + + + + + + + + + + + +
ElucidationVector quantity obtained at a given point by adding the electric polarization P to the product of the electric field strength E and the electric constant ε0.
Alternative Label(s)ElectricDisplacement
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-40
Wikidata Referencehttps://www.wikidata.org/wiki/Q371907
+
+

ElectricFluxUnit#

+ + +
+
+

ElectricImpedance#

+ + + + + + + + + + + + + + + + + + + + + + +
Alternative Label(s)Impedance
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-43
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electrical_impedance
Wikidata Referencehttps://www.wikidata.org/wiki/Q179043
CommentMeasure of the opposition that a circuit presents to a current when a voltage is applied.
+
+

ElectricInductance#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationA property of an electrical conductor by which a change in current through it induces an electromotive force in both the conductor itself and in any nearby conductors by mutual inductance.
Alternative Label(s)Inductance
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-19
IUPAC Referencehttps://doi.org/10.1351/goldbook.M04076
Wikidata Referencehttps://www.wikidata.org/wiki/Q177897
+
+

ElectricMobilityUnit#

+ + +
+
+

ElectricPolarization#

+ + + + + + + + + + + + + + +
ElucidationAt a given point within a domain of quasi-infinitesimal volume V, vector quantity equal to the electric dipole moment p of the substance contained within the domain divided by the volume V.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-37
Wikidata Referencehttps://www.wikidata.org/wiki/Q1050425
+
+

ElectricPotential#

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
ElucidationEnergy required to move a unit charge through an electric field from a reference point.
Alternative Label(s)ElectroStaticPotential
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-25
IUPAC Referencehttps://doi.org/10.1351/goldbook.E01935
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electric_potential
CommentThe electric potential is not unique, since any constant scalar +field quantity can be added to it without changing its gradient.
+
+

ElectricPotentialMeasuringSystem#

+ + + + + + +
Elucidationa system for measuring electric potential
+
+

ElectricPotentialPerAreaUnit#

+ + +
+
+

ElectricPotentialPerTemperatureUnit#

+ + +
+
+

ElectricPotentialPerTimeUnit#

+ + +
+
+

ElectricPotentialSignal#

+ + + + + + +
ElucidationTime-dependent variation of electric potential
+
+

ElectricPotentialUnit#

+ + +
+
+

ElectricReactance#

+ + + + + + + + + + + + + + + + + + + + + + +
Alternative Label(s)Reactance
IUPAC Referencehttps://doi.org/10.1351/goldbook.R05162
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electrical_reactance
Wikidata Referencehttps://www.wikidata.org/wiki/Q193972
CommentThe opposition of a circuit element to a change in current or voltage, due to that element's inductance or capacitance.
+
+

ElectricResistance#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationMeasure of the difficulty to pass an electric current through a material.
Alternative Label(s)Resistance
IUPAC Referencehttps://doi.org/10.1351/goldbook.E01936
Wikidata Referencehttps://www.wikidata.org/wiki/Q25358
CommentInverse of 'ElectricalConductance'.
+
+

ElectricResistanceUnit#

+ + +
+
+

ElectricResistivity#

+ + + + + + + + + + + + + + + + + + + + + + +
Alternative Label(s)Resistivity
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-04
IUPAC Referencehttps://doi.org/10.1351/goldbook.R05316
Wikidata Referencehttps://www.wikidata.org/wiki/Q108193
CommentElectric field strength divided by the current density.
+
+

ElectricResistivityUnit#

+ + +
+
+

ElectricSignal#

+ + + + + + +
ElucidationTime dependent variation of an electric quantity.
+
+

ElectricSusceptibility#

+ + + + + + + + + + + + + + + + + + +
ElucidationElectric polarization divided by electric constant and electric field strength.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-19
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electric_susceptibility
Wikidata Referencehttps://www.wikidata.org/wiki/Q598305
+
+

ElectroSinterForging#

+ + +
+
+

ElectroanalyticalTechnique#

+ + + + + + + + + + +
Elucidationanalytical methods in which electrochemical processes or phenomena are the core of the measurement principle involving electrochemical cells providing qualitative and quantitative responses.
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
+
+

Electrocapillarity#

+ + + + + + + + + + + + + + + + + + +
Elucidationchange of the mechanical stress at the surface separating two bodies due to the presence of electric charges at the interface
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-02
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electrocapillarity
Wikidata Referencehttps://www.wikidata.org/wiki/Q9252431
+
+

Electrocatalysis#

+ + + + + + + + + + + + + + +
Elucidationincreasing the rate of an electrode reaction by adding specific material to the electrode.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-15
Wikidata Referencehttps://www.wikidata.org/wiki/Q100318565
+
+

Electrocatalyst#

+ + + + + + + + + + + + + + + + + + +
Elucidationmaterial that can cause electrocatalysis.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-16
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electrocatalyst
Wikidata Referencehttps://www.wikidata.org/wiki/Q5357962
+
+

ElectrochemicalCell#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationa system containing two electrodes that allow transport of electrons, separated by an electrolyte that allows movement of ions but blocks movement of electrons.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-01
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electrochemical_cell
Wikidata Referencehttps://www.wikidata.org/wiki/Q80097
CommentIf processes of interest occur at both the anode and the cathode of a cell (as in differential amperometry or controlled-current potentiometric titration with two indicator electrodes), the cell should be said to comprise two indicator or two working electrodes.
+
+

ElectrochemicalConstituent#

+ + + + + + + + + + +
ElucidationA constituent in an electrochemical system.
Commenta constituent is essential to the functioning of the system and cannot be replaced by a comparable thing without altering the behaviour of the system
+
+

ElectrochemicalControlQuantity#

+ + + + + + +
Elucidationquantities that control electroanalytical techniques
+
+

ElectrochemicalDegradationPhenomenon#

+ + + + + + +
ElucidationA phenomenon that causes an electrochemical system to deviate from its ideal behaviour.
+
+

ElectrochemicalDevice#

+ + + + + + + + + + +
Elucidationa device whose primary function is facilitating the conversion between chemical and electrical energy.
Commentan electrochemical device contains at least one electrochemical cell plus the apparati required to make it work as a practical device (e.g. terminals, container, etc.)
+
+

ElectrochemicalDoubleLayerCapacitor#

+ + + + + + + + + + + + + + +
ElucidationDevice that stores electrical energy using a double layer in an electrochemical cell.
Alternative Label(s)DoubleLayerCapacitor, EDLC, ElectrochemicalCapacitor
Commentstores energy electrostatically in the Helmholtz Layer
+
+

ElectrochemicalEquivalentCircuitModel#

+ + +
+
+

ElectrochemicalHalfCell#

+ + + + + + + + + + + + + + + + + + +
Elucidationa system comprising one electrode in contact with an ionic conductor.
Alternative Label(s)HalfCell
Wikipedia Referencehttps://en.wikipedia.org/wiki/Half-cell
Wikidata Referencehttps://www.wikidata.org/wiki/Q903509
+
+

ElectrochemicalImmunity#

+ + + + + + + + + + +
Elucidationsituation in which a material in a given environment undergoes negligible electrochemical corrosion.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-03
+
+

ElectrochemicalImpedanceSpectroscopy#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationelectrochemical measurement method of the complex impedance of an electrochemical system as a function of the frequency of a small amplitude (normally 5 to 10 mV) sinusoidal voltage perturbation superimposed on a fixed value of applied potential or on the open circuit potential
Alternative Label(s)EIS, EIS
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
Wikidata Referencehttps://www.wikidata.org/wiki/Q3492904
CommentImpedimetric sensors are based on measurement of a concentration-dependent parameter taken from analysis of the respective electrochemical impedance spectra, or from the impedance magnitudes at a chosen fixed frequency.
+
+

ElectrochemicalInterface#

+ + + + + + +
ElucidationThe two-dimensional space comprising the boundary between two electrochemical constituents.
+
+

ElectrochemicalKineticQuantity#

+ + + + + + +
ElucidationAn ElectrochemicalQuantity that relates to the kinetics of a reaction.
+
+

ElectrochemicalMaterial#

+ + + + + + +
ElucidationA material that undergoes electrochemical changes.
+
+

ElectrochemicalMethod#

+ + +
+
+

ElectrochemicalMigration#

+ + + + + + + + + + + + + + + + + + +
Elucidationtransport of ions in an electrolyte due to an electric field
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-06
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electrochemical_migration
Wikidata Referencehttps://www.wikidata.org/wiki/Q30587730
+
+

ElectrochemicalPerformanceQuantity#

+ + +
+
+

ElectrochemicalPhenomenon#

+ + + + + + +
ElucidationA chemical phenomenon that is accompanied by the flow of electric current
+
+

ElectrochemicalPiezoelectricMicrogravimetry#

+ + + + + + + + + + + + + + +
ElucidationElectrogravimetry using an electrochemical quartz crystal microbalance.
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
CommentThe change of mass is, for rigid deposits, linearly proportional to the change of the reso- nance frequency of the quartz crystal, according to the Sauerbrey equation. For non- rigid deposits, corrections must be made.
+
+

ElectrochemicalPlot#

+ + + + + + + + + + +
ElucidationGraphical representation of a dataset resulting from the measurement of the response of an electrochemical system.
CommentShows the relationship between two or more electrochemical variables.
+
+

ElectrochemicalPotential#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationthe electrochemical potential is the chemical potential of an ion in the presence of an electric potential
IUPAC Referencehttps://goldbook.iupac.org/terms/view/E01945
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electrochemical_potential
Wikidata Referencehttps://www.wikidata.org/wiki/Q62525
Commentin quantum mechanical terms, electrochemical potential is defined as the energy level of the electron orbitals in the species that have a 50 percent probability of occupancy
+
+

ElectrochemicalProperty#

+ + +
+
+

ElectrochemicalPseudocapacitor#

+ + + + + + + + + + + + + + + + + + +
Elucidationa type of supercapacitor that uses metal oxide or conducting polymer electrodes with a high amount of electrochemical pseudocapacitance additional to the double-layer capacitance
Wikipedia Referencehttps://en.wikipedia.org/wiki/Pseudocapacitor
Wikidata Referencehttps://www.wikidata.org/wiki/Q7254569
Commentstores energy electrochemically via Faradaic mechanisms
+
+

ElectrochemicalQuantity#

+ + + + + + +
ElucidationPhysical quantities defined within the domain of electrochemistry.
+
+

ElectrochemicalReaction#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationa chemical reaction in an electrolyte involving a transfer of electrons between chemical components or between chemical components and an electrode
Alternative Label(s)ChargeTransferReaction, ChargeTransferReaction, ChargeTransferReaction, ChargeTransferReaction, ChargeTransferReaction, ChargeTransferReaction
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-01
Wikidata Referencehttps://www.wikidata.org/wiki/Q120892494
Commentany process either caused or accompanied by the passage of an electric current and involving in most cases the transfer of electrons between two substances
+
+

ElectrochemicalRelation#

+ + + + + + +
ElucidationA material relation in electrochemistry.
+
+

ElectrochemicalStabilityLimit#

+ + + + + + +
Elucidationelectric potential at which a material undergoes an oxidation or reduction decomposition
+
+

ElectrochemicalThermodynamicQuantity#

+ + + + + + +
ElucidationA thermodynamically derived ElectrochemicalQuantity.
+
+

ElectrochemicalTransportQuantity#

+ + + + + + +
ElucidationAn ElectrochemicalQuantity related to the transport of mass, charge, or energy.
+
+

ElectrochemicalWindow#

+ + + + + + + + + + + + + + + + + + +
ElucidationThe electrode electric potential range between which the substance is neither oxidized nor reduced.
Alternative Label(s)ElectrochemicalStabilityWindow
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electrochemical_window
Wikidata Referencehttps://www.wikidata.org/wiki/Q759643
+
+

ElectrochemicallyActiveSurfaceArea#

+ + + + + + + + + + + + + + +
Elucidationthe area of the electrode material that is accessible to the electrolyte that is used for charge transfer and/or storage
Alternative Label(s)EASA, ECSA, ElectrochemicalActiveSurfaceArea
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=485-02-09
+
+

Electrochemiluminescence#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationchemiluminescence produced in electrode reactions
Alternative Label(s)ECL, ElectrogeneratedChemiluminescence
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-18
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electrochemiluminescence
Wikidata Referencehttps://www.wikidata.org/wiki/Q755961
+
+

Electrode#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationelectronically conductive part in electric contact with a medium of lower electronic conductivity and intended to perform one or more of the functions of emitting charge carriers to or receiving charge carriers from that medium or to establish an electric field in that medium
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-03
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electrode
Wikidata Referencehttps://www.wikidata.org/wiki/Q176140
CommentAlternative definition: Half-cell consisting of at least one electron conductor and at least one ionic conductor (electrolyte). - Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019)
+
+

ElectrodeCoverageDensity#

+ + + + + + + + + + + + + + +
Elucidationamount of a chemical modifier at an electrode surface per unit area
Alternative Label(s)ElectrodeCoverage
CommentThe total coverage may be distinguished from coverage that is electrochemically reactive or accessible on some given timescale.
+
+

ElectrodeElectrolyteInterface#

+ + + + + + + + + + + + + + +
Elucidationinterface between an electrolyte and an electrode where an electrode reaction takes place.
Alternative Label(s)ActiveSurfaceOfAnElectrode, ActiveSurfaceOfAnElectrode
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-05
+
+

ElectrodeGeometricSurfaceArea#

+ + + + + + + + + + +
Elucidationthe interfacial area, determined on the assumption that the interface is truly flat (2-dimensional) and calculated using the geometric data of the involved surfaces
CommentA_{geom}
+
+

ElectrodePair#

+ + + + + + + + + + + + + + +
Elucidationassembly of one positive plate, one negative plate and the associated separator if any
Alternative Label(s)PlatePair
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-09
+
+

ElectrodePassivation#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationformation of compounds that reduces the conductivity at the surface of an electrode
Alternative Label(s)Passivation
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-16
Wikipedia Referencehttps://en.wikipedia.org/wiki/Passivation_(chemistry)
Wikidata Referencehttps://www.wikidata.org/wiki/Q917260
+
+

ElectrodePolarisation#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationaccumulation or depletion of electric charges at an electrode, resulting in a difference between the electrode potential with current flow, and the potential without current flow or equilibrium electrode potential
Alternative Label(s)ElectrodePolarization, Polarisation, Polarization
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-15
Wikipedia Referencehttps://en.wikipedia.org/wiki/Polarization_(electrochemistry)
Wikidata Referencehttps://www.wikidata.org/wiki/Q2698605
+
+

ElectrodePotential#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationelectric potential at an electrode, reported as the difference in potential relative to a reference electrode
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-11
IUPAC Referencehttps://goldbook.iupac.org/terms/view/E01956
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electrode_potential
CommentE, U
+
+

ElectrodeReaction#

+ + + + + + + + + + + + + + + + + + +
Elucidationelectrochemical reaction involving the transfer of electrons between electrolyte and electrode
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-04
IUPAC Referencehttps://doi.org/10.1351/goldbook.E01960
CommentAn interfacial reaction that necessarily involves a charge-transfer step.
+
+

ElectrodeRealSurfaceArea#

+ + + + + + + + + + +
Elucidationsurface area of an electrode that takes into account non-idealities of the interface (roughness, porosity, etc.) and can be measured by a variety of electrochemical methods
CommentA_{real}
+
+

ElectrodeStack#

+ + + + + + + + + + + + + + +
Elucidationfinished assembly of the positive and negative plate (electrode) groups with interleaved separators and terminals or intercell connectors
Alternative Label(s)PlatePack
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-08
+
+

ElectrodeSurfaceArea#

+ + + + + + + + + + +
Elucidationarea of electrode - solution interface.
CommentA
+
+

Electrodeposition#

+ + + + + + +
Elucidationthe process of forming a film or a bulk material using an electrochemical process where the electrons are supplied by an external power supply
+
+

Electrodissolution#

+ + + + + + + + + + +
Elucidationthe electrochemical dissolution of a material to soluble species
CommentIt can be regarded as the reversal of electrodeposition.
+
+

Electrogravimetry#

+ + + + + + + + + + + + + + + + + + +
Elucidationmethod of electroanalytical chemistry used to separate by electrolyse ions of a substance and to derive the amount of this substance from the increase in mass of an electrode.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-14
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electrogravimetry
Wikidata Referencehttps://www.wikidata.org/wiki/Q902953
+
+

Electrolysis#

+ + + + + + + + + + + + + + + + + + +
Elucidationmethod of separating and neutralizing ions by an electric current in an electrolytic cell
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-09
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electrolysis
Wikidata Referencehttps://www.wikidata.org/wiki/Q64403
+
+

Electrolyte#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationa material in which the mobile species are ions and free movement of electrons is blocked.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-02
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electrolyte
Wikidata Referencehttps://www.wikidata.org/wiki/Q162908
CommentA solid electrolyte is a solid material where the predominant charge carriers are ions. For example: NASICON (Na Super Ionic Conductor), which has the general formula Na1+xZr2P3-xSix O12 , 0 < x < 3.
+
+

ElectrolyteContainment#

+ + + + + + + + + + +
Elucidationability of a cell or battery to contain its electrolyte under specified mechanical and environmental conditions
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-31
+
+

ElectrolyteCreep#

+ + + + + + + + + + + + + + +
Elucidationgradual and slow spreading of an electrolyte film on the external surface of a cell or battery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-30
Commentelectrolyte creep is sometimes indicated by the presence of a visible solid deposit or wet spots
+
+

ElectrolyteLevelIndicator#

+ + + + + + + + + + +
Elucidationdevice used to assist in the measurement of the level of electrolyte in a cell
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-52
+
+

ElectrolyteSolution#

+ + + + + + + + + + +
Elucidationa liquid electrolyte that consists of solutes dissolved in a solvent
Alternative Label(s)ElectrolyticSolution
+
+

ElectrolyticCapacitor#

+ + + + + + + + + + + + + + + + + + +
Elucidationcapacitor consisting of a metallic plate as first conductor, a very thin oxide film formed on the metal as the dielectric and an electrolyte as second conductor
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-04
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electrolytic_capacitor
Wikidata Referencehttps://www.wikidata.org/wiki/Q1326992
+
+

ElectrolyticCell#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationelectrochemical cell intended to produce chemical reactions
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-06
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electrolytic_cell
Wikidata Referencehttps://www.wikidata.org/wiki/Q2608426
CommentAn electrochemical cell that requires input of work to drive the reaction.
+
+

ElectrolyticConductivity#

+ + + + + + + + + + +
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-03
Wikidata Referencehttps://www.wikidata.org/wiki/Q907564
+
+

ElectrolyticDeposition#

+ + +
+
+

ElectromagneticEnergyDensity#

+ + + + + + + + + + + + + + + + + + +
ElucidationArithmetic average of (electric field strength multiplied by electric flux density) and (magnetic field strength multiplied by magnetic flux density)
Alternative Label(s)VolumicElectromagneticEnergy
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-65
Wikidata Referencehttps://www.wikidata.org/wiki/Q77989624
+
+

ElectromagneticQuantity#

+ + + + + + +
ElucidationQuantities categorised according to ISO 80000-6.
+
+

Electron#

+ + + + + + + + + + +
ElucidationThe class of individuals that stand for electrons elementary particles belonging to the first generation of leptons.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electron
+
+

ElectronAffinity#

+ + + + + + + + + + + + + + +
Elucidationenergy difference between an electron at rest at infinity and an electron at the lowest level of the conduction band in an insulator or semiconductor
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-06-22
Wikidata Referencehttps://www.wikidata.org/wiki/Q105846486
+
+

ElectronAntiNeutrino#

+ + +
+
+

ElectronCharge#

+ + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.E01982
CommentThe negative of ElementaryCharge.
+
+

ElectronDensity#

+ + + + + + + + + + +
ElucidationNumber of electrons in conduction band per volume.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=705-06-05
+
+

ElectronMass#

+ + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.E02008
CommentThe rest mass of an electron.
+
+

ElectronNeutrino#

+ + + + + + + + + + +
ElucidationA neutrino belonging to the first generation of leptons.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electron_neutrino
+
+

ElectronNumberOfAnElectrochemicalReaction#

+ + + + + + + + + + + + + + + + + + +
Elucidationnumber of electrons transferred in a charge transfer reaction between an electrode and a single entity (ion, radical-ion, or molecule) of an electroactive substance, whose identity must be specified
Alternative Label(s)ChargeNumber, ChargeNumber, NumberOfElectronsTransferred, NumberOfElectronsTransferred
IUPAC Referencehttps://goldbook.iupac.org/terms/view/C00995
CommentSymbol n is commonly used when there is no risk of confusion with an amount of substance.
+
+

ElectronRadius#

+ + + + + + + + + + +
ElucidationRadius of a sphere such that the relativistic electron energy is distributed uniformly.
Wikidata Referencehttps://www.wikidata.org/wiki/Q2152581
+
+

ElectronType#

+ + +
+
+

ElectronVolt#

+ + + + + + + + + + + + + + +
ElucidationAn electron volt (eV) is the energy that an electron gains when it travels through a potential of one volt. You can imagine that the electron starts at the negative plate of a parallel plate capacitor and accelerates to the positive plate, which is at one volt higher potential. Numerically 1 eV approximates 1.6x10⁻¹⁹ joules, where 1 joule is 6.2x10¹⁸ eV. For example, it would take 6.2x10²⁰ eV/sec to light a 100 watt light bulb. + +-- QUDT
IUPAC Referencehttps://doi.org/10.1351/goldbook.E02014
Wikipedia Referencehttp://en.wikipedia.org/wiki/Electron_volt?oldid=344021738
+
+

ElectronVoltPerKelvin#

+ + + + + + + + + + +
Elucidation`Electron Volt per Kelvin` is a unit for 'Heat Capacity' expressed as eV/K. + +-- QUDT
Alternative Label(s)Electron Volt per Kelvin
+
+

ElectronVoltPerTesla#

+ + + + + + + + + + +
Elucidation"Electron Volt per Tesla" is a unit for 'Magnetic Dipole Moment' expressed as eV T⁻¹. + +-- QUDT
Alternative Label(s)Electron Volt per Tesla
+
+

ElectronVoltSecond#

+ + + + + + + + + + +
Elucidation"Electron Volt Second" is a unit for 'Angular Momentum' expressed as eV s. + +-- QUDT
Alternative Label(s)Electron Volt Second
+
+

ElectronicConductivity#

+ + + + + + +
Elucidationmeasure of a substance's tendency towards electronic conduction
+
+

ElectronicModel#

+ + + + + + +
ElucidationA physics-based model based on a physics equation describing the behaviour of electrons.
+
+

ElectronvoltPerMetre#

+ + + + + + + + + + +
Elucidationunit electronvolt divided by the SI base unit metre + +-- QUDT
Alternative Label(s)Electronvolt Per Metre
+
+

Electroosmosis#

+ + + + + + + + + + + + + + + + + + +
Elucidationmovement of a fluid through a diaphragm, produced by application of an electric field
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-01
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electro-osmosis
Wikidata Referencehttps://www.wikidata.org/wiki/Q241065
+
+

Electroplating#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationprocess inside an electrolytic cell used to coat a conductive object with a layer of a material
Alternative Label(s)Galvanizing
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-17
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electroplating
CommentThe process of depositing a usually thin layer of metal upon a usually metallic substrate (or any other conductor, e.g. graphite), in order to improve the appearance, and/or to change the surface properties of the substrate.
+
+

Electroplating#

+ + +
+
+

ElementalMaterial#

+ + +
+
+

ElementalSubstance#

+ + + + + + + + + + + + + + +
ElucidationA chemical substance composed of atoms with the same number of protons in the atomic nucleus.
Alternative Label(s)PureSubstance
IUPAC Referencehttps://doi.org/10.1351/goldbook.C01022
+
+

ElementaryBoson#

+ + +
+
+

ElementaryCharge#

+ + + + + + + + + + + + + + +
ElucidationThe magnitude of the electric charge carried by a single electron. It defines the base unit Ampere in the SI system.
IUPAC Referencehttps://doi.org/10.1351/goldbook.E02032
CommentThe DBpedia definition (http://dbpedia.org/page/Elementary_charge) is outdated as May 20, 2019. It is now an exact quantity.
+
+

ElementaryFermion#

+ + +
+
+

ElementaryParticle#

+ + + + + + + + + + +
ElucidationA chausal chain whose quantum parts are of the same standard model fundamental type.
Alternative Label(s)SingleParticleChain
+
+

EmergencyBattery#

+ + + + + + + + + + + + + + +
Elucidationbattery which supplies electric energy to an electric circuit when the normal power supply of this electric circuit is interrupted.
Alternative Label(s)BackUpBattery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-15
+
+

EmpiricalFormula#

+ + + + + + +
ElucidationAn expression that provide information about the element type of a compound and their relative ratio.
+
+

EmpiricalSimulationSoftware#

+ + + + + + +
ElucidationA computational application that uses an empiric equation to predict the behaviour of a system without relying on the knowledge of the actual physical phenomena occurring in the object.
+
+

Emulsion#

+ + + + + + +
ElucidationAn emulsion is a mixture of two or more liquids that are normally immiscible (a liquid-liquid heterogeneous mixture).
+
+

EncodedData#

+ + + + + + + + + + + + + + + + + + +
ElucidationA causal object whose properties variation are encoded by an agent and that can be decoded by another agent according to a specific rule.
Alternative Label(s)EncodedVariation
Wikipedia Referencehttps://no.wikipedia.org/wiki/Data
CommentVariations in data are generated by an agent (not necessarily human) and are intended to be decoded by the same or another agent using the same encoding rules. +Data are always generated by an agent but not necessarily possess a semantic meaninig, either because it's lost or unknown or because simply they possess none (e.g. a random generation of symbols). +A data object may be used as the physical basis for a sign, under Semiotics perspective.
+
+

EndStep#

+ + + + + + +
ElucidationThe final step of a workflow.
+
+

EndTile#

+ + + + + + +
Elucidationhttp://emmo.info/emmo#EMMO_c0f48dc6_4a32_4d9a_a956_d68415954a8e
+
+

Energy#

+ + + + + + + + + + + + + + +
ElucidationA property of objects which can be transferred to other objects or converted into different forms.
IUPAC Referencehttps://doi.org/10.1351/goldbook.E02101
CommentEnergy is often defined as "ability of a system to perform work", but it might be misleading since is not necessarily available to do work.
+
+

EnergyAreaUnit#

+ + +
+
+

EnergyDensityOfStates#

+ + + + + + + + + + +
ElucidationQuantity in condensed matter physics.
Wikidata Referencehttps://www.wikidata.org/wiki/Q105687031
+
+

EnergyDensityOfStatesUnit#

+ + +
+
+

EnergyDensityOfStorage#

+ + + + + + + + + + +
Elucidationthe quotient of the energy of an energy-storage device or system and its volume
Alternative Label(s)EnergyDensity
+
+

EnergyDistributionOfCrossSection#

+ + + + + + + + + + +
ElucidationDifferential quotient of the cross section for a process and the energy of the scattered particle.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98267245
+
+

EnergyEfficiency#

+ + + + + + + + + + +
Elucidationratio of the electric energy provided from a secondary battery [ or electrochemical device ] during discharge to the electric energy supplied to the battery during the preceding charge
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-53
+
+

EnergyFluence#

+ + + + + + + + + + + + + + +
ElucidationIn nuclear physics, incident radiant energy per cross-sectional area.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-17
Wikidata Referencehttps://www.wikidata.org/wiki/Q98538612
+
+

EnergyFluenceRate#

+ + + + + + + + + + +
ElucidationIn nuclear physics, time derivative of the energy fluence.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98538655
+
+

EnergyImparted#

+ + + + + + + + + + + + + + +
ElucidationSum of energies deposited by ionizing radiation in a given volume.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-34
Wikidata Referencehttps://www.wikidata.org/wiki/Q99526944
+
+

EnergyLengthPerAmountUnit#

+ + +
+
+

EnergyPerAmountUnit#

+ + +
+
+

EnergyPerSquareMagneticFluxDensityUnit#

+ + +
+
+

EnergyStorageCapability#

+ + + + + + + + + + + + + + +
Elucidationamount of energy that can be stored in a device under specific conditions
Alternative Label(s)BatteryEnergy
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-21
+
+

EnergyTimePerAmountUnit#

+ + +
+
+

EnergyUnit#

+ + +
+
+

Enthalpy#

+ + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.E02141
CommentMeasurement of energy in a thermodynamic system.
+
+

Entropy#

+ + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.E02149
CommentLogarithmic measure of the number of available states of a system.
+
+

EntropyPerAmountUnit#

+ + +
+
+

EntropyPerMassUnit#

+ + +
+
+

EntropyUnit#

+ + +
+
+

EqualizationCharge#

+ + + + + + + + + + +
Elucidationextended charge to ensure an equal state of charge of all cells in a battery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-40
+
+

Equals#

+ + + + + + +
ElucidationThe equals symbol.
+
+

Equation#

+ + + + + + + + + + +
ElucidationThe class of 'mathematical'-s that stand for a statement of equality between two mathematical expressions.
CommentAn equation with variables can always be represented as: + +f(v0, v1, ..., vn) = g(v0, v1, ..., vn) + +where f is the left hand and g the right hand side expressions and v0, v1, ..., vn are the variables.
+
+

EquilibriumConstant#

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationfor solutions, product for all substances B of concentration c_B of substance B in power of its stoichiometric number v_B: K_p = \sum_B{c_B^{v_B}}.
Alternative Label(s)EquilibriumConstantConcentrationBasis
IUPAC Referencehttps://doi.org/10.1351/goldbook.E02177
Wikipedia Referencehttps://en.wikipedia.org/wiki/Equilibrium_constant
Wikidata Referencehttps://www.wikidata.org/wiki/Q857809
CommentThe physical dimension can change based on the stoichiometric numbers of the substances involved.
+
+

EquilibriumElectrodePotential#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationpotential of an electrode when no electric current flows through the cell and all local charge transfer equilibria across phase boundaries that are represented in the cell diagram (except at possible electrolyte-electrolyte junctions) and local chemical equilibria are established
Alternative Label(s)EquilibriumPotential, EquilibriumPotential, EquilibriumPotential, NernstPotential, NernstPotential, NernstPotential, ReversiblePotential, ReversiblePotential, ReversiblePotential
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-12
Wikipedia Referencehttps://en.wikipedia.org/wiki/Reversal_potential
CommentEeq is related to the standard electrode potential by the Nernst equation.
+
+

EquilibriumPositionVector#

+ + + + + + + + + + +
ElucidationIn condensed matter physics, position vector of an atom or ion in equilibrium.
Wikidata Referencehttps://www.wikidata.org/wiki/Q105533477
+
+

ErbiumAtom#

+ + + + + + +
ElucidationAtom subclass for erbium.
+
+

ErbiumSymbol#

+ + +
+
+

Estimated#

+ + +
+
+

Estimation#

+ + + + + + +
ElucidationA determination of an object without any actual interaction.
+
+

Estimator#

+ + + + + + +
ElucidationA characteriser that declares a property for an object without actually interact with it with the specific interaction required by the property definition (i.e. infer a property from other properties).
+
+

Ethanol#

+ + + + + + + + + + + + + + +
Alternative Label(s)EtOH
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ethanol
Wikidata Referencehttps://www.wikidata.org/wiki/Q153
+
+

EthylAcetate#

+ + + + + + + + + + + + + + +
Alternative Label(s)EA
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ethyl_acetate
Wikidata Referencehttps://www.wikidata.org/wiki/Q407153
+
+

EthylMethylCarbonate#

+ + + + + + + + + + +
Alternative Label(s)EMC
Wikidata Referencehttps://www.wikidata.org/wiki/Q15632858
+
+

Ethylbenzene#

+ + + + + + + + + + + + + + +
ElucidationEthylbenzene is an alkylbenzene carrying an ethyl substituent. It is a constituent of coal tar and petroleum.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ethylbenzene
Wikidata Referencehttps://www.wikidata.org/wiki/Q409184
+
+

EthyleneCarbonate#

+ + + + + + + + + + + + + + + + + + +
ElucidationEthylene carbonate is a carbonate ester.
Alternative Label(s)EC
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ethylene_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q421145
+
+

Ethylmonoglyme#

+ + + + + + + + + + +
Alternative Label(s)EthyleneGlycolDiethylEther
Wikidata Referencehttps://www.wikidata.org/wiki/Q1223259
+
+

EuclideanSpace#

+ + +
+
+

EuropiumAtom#

+ + + + + + +
ElucidationAtom subclass for europium.
+
+

EuropiumSymbol#

+ + +
+
+

Exa#

+ + +
+
+

ExaPrefixedUnit#

+ + +
+
+

ExactConstant#

+ + + + + + +
ElucidationPhysical constant used to define a unit system. Hence, when expressed in that unit system they have an exact value with no associated uncertainty.
+
+

ExchangeCurrent#

+ + + + + + + + + + + + + + +
Elucidationthe common value (i0) of the anodic and cathodic partial currents when the reaction is at equilibrium
IUPAC Referencehttps://goldbook.iupac.org/terms/view/E02238
CommentFor an electrode at equilibrium at which only one reaction is significant i = 0. When more than one reaction is significant at a given electrode, subscripts to i0 may be used to distinguish exchange currents. i is not usually zero when only one of these reactions is at equilibrium.
+
+

ExchangeCurrentDensity#

+ + + + + + + + + + + + + + + + + + +
Elucidationdefined by j0 = i0/A, where i0 is the exchange current of the electrode reaction and A is usually taken as the geometric area of the electrode
Alternative Label(s)MeanExchangeCurrentDensity
IUPAC Referencehttps://goldbook.iupac.org/terms/view/M03777
Wikipedia Referencehttps://en.wikipedia.org/wiki/Exchange_current_density
+
+

ExchangeIntegral#

+ + + + + + + + + + +
Elucidationconstituent of the interaction energy between the spins of adjacent electrons in matter arising from the overlap of electron state functions
Wikidata Referencehttps://www.wikidata.org/wiki/Q10882959
+
+

Existent#

+ + + + + + + + + + +
ElucidationA 'Physical' which is a tessellation of 'State' temporal direct parts.
Comment'Existent' is the EMMO class to be used for representing real world physical objects under a reductionistic perspective (i.e. objects come from the composition of sub-part objects, both in time and space). + +'Existent' class collects all individuals that stand for physical objects that can be structured in well defined temporal sub-parts called states, through the temporal direct parthood relation. + +This class provides a first granularity hierarchy in time, and a way to axiomatize tessellation principles for a specific whole with a non-transitivity relation (direct parthood) that helps to retain the granularity levels. + +e.g. a car, a supersaturated gas with nucleating nanoparticles, an atom that becomes ionized and then recombines with an electron.
+
+

Experiment#

+ + + + + + +
ElucidationAn experiment is a process that is intended to replicate a physical phenomenon in a controlled environment.
+
+

Exponent#

+ + +
+
+

Exposure#

+ + + + + + + + + + + + + + +
ElucidationAbsolute value of the electric charge of ions produced in dry air by X- or gamma radiation per mass of air.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-32
Wikidata Referencehttps://www.wikidata.org/wiki/Q336938
+
+

ExposureRate#

+ + + + + + + + + + + + + + +
ElucidationTime derivative of exposure.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-42
Wikidata Referencehttps://www.wikidata.org/wiki/Q99720212
+
+

Expression#

+ + + + + + +
ElucidationA well-formed finite combination of mathematical symbols according to some specific rules.
+
+

Extensive#

+ + + + + + + + + + +
ElucidationA quantity whose magnitude is additive for subsystems.
CommentNote that not all physical quantities can be categorised as being either intensive or extensive. For example the square root of the mass.
+
+

ExtentOfReaction#

+ + + + + + + + + + + + + + +
ElucidationDifference between equilibrium and initial amount of a substance, divided by its stoichiometric number.
IUPAC Referencehttps://doi.org/10.1351/goldbook.E02283
Wikidata Referencehttps://www.wikidata.org/wiki/Q899046
+
+

Extrusion#

+ + +
+
+

FORTRAN#

+ + +
+
+

Factory#

+ + + + + + + + + + +
ElucidationA building or group of buildings where goods are manufactured or assembled.
Alternative Label(s)IndustrialPlant
+
+

Farad#

+ + + + + + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.F02320
Wikipedia Referencehttp://en.wikipedia.org/wiki/Farad?oldid=493070876
CommentMeasurement unit for electric capacitance.
+
+

FaradPerKiloMetre#

+ + + + + + + + + + +
ElucidationSI derived unit farad divided by the 1 000-fold of the SI base unit metre + +-- QUDT
Alternative Label(s)Farad Per Kilometre
+
+

FaradPerMetre#

+ + + + + + + + + + +
ElucidationFarad Per Meter (F/m) is a unit in the category of Electric permittivity. It is also known as farad/meter. This unit is commonly used in the SI unit system. Farad Per Meter has a dimension of M-1L-3T4I2 where M is mass, L is length, T is time, and I is electric current. This unit is the standard SI unit in this category. + +-- QUDT
Alternative Label(s)Farad per Metre
+
+

FaradaicCurrent#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationelectric current that results from the electrooxidation or electroreduction of an electroactive substance
IUPAC Referencehttps://goldbook.iupac.org/terms/view/F02321
Wikipedia Referencehttps://en.wikipedia.org/wiki/Faradaic_current
Wikidata Referencehttps://www.wikidata.org/wiki/Q5434687
CommentCurrent that is produced by other processes, for example by diffusion of charged species, is termed ‘non- faradaic current’.
+
+

FaradayConstant#

+ + + + + + + + + + + + + + + + + + +
Elucidationfundamental physical constant representing molar elementary charge
IUPAC Referencehttps://doi.org/10.1351/goldbook.F02325
Wikipedia Referencehttps://en.wikipedia.org/wiki/Faraday_constant
Wikidata Referencehttps://www.wikidata.org/wiki/Q192819
+
+

FaradaysFirstLawOfElectrolysis#

+ + + + + + + + + + + + + + +
Elucidationmass m of electrochemically-transformed substance is proportional to the charge Q passed, m ∝ Q.
Alternative Label(s)FaradaysLaw, FaradaysLawOfElectrolysis
Wikipedia Referencehttps://en.wikipedia.org/wiki/Faraday%27s_laws_of_electrolysis#First_law
+
+

FaradaysSecondLawOfElectrolysis#

+ + + + + + + + + + + + + + +
Elucidationwhen the same electric charge (quantity of electricity) Q is passed through several electrolytes, the mass, m_i, of the substances deposited are proportional to their respective chemical equivalent molar mass, M_i/z_i.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Faraday%27s_laws_of_electrolysis#Second_law
Commentm_1/m_2 = (M_1/z_1) / (M_2/z_2)
+
+

FastFissionFactor#

+ + + + + + + + + + +
ElucidationIn an infinite medium, the ratio of the mean number of neutrons produced by fission due to neutrons of all energies to the mean number of neutrons produced by fissions due to thermal neutrons only.
Wikidata Referencehttps://www.wikidata.org/wiki/Q99197493
+
+

FaurePlate#

+ + + + + + + + + + +
Elucidationpasted flat plate with a grid current collector used in a lead acid battery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-19
+
+

Femto#

+ + +
+
+

FemtoPrefixedUnit#

+ + + + + + +
ElucidationSuperclass for all units prefixed with "femto" (1e-15).
+
+

FermiAnglularWaveNumber#

+ + + + + + + + + + + + + + +
Elucidationangular wavenumber of electrons in states on the Fermi sphere
Alternative Label(s)FermiAnglularRepetency
Wikidata Referencehttps://www.wikidata.org/wiki/Q105554303
+
+

FermiEnergy#

+ + + + + + + + + + + + + + + + + + +
Elucidationin a metal, highest occupied energy level at zero thermodynamic temperature, where energy level means the energy of an electron in the interior of a substance
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-06-18
IUPAC Referencehttps://doi.org/10.1351/goldbook.F02340
Wikidata Referencehttps://www.wikidata.org/wiki/Q431335
+
+

FermiTemperature#

+ + + + + + + + + + +
Elucidationin the free electron model, the Fermi energy divided by the Boltzmann constant
Wikidata Referencehttps://www.wikidata.org/wiki/Q105942324
+
+

Fermion#

+ + + + + + + + + + +
ElucidationA physical particle with half odd integer spin (1/2, 3/2, etc...) that follows Fermi-Dirac statistics.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Fermion
+
+

FermiumAtom#

+ + + + + + +
ElucidationAtom subclass for fermium.
+
+

FermiumSymbol#

+ + +
+
+

FiberReinforcePlasticManufacturing#

+ + +
+
+

FiberboardManufacturing#

+ + +
+
+

File#

+ + +
+
+

FilledChargedBattery#

+ + + + + + + + + + +
Elucidationstate of delivery of some types of secondary battery where the cells contain electrolyte and whose plates are in a charged state
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-32
+
+

FilledDischargedBattery#

+ + + + + + + + + + +
Elucidationstate of delivery of some types of secondary battery where the cells contain electrolyte and whose plates are in a discharged state
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-33
+
+

Filling#

+ + +
+
+

FineStructureConstant#

+ + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.F02389
CommentA fundamental physical constant characterizing the strength of the electromagnetic interaction between elementary charged particles.
+
+

FinishingCRate#

+ + + + + + + + + + + + + + + + + + +
Elucidation[an indicator of the] electric current at which a battery is charged towards the end of charge
Alternative Label(s)FinishingChargeRate
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-46
Commentthe quantity CRate is not used for energy-decoupled batteries like Redox Flox batteries
+
+

FirstCharge#

+ + + + + + + + + + + + + + +
Elucidationfirst charge given to a new secondary battery at beginning of its service life
Alternative Label(s)InitialCharge
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-43
+
+

FirstGenerationFermion#

+ + +
+
+

FlameArrestorVent#

+ + + + + + + + + + + + + + +
Elucidationvent of special design which provides protection against the propagation of a flame front from or into the interior of a secondary cell
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-11
Commentthis flame front may originate from a spark or an external naked flame igniting combustible electrolysis gas
+
+

FlameCutting#

+ + +
+
+

Flanging#

+ + +
+
+

FleroviumAtom#

+ + + + + + +
ElucidationAtom subclass for flerovium.
+
+

FleroviumSymbol#

+ + +
+
+

FlowCell#

+ + + + + + + + + + +
Elucidationan electrochemical cell in which the active materials are flowed through the cell from an external source
Alternative Label(s)ElectrochemicalFlowCell
+
+

Fluid#

+ + + + + + +
ElucidationA continuum that has no fixed shape and yields easily to external pressure.
+
+

Fluorine#

+ + + + + + + + + + + + + + +
Alternative Label(s)F2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Fluorine
Wikidata Referencehttps://www.wikidata.org/wiki/Q650
+
+

FluorineAtom#

+ + + + + + +
ElucidationAtom subclass for fluorine.
+
+

FluorineDopedTinOxideElectrode#

+ + + + + + +
Alternative Label(s)FTOElectrode
+
+

FluorineSymbol#

+ + +
+
+

FluoroethyleneCarbonate#

+ + + + + + +
Alternative Label(s)FEC
+
+

Foam#

+ + + + + + +
ElucidationA colloid formed by trapping pockets of gas in a liquid or solid.
+
+

Foaming#

+ + +
+
+

Foil#

+ + +
+
+

Folding#

+ + +
+
+

Force#

+ + + + + + + + + + +
ElucidationAny interaction that, when unopposed, will change the motion of an object
IUPAC Referencehttps://doi.org/10.1351/goldbook.F02480
+
+

ForceAreaUnit#

+ + +
+
+

ForcePerLengthUnit#

+ + +
+
+

ForceUnit#

+ + +
+
+

Fork#

+ + + + + + +
ElucidationA tessellation in wich a tile has next two or more non spatially connected tiles.
+
+

FormalElectrodePotential#

+ + + + + + + + + + + + + + +
Elucidationequilibrium electrode potential under conditions of unit concentration of species involved in the electrode reaction
Alternative Label(s)FormalPotential, FormalPotential, FormalPotential
CommentE^{\circ '}
+
+

FormationCycling#

+ + +
+
+

FormicAcid#

+ + + + + + + + + + + + + + +
Alternative Label(s)HCO2H
Wikipedia Referencehttps://en.wikipedia.org/wiki/Formic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q161233
+
+

FormingFromChip#

+ + +
+
+

FormingFromGas#

+ + +
+
+

FormingFromIonised#

+ + +
+
+

FormingFromLiquid#

+ + +
+
+

FormingFromPlastic#

+ + +
+
+

FormingFromPowder#

+ + +
+
+

FormingFromPulp#

+ + +
+
+

FormingJoin#

+ + +
+
+

Fraction#

+ + + + + + +
ElucidationFraction is a unit for 'Dimensionless Ratio' expressed as the value of the ratio itself. + +-- QUDT
+
+

FractionUnit#

+ + + + + + + + + + + + + + +
ElucidationUnit for fractions of quantities of the same kind, to aid the understanding of the quantity being expressed.
Alternative Label(s)RatioUnit
CommentQuantities that are ratios of quantities of the same kind (for example length ratios and amount fractions) have the option of being expressed with units (m/m, mol/mol to aid the understanding of the quantity being expressed and also allow the use of SI prefixes, if this +is desirable (μm/m, nmol/mol). +-- SI Brochure
+
+

FranciumAtom#

+ + + + + + +
ElucidationAtom subclass for francium.
+
+

FranciumSymbol#

+ + +
+
+

Frequency#

+ + + + + + + + + + + + + + + + + + +
ElucidationNumber of periods per time interval.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-06-02
IUPAC Referencehttps://doi.org/10.1351/goldbook.FT07383
Wikidata Referencehttps://www.wikidata.org/wiki/Q11652
+
+

FrequencyPerAreaTimeUnit#

+ + +
+
+

FrequencyPerVolumeUnit#

+ + +
+
+

FrequencyResponseAnalyser#

+ + + + + + + + + + + + + + +
Elucidationanalyzes the output signal of a stimulated system
Alternative Label(s)FRA, FrequencyResponseAnalyzer
Commentbased on the Fourier Transform analysis
+
+

FrequencyUnit#

+ + +
+
+

FrogBattery#

+ + + + + + + + + + + + + + + + + + +
Elucidationa battery comprising two electrodes of dissimilar metals with frog legs acting as the electrolyte
Wikipedia Referencehttps://en.wikipedia.org/wiki/Frog_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q5505233
CommentLuigi Galvani's early investigations of "animal electricity" with frog legs were a source of inspiration for Alessandro Volta's invention of the voltaic pile
+
+

FuelCell#

+ + + + + + + + + + + + + + + + + + +
Elucidationgalvanic cell that transforms chemical energy from continuously supplied reactants to electric energy by an electrochemical process.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-05
Wikipedia Referencehttps://en.wikipedia.org/wiki/Fuel_cell
Wikidata Referencehttps://www.wikidata.org/wiki/Q180253
+
+

Fugacity#

+ + + + + + + + + + + + + + +
ElucidationMeasure of the tendency of a substance to leave a phase.
IUPAC Referencehttps://doi.org/10.1351/goldbook.F02543
Wikidata Referencehttps://www.wikidata.org/wiki/Q898412
+
+

FullCharge#

+ + + + + + + + + + +
Elucidationstate of charge wherein all available active material is in a state such that the charging under the selected conditions produces no significant increase of capacity
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-42
+
+

FullFlowBattery#

+ + + + + + +
Elucidationa type of redox flow battery that store electroactive material only in external tanks
+
+

FunctionalIcon#

+ + + + + + + + + + +
ElucidationAn icon that imitates one representative character of the object. It share external similarities with the object, but not necessarily the same internal logical structure.
CommentThis subclass of icon inspired by Peirceian category (c) the metaphor, which represents the representative character of a sign by representing a parallelism in something else.
+
+

Fundamental#

+ + + + + + + + + + +
ElucidationA whole that represent the overall lifetime of the world object that represents according to some holistic criteria.
Alternative Label(s)Lifetime, Maximal
+
+

FundamentalAntiMatterParticle#

+ + +
+
+

FundamentalBoson#

+ + + + + + + + + + +
ElucidationA boson that is a single elementary particle.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Boson#Elementary_bosons
+
+

FundamentalFermion#

+ + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Fermion
+
+

FundamentalInteraction#

+ + + + + + +
ElucidationA causal system that is the representation of a Feynman diagram, where quantum represents the real particles entering and exiting the system.
+
+

FundamentalLatticeVector#

+ + + + + + + + + + +
ElucidationFundamental translation vector for the crystal lattice.
Wikidata Referencehttps://www.wikidata.org/wiki/Q105451063
+
+

FundamentalMatterParticle#

+ + +
+
+

FundamentalReciprocalLatticeVector#

+ + + + + + + + + + +
ElucidationFundamental translation vectors for the reciprocal lattice.
Wikidata Referencehttps://www.wikidata.org/wiki/Q105475399
+
+

GFactor#

+ + + + + + + + + + +
ElucidationRelation between observed magnetic moment of a particle and the related unit of magnetic moment.
Wikidata Referencehttps://www.wikidata.org/wiki/Q1951266
+
+

GFactorOfNucleusOrNuclearParticle#

+ + + + + + + + + + + + + + +
ElucidationQuotient of the magnetic dipole moment of an atom, and the product of the nuclear spin quantum number and the nuclear magneton.
Alternative Label(s)NuclearGFactor
Wikidata Referencehttps://www.wikidata.org/wiki/Q97591250
+
+

GITT#

+ + + + + + + + + + + + + + +
Elucidationelectrochemical method that applies current pulses to an electrochemical cell at rest and measures the voltage response
Alternative Label(s)GalvanostaticIntermittentTitrationTechnique
Wikidata Referencehttps://www.wikidata.org/wiki/Q120906986
+
+

GadoliniumAtom#

+ + + + + + +
ElucidationAtom subclass for gadolinium.
+
+

GadoliniumSymbol#

+ + +
+
+

Gallium#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Gallium
Wikidata Referencehttps://www.wikidata.org/wiki/Q861
+
+

GalliumAtom#

+ + + + + + +
ElucidationAtom subclass for gallium.
+
+

GalliumIOxide#

+ + + + + + + + + + +
Alternative Label(s)Ga2O
Wikipedia Referencehttps://en.wikipedia.org/wiki/Gallium(I)_oxide
+
+

GalliumOxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)Ga2O3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Gallium(III)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q419487
+
+

GalliumOxideCompound#

+ + +
+
+

GalliumSymbol#

+ + +
+
+

GalvanicCell#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationelectrochemical cell in which chemical reactions occur spontaneously and chemical energy is converted into electrical energy.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-02
Wikipedia Referencehttps://en.wikipedia.org/wiki/Galvanic_cell
Wikidata Referencehttps://www.wikidata.org/wiki/Q209440
CommentAn electrochemical cell that spontaneously produces work.
+
+

Galvanizing#

+ + +
+
+

Galvanostat#

+ + + + + + + + + + + + + + + + + + +
Elucidationinstrument which controls the electric current between the working electrode and the auxiliary electrode
Alternative Label(s)Amperostat
Wikipedia Referencehttps://en.wikipedia.org/wiki/Galvanostat
Wikidata Referencehttps://www.wikidata.org/wiki/Q5519411
+
+

GalvanostaticCycling#

+ + + + + + +
Elucidationa cycling protocol in which an electrochemical cell is subject to alternating galvanostatic charging and discharging processes
+
+

GalvanostaticProcess#

+ + + + + + +
Elucidationa process in which the electric current is kept constant
+
+

GammaButyrolactone#

+ + + + + + + + + + + + + + + + + + +
ElucidationOne of the furans with a carbonyl thereby forming a cyclic lactone. It is an endogenous compound made from gamma-aminobutyrate and is the precursor of gamma-hydroxybutyrate. It is also used as a pharmacological agent and solvent.
Alternative Label(s)GBL, GButyrolactone
Wikipedia Referencehttps://en.wikipedia.org/wiki/Gamma-Butyrolactone
Wikidata Referencehttps://www.wikidata.org/wiki/Q79739
+
+

GapEnergy#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationSmallest energy difference between the lowest level of conduction band and the highest level of valence band at zero thermodynamic temperature.
Alternative Label(s)BandgapEnergy
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-06-16
IUPAC Referencehttps://doi.org/10.1351/goldbook.B00593
Wikidata Referencehttps://www.wikidata.org/wiki/Q103982939
+
+

Gas#

+ + + + + + +
ElucidationGas is a compressible fluid, a state of matter that has no fixed shape and no fixed volume.
+
+

GasDiffusionElectrode#

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationa type of electrode specifically designed for gaseous reactants or products or both
Alternative Label(s)GDE, GDE, GDE
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=485-02-02
Wikipedia Referencehttps://en.wikipedia.org/wiki/Gas_diffusion_electrode
Wikidata Referencehttps://www.wikidata.org/wiki/Q909759
CommentA gas diffusion electrode usually comprises one or more porous layers, like the gas diffusion layer and the catalyst layer.
+
+

GasLiquidSuspension#

+ + + + + + +
ElucidationA coarse dispersion of liquid in a gas continuum phase.
+
+

GasMixture#

+ + +
+
+

GasSolidSuspension#

+ + + + + + +
ElucidationA coarse dispersion of solid in a gas continuum phase.
+
+

GasSolution#

+ + + + + + + + + + +
ElucidationA gaseous solution made of more than one component type.
Alternative Label(s)GasMixture
+
+

GassingOfACell#

+ + + + + + + + + + +
Elucidationevolution of gas resulting from electrolysis of the water in the electrolyte of a cell
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-51
+
+

Gathering#

+ + +
+
+

GaugeBoson#

+ + + + + + + + + + +
ElucidationA bosonic elementary particle that mediates interactions among elementary fermions, and thus acts as a force carrier.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Gauge_boson
+
+

GaugePressure#

+ + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q109594211
+
+

Gel#

+ + + + + + +
ElucidationA soft, solid or solid-like colloid consisting of two or more components, one of which is a liquid, present in substantial quantity.
+
+

Geometrical#

+ + + + + + +
ElucidationA 'graphical' aimed to represent a geometrical concept.
+
+

Germanium#

+ + + + + + + + + + + + + + +
Alternative Label(s)Ge
Wikipedia Referencehttps://en.wikipedia.org/wiki/Germanium
Wikidata Referencehttps://www.wikidata.org/wiki/Q867
+
+

GermaniumAtom#

+ + + + + + +
ElucidationAtom subclass for germanium.
+
+

GermaniumSymbol#

+ + +
+
+

GibbsEnergy#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationType of thermodynamic potential; useful for calculating reversible work in certain systems.
Alternative Label(s)GibbsFreeEnergy
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-23
IUPAC Referencehttps://doi.org/10.1351/goldbook.G02629
Wikidata Referencehttps://www.wikidata.org/wiki/Q334631
+
+

Giga#

+ + +
+
+

GigaPrefixedUnit#

+ + +
+
+

GlassFibreSeparator#

+ + + + + + + + + + +
Elucidationa separator is composed of a mass of intermeshed glass fibers.
Alternative Label(s)FibreglassSeparator
+
+

GlassyCarbonElectrode#

+ + + + + + + + + + + + + + +
Elucidationelectrode made of glassy carbon material with an intertwined graphitic ribbon structure, formed by pyrolysis of a resol precursor at temperatures up to 3000 °C
Alternative Label(s)GCE, GCE, GCE
Commentextremely resistant to many chemicals, impermeable to gases and liquids, and has good electrical conductivity, high hardness and strength, and biocompatibility
+
+

Gluing#

+ + +
+
+

Gluon#

+ + + + + + + + + + +
ElucidationThe class of individuals that stand for gluons elementary particles.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Gluon
+
+

GluonType1#

+ + +
+
+

GluonType2#

+ + +
+
+

GluonType3#

+ + +
+
+

GluonType4#

+ + +
+
+

GluonType5#

+ + +
+
+

GluonType6#

+ + +
+
+

GluonType7#

+ + +
+
+

GluonType8#

+ + +
+
+

GlycericAcid#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Glyceric_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q424906
+
+

GlycidicAcid#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Glycidic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q15411014
+
+

GlycolicAcid#

+ + + + + + + + + + + + + + +
Alternative Label(s)HOCH2CO2H
Wikipedia Referencehttps://en.wikipedia.org/wiki/Glycolic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q409373
+
+

GlyoxylicAcid#

+ + + + + + + + + + + + + + +
Alternative Label(s)OHCCO2H
Wikipedia Referencehttps://en.wikipedia.org/wiki/Glyoxylic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q413552
+
+

Gold#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Gold
Wikidata Referencehttps://www.wikidata.org/wiki/Q897
+
+

GoldAtom#

+ + + + + + +
ElucidationAtom subclass for gold.
+
+

GoldElectrode#

+ + + + + + + + + + + + + + +
Elucidationfoil, wire or disc electrode made of gold which is easily fabricated into a variety of electrode geometries
Alternative Label(s)AuElectrode
CommentAt positive potentials, Au forms an oxide and/or chemisorbed oxygen layer, while in the presence of complexing anions, such as chloride or cyanide, it readily undergoes oxidation and dissolution, limiting its working potential range and its applications.
+
+

GoldSymbol#

+ + +
+
+

GouyChapmanModel#

+ + + + + + + + + + +
Elucidationan extension of the Helmholtz model that describes the distribution of ions as a function of distance from the electrode surface to the bulk of the electroylte
Commentthis model fails for highly charged double layers
+
+

Gradient#

+ + +
+
+

GrahameModel#

+ + + + + + + + + + +
Elucidationa modification of the Stern model that considers the double layer as three regions separated by the inner Helmholtz plane and the outer Helmholtz plane
Commentproposed by D. C. Grahame in 1947
+
+

GramDegreeCelsius#

+ + + + + + + + + + +
Elucidation`Gram Degree Celsius` is a C.G.S System unit for 'Mass Temperature' expressed as g · degC. + +-- QUDT
Alternative Label(s)Gram Degree Celsius
+
+

GramPerDay#

+ + + + + + + + + + +
Elucidation0,001-fold of the SI base unit kilogram divided by the unit day + +-- QUDT
Alternative Label(s)Gram Per Day
+
+

GramPerHour#

+ + + + + + + + + + +
Elucidation0,001-fold of the SI base unit kilogram divided by the unit hour + +-- QUDT
Alternative Label(s)Gram Per Hour
+
+

GramPerLitre#

+ + + + + + + + + + +
Elucidation0,001-fold of the SI base unit kilogram divided by the unit litre + +-- QUDT
Alternative Label(s)Gram Per Litre
+
+

GramPerMilliLitre#

+ + + + + + + + + + +
Elucidation0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the unit litre + +-- QUDT
Alternative Label(s)Gram Per Millilitre
+
+

GramPerMinute#

+ + + + + + + + + + +
Elucidation0,001-fold of the SI base unit kilogram divided by the unit minute + +-- QUDT
Alternative Label(s)Gram Per Minute
+
+

GramPerSquareMetrePerDay#

+ + + + + + + + + + +
ElucidationA metric unit of volume over time indicating the amount generated across one square meter over a day. + +-- QUDT
Alternative Label(s)grams per square metre per day
+
+

GrandCanonicalPartionFunction#

+ + + + + + + + + + +
Alternative Label(s)GrandPartionFunction
Wikidata Referencehttps://www.wikidata.org/wiki/Q96176022
+
+

Graphene#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Graphene
Wikidata Referencehttps://www.wikidata.org/wiki/Q169917
+
+

Graphical#

+ + + + + + + + + + +
ElucidationA 'Perceptual' which stands for a real world object whose spatial configuration is due to an explicit graphical procedure and shows an identifiable pattern.
CommentThis concept includes only things that are purposely created by an agent.
+
+

Graphite#

+ + + + + + + + + + + + + + +
Alternative Label(s)Gr
Wikipedia Referencehttps://en.wikipedia.org/wiki/Graphite
Wikidata Referencehttps://www.wikidata.org/wiki/Q5309
+
+

GraphiteElectrode#

+ + +
+
+

GravimetricAnalysis#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationquantitative determination of a chemical species based on its mass
Alternative Label(s)GravimetricMethod
IUPAC Referencehttps://goldbook.iupac.org/terms/view/G02694
Wikipedia Referencehttps://en.wikipedia.org/wiki/Gravimetric_analysis
Wikidata Referencehttps://www.wikidata.org/wiki/Q192414
+
+

Graviton#

+ + + + + + + + + + +
ElucidationThe class of individuals that stand for gravitons elementary particles.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Graviton
+
+

GravityCasting#

+ + +
+
+

GravitySintering#

+ + + + + + +
Alternative Label(s)Loose-powderSintering, PressurelessSintering
+
+

Gray#

+ + + + + + + + + + + + + + +
ElucidationSI unit for absorbed dose.
IUPAC Referencehttps://doi.org/10.1351/goldbook.G02696
Wikipedia Reference//en.wikipedia.org/wiki/Grey?oldid=494774160
+
+

GrayPerSecond#

+ + + + + + + + + + +
Elucidation"Gray per Second" is a unit for 'Absorbed Dose Rate' expressed as Gy/s. + +-- QUDT
Alternative Label(s)Gray per Second
+
+

GreenAntiQuark#

+ + +
+
+

GreenBottomAntiQuark#

+ + +
+
+

GreenBottomQuark#

+ + +
+
+

GreenCharmAntiQuark#

+ + +
+
+

GreenCharmQuark#

+ + +
+
+

GreenDownAntiQuark#

+ + +
+
+

GreenDownQuark#

+ + +
+
+

GreenQuark#

+ + +
+
+

GreenStrangeAntiQuark#

+ + +
+
+

GreenStrangeQuark#

+ + +
+
+

GreenTopAntiQuark#

+ + +
+
+

GreenTopQuark#

+ + +
+
+

GreenUpAntiQuark#

+ + +
+
+

GreenUpQuark#

+ + +
+
+

Grinding#

+ + +
+
+

GroupVelocity#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationSpeed with which the envelope of a wave propagates in space.
Alternative Label(s)GroupSpeed
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-10-15
Wikipedia Referencehttps://en.wikipedia.org/wiki/Group_velocity
Wikidata Referencehttps://www.wikidata.org/wiki/Q217361
+
+

GroveCell#

+ + + + + + + + + + + + + + + + + + +
Elucidationa primary battery cell with a zinc anode and platinum cathode in a sulfuric acid electrolyte
Wikipedia Referencehttps://en.wikipedia.org/wiki/Grove_cell
Wikidata Referencehttps://www.wikidata.org/wiki/Q2004643
Commentinvented by Welsh scientist William Robert Grove
+
+

GrowingCrystal#

+ + +
+
+

GrueneisenParamter#

+ + + + + + + + + + +
ElucidationDescribes the effect that changing the volume of a crystal lattice has on its vibrational properties, and, as a consequence, the effect that changing temperature has on the size or dynamics of the lattice.
Wikidata Referencehttps://www.wikidata.org/wiki/Q444656
+
+

Guess#

+ + + + + + +
ElucidationA guess is a theory, estimated and subjective, since its premises are subjective.
+
+

Gustatory#

+ + +
+
+

GyromagneticRatio#

+ + + + + + + + + + + + + + + + + + +
ElucidationRatio of magnetic dipole moment to total angular momentum.
Alternative Label(s)GyromagneticCoefficient, MagnetogyricRatio
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03693
Wikidata Referencehttps://www.wikidata.org/wiki/Q634552
+
+

GyromagneticRatioOfTheElectron#

+ + + + + + + + + + + + + + +
ElucidationProportionality constant between the magnetic dipole moment and the angular momentum of the electron.
Alternative Label(s)GyromagneticCoefficientOfTheElectron, MagnetogyricRatioOfTheElectron
Wikidata Referencehttps://www.wikidata.org/wiki/Q97543076
+
+

Gyroradius#

+ + + + + + + + + + + + + + +
ElucidationRadius of the circular movement of an electrically charged particle in a magnetic field.
Alternative Label(s)LarmorRadius
Wikidata Referencehttps://www.wikidata.org/wiki/Q1194458
+
+

HPPC#

+ + + + + + + + + + +
Elucidationelectrochemical method that measures the voltage drop of a cell resulting from a square wave current load
Alternative Label(s)HybridPulsePowerCharacterisation, HybridPulsePowerCharacterization
+
+

Hadron#

+ + + + + + + + + + +
ElucidationParticles composed of two or more quarks.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Hadron
+
+

Hafnium#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Hafnium
Wikidata Referencehttps://www.wikidata.org/wiki/Q1119
+
+

HafniumAtom#

+ + + + + + +
ElucidationAtom subclass for hafnium.
+
+

HafniumSymbol#

+ + +
+
+

HalfLife#

+ + + + + + + + + + + + + + +
ElucidationMean duration required for the decay of one half of the atoms or nuclei.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-12
Wikidata Referencehttps://www.wikidata.org/wiki/Q98118544
+
+

HalfPeakPotential#

+ + + + + + + + + + + + + + +
Elucidationfor dynamic voltammetric techniques, the electric potential of the working electrode at which the current is equal to one-half of the peak current
IUPAC Referencehttps://doi.org/10.1351/goldbook.H02720
CommentThe quarter-peak potential, Ep/4, the three-quarter-peak potential, Ep3/4, etc., may be similarly defined.
+
+

HalfValueThickness#

+ + + + + + + + + + + + + + +
ElucidationThickness of the attenuating layer that reduces the quantity of interest of a unidirectional beam of infinitesimal width to half of its initial value.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-04-34
Wikidata Referencehttps://www.wikidata.org/wiki/Q127526
+
+

HalfWavePotential#

+ + + + + + + + + + + + + + +
Elucidationelectric potential of a steady-state voltammetric working electrode at the point, on the rising part of the voltammetric wave, where the current is equal to one-half of the limiting current
IUPAC Referencehttps://doi.org/10.1351/goldbook.H02722
CommentE1/2 is used in techniques providing a sigmoidal wave-shaped current including DC voltammetry/polarography, normal pulse voltammetry, hydrodynamic voltammetry, and tast polarography.
+
+

HallCoefficient#

+ + + + + + + + + + + + + + +
ElucidationThe relation between electric field strength and current density in an isotropic conductor.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=521-09-02
Wikidata Referencehttps://www.wikidata.org/wiki/Q997439
+
+

HandlingDevice#

+ + +
+
+

HardCarbon#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Hard_carbon
Wikidata Referencehttps://www.wikidata.org/wiki/Q105038172
+
+

HardCarbonElectrode#

+ + +
+
+

Hardening#

+ + +
+
+

HardeningByDrawing#

+ + +
+
+

HardeningByForging#

+ + +
+
+

HardeningByForming#

+ + +
+
+

HardeningByRolling#

+ + +
+
+

HartreeEnergy#

+ + + + + + + + + + + + + + + + + + +
ElucidationEnergy of the electron in a hydrogen atom in its ground state
IUPAC Referencehttps://doi.org/10.1351/goldbook.H02748
Wikipedia Referencehttps://en.wikipedia.org/wiki/Hartree
Wikidata Referencehttps://www.wikidata.org/wiki/Q476572
+
+

HassiumAtom#

+ + + + + + +
ElucidationAtom subclass for hassium.
+
+

HassiumSymbol#

+ + +
+
+

Heat#

+ + + + + + + + + + + + + + +
Alternative Label(s)AmountOfHeat
IUPAC Referencehttps://doi.org/10.1351/goldbook.H02752
CommentHeat is energy in transfer to or from a thermodynamic system, by mechanisms other than thermodynamic work or transfer of matter.
+
+

HeatCapacity#

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
ElucidationQuantity C = dQ/dT, when the thermodynamic temperature of a system is increased by dT as a result of the addition of a amount of heat dQ, under given condition.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-47
IUPAC Referencehttps://doi.org/10.1351/goldbook.H02753
Wikipedia Referencehttps://en.wikipedia.org/wiki/Heat_capacity
Wikidata Referencehttps://www.wikidata.org/wiki/Q179388
CommentExamples of condition might be constant volume or constant pressure for a gas.
+
+

HeatFlowRate#

+ + + + + + + + + + + + + + +
ElucidationAmount of heat through a surface during a time interval divided by the duration of this interval.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-36
Wikidata Referencehttps://www.wikidata.org/wiki/Q12160631
+
+

HeatTreatment#

+ + +
+
+

Hectare#

+ + + + + + + + + + +
ElucidationThe customary metric unit of land area, equal to 100 ares. One hectare is a square hectometer, that is, the area of a square 100 meters on each side: exactly 10 000 square meters or approximately 107 639.1 square feet, 11 959.9 square yards, or 2.471 054 acres. + +-- QUDT
Wikipedia Referencehttps://en.wikipedia.org/wiki/Hectare
+
+

Hecto#

+ + +
+
+

HectoPrefixedUnit#

+ + +
+
+

Height#

+ + + + + + + + + + + + + + + + + + +
ElucidationMinimum length of a straight line segment between a point and a reference line or reference surface.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-21
Wikipedia Referencehttps://en.wikipedia.org/wiki/Height
Wikidata Referencehttps://www.wikidata.org/wiki/Q208826
+
+

Helium#

+ + + + + + + + + + + + + + +
Alternative Label(s)He
Wikipedia Referencehttps://en.wikipedia.org/wiki/Helium
Wikidata Referencehttps://www.wikidata.org/wiki/Q560
+
+

HeliumAtom#

+ + + + + + +
ElucidationAtom subclass for helium.
+
+

HeliumSymbol#

+ + +
+
+

HelmholtzEnergy#

+ + + + + + + + + + + + + + + + + + +
Alternative Label(s)HelmholtzFreeEnergy
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-24
IUPAC Referencehttps://doi.org/10.1351/goldbook.H02772
Wikidata Referencehttps://www.wikidata.org/wiki/Q865821
+
+

HelmholtzModel#

+ + + + + + + + + + +
Elucidationa structural representation of the double layer that states that the accumulation of electric charge on the surface of the electrode is balanced by a layer of ions in the electrolyte
Commentproposed by Hermann von Helmholtz in 1853
+
+

Henry#

+ + + + + + + + + + + + + + +
ElucidationSI unit for electrical inductance.
IUPAC Referencehttps://doi.org/10.1351/goldbook.H02782
Wikipedia Referencehttp://en.wikipedia.org/wiki/Henry?oldid=491435978
+
+

HenryPerKiloOhm#

+ + + + + + + + + + +
ElucidationSI derived unit henry divided by the 1 000-fold of the SI derived unit ohm + +-- QUDT
Alternative Label(s)Henry Per Kiloohm
+
+

HenryPerMetre#

+ + + + + + + + + + + + + + +
ElucidationThe henry per meter (symbolized H/m) is the unit of magnetic permeability in the International System of Units ( SI ). Reduced to base units in SI, 1 H/m is the equivalent of one kilogram meter per square second per square ampere. + +-- QUDT
Alternative Label(s)Henry per Metre
Wikipedia Referencehttp://en.wikipedia.org/wiki/Henry?oldid=491435978
+
+

HenryPerOhm#

+ + + + + + + + + + +
ElucidationSI derived unit henry divided by the SI derived unit ohm + +-- QUDT
Alternative Label(s)Henry Per Ohm
+
+

HermeticallySealedCell#

+ + + + + + + + + + +
Elucidationpermanently sealed gas tight cell without pressure release device
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-01
+
+

Hertz#

+ + + + + + + + + + +
ElucidationSI unit for frequence.
IUPAC Referencehttps://doi.org/10.1351/goldbook.H02785
+
+

HertzMetre#

+ + + + + + + + + + +
Elucidationproduct of the SI derived unit hertz and the SI base unit metre + +-- QUDT
Alternative Label(s)Hertz Metre
+
+

HertzPerKelvin#

+ + + + + + + + + + +
Elucidation`Hertz per Kelvin` is a unit for 'Inverse Time Temperature' expressed as Hz K⁻¹. + +-- QUDT
Alternative Label(s)Hertz per Kelvin
+
+

HertzPerTesla#

+ + + + + + + + + + +
Elucidation"Hertz per Tesla" is a unit for 'Electric Charge Per Mass' expressed as Hz T⁻¹. + +-- QUDT
Alternative Label(s)Hertz per Tesla
+
+

HertzPerVolt#

+ + + + + + + + + + +
ElucidationIn the Hertz per Volt standard the frequency of the note is directly related to the voltage. A pitch of a note goes up one octave when its frequency doubles, meaning that the voltage will have to double for every octave rise. Depending on the footage (octave) selected, nominally one volt gives 1000Hz, two volts 2000Hz and so on. In terms of notes, bottom C would be 0.25 volts, the next C up would be 0.5 volts, then 1V, 2V, 4V, 8V for the following octaves. This system was used mainly by Yamaha and Korg. + +-- QUDT
Alternative Label(s)Hertz per Volt
+
+

Heteronuclear#

+ + + + + + +
ElucidationA molecule composed of more than one element type.
+
+

Hexafluoroarsenate#

+ + + + + + + + + + +
Alternative Label(s)Fluoroarsenate
Wikipedia Referencehttps://en.wikipedia.org/wiki/Hexafluoroarsenate
+
+

Hexafluorophosphate#

+ + + + + + + + + + + + + + + + + + +
ElucidationHexafluorophosphate(1-) is a phosphorus halide.
Alternative Label(s)PF6
Wikipedia Referencehttps://en.wikipedia.org/wiki/Hexafluorophosphate
Wikidata Referencehttps://www.wikidata.org/wiki/Q2786508
+
+

Hexamethylphosphoramide#

+ + + + + + + + + + +
Alternative Label(s)HMPA
Wikipedia Referencehttps://en.wikipedia.org/wiki/Hexamethylphosphoramide
+
+

HexanoicAcid#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Caproic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q422597
+
+

HiggsBoson#

+ + + + + + + + + + +
ElucidationAn elementary bosonic particle with zero spin produced by the quantum excitation of the Higgs field.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Higgs_boson
+
+

HoleDensity#

+ + + + + + + + + + +
ElucidationNumber of holes in valence band per volume.
Wikidata Referencehttps://www.wikidata.org/wiki/Q105971101
+
+

Holistic#

+ + + + + + + + + + +
ElucidationA perspective characterized by the belief that some mereological parts of a whole (holistic parts) are intimately interconnected and explicable only by reference to the whole and vice versa.
Alternative Label(s)Wholistic
+
+

HolisticArrangement#

+ + + + + + +
ElucidationA system which is mainly characterised by the spatial configuration of its elements.
+
+

HolisticSystem#

+ + + + + + + + + + +
ElucidationAn object that is made of a set of sub objects working together as parts of a mechanism or an interconnecting network (natural or artificial); a complex whole.
CommentA system is conceived as an aggregate of things that 'work' (or interact) together. While a system extends in time through distinct temporal parts (like every other 4D object), this elucdation focuses on a timescale in which the obejct shows a persistence in time.
+
+

HolmiumAtom#

+ + + + + + +
ElucidationAtom subclass for holmium.
+
+

HolmiumSymbol#

+ + +
+
+

Homonuclear#

+ + + + + + + + + + +
ElucidationA molecule composed of only one element type.
Alternative Label(s)ElementalMolecule
+
+

HotDipGalvanizing#

+ + + + + + +
Alternative Label(s)Hot-dipGalvanizing
+
+

Hour#

+ + + + + + + + + + +
ElucidationThe hour (common symbol: h or hr) is a unit of measurement of time. In modern usage, an hour comprises 60 minutes, or 3,600 seconds. It is approximately 1/24 of a mean solar day. An hour in the Universal Coordinated Time (UTC) time standard can include a negative or positive leap second, and may therefore have a duration of 3,599 or 3,601 seconds for adjustment purposes. Although it is not a standard defined by the International System of Units, the hour is a unit accepted for use with SI, represented by the symbol h. + +-- QUDT
IUPAC Referencehttps://doi.org/10.1351/goldbook.H02866
+
+

HybridFlowBattery#

+ + + + + + +
Elucidationa type of redox flow battery comprising at least one solid electroactive material that is deposited or stripped within the stack
+
+

HybridFlowCell#

+ + + + + + +
Elucidationa flow cell that uses one or more electroactive components deposited as a solid layer
+
+

HybridMatter#

+ + + + + + +
ElucidationMatter composed of both matter and antimatter fundamental particles.
+
+

HydrazoicAcid#

+ + + + + + + + + + + + + + +
Alternative Label(s)HN3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Hydrazoic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q408925
+
+

HydrodynamicVoltammetry#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationvoltammetry with forced flow of the solution towards the electrode surface
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
Wikipedia Referencehttps://en.wikipedia.org/wiki/Hydrodynamic_voltammetry
Wikidata Referencehttps://www.wikidata.org/wiki/Q17028237
CommentA linear potential scan, at sufficiently slow scan rates so as to ensure a steady state response, is usually applied.
+
+

HydrogenAtom#

+ + + + + + +
ElucidationAtom subclass for hydrogen.
+
+

HydrogenBromide#

+ + + + + + + + + + + + + + +
Alternative Label(s)HBr
Wikipedia Referencehttps://en.wikipedia.org/wiki/Hydrogen_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q2447
+
+

HydrogenBromineBattery#

+ + + + + + + + + + + + + + +
Elucidationa flow battery in which hydrogen bromide (HBr) serves as the electrolyte
Wikipedia Referencehttps://en.wikipedia.org/wiki/Hydrogen%E2%80%93bromine_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q17045938
+
+

HydrogenChloride#

+ + + + + + + + + + + + + + +
Alternative Label(s)HCl
Wikipedia Referencehttps://en.wikipedia.org/wiki/Hydrochloric_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q2409
+
+

HydrogenElectrode#

+ + + + + + + + + + + + + + +
Elucidationplatinized platinum electrode saturated by a stream of pure gaseous hydrogen
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-16
CommentA platinized platinum electrode consists of a platinum rod covered by compact platinum powder called platinum black.
+
+

HydrogenFluoride#

+ + + + + + + + + + + + + + +
Alternative Label(s)HF
Wikipedia Referencehttps://en.wikipedia.org/wiki/Hydrogen_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q2468
+
+

HydrogenIodide#

+ + + + + + + + + + + + + + +
Alternative Label(s)HI
Wikipedia Referencehttps://en.wikipedia.org/wiki/Hydrogen_iodide
Wikidata Referencehttps://www.wikidata.org/wiki/Q2462
+
+

HydrogenSymbol#

+ + +
+
+

Hydroxylamine#

+ + + + + + + + + + + + + + +
Alternative Label(s)NH2OH
Wikipedia Referencehttps://en.wikipedia.org/wiki/Hydroxylamine
Wikidata Referencehttps://www.wikidata.org/wiki/Q259997
+
+

HyperfineStructureQuantumNumber#

+ + + + + + + + + + +
ElucidationQuantum number of an atom describing the inclination of the nuclear spin with respect to a quantization axis given by the magnetic field produced by the orbital electrons.
Wikidata Referencehttps://www.wikidata.org/wiki/Q97577449
+
+

HyperfineTransitionFrequencyOfCs#

+ + + + + + +
ElucidationThe frequency standard in the SI system in which the photon absorption by transitions between the two hyperfine ground states of caesium-133 atoms are used to control the output frequency. + +It defines the base unit second in the SI system.
+
+

Hyperon#

+ + + + + + + + + + +
ElucidationA baryon containing one or more strange quarks, but no charm, bottom, or top quark.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Hyperon
+
+

Hypothesis#

+ + + + + + +
ElucidationA hypothesis is a theory, estimated and objective, since its estimated premises are objective.
+
+

ICI#

+ + + + + + + + + + +
Elucidationelectrochemical method that measures the voltage response of an electrochemical cell under galvanostatic conditions to short interruptions in the current
Alternative Label(s)IntermittentCurrentInterruptionMethod
+
+

IEVReference#

+ + + + + + +
ElucidationURL for the entry in the International Electrotechnical Vocabulary (IEV).
+
+

ISO14040Reference#

+ + +
+
+

ISO80000Categorised#

+ + +
+
+

ISO80000Reference#

+ + + + + + +
ElucidationCorresponding item number in ISO 80 000.
+
+

ISO9000Reference#

+ + +
+
+

ISQBaseQuantity#

+ + + + + + + + + + +
ElucidationBase quantities defined in the International System of Quantities (ISQ).
Wikipedia Referencehttps://en.wikipedia.org/wiki/International_System_of_Quantities
+
+

ISQDerivedQuantity#

+ + + + + + +
ElucidationDerived quantities defined in the International System of Quantities (ISQ).
+
+

ISQDimensionlessQuantity#

+ + + + + + + + + + + + + + +
ElucidationA quantity to which no physical dimension is assigned and with a corresponding unit of measurement in the SI of the unit one.
IUPAC Referencehttps://doi.org/10.1351/goldbook.D01742
Wikipedia Referencehttps://en.wikipedia.org/wiki/Dimensionless_quantity
+
+

IUPACName#

+ + + + + + +
ElucidationCorresponds to the IUPAC name of the compound.
+
+

IUPACName#

+ + +
+
+

IUPACNomencalture#

+ + +
+
+

Icon#

+ + + + + + + + + + + + + + +
ElucidationA sign that stands for an object by resembling or imitating it, in shape, function or by sharing a similar logical structure.
Alternative Label(s)Model, Model, Simulacrum, Simulacrum
CommentIf object and sign belongs to the same class, then the sign is fuctional, diagrammatic and resemblance. +For example, when a Boeing 747 is used as a sign for another Boeing 747.
+
+

Illuminance#

+ + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.I02941
+
+

IlluminanceTimeUnit#

+ + +
+
+

Impedimetry#

+ + + + + + + + + + +
Elucidationmeasurement principle in which the complex electric impedance of a system is measured, usually as a function of a small amplitude sinusoidal electrode potential
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
+
+

InChI#

+ + + + + + +
ElucidationThe International Chemical Identifier (InChI) textual identifier proposed by IUPAC to provide a standard encoding for databases of molecular information.
+
+

IncreasingPotentialPulses#

+ + + + + + +
ElucidationPulses of electric potential, of amplitude increasing by a constant increment and with a pulse width of 2 to 200 ms, which are superimposed on a constant initial potential.
+
+

Index#

+ + + + + + + + + + +
ElucidationA 'Sign' that stands for an 'Object' due to causal continguity.
Alternative Label(s)Signal
+
+

IndicatorElectrode#

+ + + + + + + + + + + + + + + + + + +
Elucidationelectrode that responds to one, or more than one, species in the solution being investigated, with no appreciable change of bulk solution composition during the measurement
IUPAC Referencehttps://goldbook.iupac.org/terms/view/I03006
Wikidata Referencehttps://www.wikidata.org/wiki/Q120907462
CommentIf processes of interest occur both at the anode and the cathode of a cell (as in differential amperometry or controlled-current potentiometric titration with two indicator electrodes), the cell should be said to comprise two indicator or working electrodes.
+
+

Indium#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Indium
Wikidata Referencehttps://www.wikidata.org/wiki/Q1094
+
+

IndiumAtom#

+ + + + + + +
ElucidationAtom subclass for indium.
+
+

IndiumElectrode#

+ + +
+
+

IndiumIBromide#

+ + + + + + + + + + + + + + +
Alternative Label(s)InBr
Wikipedia Referencehttps://en.wikipedia.org/wiki/Indium(I)_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q4096880
+
+

IndiumIIIAcetate#

+ + + + + + + + + + + + + + +
Alternative Label(s)In(OAc)3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Indium_acetate
Wikidata Referencehttps://www.wikidata.org/wiki/Q27274769
+
+

IndiumIIIBromide#

+ + + + + + + + + + + + + + +
Alternative Label(s)InBr3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Indium(III)_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q4096881
+
+

IndiumIIICarbonate#

+ + + + + + + + + + +
Alternative Label(s)In2(CO3)3
Wikidata Referencehttps://www.wikidata.org/wiki/Q27272874
+
+

IndiumIIIChloride#

+ + + + + + + + + + + + + + +
Alternative Label(s)InCl3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Indium(III)_chloride
Wikidata Referencehttps://www.wikidata.org/wiki/Q415500
+
+

IndiumIIIFluoride#

+ + + + + + + + + + + + + + +
Alternative Label(s)InF3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Indium(III)_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q4493207
+
+

IndiumIIIIodide#

+ + + + + + + + + + + + + + +
Alternative Label(s)InI3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Indium(III)_iodide
Wikidata Referencehttps://www.wikidata.org/wiki/Q4202653
+
+

IndiumIIINitrate#

+ + + + + + + + + + + + + + +
Alternative Label(s)In(NO3)3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Indium(III)_nitrate
Wikidata Referencehttps://www.wikidata.org/wiki/Q4321583
+
+

IndiumIIIOxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)In2O3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Indium(III)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q424955
+
+

IndiumIIIPerchlorate#

+ + + + + + + + + + + + + + +
Alternative Label(s)In(ClO4)3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Indium_perchlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q15628085
+
+

IndiumIIIPhosphate#

+ + + + + + +
Alternative Label(s)InPO4
+
+

IndiumIIISulfate#

+ + + + + + + + + + + + + + +
Alternative Label(s)InSO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Indium(III)_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q2331023
+
+

IndiumIIISulfide#

+ + + + + + + + + + + + + + +
Alternative Label(s)In2S3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Indium(III)_sulfide
Wikidata Referencehttps://www.wikidata.org/wiki/Q421215
+
+

IndiumIIITetrafluoroborate#

+ + + + + + + + + + +
Alternative Label(s)In(BF4)3
Wikidata Referencehttps://www.wikidata.org/wiki/Q72482882
+
+

IndiumIIITriflate#

+ + + + + + + + + + +
Alternative Label(s)In(OTf)2
Wikidata Referencehttps://www.wikidata.org/wiki/Q72482889
+
+

IndiumIIodide#

+ + + + + + + + + + +
Alternative Label(s)InI
Wikidata Referencehttps://www.wikidata.org/wiki/Q4202651
+
+

IndiumIOxide#

+ + + + + + + + + + +
Alternative Label(s)In2O
Wikidata Referencehttps://www.wikidata.org/wiki/Q4332819
+
+

IndiumOxideCompound#

+ + +
+
+

IndiumSymbol#

+ + +
+
+

IndiumTinOxideElectrode#

+ + + + + + +
Alternative Label(s)ITO
+
+

InductanceUnit#

+ + +
+
+

IndustrialTechnologyProcess#

+ + + + + + +
Alternative Label(s)ProductionEngineeringProcess
+
+

Inequality#

+ + + + + + +
ElucidationA relation which makes a non-equal comparison between two numbers or other mathematical expressions.
+
+

InertElectrode#

+ + + + + + + + + + + + + + + + + + +
Elucidationelectrode that serves only as a source or sink for electrons without playing a chemical role in the electrode reaction
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-08
Wikidata Referencehttps://www.wikidata.org/wiki/Q120907475
CommentNoble metals, mercury, and carbon are typically used as (nearly) inert electrodes.
+
+

InfiniteMultiplicationFactor#

+ + + + + + + + + + +
ElucidationIn nuclear physics, the multiplication factor for an infinite medium.
Wikidata Referencehttps://www.wikidata.org/wiki/Q99440487
+
+

Information#

+ + + + + + +
ElucidationInformation is encoded data with a meaning (semiotic sign).
+
+

InitialDischargeVoltage#

+ + + + + + + + + + + + + + +
Elucidationdischarge voltage of a cell or battery at the beginning of the discharge immediately after any transients have subsided
Alternative Label(s)InitialClosedCircuitVoltage
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-29
+
+

InititalThermodynamicTemperature#

+ + +
+
+

InjectionMolding#

+ + +
+
+

InorganicCompound#

+ + +
+
+

InsertionElectrode#

+ + + + + + + + + + +
Elucidationan electrode at which the predominant electrochemical reaction is an intercalation
Alternative Label(s)IntercalationElectrode
+
+

InspectionDevice#

+ + +
+
+

InstantaneousCurrent#

+ + + + + + + + + + + + + + + + + + +
Elucidationvalue of an electric current at an instant in time
IUPAC Referencehttps://goldbook.iupac.org/terms/view/I03062
Wikidata Referencehttps://www.wikidata.org/wiki/Q108057717
CommentI_{t}
+
+

Integer#

+ + + + + + +
ElucidationAn integer number.
+
+

Intensity#

+ + + + + + + + + + +
ElucidationPower transferred per unit area.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Intensity_(physics)
+
+

Intensive#

+ + + + + + + + + + +
ElucidationA quantity whose magnitude is independent of the size of the system.
CommentNote that not all physical quantities can be categorised as being either intensive or extensive. For example the square root of the mass.
+
+

IntentionalAgent#

+ + + + + + +
ElucidationAn agent that is driven by the intention to reach a defined objective in driving a process.
+
+

IntentionalBatteryProcess#

+ + +
+
+

IntentionalProcess#

+ + + + + + + + + + +
ElucidationA process occurring with the active participation of an agent that drives the process according to a specific objective (intention).
Alternative Label(s)Project
+
+

InterferenceFitting#

+ + +
+
+

InternalApparentResistance#

+ + + + + + + + + + + + + + +
Elucidationquotient of change of voltage of a battery by the corresponding change in discharge current under specified conditions.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-36
Commentinternal apparent resistance is expressed in ohms
+
+

InternalConductance#

+ + + + + + +
Commentinverse of internal resistance
+
+

InternalConversionFactor#

+ + + + + + + + + + + + + + + + + + +
ElucidationQuotient of the number of internal conversion electrons and the number of gamma quanta emitted by the radioactive atom in a given transition, where a conversion electron represents an orbital electron emitted through the radioactive decay.
Alternative Label(s)InternalConversionCoefficient
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-02-57
Wikidata Referencehttps://www.wikidata.org/wiki/Q6047819
+
+

InternalEnergy#

+ + + + + + + + + + + + + + +
ElucidationA state quantity equal to the difference between the total energy of a system and the sum of the macroscopic kinetic and potential energies of the system.
Alternative Label(s)ThermodynamicEnergy
IUPAC Referencehttps://doi.org/10.1351/goldbook.I03103
+
+

InternalResistance#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationimpedance of a linear circuit's Thévenin representation
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=485-15-04
Wikipedia Referencehttps://en.wikipedia.org/wiki/Internal_resistance
Wikidata Referencehttps://www.wikidata.org/wiki/Q2527701
CommentAccording to to Thévenin's theorem can any linear electric curcuit be replaced with a voltage source in series with an impedance. This impedance is for historical reasons termed "internal resistance".
+
+

InternalStep#

+ + + + + + +
ElucidationA generic step in a workflow, that is not the begin or the end.
+
+

InternationalSystemOfQuantity#

+ + + + + + + + + + +
ElucidationQuantities declared under the ISO 80000.
Wikipedia Referencehttps://en.wikipedia.org/wiki/International_System_of_Quantities
+
+

Interphase#

+ + + + + + + + + + + + + + +
Elucidationa spatial region at the interface between two bulk phases in contact, which is different chemically and physically from both phases in contact
Alternative Label(s)InterfacialLayer
IUPAC Referencehttps://goldbook.iupac.org/terms/view/I03085
+
+

InterphaseGrowth#

+ + +
+
+

Interpretant#

+ + + + + + +
ElucidationThe interpreter's internal representation of the object in a semiosis process.
+
+

Interpreter#

+ + + + + + + + + + +
ElucidationThe entity (or agent, or observer, or cognitive entity) who connects 'Sign', 'Interpretant' and 'Object'.
CommentThe interpreter is not the ontologist, being the ontologist acting outside the ontology at the meta-ontology level. + +On the contrary, the interpreter is an agent recognized by the ontologist. The semiotic branch of the EMMO is the tool used by the ontologist to represent an interpreter's semiotic activity.
+
+

IntrinsicCarrierDensity#

+ + + + + + + + + + +
ElucidationSquare root of the product of electron and hole density in a semiconductor.
Wikidata Referencehttps://www.wikidata.org/wiki/Q1303188
+
+

InversePermittivityUnit#

+ + +
+
+

InverseSquareMassUnit#

+ + +
+
+

Iodine#

+ + + + + + + + + + + + + + +
Alternative Label(s)I2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Iodine
Wikidata Referencehttps://www.wikidata.org/wiki/Q1103
+
+

IodineAtom#

+ + + + + + +
ElucidationAtom subclass for iodine.
+
+

IodineSymbol#

+ + +
+
+

Ion#

+ + +
+
+

IonActivity#

+ + + + + + + + + + + + + + +
Elucidationratio of the product of ion molality b and a correction factor γ to the molality b° of the same ion in a standard solution under standardized conditions: a = bγ / b°.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-20
CommentNormally a standard solution is a solution of the ion at a molality of 1 mol/kg (exactly). Standardized conditions are normally 1013,25 hPa and 25 °C.
+
+

IonAtom#

+ + + + + + + + + + +
ElucidationA standalone atom with an unbalanced number of electrons with respect to its atomic number.
CommentThe ion_atom is the basic part of a pure ionic bonded compound i.e. without eclectron sharing,
+
+

IonConcentration#

+ + + + + + + + + + +
Elucidationthe amount concentration of some ionic species in a given volume of solution
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-16
+
+

IonExchangeMembrane#

+ + + + + + + + + + + + + + + + + + +
ElucidationA membrane having ion-exchange groups:
IUPAC Referencehttps://doi.org/10.1351/goldbook.IT07155
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ion-exchange_membrane
Wikidata Referencehttps://www.wikidata.org/wiki/Q21082486
+
+

IonNumberDensity#

+ + + + + + + + + + + + + + +
ElucidationNumber of ions per volume.
Alternative Label(s)IonDensity
Wikidata Referencehttps://www.wikidata.org/wiki/Q98831218
+
+

IonTransportNumber#

+ + + + + + + + + + + + + + + + + + +
ElucidationFaction of electrical current carried by given ionic species.
Alternative Label(s)CurrentFraction, CurrentFraction, TransferrenceNumber, TransferrenceNumber
IUPAC Referencehttps://doi.org/10.1351/goldbook.I03181
Wikidata Referencehttps://www.wikidata.org/wiki/Q331854
+
+

IonicConductivity#

+ + + + + + + + + + + + + + + + + + +
Elucidationa measure of a substance's tendency towards ionic conduction
IUPAC Referencehttps://doi.org/10.1351/goldbook.I03175
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ionic_conductivity_(solid_state)
Wikidata Referencehttps://www.wikidata.org/wiki/Q6063658
+
+

IonicLiquidElectrolyte#

+ + + + + + + + + + + + + + +
ElucidationAn ionic liquid is an electrolyte composed of a salt that is liquid below 100 °C. Ionic liquids have found uses in electrochemical analysis, because their unconventional properties include a negligible vapor pressure, a high thermal and electrochemical stability, and exceptional dissolution properties for both organic and inorganic chemical species.
Alternative Label(s)IonicLiquid
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ionic_liquid
+
+

IonicStrength#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationFor all types of ions in a solution, half the sum of the products of their molality b_i and the square of their charge number z_i.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-24
IUPAC Referencehttps://doi.org/10.1351/goldbook.I03180
Wikidata Referencehttps://www.wikidata.org/wiki/Q898396
CommentCharge number is a quantity of dimension one defined in ChargeNumber.
+
+

IonizationEnergy#

+ + + + + + + + + + + + + + + + + + +
ElucidationDifference between energy of an electron at rest at infinity and a certain energy level which is the energy of an electron in the interior of a substance.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-06-39
IUPAC Referencehttps://doi.org/10.1351/goldbook.I03199
Wikidata Referencehttps://www.wikidata.org/wiki/Q483769
+
+

IonomerCompound#

+ + +
+
+

Iridium#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Iridium
Wikidata Referencehttps://www.wikidata.org/wiki/Q877
+
+

IridiumAtom#

+ + + + + + +
ElucidationAtom subclass for iridium.
+
+

IridiumDioxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)IrO2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Iridium(IV)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q418812
+
+

IridiumElectrode#

+ + +
+
+

IridiumIIIOxide#

+ + + + + + + + + + +
Alternative Label(s)Ir2O3
Wikidata Referencehttps://www.wikidata.org/wiki/Q4332822
+
+

IridiumOxideCompound#

+ + +
+
+

IridiumOxideElectrode#

+ + + + + + +
Alternative Label(s)IrO2Electrode
+
+

IridiumSaltCompound#

+ + +
+
+

IridiumSymbol#

+ + +
+
+

Iron#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Iron
Wikidata Referencehttps://www.wikidata.org/wiki/Q677
+
+

IronAirBattery#

+ + + + + + + + + + +
Elucidationa metal-air battery with a iron negative electrode
Wikipedia Referencehttps://en.wikipedia.org/wiki/Metal%E2%80%93air_electrochemical_cell#Iron
+
+

IronAtom#

+ + + + + + +
ElucidationAtom subclass for iron.
+
+

IronBattery#

+ + + + + + +
Elucidationcell containing a negative electrode with an active material of iron or containing iron
+
+

IronDisulfide#

+ + + + + + + + + + + + + + +
Alternative Label(s)FeS2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Pyrite
Wikidata Referencehttps://www.wikidata.org/wiki/Q1311146
+
+

IronDisulfideElectrode#

+ + +
+
+

IronElectrode#

+ + +
+
+

IronIIIHydroxide#

+ + + + + + +
Alternative Label(s)Fe(OH)3
+
+

IronIIIOxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)Fe2O3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Iron(III)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q419170
+
+

IronIIOxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)FeO
Wikipedia Referencehttps://en.wikipedia.org/wiki/Iron(II)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q196680
+
+

IronII_IIIOxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)Fe3O4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Iron(II,III)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q411235
+
+

IronOxideCompound#

+ + +
+
+

IronRedoxFlowBattery#

+ + + + + + + + + + + + + + + + + + +
Elucidationa type of redox flow battery that uses aqueous solutions of iron salt
Alternative Label(s)IRB, ISB, IronSaltBattery
Wikipedia Referencehttps://en.wikipedia.org/wiki/Iron_redox_flow_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q112649313
+
+

IronSalt#

+ + +
+
+

IronSymbol#

+ + +
+
+

Irradiate#

+ + +
+
+

IsentropicCompressibility#

+ + + + + + + + + + +
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-32
Wikidata Referencehttps://www.wikidata.org/wiki/Q2990695
+
+

IsentropicExponent#

+ + + + + + + + + + + + + + +
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-52
Wikidata Referencehttps://www.wikidata.org/wiki/Q75775739
CommentFor an ideal gas, isentropic exponent is equal to ratio of the specific heat capacities.
+
+

IsobaricHeatCapacity#

+ + + + + + + + + + + + + + + + + + +
ElucidationHeat capacity at constant pressure.
Alternative Label(s)HeatCapacityAtConstantPressure
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-49
Wikidata Referencehttps://www.wikidata.org/wiki/Q112187490
+
+

IsochoricHeatCapacity#

+ + + + + + + + + + + + + + + + + + +
ElucidationHeat capacity at constant volume.
Alternative Label(s)HeatCapacityAtConstantVolume
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-50
Wikidata Referencehttps://www.wikidata.org/wiki/Q112187521
+
+

IsopotentialPoint#

+ + + + + + + + + + + + + + +
Elucidationelectric potential of an ion-selective electrode (ISE) and activity of an analyte ion at which the potential of the ISE is independent of temperature
IUPAC Referencehttps://doi.org/10.1351/goldbook.I03304
CommentThe specification of the ISE and outer reference electrode must be described.
+
+

IsopropylAlcohol#

+ + + + + + + + + + + + + + +
Alternative Label(s)IPA
Wikipedia Referencehttps://en.wikipedia.org/wiki/Isopropyl_alcohol
Wikidata Referencehttps://www.wikidata.org/wiki/Q16392
+
+

IsothermalCompressibility#

+ + + + + + + + + + +
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-31
Wikidata Referencehttps://www.wikidata.org/wiki/Q2990696
+
+

IsothermalConversion#

+ + +
+
+

Item#

+ + + + + + +
ElucidationThe class of individuals standing for direct causally self-connected world entities.
+
+

IterativeCoupledModelsSimulation#

+ + + + + + +
ElucidationA chain of linked physics based model simulations solved iteratively, where equations are segregated.
+
+

IterativeStep#

+ + + + + + +
ElucidationA workflow whose output ca be used as input for another workflow of the same type, iteratively, within the framework of a larger workflow.
+
+

IterativeWorkflow#

+ + + + + + +
ElucidationA workflow whose steps (iterative steps) are the repetition of the same workflow type.
+
+

Jacket#

+ + + + + + + + + + + + + + +
Elucidationpartial or complete external covering of a cell
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-20
Commenta jacket may be made of metal (insulated from the cell terminals), plastic, paper or other suitable material
+
+

Java#

+ + +
+
+

JavaScript#

+ + +
+
+

Join#

+ + + + + + +
ElucidationA tessellation in wich a tile is next for two or more non spatially connected tiles.
+
+

JoinManufacturing#

+ + + + + + + + + + +
ElucidationA manufacturing involving the creation of long-term connection of several workpieces.
Alternative Label(s)Fügen
+
+

JosephsonConstant#

+ + + + + + + + + + +
ElucidationInverse of the magnetic flux quantum.
CommentThe DBpedia definition (http://dbpedia.org/page/Magnetic_flux_quantum) is outdated as May 20, 2019. It is now an exact quantity.
+
+

JosephsonConstantUnit#

+ + +
+
+

Joule#

+ + + + + + + + + + + + + + +
ElucidationSI unit for energy.
IUPAC Referencehttps://doi.org/10.1351/goldbook.J03363
Wikipedia Referencehttp://en.wikipedia.org/wiki/Joule?oldid=494340406
+
+

JouleMetrePerMole#

+ + + + + + + + + + +
Elucidation`Joule Meter per Mole` is a unit for 'Length Molar Energy' expressed as J · m · mol⁻¹. + +-- QUDT
Alternative Label(s)Joule Metre per Mole
+
+

JoulePerCubicMetre#

+ + + + + + + + + + +
Elucidation`Joule Per Cubic Meter` (J/m³) is a unit in the category of Energy density. It is also known as joules per cubic meter, joule per cubic metre, joules per cubic metre, joule/cubic meter, joule/cubic metre. This unit is commonly used in the SI unit system. It has a dimension of ML⁻¹T⁻² where M is mass, L is length, and T is time. This unit is the standard SI unit in this category. + +-- QUDT
Alternative Label(s)Joule per Cubic Metre
+
+

JoulePerCubicMetreKelvin#

+ + + + + + + + + + +
Elucidation`Joule per Cubic Meter Kelvin` is a unit for 'Volumetric Heat Capacity' expressed as J/(m³ K). + +-- QUDT
Alternative Label(s)Joule per Cubic Metre Kelvin
+
+

JoulePerHour#

+ + + + + + + + + + +
ElucidationSI derived unit joule divided by the 3600 times the SI base unit second + +-- QUDT
Alternative Label(s)Joule Per Hour
+
+

JoulePerKelvin#

+ + + + + + + + + + +
ElucidationJoule Per Kelvin (J/K) is a unit in the category of Entropy. It is also known as joules per kelvin, joule/kelvin. This unit is commonly used in the SI unit system. Joule Per Kelvin (J/K) has a dimension of ML²T⁻²Q⁻¹ where M is mass, L is length, T is time, and Q is temperature. This unit is the standard SI unit in this category. + +-- QUDT
Alternative Label(s)Joule per Kelvin
+
+

JoulePerKilogram#

+ + + + + + + + + + +
ElucidationJoule Per Kilogram} (J/kg) is a unit in the category of Thermal heat capacity. It is also known as `joule/kilogram`, `joules per kilogram`. This unit is commonly used in the SI unit system. The unit has a dimension of L2T⁻² where L is length, and T is time. This unit is the standard SI unit in this category. + +-- QUDT
Alternative Label(s)Joule per Kilogram
+
+

JoulePerKilogramKelvin#

+ + + + + + + + + + +
ElucidationSpecific heat capacity - The heat required to raise unit mass of a substance by unit temperature interval under specified conditions, such as constant pressure: usually measured in joules per kelvin per kilogram. Symbol c_p (for constant pressure) Also called specific heat. + +-- QUDT
Alternative Label(s)Joule per Kilogram Kelvin
+
+

JoulePerKilogramKelvinCubicMetre#

+ + + + + + +
Alternative Label(s)Joule per Kilogram Kelvin Cubic Metre
+
+

JoulePerKilogramKelvinPerPascal#

+ + + + + + +
Alternative Label(s)Joule per Kilogram Kelvin per Pascal
+
+

JoulePerMetre#

+ + + + + + +
Alternative Label(s)Joule Per Metre
+
+

JoulePerMole#

+ + + + + + + + + + +
ElucidationThe joule per mole (symbol: J· mol⁻¹) is an SI derived unit of energy per amount of material. Energy is measured in joules, and the amount of material is measured in moles. Physical quantities measured in J· mol⁻¹) usually describe quantities of energy transferred during phase transformations or chemical reactions. Division by the number of moles facilitates comparison between processes involving different quantities of material and between similar processes involving different types of materials. The meaning of such a quantity is always context-dependent and, particularly for chemical reactions, is dependent on the (possibly arbitrary) definition of a 'mole' for a particular process. + +-- QUDT
Alternative Label(s)Joule per Mole
+
+

JoulePerMoleKelvin#

+ + + + + + + + + + +
ElucidationEnergy needed to heat one mole of substance by 1 Kelvin, under standard conditions (not standard temperature and pressure STP). The standard molar entropy is usually given the symbol S, and has units of joules per mole kelvin ( J· mol⁻¹ K⁻¹). Unlike standard enthalpies of formation, the value of S is an absolute. That is, an element in its standard state has a nonzero value of S at room temperature. + +-- QUDT
Alternative Label(s)Joule per Mole Kelvin
+
+

JoulePerQuarticMetre#

+ + + + + + + + + + +
Elucidation`Joule Per Quartic Meter` (J/m⁴) is a unit for the spectral concentration of radiant energy density (in terms of wavelength), or the spectral radiant energy density (in terms of wave length). This unit is commonly used in the SI unit system. + +-- QUDT
Alternative Label(s)Joule per Quartic Metre
+
+

JoulePerSecond#

+ + + + + + + + + + +
ElucidationSI derived unit joule divided by the SI base unit second + +-- QUDT
Alternative Label(s)Joule Per Second
+
+

JoulePerSquareCentiMetre#

+ + + + + + + + + + +
Elucidationderived SI unit joule divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2 + +-- QUDT
Alternative Label(s)Joule Per Square Centimetre
+
+

JoulePerSquareCentiMetrePerDay#

+ + + + + + + + + + +
ElucidationRadiant energy per 10⁻⁴ SI unit area over a period of one day. + +-- QUDT
Alternative Label(s)Joules per square centimetre per day
+
+

JoulePerSquareMetre#

+ + + + + + + + + + +
ElucidationJoule Per Square Meter (J/m²) is a unit in the category of Energy density. It is also known as joules per square meter, joule per square metre, joule/square meter, joule/square metre. This unit is commonly used in the SI unit system. + +-- QUDT
Alternative Label(s)Joule per Square Metre
+
+

JoulePerSquareTesla#

+ + + + + + + + + + +
ElucidationA measure of the diamagnetic energy, for a Bohr-radius spread around a magnetic axis, per square Tesla. + +-- QUDT
Alternative Label(s)Joule per Square Tesla
+
+

JoulePerTesla#

+ + + + + + + + + + +
ElucidationThe magnetic moment of a magnet is a quantity that determines the force that the magnet can exert on electric currents and the torque that a magnetic field will exert on it. A loop of electric current, a bar magnet, an electron, a molecule, and a planet all have magnetic moments. The unit for magnetic moment is not a base unit in the International System of Units (SI) and it can be represented in more than one way. For example, in the current loop definition, the area is measured in square meters and I is measured in amperes, so the magnetic moment is measured in ampere-square meters (A m2). In the equation for torque on a moment, the torque is measured in joules and the magnetic field in tesla, so the moment is measured in Joules per Tesla (J u00b7T-1). These two representations are equivalent: 1 A u00b7m2 = 1 J u00b7T-1. + +-- QUDT
Alternative Label(s)Joule per Tesla
+
+

JouleSecond#

+ + + + + + + + + + +
ElucidationThe joule-second is a unit equal to a joule multiplied by a second, used to measure action or angular momentum. The joule-second is the unit used for Planck's constant. + +-- QUDT
Alternative Label(s)Joule Second
+
+

JouleSecondPerMole#

+ + + + + + + + + + +
Elucidation`Joule Second per Mole` is a unit for 'Molar Angular Momentum' expressed as J s mol⁻¹. + +-- QUDT
Alternative Label(s)Joule Second per Mole
+
+

JouleSquareMetre#

+ + + + + + +
Alternative Label(s)Joule Square Metre
+
+

JouleSquareMetrePerKilogram#

+ + + + + + +
Alternative Label(s)Joule Square Metre per Kilogram
+
+

JouleThomsonCoefficient#

+ + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q93946998
+
+

JunctionTile#

+ + + + + + +
ElucidationA direct part that is obtained by partitioning a whole hybridly in spatial, temporal and spatiotemporal parts.
+
+

KR6#

+ + + + + + +
ElucidationNickelCadmiumAABattery
+
+

KR6#

+ + + + + + +
Elucidationnickel cadmium (NiCd) cylindrical cell in an R6 (AA) case
+
+

Katal#

+ + + + + + + + + + + + + + +
ElucidationSI unit for catalytic activity.
IUPAC Referencehttps://doi.org/10.1351/goldbook.K03372
Wikipedia Referencehttp://en.wikipedia.org/wiki/Katal?oldid=486431865
+
+

Kelvin#

+ + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.K03374
Wikipedia Referencehttp://en.wikipedia.org/wiki/Kelvin?oldid=495075694
+
+

KelvinDay#

+ + + + + + +
Alternative Label(s)Kelvin day
+
+

KelvinMetre#

+ + + + + + +
Alternative Label(s)Kelvin metres
+
+

KelvinMetrePerSecond#

+ + + + + + +
Alternative Label(s)Kelvin metres per second
+
+

KelvinMetrePerWatt#

+ + + + + + + + + + +
Elucidationproduct of the SI base unit kelvin and the SI base unit metre divided by the derived SI unit watt + +-- QUDT
Alternative Label(s)Kelvin Metre Per Watt
+
+

KelvinPascalPerSecond#

+ + + + + + +
Alternative Label(s)Kelvin Pascals per second
+
+

KelvinPerHour#

+ + + + + + + + + + +
Elucidation`Kelvin per Hour` is a unit for 'Temperature Per Time' expressed as K / h. + +-- QUDT
Alternative Label(s)Kelvin per Hour
+
+

KelvinPerKelvin#

+ + + + + + + + + + +
ElucidationSI base unit kelvin divided by the SI base unit kelvin + +-- QUDT
Alternative Label(s)Kelvin Per Kelvin
+
+

KelvinPerMetre#

+ + + + + + + + + + +
ElucidationA change of temperature on the Kelvin temperature scale in one SI unit of length. + +-- QUDT
Alternative Label(s)KelvinPerMeter
+
+

KelvinPerMinute#

+ + + + + + + + + + +
Elucidation`Kelvin per Minute` is a unit for 'Temperature Per Time' expressed as K / m. + +-- QUDT
Alternative Label(s)Kelvin per Minute
+
+

KelvinPerSecond#

+ + + + + + + + + + +
Elucidation`Kelvin per Second` is a unit for 'Temperature Per Time' expressed as K / s. + +-- QUDT
Alternative Label(s)Kelvin per Second
+
+

KelvinPerSquareSecond#

+ + + + + + + + + + +
Elucidation`Kelvin per Square Second` is a unit for 'Temperature Per Time Squared' expressed as K / s². + +-- QUDT
Alternative Label(s)Kelvin per Square Second
+
+

KelvinPerTesla#

+ + + + + + + + + + +
Elucidation`Kelvin per Tesla` is a unit for 'Temperature Per Magnetic Flux Density' expressed as K T⁻¹. + +-- QUDT
Alternative Label(s)Kelvin per Tesla
+
+

KelvinPerWatt#

+ + + + + + + + + + +
ElucidationThermal resistance is a heat property and a measure of a temperature difference by which an object or material resists a heat flow (heat per time unit or thermal resistance). Thermal resistance is the reciprocal thermal conductance. Absolute thermal resistance is the temperature difference across a structure when a unit of heat energy flows through it in unit time. It is the reciprocal of thermal conductance. The SI units of thermal resistance are kelvins per watt or the equivalent degrees Celsius per watt (the two are the same since as intervals). + +-- QUDT
Alternative Label(s)Kelvin per Watt
+
+

KelvinSecond#

+ + + + + + +
Alternative Label(s)Kelvin second
+
+

KelvinSquareMetrePerKilogramPerSecond#

+ + + + + + +
Alternative Label(s)Kelvin square metres per kilogram per second
+
+

Kerma#

+ + + + + + + + + + + + + + +
ElucidationKinetic energy released per mass.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-36
Wikidata Referencehttps://www.wikidata.org/wiki/Q1739288
+
+

KermaRate#

+ + + + + + + + + + + + + + +
ElucidationTime derivative of kerma.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-12-28
Wikidata Referencehttps://www.wikidata.org/wiki/Q99713105
+
+

Kilo#

+ + +
+
+

KiloPrefixedUnit#

+ + +
+
+

Kilogram#

+ + + + + + + + + + + + + + +
Alternative Label(s)Kilogram
IUPAC Referencehttps://doi.org/10.1351/goldbook.K03391
Wikipedia Referencehttp://en.wikipedia.org/wiki/Kilogram?oldid=493633626
+
+

KinematicViscosity#

+ + + + + + + + + + + + + + + + + + +
ElucidationQuotient of dynamic viscosity and mass density of a fluid.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-35
IUPAC Referencehttps://doi.org/10.1351/goldbook.K03395
Wikidata Referencehttps://www.wikidata.org/wiki/Q15106259
+
+

KineticCurrent#

+ + + + + + + + + + + + + + +
Elucidationfaradaic current of an electroactive substance B formed by a prior chemical reaction from another substance Y that is no electroactive at the potential at which B is electrochemically transformed
IUPAC Referencehttps://goldbook.iupac.org/terms/view/K03399
CommentThe kinetic current is partially or entirely controlled by the rate of the chemical reaction. This reaction may be heterogeneous, occurring at an electrode-solution interface (surface reaction), or it may be homo- geneous, occurring at some distance from the interface (bulk reaction).
+
+

KineticEnergy#

+ + + + + + + + + + +
ElucidationThe energy of an object due to its motion.
IUPAC Referencehttps://doi.org/10.1351/goldbook.K03402
+
+

KineticFrictionFactor#

+ + + + + + + + + + + + + + +
Alternative Label(s)DynamicFrictionFactor
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-32
Wikidata Referencehttps://www.wikidata.org/wiki/Q73695445
+
+

KineticFrictionForce#

+ + + + + + + + + + + + + + +
ElucidationForce opposing the motion of a body sliding on a surface.
Alternative Label(s)DynamicFrictionForce
Wikidata Referencehttps://www.wikidata.org/wiki/Q91005629
+
+

KnownConstant#

+ + + + + + +
ElucidationA variable that stand for a well known numerical constant (a known number).
+
+

KohlrauschsLaw#

+ + + + + + + + + + + + + + + + + + +
ElucidationFor any electrolyte A_xB_y, the limiting molar conductivity is expressed as x times the limiting molar conductivity of A^{y+} and y times the limiting molar conductivity of B^{x-}.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Molar_conductivity#Kohlrausch's_law_of_independent_migration_of_ions
Wikidata Referencehttps://www.wikidata.org/wiki/Q3258329
Commentproposed by Friedrich Kohlrausch between 1875-1879
+
+

Krypton#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Krypton
Wikidata Referencehttps://www.wikidata.org/wiki/Q888
+
+

KryptonAtom#

+ + + + + + +
ElucidationAtom subclass for krypton.
+
+

KryptonSymbol#

+ + +
+
+

LR03#

+ + + + + + + + + + + + + + +
Elucidationalkaline zinc manganese dioxide cylindrical cell in a R03 case
Alternative Label(s)AAA, AlkalineAAABattery
Commentused in many household electronic devices
+
+

LR1#

+ + + + + + + + + + +
Elucidationa cylindrical alkaline zinc manganese dioxide battery cell
Alternative Label(s)AlkalineNBattery, N
+
+

LR12#

+ + + + + + + + + + +
Elucidationalkaline zinc manganese dioxide cylindrical cell in a R12 case
Alternative Label(s)AlkalineBBattery, B
+
+

LR14#

+ + + + + + + + + + +
Elucidationalkaline zinc manganese dioxide cylindrical cell in a R14 case
Alternative Label(s)AlkalineCBattery, C
+
+

LR20#

+ + + + + + + + + + + + + + +
Elucidationalkaline zinc manganese dioxide cylindrical cell in a R20 case
Alternative Label(s)AlkalineDBattery, D
Commentintroduced 1898 as the first flashlight battery
+
+

LR23#

+ + + + + + + + + + +
Elucidationalkaline zinc manganese dioxide cylindrical cell in a R23 case
Alternative Label(s)AlkalineABattery
+
+

LR23#

+ + + + + + + + + + +
Elucidationusually contains a stack of four LR932 button cells shrink wrapped together
Alternative Label(s)AlkalineABattery
+
+

LR25#

+ + + + + + + + + + +
Elucidationalkaline zinc manganese dioxide cylindrical cell in a R25 case
Alternative Label(s)AlkalineFBatter
+
+

LR44#

+ + + + + + + + + + +
Elucidationalkaline zinc manganese dioxide button cell in a R1154 case
Alternative Label(s)LR1154
+
+

LR6#

+ + + + + + + + + + + + + + +
Elucidationalkaline zinc manganese dioxide cylindrical cell in a R6 case
Alternative Label(s)AA, AA, AlkalineAABattery, AlkalineAABattery
Commentintroduced 1907, but added to ANSI standard sizes in 1947
+
+

LacticAcid#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lactic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q161249
+
+

LandeFactor#

+ + + + + + + + + + + + + + +
ElucidationQuotient of the magnetic dipole moment of an atom, and the product of the total angular momentum quantum number and the Bohr magneton.
Alternative Label(s)GFactorOfAtom
Wikidata Referencehttps://www.wikidata.org/wiki/Q1191684
+
+

Language#

+ + + + + + +
ElucidationA language object is a discrete data entity respecting a specific language syntactic rules (a well-formed formula).
+
+

LanguageInterpretableFile#

+ + +
+
+

LanthanumAtom#

+ + + + + + +
ElucidationAtom subclass for lanthanum.
+
+

LanthanumSymbol#

+ + +
+
+

Laplacian#

+ + +
+
+

LarmonAngularFrequency#

+ + + + + + +
ElucidationAngular frequency of the electron angular momentum vector precession about the axis of an external magnetic field.
+
+

LarmonFrequency#

+ + + + + + +
ElucidationQuotient of Larmor angular frequency and 2π.
+
+

LaserCutting#

+ + +
+
+

LatentHeat#

+ + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q207721
+
+

LatentHeatOfPhaseTransition#

+ + + + + + + + + + +
ElucidationEnergy to be added to or removed from a system under constant temperature and pressure to undergo a complete phase transition.
Wikidata Referencehttps://www.wikidata.org/wiki/Q106553458
+
+

LatticePlaneSpacing#

+ + + + + + + + + + +
Elucidationdistance between successive lattice planes
Wikidata Referencehttps://www.wikidata.org/wiki/Q105488046
+
+

LatticeVector#

+ + + + + + + + + + +
Elucidationtranslation vector that maps the crystal lattice on itself
Wikidata Referencehttps://www.wikidata.org/wiki/Q105435234
+
+

LawOfMassAction#

+ + + + + + + + + + + + + + +
Elucidationthe rate of the chemical reaction is directly proportional to the product of the activities or concentrations of the reactants
Wikipedia Referencehttps://en.wikipedia.org/wiki/Law_of_mass_action
Wikidata Referencehttps://www.wikidata.org/wiki/Q899494
+
+

LawrenciumAtom#

+ + + + + + +
ElucidationAtom subclass for lawrencium.
+
+

LawrenciumSymbol#

+ + +
+
+

Lead#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lead
Wikidata Referencehttps://www.wikidata.org/wiki/Q708
+
+

LeadAcidBattery#

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationsecondary battery with an aqueous electrolyte based on dilute sulphuric acid, a positive electrode of lead dioxide and a negative electrode of lead
Alternative Label(s)LeadDioxideLeadBattery, LeadDioxideLeadBattery, LeadDioxideLeadBattery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-01
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lead%E2%80%93acid_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q337724
Commentinvented in 1859 by French physicist Gaston Planté
+
+

LeadAtom#

+ + + + + + +
ElucidationAtom subclass for lead.
+
+

LeadBattery#

+ + + + + + +
Elucidationcell containing a negative electrode with an active material of lead or containing lead
+
+

LeadElectrode#

+ + + + + + +
Commentmetal electrode in which the active material is lead
+
+

LeadIIAcetate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Pb(OAc)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lead(II)_acetate
Wikidata Referencehttps://www.wikidata.org/wiki/Q422837
+
+

LeadIIBromide#

+ + + + + + + + + + + + + + +
Alternative Label(s)PbBr2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lead(II)_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q425231
+
+

LeadIICarbonate#

+ + + + + + + + + + + + + + +
Alternative Label(s)PbCO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lead_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q411260
+
+

LeadIIChlorate#

+ + + + + + + + + + +
Alternative Label(s)Pb(ClO3)2
Wikidata Referencehttps://www.wikidata.org/wiki/Q18234771
+
+

LeadIIChloride#

+ + + + + + + + + + + + + + +
Alternative Label(s)PbCl2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lead(II)_chloride
Wikidata Referencehttps://www.wikidata.org/wiki/Q411848
+
+

LeadIIFluoride#

+ + + + + + + + + + + + + + +
Alternative Label(s)PbF2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lead(II)_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q419690
+
+

LeadIIIodide#

+ + + + + + + + + + + + + + +
Alternative Label(s)PbI2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lead(II)_iodide
Wikidata Referencehttps://www.wikidata.org/wiki/Q408805
+
+

LeadIINitrate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Pb(NO3)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lead(II)_nitrate
Wikidata Referencehttps://www.wikidata.org/wiki/Q215281
+
+

LeadIINitrite#

+ + + + + + + + + + +
Alternative Label(s)Pb(NO2)2
Wikidata Referencehttps://www.wikidata.org/wiki/Q24237111
+
+

LeadIIOxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)PbO
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lead(II)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q407879
+
+

LeadIIPerchlorate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Pb(ClO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lead(II)_perchlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q24629264
+
+

LeadIIPhosphate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Pb3(PO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lead(II)_phosphate
Wikidata Referencehttps://www.wikidata.org/wiki/Q883666
+
+

LeadIISulfate#

+ + + + + + + + + + + + + + +
Alternative Label(s)PbSO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lead(II)_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q407821
+
+

LeadIISulfide#

+ + + + + + + + + + + + + + +
Alternative Label(s)PbS
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lead(II)_sulfide
Wikidata Referencehttps://www.wikidata.org/wiki/Q411436
+
+

LeadIISulfite#

+ + + + + + + + + + +
Alternative Label(s)PbSO3
Wikidata Referencehttps://www.wikidata.org/wiki/Q6135415
+
+

LeadIITetrafluoroborate#

+ + + + + + + + + + +
Alternative Label(s)Pb(BF4)2
Wikidata Referencehttps://www.wikidata.org/wiki/Q27292536
+
+

LeadIITriflate#

+ + + + + + +
Alternative Label(s)Pb(OTf)2
+
+

LeadII_IVOxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)Pb3O4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lead(II,IV)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q419205
+
+

LeadIVOxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)PbO2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lead_dioxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q410749
+
+

LeadOxideCompound#

+ + +
+
+

LeadOxideElectrode#

+ + + + + + +
Alternative Label(s)PbOElectrode
+
+

LeadSaltCompound#

+ + +
+
+

LeadSymbol#

+ + +
+
+

Leakage#

+ + + + + + + + + + +
Elucidationunplanned escape of electrolyte, gas or other material from a cell or battery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-32
+
+

LeakageFactor#

+ + + + + + + + + + + + + + +
ElucidationOne minus the square of the coupling factor
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-42
Wikidata Referencehttps://www.wikidata.org/wiki/Q78102042
+
+

LeclancheBattery#

+ + + + + + + + + + + + + + +
Elucidationprimary battery with a saline electrolyte based on ammonium chloride and zinc chloride, a positive electrode containing manganese dioxide and a negative electrode of zinc
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-08
Wikipedia Referencehttps://en.wikipedia.org/wiki/Leclanch%C3%A9_cell
+
+

LeclancheElectrolyte#

+ + + + + + +
Elucidationan aqueous mixture of ammonium chloride and zinc chloride
+
+

LeclancheWetCell#

+ + + + + + + + + + + + + + +
Elucidationa wet battery invented and patented by the French scientist Georges Leclanché in 1866
Wikipedia Referencehttps://en.wikipedia.org/wiki/Leclanch%C3%A9_cell
Commentincluded for historical reference
+
+

LeftHandedParticle#

+ + +
+
+

LemonBattery#

+ + + + + + + + + + + + + + + + + + +
Elucidationa battery with electrodes of zinc and copper inserted into a lemon as the electrolyte
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lemon_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q3621156
Commentincluded for historical reference
+
+

Length#

+ + + + + + + + + + + + + + +
ElucidationExtend of a spatial dimension.
IUPAC Referencehttps://doi.org/10.1351/goldbook.L03498
CommentLength is a non-negative additive quantity attributed to a one-dimensional object in space.
+
+

LengthFractionUnit#

+ + + + + + +
ElucidationUnit for quantities of dimension one that are the fraction of two lengths.
+
+

LengthMassUnit#

+ + +
+
+

LengthPerAmountUnit#

+ + +
+
+

LengthPerCubeTimeUnit#

+ + +
+
+

LengthPerTemperatureUnit#

+ + +
+
+

LengthTemperatureUnit#

+ + +
+
+

LengthTimeCurrentUnit#

+ + +
+
+

LengthTimePerMassUnit#

+ + +
+
+

LengthTimeTemperatureUnit#

+ + +
+
+

LengthUnit#

+ + +
+
+

Lepton#

+ + + + + + + + + + +
ElucidationAn elementary particle of half-integer spin (spin 1⁄2) that does not undergo strong interactions.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lepton
+
+

Lethargy#

+ + + + + + + + + + + + + + +
ElucidationNatural logarithm of the quotient of a reference energy and the kinetic energy of a neutron.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-07-01
Wikidata Referencehttps://www.wikidata.org/wiki/Q25508781
+
+

Letter#

+ + +
+
+

LevelWidth#

+ + + + + + + + + + + + + + +
ElucidationIn nuclear physics, quotient of the reduced Planck constant and the mean duration of life of an unstable particle or an excited state.
IUPAC Referencehttps://doi.org/10.1351/goldbook.L03507
Wikidata Referencehttps://www.wikidata.org/wiki/Q98082340
+
+

LidSealingCompound#

+ + + + + + + + + + +
Elucidationmaterial used to seal the cell lid to the case or to the terminals of a cell
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-16
+
+

LightAndRadiationQuantity#

+ + + + + + +
ElucidationQuantities categorised according to ISO 80000-7.
+
+

LimitQuantity#

+ + + + + + +
Elucidationa limit quantity in a control system
+
+

LimitingCurrent#

+ + + + + + + + + + + + + + +
Elucidationfaradaic current that is approached as the rate of the charge-transfer process is increased by varying the applied potential, being greater than the rate of mass transport controlled by diffusion
IUPAC Referencehttps://goldbook.iupac.org/terms/view/L03532
CommentA limiting current is reached when the overpotential is sufficiently large that the faradaic current is deter- mined solely by the ability to supply electroactive species by mass transport. A limiting current is there- fore independent of applied potential over a corresponding finite potential range. A limiting current may have the character of an adsorption, catalytic, diffusion, or kinetic current, and may include a migration current.
+
+

LimitingMolarConductivity#

+ + + + + + + + + + +
Elucidationmolar conductivity at infinite dilution
Wikipedia Referencehttps://en.wikipedia.org/wiki/Molar_conductivity#Variation_of_molar_conductivity_with_dilution
+
+

Line#

+ + +
+
+

LinearAttenuationCoefficient#

+ + + + + + + + + + + + + + +
ElucidationIn nuclear physics, fraction of interacting particles per distance traversed in a given material.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-04-31
Wikidata Referencehttps://www.wikidata.org/wiki/Q98583077
+
+

LinearChronopotentiometry#

+ + + + + + +
ElucidationChronopotentiometry where the applied current is changed linearly.
+
+

LinearCurrentRamp#

+ + + + + + +
Elucidationsignal where an electric current is varied linearly from an initial current, typically 0 A
+
+

LinearDensityOfElectricCharge#

+ + + + + + + + + + + + + + +
ElucidationThe derivative of the electric charge of a system with respect to the length.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-09
Wikidata Referencehttps://www.wikidata.org/wiki/Q77267838
+
+

LinearElectricCurrentDensity#

+ + + + + + + + + + + + + + +
ElucidationSurface density of electric charge multiplied by velocity
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-12
Wikidata Referencehttps://www.wikidata.org/wiki/Q2356741
+
+

LinearEnergyTransfer#

+ + + + + + + + + + + + + + + + + + +
ElucidationMeasure for the energy lost by charged particles per traversed distance, including only interactions up to a given energy.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-30
IUPAC Referencehttps://doi.org/10.1351/goldbook.L03550
Wikidata Referencehttps://www.wikidata.org/wiki/Q1699996
+
+

LinearExpansionCoefficient#

+ + + + + + + + + + + + + + +
ElucidationRelative change of length per change of temperature.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-27
Wikidata Referencehttps://www.wikidata.org/wiki/Q74760821
+
+

LinearIonization#

+ + + + + + + + + + + + + + +
ElucidationDifferential quotient of q with respect to l, where q is the average total charge of all positive ions produced by an ionizing charged particle over a path l, divided by the elementary charge.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-03-115
Wikidata Referencehttps://www.wikidata.org/wiki/Q98690755
+
+

LinearMassDensity#

+ + + + + + + + + + + + + + + + + + +
ElucidationMass per length.
Alternative Label(s)LinearDensity, LineicMass
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-11
Wikidata Referencehttps://www.wikidata.org/wiki/Q56298294
+
+

LinearPotentialRamp#

+ + + + + + +
ElucidationSignal where the electric potential is varied linearly from an initial potential.
+
+

LinearScanVoltammetry#

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
ElucidationVoltammetry in which the current is recorded as the electrode potential is varied linearly with time.
Alternative Label(s)LSV, LSV, LSV, LinearPolarization, LinearPolarization, LinearPolarization, LinearSweepVoltammetry, LinearSweepVoltammetry, LinearSweepVoltammetry
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
Wikipedia Referencehttps://en.wikipedia.org/wiki/Linear_sweep_voltammetry
Wikidata Referencehttps://www.wikidata.org/wiki/Q620700
CommentLSV corresponds to the first half cycle of cyclic voltammetry.
+
+

LinkedFlux#

+ + + + + + + + + + + + + + +
ElucidationMagnetic flux the integration area of which is such that magnetic field lines cross it in the same orientation more than once.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-77
Wikidata Referencehttps://www.wikidata.org/wiki/Q4374882
+
+

LinkedModelsSimulation#

+ + + + + + +
ElucidationA chain of linked physics based model simulations, where equations are solved sequentially.
+
+

Liquid#

+ + + + + + +
ElucidationA liquid is a nearly incompressible fluid that conforms to the shape of its container but retains a (nearly) constant volume independent of pressure.
+
+

LiquidAerosol#

+ + + + + + +
ElucidationAn aerosol composed of liquid droplets in air or another gas.
+
+

LiquidElectrolyte#

+ + + + + + +
Elucidationan electrolyte in the liquid phase.
+
+

LiquidFoam#

+ + + + + + +
ElucidationA foam of trapped gas in a liquid.
+
+

LiquidGalliumElectrode#

+ + +
+
+

LiquidGasSuspension#

+ + + + + + +
ElucidationA coarse dispersion of gas in a liquid continuum phase.
+
+

LiquidJunction#

+ + + + + + + + + + + + + + +
Elucidationany junction between two electrolyte solutions of different composition.
IUPAC Referencehttps://goldbook.iupac.org/terms/view/L03584
CommentAcross such a junction there arises a potential difference, called the liquid junction potential.
+
+

LiquidLiquidSuspension#

+ + + + + + +
ElucidationA coarse dispersion of liquid in a liquid continuum phase.
+
+

LiquidMetalElectrode#

+ + + + + + + + + + + + + + + + + + +
Elucidationan electrode that uses a liquid metal
Wikipedia Referencehttps://en.wikipedia.org/wiki/Liquid_metal_electrode
Wikidata Referencehttps://www.wikidata.org/wiki/Q6557456
Commentthey can be used in electrocapillarity, voltammetry, and impedance measurements
+
+

LiquidPhaseSintering#

+ + +
+
+

LiquidSol#

+ + + + + + +
ElucidationA type of sol in the form of one solid dispersed in liquid.
+
+

LiquidSolidSuspension#

+ + + + + + +
ElucidationA coarse dispersion of solids in a liquid continuum phase.
+
+

LiquidSolution#

+ + + + + + +
ElucidationA liquid solution made of two or more component substances.
+
+

Lithium#

+ + + + + + + + + + + + + + +
Alternative Label(s)Li
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium
Wikidata Referencehttps://www.wikidata.org/wiki/Q568
+
+

LithiumAcetate#

+ + + + + + + + + + + + + + +
Alternative Label(s)LiOAc
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_acetate
Wikidata Referencehttps://www.wikidata.org/wiki/Q416969
+
+

LithiumAirBattery#

+ + + + + + + + + + + + + + +
Elucidationa metal-air battery with a lithium negative electrode
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium%E2%80%93air_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q6126452
+
+

LithiumAtom#

+ + + + + + +
ElucidationAtom subclass for lithium.
+
+

LithiumBattery#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationcell containing a non-aqueous electrolyte and a negative electrode of lithium or containing lithium
Alternative Label(s)LithiumCell
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-06
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_battery
Commentdepending on the design features chosen, a lithium cell may be primary or secondary
+
+

LithiumBisfluorosulfonylimide#

+ + + + + + + + + + +
Alternative Label(s)LiFSI
Wikidata Referencehttps://www.wikidata.org/wiki/Q72487579
+
+

LithiumBisoxalatoborate#

+ + + + + + +
Alternative Label(s)LiBOB
+
+

LithiumBisoxalatophosphate#

+ + + + + + +
Alternative Label(s)BOP
+
+

LithiumBistrifluoromethanesulfonylimide#

+ + + + + + + + + + + + + + +
Alternative Label(s)LiTFSI
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_bis(trifluoromethanesulfonyl)imide
Wikidata Referencehttps://www.wikidata.org/wiki/Q27273378
+
+

LithiumBromide#

+ + + + + + + + + + + + + + +
Alternative Label(s)LiBr
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q409701
+
+

LithiumCarbonMonofluorideBattery#

+ + + + + + + + + + +
Elucidationprimary battery with a non-aqueous electrolyte, a positive electrode containing carbon monofluoride and a negative electrode of lithium
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-09
+
+

LithiumCarbonate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Li2CO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q410174
+
+

LithiumChlorate#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_chlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q416502
+
+

LithiumChloride#

+ + + + + + + + + + + + + + +
Alternative Label(s)LiCl
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_chloride
Wikidata Referencehttps://www.wikidata.org/wiki/Q422930
+
+

LithiumCobaltOxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)LCO
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_cobalt_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q415891
+
+

LithiumCobaltOxideElectrode#

+ + + + + + +
Alternative Label(s)LCOElectrode
+
+

LithiumCopperOxideBattery#

+ + + + + + + + + + +
Elucidationprimary battery with a non-aqueous electrolyte, a positive electrode containing copper oxide and a negative electrode of lithium
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-11
+
+

LithiumDifluorooxalatoborate#

+ + + + + + + + + + +
Alternative Label(s)LiDFOB
Wikidata Referencehttps://www.wikidata.org/wiki/Q72487598
+
+

LithiumDifluorophosphate#

+ + + + + + + + + + +
Alternative Label(s)LiPO2F2
Wikidata Referencehttps://www.wikidata.org/wiki/Q113114521
+
+

LithiumElectrode#

+ + + + + + +
Alternative Label(s)metal electrode in which the active material is lithium
+
+

LithiumFlowBattery#

+ + + + + + + + + + + + + + +
Elucidationa flow battery with a lithium metal negative electrode
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium-ion_flow_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q17142201
+
+

LithiumFluoride#

+ + + + + + + + + + + + + + +
Alternative Label(s)LiF
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q409319
+
+

LithiumHexafluorophosphate#

+ + + + + + + + + + + + + + +
Alternative Label(s)LiPF6
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_hexafluorophosphate
Wikidata Referencehttps://www.wikidata.org/wiki/Q2583808
+
+

LithiumHydroxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)OH
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_hydroxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q407613
+
+

LithiumInsertionElectrode#

+ + +
+
+

LithiumIodide#

+ + + + + + + + + + + + + + +
Alternative Label(s)LiI
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_iodide
Wikidata Referencehttps://www.wikidata.org/wiki/Q79566
+
+

LithiumIonBattery#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationsecondary battery with an organic solvent electrolyte and positive and negative electrodes which utilize an intercalation compound in which lithium is stored
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-07
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium-ion_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q2822895
Commenta lithium ion battery does not contain lithium metal
+
+

LithiumIonCobaltOxideBattery#

+ + + + + + + + + + + + + + +
Elucidationa lithium ion battery with a lithium cobalt oxide positive electrode
Alternative Label(s)LCOBattery
Wikidata Referencehttps://www.wikidata.org/wiki/Q1865299
+
+

LithiumIonGraphiteBattery#

+ + + + + + + + + + +
Elucidationa lithium ion battery with a graphite negative electrode
Alternative Label(s)GrBattery
+
+

LithiumIonIronPhosphateBattery#

+ + + + + + + + + + + + + + + + + + +
Elucidationa lithium ion battery with a lithium iron phosphate positive electrode
Alternative Label(s)LFPBattery
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_iron_phosphate_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q901551
+
+

LithiumIonManganeseIronPhosphateBattery#

+ + + + + + + + + + + + + + +
Elucidationa lithium ion battery with a manganese iron phosphate positive electrode
Alternative Label(s)LMFPBattery
Wikipedia Referencehttps://en.wikipedia.org/wiki/LMFP_battery
+
+

LithiumIonManganeseOxideBattery#

+ + + + + + + + + + + + + + + + + + +
Elucidationa lithium ion battery with a lithium manganese oxide positive electrode
Alternative Label(s)LMOBattery
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_ion_manganese_oxide_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q16911101
+
+

LithiumIonNickelCobaltAluminiumOxideBattery#

+ + + + + + +
Commenta lithium-ion battery with a lithium nickel cobalt aluminium oxide positive electrode
+
+

LithiumIonNickelManganeseCobaltOxideBattery#

+ + + + + + + + + + + + + + +
Elucidationa lithium-ion battery with a lithium nickel manganese cobalt oxide positive electrode
Wikidata Referencehttps://www.wikidata.org/wiki/Q93837163
Commentthere are many stoichiometry variations for lithium nickel manganese cobalt oxides, typically expressed as LiNi_xMn_yCo_zO2 where x+y+z = 1
+
+

LithiumIonPolymerBattery#

+ + + + + + + + + + + + + + +
Elucidationa rechargeable lithium-ion battery with a polymer electrolyte
Alternative Label(s)LIP, LiPo, LiPoly
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_polymer_battery
+
+

LithiumIonSiliconBattery#

+ + + + + + +
Alternative Label(s)a lithium-ion battery with a silicon metal negative electrode
+
+

LithiumIonSiliconGraphiteBattery#

+ + + + + + +
Elucidationa lithium-ion battery with a blended silicon graphite negaitve electrode
+
+

LithiumIonSiliconOxideBattery#

+ + + + + + +
Elucidationa lithium-ion battery with a silicon oxide negative electrode
+
+

LithiumIonSiliconOxideGraphiteBattery#

+ + + + + + +
Elucidationa lithium-ion battery with a blended silicon oxide graphite negative electrode
+
+

LithiumIonTitanateBattery#

+ + + + + + + + + + + + + + + + + + +
Alternative Label(s)LTOBattery
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium-titanate_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q2564903
Commenta lithium ion battery with a lithium titanate (LTO) negative electrode
+
+

LithiumIronDisulphideBattery#

+ + + + + + + + + + +
Elucidationprimary battery with a non-aqueous electrolyte, a positive electrode containing iron disulphide and a negative electrode of lithium
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-12
+
+

LithiumIronPhosphate#

+ + + + + + + + + + + + + + +
Alternative Label(s)LFP
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_iron_phosphate
Wikidata Referencehttps://www.wikidata.org/wiki/Q3042400
+
+

LithiumIronPhosphateElectrode#

+ + + + + + +
Alternative Label(s)LFPElectrode
+
+

LithiumManganeseDioxideBattery#

+ + + + + + + + + + +
Elucidationprimary battery with a non-aqueous electrolyte, a positive electrode containing manganese dioxide and a negative electrode of lithium
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-10
+
+

LithiumManganeseIronPhosphateElectrode#

+ + + + + + +
Alternative Label(s)LMFPElectrode
+
+

LithiumManganeseOxide#

+ + + + + + + + + + +
Alternative Label(s)LMO
Wikidata Referencehttps://www.wikidata.org/wiki/Q29565403
+
+

LithiumManganeseOxideElectrode#

+ + + + + + +
Alternative Label(s)LMOElectrode
+
+

LithiumManganeseOxideLithiumIronPhosphateElectrode#

+ + + + + + + + + + +
Elucidationan electrode with blended lithium manganese oxide (LMO) and lithium iron phosphate (LFP) active materials
Alternative Label(s)LMOLFPElectrode
+
+

LithiumManganesePhosphateElectrode#

+ + + + + + +
Alternative Label(s)LMPElectrode
+
+

LithiumMetalBattery#

+ + + + + + + + + + + + + + +
Elucidationcell containing a non-aqueous electrolyte and a negative electrode of lithium metal
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_metal_battery
Commentlithium metal batteries are often (but not always) primary cells
+
+

LithiumNickelCobaltAluminiumOxide#

+ + + + + + +
Alternative Label(s)NCA
+
+

LithiumNickelCobaltAluminumOxideElectrode#

+ + + + + + +
Alternative Label(s)NCAElectrode
+
+

LithiumNickelMananeseCobaltOxideLithiumManganeseOxideElectrode#

+ + + + + + + + + + +
Elucidationan electrode with blended lithium nickel manganese cobalt oxide (NMC) and lithium manganese oxide (LMO) active materials
Alternative Label(s)NMCLMOElectrode
+
+

LithiumNickelManganeseCobaltOxide#

+ + + + + + + + + + +
Alternative Label(s)NMC
Wikidata Referencehttps://www.wikidata.org/wiki/Q121086245
+
+

LithiumNickelManganeseCobaltOxideElectrode#

+ + + + + + +
Alternative Label(s)NMCElectrode
+
+

LithiumNickelManganeseCobaltOxideLithiumCobaltOxideElectrode#

+ + + + + + + + + + +
Elucidationan electrode with blended lithium nickel manganese cobalt oxide (NMC) and lithium cobalt oxide (LCO) active materials
Alternative Label(s)NMCLCOElectrode
+
+

LithiumNickelManganeseOxide#

+ + + + + + + + + + +
Alternative Label(s)LNMO
Wikidata Referencehttps://www.wikidata.org/wiki/Q120861607
+
+

LithiumNickelManganeseOxideElectrode#

+ + + + + + +
Alternative Label(s)LNMOElectrode
+
+

LithiumNickelManganeseOxideLithiumIronPhosphateElectrode#

+ + + + + + + + + + +
Elucidationan electrode with blended lithium nickel manganese oxide (LNMO) and lithium iron phosphate (LFP) active materials
Alternative Label(s)LNMOLFPElectrode
+
+

LithiumNickelOxide#

+ + + + + + + + + + +
Alternative Label(s)LNO
Wikidata Referencehttps://www.wikidata.org/wiki/Q81988484
+
+

LithiumNickelOxideElectrode#

+ + + + + + +
Alternative Label(s)LNOElectrode
+
+

LithiumNitrate#

+ + + + + + + + + + + + + + +
Alternative Label(s)LiNO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_nitrate
Wikidata Referencehttps://www.wikidata.org/wiki/Q420146
+
+

LithiumNitrite#

+ + + + + + + + + + + + + + +
Alternative Label(s)LiNO2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_nitrite
Wikidata Referencehttps://www.wikidata.org/wiki/Q2091170
+
+

LithiumPerchlorate#

+ + + + + + + + + + + + + + +
Alternative Label(s)LiClO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_perchlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q412015
+
+

LithiumPhosphate#

+ + + + + + + + + + +
Alternative Label(s)Li3PO4
Wikidata Referencehttps://www.wikidata.org/wiki/Q426354
+
+

LithiumSaltCompound#

+ + +
+
+

LithiumSulfate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Li2SO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q421106
+
+

LithiumSulfide#

+ + + + + + + + + + + + + + +
Alternative Label(s)Li2S
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_sulfide
Wikidata Referencehttps://www.wikidata.org/wiki/Q417658
+
+

LithiumSulfite#

+ + + + + + + + + + + + + + +
Alternative Label(s)Li2SO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_sulfite
Wikidata Referencehttps://www.wikidata.org/wiki/Q6647969
+
+

LithiumSulfurBattery#

+ + + + + + + + + + + + + + +
Elucidationa type of rechargeable battery notable for its high specific energy
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium-sulfur_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q899170
+
+

LithiumSymbol#

+ + +
+
+

LithiumTetrachloroaluminate#

+ + + + + + + + + + + + + + +
Alternative Label(s)LiAlCl4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_tetrachloroaluminate
Wikidata Referencehttps://www.wikidata.org/wiki/Q6647971
+
+

LithiumTetrafluoroborate#

+ + + + + + + + + + + + + + +
Alternative Label(s)LiBF4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_tetrafluoroborate
Wikidata Referencehttps://www.wikidata.org/wiki/Q2754907
+
+

LithiumThionylChlorideBattery#

+ + + + + + + + + + + + + + +
Elucidationprimary battery with a non-aqueous inorganic electrolyte, a positive electrode containing thionyl chloride and a negative electrode of lithium
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-13
Wikidata Referencehttps://www.wikidata.org/wiki/Q1537879
+
+

LithiumTitanate#

+ + + + + + + + + + + + + + +
Alternative Label(s)LTO
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_titanate
Wikidata Referencehttps://www.wikidata.org/wiki/Q3991823
+
+

LithiumTitanateElectrode#

+ + + + + + +
Alternative Label(s)LTOElectrode
+
+

LithiumTriflate#

+ + + + + + + + + + + + + + +
Alternative Label(s)LiOTf
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lithium_triflate
Wikidata Referencehttps://www.wikidata.org/wiki/Q3998748
+
+

LithiumTrifluoromethanesulfonyloxalatoborate#

+ + + + + + +
Alternative Label(s)LiTFOB
+
+

LithiumVanadiumOxideElectrode#

+ + +
+
+

Litre#

+ + + + + + + + + + + + + + + + + + +
ElucidationThe litre (American spelling: `liter`; SI symbol l or L) is a non-SI metric system unit of volume equal to 1 `cubic decimetre` (dm³), 1,000 cubic centimetres (cm³) or 1/1000 `cubic metre`. If the lower case "L" is used as the symbol, it is sometimes rendered as a cursive "l" to help distinguish it from the capital "I", although this usage has no official approval by any international bureau. + +-- QUDT
Alternative Label(s)liter
IUPAC Referencehttps://doi.org/10.1351/goldbook.L03594
CommentOther used symbols for litre are "l" and "ℓ".
+
+

LitrePerDay#

+ + + + + + + + + + +
Elucidationunit litre divided by the unit day + +-- QUDT
Alternative Label(s)Litre Per Day
+
+

LitrePerHour#

+ + + + + + + + + + +
ElucidationUnit litre divided by the unit hour + +-- QUDT
Alternative Label(s)Litre Per Hour
+
+

LitrePerKelvin#

+ + + + + + + + + + +
Elucidationunit litre divided by the SI base unit kelvin + +-- QUDT
Alternative Label(s)Litre Per Kelvin
+
+

LitrePerKilogram#

+ + + + + + + + + + +
Elucidationunit of the volume litre divided by the SI base unit kilogram + +-- QUDT
Alternative Label(s)Litre Per Kilogram
+
+

LitrePerLitre#

+ + + + + + + + + + +
Elucidationvolume ratio consisting of the unit litre divided by the unit litre + +-- QUDT
Alternative Label(s)Litre Per Litre
+
+

LitrePerMicroMole#

+ + + + + + + + + + +
ElucidationThe inverse of a molar concentration - the untits of per molarity. + +-- QUDT
Alternative Label(s)Litres per micromole
+
+

LitrePerMinute#

+ + + + + + + + + + +
Elucidationunit litre divided by the unit minute + +-- QUDT
Alternative Label(s)Litre Per Minute
+
+

LitrePerMole#

+ + + + + + + + + + +
Elucidationunit litre divided by the SI base unit mol + +-- QUDT
Alternative Label(s)Litre Per Mole
+
+

LitrePerSecond#

+ + + + + + + + + + +
Elucidationunit litre divided by the SI base unit second + +-- QUDT
Alternative Label(s)Litre Per Second
+
+

LitrePerSecondPerSquareMetre#

+ + + + + + + + + + +
ElucidationVentilation rate in Litres per second divided by the floor area + +-- QUDT
Alternative Label(s)Litre Per Second Per Square Metre
+
+

LivermoriumAtom#

+ + + + + + +
ElucidationAtom subclass for livermorium.
+
+

LivermoriumSymbol#

+ + +
+
+

LogarithmicDecrement#

+ + + + + + + + + + + + + + +
ElucidationProduct of damping coefficient and period duration.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-05-25
Wikidata Referencehttps://www.wikidata.org/wiki/Q1399446
+
+

LogarithmicUnit#

+ + + + + + + + + + +
ElucidationA logarithmic unit is a unit that can be used to express a quantity (physical or mathematical) on a logarithmic scale, that is, as being proportional to the value of a logarithm function applied to the ratio of the quantity and a reference quantity of the same type.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Logarithmic_scale#Logarithmic_units
+
+

LondonPenetrationDepth#

+ + + + + + + + + + + + + + +
ElucidationDistance a magnetic field penetrates the plane surface of a semi-finite superconductor.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=815-10-33
Wikidata Referencehttps://www.wikidata.org/wiki/Q3277853
+
+

LongRangeOrderParameter#

+ + + + + + + + + + +
ElucidationFraction of atoms in an Ising ferromagnet having magnetic moments in one direction, minus the fraction having magnetic moments in the opposite direction.
Wikidata Referencehttps://www.wikidata.org/wiki/Q105496124
+
+

LorenzCoefficient#

+ + + + + + + + + + + + + + +
ElucidationQuotient of thermal conductivity, and the product of electric conductivity and thermodynamic temperature.
Alternative Label(s)LorenzNumber
Wikidata Referencehttps://www.wikidata.org/wiki/Q105728754
+
+

LorenzNumberUnit#

+ + +
+
+

LossAngle#

+ + + + + + + + + + + + + + +
ElucidationArctan of the loss factor
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-49
Wikidata Referencehttps://www.wikidata.org/wiki/Q20820438
+
+

LossFactor#

+ + + + + + + + + + +
ElucidationInverse of the quality factor.
Wikidata Referencehttps://www.wikidata.org/wiki/Q79468728
+
+

LowPressureCasting#

+ + +
+
+

LowerCriticalMagneticFluxDensity#

+ + + + + + + + + + +
ElucidationFor type II superconductors, the threshold magnetic flux density for magnetic flux entering the superconductor.
Wikidata Referencehttps://www.wikidata.org/wiki/Q106127355
+
+

LowerFrequencyLimit#

+ + + + + + +
Elucidationthe lower end of the interval of frequencies tested in impedimetry and related techniques
+
+

LowerVoltageLimit#

+ + + + + + + + + + + + + + + + + + +
Elucidationminimum voltage limit at which an applied excitation is altered or terminated
Alternative Label(s)CutOffVoltage, DischargeCutoffVoltage, EndOfDischargeVoltage, EndPointVoltage, EndVoltage, FinalVoltage, LowerCutoffVoltage
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-30
Commentspecified voltage of a battery at which the battery discharge is terminated.
+
+

Lumen#

+ + + + + + + + + + + + + + +
ElucidationSI unit for luminous flux.
IUPAC Referencehttps://doi.org/10.1351/goldbook.L03639
Wikipedia Referencehttps://en.wikipedia.org/wiki/Lumen_(unit)
+
+

LumenPerWatt#

+ + + + + + + + + + +
ElucidationA measurement of luminous efficacy, which is the light output in lumens using one watt of electricity. + +-- QUDT
Alternative Label(s)Lumen per Watt
+
+

LumenSecond#

+ + + + + + + + + + +
ElucidationIn photometry, the lumen second is the SI derived unit of luminous energy. It is based on the lumen, the SI unit of luminous flux, and the second, the SI base unit of time. The lumen second is sometimes called the talbot (symbol T). An older name for the lumen second was the lumberg. + +-- QUDT
Alternative Label(s)lumen second
+
+

Luminance#

+ + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.L03640
CommentMeasured in cd/m². Not to confuse with Illuminance, which is measured in lux (cd sr/m²).
+
+

LuminanceUnit#

+ + +
+
+

LuminousEfficacyOf540THzRadiation#

+ + + + + + + + + + +
ElucidationThe luminous efficacy of monochromatic radiation of frequency 540 × 10 12 Hz, K cd , is a technical constant that gives an exact numerical relationship between the purely physical characteristics of the radiant power stimulating the human eye (W) and its photobiological response defined by the luminous flux due to the spectral responsivity of a standard observer (lm) at a frequency of 540 × 10 12 hertz.
CommentDefines the Candela base unit in the SI system.
+
+

LuminousEfficacyUnit#

+ + +
+
+

LuminousEfficacyUnit#

+ + +
+
+

LuminousFlux#

+ + + + + + + + + + +
ElucidationPerceived power of light.
IUPAC Referencehttps://doi.org/10.1351/goldbook.L03646
+
+

LuminousIntensity#

+ + + + + + +
ElucidationA measure of the wavelength-weighted power emitted by a light source in a particular direction per unit solid angle. It is based on the luminosity function, which is a standardized model of the sensitivity of the human eye.
+
+

LuminousIntensityUnit#

+ + +
+
+

LutetiumAtom#

+ + + + + + +
ElucidationAtom subclass for lutetium.
+
+

LutetiumSymbol#

+ + +
+
+

Lux#

+ + + + + + + + + + + + + + +
ElucidationSI unit for illuminance.
IUPAC Referencehttps://doi.org/10.1351/goldbook.L03651
Wikipedia Referencehttp://en.wikipedia.org/wiki/Lux?oldid=494700274
+
+

LuxHour#

+ + + + + + + + + + + + + + +
ElucidationThe SI unit for measuring the illumination (illuminance) of a surface. One lux is defined as an illumination of one lumen per square meter or 0.0001 phot. In considering the various light units, it's useful to think about light originating at a point and shining upon a surface. The intensity of the light source is measured in candelas; the total light flux in transit is measured in lumens (1 lumen = 1 candelau00b7steradian); and the amount of light received per unit of surface area is measured in lux (1 lux = 1 lumen/square meter). One lux is equal to approximately 0.09290 foot candle. + +-- QUDT
Alternative Label(s)Lux Hour
Wikipedia Referencehttp://en.wikipedia.org/wiki/Lux?oldid=494700274
+
+

MOEMC#

+ + + + + + + + + + +
Alternative Label(s)2MethoxyethylMethylCarbonate
Wikidata Referencehttp://127.0.0.1:5000/compounds/23290296
+
+

MXylene#

+ + + + + + + + + + + + + + +
Alternative Label(s)MetaXylene
Wikipedia Referencehttps://en.wikipedia.org/wiki/M-Xylene
Wikidata Referencehttps://www.wikidata.org/wiki/Q3234708
+
+

MachineCell#

+ + + + + + + + + + +
ElucidationA group of machineries used to process a group of similar parts.
CommentIs not simply a collection of machineries, since the connection between them is due to the parallel flow of processed parts that comes from a unique source and ends into a common repository.
+
+

Machining#

+ + + + + + +
ElucidationA manufacturing in which material is removed from the workpiece in the form of chips.
+
+

Macromolecule#

+ + +
+
+

Magnesium#

+ + + + + + + + + + + + + + +
Alternative Label(s)Mg
Wikipedia Referencehttps://en.wikipedia.org/wiki/Magnesium
Wikidata Referencehttps://www.wikidata.org/wiki/Q660
+
+

MagnesiumAcetate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Mg(OAc)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Magnesium_acetate
Wikidata Referencehttps://www.wikidata.org/wiki/Q418767
+
+

MagnesiumAirBattery#

+ + + + + + +
Elucidationa metal-air battery with a magnesium negative electrode
+
+

MagnesiumAtom#

+ + + + + + +
ElucidationAtom subclass for magnesium.
+
+

MagnesiumBattery#

+ + + + + + + + + + +
Elucidationcell containing a negative electrode with an active material of magnesium or containing magnesium
Wikipedia Referencehttps://en.wikipedia.org/wiki/Magnesium_battery
+
+

MagnesiumBisfluorosulfonylimide#

+ + + + + + +
Alternative Label(s)Mg(FSI)2
+
+

MagnesiumBisoxalatoborate#

+ + + + + + +
Alternative Label(s)Mg(BOB)2
+
+

MagnesiumBisoxalatophosphate#

+ + + + + + +
Alternative Label(s)Mg(BOP)2
+
+

MagnesiumBistrifluoromethanesulfonylimide#

+ + + + + + +
Alternative Label(s)Mg(TFSI)2
+
+

MagnesiumBromide#

+ + + + + + + + + + + + + + +
Alternative Label(s)MgBr2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Magnesium_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q420413
+
+

MagnesiumCarbonate#

+ + + + + + + + + + + + + + +
Alternative Label(s)MgCO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Magnesium_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q425450
+
+

MagnesiumChlorate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Mg(ClO3)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Magnesium_chlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q11129394
+
+

MagnesiumChloride#

+ + + + + + + + + + + + + + +
Alternative Label(s)MgCl2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Magnesium_chloride
Wikidata Referencehttps://www.wikidata.org/wiki/Q265414
+
+

MagnesiumDifluorooxalatoborate#

+ + + + + + +
Alternative Label(s)Mg(DFOB)2
+
+

MagnesiumElectrode#

+ + + + + + +
Commentmetal electrode in which the active material is magnesium
+
+

MagnesiumFluoride#

+ + + + + + + + + + + + + + +
Alternative Label(s)MgF2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Magnesium_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q411752
+
+

MagnesiumHexafluorophosphate#

+ + + + + + +
Alternative Label(s)Mg(PF6)2
+
+

MagnesiumHydroxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)Mg(OH)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Magnesium_hydroxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q407548
+
+

MagnesiumInsertionElectrode#

+ + +
+
+

MagnesiumIodide#

+ + + + + + + + + + + + + + +
Alternative Label(s)MgI2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Magnesium_iodide
Wikidata Referencehttps://www.wikidata.org/wiki/Q416265
+
+

MagnesiumIonBattery#

+ + + + + + +
Elucidationa shuttle battery for magnesium ions with two magnesium insertion electrodes
+
+

MagnesiumMetalBattery#

+ + +
+
+

MagnesiumNitrate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Mg(NO3)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Magnesium_nitrate
Wikidata Referencehttps://www.wikidata.org/wiki/Q411014
+
+

MagnesiumNitrite#

+ + + + + + + + + + + + + + +
Alternative Label(s)Mg(NO2)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Magnesium_nitrate
Wikidata Referencehttps://www.wikidata.org/wiki/Q18211720
+
+

MagnesiumPerchlorate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Mg(ClO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Magnesium_perchlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q417970
+
+

MagnesiumPhosphate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Mg3(PO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Trimagnesium_phosphate
Wikidata Referencehttps://www.wikidata.org/wiki/Q6731399
+
+

MagnesiumSaltCompound#

+ + +
+
+

MagnesiumShuttleBattery#

+ + +
+
+

MagnesiumSulfate#

+ + + + + + + + + + + + + + +
Alternative Label(s)MgSO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Magnesium_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q288266
+
+

MagnesiumSulfide#

+ + + + + + + + + + + + + + +
Alternative Label(s)MgS
Wikipedia Referencehttps://en.wikipedia.org/wiki/Magnesium_sulfide
Wikidata Referencehttps://www.wikidata.org/wiki/Q424250
+
+

MagnesiumSulfite#

+ + + + + + + + + + + + + + +
Alternative Label(s)MgSO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Magnesium_sulfite
Wikidata Referencehttps://www.wikidata.org/wiki/Q2396092
+
+

MagnesiumSymbol#

+ + +
+
+

MagnesiumTetrafluoroborate#

+ + + + + + +
Alternative Label(s)Mg(BF4)2
+
+

MagnesiumTriflate#

+ + + + + + + + + + +
Alternative Label(s)Mg(OTf)2
Wikidata Referencehttps://www.wikidata.org/wiki/Q72488070
+
+

MagnesiumTrifluoromethanesulfonyloxalatoborate#

+ + + + + + +
Alternative Label(s)Mg(TFOB)2
+
+

MagneticDipoleMoment#

+ + + + + + + + + + + + + + + + + + +
ElucidationVector quantity μ causing a change to its energy ΔW in an external magnetic field of field flux density B: + + ΔW = −μ · B
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-55
IUPAC Referencehttp://goldbook.iupac.org/terms/view/M03688
CommentFor an atom or nucleus, this energy is quantized and can be written as: + + W = g μ M B + +where g is the appropriate g factor, μ is mostly the Bohr magneton or nuclear magneton, M is magnetic quantum number, and B is magnitude of the magnetic flux density. + +-- ISO 80000
+
+

MagneticDipoleMomentUnit#

+ + +
+
+

MagneticDipoleMomentUnit#

+ + +
+
+

MagneticFieldStrength#

+ + + + + + + + + + + + + + + + + + + + + + +
Alternative Label(s)MagnetizingFieldStrength
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-56
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03683
Wikidata Referencehttps://www.wikidata.org/wiki/Q28123
CommentStrength of a magnetic field. Commonly denoted H.
+
+

MagneticFieldStrengthUnit#

+ + +
+
+

MagneticFlux#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationMeasure of magnetism, taking account of the strength and the extent of a magnetic field.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-21
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03684
Wikipedia Referencehttps://en.wikipedia.org/wiki/Magnetic_flux
Wikidata Referencehttps://www.wikidata.org/wiki/Q177831
+
+

MagneticFluxDensity#

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
ElucidationStrength of the magnetic field.
Alternative Label(s)MagneticInduction
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-19
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03686
Wikidata Referencehttps://www.wikidata.org/wiki/Q30204
CommentOften denoted B.
+
+

MagneticFluxDensityUnit#

+ + +
+
+

MagneticFluxUnit#

+ + +
+
+

MagneticMoment#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationA vector quantity equal to the product of the current, the loop area, and the unit vector normal to the loop plane, the direction of which corresponds to the loop orientation
Alternative Label(s)MagneticAreaMoment
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-49
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03688
Wikidata Referencehttps://www.wikidata.org/wiki/Q242657
+
+

MagneticPolarisation#

+ + + + + + + + + + + + + + +
ElucidationVector quantity equal to the product of the magnetization M and the magnetic constant μ0.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-54
Wikidata Referencehttps://www.wikidata.org/wiki/Q856711
+
+

MagneticPotentialUnit#

+ + +
+
+

MagneticQuantumNumber#

+ + + + + + + + + + +
ElucidationAtomic quantum number related to the z component lz, jz or sz, of the orbital, total, or spin angular momentum.
Wikidata Referencehttps://www.wikidata.org/wiki/Q2009727
+
+

MagneticReluctance#

+ + + + + + + + + + + + + + + + + + +
ElucidationMagnetic tension divided by magnetic flux.
Alternative Label(s)Reluctance
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-28
Wikidata Referencehttps://www.wikidata.org/wiki/Q863390
+
+

MagneticReluctanceUnit#

+ + +
+
+

MagneticReluctivityUnit#

+ + +
+
+

MagneticSusceptibility#

+ + + + + + + + + + + + + + +
ElucidationScalar or tensor quantity the product of which by the magnetic constant μ0 and by the magnetic field strength H is equal to the magnetic polarization J.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-37
Wikidata Referencehttps://www.wikidata.org/wiki/Q691463
+
+

MagneticTension#

+ + + + + + + + + + + + + + +
ElucidationScalar quantity equal to the line integral of the magnetic field strength H along a specified path linking two points a and b.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-57
Wikidata Referencehttps://www.wikidata.org/wiki/Q77993836
+
+

MagneticVectorPotential#

+ + + + + + + + + + + + + + +
ElucidationVector potential of the magnetic flux density.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-23
Wikidata Referencehttps://www.wikidata.org/wiki/Q2299100
+
+

Magnetization#

+ + + + + + + + + + + + + + +
ElucidationAt a given point within a domain of quasi-infinitesimal volume V, vector quantity equal to the magnetic area moment m of the substance contained within the domain divided by the volume V.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-52
Wikidata Referencehttps://www.wikidata.org/wiki/Q856711
+
+

Magnetizing#

+ + +
+
+

MagnetomotiveForce#

+ + + + + + + + + + + + + + +
ElucidationScalar line integral of the magnetic field strength along a closed path.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-60
Wikidata Referencehttps://www.wikidata.org/wiki/Q1266982
+
+

MagnitudeOfCurrentPulse#

+ + + + + + + + + + +
Elucidationthe magnitude of a current pulse applied to an electrochemical cell during pulsed potentiometry and related techniques
Alternative Label(s)PulseMagnitudeCurrent
+
+

MagnitudeOfPotentialPulse#

+ + + + + + + + + + +
ElucidationThe magnitude of a voltage pulse applied to an electrochemical cell during pulsed amperometry and related techniques.
Alternative Label(s)PulseMagnitudePotential
+
+

MaintanenceFreeBattery#

+ + + + + + + + + + +
Elucidationsecondary battery which, during the service life, requires no maintenance provided specified operating conditions are fulfilled
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-25
+
+

MalicAcid#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Malic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q190143
+
+

MalonicAcid#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Malonic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q421972
+
+

Manganese#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Manganese
Wikidata Referencehttps://www.wikidata.org/wiki/Q731
+
+

ManganeseAtom#

+ + + + + + +
ElucidationAtom subclass for manganese.
+
+

ManganeseDioxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)MnO2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Manganese_dioxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q407674
+
+

ManganeseDioxideElectrode#

+ + + + + + +
Alternative Label(s)MnO2Electrode
+
+

ManganeseIIAcetate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Mn(OAc)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Manganese(II)_acetate
Wikidata Referencehttps://www.wikidata.org/wiki/Q180713
+
+

ManganeseIIBromide#

+ + + + + + + + + + + + + + +
Alternative Label(s)MnBr2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Manganese(II)_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q416246
+
+

ManganeseIICarbonate#

+ + + + + + + + + + + + + + +
Alternative Label(s)MnCO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Manganese(II)_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q414659
+
+

ManganeseIIChlorate#

+ + + + + + +
Alternative Label(s)Mn(ClO3)2
+
+

ManganeseIIChloride#

+ + + + + + + + + + + + + + +
Alternative Label(s)MnCl2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Manganese(II)_chloride
Wikidata Referencehttps://www.wikidata.org/wiki/Q421071
+
+

ManganeseIIFluoride#

+ + + + + + + + + + + + + + +
Alternative Label(s)MnF2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Manganese(II)_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q414680
+
+

ManganeseIIIOxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)Mn2O3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Manganese(III)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q419605
+
+

ManganeseIIIodide#

+ + + + + + + + + + + + + + +
Alternative Label(s)MnI2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Manganese(II)_iodide
Wikidata Referencehttps://www.wikidata.org/wiki/Q415520
+
+

ManganeseIINitrate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Mn(NO3)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Manganese(II)_nitrate
Wikidata Referencehttps://www.wikidata.org/wiki/Q421490
+
+

ManganeseIIOxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)MnO
Wikipedia Referencehttps://en.wikipedia.org/wiki/Manganese(II)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q414669
+
+

ManganeseIIPerchlorate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Mn(ClO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Manganese(II)_chlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q15631940
+
+

ManganeseIIPhosphate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Mn3(PO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Manganese(II)_phosphate
Wikidata Referencehttps://www.wikidata.org/wiki/Q6748768
+
+

ManganeseIISulfate#

+ + + + + + + + + + + + + + +
Alternative Label(s)MnSO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Manganese(II)_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q409393
+
+

ManganeseIISulfide#

+ + + + + + + + + + + + + + +
Alternative Label(s)MnS
Wikipedia Referencehttps://en.wikipedia.org/wiki/Manganese_sulfide
Wikidata Referencehttps://www.wikidata.org/wiki/Q419893
+
+

ManganeseII_IIIOxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)Mn3O4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Manganese(II,III)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q410985
+
+

ManganeseOxideCompound#

+ + +
+
+

ManganeseSaltCompound#

+ + +
+
+

ManganeseSymbol#

+ + +
+
+

ManufacturedMaterial#

+ + + + + + + + + + +
ElucidationA material that is obtained through a manufacturing process.
Alternative Label(s)EngineeredMaterial, ProcessedMaterial
+
+

ManufacturedProduct#

+ + + + + + + + + + +
ElucidationAn object that has been designed and manufactured for a particular purpose.
Alternative Label(s)Artifact, Engineered, TangibleProduct
+
+

Manufacturer#

+ + + + + + +
ElucidationA strict fundamental object overcrossing a manufacturing process, the intersection being the agent that participates and drives the manufacturing process.
+
+

Manufacturing#

+ + + + + + + + + + +
ElucidationThe process of transforming precursor objects (e.g. raw materials) into a product by the use of manual labor, machinery or chemical/biological processes.
Wikipedia Referencehttps://de.wikipedia.org/wiki/Fertigungsverfahren
+
+

ManufacturingDevice#

+ + + + + + +
ElucidationA device that is designed to participate to a manufacturing process.
+
+

ManufacturingSystem#

+ + + + + + +
ElucidationA system arranged to setup a specific manufacturing process.
+
+

MarkupLanguage#

+ + +
+
+

Mass#

+ + + + + + + + + + +
ElucidationProperty of a physical body that express its resistance to acceleration (a change in its state of motion) when a force is applied.
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03709
+
+

MassAmountOfSubstanceUnit#

+ + +
+
+

MassAreaUnit#

+ + +
+
+

MassAttenuationCoefficient#

+ + + + + + + + + + + + + + +
ElucidationQuotient of the linear attenuation coefficient µ and the mass density ρ of the medium.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-04-27
Wikidata Referencehttps://www.wikidata.org/wiki/Q98591983
+
+

MassChangeRate#

+ + + + + + + + + + +
ElucidationMass increment per time.
Wikidata Referencehttps://www.wikidata.org/wiki/Q92020547
+
+

MassConcentration#

+ + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03713
CommentMass of a constituent divided by the volume of the mixture.
+
+

MassConcentrationOfWater#

+ + + + + + + + + + + + + + + + + + +
ElucidationQuotient of the mass of water in a three-dimensional domain, irrespective of the form of aggregation, by the volume of the domain.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-59
Wikidata Referencehttps://www.wikidata.org/wiki/Q76378758
CommentThe mass concentration of water at saturation is denoted wsat.
+
+

MassConcentrationOfWaterVapour#

+ + + + + + + + + + + + + + + + + + +
ElucidationQuotient of the mass of water vapour in moist gas by the total gas volume.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-60
Wikidata Referencehttps://www.wikidata.org/wiki/Q76378808
CommentThe mass concentration of water at saturation is denoted vsat.
+
+

MassDefect#

+ + + + + + + + + + +
ElucidationSum of the product of the proton number and the hydrogen atomic mass, and the neutron rest mass, minus the rest mass of the atom.
Wikidata Referencehttps://www.wikidata.org/wiki/Q26897126
+
+

MassEnergyTransferCoefficient#

+ + + + + + + + + + + + + + +
ElucidationFor ionizing uncharged particles of a given type and energy, the differential quotient of Rtr with respect to l. Where Rtr is the mean energy that is transferred to kinetic energy of charged particles by interactions of the uncharged particles of incident radiant energy R in traversing a distance l in the material of density rho, divided by rho and R
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-04-32
Wikidata Referencehttps://www.wikidata.org/wiki/Q99714619
+
+

MassExcess#

+ + + + + + + + + + + + + + +
ElucidationDifference between the mass of an atom, and the product of its mass number and the unified mass constant.
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03719
Wikidata Referencehttps://www.wikidata.org/wiki/Q1571163
+
+

MassFlow#

+ + + + + + + + + + +
ElucidationAt a point in a fluid, the product of mass density and velocity.
Wikidata Referencehttps://www.wikidata.org/wiki/Q3265048
+
+

MassFluxUnit#

+ + +
+
+

MassFraction#

+ + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03722
CommentMass of a constituent divided by the total mass of all constituents in the mixture.
+
+

MassFractionOfDryMatter#

+ + + + + + + + + + + + + + +
ElucidationQuantity wd = 1 − wH2O, where wH2O is mass fraction of water.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-64
Wikidata Referencehttps://www.wikidata.org/wiki/Q76379189
+
+

MassFractionOfWater#

+ + + + + + + + + + + + + + +
ElucidationQuantity of dimension 1 equal to u/(1 + u), where u is mass ratio of water to dry matter.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-63
Wikidata Referencehttps://www.wikidata.org/wiki/Q76379025
+
+

MassFractionUnit#

+ + + + + + +
ElucidationUnit for quantities of dimension one that are the fraction of two masses.
+
+

MassLengthPerCubicTimeUnit#

+ + +
+
+

MassLoading#

+ + + + + + +
Elucidationmass of a material per unit area
+
+

MassNumber#

+ + + + + + +
Alternative Label(s)AtomicMassNumber, NucleonNumber
+
+

MassPerAmountUnit#

+ + +
+
+

MassPerCubicTimeQuarticTemperatureUnit#

+ + +
+
+

MassPerElectricChargeUnit#

+ + +
+
+

MassPerLengthTimeUnit#

+ + +
+
+

MassPerLengthUnit#

+ + +
+
+

MassPerQuarticLengthTimeUnit#

+ + +
+
+

MassPerQuarticTimeUnit#

+ + +
+
+

MassPerSquareLengthSquareTimeUnit#

+ + +
+
+

MassPerTimeUnit#

+ + +
+
+

MassPerVolumeTimeUnit#

+ + +
+
+

MassRatioOfWaterToDryMatter#

+ + + + + + + + + + + + + + + + + + +
ElucidationRatio of the mass of water to the mass of dry matter in a given volume of matter.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-61
Wikidata Referencehttps://www.wikidata.org/wiki/Q76378860
CommentThe mass concentration of water at saturation is denoted usat.
+
+

MassSquareTimeUnit#

+ + +
+
+

MassStoppingPowerUnit#

+ + +
+
+

MassTemperatureUnit#

+ + +
+
+

MassUnit#

+ + +
+
+

MassieuFunction#

+ + + + + + + + + + + + + + +
ElucidationNegative quotient of Helmholtz energy and temperature.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-26
Wikidata Referencehttps://www.wikidata.org/wiki/Q3077625
+
+

Material#

+ + + + + + + + + + +
ElucidationA matter individual that stands for a real world object representing an amount of a physical substance (or mixture of substances) in different states of matter or phases.
CommentA instance of a material (e.g. nitrogen) can represent different states of matter. The fact that the individual also belongs to other classes (e.g. Gas) would reveal the actual form in which the material is found.
+
+

MaterialLaw#

+ + + + + + +
ElucidationA law that provides a connection between a material property and other properties of the object.
+
+

MaterialRelation#

+ + + + + + + + + + +
ElucidationAn 'equation' that stands for a physical assumption specific to a material, and provides an expression for a 'physics_quantity' (the dependent variable) as function of other variables, physics_quantity or data (independent variables).
CommentA material_relation can e.g. return a predefined number, return a database query, be an equation that depends on other physics_quantities.
+
+

MaterialRelationComputation#

+ + +
+
+

MaterialSynthesis#

+ + + + + + +
ElucidationThe creation of a material entity starting from fundamental substances, involving chemical phenomena (e.g. reaction, bonding).
+
+

MaterialTreatment#

+ + + + + + +
ElucidationThe processing of a material aimed to transform its structure by means of any type of treatment, without involving relevant synthesis phenomena.
+
+

MaterialsModel#

+ + + + + + +
ElucidationA solvable set of one Physics Equation and one or more Materials Relations.
+
+

MaterialsProcessing#

+ + + + + + + + + + +
ElucidationA manufacturing process aimed to modify the precursor objects through a physical process (involving other materials, energy, manipulation) to change its material properties.
Alternative Label(s)ContinuumManufacturing
+
+

Mathematical#

+ + + + + + + + + + +
ElucidationThe class of general mathematical symbolic objects respecting mathematical syntactic rules.
CommentA mathematical object in this branch is not representing a concept but an actual graphical object built using mathematcal symbols arranged in some way, according to math conventions.
+
+

MathematicalConstruct#

+ + +
+
+

MathematicalFormula#

+ + + + + + + + + + +
ElucidationA mathematical string that express a relation between the elements in one set X to elements in another set Y.
CommentThe set X is called domain and the set Y range or codomain.
+
+

MathematicalFunction#

+ + + + + + + + + + + + + + +
ElucidationA function defined using functional notation.
Alternative Label(s)FunctionDefinition
CommentA mathematical relation that relates each element in the domain (X) to exactly one element in the range (Y).
+
+

MathematicalModel#

+ + + + + + + + + + +
ElucidationAn analogical icon expressed in mathematical language.
CommentA mathematical model can be defined as a description of a system using mathematical concepts and language to facilitate proper explanation of a system or to study the effects of different components and to make predictions on patterns of behaviour. + +Abramowitz and Stegun, 1968
+
+

MathematicalOperator#

+ + + + + + +
ElucidationA mapping that acts on elements of one space and produces elements of another space.
+
+

MathematicalSymbol#

+ + +
+
+

Matrix#

+ + + + + + + + + + +
Elucidation2-dimensional array who's spatial direct parts are vectors.
Alternative Label(s)2DArray
+
+

Matter#

+ + + + + + + + + + +
ElucidationA physical system that possesses some fundamental fermionic parts in each of its parts.
Alternative Label(s)PhysicalSubstance
+
+

MaximumBetaParticleEnergy#

+ + + + + + + + + + +
ElucidationMaximum kinetic energy of the emitted beta particle produced in the nuclear disintegration process.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98148038
+
+

MaximumConcentration#

+ + + + + + +
Elucidationthe maximum amount concentration of a species in a phase, either imposed or naturally occurring
+
+

MaximumContinuousDischargeCurrent#

+ + + + + + +
Elucidationthe maximum current approved for continuous discharge for a given electrochemical device
+
+

MaximumEfficiency#

+ + + + + + + + + + + + + + +
ElucidationEfficiency of an ideal heat engine operating according to the Carnot process.
Alternative Label(s)CarnotEfficiency
Wikidata Referencehttps://www.wikidata.org/wiki/Q93949862
+
+

MaximumPulseDischargeCurrent#

+ + + + + + +
Elucidationthe maximum current approved for pulse discharge of an electrochemical device
+
+

MaximumPulseDischargeDuration#

+ + + + + + +
Elucidationthe maximum duration of a pulse discharge for a given electrochemical device
+
+

MaximumStoichiometry#

+ + +
+
+

MaximumTemperature#

+ + + + + + +
Elucidationthe maximum allowable temperature
+
+

MeanDurationOfLife#

+ + + + + + + + + + + + + + +
ElucidationReciprocal of the decay constant λ.
Alternative Label(s)MeanLifeTime, MeanLifeTime
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-13
+
+

MeanEnergyImparted#

+ + + + + + + + + + + + + + +
ElucidationExpectation value of the energy imparted.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-12-44
Wikidata Referencehttps://www.wikidata.org/wiki/Q99526969
+
+

MeanFreePath#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationin a given medium, average distance that particles of a specified type travel between successive interactions of a specified type.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-06-37
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03778
Wikidata Referencehttps://www.wikidata.org/wiki/Q756307
CommentThe mean free path may thus be specified either for all interactions, i.e. total mean free path, or for particular types of interaction such as scattering, capture, or ionization.
+
+

MeanFreePathOfElectrons#

+ + + + + + + + + + +
ElucidationAverage distance that electrons travel between two successive interactions.
Wikidata Referencehttps://www.wikidata.org/wiki/Q105672307
+
+

MeanFreePathOfPhonons#

+ + + + + + + + + + +
Elucidationaverage distance that phonons travel between two successive interactions
Wikidata Referencehttps://www.wikidata.org/wiki/Q105672255
+
+

MeanLinearRange#

+ + + + + + + + + + + + + + +
ElucidationMean total rectified path length travelled by a particle in the course of slowing down to rest in a given material averaged over a group of particles having the same initial energy.
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03782
Wikidata Referencehttps://www.wikidata.org/wiki/Q98681589
+
+

MeanMassRange#

+ + + + + + + + + + + + + + +
ElucidationProduct of the mean linear range R and the mass density ρ of the material.
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03783
Wikidata Referencehttps://www.wikidata.org/wiki/Q98681670
+
+

MeasuredConstant#

+ + + + + + +
ElucidationFor a given unit system, measured constants are physical constants that are not used to define the unit system. Hence, these constants have to be measured and will therefore be associated with an uncertainty.
+
+

MeasuredProperty#

+ + + + + + + + + + +
ElucidationA quantity that is the result of a well-defined measurement procedure.
CommentThe specification of a measurand requires knowledge of the kind of quantity, description of the state of the phenomenon, body, or substance carrying the quantity, including any relevant component, and the chemical entities involved. + +-- VIM
+
+

Measurement#

+ + + + + + + + + + +
ElucidationAn 'observation' that results in a quantitative comparison of a 'property' of an 'object' with a standard reference based on a well defined mesurement procedure.
CommentA measurement always implies a causal interaction between the object and the observer.
+
+

MeasurementPrinciple#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationphenomenon serving as the basis of a measurement
Alternative Label(s)PrincipleOfMeasurement
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=112-04-03
Wikidata Referencehttps://www.wikidata.org/wiki/Q1530469
CommentThe phenomenon can be of a physical, chemical, or biological nature.
+
+

MeasurementResult#

+ + + + + + +
ElucidationResult of a measurement. + +A set of quantites being attributed to a measurand (measured quantitative property) together with any other available relevant information, like measurement uncertainty. + +-- VIM
+
+

MeasurementUnit#

+ + + + + + +
ElucidationA metrological reference for a physical quantity.
+
+

Measurer#

+ + + + + + +
ElucidationAn observer that makes use of a measurement tool and provides a quantitative property.
+
+

MeasuringInstrument#

+ + + + + + + + + + +
ElucidationDevice used for making measurements, alone or in conjunction with one or more supplementary devices. + +-- VIM
CommentA measuring instrument that can be used alone is a measuring system.
+
+

MeasuringSystem#

+ + + + + + +
ElucidationA set of one or more 'MeasuringInstruments' and often other devices, including any reagent and supply, assembled and adapted to give information used to generate 'MeasuredQuantityProperty' within specified intervals for quantities of specified kinds. + +-- VIM
+
+

MechanicalEfficiency#

+ + + + + + + + + + +
ElucidationQuotient of mechanical output and input power.
Wikidata Referencehttps://www.wikidata.org/wiki/Q2628085
+
+

MechanicalMobilityUnit#

+ + +
+
+

MechanicalQuantity#

+ + + + + + +
ElucidationQuantities categorised according to ISO 80000-4.
+
+

Mega#

+ + +
+
+

MegaAmperePerSquareMetre#

+ + + + + + + + + + +
Elucidation1 000 000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2 + +-- QUDT
Alternative Label(s)Megaampere Per Square Metre
+
+

MegaPrefixedUnit#

+ + +
+
+

MegaVolt#

+ + + + + + +
Elucidation1,000,000-fold of the derived unit volt + +-- QUDT
+
+

MeitneriumAtom#

+ + + + + + +
ElucidationAtom subclass for meitnerium.
+
+

MeitneriumSymbol#

+ + +
+
+

Membrane#

+ + + + + + + + + + + + + + + + + + +
ElucidationA general term which refers to a continuous layer, usually consisting of a semi-permeable material, with controlled permeability covering a structure, such as carbon or an inert metal, or separating two electrolyte solutions.
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03823
Wikipedia Referencehttps://en.wikipedia.org/wiki/Membrane
Wikidata Referencehttps://www.wikidata.org/wiki/Q176088
+
+

MembranePotential#

+ + + + + + + + + + + + + + +
Elucidationelectric potential difference between two solutions separated by an ion-selective membrane in the absence of any electric current flowing through the membrane
Alternative Label(s)DonnanPotential, MembraneElectromotiveForce
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03825
+
+

MembranelessFlowBattery#

+ + + + + + +
Elucidationa redox flow battery that separates electrolytes by leveraging laminar flow, rather than using a typical ion-perm-selective membrane
+
+

MendeleviumAtom#

+ + + + + + +
ElucidationAtom subclass for mendelevium.
+
+

MendeleviumSymbol#

+ + +
+
+

Mercury#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Mercury_(element)
Wikidata Referencehttps://www.wikidata.org/wiki/Q925
+
+

MercuryAtom#

+ + + + + + +
ElucidationAtom subclass for mercury.
+
+

MercuryBattery#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationa primary battery cell with a zinc anode and a mercuric oxide cathode in an alkaline electrolyte
Alternative Label(s)MercuricOxideBattery, MercuricOxideBattery, MercuricOxideBattery, MercuricOxideBattery, RubenMalloryBattery, RubenMalloryBattery, RubenMalloryBattery, RubenMalloryBattery
Wikipedia Referencehttps://en.wikipedia.org/wiki/Mercury_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q899725
Commentincluded for historical reference
+
+

MercuryElectrode#

+ + + + + + + + + + + + + + +
Elucidationliquid metal electrode used in polarography
Alternative Label(s)HgElectrode, HgElectrode
CommentA mercury film electrode (MFE) or thin mercury film electrode (TMFE) is formed by coating a conducting substrate, usually glassy carbon, with a layer of mercury (thin film, amalgam, or array of microdrops), often by electrodeposition from a solution containing Hg(II). The electrode area is normally in the range of 0.1 to 0.5 cm2 and mercury film thickness typically ranges from 10 to 1000 nm, producing a film of large surface area-to-volume ratio that results in a high analyte pre-concentration during the deposition step of anodic stripping voltammetry. Compared to an HMDE, the MFE provides high sensitivity and resolution; however, it is somewhat less reproducible and more prone to interferences from intermetallic formation and surface-active substances.
+
+

MercuryIIOxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)HgO
Wikipedia Referencehttps://en.wikipedia.org/wiki/Mercury(II)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q174727
+
+

MercuryOxideCompound#

+ + +
+
+

MercurySymbol#

+ + +
+
+

MergingManufacturing#

+ + +
+
+

Meson#

+ + + + + + + + + + +
ElucidationHadronic subatomic particles composed of an equal number of quarks and antiquarks bound together by strong interactions.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Meson
+
+

MesoscopicMaterial#

+ + +
+
+

MesoscopicModel#

+ + + + + + +
ElucidationA physics-based model based on a physics equation describing the behaviour of mesoscopic entities, i.e. a set of bounded atoms like a molecule, bead or nanoparticle.
+
+

MesoxalicAcid#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Mesoxalic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q2823289
+
+

MetalAirBattery#

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationbattery in which atmospheric oxygen serves as the active material at the positive electrode and a metal as the active material of the negative electrode
Alternative Label(s)AirMetalBattery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-01
Wikipedia Referencehttps://en.wikipedia.org/wiki/Metal-air_electrochemical_cell
Wikidata Referencehttps://www.wikidata.org/wiki/Q2891821
Commentcan be primary or secondary, depending on the design
+
+

MetalCarbonDioxideBattery#

+ + + + + + +
Elucidationbattery in which gaseous carbon dioxide serves as the active material at the positive electrode and a metal as the active material of the negative electrode
+
+

MetalElectrode#

+ + + + + + + + + + +
Elucidationan electrode in which the actve electrochemical material is a metal
Commentthe term metal is meant to loosely cover alkali metals, alkaline earth metals, transition metals, post-transition metals, and metalloids
+
+

MetalOxideElectrode#

+ + +
+
+

MetallicMaterial#

+ + +
+
+

MetallicPowderSintering#

+ + +
+
+

MetalloidElementalSubstance#

+ + +
+
+

Methanol#

+ + + + + + + + + + + + + + +
Alternative Label(s)MeOH
Wikipedia Referencehttps://en.wikipedia.org/wiki/Methanol
Wikidata Referencehttps://www.wikidata.org/wiki/Q14982
+
+

MethoxyTrimethylSilane#

+ + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q72514132
+
+

MethylAcetate#

+ + + + + + + + + + + + + + +
Alternative Label(s)MA, MeOAc, MethylEthanoate
Wikipedia Referencehttps://en.wikipedia.org/wiki/Methyl_acetate
Wikidata Referencehttps://www.wikidata.org/wiki/Q414189
+
+

Metre#

+ + + + + + + + + + + + + + +
Alternative Label(s)Meter
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03884
Wikipedia Referencehttp://en.wikipedia.org/wiki/Metre?oldid=495145797
+
+

MetreKelvin#

+ + + + + + + + + + +
Elucidation`Meter Kelvin` is a unit for 'Length Temperature' expressed as m K. + +-- QUDT
Alternative Label(s)Metre Kelvin
+
+

MetreKelvinPerWatt#

+ + + + + + + + + + +
Elucidation`Meter Kelvin per Watt` is a unit for 'Thermal Resistivity' expressed as K-m/W. + +-- QUDT
Alternative Label(s)Metre Kelvin per Watt
+
+

MetreKilogram#

+ + + + + + +
Alternative Label(s)Metre Kilogram
+
+

MetrePerFarad#

+ + + + + + +
Alternative Label(s)Metre per Farad
+
+

MetrePerHour#

+ + + + + + + + + + +
ElucidationMetre per hour is a metric unit of both speed (scalar) and velocity (Vector (geometry)). Its symbol is m/h or mu00b7h-1 (not to be confused with the imperial unit symbol mph. By definition, an object travelling at a speed of 1 m/h for an hour would move 1 metre. + +-- QUDT
Alternative Label(s)Metre per Hour
+
+

MetrePerKelvin#

+ + + + + + +
Alternative Label(s)Metre per Kelvin
+
+

MetrePerMinute#

+ + + + + + + + + + +
ElucidationMeter Per Minute (m/min) is a unit in the category of Velocity. It is also known as meter/minute, meters per minute, metre per minute, metres per minute. Meter Per Minute (m/min) has a dimension of LT-1 where L is length, and T is time. It can be converted to the corresponding standard SI unit m/s by multiplying its value by a factor of 0.016666666666 + +-- QUDT
Alternative Label(s)Metre per Minute
+
+

MetrePerSecond#

+ + + + + + +
ElucidationMetre per second is an SI derived unit of both speed (scalar) and velocity (vector quantity which specifies both magnitude and a specific direction), defined by distance in metres divided by time in seconds. +The official SI symbolic abbreviation is mu00b7s-1, or equivalently either m/s. + +-- QUDT
+
+

MetrePerSquareSecond#

+ + + + + + + + + + +
ElucidationThe `meter per Square second` is the unit of acceleration in the International System of Units (SI). As a derived unit it is composed from the SI base units of length, the metre, and the standard unit of time, the second. Its symbol is written in several forms as m/s², or m s⁻². As acceleration, the unit is interpreted physically as change in velocity or speed per time interval, that is, `metre per second per second`. + +-- QUDT
Alternative Label(s)Metre per Square Second
+
+

MetricPrefix#

+ + + + + + +
ElucidationDimensionless multiplicative unit prefix.
+
+

Metrological#

+ + + + + + +
ElucidationA language entity used in the metrology discipline.
+
+

MetrologicalReference#

+ + + + + + +
ElucidationA reference can be a measurement unit, a measurement procedure, a reference material, or a combination of such (VIM3 1.1 NOTE 2).
+
+

MetrologicalSymbol#

+ + + + + + +
ElucidationA symbol that stands for a concept in the language of the meterological domain of ISO 80000.
+
+

MetrologicalUncertainty#

+ + + + + + + + + + + + + + +
ElucidationThe uncertainty of a quantity obtained through a well-defined procedure, characterising of the dispersion of the quantity.
Alternative Label(s)A metrological uncertainty can be assigned to any objective property via the 'hasMetrologicalUncertainty' relation., A metrological uncertainty can be assigned to any objective property via the 'hasMetrologicalUncertainty' relation.
CommentIn general, for a given set of information, it is understood that the measurement uncertainty is associated with a stated quantity value. A modification of this value results in a modification of the associated uncertainty.
+
+

Micro#

+ + +
+
+

MicroBecquerel#

+ + + + + + +
Elucidation0.000001-fold of the SI derived unit becquerel + +-- QUDT
+
+

MicroCoulombPerCubicMetre#

+ + + + + + + + + + +
Elucidation0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3 + +-- QUDT
Alternative Label(s)Microcoulomb Per Cubic Metre
+
+

MicroCoulombPerSquareMetre#

+ + + + + + + + + + +
Elucidation0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2 + +-- QUDT
Alternative Label(s)Microcoulomb Per Square Metre
+
+

MicroFaradPerKiloMetre#

+ + + + + + + + + + +
Elucidation0.000001-fold of the SI derived unit farad divided by the 1,000-fold of the SI base unit metre + +-- QUDT
Alternative Label(s)Microfarad Per Kilometre
+
+

MicroFaradPerMetre#

+ + + + + + + + + + +
Elucidation0.000001-fold of the SI derived unit farad divided by the SI base unit metre + +-- QUDT
Alternative Label(s)Microfarad Per Metre
+
+

MicroGram#

+ + + + + + +
Elucidation0.000000001-fold of the SI base unit kilogram + +-- QUDT
+
+

MicroGramPerLitre#

+ + + + + + + + + + +
Elucidation0.000000001-fold of the SI base unit kilogram divided by the unit litre + +-- QUDT
Alternative Label(s)Microgram Per Litre
+
+

MicroHenryPerMetre#

+ + + + + + + + + + +
Elucidation0.000001-fold of the SI derived unit henry divided by the SI base unit metre + +-- QUDT
Alternative Label(s)Microhenry Per Metre
+
+

MicroLitre#

+ + + + + + +
Elucidation0.000001-fold of the unit litre + +-- QUDT
+
+

MicroLitrePerLitre#

+ + + + + + + + + + +
Elucidationvolume ratio as 0.000001-fold of the unit litre divided by the unit litre + +-- QUDT
Alternative Label(s)Microlitre Per Litre
+
+

MicroMetrePerKelvin#

+ + + + + + + + + + +
Elucidation0.000001-fold of the SI base unit metre divided by the SI base unit kelvin + +-- QUDT
Alternative Label(s)Micrometre Per Kelvin
+
+

MicroMole#

+ + + + + + +
Elucidation0.000001-fold of the SI base unit mol + +-- QUDT
+
+

MicroNewton#

+ + + + + + +
Elucidation0.000001-fold of the SI derived unit newton + +-- QUDT
+
+

MicroNewtonMetre#

+ + + + + + + + + + +
Elucidation0.000001-fold of the product out of the derived SI newton and the SI base unit metre + +-- QUDT
Alternative Label(s)Micronewton Metre
+
+

MicroOhm#

+ + + + + + +
Elucidation0.000001-fold of the SI derived unit ohm + +-- QUDT
+
+

MicroPascal#

+ + + + + + +
Elucidation0.000001-fold of the SI derived unit pascal + +-- QUDT
+
+

MicroPrefixedUnit#

+ + + + + + +
ElucidationSuperclass for all units prefixed with "micro" (1e-6).
+
+

MicroSiemens#

+ + + + + + +
Elucidation0.000001-fold of the SI derived unit siemens + +-- QUDT
+
+

MicroSiemensPerCentiMetre#

+ + + + + + + + + + +
Elucidation0.000001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre + +-- QUDT
Alternative Label(s)Microsiemens Per Centimetre
+
+

MicroSiemensPerMetre#

+ + + + + + + + + + +
Elucidation0.000001-fold of the SI derived unit Siemens divided by the SI base unit metre + +-- QUDT
Alternative Label(s)Microsiemens Per Metre
+
+

MicroWatt#

+ + + + + + +
Elucidation0.000001-fold of the SI derived unit watt + +-- QUDT
+
+

MicrocanonicalPartitionFunction#

+ + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q96106546
+
+

MicrowaveSintering#

+ + +
+
+

MigrationArea#

+ + + + + + + + + + +
ElucidationSum of the slowing-down area from fission energy to thermal energy and the diffusion area for thermal neutrons.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98966325
+
+

MigrationCurrent#

+ + + + + + + + + + + + + + +
Elucidationcomponent of electric current due to transport of ions in the electric field between the electrodes
IUPAC Referencehttps://goldbook.iupac.org/terms/view/M03921
CommentI_{m}
+
+

MigrationLength#

+ + + + + + + + + + +
ElucidationSquare root of the migration area, M^2.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98998318
+
+

Milli#

+ + +
+
+

MilliPrefixedUnit#

+ + + + + + +
Alternative Label(s)m
+
+

Milling#

+ + +
+
+

MinimumStoichiometry#

+ + +
+
+

MiniumumConcentration#

+ + + + + + +
Elucidationthe minimum amount concentration of a species in a phase, either imposed or naturally occuring
+
+

MiniumumTemperature#

+ + + + + + +
Elucidationthe minimum allowable temperature
+
+

Minus#

+ + +
+
+

Minute#

+ + + + + + +
ElucidationA minute is a unit of measurement of time. The minute is a unit of time equal to 1/60 (the first sexagesimal fraction of an hour or 60 seconds. In the UTC time scale, a minute on rare occasions has 59 or 61 seconds; see leap second. The minute is not an SI unit; however, it is accepted for use with SI units. The SI symbol for minute or minutes is min (for time measurement) or the prime symbol after a number, e.g. 5' (for angle measurement, even if it is informally used for time). + +-- QUDT
+
+

MixedMetalOxideCompound#

+ + +
+
+

MixedTiling#

+ + + + + + +
ElucidationA well formed tessellation with at least a junction tile.
+
+

MixingRatio#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationRatio of the mass of water vapour to the mass of dry air in a given volume of air.
Alternative Label(s)MassRatioOfWaterVapourToDryGas
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-62
Wikidata Referencehttps://www.wikidata.org/wiki/Q76378940
CommentThe mixing ratio at saturation is denoted xsat.
+
+

Mixture#

+ + + + + + +
ElucidationA Miixture is a material made up of two or more different substances which are physically (not chemically) combined.
+
+

Mobility#

+ + + + + + + + + + + + + + + + + + +
ElucidationQuotient of average drift speed imparted to a charged particle in a medium by an electric field, and the electric field strength.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-06-36
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03955
Wikidata Referencehttps://www.wikidata.org/wiki/Q900648
+
+

MobilityRatio#

+ + + + + + + + + + +
ElucidationQuotient of electron and hole mobility.
Wikidata Referencehttps://www.wikidata.org/wiki/Q106010255
+
+

ModelledProperty#

+ + + + + + +
ElucidationA quantity obtained from a well-defined modelling procedure.
+
+

Modeller#

+ + + + + + +
ElucidationA estimator that uses modelling to declare a property of an object (i.e. infer a property from other properties).
+
+

ModifiedConstantVoltageCharge#

+ + + + + + + + + + +
Elucidationconstant voltage charge where the electric current is limited to a predetermined value
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-50
+
+

ModulusOfAdmittance#

+ + + + + + + + + + +
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-52
Wikidata Referencehttps://www.wikidata.org/wiki/Q79466359
+
+

ModulusOfCompression#

+ + + + + + + + + + + + + + + + + + +
ElucidationMeasure of how resistant to compressibility a substance is.
Alternative Label(s)BulkModulus
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-69
Wikidata Referencehttps://www.wikidata.org/wiki/Q900371
+
+

ModulusOfElasticity#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationMechanical property of linear elastic solid materials.
Alternative Label(s)YoungsModulus
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-67
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03966
Wikidata Referencehttps://www.wikidata.org/wiki/Q2091584
+
+

ModulusOfImpedance#

+ + + + + + + + + + +
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-44
Wikidata Referencehttps://www.wikidata.org/wiki/Q25457909
+
+

ModulusOfRigidity#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationRatio of shear stress to the shear strain.
Alternative Label(s)ShearModulus
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-68
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05635
Wikidata Referencehttps://www.wikidata.org/wiki/Q461466
+
+

Molality#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationquotient of the amount of substance nB of solute B by the mass m of the solvent: bB = nB / m.
Alternative Label(s)AmountPerMass
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-19
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03970
Wikidata Referencehttps://www.wikidata.org/wiki/Q172623
+
+

MolarAttenuationCoefficient#

+ + + + + + + + + + +
ElucidationQuotient of linear attenuation coefficient µ and the amount c of the medium.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98592828
+
+

MolarConductivity#

+ + + + + + + + + + + + + + +
ElucidationConductivity per molar concentration of electrolyte.
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03976
Wikidata Referencehttps://www.wikidata.org/wiki/Q1943278
+
+

MolarElectrochemicalPotential#

+ + + + + + + + + + + + + + +
Elucidationelectrochemical potential per mole.
IUPAC Referencehttps://goldbook.iupac.org/terms/view/E01945
CommentOf a substance in a specified phase, the partial molar Gibbs energy of the substance at the specified electric potential.
+
+

MolarEnergy#

+ + + + + + + + + + +
ElucidationEnergy per amount of substance.
Wikidata Referencehttps://www.wikidata.org/wiki/Q69427512
+
+

MolarEnthalpy#

+ + + + + + +
Wikidata ReferenceEnthalpy per amount of substance.
+
+

MolarEntropy#

+ + + + + + + + + + +
ElucidationEntropy per amount of substance.
Wikidata Referencehttps://www.wikidata.org/wiki/Q68972876
+
+

MolarGasConstant#

+ + + + + + + + + + +
ElucidationEquivalent to the Boltzmann constant, but expressed in units of energy per temperature increment per mole (rather than energy per temperature increment per particle).
IUPAC Referencehttps://doi.org/10.1351/goldbook.G02579
+
+

MolarGibbsEnergy#

+ + + + + + + + + + +
ElucidationGibbs energy per amount of substance.
Wikidata Referencehttps://www.wikidata.org/wiki/Q88863324
+
+

MolarHelmholtzEnergy#

+ + + + + + + + + + +
ElucidationHelmholtz energy per amount of substance.
Wikidata Referencehttps://www.wikidata.org/wiki/Q88862986
+
+

MolarInternalEnergy#

+ + + + + + + + + + +
ElucidationInternal energy per amount of substance.
Wikidata Referencehttps://www.wikidata.org/wiki/Q88523106
+
+

MolarMass#

+ + + + + + + + + + +
ElucidationMass per amount of substance.
Wikidata Referencehttps://www.wikidata.org/wiki/Q145623
+
+

MolarVolume#

+ + + + + + + + + + +
ElucidationVolume per amount of substance.
Wikidata Referencehttps://www.wikidata.org/wiki/Q487112
+
+

Molds#

+ + +
+
+

Mole#

+ + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03980
Wikipedia Referencehttp://en.wikipedia.org/wiki/Mole_(unit)
+
+

MoleDegreeCelsius#

+ + + + + + + + + + +
Elucidation`Mole Degree Celsius` is a C.G.S System unit for 'Temperature Amount Of Substance' expressed as mol-degC. + +-- QUDT
Alternative Label(s)Mole Degree Celsius
+
+

MoleKelvin#

+ + + + + + + + + + +
ElucidationMole Kelvin is a unit for `Temperature Amount Of Substance` expressed as mol-K. + +-- QUDT
Alternative Label(s)Mole Kelvin
+
+

MolePerCubicDeciMetre#

+ + + + + + + + + + +
ElucidationSI base unit mol divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3 + +-- QUDT
Alternative Label(s)Mole Per Cubic Decimetre
+
+

MolePerCubicMetre#

+ + + + + + + + + + +
ElucidationThe SI derived unit for amount-of-substance concentration is the mole/cubic meter. + +-- QUDT
Alternative Label(s)Mole per Cubic Metre
+
+

MolePerCubicMetrePerSecond#

+ + + + + + + + + + +
ElucidationSI unit of quantity of matter per SI unit volume per SI unit of time. + +-- QUDT
Alternative Label(s)Moles per cubic metre per second
+
+

MolePerGramPerHour#

+ + + + + + + + + + +
ElucidationSI unit of the quantity of matter per SI unit of mass per unit of time expressed in hour. + +-- QUDT
Alternative Label(s)Moles per gram per hour
+
+

MolePerHour#

+ + + + + + + + + + +
ElucidationSI base unit mole divided by the unit for time hour + +-- QUDT
Alternative Label(s)Mole Per Hour
+
+

MolePerKilogram#

+ + + + + + + + + + +
ElucidationMole Per Kilogram (mol/kg) is a unit of Molality + +-- QUDT
Alternative Label(s)Mole per Kilogram
+
+

MolePerKilogramPascal#

+ + + + + + + + + + +
ElucidationMole Per Kilogram Pascal (mol/kg-pa) is a unit of Molar Mass variation due to Pressure. + +-- QUDT
Alternative Label(s)Mole per Kilogram Pascal
+
+

MolePerLitre#

+ + + + + + + + + + +
ElucidationSI base unit mol divided by the unit litre + +-- QUDT
Alternative Label(s)Mole Per Litre
+
+

MolePerMinute#

+ + + + + + + + + + +
ElucidationSI base unit mole divided by the unit for time minute + +-- QUDT
Alternative Label(s)Mole Per Minute
+
+

MolePerMole#

+ + + + + + + + + + +
ElucidationUnavailable. + +-- QUDT
Alternative Label(s)Moles per mole
+
+

MolePerSecond#

+ + + + + + + + + + +
ElucidationSI base unit mol divided by the SI base unit second + +-- QUDT
Alternative Label(s)Mole Per Second
+
+

MolePerSquareMetre#

+ + + + + + + + + + +
ElucidationSI unit of quantity of matter per SI unit area. + +-- QUDT
Alternative Label(s)Moles per square metre
+
+

MolePerSquareMetrePerDay#

+ + + + + + + + + + +
Elucidationquantity of matter per unit area per unit of time. + +-- QUDT
Alternative Label(s)Moles per square metre per day
+
+

MolePerSquareMetrePerSecond#

+ + + + + + + + + + +
ElucidationSI unit of quantity of matter per SI unit area per SI unit of time. + +-- QUDT
Alternative Label(s)Moles per square metre per second
+
+

MolePerSquareMetrePerSecondPerMetre#

+ + + + + + +
Alternative Label(s)Moles per square metre per second per metre
+
+

MolePerSquareMetrePerSecondPerMetrePerSteradian#

+ + + + + + +
Alternative Label(s)Moles per square metre per second per metre per steradian
+
+

MolePerSquareMetrePerSecondPerSteradian#

+ + + + + + +
Alternative Label(s)Moles per square metre per second per steradian
+
+

MolecularConcentration#

+ + + + + + + + + + +
ElucidationNumber of molecules of a substance in a mixture per volume.
Wikidata Referencehttps://www.wikidata.org/wiki/Q88865973
+
+

MolecularEntity#

+ + + + + + + + + + + + + + +
ElucidationAny constitutionally or isotopically distinct atom, molecule, ion, ion pair, radical, radical ion, complex, conformer etc., identifiable as a separately distinguishable entity that can undergo a chemical reaction.
Alternative Label(s)ChemicalEntity
CommentMolecular entity is used as a general term for singular entities, irrespective of their nature, while chemical species stands for sets or ensembles of molecular entities. + +Note that the name of a compound may refer to the respective molecular entity or to the chemical species,
+
+

MolecularFormula#

+ + + + + + +
ElucidationAn expression that provides information about the element types that constiture a molecule or a molecular substance and their number.
+
+

MolecularPartitionFunction#

+ + + + + + + + + + +
ElucidationPartition function of a molecule.
Wikidata Referencehttps://www.wikidata.org/wiki/Q96192064
+
+

Molecule#

+ + + + + + + + + + +
ElucidationAn atom_based state defined by an exact number of e-bonded atomic species and an electron cloud made of the shared electrons.
Alternative Label(s)ChemicalSubstance
+
+

MoltenSaltCell#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationcell with an electrolyte consisting of one or more anhydrous molten salts.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-07
Wikipedia Referencehttps://en.wikipedia.org/wiki/Molten-salt_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q949927
Commentthe molten salt may be in a solid (inactivated) state and is activated by heat
+
+

Molybdenum#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Molybdenum
Wikidata Referencehttps://www.wikidata.org/wiki/Q1053
+
+

MolybdenumAtom#

+ + + + + + +
ElucidationAtom subclass for molybdenum.
+
+

MolybdenumSymbol#

+ + +
+
+

MomentOfIntertia#

+ + + + + + + + + + + + + + + + + + +
ElucidationScalar measure of the rotational inertia with respect to a fixed axis of rotation.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-21
IUPAC Referencehttps://doi.org/10.1351/goldbook.M04006
Wikidata Referencehttps://www.wikidata.org/wiki/Q165618
+
+

Momentum#

+ + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.M04007
CommentProduct of mass and velocity.
+
+

MomentumUnit#

+ + +
+
+

MonoblocBattery#

+ + + + + + + + + + + + + + +
Elucidationbattery with multiple separate but electrically connected cell compartments each of which is designed to house an assembly of electrodes, electrolyte, terminals or interconnections and possible separators
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-17
Commentthe cells in a monobloc battery can be connected in series or in parallel
+
+

MonoblocContainer#

+ + + + + + + + + + +
Elucidationcase with multiple separate cell compartments
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-18
+
+

MoscoviumAtom#

+ + + + + + +
ElucidationAtom subclass for moscovium.
+
+

MoscoviumSymbol#

+ + +
+
+

Mudrib#

+ + + + + + + + + + +
Elucidationridges in the bottom of the case which support the plate pack (electrode stack) and thus create a space which allows the active material detached from the plates (electrodes) to settle without causing a short-circuit between the plates (electrodes)
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-18
+
+

MultiParticlePath#

+ + +
+
+

MultiSimulation#

+ + + + + + +
ElucidationA physics based simulation with multiple physics based models.
+
+

Multiplication#

+ + +
+
+

MultiplicationFactor#

+ + + + + + + + + + +
ElucidationQuotient of the total number of fission or fission-dependent neutrons produced in the duration of a time interval and the total number of neutrons lost by absorption and leakage in that duration.
Wikidata Referencehttps://www.wikidata.org/wiki/Q99440471
+
+

Muon#

+ + + + + + + + + + +
ElucidationThe class of individuals that stand for muon elementary particles belonging to the second generation of leptons.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Muon
+
+

MuonAntiNeutrino#

+ + +
+
+

MuonNeutrino#

+ + + + + + + + + + +
ElucidationA neutrino belonging to the second generation of leptons.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Muon_neutrino
+
+

MutualInductance#

+ + + + + + + + + + + + + + + + + + +
ElucidationGiven an electric current in a thin conducting loop and the linked flux caused by that electric current in another loop, the mutual inductance of the two loops is the linked flux divided by the electric current.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-36
IUPAC Referencehttps://doi.org/10.1351/goldbook.M04076
Wikidata Referencehttps://www.wikidata.org/wiki/Q78101401
+
+

NButanol#

+ + + + + + + + + + + + + + +
Alternative Label(s)C4H9OH
Wikipedia Referencehttps://en.wikipedia.org/wiki/1-Butanol
Wikidata Referencehttps://www.wikidata.org/wiki/Q16391
+
+

NMethyl2Pyrrolidone#

+ + + + + + + + + + + + + + +
Alternative Label(s)NMP
Wikipedia Referencehttps://en.wikipedia.org/wiki/N-Methyl-2-pyrrolidone
Wikidata Referencehttps://www.wikidata.org/wiki/Q33103
+
+

NPRatio#

+ + + + + + + + + + +
Elucidationquotient of the capacity of the negative electrode and the capacity of the positive electrode in a cell
Alternative Label(s)NToPRatio
+
+

NPropanol#

+ + + + + + + + + + + + + + +
Alternative Label(s)PrOH
Wikipedia Referencehttps://en.wikipedia.org/wiki/Propan-1-ol
Wikidata Referencehttps://www.wikidata.org/wiki/Q14985
+
+

Nafion#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nafion
Wikidata Referencehttps://www.wikidata.org/wiki/Q412967
+
+

Nailing#

+ + +
+
+

Namer#

+ + + + + + +
ElucidationAn interpreter who assigns a name to an object without any motivations related to the object characters.
+
+

Naming#

+ + + + + + +
ElucidationA declaration that provides a sign for an object that is independent from any assignment rule.
+
+

Nano#

+ + +
+
+

NanoMaterial#

+ + + + + + +
ElucidationNanomaterials are Materials possessing, at minimum, one external dimension measuring 1-100nm
+
+

NanoPrefixedUnit#

+ + + + + + +
ElucidationSuperclass for all units prefixed with "nano" (1e-9).
+
+

NaturalLaw#

+ + + + + + +
ElucidationA scientific theory that focuses on a specific phenomena, for which a single statement (not necessariliy in mathematical form) can be expressed.
+
+

NaturalMaterial#

+ + + + + + +
ElucidationA Material occurring in nature, without the need of human intervention.
+
+

NaturalProcess#

+ + + + + + + + + + +
ElucidationA process occurring by natural (non-intentional) laws.
Alternative Label(s)NonIntentionalProcess
+
+

NearNeutralElectrolyte#

+ + + + + + + + + + + + + + +
Elucidationan aqueous electrolyte with a nominal pH value between 4 and 10.
Alternative Label(s)NearNeutralAqueousElectrolyte, NearNeutralSolution
Commentthis covers the pH domain typically described as "weakly acidic", "neutral", and "weakly alkaline"
+
+

NeelTemperature#

+ + + + + + + + + + + + + + +
ElucidationCritical thermodynamic temperature of an antiferromagnet.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-52
Wikidata Referencehttps://www.wikidata.org/wiki/Q830311
+
+

NegativeElectrode#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationfor a device having two electrodes, that electrode having the lower electric potential
Alternative Label(s)NegativePlate, NegativePlate
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=151-13-04
Wikidata Referencehttps://www.wikidata.org/wiki/Q120907506
Commentby convention, an oxidation reaction occurs during discharge
+
+

NegativeTerminal#

+ + + + + + + + + + +
Elucidationaccessible conductive part provided for the connection of an external electric circuit to the negative electrode of the cell
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-24
+
+

NeodymiumAtom#

+ + + + + + +
ElucidationAtom subclass for neodymium.
+
+

NeodymiumSymbol#

+ + +
+
+

Neon#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Neon
Wikidata Referencehttps://www.wikidata.org/wiki/Q654
+
+

NeonAtom#

+ + + + + + +
ElucidationAtom subclass for neon.
+
+

NeonSymbol#

+ + +
+
+

Neper#

+ + + + + + + + + + + + + + +
ElucidationThe neper is a logarithmic unit for ratios of measurements of physical field and power quantities, such as gain and loss of electronic signals. It has the unit symbol Np. The unit's name is derived from the name of John Napier, the inventor of logarithms. As is the case for the decibel and bel, the neper is not a unit in the International System of Units (SI), but it is accepted for use alongside the SI. Like the decibel, the neper is a unit in a logarithmic scale. While the bel uses the decadic (base-10) logarithm to compute ratios, the neper uses the natural logarithm, based on Euler's number + +-- QUDT
IUPAC Referencehttps://doi.org/10.1351/goldbook.N04106
Wikipedia Referencehttps://en.wikipedia.org/wiki/Neper
+
+

NeptuniumAtom#

+ + + + + + +
ElucidationAtom subclass for neptunium.
+
+

NeptuniumSymbol#

+ + +
+
+

NernstEinsteinEquation#

+ + + + + + + + + + + + + + + + + + +
Elucidationan equation relating the limiting molar conductivity Λ_m^0 to the ionic diffusion coefficients.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Einstein_relation_(kinetic_theory)#Nernst%E2%80%93Einstein_equation
Wikidata Referencehttps://www.wikidata.org/wiki/Q9325636
Comment\Lambda_m^0 = (F^2/(R*T)) * (v_{+} * z_{+}^2 * D_{+} + v_{–} * z_{–}^2 * D_{–})
+
+

NernstEquation#

+ + + + + + + + + + + + + + + + + + +
ElucidationAn equation that relates the reduction potential of an electrochemical reaction (half-cell or full cell reaction) to the standard electrode potential, temperature, and activities (often approximated by concentrations) of the chemical species undergoing reduction and oxidation.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nernst_equation
Wikidata Referencehttps://www.wikidata.org/wiki/Q751124
CommentAn expression of the Law of Mass Action.
+
+

NetFaradaicCurrent#

+ + + + + + + + + + +
Elucidationalgebraic sum of faradaic currents flowing through an electrode
CommentI
+
+

Network#

+ + + + + + +
ElucidationA system whose is mainly characterised by the way in which elements are interconnected.
+
+

NeutralAtom#

+ + + + + + +
ElucidationA standalone atom that has no net charge.
+
+

NeutralElectrolyteZincAirBattery#

+ + + + + + + + + + + + + + +
Elucidationmetal air battery with a saline electrolyte and a negative electrode of zinc
Alternative Label(s)NearNeutralZincAirBattery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-05
+
+

Neutralisation#

+ + + + + + + + + + + + + + +
Elucidationinsertion or removal of electrons into or from ions to obtain particles having zero electric charge
Alternative Label(s)Neutralization
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-11
+
+

NeutrinoType#

+ + + + + + + + + + +
ElucidationAn elementary particle with spin 1/2 that interacts only via the weak interaction and gravity.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Neutrino
+
+

Neutron#

+ + + + + + + + + + +
ElucidationAn uncharged subatomic particle found in the atomic nucleus.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Neutron
+
+

NeutronNumber#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationNumber of neutrons in an atomic nucleus.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-05-34
IUPAC Referencehttps://doi.org/10.1351/goldbook.N04119
Wikipedia Referencehttps://en.wikipedia.org/wiki/Neutron_number
Wikidata Referencehttps://www.wikidata.org/wiki/Q970319
+
+

NeutronYieldPerAbsorption#

+ + + + + + + + + + +
ElucidationAverage number of fission neutrons, both prompt and delayed, emitted per neutron absorbed in a fissionable nuclide or in a nuclear fuel, as specified.
Wikidata Referencehttps://www.wikidata.org/wiki/Q99159075
+
+

NeutronYieldPerFission#

+ + + + + + + + + + +
ElucidationAverage number of fission neutrons, both prompt and delayed, emitted per fission event.
Wikidata Referencehttps://www.wikidata.org/wiki/Q99157909
+
+

Newton#

+ + + + + + + + + + + + + + +
ElucidationSI unit for force.
IUPAC Referencehttps://doi.org/10.1351/goldbook.N04135
Wikipedia Referencehttp://en.wikipedia.org/wiki/Newton?oldid=488427661
+
+

NewtonCentiMetre#

+ + + + + + + + + + +
Elucidationproduct of the SI derived unit newton and the 0.01-fold of the SI base unit metre + +-- QUDT
Alternative Label(s)Newton Centimetre
+
+

NewtonMetre#

+ + + + + + + + + + +
Elucidation"Torque" is the tendency of a force to cause a rotation, is the product of the force and the distance from the center of rotation to the point where the force is applied. Torque has the same units as work or energy, but it is a different physical concept. To stress the difference, scientists measure torque in newton meters rather than in joules, the SI unit of work. One newton meter is approximately 0.737562 pound foot. + +-- QUDT
CommentNote that the physical dimension is the same as for Joule.
+
+

NewtonMetrePerAmpere#

+ + + + + + + + + + +
Elucidationproduct of the SI derived unit newton and the SI base unit metre divided by the SI base unit ampere + +-- QUDT
Alternative Label(s)Newton Metre Per Ampere
+
+

NewtonMetrePerKilogram#

+ + + + + + + + + + +
Elucidationproduct of the derived SI unit newton and the SI base unit metre divided by the SI base unit kilogram + +-- QUDT
Alternative Label(s)Newton Metre Per Kilogram
+
+

NewtonMetrePerMetre#

+ + + + + + + + + + +
ElucidationThis is the SI unit for the rolling resistance, which is equivalent to drag force in newton + +-- QUDT
Alternative Label(s)Newton metre per metre
+
+

NewtonMetrePerMetrePerRadian#

+ + + + + + +
Alternative Label(s)Newton Metre per Metre per Radians
+
+

NewtonMetrePerRadian#

+ + + + + + + + + + +
ElucidationNewton Meter per Radian is the SI unit for Torsion Constant + +-- QUDT
Alternative Label(s)Newton metre per radian
+
+

NewtonMetrePerSquareMetre#

+ + + + + + + + + + +
Elucidationproduct of the SI derived unit newton and the SI base unit metre divided by the power of the SI base unit metre with the exponent 2 + +-- QUDT
Alternative Label(s)Newton Metre Per Square Metre
+
+

NewtonMetreSecond#

+ + + + + + + + + + + + + + +
ElucidationThe SI derived unit of angular momentum. + +-- QUDT
Alternative Label(s)Newton Metre Second
Wikipedia Referencehttp://en.wikipedia.org/wiki/SI_derived_unit
+
+

NewtonMetreSecondPerMetre#

+ + + + + + + + + + +
ElucidationNewton metre seconds measured per metre + +-- QUDT
Alternative Label(s)Newton metre seconds per metre
+
+

NewtonMetreSecondPerRadian#

+ + + + + + + + + + +
ElucidationNewton metre seconds measured per radian + +-- QUDT
Alternative Label(s)Newton metre seconds per radian
+
+

NewtonPerAmpere#

+ + + + + + + + + + +
ElucidationSI derived unit newton divided by the SI base unit ampere + +-- QUDT
Alternative Label(s)Newton Per Ampere
+
+

NewtonPerCentiMetre#

+ + + + + + + + + + +
ElucidationSI derived unit newton divided by the 0.01-fold of the SI base unit metre + +-- QUDT
Alternative Label(s)Newton Per Centimetre
+
+

NewtonPerCoulomb#

+ + + + + + + + + + +
ElucidationNewton Per Coulomb ( N/C) is a unit in the category of Electric field strength. It is also known as newtons/coulomb. Newton Per Coulomb ( N/C) has a dimension of MLT-3I-1 where M is mass, L is length, T is time, and I is electric current. It essentially the same as the corresponding standard SI unit V/m. + +-- QUDT
Alternative Label(s)Newton per Coulomb
+
+

NewtonPerCubicMetre#

+ + + + + + +
Alternative Label(s)Newtons per cubic metre
+
+

NewtonPerKilogram#

+ + + + + + + + + + +
ElucidationGravitational field strength at a point is the gravitational force per unit mass at that point. It is a vector and its S.I. unit is N kg-1. + +-- QUDT
Alternative Label(s)Newton per Kilogram
+
+

NewtonPerMetre#

+ + + + + + + + + + +
ElucidationNewton Per Meter (N/m) is a unit in the category of Surface tension. It is also known as newtons per meter, newton per metre, newtons per metre, newton/meter, newton/metre. This unit is commonly used in the SI unit system. Newton Per Meter (N/m) has a dimension of MT-2 where M is mass, and T is time. This unit is the standard SI unit in this category. + +-- QUDT
Alternative Label(s)Newton per Metre
+
+

NewtonPerMilliMetre#

+ + + + + + + + + + +
ElucidationSI derived unit newton divided by the 0.001-fold of the SI base unit metre + +-- QUDT
Alternative Label(s)Newton Per Millimetre
+
+

NewtonPerRadian#

+ + + + + + + + + + +
ElucidationA one-newton force applied for one angle/torsional torque + +-- QUDT
Alternative Label(s)Newton per radian
+
+

NewtonPerSquareCentiMetre#

+ + + + + + + + + + +
Elucidationderived SI unit newton divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2 + +-- QUDT
Alternative Label(s)Newton Per Square Centimetre
+
+

NewtonPerSquareMetre#

+ + + + + + + + + + + + + + +
ElucidationThe SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one "kilogram per meter per second per second." The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude. + +-- QUDT
Alternative Label(s)Newtons Per Square Metre
Wikipedia Referencehttp://en.wikipedia.org/wiki/Pascal?oldid=492989202
+
+

NewtonPerSquareMilliMetre#

+ + + + + + + + + + +
ElucidationSI derived unit newton divided by the 0.000001-fold of the power of the SI base unit metre with the exponent 2 + +-- QUDT
Alternative Label(s)Newton Per Square Millimetre
+
+

NewtonSecond#

+ + + + + + + + + + +
Elucidationproduct of the SI derived unit newton and the SI base unit second + +-- QUDT
Alternative Label(s)Newton Second
+
+

NewtonSecondPerCubicMetre#

+ + + + + + + + + + +
ElucidationThe SI unit of specific acoustic impedance. When sound waves pass through any physical substance the pressure of the waves causes the particles of the substance to move. The sound specific impedance is the ratio between the sound pressure and the particle velocity it produces. The specific impedance is 1 N · s · m⁻³ if unit pressure produces unit velocity. + +-- QUDT
Alternative Label(s)Newton second per Cubic Metre
+
+

NewtonSecondPerMetre#

+ + + + + + + + + + +
ElucidationNewton second measured per metre + +-- QUDT
Alternative Label(s)Newton Second per Metre
+
+

NewtonSecondPerRadian#

+ + + + + + + + + + +
ElucidationNewton seconds measured per radian + +-- QUDT
Alternative Label(s)Newton seconds per radian
+
+

NewtonSquareMetre#

+ + + + + + +
Alternative Label(s)Newton Square Metre
+
+

NewtonSquareMetrePerAmpere#

+ + + + + + +
Alternative Label(s)Newton Metre Squared per Ampere
+
+

NewtonSquareMetrePerAmpereUnit#

+ + +
+
+

NewtonSquareMetrePerSquareKilogram#

+ + + + + + + + + + +
Elucidationunit of gravitational constant as product of the derived SI unit newton, the power of the SI base unit metre with the exponent 2 divided by the power of the SI base unit kilogram with the exponent 2 + +-- QUDT
Alternative Label(s)Newton Square Metre Per Square Kilogram
+
+

NewtonianConstantOfGravity#

+ + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.G02695
CommentPhysical constant in Newton's law of gravitation and in Einstein's general theory of relativity.
+
+

NewtonianConstantOfGravityUnit#

+ + +
+
+

Nickel#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel
Wikidata Referencehttps://www.wikidata.org/wiki/Q744
+
+

NickelAtom#

+ + + + + + +
ElucidationAtom subclass for nickel.
+
+

NickelCadmiumBattery#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationsecondary battery with an alkaline electrolyte, a positive electrode containing nickel oxide and a negative electrode of cadmium
Alternative Label(s)NickelOxideCadmiumBattery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-02
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel%E2%80%93cadmium_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q898377
+
+

NickelElectrode#

+ + + + + + +
Alternative Label(s)metal electrode in which the active material is nickel
+
+

NickelHydroxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)Ni(OH)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel(II)_hydroxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q414637
+
+

NickelIIAcetate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Ni(OAc)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel(II)_acetate
Wikidata Referencehttps://www.wikidata.org/wiki/Q899422
+
+

NickelIIBistrifluoromethanesulfonylimide#

+ + + + + + +
Alternative Label(s)Ni(TFSI)2
+
+

NickelIIBromide#

+ + + + + + + + + + + + + + +
Alternative Label(s)NiBr2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel(II)_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q419684
+
+

NickelIICarbonate#

+ + + + + + + + + + + + + + +
Alternative Label(s)NiCO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel(II)_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q417856
+
+

NickelIIChlorate#

+ + + + + + + + + + +
Alternative Label(s)Ni(ClO3)2
Wikidata Referencehttps://www.wikidata.org/wiki/Q18234777
+
+

NickelIIChloride#

+ + + + + + + + + + + + + + +
Alternative Label(s)NiCl2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel(II)_chloride
Wikidata Referencehttps://www.wikidata.org/wiki/Nickel(II)_chloride
+
+

NickelIIFluoride#

+ + + + + + + + + + + + + + +
Alternative Label(s)NiF2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel(II)_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q416623
+
+

NickelIIHexafluorophosphate#

+ + + + + + +
Alternative Label(s)Ni(PF6)2
+
+

NickelIIIodide#

+ + + + + + + + + + + + + + +
Alternative Label(s)NiI2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel(II)_iodide
Wikidata Referencehttps://www.wikidata.org/wiki/Q421443
+
+

NickelIINitrate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Ni(NO3)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel(II)_nitrate
Wikidata Referencehttps://www.wikidata.org/wiki/Q425274
+
+

NickelIINitrite#

+ + + + + + + + + + + + + + +
Alternative Label(s)Ni(NO2)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel(II)_nitrite
Wikidata Referencehttps://www.wikidata.org/wiki/Q15425780
+
+

NickelIIOxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)NiO
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel(II)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q411221
+
+

NickelIIPerchlorate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Ni(ClO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel(II)_perchlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q18212007
+
+

NickelIIPhosphate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Ni3(PO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel(II)_phosphate
Wikidata Referencehttps://www.wikidata.org/wiki/Q18212211
+
+

NickelIISulfate#

+ + + + + + + + + + + + + + +
Alternative Label(s)NiSO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel(II)_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q411337
+
+

NickelIISulfide#

+ + + + + + + + + + + + + + +
Alternative Label(s)NiS
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel(II)_sulfide
Wikidata Referencehttps://www.wikidata.org/wiki/Q1985595
+
+

NickelIISulfite#

+ + + + + + + + + + +
Alternative Label(s)NiSO3
Wikidata Referencehttps://www.wikidata.org/wiki/Q18002898
+
+

NickelIITetrafluoroborate#

+ + + + + + + + + + +
Alternative Label(s)Ni(BF4)2
Wikidata Referencehttps://www.wikidata.org/wiki/Q55583610
+
+

NickelIITriflate#

+ + + + + + + + + + +
Alternative Label(s)Ni(OTf)2
Wikidata Referencehttps://www.wikidata.org/wiki/Q72494142
+
+

NickelIronBattery#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationsecondary battery with an alkaline electrolyte, a positive electrode containing nickel oxide and a negative electrode of iron
Alternative Label(s)NiFeBattery, NickelOxideIronBattery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-03
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel%E2%80%93iron_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q80722
+
+

NickelMetalHydrideBattery#

+ + + + + + + + + + + + + + + + + + +
Elucidationsecondary battery with an electrolyte of aqueous potassium hydroxide, a positive electrode containing nickel as nickel hydroxide and a negative electrode of hydrogen in the form of a metal hydride
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-08
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel%E2%80%93metal_hydride_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q308567
+
+

NickelOxideBattery#

+ + + + + + +
Elucidationa battery with a nickel oxide positive electrode
+
+

NickelOxideCompound#

+ + +
+
+

NickelOxideElectrode#

+ + + + + + +
Alternative Label(s)NiOElectrode
+
+

NickelOxideHydroxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)NiOOH
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel_oxide_hydroxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q23927502
+
+

NickelOxideHydroxideElectrode#

+ + + + + + +
Alternative Label(s)NiOOHElectrode, NickelOxyhydroxideElectrode
+
+

NickelOxyhydroxideBattery#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationa primary battery cell with a zinc anode and NiOOH cathode in an alkaline electolyte
Alternative Label(s)NickelOxideHydroxideBattery
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nickel_oxyhydroxide_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q127108
CommentIEC Code: Z
+
+

NickelSaltCompound#

+ + +
+
+

NickelSymbol#

+ + +
+
+

NickelZincBattery#

+ + + + + + + + + + + + + + +
Elucidationsecondary battery with an alkaline electrolyte, a positive electrode containing nickel oxide and a negative electrode of zinc
Alternative Label(s)NickelOxideZincBattery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-04
+
+

NihoniumAtom#

+ + + + + + +
ElucidationAtom subclass for nihonium.
+
+

NihoniumSymbol#

+ + +
+
+

Niobium#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Niobium
Wikidata Referencehttps://www.wikidata.org/wiki/Q1046
+
+

NiobiumAtom#

+ + + + + + +
ElucidationAtom subclass for niobium.
+
+

NiobiumSymbol#

+ + +
+
+

NitricAcid#

+ + + + + + + + + + + + + + +
Alternative Label(s)HNO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nitric_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q83320
+
+

Nitrogen#

+ + + + + + + + + + + + + + +
Alternative Label(s)N2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nitrogen
Wikidata Referencehttps://www.wikidata.org/wiki/Q627
+
+

NitrogenAtom#

+ + + + + + +
ElucidationAtom subclass for nitrogen.
+
+

NitrogenSymbol#

+ + +
+
+

NitrousAcid#

+ + + + + + + + + + + + + + +
Alternative Label(s)HNO2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nitrous_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q211891
+
+

NobeliumAtom#

+ + + + + + +
ElucidationAtom subclass for nobelium.
+
+

NobeliumSymbol#

+ + +
+
+

NobleGasElementalSubstance#

+ + +
+
+

NominalBatteryProperty#

+ + +
+
+

NominalProperty#

+ + + + + + + + + + +
ElucidationAn 'ObjectiveProperty' that cannot be quantified.
Comment"Property of a phenomenon, body, or substance, where the property has no magnitude." + +"A nominal property has a value, which can be expressed in words, by alphanumerical codes, or by other means." + +International vocabulary of metrology (VIM)
+
+

NominalVoltage#

+ + + + + + + + + + +
Elucidationsuitable approximate value of the voltage used to designate or identify a cell, a battery or an electrochemical system
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-31
+
+

NonActivePower#

+ + + + + + + + + + + + + + +
ElucidationFor a two-terminal element or a two-terminal circuit under periodic conditions, quantity equal to the square root of the difference of the squares of the apparent power S and the active power P.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-43
Wikidata Referencehttps://www.wikidata.org/wiki/Q79813060
+
+

NonAqueousCell#

+ + + + + + + + + + +
Elucidationcell with a liquid electrolyte containing neither water nor other sources of reactive protons (H+)
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-10
+
+

NonAqueousElectrolyte#

+ + + + + + + + + + +
Elucidationan ion-transport medium that does not contain water.
Alternative Label(s)NonAqueousElectrolyticSolution, NonAqueousSolution
+
+

NonAqueousMetallicFlowBattery#

+ + + + + + +
Elucidationa full redox flow battery with non-aqueous electrolytes that contain metallic species as the active components
+
+

NonAqueousOrganicFlowBattery#

+ + + + + + +
Elucidationa full redox flow battery with non-aqueous electrolytes that contain metallic species as the active components
+
+

NonEncodedData#

+ + + + + + + + + + +
ElucidationData that occurs naturally without an encoding agent producing it.
Alternative Label(s)EnvironmentalData
+
+

NonLeakageProbability#

+ + + + + + + + + + +
ElucidationProbability that a neutron will not escape from the reactor during the slowing-down process or while it diffuses as a thermal neutron.
Wikidata Referencehttps://www.wikidata.org/wiki/Q99415566
+
+

NonNumericalData#

+ + + + + + +
ElucidationData that are non-quantitatively interpreted (e.g., qualitative data, types).
+
+

NonPolarizableElectrode#

+ + + + + + + + + + +
Elucidationan electrode that holds its potential essentially constant by efficiently allowing electric current to pass
Commentthis is a desirable characteristic for a reference electrode
+
+

NonPrefixedUnit#

+ + + + + + +
ElucidationA measurement unit symbol that do not have a metric prefix as a direct spatial part.
+
+

NonSIUnit#

+ + + + + + +
ElucidationMeasurement units that are not SI units.
+
+

NonSpillableCell#

+ + + + + + + + + + + + + + +
Elucidationcell from which electrolyte cannot escape regardless of its orientation
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-16
Commentsome vented cells or batteries are designed so as to be non-spillable when operated within the limits specified by the manufacturer
+
+

NonTemporalRole#

+ + + + + + + + + + +
ElucidationAn holistic spatial part of a whole.
Alternative Label(s)HolisticSpatialPart
+
+

NormalHydrogenElectrode#

+ + + + + + + + + + + + + + + + + + +
Elucidationpotential of a platinum electrode in 1 M acid solution.
Alternative Label(s)NHE
Wikidata Referencehttps://www.wikidata.org/wiki/Q115694592
Commenthydrogen gas at 1 atm pressures is bubbled through the acid solution
+
+

NormalPulseVoltammetry#

+ + + + + + + + + + + + + + + + + + +
Elucidationvoltammetry in which potential pulses of amplitude increasing by a constant increment and with a pulse width of 2 to 200 ms are superimposed on a constant initial potential
Alternative Label(s)NPV, NPV, NPV, NPV, NPV
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
CommentNormal pulse polarography is NPV in which a dropping mercury electrode is used as the working electrode. A pulse is applied just before the mechanically enforced end of the drop. The pulse width is usually 10 to 20 % of the drop time. The drop dislodgment is synchro- nized with current sampling, which is carried out just before the end of the pulse, as in NPV.
+
+

NuclearMagneton#

+ + + + + + + + + + + + + + +
ElucidationAbsolute value of the magnetic moment of a nucleus.
IUPAC Referencehttps://doi.org/10.1351/goldbook.N04236
Wikidata Referencehttps://www.wikidata.org/wiki/Q1166093
+
+

NuclearPrecessionAngularFrequency#

+ + + + + + + + + + +
ElucidationFrequency by which the nucleus angular momentum vector precesses about the axis of an external magnetic field.
Wikidata Referencehttps://www.wikidata.org/wiki/Q97641779
+
+

NuclearQuadrupoleMoment#

+ + + + + + + + + + +
Elucidationz component of the diagonalized tensor of nuclear quadrupole moment, in the quantum state with the nuclear spin in the field direction (z).
Wikidata Referencehttps://www.wikidata.org/wiki/Q97921226
+
+

NuclearRadius#

+ + + + + + + + + + +
ElucidationConventional radius of sphere in which the nuclear matter is included,
Wikidata Referencehttps://www.wikidata.org/wiki/Q3535676
+
+

NuclearSpinQuantumNumber#

+ + + + + + + + + + +
ElucidationQuantum number related to the total angular momentum, J, of a nucleus in any specified state, normally called nuclear spin.
Wikidata Referencehttps://www.wikidata.org/wiki/Q97577403
+
+

Nucleon#

+ + + + + + + + + + +
ElucidationEither a proton or a neutron.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nucleon
+
+

NucleonNumber#

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationnumber of nucleons in an atomic nucleus
Alternative Label(s)MassNumber
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-05-32
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03726
Wikipedia Referencehttps://en.wikipedia.org/wiki/Mass_number
Wikidata Referencehttps://www.wikidata.org/wiki/Q101395
+
+

Nucleus#

+ + + + + + +
ElucidationThe small, dense region at the centre of an atom consisting of protons and neutrons.
+
+

NuclidicMass#

+ + + + + + + + + + + + + + +
ElucidationRest mass of a nuclide X in the ground state.
IUPAC Referencehttps://doi.org/10.1351/goldbook.N04258
Wikidata Referencehttps://www.wikidata.org/wiki/Q97010809
+
+

Number#

+ + + + + + + + + + + + + + +
ElucidationA numerical data value.
Alternative Label(s)Numeral, Numeral, Numeral
CommentA number individual provides the link between the ontology and the actual data, through the data property hasNumericalValue.
+
+

NumberOfCellsConnectedInParallel#

+ + +
+
+

NumberOfCellsConnectedInSeries#

+ + +
+
+

NumberOfElements#

+ + + + + + + + + + +
ElucidationNumber of direct parts of a Reductionistic.
CommentUsing direct parthood EMMO creates a well-defined broadcasting between granularity levels. This also make it possible to count the direct parts of each granularity level.
+
+

NumberOfEntities#

+ + + + + + + + + + + + + + + + + + +
ElucidationDiscrete quantity; number of entities of a given kind in a system.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=112-01-09
IUPAC Referencehttps://doi.org/10.1351/goldbook.N04266
Wikidata Referencehttps://www.wikidata.org/wiki/Q614112
+
+

NumberOfTurnsInAWinding#

+ + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q77995997
+
+

Numeral#

+ + +
+
+

Numerical#

+ + + + + + +
ElucidationA 'Mathematical' that has no unknown value, i.e. all its 'Variable"-s parts refers to a 'Number' (for scalars that have a built-in datatype) or to another 'Numerical' (for complex numerical data structures that should rely on external implementations).
+
+

NumericalData#

+ + + + + + +
ElucidationData that can be decoded under a quantitative schema and also associated with a graphical number symbols.
+
+

NumericalVariable#

+ + + + + + +
ElucidationA variable standing for a numerical defined mathematical object like e.g. a number, a vector of numbers, a matrix of numbers.
+
+

NyquistPlot#

+ + + + + + + + + + + + + + + + + + +
Elucidationplots of the out of phase vs. the in phase component of the impedance for all the frequencies tested in an impedimetry measurement
Alternative Label(s)ComplexPlanePlot, NyquistDiagram
Wikipedia Referencehttps://en.wikipedia.org/wiki/Nyquist_stability_criterion#Nyquist_plot
Wikidata Referencehttps://www.wikidata.org/wiki/Q1333343
+
+

OEMBattery#

+ + + + + + + + + + +
Elucidationbattery supplied to an original equipment manufacturer (OEM) for use only with or in new equipment.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-12
+
+

OWLDLRestrictedAxiom#

+ + + + + + +
ElucidationAxiom not included in the theory because of OWL 2 DL global restrictions for decidability.
+
+

OXylene#

+ + + + + + + + + + + + + + +
Alternative Label(s)OrthoXylene
Wikipedia Referencehttps://en.wikipedia.org/wiki/O-Xylene
Wikidata Referencehttps://www.wikidata.org/wiki/Q2988108
+
+

Object#

+ + + + + + + + + + + + + + +
ElucidationA whole that is identified according to a criteria based on its spatial configuration that is satisfied throughout its time extension.
Alternative Label(s)Continuant, Endurant
CommentA continuant (here called object) is usually defined as a whole whose all possible temporal parts are always satisfying a specific criterion (wich is the classical definition of continuants). +However that's not possible in general, since we will finally end to temporal parts whose temporal extension is so small that the connectivity relations that define the object will no longer hold. That's the case when the temporal interval is lower than the interval that characterize the causality interactions between the object parts. +In other terms, if the time span of a temporal part is lower than the inverse of the frequency of interactions between the constituents, then the constituents in such temporal part are not connected. The object is no more an object, neither an item, but simply a collection of fundamental parts. +To overcome this issue, we can identify an minimum holistic temporal part (a lower time interval value), below which a specific definition for an object type does not hold anymore, that is called a fundamental.
+
+

Objective#

+ + + + + + + + + + +
ElucidationA coded conventional that is determined by each interpeter following a well defined determination procedure through a specific perception channel.
CommentThe word objective does not mean that each observation will provide the same results. It means that the observation followed a well defined procedure. + +This class refers to what is commonly known as physical property, i.e. a measurable property of physical system, whether is quantifiable or not.
+
+

ObjectiveProperty#

+ + + + + + + + + + + + + + +
ElucidationA quantity that is obtained from a well-defined procedure.
Alternative Label(s)PhysicalProperty, QuantitativeProperty
CommentSubclasses of 'ObjectiveProperty' classify objects according to the type semiosis that is used to connect the property to the object (e.g. by measurement, by convention, by modelling).
+
+

Observation#

+ + + + + + +
ElucidationA characterisation of an object with an actual interaction.
+
+

Observed#

+ + +
+
+

Observer#

+ + + + + + +
ElucidationA characteriser that declares a property for an object through the specific interaction required by the property definition.
+
+

OganessonAtom#

+ + + + + + +
ElucidationAtom subclass for oganesson.
+
+

OganessonSymbol#

+ + +
+
+

Ohm#

+ + + + + + + + + + + + + + +
ElucidationThe SI derived unit of electrical resistance, named after German physicist Georg Simon Ohm.
IUPAC Referencehttps://doi.org/10.1351/goldbook.O04280
Wikipedia Referencehttp://en.wikipedia.org/wiki/Ohm?oldid=494685555
+
+

OhmMetre#

+ + + + + + +
Alternative Label(s)Ohm Metre
+
+

OhmSquareMetrePerMetre#

+ + + + + + +
Alternative Label(s)Ohm Square Metre per Metre
+
+

OhmicOverpotential#

+ + + + + + + + + + + + + + +
Elucidationpart of the electrode polarization arising from an electric current through an ohmic resistance within the electrode or the electrolyte
Alternative Label(s)OhmicOvervoltage, OhmicPolarization
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-09
+
+

Olfactory#

+ + +
+
+

OneManifold#

+ + + + + + +
Alternative Label(s)1-manifold
+
+

OpenCircuitHold#

+ + + + + + +
Alternative Label(s)OCVHold
+
+

OpenCircuitVoltage#

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationelectrode potential of working electrode relative to the reference electrode when no potential or electric current is being applied to the electrochemical cell
Alternative Label(s)OpenCircuitPotential, OpenCircuitPotential
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-32
Wikipedia Referencehttps://en.wikipedia.org/wiki/Open-circuit_voltage
Wikidata Referencehttps://www.wikidata.org/wiki/Q1812203
CommentIn the case of a reversible electrode system, the OCP is also referred to as the equilibrium electrode potential. Otherwise, it is called the rest potential, or the corrosion potential, depending on the system being studied.
+
+

OrbitalAngularMomentumQuantumNumber#

+ + + + + + + + + + +
ElucidationAtomic quantum number related to the orbital angular momentum l of a one-electron state.
Wikidata Referencehttps://www.wikidata.org/wiki/Q1916324
+
+

OrdinalQuantity#

+ + + + + + + + + + +
Elucidation"Quantity, defined by a conventional measurement procedure, for which a total ordering relation can be established, according to magnitude, with other quantities of the same kind, but for which no algebraic operations among those quantities exist" +International vocabulary of metrology (VIM)
Comment"Ordinal quantities, such as Rockwell C hardness, are usually not considered to be part of a system of quantities because they are related to other quantities through empirical relations only." +International vocabulary of metrology (VIM)
+
+

OrdinaryMatter#

+ + + + + + +
ElucidationMatter composed of only matter particles, excluding anti-matter particles.
+
+

OrganicAcidCompound#

+ + +
+
+

OrganicCompound#

+ + +
+
+

OrganicElectrolyte#

+ + + + + + +
Elucidationan electrolyte solution with an organic solvent
+
+

Organisation#

+ + + + + + +
ElucidationAn holistic system of people that has its own functions with responsibilities, authorities and relationships to achieve its objectives.
+
+

Osmium#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Osmium
Wikidata Referencehttps://www.wikidata.org/wiki/Q751
+
+

OsmiumAtom#

+ + + + + + +
ElucidationAtom subclass for osmium.
+
+

OsmiumSymbol#

+ + +
+
+

OsmoticCoefficientOfSolvent#

+ + + + + + + + + + + + + + + + + + +
ElucidationQuantity characterizing the deviation of a solvent from ideal behavior.
Alternative Label(s)OsmoticFactorOfSolvent
IUPAC Referencehttps://doi.org/10.1351/goldbook.O04342
Wikidata Referencehttps://www.wikidata.org/wiki/Q5776102
+
+

OsmoticPressure#

+ + + + + + + + + + + + + + +
ElucidationMeasure of the tendency of a solution to take in pure solvent by osmosis.
IUPAC Referencehttps://doi.org/10.1351/goldbook.O04344
Wikidata Referencehttps://www.wikidata.org/wiki/Q193135
+
+

OutputCable#

+ + + + + + + + + + +
Elucidationcable used for the electrical connection of the battery terminals and the load and/or the charger
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-36
+
+

Overcharge#

+ + + + + + + + + + + + + + +
Elucidationcontinued charging of a fully charged secondary cell or battery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-44
Commentovercharge is also the act of charging beyond a certain limit specified by the manufacturer
+
+

Overpotential#

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationelectrode potential (E) minus the equilibrium electrode potential (Eeq) of an electrochemical reaction
Alternative Label(s)ElectrodePolarization, ElectrodePolarization, Overvoltage, Overvoltage, PolarizationPotential, PolarizationPotential
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-02
IUPAC Referencehttps://goldbook.iupac.org/terms/view/O04358
Wikipedia Referencehttps://en.wikipedia.org/wiki/Overpotential
Commentdifference between the electrode potential with current flow, and the electrode potential without current flow, i.e. the equilibrium potential
+
+

OxalicAcid#

+ + + + + + + + + + + + + + +
Alternative Label(s)HO2CCO2H
Wikipedia Referencehttps://en.wikipedia.org/wiki/Oxalic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q184832
+
+

OxidationNumber#

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
ElucidationCharge number that an atom within a molecule would have if all the ligands were removed along with the electron pairs that were shared.
Alternative Label(s)OxidationState
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-25
IUPAC Referencehttps://doi.org/10.1351/goldbook.O04363
Wikipedia Referencehttps://en.wikipedia.org/wiki/Oxidation_state
Wikidata Referencehttps://www.wikidata.org/wiki/Q484152
+
+

Oxygen#

+ + + + + + + + + + + + + + +
Alternative Label(s)O2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Oxygen
Wikidata Referencehttps://www.wikidata.org/wiki/Q629
+
+

OxygenAtom#

+ + + + + + +
ElucidationAtom subclass for oxygen.
+
+

OxygenElectrode#

+ + +
+
+

OxygenSymbol#

+ + +
+
+

P2DModel#

+ + + + + + +
Alternative Label(s)DFNModel, DoyleFullerNewmanModel, NewmanModel
+
+

P3DModel#

+ + +
+
+

P4DModel#

+ + +
+
+

PDI#

+ + +
+
+

PH#

+ + + + + + + + + + + + + + + + + + +
ElucidationNumber quantifying the acidic or the alkaline character of a solution, equal to the negative of the decimal logarithm of ion activity aH+ of the hydrogen cation H+ +pH = −10 log(a_H+).
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-21
IUPAC Referencehttps://doi.org/10.1351/goldbook.P04524
CommentAt about 25 °C aqueous solutions with: +pH < 7 are acidic; +pH = 7 are neutral; +pH > 7 are alkaline. +At temperatures far from 25 °C the pH of a neutral solution differs significantly from 7.
+
+

POH#

+ + + + + + + + + + +
Elucidationnumber quantifying the acidic or the alkaline character of a solution, equal to the negative of the decimal logarithm of ion activity aOH- of the hydroxide anion OH- +pH = −10 log(a_OH-)
CommentWritten as pOH
+
+

PackingFraction#

+ + + + + + + + + + +
ElucidationQuotient of relative mass excess and the nucleon number.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98058276
+
+

Painting#

+ + +
+
+

Palladium#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Palladium
Wikidata Referencehttps://www.wikidata.org/wiki/Q1089
+
+

PalladiumAtom#

+ + + + + + +
ElucidationAtom subclass for palladium.
+
+

PalladiumElectrode#

+ + +
+
+

PalladiumOxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)PdO
Wikipedia Referencehttps://en.wikipedia.org/wiki/Palladium(II)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q421063
+
+

PalladiumOxideCompound#

+ + +
+
+

PalladiumSymbol#

+ + +
+
+

PaperLinedCell#

+ + + + + + + + + + +
Elucidationprimary cell wherein the separator is paper impregnated with electrolyte
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-15
+
+

PaperManufacturing#

+ + +
+
+

ParallelConnection#

+ + + + + + + + + + + + + + +
Elucidationarrangement of cells or batteries wherein all the positive terminals and all the negative terminals, respectively, are connected together.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-39
Wikidata Referencehttps://www.wikidata.org/wiki/Q302489
+
+

ParallelSeriesConnection#

+ + + + + + + + + + +
Elucidationarrangement of cells or batteries wherein parallel connected cells or batteries are connected in series.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-40
+
+

ParallelWorkflow#

+ + +
+
+

Parameter#

+ + + + + + +
CommentA variable whose value is assumed to be known independently from the equation, but whose value is not explicitated in the equation.
+
+

ParasiticReaction#

+ + + + + + + + + + + + + + +
Elucidationan unwanted side reaction
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-07
Commentin a galvanic cell, parasitic reactions may cause inefficiencies or loss of performance
+
+

PartialComposition#

+ + +
+
+

PartialPressure#

+ + + + + + + + + + + + + + +
ElucidationHypothetical pressure of gas if it alone occupied the volume of the mixture at the same temperature.
IUPAC Referencehttps://doi.org/10.1351/goldbook.P04420
Wikidata Referencehttps://www.wikidata.org/wiki/Q27165
+
+

Participant#

+ + + + + + +
ElucidationAn object which is an holistic spatial part of a process.
+
+

ParticleConcentration#

+ + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q39078574
+
+

ParticleCurrentDensity#

+ + + + + + + + + + +
ElucidationNumber of particles per time and area crossing a surface.
Wikidata Referencehttps://www.wikidata.org/wiki/Q2400689
+
+

ParticleEmissionRate#

+ + + + + + + + + + +
ElucidationDifferential quotient of N with respect to time, where N is the number of particles being emitted from an infinitesimally small volume element in the time interval of duration dt, and dt.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98153151
+
+

ParticleFluence#

+ + + + + + + + + + + + + + +
ElucidationDifferential quotient of N with respect to a, where N is the number of particles incident on a sphere of cross-sectional area a.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-15
Wikidata Referencehttps://www.wikidata.org/wiki/Q82965908
+
+

ParticleFluenceRate#

+ + + + + + + + + + + + + + +
ElucidationDifferential quotient of fluence Φ with respect to time.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-16
Wikidata Referencehttps://www.wikidata.org/wiki/Q98497410
+
+

ParticleNumberDensity#

+ + + + + + + + + + + + + + +
ElucidationMean number of particles per volume.
IUPAC Referencehttps://doi.org/10.1351/goldbook.N04262
Wikidata Referencehttps://www.wikidata.org/wiki/Q98601569
+
+

ParticlePositionVector#

+ + + + + + + + + + +
ElucidationPosition vector of a particle.
Wikidata Referencehttps://www.wikidata.org/wiki/Q105533324
+
+

ParticleRadius#

+ + + + + + +
Elucidationradius of a particle
+
+

ParticleSizeD50#

+ + + + + + +
Elucidationin particle size distribution measurements, the mass-median-diameter, considered to be the average particle size by mass
+
+

ParticleSourceDensity#

+ + + + + + + + + + +
ElucidationQuotient of the mean rate of production of particles in a volume, and that volume.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98915762
+
+

ParticulateMatter#

+ + +
+
+

Pascal#

+ + + + + + + + + + + + + + +
ElucidationSI unit for pressure.
IUPAC Referencehttps://doi.org/10.1351/goldbook.P04442
Wikipedia Referencehttp://en.wikipedia.org/wiki/Pascal?oldid=492989202
+
+

PascalCubicMetrePerSecond#

+ + + + + + + + + + +
Elucidationproduct out of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second + +-- QUDT
Alternative Label(s)Pascal Cubic Metre Per Second
+
+

PascalLitrePerSecond#

+ + + + + + + + + + +
Elucidationproduct out of the SI derived unit pascal and the unit litre divided by the SI base unit second + +-- QUDT
Alternative Label(s)Pascal Litre Per Second
+
+

PascalMetre#

+ + + + + + +
Alternative Label(s)Pascal metres
+
+

PascalMetrePerSecond#

+ + + + + + +
Alternative Label(s)Pascal metres per second
+
+

PascalMetrePerSquareSecond#

+ + + + + + +
Alternative Label(s)Pascal metres per square second
+
+

PascalPerHour#

+ + + + + + + + + + +
ElucidationA rate of change of pressure measured as the number of Pascals in a period of one hour. + +-- QUDT
Alternative Label(s)Pascal per Hour
+
+

PascalPerKelvin#

+ + + + + + +
Alternative Label(s)Pascal per Kelvin
+
+

PascalPerMetre#

+ + + + + + + + + + +
ElucidationSI derived unit pascal divided by the SI base unit metre + +-- QUDT
Alternative Label(s)Pascal Per Metre
+
+

PascalPerMinute#

+ + + + + + + + + + +
ElucidationA rate of change of pressure measured as the number of Pascals in a period of one minute. + +-- QUDT
Alternative Label(s)Pascal per Minute
+
+

PascalPerSecond#

+ + + + + + + + + + +
ElucidationA rate of change of pressure measured as the number of Pascals in a period of one second. + +-- QUDT
Alternative Label(s)Pascal per Second
+
+

PascalSecond#

+ + + + + + + + + + +
ElucidationThe SI unit of dynamic viscosity, equal to 10 poises or 1000 centipoises. + +-- QUDT
Alternative Label(s)Pascal Second
+
+

PascalSecondPerCubicMetre#

+ + + + + + + + + + +
Elucidation`Pascal Second Per Cubic Meter` (Pa-s/m³) is a unit in the category of Acoustic impedance. It is also known as `pascal-second/cubic meter`. It has a dimension of ML⁻⁴T⁻¹ where M is mass, L is length, and T is time. This unit is the standard SI unit in this category. + +-- QUDT
Alternative Label(s)Pascal Second Per Cubic Metre
+
+

PascalSecondPerMetre#

+ + + + + + + + + + +
ElucidationPascal Second Per Meter (Pa-s/m) is a unit in the category of Specific acoustic impedance. It is also known as pascal-second/meter. Pascal Second Per Meter has a dimension of ML²T⁻¹ where M is mass, L is length, and T is time. It essentially the same as the corresponding standard SI unit kg/m2· s. + +-- QUDT
Alternative Label(s)Pascal Second Per Metre
+
+

PassivationLayer#

+ + + + + + +
Elucidationan interfacial layer of an electrode surface, that causes the electrode to become passivated
+
+

PasteLinedCell#

+ + + + + + + + + + +
Elucidationprimary cell wherein the separator is a starch gel wet with electrolyte
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-16
+
+

PastedPlate#

+ + + + + + + + + + + + + + +
Elucidationplate in which the active material is applied as a paste to a conductive current collector
Alternative Label(s)CoatedElectrode
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-03
+
+

Path#

+ + + + + + +
ElucidationA path is a string of characters used to uniquely identify a location in a directory structure.
+
+

PathLength#

+ + + + + + + + + + + + + + + + + + +
ElucidationLength of a rectifiable curve between two of its points.
Alternative Label(s)ArcLength
Wikipedia Referencehttps://en.wikipedia.org/wiki/Arc_length
Wikidata Referencehttps://www.wikidata.org/wiki/Q7144654
+
+

PeakCurrent#

+ + + + + + + + + + + + + + +
Elucidationin dynamic voltammetric techniques, the maximum value of the faradaic current attained by varying the applied potential in the current-potential or I-E curve
IUPAC Referencehttps://goldbook.iupac.org/terms/view/P04457
CommentI_{p}
+
+

PeakPotential#

+ + + + + + + + + + + + + + +
Elucidationelectrode potential of the working electrode at which the peak current is attained
IUPAC Referencehttps://doi.org/10.1351/goldbook.P04464
CommentThis term is used in dynamic voltammetric techniques providing a peak-shaped current response (linear-sweep voltammetry, triangular-wave voltammetry, cyclic voltammetry, AC voltammetry, differential pulse voltammetry, square-wave voltammetry, stripping voltamme- try and derivative techniques).
+
+

Peening#

+ + +
+
+

PeltierCoefficient#

+ + + + + + + + + + +
ElucidationQuotient of Peltier heat power developed at a junction, and the electric current flowing from substance a to substance b.
Wikidata Referencehttps://www.wikidata.org/wiki/Q105801003
+
+

PentafluorophenylIsocyanate#

+ + + + + + +
Alternative Label(s)PFPI
+
+

PentanoicAcid#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Valeric_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q407796
+
+

PerAmountUnit#

+ + +
+
+

PerAreaTimeUnit#

+ + +
+
+

PerAreaUnit#

+ + +
+
+

PerEnergyUnit#

+ + +
+
+

PerLengthTemperatureUnit#

+ + +
+
+

PerLengthTimeUnit#

+ + +
+
+

PerPressureUnit#

+ + +
+
+

PerTemperatureTimeUnit#

+ + +
+
+

PerTemperatureUnit#

+ + +
+
+

PerThermalTransmittanceUnit#

+ + +
+
+

PerTimeMassUnit#

+ + +
+
+

PerVolumeUnit#

+ + +
+
+

Perceptual#

+ + + + + + + + + + +
ElucidationThe class of 'Physical' individuals which stand for real world objects that can stimulate a perception (e.g. a retina impression) into the ontologist and that are categorized accordingly to human perception mechanisms.
CommentThis class is the most general superclass for the categorization of real world objects that are recognizable by the ontologist through a specific perception mechanism. This perspective is based on human characterization of perceptions. + +In other words, a 'Perceptual' is a meta-object, meaning that is addressed by the ontologist (the meta-interpreter) in a semiotic process occurring outside the EMMO. The 'Perceptual' branch is here to facilitate the connection between an individual and the real-world object for which it stands for. + +A 'Perceptual' can stand for another object in an EMMO described semiotic process (acting as sign or as object), just like a word on a paper (the perceptual object) may refer semiotically to another object. However, a perceptual is not necessarily a 'Sign' (e.g. a line sketched on a blackboard is a recognizable 'Perceptual' but it may stand for nothing). + +A 'Perceptual' becomes an 'Object', when it is part of a 'Semiotic' process described by the ontologist within the EMMO, and it's done always specifying for which interpreter this relation occurs.
+
+

Perchlorate#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Perchlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q407189
+
+

PerchloricAcid#

+ + + + + + + + + + + + + + +
Alternative Label(s)HClO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Perchloric_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q193956
+
+

PeriodDuration#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationduration of one cycle of a periodic event
Alternative Label(s)Period
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-06-01
IUPAC Referencehttps://doi.org/10.1351/goldbook.P04493
Wikidata Referencehttps://www.wikidata.org/wiki/Q2642727
+
+

PermanentLiquidPhaseSintering#

+ + +
+
+

Permeability#

+ + + + + + + + + + + + + + +
Alternative Label(s)ElectromagneticPermeability
IUPAC Referencehttps://doi.org/10.1351/goldbook.P04503
CommentMeasure for how the magnetization of material is affected by the application of an external magnetic field .
+
+

PermeabilityUnit#

+ + +
+
+

Permeance#

+ + + + + + + + + + + + + + +
ElucidationInverse of the reluctance.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-29
Wikidata Referencehttps://www.wikidata.org/wiki/Q77997985
+
+

Permittivity#

+ + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.P04507
CommentMeasure for how the polarization of a material is affected by the application of an external electric field.
+
+

PermittivityUnit#

+ + +
+
+

Persistence#

+ + + + + + + + + + +
ElucidationThe union of the object or process classes.
CommentThe interest is on the 4D object as it extends in time (process) or as it persists in time (object): +- object (focus on spatial configuration) +- process (focus on temporal evolution) + +The concepts of endurant and perdurant implicitly rely on the concept of instantaneous 3D snapshot of the world object, that in the EMMO is not allowed since everything extends in 4D and there are no abstract objects. Moreover, time is a measured property in the EMMO and not an objective characteristic of an object, and cannot be used as temporal index to identify endurant position in time. + +For this reason an individual in the EMMO can always be classified both endurant and perdurant, due to its nature of 4D entity (e.g. an individual may belong both to the class of runners and the class of running process), and the distinction is purely semantic. In fact, the object/process distinction is simply a matter of convenience in a 4D approach since a temporal extension is always the case, and stationarity depends upon observer time scale. For this reason, the same individual (4D object) may play the role of a process or of an object class depending on the object to which it relates. + +Nevertheless, it is useful to introduce categorizations that characterize persistency through continuant and occurrent concepts, even if not ontologically but only cognitively defined. This is also due to the fact that our language distinguish between nouns and verbs to address things, forcing the separation between things that happens and things that persist. + +This perspective provides classes conceptually similar to the concepts of endurant and perdurant (a.k.a. continuant and occurrent). We claim that this distinction is motivated by our cognitive bias, and we do not commit to the fact that both these kinds of entity “do really exist”. For this reason, a whole instance can be both process and object, according to different cognitive approaches (see Wonderweb D17). + +The distinction between endurant and perdurant as usually introduced in literature (see BFO SPAN/SNAP approach) is then no more ontological, but can still be expressed through the introduction of ad hoc primitive definitions that follow the interpreter endurantist or perdurantist attitude.
+
+

Perspective#

+ + + + + + +
ElucidationThe class of causal objects that stand for world objects according to a specific representational perspective.
+
+

Peta#

+ + +
+
+

PetaPrefixedUnit#

+ + +
+
+

PhaseAngle#

+ + + + + + + + + + + + + + +
ElucidationAngular measure between the positive real axis and the radius of the polar representation of the complex number in the complex plane.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-07-04
Wikidata Referencehttps://www.wikidata.org/wiki/Q415829
+
+

PhaseCoefficient#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationChange of phase angle with the length along the path travelled by a plane wave.
Alternative Label(s)PhaseChangeCoefficient
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-10-20
Wikipedia Referencehttps://en.wikipedia.org/wiki/Propagation_constant#Phase_constant
Wikidata Referencehttps://www.wikidata.org/wiki/Q32745742
+
+

PhaseDifference#

+ + + + + + + + + + + + + + + + + + +
ElucidationUnder sinusoidal conditions, phase difference between the voltage applied to a linear two-terminal element or two-terminal circuit and the electric current in the element or circuit.
Alternative Label(s)DisplacementAngle
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-48
Wikidata Referencehttps://www.wikidata.org/wiki/Q97222919
+
+

PhaseHeterogeneousMixture#

+ + + + + + +
ElucidationA mixture in which more than one phases of matter cohexists.
+
+

PhaseHomogeneousMixture#

+ + + + + + +
ElucidationA single phase mixture.
+
+

PhaseOfMatter#

+ + + + + + + + + + +
ElucidationA matter object throughout which all physical properties of a material are essentially uniform.
Alternative Label(s)Phase
+
+

PhaseSpeedOfElectromagneticWaves#

+ + + + + + + + + + +
ElucidationAngular frequency divided by angular wavenumber.
Wikidata Referencehttps://www.wikidata.org/wiki/Q77990619
+
+

PhaseVelocity#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationFor a sinusoidal wave at a given point, velocity in the direction of propagation of the wavefront corresponding to a specified phase.
Alternative Label(s)PhaseSpeed
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-10-13
Wikipedia Referencehttps://en.wikipedia.org/wiki/Phase_velocity
Wikidata Referencehttps://www.wikidata.org/wiki/Q13824
+
+

PhosphoricAcid#

+ + + + + + + + + + + + + + +
Alternative Label(s)H3PO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Phosphoric_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q184782
+
+

PhosphoricAcidSolution#

+ + +
+
+

PhosphorusAtom#

+ + + + + + +
ElucidationAtom subclass for phosphorus.
+
+

PhosphorusSymbol#

+ + +
+
+

PhotochemicalProcesses#

+ + +
+
+

PhotoelectrolyticCell#

+ + + + + + + + + + +
Elucidationelectrolytic cell in which a chemical reaction is influenced by the absorption of light.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-19
+
+

Photon#

+ + + + + + + + + + +
ElucidationThe class of individuals that stand for photons elementary particles.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Photon
+
+

PhysicalBasedSimulationSoftware#

+ + + + + + +
ElucidationA computational application that uses a physical model to predict the behaviour of a system, providing a identifiable analogy with the original object.
+
+

PhysicalConstant#

+ + + + + + + + + + +
ElucidationPhysical constants are categorised into "exact" and measured constants. + +With "exact" constants, we refer to physical constants that have an exact numerical value after the revision of the SI system that was enforsed May 2019.
Wikipedia Referencehttps://en.wikipedia.org/wiki/List_of_physical_constants
+
+

PhysicalLaw#

+ + + + + + +
ElucidationA law that provides a connection between a property of the object and other properties, capturing a fundamental physical phenomena.
+
+

PhysicalObject#

+ + + + + + +
ElucidationA CausalSystem whose quantum parts are all bonded to the rest of the system.
+
+

PhysicalParticle#

+ + + + + + + + + + +
ElucidationA well defined physical entity, elementary or composite, usually treated as a singular unit, that is found at scales spanning from the elementary particles to molecules, as fundamental constituents of larger scale substances (as the etymology of "particle" suggests).
Alternative Label(s)Particle
+
+

PhysicalPhenomena#

+ + + + + + +
ElucidationA CausalSystem that includes quantum parts that are not bonded with the rest.
+
+

PhysicalPhenomenon#

+ + + + + + + + + + +
ElucidationA 'process' that is recognized by physical sciences and is categorized accordingly.
CommentWhile every 'process' in the EMMO involves physical objects, this class is devoted to represent real world objects that express a phenomenon relevant for the ontologist
+
+

PhysicalQuantity#

+ + + + + + + + + + +
ElucidationA 'Mathematical' entity that is made of a 'Numeral' and a 'MeasurementUnit' defined by a physical law, connected to a physical entity through a model perspective. Measurement is done according to the same model.
CommentIn the same system of quantities, dim ρB = ML−3 is the quantity dimension of mass concentration of component B, and ML−3 is also the quantity dimension of mass density, ρ. +ISO 80000-1
+
+

Physicalistic#

+ + + + + + + + + + +
ElucidationThe perspective for which physical objects are categorized only by concepts coming from applied physical sciences.
CommentThis perspective specify elementary objects as from the Standard Model of Particles.
+
+

PhysicallyInteracting#

+ + + + + + +
ElucidationA causally bonded system is a system in which there are at least thwo causal paths that are interacting.
+
+

PhysicallyInteractingConvex#

+ + +
+
+

PhysicallyNonInteracting#

+ + + + + + +
ElucidationA causal multipath system is a system made of causal paths that are not interacting between each others, or possibly merge and fork.
+
+

PhysicalyUnbonded#

+ + +
+
+

PhysicsBasedModel#

+ + + + + + +
ElucidationA mathematical entity based on a fundamental physics theory which defines the relations between physics quantities of an entity.
+
+

PhysicsBasedSimulation#

+ + + + + + +
ElucidationA simulation that relies on physics based models, according to the Review of Materials Modelling and CWA 17284:2018.
+
+

PhysicsEquation#

+ + + + + + +
ElucidationAn 'equation' that stands for a 'physical_law' by mathematically defining the relations between physics_quantities.
+
+

PhysicsEquationSolution#

+ + + + + + + + + + +
ElucidationA function solution of a physics equation that provides a methods for the prediction of some quantitiative properties of an object.
CommentThis must be a mathematical function v(t), x(t). +A dataset as solution is a conventional sign.
+
+

PhysicsMathematicalComputation#

+ + + + + + +
ElucidationA functional icon that imitates the behaviour of the object through mathematical evaluations of some mathematical construct.
+
+

PhysioChemicalQuantity#

+ + + + + + +
ElucidationQuantities categorised according to ISO 80000-9.
+
+

Pico#

+ + +
+
+

PicoPrefixedUnit#

+ + + + + + +
ElucidationSuperclass for all units prefixed with "pico" (1e-12).
+
+

Pictorial#

+ + + + + + +
ElucidationA 'Graphical' that stands for a real world object that shows a recognizable pictorial pattern without being necessarily associated to a symbolic language.
+
+

PilotBatteryCell#

+ + + + + + + + + + + + + + +
Elucidationselected cell of a battery which is used to assess or represent the average state of parameters of the battery.
Alternative Label(s)PilotCell
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-11
+
+

PlanckConstant#

+ + + + + + + + + + +
ElucidationThe quantum of action. It defines the kg base unit in the SI system.
IUPAC Referencehttps://doi.org/10.1351/goldbook.P04685
+
+

PlanckFunction#

+ + + + + + + + + + + + + + +
ElucidationNgative quotient of Gibbs energy and temperature.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-25
Wikidata Referencehttps://www.wikidata.org/wiki/Q76364998
+
+

Plane#

+ + +
+
+

Planing#

+ + +
+
+

PlantePlate#

+ + + + + + + + + + + + + + +
Elucidationplate, made of pure lead, of very large effective surface used in lead acid cells
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-20
Commentthe active material is formed by electrochemical oxidation of the lead in thin layers
+
+

Plasma#

+ + + + + + +
ElucidationA fluid in which a gas is ionized to a level where its electrical conductivity allows long-range electric and magnetic fields to dominate its behaviour.
+
+

PlasmaCutting#

+ + +
+
+

PlasticModeling#

+ + +
+
+

PlasticSintering#

+ + +
+
+

Plate#

+ + + + + + + + + + +
Elucidationcell electrode consisting of a current collector and active material
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-02
+
+

PlateGroup#

+ + + + + + + + + + +
Elucidationassembly of plates of the same polarity electrically connected together
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-04
+
+

Platinum#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Platinum
Wikidata Referencehttps://www.wikidata.org/wiki/Q880
+
+

PlatinumAtom#

+ + + + + + +
ElucidationAtom subclass for platinum.
+
+

PlatinumElectrode#

+ + + + + + + + + + + + + + + + + + +
Elucidationfoil, wire, disc, or mesh electrode made of platinum, which is the most commonly used metallic working electrode in electrochemistry
Alternative Label(s)PtElectrode
Wikidata Referencehttps://www.wikidata.org/wiki/Q20851363
CommentPt has a very small overpotential for hydrogen evolution, which determines the negative potential limit in protic solvents. Pt adsorbs hydrogen, resulting in hydrogen adsorption/desorption waves. However, the positive potential limit in polar aprotic solvents free of oxygen and water is higher than that for any other commonly used electrode materials. In the presence of water and/or oxygen, Pt forms a film of oxide (and/or chemisorbed oxygen), resulting in potentially interfering waves or peaks.
+
+

PlatinumOxide#

+ + + + + + + + + + +
Alternative Label(s)PtO
Wikidata Referencehttps://www.wikidata.org/wiki/Q1676613
+
+

PlatinumOxideCompound#

+ + +
+
+

PlatinumSymbol#

+ + +
+
+

Plus#

+ + +
+
+

PlutoniumAtom#

+ + + + + + +
ElucidationAtom subclass for plutonium.
+
+

PlutoniumSymbol#

+ + +
+
+

PocketPlate#

+ + + + + + + + + + +
Elucidationplate of a nickel-cadmium or nickel-iron cell consisting of an assembly of perforated steel pockets, which may be nickel plated, and which contain the active material
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-21
+
+

Point#

+ + +
+
+

PoissonNumber#

+ + + + + + + + + + + + + + +
ElucidationRatio of transverse strain to axial strain.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-61
Wikidata Referencehttps://www.wikidata.org/wiki/Q190453
+
+

Polarity#

+ + + + + + + + + + +
Elucidationnominal property of an electrode, having values negative or positive according to the sign of the electrode potential, or neutral when the electrode potential is zero.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-14
+
+

PolarityReversal#

+ + + + + + + + + + + + + + +
Elucidationreversing of the polarities of the electrodes of a cell, generally due to over-discharge of a low-capacity cell in a series arrangement
Alternative Label(s)CellReversal
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-03
+
+

PolarizableElectrode#

+ + + + + + +
Elucidationelectrode whose potential changes with an applied potential
+
+

Polonium#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Polonium
Wikidata Referencehttps://www.wikidata.org/wiki/Q979
+
+

PoloniumAtom#

+ + + + + + +
ElucidationAtom subclass for polonium.
+
+

PoloniumSymbol#

+ + +
+
+

PolyacrylicAcid#

+ + + + + + + + + + + + + + +
Alternative Label(s)PAA
Wikipedia Referencehttps://en.wikipedia.org/wiki/Polyacrylic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q409762
+
+

Polyacrylonitrile#

+ + + + + + + + + + + + + + +
Alternative Label(s)PAN
Wikipedia Referencehttps://en.wikipedia.org/wiki/Polyacrylonitrile
Wikidata Referencehttps://www.wikidata.org/wiki/Q145421
+
+

PolyatomicEntity#

+ + +
+
+

Polyethylene#

+ + + + + + + + + + + + + + +
Alternative Label(s)PE
Wikipedia Referencehttps://en.wikipedia.org/wiki/Polyethylene
Wikidata Referencehttps://www.wikidata.org/wiki/Q143429
+
+

PolyethyleneGlycol#

+ + + + + + + + + + + + + + +
Alternative Label(s)PEG
Wikipedia Referencehttps://en.wikipedia.org/wiki/Polyethylene_glycol
Wikidata Referencehttps://www.wikidata.org/wiki/Q410083
+
+

PolymerCompound#

+ + +
+
+

PolymericMaterial#

+ + +
+
+

Polynomial#

+ + +
+
+

Polypropylene#

+ + + + + + + + + + + + + + +
Alternative Label(s)PP
Wikipedia Referencehttps://en.wikipedia.org/wiki/Polypropylene
Wikidata Referencehttps://www.wikidata.org/wiki/Q146174
+
+

PolysulfideBromideFlowBattery#

+ + + + + + + + + + + + + + +
Elucidationa type of flow battery that stores energy in aqueous solutions of sodium bromide and sodium polysulfide
Alternative Label(s)PSB
Wikipedia Referencehttps://en.wikipedia.org/wiki/Polysulfide-bromide_battery
+
+

Polyterafluoroethylene#

+ + + + + + + + + + + + + + +
Alternative Label(s)PTFE
Wikipedia Referencehttps://en.wikipedia.org/wiki/Polytetrafluoroethylene
Wikidata Referencehttps://www.wikidata.org/wiki/Q143252
+
+

PolyvinylAlcohol#

+ + + + + + + + + + + + + + +
Alternative Label(s)PVA
Wikipedia Referencehttps://en.wikipedia.org/wiki/Polyvinyl_alcohol
Wikidata Referencehttps://www.wikidata.org/wiki/Q146339
+
+

PolyvinylideneFluoride#

+ + + + + + + + + + + + + + +
Alternative Label(s)PVDF
Wikipedia Referencehttps://en.wikipedia.org/wiki/Polyvinylidene_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q146393
+
+

PorcelainOrCeramicCasting#

+ + +
+
+

Porosity#

+ + + + + + + + + + + + + + + + + + +
ElucidationRatio of void volume and total volume of a porous material.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=801-31-32
IUPAC Referencehttps://doi.org/10.1351/goldbook.P04762
Wikidata Referencehttps://www.wikidata.org/wiki/Q622669
+
+

PorousElectrode#

+ + + + + + +
Elucidationporous electrodes consist of porous matrices of a single reactive electronic conductor or a mixture of solids that include essentially non-conducting, reactive materials in addition to electronic conductors. An electrolytic solution fills the void spaces of the porous matrix.
+
+

PorousElectrodeCoating#

+ + + + + + +
Elucidationa porous electrode which is coated onto a non-porous substrate, typically a metallic foil current collector.
+
+

PorousSeparator#

+ + + + + + +
Elucidationa separator with a porosity greater than 0
+
+

PositionVector#

+ + + + + + + + + + + + + + + + + + +
ElucidationVector quantity from the origin of a coordinate system to a point in space.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-03-15
Wikipedia Referencehttps://en.wikipedia.org/wiki/Position_(geometry)
Wikidata Referencehttps://www.wikidata.org/wiki/Q192388
+
+

PositionVector#

+ + + + + + + + + + +
Alternative Label(s)Position, Position
CommentIn the usual geometrical three-dimensional space, position vectors are quantities of the dimension length. + +-- IEC
+
+

PositiveElectrode#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationfor a device having two electrodes, that electrode having the higher electric potential
Alternative Label(s)PositivePlate, PositivePlate
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=151-13-05
Wikidata Referencehttps://www.wikidata.org/wiki/Q120907518
Commentby convention, a reduction reaction occurs during discharge
+
+

PositiveTerminal#

+ + + + + + + + + + +
Elucidationaccessible conductive part provided for the connection of an external electric circuit to the positive electrode of the cell
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-25
+
+

Positron#

+ + +
+
+

PostTransitionMetalElementalSubstance#

+ + +
+
+

PostTransitionMetalOxideCompound#

+ + +
+
+

PostTransitionMetalSaltCompound#

+ + +
+
+

Potassium#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potassium
Wikidata Referencehttps://www.wikidata.org/wiki/Q703
+
+

PotassiumAcetate#

+ + + + + + + + + + + + + + +
Alternative Label(s)KOAc
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potassium_acetate
Wikidata Referencehttps://www.wikidata.org/wiki/Q409199
+
+

PotassiumAtom#

+ + + + + + +
ElucidationAtom subclass for potassium.
+
+

PotassiumBattery#

+ + + + + + +
Elucidationcell containing a negative electrode with an active material of potassium or containing potassium
+
+

PotassiumBromide#

+ + + + + + + + + + + + + + +
Alternative Label(s)KBr
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potassium_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q2546
+
+

PotassiumCarbonate#

+ + + + + + + + + + + + + + +
Alternative Label(s)K2CO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potassium_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q379885
+
+

PotassiumChlorate#

+ + + + + + + + + + + + + + +
Alternative Label(s)KClO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potassium_chlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q309328
+
+

PotassiumChloride#

+ + + + + + + + + + + + + + +
Alternative Label(s)KCl
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potassium_chloride
Wikidata Referencehttps://www.wikidata.org/wiki/Q28453483
+
+

PotassiumFluoride#

+ + + + + + + + + + + + + + +
Alternative Label(s)KF
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potassium_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q422426
+
+

PotassiumHexafluorophosphate#

+ + + + + + + + + + + + + + +
Alternative Label(s)KPF6
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potassium_hexafluorophosphate
Wikidata Referencehttps://www.wikidata.org/wiki/Q1910594
+
+

PotassiumHydroxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)KOH
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potassium_hydroxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q132298
+
+

PotassiumInsertionElectrode#

+ + +
+
+

PotassiumIodide#

+ + + + + + + + + + + + + + +
Alternative Label(s)KI
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potassium_iodide
Wikidata Referencehttps://www.wikidata.org/wiki/Q121874
+
+

PotassiumIonBattery#

+ + + + + + + + + + + + + + +
Elucidationa potassium ion shuttle battery with two potassium insertion electrodes
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potassium-ion_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q7234684
+
+

PotassiumMetalElectrode#

+ + + + + + +
Commentmetal electrode in which the active material is potassium
+
+

PotassiumNitrate#

+ + + + + + + + + + + + + + +
Alternative Label(s)KNO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potassium_nitrate
Wikidata Referencehttps://www.wikidata.org/wiki/Q177836
+
+

PotassiumNitrite#

+ + + + + + + + + + + + + + +
Alternative Label(s)KNO2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potassium_nitrite
Wikidata Referencehttps://www.wikidata.org/wiki/Q409179
+
+

PotassiumPerchlorate#

+ + + + + + + + + + + + + + +
Alternative Label(s)KClO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potassium_perchlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q422434
+
+

PotassiumPhosphate#

+ + + + + + + + + + + + + + +
Alternative Label(s)K3PO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tripotassium_phosphate
Wikidata Referencehttps://www.wikidata.org/wiki/Q423852
+
+

PotassiumSaltCompound#

+ + +
+
+

PotassiumSulfate#

+ + + + + + + + + + + + + + +
Alternative Label(s)K2SO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potassium_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q193054
+
+

PotassiumSulfide#

+ + + + + + + + + + + + + + +
Alternative Label(s)K2S
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potassium_sulfide
Wikidata Referencehttps://www.wikidata.org/wiki/Q408920
+
+

PotassiumSulfite#

+ + + + + + + + + + + + + + +
Alternative Label(s)K2SO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potassium_sulfite
Wikidata Referencehttps://www.wikidata.org/wiki/Q417109
+
+

PotassiumSymbol#

+ + +
+
+

PotassiumTetrafluoroborate#

+ + + + + + + + + + +
Alternative Label(s)KBF4
Wikidata Referencehttps://www.wikidata.org/wiki/Q11129316
+
+

PotassiumTriflate#

+ + + + + + + + + + +
Alternative Label(s)KOTf
Wikidata Referencehttps://www.wikidata.org/wiki/Q72502023
+
+

PotatoBattery#

+ + + + + + + + + + +
Elucidationa simple battery cell with electrodes of zinc and copper inserted into a potato as electrolyte
Commentincluded for historical reference
+
+

PotentialEnergy#

+ + + + + + + + + + +
ElucidationThe energy possessed by a body by virtue of its position or orientation in a potential field.
IUPAC Referencehttps://doi.org/10.1351/goldbook.P04778
+
+

PotentialPulse#

+ + + + + + +
ElucidationRapid, transient change in the amplitude of an electric potential, from a baseline value to a higer or lower value, followed by a rapid return to the baseline value.
+
+

PotentialScanRate#

+ + + + + + + + + + +
Elucidationthe rate of change of applied potential with time
Alternative Label(s)PotentialSweepRate, ScanRate, SweepRate
+
+

PotentialTimePlot#

+ + + + + + + + + + +
Elucidationplot of the time-dependence of instantaneous electric potential following a change in applied current
Alternative Label(s)ElectricPotentialTimeCurve, ElectricPotentialTimePlot, PotentialTimeCurve
+
+

PotentiometricSelectivityCoefficient#

+ + + + + + + + + + + + + + + + + + +
Elucidationparameter defining the ability of an ion-selective electrode to distinguish a particular ion, i.e., a primary ion A from an interfering ion B
Alternative Label(s)SelectivityCoefficient, SelectivityConstant, SelectivityFactor
IUPAC Referencehttps://doi.org/10.1351/goldbook.P04791
CommentThe selectivity coefficient is determined by means of the potential difference of the ion- selective electrode in mixed solutions of the primary ion, A, and interfering ion, B (Fixed Interference Method) or, less desirably, in separate solutions of A and B (Separate Solution Method). The activities of the primary ion, A, and the interfering ion, B, at which K is determined should always be specified, as the value of K is defined by a modified Nikolsky-Eisenman equation. The smaller the value of K , the A,B greater the electrode’s preference for the primary ion, A.
+
+

PotentiometricStrippingAnalysis#

+ + +
+
+

PotentiometricStrippingAnalysis#

+ + + + + + + + + + + + + + + + + + +
Elucidationtwo-step electrochemical measurement in which 1) material is accumulated at an electrode and 2) the material is removed by chemical reaction or electrochemically at constant current with measurement of electrode potential. The time between changes in potential in step 2 is related to the concentration of analyte in the solution
Alternative Label(s)PSA, PSA, PSA
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
CommentHistorically for the analysis of metal ions, mercury ions were added to the test solution to form a mercury amalgam when reduced. Alternatively, an HMDE or MFE was used and the oxidizing agent added after amalgam formation. However, the toxicity of mercury and its compounds have all but precluded the present-day use of mercury.
+
+

Potentiometry#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationtechniques based on the measurement of potential at controlled current (constant or equal to zero)
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-12
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
Wikidata Referencehttps://www.wikidata.org/wiki/Q900632
CommentFor measurements using ion-selective electrodes, the measurement is made under equi- librium conditions what means that the macroscopic electric current is zero and the con- centrations of all species are uniform throughout the solution. The indicator electrode is in direct contact with the analyte solution, whereas the reference electrode is usually separated from the analyte solution by a salt bridge. The potential difference between the indicator and reference electrodes is normally directly proportional to the logarithm of the activity (concentration) of the analyte in the solution (Nernst equation). See also ion selec- tive electrode.
+
+

Potentiostat#

+ + + + + + + + + + +
ElucidationMeasuring instrument for electric current that controls the potential difference between a working electrode and a reference electrode and measures the electric current between a working electrode and an auxiliary electrode.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Potentiostat
+
+

PotentiostaticProcess#

+ + +
+
+

PouchCase#

+ + + + + + +
Elucidationa soft pouch case that is described by its length, width, and height
+
+

PouchCell#

+ + + + + + + + + + +
Elucidationa battery cell that is contained in a pouch case
Alternative Label(s)CoffeeBagBattery, PouchBatteryCell
+
+

Powder#

+ + +
+
+

PowderCoating#

+ + +
+
+

Power#

+ + + + + + + + + + +
ElucidationRate of transfer of energy per unit time.
IUPAC Referencehttps://doi.org/10.1351/goldbook.P04792
+
+

PowerAreaUnit#

+ + +
+
+

PowerDensityUnit#

+ + +
+
+

PowerFactor#

+ + + + + + + + + + + + + + +
ElucidationUnder periodic conditions, ratio of the absolute value of the active power P to the apparent power S.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-46
Wikidata Referencehttps://www.wikidata.org/wiki/Q750454
+
+

PowerPerAreaVolumeUnit#

+ + +
+
+

PowerUnit#

+ + +
+
+

PoyntingVector#

+ + + + + + + + + + + + + + +
ElucidationElectric field strength multiplied by magnetic field strength.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-66
Wikidata Referencehttps://www.wikidata.org/wiki/Q504186
+
+

PraseodymiumAtom#

+ + + + + + +
ElucidationAtom subclass for praseodymium.
+
+

PraseodymiumSymbol#

+ + +
+
+

PrecipitationHardening#

+ + +
+
+

PrefixedUnit#

+ + + + + + +
ElucidationA measurement unit that is made of a metric prefix and a unit symbol.
+
+

Presses#

+ + +
+
+

Pressing#

+ + +
+
+

Pressure#

+ + + + + + + + + + +
ElucidationThe force applied perpendicular to the surface of an object per unit area over which that force is distributed.
IUPAC Referencehttps://doi.org/10.1351/goldbook.P04819
+
+

PressureCoefficient#

+ + + + + + + + + + + + + + +
ElucidationChange of pressure per change of temperature at constant volume.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-29
Wikidata Referencehttps://www.wikidata.org/wiki/Q74762732
+
+

PressureFractionUnit#

+ + + + + + +
ElucidationUnit for quantities of dimension one that are the fraction of two pressures.
+
+

PressurePerTemperatureUnit#

+ + +
+
+

PressurePerTimeUnit#

+ + +
+
+

PressureReliefVent#

+ + + + + + + + + + +
Elucidationvent of special design which allows to release gas from a cell in order to avoid excessive internal pressure and thereby to preclude rupture or explosion of the cell container
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-41
+
+

PressureUnit#

+ + +
+
+

PrimaryBattery#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationcell which is not designed to be electrically recharged
Alternative Label(s)PrimaryCell
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-02
Wikipedia Referencehttps://en.wikipedia.org/wiki/Primary_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q1378887
+
+

PrincipalQuantumNumber#

+ + + + + + + + + + +
ElucidationAtomic quantum number related to the number n−1 of radial nodes of one-electron wave functions.
Wikidata Referencehttps://www.wikidata.org/wiki/Q867448
+
+

Prismatic#

+ + + + + + + + + + +
Elucidation[a sign that] qualifies a cell or a battery having the shape of a parallelepiped whose faces are rectangular
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-38
+
+

PrismaticBattery#

+ + + + + + +
Commenta battery cell in a rigid parallelpiped container with rectangular faces
+
+

PrismaticCase#

+ + + + + + +
Elucidationa rigid prismatic case that is described by characteristic length, width, and height
+
+

Probability#

+ + + + + + + + + + + + + + +
ElucidationProbability is a dimensionless quantity that can attain values between 0 and 1; zero denotes the impossible event and 1 denotes a certain event.
IUPAC Referencehttps://doi.org/10.1351/goldbook.P04855
CommentThe propability for a certain outcome, is the ratio between the number of events leading to the given outcome and the total number of events.
+
+

Procedure#

+ + + + + + + + + + +
ElucidationThe process in which an agent works with some entities according to some existing formalised operative rules.
Alternative Label(s)Elaboration, Work
+
+

ProcedureUnit#

+ + + + + + + + + + +
ElucidationA reference unit provided by a measurement procedure.
Alternative Label(s)MeasurementProcedure
+
+

Process#

+ + + + + + + + + + + + + + +
ElucidationA whole that is identified according to a criteria based on its temporal evolution that is satisfied throughout its time extension.
Alternative Label(s)Occurrent, Perdurant
CommentFollowing the common definition of process, the reader may think that every whole should be a process, since every 4D object always has a time dimension. However, in the EMMO we restrict the meaning of the word process to items whose evolution in time have a particular meaning for the ontologist (i.e. every 4D object unfolds in time, but not every 4D time unfolding may be of interest for the ontologist and categorized as a process). + +For this reason, the definition of every specific process subclass requires the introduction of a primitive concept.
+
+

ProcessEngineeringProcess#

+ + + + + + +
Wikipedia Referencehttps://de.wikipedia.org/wiki/Verfahrenstechnik
+
+

Product#

+ + + + + + + + + + + + + + +
ElucidationThe overall lifetime of an holistic that has been the output of an intentional process.
Alternative Label(s)Output
CommentThis concepts encompass the overall lifetime of a product. +Is temporaly fundamental, meaning that it can have other products as holistic spatial parts, but its holistic temporal parts are not products. In other words, the individual must encompass the whole lifetime from creation to disposal. +A product can be a tangible object (e.g. a manufactured object), a process (e.g. service). It can be the outcome of a natural or an artificially driven process. +It must have and initial stage of its life that is also an outcome of a intentional process.
+
+

ProductionEngineering#

+ + +
+
+

ProductionSystem#

+ + + + + + +
ElucidationA network of objects that implements a production process through a series of interconnected elements.
+
+

Program#

+ + + + + + + + + + +
ElucidationA set of instructions that tell a computer what to do.
Alternative Label(s)Executable
+
+

ProgrammingLanguage#

+ + + + + + + + + + +
ElucidationA language object that follows syntactic rules of a programming language.
Alternative Label(s)Code, SoftwareCode
+
+

PromethiumAtom#

+ + + + + + +
ElucidationAtom subclass for promethium.
+
+

PromethiumSymbol#

+ + +
+
+

PropagationCoefficient#

+ + + + + + + + + + + + + + +
ElucidationMeasure of the change of amplitude and phase angle of a plane wave propagating in a given direction.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-10-18
Wikidata Referencehttps://www.wikidata.org/wiki/Q1434913
+
+

Property#

+ + + + + + +
ElucidationA coded that makes use of an atomic symbol with respect to the code used to refer to the interaction.
+
+

PropionicAcid#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Propionic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q422956
+
+

PropyleneCarbonate#

+ + + + + + + + + + + + + + +
Alternative Label(s)PC
Wikipedia Referencehttps://en.wikipedia.org/wiki/Propylene_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q415979
+
+

ProtactiniumAtom#

+ + + + + + +
ElucidationAtom subclass for protactinium.
+
+

ProtactiniumSymbol#

+ + +
+
+

ProticSolventCompound#

+ + +
+
+

Proton#

+ + + + + + + + + + +
ElucidationA positive charged subatomic particle found in the atomic nucleus.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Proton
+
+

ProtonInsertionElectrode#

+ + +
+
+

ProtonMass#

+ + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.P04914
CommentThe rest mass of a proton.
+
+

Pseudocumeme#

+ + + + + + + + + + + + + + +
Alternative Label(s)124Trimethylbenzene
Wikipedia Referencehttps://en.wikipedia.org/wiki/1,2,4-Trimethylbenzene
Wikidata Referencehttps://www.wikidata.org/wiki/Q376994
+
+

PseudoscalarMeson#

+ + + + + + + + + + +
ElucidationA meson with spin zero and odd parity.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Pseudoscalar_meson
+
+

PseudovectorMeson#

+ + + + + + + + + + +
ElucidationA meson with total spin 1 and even parit.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Pseudovector_meson
+
+

PulseDuration#

+ + + + + + + + + + + + + + +
Elucidationtime interval during which the excitation signal deviates from the base line in normal pulse voltamme- try, differential pulse voltammetry, and related techniques
IUPAC Referencehttps://doi.org/10.1351/goldbook.P04947
CommentThe pulse duration includes the sampling interval.
+
+

PulseMagnitude#

+ + + + + + + + + + +
Elucidationa single value, for instance a mean, root mean square or peak value characterizing the aggregate instantaneous values of a unidirectional pulse with respect to the common initial and final value
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=702-03-03
+
+

Punctuation#

+ + +
+
+

PureNumberQuantity#

+ + + + + + + + + + +
ElucidationA pure number, typically the number of something.
CommentAccording to the SI brochure counting does not automatically qualify a quantity as an amount of substance. + +This quantity is used only to describe the outcome of a counting process, without regard of the type of entities. + +There are also some quantities that cannot be described in terms of the seven base quantities of the SI, but have the nature of a count. Examples are a number of molecules, a number of cellular or biomolecular entities (for example copies of a particular nucleic acid sequence), or degeneracy in quantum mechanics. Counting quantities are also quantities with the associated unit one.
+
+

PureParallelWorkflow#

+ + + + + + + + + + +
ElucidationA workflow that is the concurrent evolution of two or more tasks, not communicacting between themselves.
Alternative Label(s)EmbarassinglyParallelWorkflow
+
+

Pyridine#

+ + + + + + + + + + + + + + +
Alternative Label(s)C5H5N
Wikipedia Referencehttps://en.wikipedia.org/wiki/Pyridine
Wikidata Referencehttps://www.wikidata.org/wiki/Q210385
+
+

PyruvicAcid#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Pyruvic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q213580
+
+

Python#

+ + +
+
+

QualityFactor#

+ + + + + + + + + + + + + + +
ElucidationDimensionless quantity in electromagnetism.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=151-15-45
Wikidata Referencehttps://www.wikidata.org/wiki/Q79467569
+
+

QualityFactor#

+ + + + + + + + + + + + + + +
ElucidationFactor taking into account health effects in the determination of the dose equivalent.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-14-03
Wikidata Referencehttps://www.wikidata.org/wiki/Q2122099
+
+

Quantity#

+ + + + + + + + + + +
ElucidationA quantifiable property of a phenomenon, body, or substance.
Alternative Label(s)Measurand
+
+

QuantityValue#

+ + + + + + + + + + +
ElucidationA symbolic that has parts a numerical object and a reference expressing the value of a quantity (expressed as the product of the numerical and the unit).
CommentFollowing the International Vocabulary of Metrology (VIM), EMMO distinguishes between a quantity (a property) and the quantity value (a numerical and a reference). + +So, for the EMMO the symbol "kg" is not a physical quantity but simply a 'Symbolic' object categorized as a 'MeasurementUnit'. + +While the string "1 kg" is a 'QuantityValue'.
+
+

Quantum#

+ + + + + + +
ElucidationThe class of the mereological and causal fundamental entities.
+
+

QuantumAnnihilation#

+ + +
+
+

QuantumData#

+ + + + + + +
ElucidationData that are expressed through quantum mechanical principles, and that can have several values ​​/ be in several states in the same place at the same time (quantum superposition), each of them with a certain probability.
+
+

QuantumDecay#

+ + +
+
+

QuantumNumber#

+ + + + + + + + + + +
ElucidationNumber describing a particular state of a quantum system.
Wikidata Referencehttps://www.wikidata.org/wiki/Q232431
+
+

Quark#

+ + + + + + + + + + +
ElucidationThe class of individuals that stand for quarks elementary particles.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Quark
+
+

QuarterTransitionTimePotential#

+ + + + + + + + + + +
Elucidationelectric potential of the indicator electrode, in chronopotentiometry at constant current, at the instant when the time that has elapsed since the application of current is equal to one-fourth of the transition time
CommentIn practice, appropriate correction for the double-layer charging current is needed.
+
+

QuarticCoulombMetrePerCubicEnergy#

+ + + + + + + + + + +
Elucidation"Quartic Coulomb Meter per Cubic Energy" is a unit for 'Quartic Electric Dipole Moment Per Cubic Energy' expressed as C⁴ m⁴ J⁻³. + +-- QUDT
Alternative Label(s)Quartic Coulomb Metre per Cubic Energy
+
+

QuarticElectricDipoleMomentPerCubicEnergyUnit#

+ + +
+
+

QuarticLengthPerTimeUnit#

+ + +
+
+

QuarticLengthUnit#

+ + +
+
+

QuarticMetre#

+ + + + + + + + + + +
ElucidationA unit associated with area moments of inertia. + +-- QUDT
Alternative Label(s)Quartic Metre
+
+

QuarticMetrePerSecond#

+ + + + + + +
Alternative Label(s)Metres to the power four per second
+
+

QuarticMilliMetre#

+ + + + + + + + + + +
Elucidation0.001-fold of the power of the SI base unit metre with the exponent 4 + +-- QUDT
Alternative Label(s)Quartic Millimetre
+
+

Quecto#

+ + +
+
+

Quetta#

+ + +
+
+

QuinticMetre#

+ + + + + + +
Alternative Label(s)Quintic Metre
+
+

R1025#

+ + + + + + +
Elucidationa coin case with a nominal diameter of 10.0 mm and a height of 2.5 mm
+
+

R11108#

+ + + + + + +
Elucidationa coin case with a nominal diameter of 11.6 mm and a height of 10.8 mm
+
+

R1121#

+ + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 11.6 mm and a height of 2.1 mm
Alternative Label(s)R55
+
+

R1126#

+ + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 11.6 mm and a height of 2.6 mm
Alternative Label(s)R56
+
+

R1130#

+ + + + + + +
Elucidationa coin case with a nominal diameter of 11.5 mm and a height of 3.0 mm
+
+

R1131#

+ + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 11.6 mm and a height of 3.1 mm
Alternative Label(s)R54
+
+

R1136#

+ + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 11.6 mm and a height of 3.6 mm
Alternative Label(s)R42
+
+

R1142#

+ + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 11.6 mm and a height of 4.2 mm
Alternative Label(s)R43
+
+

R1154#

+ + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 11.6 mm and a height of 5.4 mm
Alternative Label(s)R44
+
+

R1216#

+ + + + + + +
Elucidationa coin case with a nominal diameter of 12.5 mm and a height of 1.6 mm
+
+

R1220#

+ + + + + + +
Elucidationa coin case with a nominal diameter of 12.5 mm and a height of 2.0 mm
+
+

R1225#

+ + + + + + +
Elucidationa coin case with a nominal diameter of 12.05 mm and a height of 2.5 mm
+
+

R1511#

+ + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 15.8 mm and a height of 11.1 mm
Alternative Label(s)R52
+
+

R1616#

+ + + + + + +
Elucidationa coin case with a nominal diameter of 16.0 mm and a height of 1.6 mm
+
+

R1632#

+ + + + + + +
Elucidationa coin case with a nominal diameter of 16.0 mm and a height of 3.2 mm
+
+

R2012#

+ + + + + + +
Elucidationa coin case with a nominal diameter of 20.0 mm and a height of 1.2 mm
+
+

R2016#

+ + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 20.0 mm and a height of 1.6 mm
Commentoften used in wrist watches
+
+

R2020#

+ + + + + + +
Elucidationa coin case with a nominal diameter of 20.0 mm and a height of 2.0 mm
+
+

R2025#

+ + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 20.0 mm and a height of 2.5 mm
Commentoften used in wrist watches and automobile remotes
+
+

R2032#

+ + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 20.0 mm and a height of 3.2 mm
Commentvery common case for lithim metal cells
+
+

R2040#

+ + + + + + +
Elucidationa coin case with a nominal diameter of 20.0 mm and a height of 4.0 mm
+
+

R2050#

+ + + + + + +
Elucidationa coin case with a nominal diameter of 20.0 mm and a height of 5.0 mm
+
+

R2320#

+ + + + + + +
Elucidationa coin case with a nominal diameter of 23.0 mm and a height of 2.0 mm
+
+

R2325#

+ + + + + + +
Elucidationa coin case with a nominal diameter of 23.0 mm and a height of 2.5 mm
+
+

R2330#

+ + + + + + +
Elucidationa coin case with a nominal diameter of 23.0 mm and a height of 3.0 mm
+
+

R2335#

+ + + + + + +
Elucidationa coin case with a nominal diameter of 23.0 mm and a height of 3.5 mm
+
+

R2354#

+ + + + + + +
Elucidationa coin case with a nominal diameter of 23.0 mm and a height of 5.4 mm
+
+

R2412#

+ + + + + + +
Elucidationa coin case with a nominal diameter of 24.5 mm and a height of 1.2 mm
+
+

R2430#

+ + + + + + +
Elucidationa coin case with a nominal diameter of 24.5 mm and a height of 3.0 mm
+
+

R2450#

+ + + + + + +
Elucidationa coin case with a nominal diameter of 24.5 mm and a height of 5.0 mm
+
+

R2477#

+ + + + + + +
Elucidationa coin case with a nominal diameter of 24.5 mm and a height of 7.7 mm
+
+

R3032#

+ + + + + + +
Elucidationa coin case with a nominal diameter of 30.0 mm and a height of 3.2 mm
+
+

R416#

+ + + + + + +
Elucidationa coin case with a nominal diameter of 4.8 mm and a height of 1.6 mm
+
+

R512#

+ + + + + + +
Elucidationa coin case with a nominal diameter of 5.8 mm and a height of 1.3 mm
+
+

R516#

+ + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 5.8 mm and a height of 1.6 mm
Alternative Label(s)R62
+
+

R521#

+ + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 5.8 mm and a height of 2.1 mm
Alternative Label(s)R63
+
+

R527#

+ + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 5.8 mm and a height of 2.7 mm
Alternative Label(s)R64
+
+

R616#

+ + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 6.8 mm and a height of 1.65 mm
Alternative Label(s)R65
+
+

R621#

+ + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 6.8 mm and a height of 2.1 mm
Alternative Label(s)R60
+
+

R626#

+ + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 6.8 mm and a height of 2.6 mm
Alternative Label(s)R66
+
+

R626#

+ + + + + + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 6.8 mm and a height of 2.6 mm
Alternative Label(s)R66
Commentoften used in wrist watches
+
+

R712#

+ + + + + + +
Elucidationa coin case with a nominal diameter of 7.9 mm and a height of 1.3 mm
+
+

R716#

+ + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 7.9 mm and a height of 1.65 mm
Alternative Label(s)R67
+
+

R721#

+ + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 7.9 mm and a height of 2.1 mm
Alternative Label(s)R58
+
+

R726#

+ + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 7.9 mm and a height of 2.6 mm
Alternative Label(s)R59
+
+

R731#

+ + + + + + +
Elucidationa coin case with a nominal diameter of 7.9 mm and a height of 3.1 mm
+
+

R736#

+ + + + + + +
Alternative Label(s)R41, a coin case with a nominal diameter of 7.9 mm and a height of 3.6 mm
+
+

R754#

+ + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 7.9 mm and a height of 5.4 mm
Alternative Label(s)R48
+
+

R9#

+ + + + + + +
Elucidationa coin case with a nominal diameter of 15.5 mm and a height of 6.0 mm
+
+

R916#

+ + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 9.5 mm and a height of 1.6 mm
Alternative Label(s)R68
+
+

R921#

+ + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 9.5 mm and a height of 2.1 mm
Alternative Label(s)R69
+
+

R926#

+ + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 9.5 mm and a height of 2.6 mm
Alternative Label(s)R57
+
+

R927#

+ + + + + + +
Alternative Label(s)a coin case with a nominal diameter of 9.5 mm and a height of 2.7 mm
+
+

R932#

+ + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 9.3 mm and a height of 3.2 mm
Comment8 of these in series are used to form an A23 battery
+
+

R936#

+ + + + + + + + + + +
Elucidationa coin case with a nominal diameter of 9.5 mm and a height of 3.6 mm
Alternative Label(s)R45
+
+

RadialDistance#

+ + + + + + + + + + + + + + +
ElucidationDistance, where one point is located on an axis or within a closed non self-intersecting curve or surface.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-26
Wikidata Referencehttps://www.wikidata.org/wiki/Q1578234
+
+

Radian#

+ + + + + + + + + + + + + + + + + + +
ElucidationMeasure of plane angle.
IUPAC Referencehttps://doi.org/10.1351/goldbook.R05036
Wikipedia Referencehttp://en.wikipedia.org/wiki/Radian?oldid=492309312
CommentDimensionless measurement unit for plane angle.
+
+

RadianPerHour#

+ + + + + + + + + + +
Elucidation"Radian per Hour" is a unit for 'Angular Velocity' expressed as rad/h. + +-- QUDT
Alternative Label(s)Radian per Hour
+
+

RadianPerMetre#

+ + + + + + +
Alternative Label(s)Radian per Metre
+
+

RadianPerMinute#

+ + + + + + + + + + +
ElucidationRadian Per Minute (rad/min) is a unit in the category of Angular velocity. It is also known as radians per minute, radian/minute. Radian Per Minute (rad/min) has a dimension of aT-1 where T is time. It can be converted to the corresponding standard SI unit rad/s by multiplying its value by a factor of 0.0166666666667. + +-- QUDT
Alternative Label(s)Radian per Minute
+
+

RadianPerSecond#

+ + + + + + + + + + +
Elucidation"Radian per Second" is the SI unit of rotational speed (angular velocity), and, also the unit of angular frequency. The radian per second is defined as the change in the orientation of an object, in radians, every second. + +-- QUDT
Alternative Label(s)radian per second
+
+

RadianPerSquareSecond#

+ + + + + + + + + + +
ElucidationAngular acceleration is the rate of change of angular velocity. In SI units, it is measured in radians per Square second (rad/s²), and is usually denoted by the Greek letter α. + +-- QUDT
Alternative Label(s)Radian per Square Second
+
+

RadianSquareMetrePerKilogram#

+ + + + + + +
Alternative Label(s)Radian Square Metre per Kilogram
+
+

RadianSquareMetrePerMole#

+ + + + + + +
Alternative Label(s)Radian Square Metre per Mole
+
+

RadiantEnergy#

+ + + + + + + + + + +
ElucidationMean energy, excluding rest energy, of the particles that are emitted, transferred, or received.
Wikidata Referencehttps://www.wikidata.org/wiki/Q1259526
+
+

RadiantFlux#

+ + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.R05046
CommentThe radiant energy emitted, reflected, transmitted or received, per unit time.
+
+

Radioactivity#

+ + + + + + + + + + + + + + +
ElucidationDecays per unit time.
Alternative Label(s)RadioactiveActivity
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00114
+
+

Radium#

+ + + + + + + + + + + + + + +
Alternative Label(s)Ra
Wikipedia Referencehttps://en.wikipedia.org/wiki/Radium
Wikidata Referencehttps://www.wikidata.org/wiki/Q1128
+
+

RadiumAtom#

+ + + + + + +
ElucidationAtom subclass for radium.
+
+

RadiumSymbol#

+ + +
+
+

Radius#

+ + + + + + + + + + + + + + + + + + +
ElucidationDistance from the centre of a circle to the circumference.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-25
Wikipedia Referencehttps://en.wikipedia.org/wiki/Radius
Wikidata Referencehttps://www.wikidata.org/wiki/Q173817
+
+

RadiusOfCurvature#

+ + + + + + + + + + + + + + +
ElucidationRadius of the osculating circle of a planar curve at a particular point of the curve.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-30
Wikipedia Referencehttps://en.wikipedia.org/wiki/Radius_of_curvature
+
+

Radon#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Radon
Wikidata Referencehttps://www.wikidata.org/wiki/Q1133
+
+

RadonAtom#

+ + + + + + +
ElucidationAtom subclass for radon.
+
+

RadonSymbol#

+ + +
+
+

RandlesCircuitModel#

+ + + + + + + + + + +
ElucidationAn equivalent electrical circuit that consists of an active electrolyte resistance RS in series with the parallel combination of the double-layer capacitance Cdl and an impedance of a faradaic reaction.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Randles_circuit
+
+

RapidPrototyping#

+ + + + + + +
ElucidationApplication of additive manufacturing intended for reducing the time needed for producing prototypes.
+
+

RatedCapacity#

+ + + + + + + + + + +
Elucidationcapacity value of a battery [or electrochemical device] determined under specified conditions and declared by the manufacturer
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-15
+
+

RatioOfSpecificHeatCapacities#

+ + + + + + + + + + + + + + +
ElucidationRatio of specific heat capacity at constant pressure cp to specific heat capacity at constant volume cV, thus γ = cp/cV.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-51
Wikidata Referencehttps://www.wikidata.org/wiki/Q503869
+
+

RatioQuantity#

+ + + + + + + + + + +
ElucidationThe class of quantities that are the ratio of two quantities with the same physical dimensionality.
CommentQuantities defined as ratios `Q=A/B` having equal dimensions in numerator and denominator are dimensionless quantities but still have a physical dimension defined as dim(A)/dim(B). + +Johansson, Ingvar (2010). "Metrological thinking needs the notions of parametric quantities, units and dimensions". Metrologia. 47 (3): 219–230. doi:10.1088/0026-1394/47/3/012. ISSN 0026-1394.
+
+

ReactionEnergy#

+ + + + + + + + + + +
ElucidationIn a nuclear reaction, sum of the kinetic energies and photon energies of the reaction products minus the sum of the kinetic and photon energies of the reactants.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98164745
+
+

ReactionOverpotential#

+ + + + + + + + + + + + + + +
Elucidationpart of the electrode polarization arising from a chemical reaction impeding the electrode reaction
Alternative Label(s)ReactionOvervoltage, ReactionPolarization
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-10
+
+

ReactionRate#

+ + + + + + + + + + + + + + + + + + +
Elucidationrate at which a chemical reaction takes place
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-02
Wikipedia Referencehttps://en.wikipedia.org/wiki/Reaction_rate
Wikidata Referencehttps://www.wikidata.org/wiki/Q3394849
+
+

ReactionRateConstant#

+ + + + + + + + + + + + + + +
Elucidationa proportionality constant which quantifies the rate and direction of a chemical reaction by relating it with the concentration of reactants
Wikipedia Referencehttps://en.wikipedia.org/wiki/Reaction_rate_constant
Wikidata Referencehttps://www.wikidata.org/wiki/Q658700
+
+

ReactionSintering#

+ + +
+
+

ReactiveMaterial#

+ + + + + + +
ElucidationA material that takes active part in a chemical reaction.
+
+

ReactiveNonMetalElementalSubstance#

+ + +
+
+

ReactivePower#

+ + + + + + + + + + + + + + +
ElucidationImaginary part of the complex power.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-44
Wikidata Referencehttps://www.wikidata.org/wiki/Q2144613
+
+

ReactorTimeConstant#

+ + + + + + + + + + + + + + +
ElucidationDuration required for the neutron fluence rate in a reactor to change by the factor e when the fluence rate is rising or falling exponentially.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-07-04
Wikidata Referencehttps://www.wikidata.org/wiki/Q99518950
+
+

Real#

+ + + + + + +
ElucidationA real number.
+
+

ReciprocalAmountPerVolumeUnit#

+ + +
+
+

ReciprocalCentiMetre#

+ + + + + + + + + + +
Elucidationreciprocal of the 0.01-fold of the SI base unit metre + +-- QUDT
Alternative Label(s)Reciprocal Centimetre
+
+

ReciprocalCubicCentiMetre#

+ + + + + + + + + + +
Elucidationreciprocal of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 + +-- QUDT
Alternative Label(s)Reciprocal Cubic Centimetre
+
+

ReciprocalCubicMetre#

+ + + + + + + + + + +
Elucidation"Per Cubic Meter" is a denominator unit with dimensions /m³. + +-- QUDT
Alternative Label(s)Reciprocal Cubic Metre
+
+

ReciprocalCubicMetreSecond#

+ + + + + + +
Alternative Label(s)Reciprocal Cubic Metre Second
+
+

ReciprocalCubicMilliMetre#

+ + + + + + + + + + +
Elucidationreciprocal value of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3 + +-- QUDT
Alternative Label(s)Reciprocal Cubic Millimetre
+
+

ReciprocalDay#

+ + + + + + + + + + +
Elucidationreciprocal of the unit day + +-- QUDT
Alternative Label(s)Reciprocal Day
+
+

ReciprocalDuration#

+ + + + + + + + + + +
Alternative Label(s)InverseDuration, InverseTime, ReciprocalTime
Wikidata Referencehttps://www.wikidata.org/wiki/Q98690850
+
+

ReciprocalElectricChargeDensityUnit#

+ + +
+
+

ReciprocalHenry#

+ + + + + + +
Alternative Label(s)Reciprocal Henry
+
+

ReciprocalHour#

+ + + + + + + + + + +
ElucidationA reciprocal unit of time for `reciprocal hour` or "inverse hour". + +-- QUDT
Alternative Label(s)Reciprocal Hour
+
+

ReciprocalJouleCubicMetre#

+ + + + + + +
Alternative Label(s)Reciprocal Joule Cubic Metre
+
+

ReciprocalKelvin#

+ + + + + + + + + + +
ElucidationPer Kelvin Unit is a denominator unit with dimensions /k. + +-- QUDT
Alternative Label(s)Reciprocal Kelvin
+
+

ReciprocalKiloMetre#

+ + + + + + + + + + +
ElucidationPer Kilometer Unit is a denominator unit with dimensions /km. + +-- QUDT
Alternative Label(s)Reciprocal Kilometre
+
+

ReciprocalKiloVoltAmpereHour#

+ + + + + + + + + + +
Elucidationreciprocal of the 1,000-fold of the product of the SI derived unit volt and the SI base unit ampere and the unit hour + +-- QUDT
Alternative Label(s)Reciprocal Kilovolt Ampere Hour
+
+

ReciprocalLength#

+ + + + + + + + + + + + + + +
ElucidationThe inverse of length.
Alternative Label(s)InverseLength
Wikipedia Referencehttps://en.wikipedia.org/wiki/Reciprocal_length
+
+

ReciprocalLengthUnit#

+ + +
+
+

ReciprocalLitre#

+ + + + + + + + + + +
Elucidationreciprocal value of the unit litre + +-- QUDT
Alternative Label(s)Reciprocal Litre
+
+

ReciprocalMassUnit#

+ + +
+
+

ReciprocalMetre#

+ + + + + + + + + + +
ElucidationPer Meter Unit is a denominator unit with dimensions /m. + +-- QUDT
Alternative Label(s)Reciprocal Metre
+
+

ReciprocalMetreKelvin#

+ + + + + + + + + + +
ElucidationPer Meter Kelvin Unit is a denominator unit with dimensions /m.k. + +-- QUDT
Alternative Label(s)Reciprocal Metre Kelvin
+
+

ReciprocalMetrePerNanoMetre#

+ + + + + + +
Alternative Label(s)Reciprocal metre per nanometre
+
+

ReciprocalMetrePerNanoMetrePerSteradian#

+ + + + + + +
Alternative Label(s)Reciprocal metre per nanometre per steradian
+
+

ReciprocalMetrePerSecond#

+ + + + + + +
Alternative Label(s)Reciprocal metre per second
+
+

ReciprocalMetrePerSteradian#

+ + + + + + +
Alternative Label(s)Reciprocal metre per steradian
+
+

ReciprocalMicroMetre#

+ + + + + + + + + + +
ElucidationPer Micrometer Unit is a denominator unit with dimensions /microm. + +-- QUDT
Alternative Label(s)Reciprocal Micrometre
+
+

ReciprocalMicroMolePerLitre#

+ + + + + + + + + + +
ElucidationUnits used to describe the sensitivity of detection of a spectrophotometer. + +-- QUDT
Alternative Label(s)Reciprocal micromole per litre
+
+

ReciprocalMilliMetre#

+ + + + + + + + + + +
ElucidationPer Millimeter Unit is a denominator unit with dimensions /mm. + +-- QUDT
Alternative Label(s)Reciprocal Millimetre
+
+

ReciprocalMilliSecond#

+ + + + + + +
Alternative Label(s)Reciprocal millisecond
+
+

ReciprocalMinute#

+ + + + + + + + + + +
ElucidationA reciprocal unit of time for `reciprocal minute` or `inverse minute`. + +-- QUDT
Alternative Label(s)Reciprocal Minute
+
+

ReciprocalMole#

+ + + + + + + + + + +
ElucidationPer Mole Unit is a denominator unit with dimensions mol⁻¹. + +-- QUDT
Alternative Label(s)Reciprocal Mole
+
+

ReciprocalNanoMetre#

+ + + + + + + + + + +
ElucidationPer Nanometer Unit is a denominator unit with dimensions /nm. + +-- QUDT
Alternative Label(s)Reciprocal Nanometre
+
+

ReciprocalPascal#

+ + + + + + + + + + +
Alternative Label(s)Reciprocal Pascal
Wikipedia Referencehttp://en.wikipedia.org/wiki/Pascal?oldid=492989202
+
+

ReciprocalPascalPerSecond#

+ + + + + + +
Alternative Label(s)Reciprocal Pascal per second
+
+

ReciprocalPicoMetre#

+ + + + + + + + + + +
ElucidationPer Picoometer Unit is a denominator unit with dimensions /pm. + +-- QUDT
Alternative Label(s)Reciprocal Picometre
+
+

ReciprocalSecond#

+ + + + + + + + + + +
ElucidationA reciprical unit of time for `reciprocal second` or `inverse second`. The `Per Second` is a unit of rate. + +-- QUDT
Alternative Label(s)Reciprocal Second
+
+

ReciprocalSecondSquareMetre#

+ + + + + + + + + + +
Elucidation`Per Second Square Meter` is a measure of flux with dimensions /sec-m². + +-- QUDT
Alternative Label(s)Reciprocal Second Square Metre
+
+

ReciprocalSecondSquareMetreSteradian#

+ + + + + + + + + + +
ElucidationPer Second Square Meter Steradian is a denominator unit with dimensions /sec-m²-sr. + +-- QUDT
Alternative Label(s)Reciprocal Second Square Metre Steradian
+
+

ReciprocalSecondSteradian#

+ + + + + + + + + + +
ElucidationPer Second Steradian Unit is a denominator unit with dimensions /sec-sr. + +-- QUDT
Alternative Label(s)Reciprocal Second Steradian
+
+

ReciprocalSquareElectronVolt#

+ + + + + + + + + + +
ElucidationPer Square Electron Volt is a denominator unit with dimensions /eV². + +-- QUDT
Alternative Label(s)Reciprocal Square Electron Volt
+
+

ReciprocalSquareEnergyUnit#

+ + +
+
+

ReciprocalSquareGigaElectronVolt#

+ + + + + + + + + + +
ElucidationPer Square Giga Electron Volt Unit is a denominator unit with dimensions /GeV². + +-- QUDT
Alternative Label(s)Reciprocal Square Giga Electron Volt
+
+

ReciprocalSquareJoule#

+ + + + + + + + + + +
ElucidationPer Square Joule is a denominator unit with dimensions /eV². + +-- QUDT
Alternative Label(s)Reciprocal Square Joule
+
+

ReciprocalSquareKilogram#

+ + + + + + + + + + +
ElucidationPer Square Kilogram is a denominator unit with dimensions /kg². + +-- QUDT
Alternative Label(s)Reciprocal Square Kilogram
+
+

ReciprocalSquareMetre#

+ + + + + + + + + + +
Elucidation"Per Square Meter" is a denominator unit with dimensions /m². + +-- QUDT
Alternative Label(s)Reciprocal Square Metre
+
+

ReciprocalSquareMetreSecond#

+ + + + + + +
Alternative Label(s)Reciprocal Square Metre Second
+
+

ReciprocalSquareSecond#

+ + + + + + +
Alternative Label(s)Reciprocal square second
+
+

ReciprocalSteradian#

+ + + + + + +
Alternative Label(s)Reciprocal steradian
+
+

ReciprocalTeslaMetre#

+ + + + + + + + + + +
ElucidationPer Tesla Meter Unit is a denominator unit with dimensions /m .· T. + +-- QUDT
Alternative Label(s)Reciprocal Tesla Metre
+
+

ReciprocalTeslaSecond#

+ + + + + + + + + + +
ElucidationPer Tesla Second Unit is a denominator unit with dimensions /s . T. + +-- QUDT
Alternative Label(s)Reciprocal Tesla Second Unit
+
+

ReciprocalVolume#

+ + +
+
+

ReciprocalWeber#

+ + + + + + +
Alternative Label(s)Reciprocal Weber
+
+

RecombinationCoefficient#

+ + + + + + + + + + + + + + +
ElucidationCoefficient in the law of recombination,
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-06-47
Wikidata Referencehttps://www.wikidata.org/wiki/Q98842099
+
+

RectangularElectrode#

+ + +
+
+

RedAntiQuark#

+ + +
+
+

RedBottomAntiQuark#

+ + +
+
+

RedBottomQuark#

+ + +
+
+

RedCharmAntiQuark#

+ + +
+
+

RedCharmQuark#

+ + +
+
+

RedDownAntiQuark#

+ + +
+
+

RedDownQuark#

+ + +
+
+

RedQuark#

+ + +
+
+

RedStrangeAntiQuark#

+ + +
+
+

RedStrangeQuark#

+ + +
+
+

RedTopAntiQuark#

+ + +
+
+

RedTopQuark#

+ + +
+
+

RedUpAntiQuark#

+ + +
+
+

RedUpQuark#

+ + +
+
+

RedoxFlowBattery#

+ + + + + + + + + + + + + + +
Elucidationa flow battery is a rechargeable battery in which electrolyte flows through one or more electrochemical cells from one or more tanks
Wikipedia Referencehttps://en.wikipedia.org/wiki/Flow_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q907511
+
+

Reductionistic#

+ + + + + + +
ElucidationA class devoted to categorize causal objects by specifying their granularity levels.
+
+

Redundant#

+ + + + + + + + + + +
ElucidationA whole possessing some proper parts of its same type.
Alternative Label(s)NonMaximal
+
+

ReferenceElectrode#

+ + + + + + + + + + + + + + + + + + + + + + +
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-15
IUPAC Referencehttps://goldbook.iupac.org/terms/view/R05229
Wikipedia Referencehttps://en.wikipedia.org/wiki/Reference_electrode
Wikidata Referencehttps://www.wikidata.org/wiki/Q653954
CommentElectrode that maintains an essentially constant potential under the conditions prevailing in an electrochemical measurement, and that serves for observation, measurement, or control of the potential of the indicator or working electrode.
+
+

ReferenceThermodynamicTemperature#

+ + +
+
+

RefractiveIndex#

+ + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.R05240
CommentFactor by which the phase velocity of light is reduced in a medium.
+
+

RelativeHumidity#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationRatio of the partial pressure p of water vapour in moist air to its partial pressure psat at saturation, at the same temperature φ = p/psat.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-65
Wikipedia Referencehttps://en.wikipedia.org/wiki/Humidity#Relative_humidity
Wikidata Referencehttps://www.wikidata.org/wiki/Q2499617
CommentThe relative humidity is often expressed in per cent.
+
+

RelativeLinearStrain#

+ + + + + + + + + + + + + + + + + + +
ElucidationRelative change of length with respect the original length.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-58
IUPAC Referencehttps://doi.org/10.1351/goldbook.L03560
Wikidata Referencehttps://www.wikidata.org/wiki/Q1990546
+
+

RelativeMassConcentrationOfWaterVapour#

+ + + + + + + + + + + + + + + + + + +
Elucidationratio of the mass concentration of water vapour v to its mass concentration at saturation vsat, at the same temperature, thus ψ = v/vsat.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-66
Wikidata Referencehttps://www.wikidata.org/wiki/Q76379357
CommentFor normal cases, the relative humidity may be assumed to be equal to relative mass concentration of vapour.
+
+

RelativeMassDefect#

+ + + + + + + + + + +
ElucidationQuotient of mass defect and the unified atomic mass constant.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98038718
+
+

RelativeMassDensity#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationMass density ρ of a substance divided by the mass density ρ0 of a reference substance, under conditions that should be specified for both substances.
Alternative Label(s)RelativeDensity
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-08
IUPAC Referencehttps://doi.org/10.1351/goldbook.R05262
Wikidata Referencehttps://www.wikidata.org/wiki/Q11027905
+
+

RelativeMassExcess#

+ + + + + + + + + + +
ElucidationQuotient of mass excess and the unified atomic mass constant.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98038610
+
+

RelativeMassFractionOfVapour#

+ + +
+
+

RelativePermeability#

+ + + + + + + + + + + + + + + + + + +
ElucidationScalar quantity or tensor quantity equal to the absolute permeability divided by the magnetic constant.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-29
IUPAC Referencehttps://doi.org/10.1351/goldbook.R05272
Wikidata Referencehttps://www.wikidata.org/wiki/Q77785645
+
+

RelativePermittivity#

+ + + + + + + + + + + + + + +
ElucidationPermittivity divided by electric constant.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-13
Wikidata Referencehttps://www.wikidata.org/wiki/Q4027242
+
+

RelativePressureCoefficient#

+ + + + + + + + + + +
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-30
Wikidata Referencehttps://www.wikidata.org/wiki/Q74761852
+
+

RelativeVolumeStrain#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationQuotient of change of volume and original volume.
Alternative Label(s)BulkStrain, VolumeStrain
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-60
IUPAC Referencehttps://doi.org/10.1351/goldbook.V06648
Wikidata Referencehttps://www.wikidata.org/wiki/Q73432507
+
+

RelaxationTime#

+ + + + + + + + + + +
Elucidationtime constant for scattering, trapping or annihilation of charge carriers, phonons or other quasiparticles
Wikidata Referencehttps://www.wikidata.org/wiki/Q106041085
+
+

ReplacementBattery#

+ + + + + + + + + + +
Elucidationbattery for use in place of an existing battery, giving the same or similar operating and performance characteristics.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-13
+
+

Replica#

+ + + + + + +
ElucidationAn icon that not only resembles the object, but also can express some of the object's functions.
+
+

Representation#

+ + + + + + +
ElucidationA graphical object aimed to represent schematically the conceptual, tempral or spatial structure of another object.
+
+

ResemblanceIcon#

+ + + + + + + + + + +
ElucidationAn icon that mimics the spatial or temporal shape of the object.
CommentThe subclass of icon inspired by Peirceian category a) the image, which depends on a simple quality (e.g. picture).
+
+

ReserveBatteryCell#

+ + + + + + + + + + + + + + + + + + +
Elucidationcell stored in a dry state in which the necessary electrolyte is held separately and which may be transferred for activation to the cell, immediately prior to use, by priming or other means.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-14
Wikipedia Referencehttps://en.wikipedia.org/wiki/Reserve_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q7315268
+
+

ReshapeManufacturing#

+ + + + + + + + + + +
ElucidationA manufacturing in which workpieces are produced from solid raw parts through permanent deformation, provided that neither material is added nor removed.
Alternative Label(s)Forming, Umformen
+
+

ResidualActiveMass#

+ + + + + + + + + + +
Elucidationcharged active material remaining in a cell following a discharge to a specified end-of-discharge voltage.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-37
+
+

ResidualCapacity#

+ + + + + + + + + + +
Elucidationelectric charge capacity remaining in a cell or battery following a discharge, operation or storage under specific test conditions
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-16
+
+

ResidualCurrent#

+ + + + + + + + + + + + + + + + + + +
ElucidationElectric current that flows, at a particular value of the applied potential, in the absence of the substance whose electrode behaviour is being investigated, i.e. a "blank" solution.
Alternative Label(s)BackgroundCurrent, BackgroundCurrent
IUPAC Referencehttps://goldbook.iupac.org/terms/view/R05311
CommentI_{r}
+
+

ResidualResistivity#

+ + + + + + + + + + + + + + +
Elucidationfor metals, the resistivity extrapolated to zero thermodynamic temperature
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=815-13-61
Wikidata Referencehttps://www.wikidata.org/wiki/Q25098876
+
+

ResistanceToAlternativeCurrent#

+ + + + + + + + + + + + + + +
ElucidationReal part of the impedance.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-45
Wikidata Referencehttps://www.wikidata.org/wiki/Q1048490
+
+

ResonanceEnergy#

+ + + + + + + + + + +
ElucidationResonance in a nuclear reaction, determined by the kinetic energy of an incident particle in the reference frame of the target particle.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98165187
+
+

ResonanceEscapeProbability#

+ + + + + + + + + + +
ElucidationIn an infinite medium, the probability that a neutron slowing down will traverse all or some specified portion of the range of resonance energies without being absorbed.
Wikidata Referencehttps://www.wikidata.org/wiki/Q4108072
+
+

ResponseTimeAtAnISE#

+ + + + + + + + + + +
ElucidationDuration between the time when an ion-selective electrode and an external reference electrode (the two completing the ion-selective electrode cell) are brought into contact with a sample solution (or the time at which the activity of the ion of interest in solution is changed) and the first time at which the slope of the cell potential vs. time plot (ΔE/Δt) becomes equal to a limiting value selected on the basis of the experimental conditions and/or requirements concerning accuracy.
CommentBuck and Lindner suggest a slope of 0.6 mV min-1 .
+
+

RestEnergy#

+ + + + + + + + + + + + + + + + + + +
ElucidationProduct of the rest mass and the square of the speed of light in vacuum.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-05
Wikipedia Referencehttps://en.wikipedia.org/wiki/Invariant_mass#Rest_energy
Wikidata Referencehttps://www.wikidata.org/wiki/Q11663629
+
+

RestMass#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationFor particle X, mass of that particle at rest in an inertial frame.
Alternative Label(s)InvariantMass, InvariantMass, ProperMass, ProperMass
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-03
Wikipedia Referencehttps://en.wikipedia.org/wiki/Invariant_mass
Wikidata Referencehttps://www.wikidata.org/wiki/Q96941619
+
+

RestingTime#

+ + + + + + +
Alternative Label(s)RestingDuration, the duration during which an electrochemical device is kept at open-circuit conditions
+
+

ReversibleHydrogenElectrode#

+ + + + + + + + + + + + + + +
Elucidationa practical hydrogen electrode whose potential depends on the pH of the solution
Wikipedia Referencehttps://en.wikipedia.org/wiki/Reversible_hydrogen_electrode
Wikidata Referencehttps://www.wikidata.org/wiki/Q900576
+
+

RevolutionPerMinute#

+ + + + + + + + + + +
Elucidation"Revolution per Minute" is a unit for 'Angular Velocity' expressed as rev/min. + +-- QUDT
Alternative Label(s)Revolution per Minute
+
+

Rhenium#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Rhenium
Wikidata Referencehttps://www.wikidata.org/wiki/Q737
+
+

RheniumAtom#

+ + + + + + +
ElucidationAtom subclass for rhenium.
+
+

RheniumSymbol#

+ + +
+
+

Rhodium#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Rhodium
Wikidata Referencehttps://www.wikidata.org/wiki/Q1087
+
+

RhodiumAtom#

+ + + + + + +
ElucidationAtom subclass for rhodium.
+
+

RhodiumElectrode#

+ + +
+
+

RhodiumIIIOxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)Rh2O3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Rhodium(III)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q3488660
+
+

RhodiumIVOxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)RhO2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Rhodium(IV)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q409279
+
+

RhodiumOxideCompound#

+ + +
+
+

RhodiumSymbol#

+ + +
+
+

RichardsonConstant#

+ + + + + + + + + + + + + + +
ElucidationParameter in the expression for the thermionic emission current density J for a metal in terms of the thermodynamic temperature T and work function.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-06-30
Wikidata Referencehttps://www.wikidata.org/wiki/Q105883079
+
+

RichardsonConstantUnit#

+ + +
+
+

RightHandedParticle#

+ + +
+
+

Riveting#

+ + +
+
+

RockingChairBattery#

+ + + + + + + + + + +
Elucidationsecondary battery containing two insertion electrodes in which the guest ion is transferred between the cathode and anode host compounds
Alternative Label(s)InsertionBattery, ShuttlecockBattery, SwingCell
+
+

RoentgeniumAtom#

+ + + + + + +
ElucidationAtom subclass for roentgenium.
+
+

RoentgeniumSymbol#

+ + +
+
+

Role#

+ + + + + + + + + + +
ElucidationAn entity that is categorized according to its relation with a whole through a parthood relation and that contributes to it according to an holistic criterion, where the type of the whole is not the type of the part.
Alternative Label(s)HolisticPart, Part
+
+

Rolling#

+ + + + + + +
ElucidationMetal forming process in which a metal is passed between several rolls (cylinders) to obtain a specific thickness and mechanical properties.
+
+

RollingResistance#

+ + + + + + + + + + + + + + +
ElucidationForce resisting the motion when a body (such as a ball, tire, or wheel) rolls on a surface.
Alternative Label(s)RollingDrag, RollingFrictionForce
Wikidata Referencehttps://www.wikidata.org/wiki/Q914921
+
+

RollingResistanceFactor#

+ + + + + + + + + + +
ElucidationQuotient of tangential and normal component of the force applied to a body which is rolling at constant speed over a surface.
Wikidata Referencehttps://www.wikidata.org/wiki/Q91738044
+
+

Ronna#

+ + +
+
+

Ronto#

+ + +
+
+

RotatingDiskElectrode#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationA disc electrode that is embedded in the centre of a cylinder which rotates in solution around the longitudinal cylinder axis.
Alternative Label(s)RDE, RDE
Wikipedia Referencehttps://en.wikipedia.org/wiki/Rotating_disk_electrode
Wikidata Referencehttps://www.wikidata.org/wiki/Q3587619
CommentThe current is directly proportional to the electrode area and the electrode is uniformly accessible.
+
+

RotatingDiskSpeed#

+ + + + + + +
Elucidationrotational frequency of a rotating component in a rotating disk electrode
+
+

RotatingRingDiskElectrode#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationa second annular working electrode positioned concentric with a rotating disc electrode to make a rotating ring-disc electrode (RRDE)
Alternative Label(s)RRDE
Wikipedia Referencehttps://en.wikipedia.org/wiki/Rotating_ring-disk_electrode
Wikidata Referencehttps://www.wikidata.org/wiki/Q5829908
CommentThis arrangement is largely used in mechanistic studies.
+
+

Rotation#

+ + + + + + + + + + +
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-05-22
Wikidata Referencehttps://www.wikidata.org/wiki/Q76435127
+
+

RotationalDisplacement#

+ + + + + + + + + + + + + + + + + + +
ElucidationQuotient of the traversed circular path length of a point in space during a rotation and its distance from the axis or centre of rotation.
Alternative Label(s)AngularDisplacement
Wikipedia Referencehttps://en.wikipedia.org/wiki/Angular_displacement
Wikidata Referencehttps://www.wikidata.org/wiki/Q3305038
+
+

RotationalFrequency#

+ + + + + + + + + + +
ElucidationMagnitude of the angular velocity ω divided by the angle 2π, thus n = |ω|/2π.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-42
+
+

RoundCase#

+ + + + + + +
Elucidationa case that is described by its diameter and height
+
+

RoundElectrode#

+ + +
+
+

Rubidium#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Rubidium
Wikidata Referencehttps://www.wikidata.org/wiki/Q895
+
+

RubidiumAtom#

+ + + + + + +
ElucidationAtom subclass for rubidium.
+
+

RubidiumSymbol#

+ + +
+
+

Ruby#

+ + +
+
+

Ruthenium#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ruthenium
Wikidata Referencehttps://www.wikidata.org/wiki/Q1086
+
+

RutheniumAtom#

+ + + + + + +
ElucidationAtom subclass for ruthenium.
+
+

RutheniumElectrode#

+ + +
+
+

RutheniumIVOxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)RuO2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ruthenium(IV)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q417022
+
+

RutheniumOxideCompound#

+ + +
+
+

RutheniumOxideElectrode#

+ + + + + + +
Alternative Label(s)RuO2Electrode
+
+

RutheniumSymbol#

+ + +
+
+

RutheniumVIIIOxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)RuO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Ruthenium_tetroxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q416759
+
+

RutherfordiumAtom#

+ + + + + + +
ElucidationAtom subclass for rutherfordium.
+
+

RutherfordiumSymbol#

+ + +
+
+

RybergConstant#

+ + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.R05430
CommentThe Rydberg constant represents the limiting value of the highest wavenumber (the inverse wavelength) of any photon that can be emitted from the hydrogen atom, or, alternatively, the wavenumber of the lowest-energy photon capable of ionizing the hydrogen atom from its ground state.
+
+

SIAccepted#

+ + +
+
+

SIAcceptedDerivedUnit#

+ + +
+
+

SIAcceptedPrefixedUnit#

+ + +
+
+

SIAcceptedUnit#

+ + + + + + + + + + + + + + +
ElucidationNon-SI units mentioned in the SI.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Non-SI_units_mentioned_in_the_SI
CommentThis is a list of units that are not defined as part of the International System of Units (SI), but are otherwise mentioned in the SI brouchure, because either the General Conference on Weights and Measures (CGPM) accepts their use as being multiples or submultiples of SI-units, they have important contemporary application worldwide, or are otherwise commonly encountered worldwide.
+
+

SIBaseUnit#

+ + + + + + +
ElucidationThe base units in the SI system.
+
+

SICoherentDerivedUnit#

+ + + + + + + + + + +
ElucidationA SI derived unit whos numerical factor in front of the product of SI base units is one.
CommentThis class collects all units that are products or powers of SI base or SI special units only.
+
+

SICoherentUnit#

+ + + + + + +
ElucidationA unit that can be expressed as a product of powers of SI base units with no pre-factor of offset.
+
+

SIDerivedUnit#

+ + +
+
+

SIDimensionalUnit#

+ + + + + + +
ElucidationDimensional unit with its physical dimensionality described accortind to the International System of Units (SI).
+
+

SIExactConstant#

+ + + + + + +
ElucidationPhysical constant that by definition (after the latest revision of the SI system that was enforsed May 2019) has a known exact numerical value when expressed in SI units.
+
+

SIMetricMultipleUnit#

+ + + + + + +
ElucidationMeasurement unit obtained by multiplying a given measurement unit by an integer SI prefix greater than one.
+
+

SIMetricPrefixedUnit#

+ + + + + + + + + + +
ElucidationA SI base or special unit with a metric prefix.
CommentThe presence of the prefix makes this units non-coherent with SI system.
+
+

SIMetricSubMultipleUnit#

+ + + + + + +
ElucidationMeasurement unit obtained by dividing a given measurement unit by an integer SI prefix greater than one.
+
+

SIMultiplePrefix#

+ + +
+
+

SINonCoherentDerivedUnit#

+ + + + + + +
ElucidationA derived unit whos numerical factor in front of the product of base units is NOT equal to one.
+
+

SINonCoherentUnit#

+ + + + + + +
ElucidationA unit whos numerical factor in front of the product of base units is NOT equal to one.
+
+

SIPrefix#

+ + +
+
+

SISpecialUnit#

+ + + + + + + + + + +
ElucidationThe 22 derived units that are given a special name in the SI system that stands for units derived by SI base units.
Wikipedia Referencehttps://en.wikipedia.org/wiki/International_System_of_Units#Derived_units
+
+

SISubMultiplePrefix#

+ + +
+
+

SIUnit#

+ + + + + + + + + + +
ElucidationThe set of units provided by the SI referring to the ISQ.
CommentThe complete set of SI units includes both the coherent set and the multiples and sub-multiples formed by using the SI prefixes.
+
+

SIUnitSymbol#

+ + +
+
+

Salt#

+ + + + + + + + + + + + + + + + + + +
Elucidationa chemical compound consisting of an assembly of cations and anions
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05447
Wikipedia Referencehttps://en.wikipedia.org/wiki/Salt_(chemistry)
Wikidata Referencehttps://www.wikidata.org/wiki/Q12370
+
+

SaltBridge#

+ + + + + + + + + + + + + + + + + + +
Elucidationmeans of making electrolytic connection between two half cells without introducing a significant liquid junction potential.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Salt_bridge
Wikidata Referencehttps://www.wikidata.org/wiki/Q899119
CommentA typical construction is a tube of an inert material (e.g. agar agar) filled with a solution containing an electrolyte with approximately equal ion mobilities of the cation and the anion (e.g., KNO3, KCl), with the ends of the tube immersed in the electrolyte solution of the half cells.
+
+

SamariumAtom#

+ + + + + + +
ElucidationAtom subclass for samarium.
+
+

SamariumSymbol#

+ + +
+
+

SampledDCPolarography#

+ + + + + + + + + + + + + + + + + + +
ElucidationDC polarography with current sampling at the end of each drop life mechanically enforced by a knocker at a preset drop time value. The current sampling and mechanical drop dislodge are synchronized.
Alternative Label(s)TASTPolarography
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
CommentIn this way, the ratio of faradaic current to double layer charging current is enhanced and the negative influence of charging current is partially eliminated. Due to the improved signal (faradaic current) to noise (charging current) ratio, the limit of detection is lowered.
+
+

SamplingInterval#

+ + + + + + + + + + +
Elucidationtime interval during which the current is measured in pulse voltammetry
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05465
+
+

SamplingTime#

+ + + + + + + + + + +
Elucidationduration of the sampling interval in pulse voltammetry
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05467
+
+

SandMolds#

+ + +
+
+

SaturatedCalomelElectrode#

+ + + + + + + + + + + + + + +
ElucidationA reference electrode based on the reaction between elemental mercury and mercury(I) chloride.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Saturated_calomel_electrode
Wikidata Referencehttps://www.wikidata.org/wiki/Q898591
+
+

SaturatedSolution#

+ + + + + + + + + + + + + + +
Elucidationsolution which has the same concentration of a solute as one that is in equilibrium with undissolved solute at specified values of the temperature and pressure
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-14
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05471
+
+

Sawing#

+ + + + + + +
ElucidationProcess of cutting a workpiece into smaller parts that are either doughter parts, samples (e.g. for testing) or scrap.
+
+

ScalarMagneticPotential#

+ + + + + + + + + + + + + + +
ElucidationScalar potential of an irrotational magnetic field strength.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-58
Wikidata Referencehttps://www.wikidata.org/wiki/Q17162107
+
+

ScalarMeson#

+ + + + + + + + + + +
ElucidationA meson with spin zero and even parity.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Scalar_meson
+
+

Scandium#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Scandium
Wikidata Referencehttps://www.wikidata.org/wiki/Q713
+
+

ScandiumAtom#

+ + + + + + +
ElucidationAtom subclass for scandium.
+
+

ScandiumSymbol#

+ + +
+
+

ScientificTheory#

+ + + + + + +
ElucidationA scientific theory is a description, objective and observed, produced with scientific methodology.
+
+

Screwing#

+ + +
+
+

ScriptingLanguage#

+ + + + + + +
ElucidationA programming language that is executed through runtime interpretation.
+
+

SeaborgiumAtom#

+ + + + + + +
ElucidationAtom subclass for seaborgium.
+
+

SeaborgiumSymbol#

+ + +
+
+

SealedCell#

+ + + + + + + + + + + + + + +
Elucidationcell which remains closed and does not release either gas or liquid when operated within the limits specified by the manufacturer
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-17
Commenta sealed cell may be equipped with a safety device to prevent a dangerously high internal pressure and is designed to operate during its life in its original sealed state
+
+

Seawater#

+ + +
+
+

Second#

+ + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05513
Wikipedia Referencehttp://en.wikipedia.org/wiki/Second?oldid=495241006
+
+

SecondAxialMomentOfArea#

+ + + + + + + + + + +
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-29
Wikidata Referencehttps://www.wikidata.org/wiki/Q91405496
+
+

SecondGenerationFermion#

+ + +
+
+

SecondPerMetre#

+ + + + + + +
Alternative Label(s)Seconds per metre
+
+

SecondPerRadianCubicMetre#

+ + + + + + +
Alternative Label(s)Second per Radian Cubic Metre
+
+

SecondPolarMomentOfArea#

+ + + + + + + + + + +
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-30
Wikidata Referencehttps://www.wikidata.org/wiki/Q1049636
+
+

SecondaryBattery#

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationcell which is designed to be electrically recharged
Alternative Label(s)Accumulator, RechargeableBattery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-03
Wikipedia Referencehttps://en.wikipedia.org/wiki/Rechargeable_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q187510
Commentthe recharge is accomplished by way of a reversible chemical reaction
+
+

SectionAreaIntegralUnit#

+ + +
+
+

SectionModulus#

+ + + + + + + + + + +
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-31
Wikidata Referencehttps://www.wikidata.org/wiki/Q1930808
+
+

SeebeckCoefficient#

+ + + + + + + + + + +
ElucidationMeasure of voltage induced by change of temperature.
Wikidata Referencehttps://www.wikidata.org/wiki/Q1091448
+
+

Selenium#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Selenium
Wikidata Referencehttps://www.wikidata.org/wiki/Q876
+
+

SeleniumAtom#

+ + + + + + +
ElucidationAtom subclass for selenium.
+
+

SeleniumSymbol#

+ + +
+
+

SelfDischarge#

+ + + + + + + + + + + + + + + + + + +
Elucidationphenomenon by which a cell or battery loses energy in other ways than by discharge into an external circuit
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-27
Wikipedia Referencehttps://en.wikipedia.org/wiki/Self-discharge
Wikidata Referencehttps://www.wikidata.org/wiki/Q1418367
+
+

Semiosis#

+ + + + + + +
ElucidationA 'Process', that has participant an 'Interpreter', that is aimed to produce a 'Sign' representing another participant, the 'Object'.
+
+

SemioticEntity#

+ + + + + + + + + + +
ElucidationThe class of individuals that stands for semiotic objects, i.e. objects that take part on a semiotic process.
CommentSemiotic subclasse are defined using Peirce's semiotic theory. + +"Namely, a sign is something, A, which brings something, B, its interpretant sign determined or created by it, into the same sort of correspondence with something, C, its object, as that in which itself stands to C." (Peirce 1902, NEM 4, 20–21). + +The triadic elements: +- 'sign': the sign A (e.g. a name) +- 'interpretant': the sign B as the effects of the sign A on the interpreter (e.g. the mental concept of what a name means) +- 'object': the object C (e.g. the entity to which the sign A and B refer to) + +This class includes also the 'interpeter' i.e. the entity that connects the 'sign' to the 'object'
+
+

SemioticObject#

+ + + + + + + + + + + + + + +
ElucidationThe object, in Peirce semiotics, as participant to a semiotic process.
Alternative Label(s)Object
CommentHere is assumed that the concept of 'object' is always relative to a 'semiotic' process. An 'object' does not exists per se, but it's always part of an interpretation. + +The EMMO relies on strong reductionism, i.e. everything real is a formless collection of elementary particles: we give a meaning to real world entities only by giving them boundaries and defining them using 'sign'-s. + +In this way the 'sign'-ed entity becomes an 'object', and the 'object' is the basic entity needed in order to apply a logical formalism to the real world entities (i.e. we can speak of it through its sign, and use logics on it through its sign).
+
+

Semiotics#

+ + +
+
+

SeparateManufacturing#

+ + + + + + + + + + +
ElucidationA manufacturing process in which the shape of a workpiece is changed by breaking the material cohesion at the processing point and thus the material cohesion is reduced overall.
Alternative Label(s)CuttingManufacturing, Trennen
+
+

Separator#

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationin an electrochemical cell, device made of insulating material permeable to the ions of the electrolyte and prohibiting totally or partially the mixing of the substances on both sides.
Alternative Label(s)ElectrochemicalSeparator, ElectrochemicalSeparator
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-17
Wikipedia Referencehttps://en.wikipedia.org/wiki/Separator_(electricity)
Wikidata Referencehttps://www.wikidata.org/wiki/Q1718181
CommentMembranes and diaphragms are special forms of electrochemical separators.
+
+

Sequence#

+ + + + + + +
ElucidationA tessellation of temporal slices.
+
+

SerialStep#

+ + +
+
+

SerialWorkflow#

+ + + + + + +
ElucidationA workflow whose tasks are tiles of a sequence.
+
+

SeriesConnection#

+ + + + + + + + + + +
Elucidationarrangement of cells or batteries wherein the positive terminal of each cell or battery is connected to the negative terminal of the next cell or battery in sequence.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-41
+
+

SeriesParallelConnection#

+ + + + + + + + + + +
Elucidationarrangement of cells or batteries wherein in series connected cells or batteries are connected in parallel.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-42
+
+

Service#

+ + + + + + +
Alternative Label(s)IntangibleProduct
+
+

ServiceLife#

+ + + + + + + + + + + + + + +
Elucidationtotal period of useful life of a cell or a battery in operation.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-46
CommentFor primary batteries, service life relates to the total discharge time or capacity under specific conditions.
+
+

ServiceMass#

+ + + + + + + + + + +
Elucidationtotal mass of a battery in its operational condition.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-38
+
+

SexticLengthUnit#

+ + +
+
+

SexticMetre#

+ + + + + + +
Alternative Label(s)Sextic Metre
+
+

Shape3Vector#

+ + + + + + +
ElucidationA real vector with 3 elements.
+
+

Shape4x3Matrix#

+ + + + + + +
ElucidationA real matrix with shape 4x3.
+
+

ShearCutting#

+ + +
+
+

ShearStrain#

+ + + + + + + + + + + + + + + + + + +
ElucidationDisplacement of one surface with respect to another divided by the distance between them.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-59
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05637
Wikidata Referencehttps://www.wikidata.org/wiki/Q7561704
+
+

ShelfLife#

+ + + + + + + + + + + + + + +
Elucidationduration, under specific conditions, at the end of which a battery [ or electrochemical device ] has retained the ability to perform a specified function
Alternative Label(s)StorageLife
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-47
+
+

ShortCircuitCurrent#

+ + + + + + + + + + + + + + +
Elucidationmaximum current which should be delivered by a cell or battery into an external circuit with zero electric resistance, or an external circuit which depresses the cell or battery voltage to approximately zero volt
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-26
Commentzero electric resistance is a hypothetical condition and in practice the short-circuit current is the peak current flowing in a circuit of very low resistance compared to the internal resistance of the battery
+
+

ShortRangeOrderParameter#

+ + + + + + + + + + +
Elucidationfraction of nearest-neighbour atom pairs in an Ising ferromagnet having magnetic moments in one direction, minus the fraction having magnetic moments in the opposite direction
Wikidata Referencehttps://www.wikidata.org/wiki/Q105495979
+
+

SideReaction#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationchemical reaction which occurs in addition to the main process
Alternative Label(s)SecondaryReaction, SecondaryReaction
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-06
Wikipedia Referencehttps://en.wikipedia.org/wiki/Side_reaction
Wikidata Referencehttps://www.wikidata.org/wiki/Q22117434
+
+

Siemens#

+ + + + + + + + + + +
ElucidationSI unit for electrical conductance.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Siemens_(unit)
+
+

SiemensPerCentiMetre#

+ + + + + + + + + + +
ElucidationSI derived unit Siemens divided by the 0.01-fold of the SI base unit metre + +-- QUDT
Alternative Label(s)Siemens Per Centimetre
+
+

SiemensPerMetre#

+ + + + + + + + + + +
ElucidationSI derived unit siemens divided by the SI base unit metre + +-- QUDT
Alternative Label(s)Siemens Per Metre
+
+

SiemensSquareMetrePerMole#

+ + + + + + +
Alternative Label(s)Siemens Square metre per mole
+
+

Sievert#

+ + + + + + + + + + + + + + +
ElucidationSI unit for equivalent doseof ionizing radiation. Sievert is derived from absorbed dose, but takes into account the biological effectiveness of the radiation, which is dependent on the radiation type and energy.
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05658
Wikipedia Referencehttp://en.wikipedia.org/wiki/Sievert?oldid=495474333
+
+

Sign#

+ + + + + + + + + + +
ElucidationAn 'Physical' that is used as sign ("semeion" in greek) that stands for another 'Physical' through an semiotic process.
CommentA 'Sign' can have temporal-direct-parts which are 'Sign' themselves. + +A 'Sign' usually havs 'sign' spatial direct parts only up to a certain elementary semiotic level, in which the part is only a 'Physical' and no more a 'Sign' (i.e. it stands for nothing). This elementary semiotic level is peculiar to each particular system of signs (e.g. text, painting). + +Just like an 'Elementary' in the 'Physical' branch, each 'Sign' branch should have an a-tomistic mereological part.
+
+

SignalReferencePotential#

+ + + + + + + + + + + + + + +
ElucidationPotential to which the magnitude of an excitation signal is compared to.
Alternative Label(s)BaselinePotential
CommentAlternating potential signals such as the ones applied in Electrochemical Impedance Spectroscopy are superimposed to a reference potential, which can be an applied potential or the open circuit potential.
+
+

Silicon#

+ + + + + + + + + + + + + + +
Alternative Label(s)Si
Wikipedia Referencehttps://en.wikipedia.org/wiki/Silicon
Wikidata Referencehttps://www.wikidata.org/wiki/Q670
+
+

SiliconAirBattery#

+ + + + + + + + + + +
Elucidationa metal-air battery with a silicon negative electrode
Wikipedia Referencehttps://en.wikipedia.org/wiki/Silicon-air_battery
+
+

SiliconAtom#

+ + + + + + +
ElucidationAtom subclass for silicon.
+
+

SiliconBattery#

+ + + + + + +
Elucidationcell containing a negative electrode with an active material of silicon or containing silicon
+
+

SiliconElectrode#

+ + +
+
+

SiliconGraphiteElectrode#

+ + + + + + +
Elucidationan electrode with blended silicon and graphite active materials
+
+

SiliconOxideElectrode#

+ + +
+
+

SiliconOxideGraphiteElectrode#

+ + + + + + +
Elucidationan electrode with blended silicon oxide and graphite active materials
+
+

SiliconSymbol#

+ + +
+
+

Silver#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Silver
Wikidata Referencehttps://www.wikidata.org/wiki/Q1090
+
+

SilverAtom#

+ + + + + + +
ElucidationAtom subclass for silver.
+
+

SilverBattery#

+ + +
+
+

SilverChlorideElectrode#

+ + + + + + + + + + + + + + +
ElucidationA type of reference electrode based on the reaction between sliver and silver chloride.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Silver_chloride_electrode
Wikidata Referencehttps://www.wikidata.org/wiki/Q900939
+
+

SilverElectrode#

+ + + + + + + + + + + + + + + + + + +
Elucidationelectrode in the form of foil, mesh, wire, rod, tube, powder, pellets, or single crystal of silver
Alternative Label(s)AgElectrode
Wikidata Referencehttps://www.wikidata.org/wiki/Q20851418
CommentAg electrodes were first used in potentiometry for the determination of Cl−, Br−, I−, as well as for Ag+ ions, to which they are sensitive.
+
+

SilverIOxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)Ag2O
Wikipedia Referencehttps://en.wikipedia.org/wiki/Silver_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q407815
+
+

SilverOxideBattery#

+ + +
+
+

SilverOxideCadmiumBattery#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationsecondary battery with an alkaline electrolyte, a positive electrode containing silver oxide and a negative electrode of cadmium
Alternative Label(s)SilverCadmiumBattery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-05
Wikipedia Referencehttps://en.wikipedia.org/wiki/Silver%E2%80%93cadmium_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q48798855
+
+

SilverOxideCompound#

+ + +
+
+

SilverOxideElectrode#

+ + +
+
+

SilverSymbol#

+ + +
+
+

SilverZincBattery#

+ + + + + + + + + + + + + + + + + + +
Elucidationsecondary battery with an alkaline electrolyte, a positive electrode containing silver and a negative electrode of zinc
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-06
Wikipedia Referencehttps://en.wikipedia.org/wiki/Silver_zinc_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q2285713
+
+

Simulation#

+ + + + + + + + + + +
ElucidationA estimation of a property using a functional icon.
Alternative Label(s)Modelling
+
+

SimulationApplication#

+ + + + + + +
ElucidationAn application aimed to functionally reproduce an object.
+
+

SingleCoatedElectrode#

+ + + + + + +
Elucidationan electrode that is coated on only one side of the current collector
+
+

SingleComponentComposition#

+ + +
+
+

SinteredPlate#

+ + + + + + + + + + +
Elucidationplate of an alkaline secondary cell the support of which is made by sintering metal powder and into which the active material is introduced
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-22
+
+

Sintering#

+ + + + + + +
ElucidationSintering is the process of forming a solid mass of material through heat and pressure without melting to the point of liquefaction. This process involves the atoms in materials diffusing across the particle boundaries and fusing together into one piece.
+
+

SinusoidalCurrentWaveform#

+ + + + + + +
Elucidationalternating current consistent with a sinusoidal waveform
+
+

SinusoidalPotentialWaveform#

+ + + + + + +
ElucidationSinusoidal alternating potential of small amplitude (10 to 50 mV) of constant frequency (10 Hz to 100 kHz).
+
+

SlowingDownArea#

+ + + + + + + + + + +
ElucidationIn an infinite homogenous medium, one-sixth of the mean square of the distance between the neutron source and the point where a neutron reaches a given energy.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98950918
+
+

SlowingDownDensity#

+ + + + + + + + + + +
ElucidationNumber of slowed-down particles per time and volume.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98915830
+
+

SlowingDownLength#

+ + + + + + + + + + +
ElucidationSquare root of the slowing down area.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98996963
+
+

Smoke#

+ + + + + + +
ElucidationSmoke is a solid aerosol made of particles emitted when a material undergoes combustion or pyrolysis.
+
+

Sodium#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium
Wikidata Referencehttps://www.wikidata.org/wiki/Q658
+
+

SodiumAcetate#

+ + + + + + + + + + + + + + +
Alternative Label(s)NaOAc
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_acetate
Wikidata Referencehttps://www.wikidata.org/wiki/Q339940
+
+

SodiumAirBattery#

+ + + + + + +
Elucidationa metal-air battery with a sodium negative electrode
+
+

SodiumAtom#

+ + + + + + +
ElucidationAtom subclass for sodium.
+
+

SodiumBattery#

+ + + + + + +
Elucidationcell containing a negative electrode with an active material of sodium or containing sodium
+
+

SodiumBisoxalatoborate#

+ + + + + + +
Alternative Label(s)NaBOB
+
+

SodiumBisoxalatophosphate#

+ + + + + + +
Alternative Label(s)NaBOP
+
+

SodiumBistrifluoromethanesulfonylimide#

+ + + + + + + + + + +
Alternative Label(s)NaTFSI
Wikidata Referencehttps://www.wikidata.org/wiki/Q114346676
+
+

SodiumBromide#

+ + + + + + + + + + + + + + +
Alternative Label(s)NaBr
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q15768
+
+

SodiumCarbonate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Na2CO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q190227
+
+

SodiumChlorate#

+ + + + + + + + + + + + + + +
Alternative Label(s)NaClO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_chlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q407446
+
+

SodiumChloride#

+ + + + + + + + + + + + + + +
Alternative Label(s)NaCl
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_chloride
Wikidata Referencehttps://www.wikidata.org/wiki/Q2314
+
+

SodiumChromiumOxide#

+ + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q15730218
+
+

SodiumChromiumOxideElectrode#

+ + +
+
+

SodiumCobaltOxide#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_cobalt_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q31841811
+
+

SodiumCobaltOxideElectrode#

+ + +
+
+

SodiumCobaltPhosphate#

+ + +
+
+

SodiumCobaltPhosphateElectrode#

+ + +
+
+

SodiumDifluorooxalatoborate#

+ + + + + + +
Alternative Label(s)NaDFOB
+
+

SodiumElectrode#

+ + + + + + +
Commentmetal electrode in which the active material is sodium
+
+

SodiumFluoride#

+ + + + + + + + + + + + + + +
Alternative Label(s)NaF
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q407520
+
+

SodiumHexafluorophosphate#

+ + + + + + + + + + + + + + +
Alternative Label(s)NaPF6
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_hexafluorophosphate
Wikidata Referencehttps://www.wikidata.org/wiki/Q2937970
+
+

SodiumHydroxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)NaOH
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_hydroxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q102769
+
+

SodiumInsertionElectrode#

+ + +
+
+

SodiumIodide#

+ + + + + + + + + + + + + + +
Alternative Label(s)NaI
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_iodide
Wikidata Referencehttps://www.wikidata.org/wiki/Q390305
+
+

SodiumIonBattery#

+ + + + + + + + + + + + + + +
Elucidationsecondary battery with a non-aqueous electrolyte and positive and negative electrodes which utilize an intercalation compound in which sodium is stored
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium-ion_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q391088
+
+

SodiumIonHardCarbonBattery#

+ + + + + + +
Elucidationa sodium-ion battery with a hard carbon negative electrode
+
+

SodiumIronHexacyanoferrateElectrode#

+ + +
+
+

SodiumIronPhosphate#

+ + +
+
+

SodiumIronPhosphateElectrode#

+ + +
+
+

SodiumManganeseHexacyanoferrateElectrode#

+ + +
+
+

SodiumManganeseOxide#

+ + + + + + +
Alternative Label(s)NMO
+
+

SodiumManganeseOxideElectrode#

+ + +
+
+

SodiumManganesePhosphate#

+ + +
+
+

SodiumManganesePhosphateElectrode#

+ + +
+
+

SodiumMetatitanateElectrode#

+ + +
+
+

SodiumNickelPhosphate#

+ + +
+
+

SodiumNickelPhosphateElectrode#

+ + +
+
+

SodiumNitrate#

+ + + + + + + + + + + + + + +
Alternative Label(s)NaNO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_nitrate
Wikidata Referencehttps://www.wikidata.org/wiki/Q184373
+
+

SodiumNitrite#

+ + + + + + + + + + + + + + +
Alternative Label(s)NaNO2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_nitrite
Wikidata Referencehttps://www.wikidata.org/wiki/Q339975
+
+

SodiumPerchlorate#

+ + + + + + + + + + + + + + +
Alternative Label(s)NaClO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_perchlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q408491
+
+

SodiumPhosphate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Na3PO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Trisodium_phosphate
Wikidata Referencehttps://www.wikidata.org/wiki/Q409501
+
+

SodiumSaltCompound#

+ + +
+
+

SodiumSulfate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Na2SO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q211737
+
+

SodiumSulfide#

+ + + + + + + + + + + + + + +
Alternative Label(s)Na2S
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_sulfide
Wikidata Referencehttps://www.wikidata.org/wiki/Q407510
+
+

SodiumSulfite#

+ + + + + + + + + + + + + + +
Alternative Label(s)Na2SO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_sulfite
Wikidata Referencehttps://www.wikidata.org/wiki/Q407806
+
+

SodiumSymbol#

+ + +
+
+

SodiumTetrachloroaluminate#

+ + + + + + + + + + + + + + +
Alternative Label(s)NaAlCl4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_tetrachloroaluminate
Wikidata Referencehttps://www.wikidata.org/wiki/Q8010655
+
+

SodiumTetrafluoroborate#

+ + + + + + + + + + + + + + +
Alternative Label(s)NaBF4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_tetrafluoroborate
Wikidata Referencehttps://www.wikidata.org/wiki/Q425190
+
+

SodiumTitaniumOxideElectrode#

+ + +
+
+

SodiumTitaniumPhosphateElectrode#

+ + +
+
+

SodiumTriflate#

+ + + + + + + + + + + + + + +
Alternative Label(s)NaOTf
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sodium_trifluoromethanesulfinate
Wikidata Referencehttps://www.wikidata.org/wiki/Q7553385
+
+

SodiumTrifluoromethanesulfonyloxalatoborate#

+ + + + + + +
Alternative Label(s)NaTFOB
+
+

Software#

+ + + + + + +
ElucidationAll or part of the programs, procedures, rules, and associated documentation of an information processing system.
+
+

Sol#

+ + + + + + +
ElucidationA colloid in which small particles (1 nm to 100 nm) are suspended in a continuum phase.
+
+

Soldering#

+ + +
+
+

Solid#

+ + + + + + +
ElucidationA continuum characterized by structural rigidity and resistance to changes of shape or volume, that retains its shape and density when not confined.
+
+

SolidAerosol#

+ + + + + + +
ElucidationAn aerosol composed of fine solid particles in air or another gas.
+
+

SolidAmalgamElectrode#

+ + + + + + + + + + + + + + +
Elucidationelectrode made of a solid amalgam of an appropriate metal
Alternative Label(s)SAE, SAE
CommentLiquid and paste amalgams can also be used.
+
+

SolidAngle#

+ + + + + + + + + + +
ElucidationRatio of area on a sphere to its radius squared.
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05732
+
+

SolidAngularMeasure#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationMeasure of a conical geometric figure, called solid angle, formed by all rays, originating from a common point, called the vertex of the solid angle, and passing through the points of a closed, non-self-intersecting curve in space considered as the border of a surface.
Alternative Label(s)SolidAngle
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-04-46
Wikipedia Referencehttps://en.wikipedia.org/wiki/Solid_angle
Wikidata Referencehttps://www.wikidata.org/wiki/Q208476
+
+

SolidElectrolyte#

+ + + + + + + + + + +
Alternative Label(s)FastIonConductor, SolidStateElectrolyte
Wikipedia Referencehttps://en.wikipedia.org/wiki/Fast_ion_conductor
+
+

SolidElectrolyteInterphase#

+ + + + + + + + + + +
Elucidationan interfacial layer that forms between an electrode phase and and electrolyte phase, due to the decomposition of the electrolyte
Alternative Label(s)SEI
+
+

SolidFoam#

+ + + + + + +
ElucidationA foam of trapped gas in a solid.
+
+

SolidGasSuspension#

+ + + + + + +
ElucidationA coarse dispersion of gas in a solid continuum phase.
+
+

SolidLiquidSuspension#

+ + + + + + +
ElucidationA coarse dispersion of liquid in a solid continuum phase.
+
+

SolidMixture#

+ + +
+
+

SolidSol#

+ + + + + + +
ElucidationA type of sol in the form of one solid dispersed in another continuous solid.
+
+

SolidSolidSuspension#

+ + + + + + +
ElucidationA coarse dispersion of solid in a solid continuum phase.
+
+

SolidSolution#

+ + + + + + +
ElucidationA solid solution made of two or more component substances.
+
+

SolidStateBattery#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationcell with an ionically conducting solid as electrolyte
Alternative Label(s)ASSB, AllSolidStateBattery, SSB, SolidElectrolyteCell
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-09
Wikipedia Referencehttps://en.wikipedia.org/wiki/Solid-state_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q7557794
+
+

Solubility#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationThe analytical composition of a saturated solution, expressed in terms of the proportion of a designated solute in a designated solvent, is the solubility of that solute.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-15
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05740
Wikidata Referencehttps://www.wikidata.org/wiki/Q170731
CommentThe solubility may be expressed as a concentration, molality, mole fraction, mole ratio, etc.
+
+

SolubilityProduct#

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationproduct of the ion activities of the ions resulting from the dissociation of a solute in a saturated solution, raised to powers equal to their stoichiometric numbers.
Alternative Label(s)SolubilityProductConstant
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-23
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05742
Wikidata Referencehttps://www.wikidata.org/wiki/Q11229788
CommentFor the dissociation of a salt AmBn → mA + nB, the solubility product is KSP = am(A) ⋅ an(B), where a is ionic activity and m and n are the stoichiometric numbers.
+
+

Solution#

+ + + + + + + + + + +
ElucidationA solution is a homogeneous mixture composed of two or more substances.
CommentSolutions are characterized by the occurrence of Rayleigh scattering on light,
+
+

SolventCompound#

+ + +
+
+

Somatosensory#

+ + +
+
+

SourceCode#

+ + + + + + +
ElucidationA programming language entity expressing a formal detailed plan of what a software is intended to do.
+
+

SourceVoltage#

+ + + + + + + + + + + + + + +
ElucidationVoltage between the two terminals of a voltage source when there is no electric current through the source.
Alternative Label(s)SourceTension
Wikidata Referencehttps://www.wikidata.org/wiki/Q185329
+
+

SpaceAndTimeQuantity#

+ + + + + + +
ElucidationQuantities categorised according to ISO 80000-3.
+
+

SpaceChargeLayer#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationan interphase formed when two materials with different chemical potentials are brought in contact with each other, and the atoms or electrons are unable to migrate to establish local charge neutrality
Alternative Label(s)DepletionLayer, DepletionRegion, DepletionZone, JunctionRegion, SpaceChargeRegion
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=521-02-82
Wikipedia Referencehttps://en.wikipedia.org/wiki/Depletion_region
Wikidata Referencehttps://www.wikidata.org/wiki/Q288224
+
+

Spacer#

+ + + + + + + + + + +
Elucidationcomponent of a cell made of insulating material intended to maintain the spacing between plates of opposite polarity or between the plate pack and the case
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-10
+
+

Spacing#

+ + +
+
+

SparkErosion#

+ + +
+
+

SparkPlasmaSintering#

+ + +
+
+

SpatialTile#

+ + + + + + +
ElucidationA direct part that is obtained by partitioning a whole purely in spatial parts.
+
+

SpatialTiling#

+ + + + + + +
ElucidationA well formed tessellation with tiles that all spatial.
+
+

SpatiallyFundamental#

+ + + + + + +
ElucidationThe class of individuals that satisfy a whole defining criteria (i.e. belongs to a subclass of whole) and have no spatial parts that satisfy that same criteria (no parts that are of the same type of the whole).
+
+

SpatiallyRedundant#

+ + + + + + +
ElucidationA whole with spatial parts of its same type.
+
+

SpatioTemporalTessellation#

+ + + + + + + + + + +
ElucidationA tessellation in which all tiles are connected through spatiotemporal relations hasNext or contacts.
Alternative Label(s)WellFormedTessellation
+
+

SpatioTemporalTile#

+ + + + + + + + + + +
Elucidationhttp://emmo.info/emmo#EMMO_22c91e99_61f8_4433_8853_432d44a2a46a
Alternative Label(s)WellFormedTile
+
+

SpecialUnit#

+ + + + + + + + + + +
ElucidationA unit symbol that stands for a derived unit.
CommentSpecial units are semiotic shortcuts to more complex composed symbolic objects.
+
+

SpecificActivity#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationQuotient of the activity A of a sample and the mass m of that sample.
Alternative Label(s)MassicActivity, MassicActivity
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-08
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05790
Wikidata Referencehttps://www.wikidata.org/wiki/Q2823748
+
+

SpecificCapacity#

+ + + + + + + + + + + + + + + + + + +
Elucidationquotient of the capacity of a cell or battery [ or electrode or active material ] by its mass.
Alternative Label(s)GravimetricCapacity, SpecificChargeCapacity, SpecificElectricChargeCapacity
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-19
CommentCan also be applied to electrodes.
+
+

SpecificChargeCapacity#

+ + + + + + +
Elucidationquotient of the capacity of a cell or battery [ or electrode or active material ] obtained during a charge process by its mass.
+
+

SpecificDischargeCapacity#

+ + + + + + +
Elucidationquotient of the capacity of a cell or battery [ or electrode or active material ] obtained during a discharge process by its mass.
+
+

SpecificEnergy#

+ + + + + + + + + + + + + + +
ElucidationEnergy per unit mass
Wikipedia Referencehttps://en.wikipedia.org/wiki/Specific_energy
Wikidata Referencehttps://www.wikidata.org/wiki/Q3023293
+
+

SpecificEnergyImparted#

+ + + + + + + + + + +
ElucidationIn nuclear physics, energy imparted per mass.
Wikidata Referencehttps://www.wikidata.org/wiki/Q99566195
+
+

SpecificEnergyOfStorage#

+ + + + + + + + + + +
Elucidationthe quotient of the energy of an energy-storage device or system and its mass
Alternative Label(s)SpecificEnergy
+
+

SpecificEnthalpy#

+ + + + + + + + + + + + + + +
ElucidationEnthalpy per unit mass.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Enthalpy#Specific_enthalpy
Wikidata Referencehttps://www.wikidata.org/wiki/Q21572993
+
+

SpecificEntropy#

+ + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q69423705
+
+

SpecificGasConstant#

+ + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q94372268
+
+

SpecificGibbsEnergy#

+ + + + + + + + + + +
ElucidationGibbs energy per unit mass.
Wikidata Referencehttps://www.wikidata.org/wiki/Q76360636
+
+

SpecificHeatCapacity#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationHeat capacity divided by mass.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-48
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05800
Wikipedia Referencehttps://en.wikipedia.org/wiki/Specific_heat_capacity
Wikidata Referencehttps://www.wikidata.org/wiki/Q487756
+
+

SpecificHeatCapacityAtSaturatedVaporPressure#

+ + + + + + + + + + +
ElucidationSpecific heat capacity at saturated vaport pressure.
Wikidata Referencehttps://www.wikidata.org/wiki/Q75775005
+
+

SpecificHelmholtzEnergy#

+ + + + + + + + + + +
ElucidationHelmholtz energy per unit mass.
Wikidata Referencehttps://www.wikidata.org/wiki/Q76359554
+
+

SpecificInternalEnergy#

+ + + + + + + + + + +
ElucidationInternal energy per unit mass.
Wikidata Referencehttps://www.wikidata.org/wiki/Q76357367
+
+

SpecificPowerOfStorage#

+ + + + + + +
Elucidationthe quotient of the power of an energy-storage device or system and its mass
+
+

SpecificSurfaceArea#

+ + + + + + + + + + + + + + + + + + +
Elucidationtotal surface of a solid per mass
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=485-02-10
Wikipedia Referencehttps://en.wikipedia.org/wiki/Specific_surface_area
Wikidata Referencehttps://www.wikidata.org/wiki/Q622205
+
+

SpecificVolume#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationinverse of the mass density ρ, thus v = 1/ρ.
Alternative Label(s)MassicVolume
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-09
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05807
Wikidata Referencehttps://www.wikidata.org/wiki/Q683556
+
+

Speed#

+ + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05852
CommentLength per unit time. + +Speed in the absolute value of the velocity.
+
+

SpeedFractionUnit#

+ + + + + + +
ElucidationUnit for quantities of dimension one that are the fraction of two speeds.
+
+

SpeedOfLightInVacuum#

+ + + + + + + + + + +
ElucidationThe speed of light in vacuum. Defines the base unit metre in the SI system.
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05854
+
+

SpeedUnit#

+ + +
+
+

Sphere#

+ + +
+
+

Spin#

+ + + + + + + + + + + + + + +
ElucidationVector quantity expressing the internal angular momentum of a particle or a particle system.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-05-09
Wikidata Referencehttps://www.wikidata.org/wiki/Q133673
+
+

SpinQuantumNumber#

+ + + + + + + + + + +
ElucidationCharacteristic quantum number s of a particle, related to its spin.
Wikidata Referencehttps://www.wikidata.org/wiki/Q3879445
+
+

Spray#

+ + + + + + +
ElucidationA suspension of liquid droplets dispersed in a gas through an atomization process.
+
+

Spring#

+ + +
+
+

SquareCentiMetre#

+ + + + + + + + + + +
ElucidationA unit of area equal to that of a square, of sides 1cm + +-- QUDT
Alternative Label(s)Square Centimetre
+
+

SquareCentiMetreMinute#

+ + + + + + + + + + +
Elucidation"Square centimeter minute" is a unit for 'Area Time' expressed as cm² . m. + +-- QUDT
Alternative Label(s)Square Centimetre Minute
+
+

SquareCentiMetrePerCubicCentiMetre#

+ + + + + + +
Alternative Label(s)Square centimetres per cubic centimetre
+
+

SquareCentiMetrePerSecond#

+ + + + + + +
Alternative Label(s)Square centimetres per second
+
+

SquareCentiMetreSecond#

+ + + + + + + + + + +
Elucidation"Square Centimeter Second" is a C.G.S System unit for 'Area Time' expressed as cm² . s. + +-- QUDT
Alternative Label(s)Square Centimetre Second
+
+

SquareCoulombSquareMetrePerJoule#

+ + + + + + + + + + +
Elucidation"Square Coulomb Square Meter per Joule" is a unit for 'Polarizability' expressed as C² m² J⁻¹. + +-- QUDT
Alternative Label(s)Square Coulomb Square Metre per Joule
+
+

SquareCurrentQuarticTimePerMassUnit#

+ + +
+
+

SquareDeciMetre#

+ + + + + + + + + + +
Elucidation0.1-fold of the power of the SI base unit metre with the exponent 2 + +-- QUDT
Alternative Label(s)Square Decimetre
+
+

SquareDegree#

+ + + + + + + + + + +
ElucidationA square degree is a non-SI unit measure of solid angle. It is denoted in various ways, including deg, sq. deg. and °². Just as degrees are used to measure parts of a circle, square degrees are used to measure parts of a sphere. Analogous to one degree being equal to π /180 radians, a square degree is equal to (π /180) or about 1/3283 steradian. The number of square degrees in a whole sphere is or approximately 41 253 deg. This is the total area of the 88 constellations in the list of constellations by area. For example, observed from the surface of the Earth, the Moon has a diameter of approximately 0.5°, so it covers a solid angle of approximately 0.196 deg, which is 4.8 × 10 of the total sky sphere. + +-- QUDT
Alternative Label(s)Square degree
+
+

SquareDegreeCelsiusPerSecond#

+ + + + + + +
Alternative Label(s)Square Degrees Celsius per second
+
+

SquareElectricPotentialPerSquareTemperatureUnit#

+ + +
+
+

SquareKelvin#

+ + + + + + +
Alternative Label(s)Square Kelvin
+
+

SquareKilogramPerSquareSecond#

+ + + + + + +
Alternative Label(s)Square Kilograms per square second
+
+

SquareMassPerSquareTimeUnit#

+ + +
+
+

SquareMetre#

+ + + + + + +
ElucidationThe S I unit of area is the square metre. + +-- QUDT
+
+

SquareMetreCubicHertz#

+ + + + + + +
Alternative Label(s)Square metres cubic Hertz
+
+

SquareMetreHertz#

+ + + + + + +
Alternative Label(s)Square metres Hertz
+
+

SquareMetreKelvin#

+ + + + + + + + + + +
Elucidation`Square Meter Kelvin` is a unit for 'Area Temperature' expressed as m²-K. + +-- QUDT
Alternative Label(s)Square Metre Kelvin
+
+

SquareMetreKelvinPerWatt#

+ + + + + + + + + + +
Elucidation`Square Meter Kelvin per Watt` is a unit for 'Thermal Insulance' expressed as (K²)m/W. + +-- QUDT
Alternative Label(s)Square Metre Kelvin per Watt
+
+

SquareMetrePerHectare#

+ + + + + + + + + + +
ElucidationSquare metres per hectare. + +-- QUDT
Alternative Label(s)square metres per hectare
+
+

SquareMetrePerHertz#

+ + + + + + +
Alternative Label(s)Square metres per Hertz
+
+

SquareMetrePerHertzPerDegree#

+ + + + + + +
Alternative Label(s)Square metres per Hertz per degree
+
+

SquareMetrePerJoule#

+ + + + + + +
Alternative Label(s)Square Metre per Joule
+
+

SquareMetrePerKelvin#

+ + + + + + +
Alternative Label(s)Square Metre per Kelvin
+
+

SquareMetrePerKilogram#

+ + + + + + + + + + +
ElucidationSquare Meter Per Kilogram (m2/kg) is a unit in the category of Specific Area. It is also known as square meters per kilogram, square metre per kilogram, square metres per kilogram, square meter/kilogram, square metre/kilogram. This unit is commonly used in the SI unit system. Square Meter Per Kilogram (m2/kg) has a dimension of M-1L2 where M is mass, and L is length. This unit is the standard SI unit in this category. + +-- QUDT
Alternative Label(s)Square Metre per Kilogram
+
+

SquareMetrePerMole#

+ + + + + + + + + + +
ElucidationSquare Meter Per Mole (m2/mol) is a unit in the category of Specific Area. It is also known as square meters per mole, square metre per per, square metres per per, square meter/per, square metre/per. This unit is commonly used in the SI unit system. Square Meter Per Mole (m2/mol) has a dimension of M-1L2 where M is mass, and L is length. This unit is the standard SI unit in this category. + +-- QUDT
Alternative Label(s)Square Metre per Mole
+
+

SquareMetrePerNewton#

+ + + + + + + + + + +
Elucidationpower of the SI base unit metre with the exponent 2 divided by the derived SI unit newton + +-- QUDT
Alternative Label(s)Square Metre Per Newton
+
+

SquareMetrePerSecond#

+ + + + + + + + + + +
ElucidationSquare Metres per second is the SI derived unit of angular momentum, defined by distance or displacement in metres multiplied by distance again in metres and divided by time in seconds. The unit is written in symbols as m2/s or m2u00b7s-1 or m2s-1. It may be better understood when phrased as "metres per second times metres", i.e. the momentum of an object with respect to a position. + +-- QUDT
Alternative Label(s)Square Metre per Second
+
+

SquareMetrePerSquareHertz#

+ + + + + + +
Alternative Label(s)Square metres per square Hertz
+
+

SquareMetrePerSquareMetre#

+ + + + + + + + + + +
ElucidationA square metre unit of area per square metre + +-- QUDT
Alternative Label(s)square metre per square metre
+
+

SquareMetrePerSquareSecond#

+ + + + + + +
Alternative Label(s)Square metres per square second
+
+

SquareMetrePerSteradian#

+ + + + + + + + + + +
Alternative Label(s)Square Metre per Steradian
Wikipedia Referencehttp://en.wikipedia.org/wiki/Steradian?oldid=494317847
+
+

SquareMetrePerSteradianJoule#

+ + + + + + +
Alternative Label(s)Square Metre per Steradian Joule
+
+

SquareMetrePerVoltSecond#

+ + + + + + +
Alternative Label(s)Square Metre per Volt Second
+
+

SquareMetreQuarticHertz#

+ + + + + + +
Alternative Label(s)Square metres quartic Hertz
+
+

SquareMetreSecondPerRadian#

+ + + + + + +
Alternative Label(s)Square metre seconds per radian
+
+

SquareMetreSquareHertz#

+ + + + + + +
Alternative Label(s)Square Metres square Hertz
+
+

SquareMetreSteradian#

+ + + + + + + + + + +
Elucidation"Square Meter Steradian" is a unit for 'Area Angle' expressed as m²-sr. + +-- QUDT
Alternative Label(s)Square Metre Steradian
+
+

SquareMicroMetre#

+ + + + + + + + + + +
Elucidation0.000000000001-fold of the power of the SI base unit metre with the exponent 2 + +-- QUDT
Alternative Label(s)Square Micrometre
+
+

SquareMilliMetre#

+ + + + + + + + + + +
Elucidation0.000001-fold of the power of the SI base unit metre with the exponent 2 + +-- QUDT
Alternative Label(s)Square Millimetre
+
+

SquareMilliMetrePerSecond#

+ + + + + + + + + + +
Elucidation0.000001-fold of the power of the SI base unit metre with the exponent 2 divided by the SI base unit second + +-- QUDT
Alternative Label(s)Square Millimetre Per Second
+
+

SquareNanoMetre#

+ + + + + + + + + + +
ElucidationA unit of area equal to that of a square, of sides 1nm + +-- QUDT
Alternative Label(s)Square Nanometre
+
+

SquarePascalPerSquareSecond#

+ + + + + + +
Alternative Label(s)Square pascal per square second
+
+

SquarePascalSecond#

+ + + + + + + + + + +
ElucidationSquare Pascal Second (Pa²· s) is a unit in the category of sound exposure. + +-- QUDT
Alternative Label(s)Square Pascal Second
+
+

SquarePressurePerSquareTimeUnit#

+ + +
+
+

SquarePressureTimeUnit#

+ + +
+
+

SquareSecond#

+ + + + + + + + + + +
Elucidation"Square Second" is a unit for 'Square Time' expressed as s². + +-- QUDT
Alternative Label(s)Square Second
+
+

SquareTemperaturePerTimeUnit#

+ + +
+
+

SquareTemperatureUnit#

+ + +
+
+

SquareTimePerMassUnit#

+ + +
+
+

SquareTimeUnit#

+ + +
+
+

SquareVoltPerSquareKelvin#

+ + + + + + +
Alternative Label(s)Square Volt per Square Kelvin
+
+

SquareWaveCurrent#

+ + + + + + + + + + + + + + +
Elucidationcomponent of an electric current that is associated with the presence of an analyate in square-wave voltammetry
IUPAC Referencehttps://goldbook.iupac.org/terms/view/S05897
CommentI_{SW}
+
+

SquareWavePotentialWaveform#

+ + + + + + + + + + +
ElucidationPeriodic potential where the amplitude alternates at a steady frequency between fixed minimum and maximum values, with the same duration at minimum and maximum.
CommentIn an ideal square wave, the transitions between minimum and maximum are instantaneous.
+
+

SquareWaveVoltammetry#

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationvoltammetry in which a square-wave potential waveform is superimposed on an underlying linearly varying potential ramp or staircase ramp
Alternative Label(s)OSWV, OSWV, OSWV, OsteryoungSquareWaveVoltammetry, OsteryoungSquareWaveVoltammetry, OsteryoungSquareWaveVoltammetry, SWV, SWV, SWV
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
Wikipedia Referencehttps://en.wikipedia.org/wiki/Squarewave_voltammetry
Wikidata Referencehttps://www.wikidata.org/wiki/Q4016323
CommentMost instruments show plots of the current at the end of the forward-going pulse and of the backward-going pulse vs. the potential, as well as their difference. This can give valuable information on the kinetics of the electrode reaction and the electrode process.
+
+

SquareWaveVoltammetryWaveform#

+ + + + + + +
ElucidationSquare wave potential waveform superimposed to a linear potential ramp or a staircase potential ramp.
+
+

Stage#

+ + + + + + +
ElucidationA process which is an holistic temporal part of a process.
+
+

StaircaseCurrentRamp#

+ + + + + + +
ElucidationSuccessive current steps that form a signal with a staircase waveform.
+
+

StaircasePotentialRamp#

+ + + + + + +
ElucidationSuccessive steps of electric potential that form a staircase waveform.
+
+

StandaloneAtom#

+ + + + + + + + + + +
ElucidationAn atom that does not share electrons with other atoms.
CommentA standalone atom can be bonded with other atoms by intermolecular forces (i.e. dipole–dipole, London dispersion force, hydrogen bonding), since this bonds does not involve electron sharing.
+
+

StandaloneModelSimulation#

+ + + + + + +
ElucidationA standalone simulation, where a single physics equation is solved.
+
+

StandardAbsoluteActivity#

+ + + + + + + + + + + + + + +
ElucidationFor a substance in a mixture, the absolute activity of the pure substance at the same temperature but at standard pressure.
Alternative Label(s)StandardAbsoluteActivityInAMixture
Wikidata Referencehttps://www.wikidata.org/wiki/Q89406159
+
+

StandardAbsoluteActivity#

+ + + + + + + + + + + + + + +
ElucidationProperty of a solute in a solution.
Alternative Label(s)StandardAbsoluteActivityInASolution
Wikidata Referencehttps://www.wikidata.org/wiki/Q89485936
+
+

StandardAbsoluteActivityOfSolvent#

+ + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q89556185
+
+

StandardAmountConcentration#

+ + + + + + + + + + + + + + +
Alternative Label(s)StandardConcentration, StandardMolarConcentration
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05909
Wikidata Referencehttps://www.wikidata.org/wiki/Q88871689
+
+

StandardChemicalPotential#

+ + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05908
Wikidata Referencehttps://www.wikidata.org/wiki/Q89333468
+
+

StandardElectrodePotential#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationequilibrium electrode potential of an electrode under standard conditions
Alternative Label(s)StandardPotential, StandardPotential, StandardPotential
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-13
IUPAC Referencehttps://goldbook.iupac.org/terms/view/S05912
CommentE° is related to the standard Gibbs Energy of the electrode reaction, Δr +G° or ΔrG , written as a reduction with respect to that of the standard hydrogen electrode (SHE) E° = −ΔrG°/zF.
+
+

StandardEquilibriumConstant#

+ + + + + + + + + + + + + + +
Alternative Label(s)ThermodynamicEquilibriumConstant
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05915
Wikidata Referencehttps://www.wikidata.org/wiki/Q95993378
+
+

StandardHydrogenElectrode#

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationfor solutions in protic solvents, the universal reference electrode for which, under standard conditions, the standard electrode potential (H+ / H2) is zero at all temperatures
Alternative Label(s)SHE
IUPAC Referencehttps://goldbook.iupac.org/terms/view/S05917
Wikipedia Referencehttps://en.wikipedia.org/wiki/Standard_hydrogen_electrode
Wikidata Referencehttps://www.wikidata.org/wiki/Q898559
CommentPotential of a platinum electrode in a theoretical ideal solution (the current standard for zero potential for all temperatures)
+
+

StandardModelParticle#

+ + + + + + + + + + +
ElucidationThe union of all classes categorising elementary particles according to the Standard Model.
Alternative Label(s)ElementaryParticle
+
+

StandardUnit#

+ + + + + + + + + + +
ElucidationA reference unit provided by a reference material. +International vocabulary of metrology (VIM)
Alternative Label(s)ReferenceMaterial
+
+

StandardVoltageCell#

+ + + + + + + + + + +
Elucidationcell having, at a specified temperature, an invariant and specific open-circuit voltage, used as a reference voltage.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-17
+
+

StandardizedPhysicalQuantity#

+ + + + + + +
ElucidationThe superclass for all physical quantities classes that are categorized according to a standard (e.g. ISQ).
+
+

StartingCapability#

+ + + + + + + + + + +
Elucidationability of a battery to supply power to an engine starter motor under specified conditions
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-26
+
+

StateOfCharge#

+ + + + + + + + + + +
Alternative Label(s)SoC
Wikipedia Referencehttps://en.wikipedia.org/wiki/State_of_charge
+
+

StateOfMatter#

+ + + + + + + + + + +
ElucidationA superclass made as the disjoint union of all the form under which matter can exist.
Wikipedia Referencehttps://en.wikipedia.org/wiki/State_of_matter
+
+

StaticFrictionCoefficient#

+ + + + + + + + + + + + + + +
Alternative Label(s)CoefficientOfStaticFriction, StaticFrictionFactor
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-33
Wikidata Referencehttps://www.wikidata.org/wiki/Q73695673
+
+

StaticFrictionForce#

+ + + + + + + + + + +
Alternative Label(s)StaticFriction
Wikidata Referencehttps://www.wikidata.org/wiki/Q90862568
+
+

StatisticalWeightOfSubsystem#

+ + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q96207431
+
+

Status#

+ + + + + + + + + + +
ElucidationAn object which is an holistic temporal part of a process.
Alternative Label(s)State
+
+

Step#

+ + + + + + +
ElucidationA task that is a well formed tile of a workflow, according to a reductionistic description.
+
+

StepChronopotentiometry#

+ + + + + + +
ElucidationChronopotentiometry where the applied current is changed in steps.
+
+

StepDuration#

+ + + + + + +
Elucidationthe duration between two consecutive steps in a staircase signal
+
+

StepIndex#

+ + + + + + +
Elucidationnumber describing the step in a protocol
+
+

StepSignalCurrent#

+ + + + + + +
Elucidationthe magnitude of the current step in chronopotentiometry and related techniques
+
+

StepSignalVoltage#

+ + + + + + +
Elucidationthe magnitude of the voltage step in step voltammetry and related techniques
+
+

Steradian#

+ + + + + + + + + + + + + + +
ElucidationDimensionless measurement unit for solid angle.
IUPAC Referencehttps://doi.org/10.1351/goldbook.S05971
Wikipedia Referencehttp://en.wikipedia.org/wiki/Steradian?oldid=494317847
+
+

SternModel#

+ + + + + + + + + + +
Elucidationdescribes the double layer as divided into two parts separated by the Stern plane, located about one hydrated ion radius from the electrode surface
Commentproposed by Otto Stern in 1924
+
+

StoichiometricEquation#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationthe symbolic representation of a chemical reaction in the form of symbols and formulae, wherein the reactant entities are given on the left-hand side and the product entities on the right-hand side
Alternative Label(s)ChemicalEquation, ChemicalReactionEquation
IUPAC Referencehttps://doi.org/10.1351/goldbook.C01034
Wikipedia Referencehttps://en.wikipedia.org/wiki/Chemical_equation
Wikidata Referencehttps://www.wikidata.org/wiki/Q182527
+
+

StoichiometricNumberOfSubstance#

+ + + + + + + + + + + + + + +
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-22
IUPAC Referencehttps://doi.org/10.1351/goldbook.S06025
Wikidata Referencehttps://www.wikidata.org/wiki/Q95443720
+
+

Stoichiometry#

+ + +
+
+

StorageTest#

+ + + + + + + + + + +
Elucidationtest carried out to measure the loss of capacity, open-circuit voltage, short-circuit current or other quantities after storage under specified conditions
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-45
+
+

Strain#

+ + + + + + +
ElucidationChange of the relative positions of parts of a body, excluding a displacement of the body as a whole.
+
+

StrangeAntiQuark#

+ + +
+
+

StrangeQuark#

+ + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Strange_quark
+
+

Stress#

+ + + + + + +
CommentForce per unit oriented surface area .
+
+

StrictFundamental#

+ + + + + + +
ElucidationThe class of individuals that satisfy a whole defining criteria (i.e. belongs to a subclass of whole) and have no proper parts that satisfy that same criteria (no parts that are of the same type of the whole).
+
+

String#

+ + + + + + +
ElucidationA physical made of more than one symbol sequentially arranged.
+
+

StrippingChronopotentiometry#

+ + +
+
+

StrippingVoltammetry#

+ + + + + + + + + + + + + + + + + + +
Elucidationtwo-step electrochemical measurement in which 1) material is accumulated at an electrode and 2) the amount of an accumulated species is measured by voltammetry. The measured electric current in step 2 is related to the concentration of analyte in the solution by calibration.
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electrochemical_stripping_analysis
CommentAnodic stripping voltammetry (ASV) was historically used to measure concentrations of metal ions in solution using cathodic accumulation with mercury to form an amalgam. Due to the toxicity of mercury and its compounds, inductively coupled plasma optical emission spectrometry and inductively coupled plasma mass spectrometry have frequently replaced ASV at mercury electrodes in the laboratory, often sacrificing the probing of speciation and lability in complex matrices. Mercury has now been replaced by non-toxic bismuth or anti- mony as films on a solid electrode support (such as glassy carbon) with equally good sensi- tivity and detection limits.
+
+

StrongAcid#

+ + +
+
+

StrongBaseCompound#

+ + +
+
+

Strontium#

+ + + + + + + + + + + + + + +
Alternative Label(s)Sr
Wikipedia Referencehttps://en.wikipedia.org/wiki/Strontium
Wikidata Referencehttps://www.wikidata.org/wiki/Q938
+
+

StrontiumAcetate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Sr(OAc)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Strontium_acetate
Wikidata Referencehttps://www.wikidata.org/wiki/Q1674310
+
+

StrontiumAtom#

+ + + + + + +
ElucidationAtom subclass for strontium.
+
+

StrontiumBisfluorosulfonylimide#

+ + + + + + +
Alternative Label(s)Sr(FSI)2
+
+

StrontiumBisoxalatoborate#

+ + + + + + +
Alternative Label(s)Sr(BOB)2
+
+

StrontiumBisoxalatophosphate#

+ + + + + + +
Alternative Label(s)Sr(BOP)2
+
+

StrontiumBistrifluoromethanesulfonylimide#

+ + + + + + +
Alternative Label(s)Sr(TFSI)2
+
+

StrontiumBromide#

+ + + + + + + + + + + + + + +
Alternative Label(s)SrBr2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Strontium_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q416904
+
+

StrontiumCarbonate#

+ + + + + + + + + + + + + + +
Alternative Label(s)SrCO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Strontium_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q413629
+
+

StrontiumChlorate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Sr(ClO3)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Strontium_chlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q7624768
+
+

StrontiumChloride#

+ + + + + + + + + + + + + + +
Alternative Label(s)SrC2l
Wikipedia Referencehttps://en.wikipedia.org/wiki/Strontium_chloride
Wikidata Referencehttps://www.wikidata.org/wiki/Q411859
+
+

StrontiumDifluorooxalatoborate#

+ + + + + + +
Alternative Label(s)Sr(DFOB)2
+
+

StrontiumElectrode#

+ + +
+
+

StrontiumFluoride#

+ + + + + + + + + + + + + + +
Alternative Label(s)SrF2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Strontium_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q421174
+
+

StrontiumHexafluorophosphate#

+ + + + + + +
Alternative Label(s)Sr(PF6)2
+
+

StrontiumHydroxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)Sr(OH)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Strontium_hydroxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q132428
+
+

StrontiumIodide#

+ + + + + + + + + + + + + + +
Alternative Label(s)SrI2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Strontium_iodide
Wikidata Referencehttps://www.wikidata.org/wiki/Q417992
+
+

StrontiumNitrate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Sr(NO3)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Strontium_nitrate
Wikidata Referencehttps://www.wikidata.org/wiki/Q421083
+
+

StrontiumNitrite#

+ + + + + + +
Alternative Label(s)Sr(NO2)2
+
+

StrontiumPerchlorate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Sr(ClO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Strontium_perchlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q3375145
+
+

StrontiumPhosphate#

+ + + + + + + + + + +
Alternative Label(s)Sr3(PO4)2
Wikidata Referencehttps://www.wikidata.org/wiki/Q4337166
+
+

StrontiumSaltCompound#

+ + +
+
+

StrontiumSulfate#

+ + + + + + + + + + + + + + +
Alternative Label(s)SrSO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Strontium_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q414440
+
+

StrontiumSulfide#

+ + + + + + + + + + + + + + +
Alternative Label(s)SrS
Wikipedia Referencehttps://en.wikipedia.org/wiki/Strontium_sulfide
Wikidata Referencehttps://www.wikidata.org/wiki/Q1765041
+
+

StrontiumSulfite#

+ + + + + + + + + + + + + + +
Alternative Label(s)SrSO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Strontium_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q82863248
+
+

StrontiumSymbol#

+ + +
+
+

StrontiumTetrafluoroborate#

+ + + + + + +
Alternative Label(s)Sr(BF4)2
+
+

StrontiumTriflate#

+ + + + + + +
Alternative Label(s)Sr(OTf)2
+
+

StrontiumTrifluoromethanesulfonyloxalatoborate#

+ + + + + + +
Alternative Label(s)Sr(TFOB)2
+
+

StructuralFormula#

+ + + + + + +
ElucidationA graphical representation of a molecular structure showing the relative position in space of the atomic constituents and their bonds.
+
+

StructureFactor#

+ + + + + + + + + + +
ElucidationMathematical description in crystallography.
Wikidata Referencehttps://www.wikidata.org/wiki/Q900684
+
+

StyreneButadiene#

+ + + + + + + + + + + + + + +
Alternative Label(s)SBR
Wikipedia Referencehttps://en.wikipedia.org/wiki/Styrene-butadiene
Wikidata Referencehttps://www.wikidata.org/wiki/Q146429
+
+

SubObject#

+ + + + + + + + + + +
ElucidationAn object which is an holistic temporal part of another object.
CommentHere we consider a temporal interval that is lower than the characteristic time of the physical process that provides the causality connection between the object parts.
+
+

SubProcess#

+ + + + + + +
ElucidationA process which is an holistic spatial part of a process.
+
+

Subjective#

+ + + + + + + + + + +
ElucidationA coded conventional that cannot be univocally determined and depends on an agent (e.g. a human individual, a community) acting as black-box.
CommentThe word subjective applies to property intrisically subjective or non-well defined. In general, when an black-box-like procedure is used for the definition of the property. + +This happens due to e.g. the complexity of the object, the lack of a underlying model for the representation of the object, the non-well specified meaning of the property symbols. + +A 'SubjectiveProperty' cannot be used to univocally compare 'Object'-s. + +e.g. you cannot evaluate the beauty of a person on objective basis.
+
+

SubjectiveProperty#

+ + + + + + +
ElucidationA quantity whos value that cannot be univocally determined and depends on an agent (e.g. a human individual, a community).
+
+

Substance#

+ + +
+
+

SuccinicAnhydride#

+ + + + + + + + + + + + + + +
Alternative Label(s)SA
Wikipedia Referencehttps://en.wikipedia.org/wiki/Succinic_anhydride
Wikidata Referencehttps://www.wikidata.org/wiki/Q417847
+
+

Sulfolane#

+ + + + + + + + + + + + + + +
Alternative Label(s)(CH2)4SO2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sulfolane
Wikidata Referencehttps://www.wikidata.org/wiki/Q416239
+
+

Sulfur#

+ + + + + + + + + + + + + + +
Alternative Label(s)S
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sulfur
Wikidata Referencehttps://www.wikidata.org/wiki/Q682
+
+

SulfurAtom#

+ + + + + + +
ElucidationAtom subclass for sulfur.
+
+

SulfurElectrode#

+ + +
+
+

SulfurSymbol#

+ + +
+
+

SulfuricAcid#

+ + + + + + + + + + + + + + +
Alternative Label(s)H2SO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sulfuric_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q4118
+
+

SulfuricAcidSolution#

+ + +
+
+

SulfurousAcid#

+ + + + + + + + + + + + + + +
Alternative Label(s)H2SO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Sulfurous_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q206778
+
+

Supercapacitor#

+ + + + + + + + + + + + + + + + + + +
Elucidationtype of capacitor characterized by high capacitance, high specific and volumetric energy density, and low voltage limits
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-03
Wikipedia Referencehttps://en.wikipedia.org/wiki/Supercapacitor
Wikidata Referencehttps://www.wikidata.org/wiki/Q754523
+
+

SuperconductionTransitionTemperature#

+ + + + + + + + + + + + + + +
ElucidationCritical thermodynamic temperature of a superconductor.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=815-10-09
Wikidata Referencehttps://www.wikidata.org/wiki/Q106103037
+
+

SuperconductorEnergyGap#

+ + + + + + + + + + + + + + +
ElucidationWidth of the forbidden energy band in a superconductor.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=815-10-28
Wikidata Referencehttps://www.wikidata.org/wiki/Q106127898
+
+

SupplyChain#

+ + + + + + +
ElucidationA supply chain is a system of organizations, people, activities, information, and resources involved in supplying a product or service to a consumer.
+
+

SupportingElectrolyte#

+ + + + + + + + + + + + + + + + + + +
Elucidationelectrolyte solution, the ions of which are electroinactive in the range of applied potential being studied, and whose ionic strength (and, therefore, contribution to the overall conductivity) is usually much greater than the concentration of an electroactive substance to be dissolved in it.
Alternative Label(s)BaseElectrolyte, IndifferentElectrolyte, InertElectrolyte
IUPAC Referencehttps://goldbook.iupac.org/terms/view/S06149
Wikipedia Referencehttps://en.wikipedia.org/wiki/Supporting_electrolyte
+
+

SurfaceActivityDensity#

+ + + + + + + + + + + + + + +
ElucidationQuotient of the activity A of a sample and the total area S of the surface of that sample.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-10
Wikidata Referencehttps://www.wikidata.org/wiki/Q98103005
+
+

SurfaceArea#

+ + + + + + + + + + + + + + +
Elucidationa measure of the total area that the surface of a solid object occupies
Wikipedia Referencehttps://en.wikipedia.org/wiki/Surface_area
Wikidata Referencehttps://www.wikidata.org/wiki/Q1379273
+
+

SurfaceAreaPerVolume#

+ + +
+
+

SurfaceCoefficientOfHeatTransfer#

+ + + + + + + + + + + + + + +
ElucidationCoefficient of heat transfer when heat exchange takes place between a body at thermodynamic temperature Ts and its surroundings that are at a reference temperature Tr.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-40
Wikidata Referencehttps://www.wikidata.org/wiki/Q74770365
+
+

SurfaceDensityOfElectricCharge#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationThe derivative of the electric charge of a system with respect to the area.
Alternative Label(s)AreicElectricCharge, SurfaceChargeDensity
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-08
IUPAC Referencehttps://doi.org/10.1351/goldbook.S06159
Wikidata Referencehttps://www.wikidata.org/wiki/Q12799324
+
+

SurfaceMassDensity#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationat a given point on a two-dimensional domain of quasi-infinitesimal area dA, scalar quantity equal to the mass dm within the domain divided by the area dA, thus ρA = dm/dA.
Alternative Label(s)AreicMass, SurfaceDensity
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-10
IUPAC Referencehttps://doi.org/10.1351/goldbook.S06167
Wikidata Referencehttps://www.wikidata.org/wiki/Q1907514
+
+

SurfaceOverpotential#

+ + + + + + + + + + + + + + +
ElucidationThe potential of a working electrode relative to a reference electrode of the same kinds placed in the solution adjacent to the surface of the working electrode (just outside the double layer).
Alternative Label(s)SurfacePolarization, SurfacePolarization, SurfacePolarization
CommentA positive surface overpotential produces a positive (anodic) current.
+
+

SurfaceTension#

+ + + + + + + + + + + + + + + + + + +
Alternative Label(s)4-26
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-42
IUPAC Referencehttps://doi.org/10.1351/goldbook.S06192
Wikidata Referencehttps://www.wikidata.org/wiki/Q170749
+
+

Susceptance#

+ + + + + + + + + + + + + + +
Elucidationimaginary part of the admittance
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-54
Wikidata Referencehttps://www.wikidata.org/wiki/Q509598
+
+

Suspension#

+ + + + + + + + + + +
ElucidationAn heterogeneous mixture that contains coarsly dispersed particles (no Tyndall effect), that generally tend to separate in time to the dispersion medium phase.
CommentSuspensions show no significant effect on light.
+
+

SwagelokCell#

+ + + + + + +
Alternative Label(s)SwagelokBatteryCell
+
+

Symbol#

+ + + + + + + + + + +
ElucidationThe class of individuals that stand for an elementary mark of a specific symbolic code (alphabet).
Alternative Label(s)AlphabeticEntity
+
+

Symbolic#

+ + + + + + +
ElucidationA discrete data whose elements can be decoded as tokens from one or more alphabets, without necessarily respecting syntactic rules.
+
+

SymbolicConstruct#

+ + + + + + +
ElucidationA symbolic entity made of other symbolic entities according to a specific spatial configuration.
+
+

SystemProgram#

+ + + + + + +
ElucidationSystem program refers to operating systems and utility programs that manage computer resources at a low level enabling a computer to function.
+
+

SystemUnit#

+ + +
+
+

TDI#

+ + +
+
+

TFP#

+ + + + + + + + + + +
Alternative Label(s)Tris(222Trifluoroethyl)Phosphate
Wikidata Referencehttps://www.wikidata.org/wiki/Q72515436
+
+

Tantalum#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tantalum
Wikidata Referencehttps://www.wikidata.org/wiki/Q1123
+
+

TantalumAtom#

+ + + + + + +
ElucidationAtom subclass for tantalum.
+
+

TantalumSymbol#

+ + +
+
+

TartaricAcid#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tartaric_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q194322
+
+

TartronicAcid#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tartronic_acid
Wikidata Referencehttps://www.wikidata.org/wiki/Q425473
+
+

Task#

+ + + + + + + + + + +
ElucidationA procedure that is an hoilistic part of a workflow.
Alternative Label(s)Job
+
+

Tau#

+ + + + + + + + + + +
ElucidationThe class of individuals that stand for tau elementary particles belonging to the third generation of leptons.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tau_(particle)
+
+

TauAntiNeutrino#

+ + +
+
+

TauNeutrino#

+ + + + + + + + + + +
ElucidationA neutrino belonging to the third generation of leptons.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tau_neutrino
+
+

Technetium#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Technetium
Wikidata Referencehttps://www.wikidata.org/wiki/Q1054
+
+

TechnetiumAtom#

+ + + + + + +
ElucidationAtom subclass for technetium.
+
+

TechnetiumSymbol#

+ + +
+
+

Tellurium#

+ + + + + + + + + + + + + + +
Alternative Label(s)Te
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tellurium
Wikidata Referencehttps://www.wikidata.org/wiki/Q1100
+
+

TelluriumAtom#

+ + + + + + +
ElucidationAtom subclass for tellurium.
+
+

TelluriumSymbol#

+ + +
+
+

TemperatureAreaPerMassTimeUnit#

+ + +
+
+

TemperatureCoefficientOfTheCapacity#

+ + + + + + + + + + +
Elucidationquotient of the change in capacity of a cell by the corresponding change in temperature.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-18
+
+

TemperatureCoefficientOfTheOpenCircuitVoltage#

+ + + + + + + + + + +
Elucidationquotient of change in open-circuit voltage of a cell or battery by the corresponding change in temperature.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-33
+
+

TemperatureLengthPerTimeUnit#

+ + +
+
+

TemperatureLimit#

+ + + + + + +
Elucidationlimit on the temperature of a system
+
+

TemperatureMassPerAreaUnit#

+ + +
+
+

TemperaturePerLengthUnit#

+ + +
+
+

TemperaturePerMagneticFluxDensityUnit#

+ + +
+
+

TemperaturePerPressureUnit#

+ + +
+
+

TemperaturePerSquareTimeUnit#

+ + +
+
+

TemperaturePerTimeUnit#

+ + +
+
+

TemperaturePressurePerTimeUnit#

+ + +
+
+

TemperatureTimeUnit#

+ + +
+
+

TemperatureUnit#

+ + +
+
+

Tempering#

+ + +
+
+

TemporalRole#

+ + + + + + + + + + +
ElucidationAn holistic temporal part of a whole.
Alternative Label(s)HolisticTemporalPart
+
+

TemporalTile#

+ + + + + + +
ElucidationA direct part that is obtained by partitioning a whole purely in temporal parts.
+
+

TemporalTiling#

+ + + + + + +
ElucidationA well formed tessellation with tiles that are all temporal.
+
+

TemporallyFundamental#

+ + + + + + +
ElucidationThe class of individuals that satisfy a whole defining criteria (i.e. belongs to a subclass of whole) and have no temporal parts that satisfy that same criteria (no parts that are of the same type of the whole).
+
+

TemporallyRedundant#

+ + + + + + +
ElucidationA whole with temporal parts of its same type.
+
+

TennessineAtom#

+ + + + + + +
ElucidationAtom subclass for tennessine.
+
+

TennessineSymbol#

+ + +
+
+

TensorMeson#

+ + + + + + +
ElucidationA meson with spin two.
+
+

Tera#

+ + +
+
+

TeraPrefixedUnit#

+ + +
+
+

TerbiumAtom#

+ + + + + + +
ElucidationAtom subclass for terbium.
+
+

TerbiumSymbol#

+ + +
+
+

Terminal#

+ + + + + + + + + + +
Elucidationconductive part of a device, electric circuit or electric network, provided for connecting that device, electric circuit or electric network to one or more external conductors
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-22
+
+

TerminalProtector#

+ + + + + + + + + + + + + + +
Elucidationcover of insulating material used to avoid electric contact with the cell or battery terminal
Alternative Label(s)TerminalCover
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-23
+
+

Tesla#

+ + + + + + + + + + + + + + +
ElucidationSI unit for magnetic flux density or induction.
IUPAC Referencehttps://doi.org/10.1351/goldbook.T06283
Wikipedia Referencehttp://en.wikipedia.org/wiki/Tesla_(unit)
+
+

Tessellation#

+ + + + + + + + + + +
ElucidationA causal object that is tessellated in direct parts.
Alternative Label(s)Tiling
+
+

TestTime#

+ + + + + + +
Elucidationtime of a measurement relative to the start of the test (t = 0)
+
+

TetraethylOrthosilicate#

+ + + + + + + + + + + + + + +
Alternative Label(s)TEOS, Tetraethoxysilane
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tetraethyl_orthosilicate
Wikidata Referencehttps://www.wikidata.org/wiki/Q421458
+
+

Tetrafluoroborate#

+ + + + + + + + + + + + + + +
ElucidationTetrafluoroborate(1-) is a boron fluoride. It is a conjugate base of a tetrafluoroboric acid. It derives from a hydride of a borohydride.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tetrafluoroborate
Wikidata Referencehttps://www.wikidata.org/wiki/Q27118029
+
+

Tetraglyme#

+ + + + + + + + + + + + + + + + + + +
ElucidationTetraglyme is a polyether.
Alternative Label(s)4Glyme, TEGDME, TetraethyleneGlycolDimethylEther
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tetraethylene_glycol_dimethyl_ether
Wikidata Referencehttps://www.wikidata.org/wiki/Q3788669
+
+

Tetrahydrofuran#

+ + + + + + + + + + + + + + +
Alternative Label(s)Oxolane, THF
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tetrahydrofuran
Wikidata Referencehttps://www.wikidata.org/wiki/Q278332
+
+

Tetrahydrofuran#

+ + + + + + + + + + + + + + +
Alternative Label(s)(CH2)4O
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tetrahydrofuran
Wikidata Referencehttps://www.wikidata.org/wiki/Q278332
+
+

TetrapotassiumHeptaiodobismuthate#

+ + + + + + +
Alternative Label(s)K4BiI7
+
+

Thallium#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Thallium
Wikidata Referencehttps://www.wikidata.org/wiki/Q932
+
+

ThalliumAtom#

+ + + + + + +
ElucidationAtom subclass for thallium.
+
+

ThalliumSymbol#

+ + +
+
+

TheoreticalCapacity#

+ + + + + + +
Alternative Label(s)TheoreticalChargeCapacity
+
+

Theorisation#

+ + + + + + + + + + +
ElucidationThe 'semiosis' process of interpreting a 'physical' and provide a complec sign, 'theory' that stands for it and explain it to another interpreter.
Alternative Label(s)Theorization
+
+

Theory#

+ + + + + + + + + + +
ElucidationA 'conventional' that stand for a 'physical'.
CommentThe 'theory' is e.g. a proposition, a book or a paper whose sub-symbols suggest in the mind of the interpreter an interpretant structure that can represent a 'physical'. + +It is not an 'icon' (like a math equation), because it has no common resemblance or logical structure with the 'physical'. + +In Peirce semiotics: legisign-symbol-argument
+
+

ThermalConductance#

+ + + + + + + + + + + + + + + + + + +
ElucidationReciprocal of the thermal resistance.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-46
IUPAC Referencehttps://doi.org/10.1351/goldbook.T06298
Wikidata Referencehttps://www.wikidata.org/wiki/Q17176562
+
+

ThermalConductanceUnit#

+ + +
+
+

ThermalConductivity#

+ + + + + + + + + + + + + + + + + + +
ElucidationAt a point fixed in a medium with a temperature field, scalar quantity λ characterizing the ability of the medium to transmit heat through a surface element containing that point: φ = −λ grad T, where φ is the density of heat flow rate and T is thermodynamic temperature.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-38
Wikidata Referencehttps://www.wikidata.org/wiki/Q487005
CommentIn an anisotropic medium, thermal conductivity is a tensor quantity.
+
+

ThermalConductivityUnit#

+ + +
+
+

ThermalCutting#

+ + +
+
+

ThermalDiffusionFactor#

+ + + + + + + + + + +
ElucidationQuotient of the thermal diffusion ratio and the product of the local amount-of-substance fractions.
Wikidata Referencehttps://www.wikidata.org/wiki/Q96249629
+
+

ThermalDiffusionRatio#

+ + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q96249433
+
+

ThermalDiffusivity#

+ + + + + + + + + + + + + + +
Alternative Label(s)ThermalDiffusionCoefficient
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-53
Wikidata Referencehttps://www.wikidata.org/wiki/Q3381809
+
+

ThermalInsulance#

+ + + + + + + + + + + + + + + + + + +
ElucidationReciprocal of the coefficient of heat transfer.
Alternative Label(s)CoefficientOfThermalInsulance
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-41
Wikidata Referencehttps://www.wikidata.org/wiki/Q2596212
+
+

ThermalResistance#

+ + + + + + + + + + + + + + + + + + +
ElucidationThermodynamic temperature difference divided by heat flow rate.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-45
Wikidata Referencehttps://www.wikidata.org/wiki/Q899628
CommentThe name “thermal resistance” and the symbol R are used in building technology to designate thermal insulance.
+
+

ThermalResistanceUnit#

+ + +
+
+

ThermalResistivityUnit#

+ + +
+
+

ThermalRunaway#

+ + + + + + + + + + + + + + +
Elucidationunstable condition arising during constant voltage charge in which the rate of heat dissipation capability, causing a continuous temperature increase with resulting further charge current increase, which can lead to the destruction of the battery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-54
Commentin lithium batteries thermal runaway may cause melting of lithium
+
+

ThermalSprayingForming#

+ + +
+
+

ThermalTransmittanceUnit#

+ + +
+
+

ThermalUtilizationFactor#

+ + + + + + + + + + +
ElucidationIn an infinite medium, the quotient of the number of thermal neutrons absorbed in a fissionable nuclide or in a nuclear fuel, as specified, and the total number of thermal neutrons absorbed.
Wikidata Referencehttps://www.wikidata.org/wiki/Q99197650
+
+

ThermochemicalTreatment#

+ + +
+
+

ThermodynamicCriticalMagneticFluxDensity#

+ + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q106103200
+
+

ThermodynamicEfficiency#

+ + + + + + + + + + +
Alternative Label(s)ThermalEfficiency
Wikidata Referencehttps://www.wikidata.org/wiki/Q1452104
+
+

ThermodynamicGrueneisenParameter#

+ + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q105658620
+
+

ThermodynamicTemperature#

+ + + + + + + + + + +
ElucidationThermodynamic temperature is the absolute measure of temperature. It is defined by the third law of thermodynamics in which the theoretically lowest temperature is the null or zero point.
IUPAC Referencehttps://doi.org/10.1351/goldbook.T06321
+
+

ThermodynamicalQuantity#

+ + + + + + +
ElucidationQuantities categorised according to ISO 80000-5.
+
+

ThermoelectricVoltage#

+ + + + + + + + + + +
ElucidationVoltage between substances a and b caused by the thermoelectric effect.
Wikidata Referencehttps://www.wikidata.org/wiki/Q105761637
+
+

ThermogalvanicCell#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationelectrochemical cell that has two half-cells separated by a wall permeable to ions, both containing the same electrolyte differing only in their temperatures.
Alternative Label(s)Thermocell
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-09
Wikipedia Referencehttps://en.wikipedia.org/wiki/Thermogalvanic_cell
Wikidata Referencehttps://www.wikidata.org/wiki/Q25304247
+
+

ThermomechanicalTreatment#

+ + +
+
+

Thickness#

+ + + + + + + + + + + + + + +
ElucidationShortest distance between two surfaces limiting a layer, when this distance can be considered to be constant over a region of a finite size.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-24
Wikidata Referencehttps://www.wikidata.org/wiki/Q3589038
+
+

ThionylChloride#

+ + + + + + + + + + + + + + +
Alternative Label(s)SOCl2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Thionyl_chloride
Wikidata Referencehttps://www.wikidata.org/wiki/Q409171
+
+

ThionylChlorideElectrode#

+ + +
+
+

Thiourea#

+ + + + + + + + + + + + + + +
Alternative Label(s)THU
Wikipedia Referencehttps://en.wikipedia.org/wiki/Thiourea
Wikidata Referencehttps://www.wikidata.org/wiki/Q528995
+
+

ThirdGenerationFermion#

+ + +
+
+

ThomsonCoefficient#

+ + + + + + + + + + +
Elucidationquotient of Thomson heat power developed, and the electric current and temperature difference
Wikidata Referencehttps://www.wikidata.org/wiki/Q105801233
+
+

ThoriumAtom#

+ + + + + + +
ElucidationAtom subclass for thorium.
+
+

ThoriumSymbol#

+ + +
+
+

ThreeElectrodeCell#

+ + + + + + + + + + + + + + +
Elucidationelectrochemical cell with a working electrode, reference electrode, and auxiliary electrode
Alternative Label(s)ThreeElectrodeElectrochemicalCell, ThreeElectrodeElectrochemicalCell
CommentA potentiostat can be used to maintain a potential difference between the working and ref- erence electrodes.
+
+

ThreeManifold#

+ + + + + + +
Alternative Label(s)3-manifold
+
+

ThreeMeSulfolane#

+ + + + + + +
Alternative Label(s)3Methylsulfolane
+
+

ThreeMeTwoOxazolidinone#

+ + + + + + +
Alternative Label(s)3Methyl2Oxazolidone
+
+

ThroughTile#

+ + + + + + +
ElucidationA tile that has next and is next of other tiles within the same tessellation.
+
+

ThuliumAtom#

+ + + + + + +
ElucidationAtom subclass for thulium.
+
+

ThuliumSymbol#

+ + +
+
+

TightlyCoupledModelsSimulation#

+ + + + + + +
ElucidationA simulation in which more than one model are solved together with a coupled method.
+
+

Tile#

+ + + + + + +
ElucidationA causal object that is direct part of a tessellation.
+
+

Time#

+ + + + + + + + + + + + + + +
ElucidationThe indefinite continued progress of existence and events that occur in apparently irreversible succession from the past through the present to the future.
IUPAC Referencehttps://doi.org/10.1351/goldbook.T06375
CommentTime can be seen as the duration of an event or, more operationally, as "what clocks read".
+
+

TimeConstant#

+ + + + + + + + + + + + + + +
Elucidationparameter characterizing the response to a step input of a first‑order, linear time‑invariant system
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-05-26
Wikidata Referencehttps://www.wikidata.org/wiki/Q1335249
+
+

TimeMeasurement#

+ + + + + + +
Elucidationmeasurement of time
+
+

TimeMeasurementResult#

+ + +
+
+

TimePerLengthUnit#

+ + +
+
+

TimePerVolumeUnit#

+ + +
+
+

TimeSeries#

+ + + + + + + + + + + + + + +
Elucidationa series of data points indexed in time order
Wikipedia Referencehttps://en.wikipedia.org/wiki/Time_series
Wikidata Referencehttps://www.wikidata.org/wiki/Q186588
+
+

TimeUnit#

+ + +
+
+

TimeVector#

+ + + + + + +
Elucidationa vector of discrete times
+
+

TimeseriesElectricalDataset#

+ + + + + + +
Elucidationa time series of electrical quantities
+
+

Tin#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tin
Wikidata Referencehttps://www.wikidata.org/wiki/Q1096
+
+

TinAtom#

+ + + + + + +
ElucidationAtom subclass for tin.
+
+

TinElectrode#

+ + + + + + +
Commentmetal electrode in which the active material is tin
+
+

TinIIOxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)SnO
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tin(II)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q204980
+
+

TinIVOxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)SnO2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tin(IV)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q129163
+
+

TinOxideCompound#

+ + +
+
+

TinSymbol#

+ + +
+
+

Titanium#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Titanium
Wikidata Referencehttps://www.wikidata.org/wiki/Q716
+
+

TitaniumAtom#

+ + + + + + +
ElucidationAtom subclass for titanium.
+
+

TitaniumDioxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)TiO2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Titanium_dioxide
Wikidata Referencehttps://www.wikidata.org/wiki/Titanium_dioxide
+
+

TitaniumDioxideElectrode#

+ + + + + + +
Alternative Label(s)TiO2Electrode
+
+

TitaniumElectrode#

+ + +
+
+

TitaniumIIIOxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)Ti2O3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Titanium(III)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q2626625
+
+

TitaniumIIOxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)TiO
Wikipedia Referencehttps://en.wikipedia.org/wiki/Titanium(II)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q2985790
+
+

TitaniumOxideCompound#

+ + +
+
+

TitaniumSymbol#

+ + +
+
+

Toluene#

+ + + + + + + + + + + + + + +
Alternative Label(s)Methylbenzene, Toluol
Wikipedia Referencehttps://en.wikipedia.org/wiki/Toluene
Wikidata Referencehttps://www.wikidata.org/wiki/Q15779
+
+

Tonne#

+ + + + + + + + + + + + + + +
Elucidation1,000-fold of the SI base unit kilogram + +-- QUDT
IUPAC Referencehttps://doi.org/10.1351/goldbook.T06394
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tonne
+
+

TonnePerCubicMetre#

+ + + + + + + + + + +
Elucidationunit tonne divided by the power of the SI base unit metre with the exponent 3 + +-- QUDT
Alternative Label(s)Tonne Per Cubic Metre
+
+

TonnePerDay#

+ + + + + + + + + + +
Elucidationmetric unit ton divided by the unit for time day + +-- QUDT
Alternative Label(s)Tonne Per Day
+
+

TonnePerHectare#

+ + + + + + + + + + +
ElucidationA measure of density equivalent to 1000kg per hectare or one Megagram per hectare, typically used to express a volume of biomass or crop yield. + +-- QUDT
Alternative Label(s)MetricTonnePerHectare, metric tonne per hectare, tonne per hectare
+
+

TonnePerHour#

+ + + + + + + + + + +
Elucidationunit tonne divided by the unit for time hour + +-- QUDT
Alternative Label(s)Tonne Per Hour
+
+

TonnePerMinute#

+ + + + + + + + + + +
Elucidationunit ton divided by the unit for time minute + +-- QUDT
Alternative Label(s)Tonne Per Minute
+
+

TonnePerSecond#

+ + + + + + + + + + +
Elucidationunit tonne divided by the SI base unit second + +-- QUDT
Alternative Label(s)Tonne Per Second
+
+

Tool#

+ + + + + + +
ElucidationAn object that enables or facilitate an agent in the execution of a process that modifies the surrounding environment.
+
+

TopAntiQuark#

+ + +
+
+

TopQuark#

+ + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Top_quark
+
+

Torque#

+ + + + + + + + + + + + + + +
ElucidationThe effectiveness of a force to produce rotation about an axis, measured by the product of the force and the perpendicular distance from the line of action of the force to the axis.
IUPAC Referencehttps://doi.org/10.1351/goldbook.T06400
CommentEven though torque has the same physical dimension as energy, it is not of the same kind and can not be measured with energy units like joule or electron volt.
+
+

Tortuosity#

+ + + + + + + + + + +
ElucidationParameter for diffusion and fluid flow in porous media.
Wikidata Referencehttps://www.wikidata.org/wiki/Q2301683
+
+

Torus#

+ + +
+
+

TotalAngularMomentum#

+ + + + + + + + + + +
ElucidationVector quantity in a quantum system composed of the vectorial sum of angular momentum L and spin s.
Wikidata Referencehttps://www.wikidata.org/wiki/Q97496506
+
+

TotalAngularMomentumQuantumNumber#

+ + + + + + + + + + +
ElucidationQuantum number in an atom describing the magnitude of total angular momentum J.
Wikidata Referencehttps://www.wikidata.org/wiki/Q1141095
+
+

TotalComposition#

+ + +
+
+

TotalCrossSection#

+ + + + + + + + + + +
ElucidationSum of all cross sections corresponding to the various reactions or processes between an incident particle of specified type and energy and a target entity.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98206553
+
+

TotalCurrent#

+ + + + + + + + + + + + + + +
ElucidationSum of electric current and displacement current
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-45
Wikidata Referencehttps://www.wikidata.org/wiki/Q77679732
+
+

TotalCurrentDensity#

+ + + + + + + + + + + + + + +
ElucidationSum of electric current density and displacement current density.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-44
Wikidata Referencehttps://www.wikidata.org/wiki/Q77680811
+
+

TotalIonization#

+ + + + + + + + + + +
ElucidationQuotient of the total mean charge of all positive ions produced by an ionizing charged particle along its entire path and along the paths of any secondary charged particles, and the elementary charge.
Wikidata Referencehttps://www.wikidata.org/wiki/Q98690787
+
+

TotalLinearStoppingPower#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationFor charged particles of a given type and energy E0 the differential quotient of E with respect to x, where E is the mean energy lost by the charged particles in traversing a distance x in the given material.
Alternative Label(s)LinearStoppingPower, LinearStoppingPower
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-27
IUPAC Referencehttps://doi.org/10.1351/goldbook.S06035
Wikidata Referencehttps://www.wikidata.org/wiki/Q908474
+
+

TotalMassStoppingPower#

+ + + + + + + + + + + + + + + + + + +
ElucidationQuotient of the total linear stopping power S and the mass density ρ of the material.
Alternative Label(s)MassStoppingPower
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-12-52
Wikidata Referencehttps://www.wikidata.org/wiki/Q98642795
+
+

TotalNumberOfCycles#

+ + + + + + +
Elucidationthe total number of cycles carried out on a specific device under a given set of conditions
+
+

TransferMolding#

+ + +
+
+

TransientLiquidPhaseSintering#

+ + +
+
+

TransitionMetalElementalSubstance#

+ + +
+
+

TransitionMetalOxideCompound#

+ + +
+
+

TransitionMetalSaltCompound#

+ + +
+
+

TransitionTime#

+ + + + + + + + + + + + + + +
Elucidationin chronopotentiometry and related techniques, the duration between the application of current and when the concentration of an electroactive substance at the electrode-solution interface becomes indistinguishable from zero
IUPAC Referencehttps://doi.org/10.1351/goldbook.T06472
CommentIn experimental practice, the latter is often taken to be the moment when the rate of varia- tion of the potential of the indicator electrode attains a maximum value.
+
+

TransportationDevice#

+ + +
+
+

TrasattiBuzzancaModel#

+ + + + + + + + + + +
Elucidationconsiders the effects of specific adsorbed ions in the double layer
Commentproposed by Sergio Trasatti and Giovanni Buzzanca in 1971
+
+

TriangularCurrentWaveform#

+ + + + + + +
ElucidationLinear ramp of electric current followed by a reversal to the initial current (typically I=0), both at the same current change rate.
+
+

TriangularPotentialWaveform#

+ + + + + + +
ElucidationLinear ramp of electric potential, followed by a reversal to the initial potential. Both forward and reversed signal ramps are applied at the same scan rate.
+
+

Trichlorofluoromethane#

+ + + + + + + + + + + + + + +
Alternative Label(s)CFC11, Freon11
Wikipedia Referencehttps://en.wikipedia.org/wiki/Trichlorofluoromethane
Wikidata Referencehttps://www.wikidata.org/wiki/Q423000
+
+

TrickleCharge#

+ + + + + + + + + + + + + + +
Elucidationmethod of charge applied to a battery wherein the state of charge is maintained by a continuous, long term, regulated small electric current
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-47
Commentthe trickle charge compensates self-discharge effects and maintains the battery in an approximately fully charged state
+
+

Trifluoromethanesulfonate#

+ + + + + + + + + + +
Alternative Label(s)Triflate
Wikidata Referencehttps://www.wikidata.org/wiki/Q27121260
+
+

Triglyme#

+ + + + + + + + + + + + + + + + + + +
ElucidationTriethylene glycol dimethyl ether (also called triglyme) is a glycol ether used as a solvent.
Alternative Label(s)3Glyme, TriethyleneGlycolDimethylEther
Wikipedia Referencehttps://en.wikipedia.org/wiki/Triethylene_glycol_dimethyl_ether
Wikidata Referencehttps://www.wikidata.org/wiki/Q2453066
+
+

TrimethoxyMethylSilane#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Methyltrimethoxysilane
Wikidata Referencehttps://www.wikidata.org/wiki/Q21099559
+
+

Tris222TrifluoroethylBorate#

+ + + + + + + + + + + + + + +
Alternative Label(s)TTFEB
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tris(2,2,2-trifluoroethyl)_borate
Wikidata Referencehttps://www.wikidata.org/wiki/Q28457468
+
+

TrisPentafluorophenylBorane#

+ + + + + + + + + + + + + + +
Alternative Label(s)TPFTB
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tris(pentafluorophenyl)borane
Wikidata Referencehttps://www.wikidata.org/wiki/Q3562143
+
+

TubularPlate#

+ + + + + + + + + + +
Elucidationpositive plate (electrode) which is either composed of an assembly of porous tube of perforated metal or tissue either a gauntlet with or without a central current collector spine, the active material being placed within the tubes
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-07
+
+

Tungsten#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Tungsten
Wikidata Referencehttps://www.wikidata.org/wiki/Q743
+
+

TungstenAtom#

+ + + + + + +
ElucidationAtom subclass for tungsten.
+
+

TungstenElectrode#

+ + +
+
+

TungstenOxideElectrode#

+ + + + + + +
Alternative Label(s)WO3Electrode
+
+

TungstenSymbol#

+ + +
+
+

TwoFluoropyridine#

+ + + + + + + + + + +
Alternative Label(s)2-FP
Wikidata Referencehttps://www.wikidata.org/wiki/Q72476692
+
+

TwoManifold#

+ + + + + + +
Alternative Label(s)2-manifold
+
+

TwoMeTHF#

+ + + + + + + + + + + + + + + + + + +
ElucidationMethyltetrahydrofuran appears as a colorless liquid with an ether-like odor. Less dense than water. Vapors heavier than air. Used to make other chemicals and as a solvent.
Alternative Label(s)2Methyltetrahydrofuran
Wikipedia Referencehttps://en.wikipedia.org/wiki/2-Methyltetrahydrofuran
Wikidata Referencehttps://www.wikidata.org/wiki/Q209444
+
+

TwoStepCharge#

+ + + + + + + + + + +
Elucidationcharging method applied to a secondary battery using two levels of charge rate with feedback control to initiate the changeover from a high to a low charge rate
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-48
+
+

URI#

+ + + + + + +
ElucidationA Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource.
+
+

URL#

+ + + + + + +
ElucidationThe term "Uniform Resource Locator" (URL) refers to the subset of URIs that, in addition to identifying a resource, provide a means of locating the resource by describing its primary access mechanism (e.g., its network "location").
+
+

URN#

+ + + + + + +
ElucidationThe term "Uniform Resource Name" (URN) has been used historically to refer to both URIs under the "urn" scheme [RFC2141], which are required to remain globally unique and persistent even when the resource ceases to exist or becomes unavailable, and to any other URI with the properties of a name.
+
+

UTF8#

+ + +
+
+

Uncoded#

+ + + + + + +
ElucidationA conventional that provides no possibility to infer the characteristics of the object to which it refers.
+
+

UndefinedEdgeCutting#

+ + +
+
+

UnformedDryCell#

+ + + + + + + + + + +
Elucidationstate of some types of secondary cell not yet filled with electrolyte and where the active material has not yet been submitted to a so called "formation" process
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-34
+
+

UnifiedAtomicMassConstant#

+ + + + + + + + + + + + + + + + + + +
Elucidation1/12 of the mass of an atom of the nuclide 12C in the ground state at rest.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-05-23
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00497
Wikidata Referencehttps://www.wikidata.org/wiki/Q4817337
+
+

UnitOne#

+ + + + + + + + + + +
Elucidation"The unit one is the neutral element of any system of units – necessary and present automatically." + +-- SI Brochure
Alternative Label(s)Unitless
+
+

UnitSymbol#

+ + + + + + +
ElucidationA symbol that stands for a single unit.
+
+

Unknown#

+ + + + + + +
ElucidationThe dependent variable for which an equation has been written.
+
+

UpAntiQuark#

+ + +
+
+

UpAntiQuarkType#

+ + +
+
+

UpQuark#

+ + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Up_quark
+
+

UpQuarkType#

+ + +
+
+

UpperCriticalMagneticFluxDensity#

+ + + + + + + + + + +
ElucidationFor type II superconductors, the threshold magnetic flux density for disappearance of bulk superconductivity.
Wikidata Referencehttps://www.wikidata.org/wiki/Q106127634
+
+

UpperFrequencyLimit#

+ + + + + + +
Elucidationthe higher end of the interval of frequencies tested in impedimetry and related techniques
+
+

UpperVoltageLimit#

+ + + + + + + + + + + + + + +
Elucidationmaximum voltage limit at which an applied excitation is altered or terminated
Alternative Label(s)EndOfChargeVoltage, UpperCutoffVoltage
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-55
+
+

UraniumAtom#

+ + + + + + +
ElucidationAtom subclass for uranium.
+
+

UraniumSymbol#

+ + +
+
+

Urea#

+ + + + + + + + + + + + + + +
Alternative Label(s)CO(NH2)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Urea
Wikidata Referencehttps://www.wikidata.org/wiki/Q48318
+
+

VIMTerm#

+ + +
+
+

VacuumElectricPermittivity#

+ + + + + + + + + + + + + + +
Alternative Label(s)PermittivityOfVacuum, PermittivityOfVacuum
IUPAC Referencehttps://doi.org/10.1351/goldbook.P04508
CommentThe DBpedia definition (http://dbpedia.org/page/Vacuum_permittivity) is outdated since May 20, 2019. It is now a measured constant.
+
+

VacuumMagneticPermeability#

+ + + + + + + + + + +
Alternative Label(s)PermeabilityOfVacuum, PermeabilityOfVacuum
CommentThe DBpedia and UIPAC Gold Book definitions (http://dbpedia.org/page/Vacuum_permeability, https://doi.org/10.1351/goldbook.P04504) are outdated since May 20, 2019. It is now a measured constant.
+
+

Valve#

+ + + + + + + + + + + + + + +
Elucidationcomponent of a cell which permits the flow of gas in one direction only
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-12
Commenta valve has a characteristic venting or opening and closing pressure
+
+

ValveRegulatedLeadAcidBattery#

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationsecondary battery in which cells are closed but have a valve which allows the escape of gas if the internal pressure exceeds a predetermined value
Alternative Label(s)VRLA
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-15
Wikipedia Referencehttps://en.wikipedia.org/wiki/VRLA_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q780582
Commentthe cell or battery cannot normally receive additions to the electrolyte
+
+

Vanadium#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Vanadium
Wikidata Referencehttps://www.wikidata.org/wiki/Q722
+
+

VanadiumAtom#

+ + + + + + +
ElucidationAtom subclass for vanadium.
+
+

VanadiumIIIOxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)Vi2O3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Vanadium(III)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q425350
+
+

VanadiumIIOxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)VO
Wikipedia Referencehttps://en.wikipedia.org/wiki/Vanadium(II)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q1966236
+
+

VanadiumIVOxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)VO2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Vanadium(IV)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q421440
+
+

VanadiumRedoxFlowBattery#

+ + + + + + + + + + + + + + + + + + +
Elucidationa type of flow battery that employs vanadium ions as charge carriers
Alternative Label(s)VFB, VRB, VRFB
Wikipedia Referencehttps://en.wikipedia.org/wiki/Vanadium_redox_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q905330
+
+

VanadiumSymbol#

+ + +
+
+

VanadiumVOxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)V2O5
Wikipedia Referencehttps://en.wikipedia.org/wiki/Vanadium(V)_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q409173
+
+

VandaiumOxideCompound#

+ + +
+
+

Vapor#

+ + + + + + +
ElucidationA liquid aerosol composed of water droplets in air or another gas.
+
+

VaporDeposition#

+ + +
+
+

Variable#

+ + + + + + +
ElucidationA variable is a symbolic object that stands for any other mathematical object, such as number, a vector, a matrix, a function, the argument of a function, a set, an element of a set.
+
+

Vector#

+ + + + + + + + + + +
Elucidation1-dimensional array who's spatial direct parts are numbers.
Alternative Label(s)1DArray, LinearArray
+
+

VectorMeson#

+ + + + + + + + + + +
ElucidationA meson with total spin 1 and odd parit.
Wikipedia Referencehttps://en.wikipedia.org/wiki/Vector_meson
+
+

Velocity#

+ + + + + + + + + + +
Wikidata Referencehttps://www.wikidata.org/wiki/Q11465
CommentThe velocity depends on the choice of the reference frame. Proper transformation between frames must be used: Galilean for non-relativistic description, Lorentzian for relativistic description. + +-- IEC, note 2
+
+

VentCap#

+ + + + + + + + + + +
Elucidationcomponent fitted into the filling hole of a cell with a provision of allowing the venting of electrolysis gas from the cell¨
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-23
+
+

VentedCell#

+ + + + + + + + + + +
Elucidationsecondary cell having a cover provided with an opening through which products of electrolysis and evaporation are allowed to escape freely from the cell to the atmosphere
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-14
+
+

Vergence#

+ + + + + + +
CommentIn geometrical optics, vergence describes the curvature of optical wavefronts.
+
+

VinylEthyleneCarbonate#

+ + + + + + + + + + +
Alternative Label(s)VEC
Wikidata Referencehttps://www.wikidata.org/wiki/Q72516362
+
+

VinyleneCarbonate#

+ + + + + + + + + + + + + + +
Alternative Label(s)VC
Wikipedia Referencehttps://en.wikipedia.org/wiki/Vinylene_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q2802973
+
+

Visual#

+ + + + + + +
ElucidationA 'Perceptual' which stands for a real world object whose spatiotemporal pattern makes it identifiable by an observer through an optical perception employing the visible part of the electromagnetic spectrum.
+
+

Volt#

+ + + + + + + + + + + + + + +
ElucidationSI unit for electric potential difference.
IUPAC Referencehttps://doi.org/10.1351/goldbook.V06634
Wikipedia Referencehttp://en.wikipedia.org/wiki/Volt?oldid=494812083
+
+

VoltAmpere#

+ + + + + + + + + + +
Elucidationproduct of the SI derived unit volt and the SI base unit ampere + +-- QUDT
Alternative Label(s)Volt Ampere
+
+

VoltAmpereHour#

+ + + + + + + + + + +
Elucidationproduct of the unit for apparent by ampere and the unit hour + +-- QUDT
Alternative Label(s)Volt Ampere Hour
+
+

VoltPerCentiMetre#

+ + + + + + + + + + +
Elucidationderived SI unit volt divided by the 0.01-fold of the SI base unit metre + +-- QUDT
Alternative Label(s)Volt Per Centimetre
+
+

VoltPerKelvin#

+ + + + + + +
Alternative Label(s)Volt per Kelvin
+
+

VoltPerMetre#

+ + + + + + + + + + +
ElucidationVolt Per Meter (V/m) is a unit in the category of Electric field strength. It is also known as volts per meter, volt/meter, volt/metre, volt per metre, volts per metre. This unit is commonly used in the SI unit system. Volt Per Meter (V/m) has a dimension of MLT⁻³I⁻¹ where M is mass, L is length, T is time, and I is electric current. This unit is the standard SI unit in this category. + +-- QUDT
Alternative Label(s)Volt per Metre
+
+

VoltPerMicroSecond#

+ + + + + + + + + + +
ElucidationSI derived unit volt divided by the 0.000001-fold of the SI base unit second + +-- QUDT
Alternative Label(s)Volt Per Microsecond
+
+

VoltPerMilliMetre#

+ + + + + + + + + + +
ElucidationSI derived unit volt divided by the 0.001-fold of the SI base unit metre + +-- QUDT
Alternative Label(s)Volt Per Millimetre
+
+

VoltPerSecond#

+ + + + + + + + + + +
Elucidation'Volt per Second' is a unit of magnetic flux equaling one weber. This is the flux passing through a conducting loop and reduced to zero at a uniform rate in one second inducing an electric potential of one volt in the loop. + +-- QUDT
Alternative Label(s)Volt per second
+
+

VoltPerSquareMetre#

+ + + + + + + + + + +
ElucidationThe divergence at a particular point in a vector field is (roughly) how much the vector field 'spreads out' from that point. Operationally, we take the partial derivative of each of the field with respect to each of its space variables and add all the derivatives together to get the divergence. Electric field (V/m) differentiated with respect to distance (m) yields V/(m²). + +-- QUDT
Alternative Label(s)Volt per Square Metre
+
+

VoltSecondPerMetre#

+ + + + + + + + + + +
Elucidationproduct of the SI derived unit volt and the SI base unit second divided by the SI base unit metre + +-- QUDT
Alternative Label(s)Volt Second Per Metre
+
+

Voltage#

+ + + + + + + + + + + + + + + + + + +
ElucidationThe difference in electric potential between two points.
Alternative Label(s)ElectricPotentialDifference, ElectricPotentialDifference, ElectricTension, ElectricTension
IUPAC Referencehttps://doi.org/10.1351/goldbook.A00424
CommentCorrespond to the work needed per unit of charge to move a test charge between two points in a static electric field.
+
+

VoltageChangeLimit#

+ + + + + + + + + + +
Elucidationa control limit placed on the rate of change of the cell voltage, dV/dt.
Alternative Label(s)dV/dt
+
+

VoltageControlledProcess#

+ + +
+
+

VoltageLimit#

+ + + + + + +
Elucidationlimit on the voltage of an electrical system
+
+

VoltageMeasurement#

+ + + + + + + + + + +
Elucidationmeasurement of the electric potential between the terminals of an electrochemical cell
Alternative Label(s)ElectrochemicalCellVoltageMeasurement
+
+

VoltageMeasurementResult#

+ + +
+
+

VoltagePhasor#

+ + + + + + + + + + +
ElucidationComplex representation of an oscillating voltage.
Wikidata Referencehttps://www.wikidata.org/wiki/Q78514605
+
+

VoltageVector#

+ + + + + + +
Elucidationvector containing at least two values for the quantity voltage
+
+

VoltaicPile#

+ + + + + + + + + + + + + + +
Elucidationthe first example of a modern battery, featuring a stack of alternating layers of zinc and silver metal separated by cardboard soaked in brine
Alternative Label(s)VoltaPile, VoltaPile, VoltaPile
Commentincluded for historical reference
+
+

Voltammetry#

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationtechniques based on the measurement of current as a function of controlled time-dependent applied potential
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-11
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
Wikipedia Referencehttps://en.wikipedia.org/wiki/Voltammetry
Wikidata Referencehttps://www.wikidata.org/wiki/Q904093
CommentThe current vs. potential (I-E) curve is called a voltammogram.
+
+

VoltammetryAtARotatingDiskElectrode#

+ + + + + + + + + + +
Elucidationhydrodynamic voltammetry using a a rotating disc electrode, where the limiting current is described by the Levich equation
IUPAC Referencehttps://doi.org/10.1515/pac-2018-0109
+
+

Voltammogram#

+ + + + + + + + + + +
Elucidationcurrent-potential curve in a voltammetry experiment
Wikipedia Referencehttps://en.wikipedia.org/wiki/Voltammetry#Voltammograms
+
+

Voltmeter#

+ + + + + + + + + + +
Elucidationinstrument intended to measure the value of a voltage.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=313-01-03
+
+

Volume#

+ + + + + + + + + + + + + + +
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-04-40
Wikidata Referencehttps://www.wikidata.org/wiki/Q39297
CommentExtent of an object in space.
+
+

VolumeFlowRate#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationQuantity equal to the volume dV of substance crossing a given surface during a time interval with infinitesimal duration dt, divided by this duration, thus qV = dV / dt-
Alternative Label(s)VolumetricFlowRate
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-72
Wikipedia Referencehttps://en.wikipedia.org/wiki/Volumetric_flow_rate
Wikidata Referencehttps://www.wikidata.org/wiki/Q1134348
+
+

VolumeFraction#

+ + + + + + + + + + +
ElucidationVolume of a constituent of a mixture divided by the sum of volumes of all constituents prior to mixing.
IUPAC Referencehttps://doi.org/10.1351/goldbook.V06643
+
+

VolumeFractionUnit#

+ + + + + + +
ElucidationUnit for quantities of dimension one that are the fraction of two volumes.
+
+

VolumePerAmountTimeUnit#

+ + +
+
+

VolumePerAmountUnit#

+ + +
+
+

VolumePerMassUnit#

+ + +
+
+

VolumePerSquareTimeUnit#

+ + +
+
+

VolumePerTemperatureUnit#

+ + +
+
+

VolumePerTimeUnit#

+ + +
+
+

VolumeUnit#

+ + +
+
+

VolumetricCapacity#

+ + + + + + + + + + + + + + +
Elucidationquotient of the capacity of a cell or battery by its volume.
Alternative Label(s)VolumetricChargeCapacity, VolumetricElectricChargeCapacity
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-17
+
+

VolumetricNumberDensity#

+ + + + + + +
ElucidationCount per volume.
+
+

VolumetricPowerDensityofStorage#

+ + + + + + +
Elucidationthe quotient of the power of an energy-storage device or system and its volume
+
+

VolumetricSurfaceArea#

+ + + + + + + + + + + + + + + + + + +
Elucidationratio of the surface area of a solid object to the volume of the object
Alternative Label(s)SurfaceAreaToVolumeRatio
Wikipedia Referencehttps://en.wikipedia.org/wiki/Surface-area-to-volume_ratio
Wikidata Referencehttps://www.wikidata.org/wiki/Q766786
+
+

VolumicCrossSection#

+ + + + + + + + + + + + + + + + + + +
ElucidationIn nuclear physics, product of the number density of atoms of a given type and the cross section.
Alternative Label(s)MacroscopicCrossSection
IUPAC Referencehttps://doi.org/10.1351/goldbook.M03674
Wikidata Referencehttps://www.wikidata.org/wiki/Q98280520
+
+

VolumicTotalCrossSection#

+ + + + + + + + + + + + + + +
ElucidationProduct of the number density na of the atoms and the cross section σ_tot for a given type of atoms
Alternative Label(s)MacroscopicTotalCrossSection
Wikidata Referencehttps://www.wikidata.org/wiki/Q98280548
+
+

VonKlitzingConstant#

+ + + + + + +
CommentResistance quantum.
+
+

WBoson#

+ + + + + + + + + + + + + + +
ElucidationA charged vector boson that mediate the weak interaction.
Alternative Label(s)ChargedWeakBoson, IntermediateVectorBoson
Wikipedia Referencehttps://en.wikipedia.org/wiki/W_and_Z_bosons
+
+

WNegativeBoson#

+ + +
+
+

WPositiveBoson#

+ + +
+
+

Watt#

+ + + + + + + + + + + + + + +
ElucidationSI unit for power.
IUPAC Referencehttps://doi.org/10.1351/goldbook.W06656
Wikipedia Referencehttp://en.wikipedia.org/wiki/Watt?oldid=494906356
+
+

WattHour#

+ + + + + + +
ElucidationThe watt hour is a unit of energy, equal to 3,600 joule. + +-- QUDT
+
+

WattHourPerCubicMetre#

+ + + + + + + + + + +
ElucidationThe watt hour per cubic meter is a unit of energy density, equal to 3,600 joule per cubic meter. + +-- QUDT
Alternative Label(s)Watthour per Cubic metre
+
+

WattMetrePerSquareMetreSteradian#

+ + + + + + + + + + +
ElucidationThe power per unit area of radiation of a given wavenumber illuminating a target at a given incident angle. + +-- QUDT
Alternative Label(s)Watts metre per square metre steradian
+
+

WattPerCubicMetre#

+ + + + + + + + + + +
ElucidationSI derived unit watt divided by the power of the SI base unit metre with the exponent 3 + +-- QUDT
Alternative Label(s)Watt Per Cubic Metre
+
+

WattPerKelvin#

+ + + + + + + + + + +
ElucidationWatt Per Kelvin (W/K) is a unit in the category of Thermal conductivity. + +-- QUDT
Alternative Label(s)Watt per Kelvin
+
+

WattPerKilogram#

+ + + + + + + + + + +
ElucidationSI derived unit watt divided by the SI base unit kilogram + +-- QUDT
Alternative Label(s)Watt Per Kilogram
+
+

WattPerMetre#

+ + + + + + +
Alternative Label(s)Watts per metre
+
+

WattPerMetreKelvin#

+ + + + + + + + + + +
Alternative Label(s)Watt per Metre Kelvin
Wikipedia Referencehttp://en.wikipedia.org/wiki/Thermal_conductivity
+
+

WattPerSquareCentiMetre#

+ + + + + + + + + + +
ElucidationWatt Per Square Centimeter is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface. + +-- QUDT
Alternative Label(s)Watt per Square Centimetre
+
+

WattPerSquareMetre#

+ + + + + + + + + + +
Elucidation"Watt per Square Meter} is a unit of irradiance defined as the power received per area. This is a unit in the category of Energy flux. It is also known as watts per square meter, watt per square metre, watts per square metre, watt/square meter, watt/square metre. This unit is commonly used in the SI unit system. Watt Per Square Meter (W/m²) has a dimension of MT^{-3" where M is mass, and T is time. This unit is the standard SI unit in this category. + +-- QUDT
Alternative Label(s)Watt per Square Metre
+
+

WattPerSquareMetreKelvin#

+ + + + + + + + + + +
Elucidation`Watt Per Square Meter Per Kelvin `(W m⁻² K⁻¹) is a unit in the category of Thermal heat transfer coefficient. It is also known as watt/square meter-kelvin. This unit is commonly used in the SI unit system. Watt Per Square Meter Per Kelvin (W m⁻² K⁻¹) has a dimension of MT⁻¹Q⁻¹ where M is mass, T is time, and Q is temperature. This unit is the standard SI unit in this category. + +-- QUDT
Alternative Label(s)Watt per Square Metre Kelvin
+
+

WattPerSquareMetrePascal#

+ + + + + + + + + + +
ElucidationWatt Per Square Meter Per Pascal (W/m²-pa) is a unit of Evaporative Heat Transfer. + +-- QUDT
Alternative Label(s)Watt per Square Metre Pascal
+
+

WattPerSquareMetrePerMetre#

+ + + + + + +
Alternative Label(s)Watts per square metre per metre
+
+

WattPerSquareMetrePerMetrePerSteradian#

+ + + + + + +
Alternative Label(s)Watts per square metre per metre per steradian
+
+

WattPerSquareMetrePerNanoMetre#

+ + + + + + +
Alternative Label(s)Watts per square metre per nanometre
+
+

WattPerSquareMetrePerNanoMetrePerSteradian#

+ + + + + + +
Alternative Label(s)Watts per square metre per nanometre per steradian
+
+

WattPerSquareMetreQuarticKelvin#

+ + + + + + + + + + +
ElucidationWatt Per Square Meter Per Quartic Kelvin (W/m2·K4) is a unit in the category of light. + +-- QUDT
Alternative Label(s)Watt per Square Metre Quartic Kelvin
+
+

WattPerSquareMetreSteradian#

+ + + + + + + + + + + + + + +
Elucidation`Watt per steradian per square metre` is the SI unit of radiance (W·sr⁻¹·m⁻²), while that of spectral radiance in frequency is the watt per steradian per square metre per hertz (W·sr⁻¹·m⁻²·Hz⁻¹) and that of spectral radiance in wavelength is the watt per steradian per square metre, per metre (W·sr⁻¹·m⁻³), commonly the watt per steradian per square metre per nanometre (W·sr⁻¹·m⁻²·nm⁻¹). It has a dimension of ML⁻⁴T⁻³ where M is mass, L is length, and T is time. This unit is the standard SI unit in this category. + +-- QUDT
Alternative Label(s)Watt per Square Metre Steradian
Wikipedia Referencehttps://en.wikipedia.org/wiki/Radiance
+
+

WattPerSteradian#

+ + + + + + + + + + +
Elucidation`Watt Per Steradian (W/sr)` is the unit in the category of Radiant intensity. It is also known as watts per steradian. This unit is commonly used in the SI unit system. Watt Per Steradian (W/sr) has a dimension of M· L⁻²· T⁻³ where M is mass, L is length, and T is time. This unit is the standard SI unit in this category. + +-- QUDT
Alternative Label(s)Watt per Steradian
+
+

WattSecond#

+ + + + + + + + + + +
Elucidationproduct of the SI derived unit watt and SI base unit second + +-- QUDT
Alternative Label(s)Watt Second
+
+

WattSecondPerSquareMetre#

+ + + + + + +
Alternative Label(s)Watt seconds per square metre
+
+

WaveSpring#

+ + +
+
+

WaveVector#

+ + + + + + + + + + + + + + + + + + +
ElucidationVector k in the expression ω t−k⋅r+ϑ0 of the phase of a sinusoidal wave.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-10-09
Wikipedia Referencehttps://en.wikipedia.org/wiki/Wave_vector
Wikidata Referencehttps://www.wikidata.org/wiki/Q657009
+
+

Wavelength#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationLength of the repetition interval of a wave.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-10-10
IUPAC Referencehttps://doi.org/10.1351/goldbook.W06659
Wikipedia Referencehttps://en.wikipedia.org/wiki/Wavelength
Wikidata Referencehttps://www.wikidata.org/wiki/Q41364
+
+

Wavenumber#

+ + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.W06664
CommentThe number of waves per unit length along the direction of propagation.
+
+

Wavenumber#

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
ElucidationReciprocal of the wavelength.
Alternative Label(s)Repetency
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-10-11
IUPAC Referencehttps://doi.org/10.1351/goldbook.W06664
Wikipedia Referencehttps://en.wikipedia.org/wiki/Wavenumber
Wikidata Referencehttps://www.wikidata.org/wiki/Q192510
+
+

WeakAcid#

+ + +
+
+

WeakBaseCompound#

+ + +
+
+

WeakBoson#

+ + +
+
+

Weber#

+ + + + + + + + + + + + + + +
ElucidationSI unit for magnetic flux.
IUPAC Referencehttps://doi.org/10.1351/goldbook.W06666
Wikipedia Referencehttps://en.wikipedia.org/wiki/Weber_(unit)
+
+

WeberMetre#

+ + + + + + +
Alternative Label(s)Weber Metre
+
+

WeberPerMetre#

+ + + + + + + + + + +
ElucidationSI derived unit weber divided by the SI base unit metre + +-- QUDT
Alternative Label(s)Weber Per Metre
+
+

WeberPerMilliMetre#

+ + + + + + + + + + +
Elucidationderived SI unit weber divided by the 0.001-fold of the SI base unit metre + +-- QUDT
Alternative Label(s)Weber Per Millimetre
+
+

Weight#

+ + + + + + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.W06668
CommentForce of gravity acting on a body.
+
+

Welding#

+ + +
+
+

WestonStandardVoltageCell#

+ + + + + + + + + + +
Elucidationstandard voltage cell with a saline electrolyte saturated with cadmium sulphate, a positive electrode of mercury and solid mercurous sulphate, and a negative electrode of amalgamated cadmium and solid cadmium sulphate.
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-18
+
+

WetCell#

+ + + + + + + + + + + + + + +
Elucidationa primary battery cell with an excess liquid electrolyte
Wikipedia Referencehttps://en.wikipedia.org/wiki/Electric_battery#Wet_cell
Wikidata Referencehttps://www.wikidata.org/wiki/Q11563836
+
+

Whole#

+ + + + + + + + + + +
ElucidationThe superclass of entities which are defined by requiring the existence of some parts (at least one) of specifically given types, where the specified types are different with respect to the type of the whole.
CommentA whole is categorized as fundamental (or maximal) or redundant (non-maximal).
+
+

Width#

+ + + + + + + + + + + + + + + + + + + + + + +
ElucidationLength in a given direction regarded as horizontal.
Alternative Label(s)Breadth
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-20
Wikidata Referencehttps://www.wikidata.org/wiki/Q35059
CommentThe terms breadth and width are often used by convention, as distinguished from length and from height or thickness.
+
+

Work#

+ + + + + + +
IUPAC Referencehttps://doi.org/10.1351/goldbook.W06684
+
+

WorkFunction#

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Elucidationleast energy required for the emission of a conduction electron.
Alternative Label(s)ElectronWorkFunction
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-06-35
IUPAC Referencehttps://doi.org/10.1351/goldbook.E02015
Wikidata Referencehttps://www.wikidata.org/wiki/Q783800
CommentWork function is the energy difference between an electron at rest at infinity and an electron at the Fermi level in the interior of a substance.
+
+

Workflow#

+ + + + + + +
ElucidationA procedure that has at least two procedures (tasks) as proper parts.
+
+

WorkingElectrode#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationelectrode at which one or more electroactive substances undergo reaction in the solution being investigated
IUPAC Referencehttps://goldbook.iupac.org/terms/view/W06686
Wikipedia Referencehttps://en.wikipedia.org/wiki/Working_electrode
Wikidata Referencehttps://www.wikidata.org/wiki/Q477099
CommentIf processes of interest occur both at the anode and the cathode of a cell (as in differential amperometry or controlled-current potentiometric titration with two indicator electrodes), the cell should be said to comprise two indicator or working electrodes.
+
+

WorkingPotentialRange#

+ + + + + + + + + + +
Elucidationrange of electrode potentials of a given working electrode in a given electrolyte, where the electric current from reactions of the electrode or electrolyte is negligible compared with the current from reactions of the system under investigation
CommentBecause the working potential range is a function of a specific electrode/electrolyte system, only approximate ranges can be given for generic systems.
+
+

WorkpieceManufacturing#

+ + + + + + + + + + +
ElucidationA manufacturing with an output that is an object with a specific function, shape, or intended use, not simply a material.
Alternative Label(s)DiscreteManufacturing, Werkstücke
+
+

Xenon#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Xenon
Wikidata Referencehttps://www.wikidata.org/wiki/Q1106
+
+

XenonAtom#

+ + + + + + +
ElucidationAtom subclass for xenon.
+
+

XenonSymbol#

+ + +
+
+

Yocto#

+ + +
+
+

YoctoPrefixedUnit#

+ + + + + + +
ElucidationSuperclass for all units prefixed with "yocto" (1e-24).
+
+

Yotta#

+ + +
+
+

YottaPrefixedUnit#

+ + +
+
+

YtterbiumAtom#

+ + + + + + +
ElucidationAtom subclass for ytterbium.
+
+

YtterbiumSymbol#

+ + +
+
+

Yttrium#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Yttrium
Wikidata Referencehttps://www.wikidata.org/wiki/Q941
+
+

YttriumAtom#

+ + + + + + +
ElucidationAtom subclass for yttrium.
+
+

YttriumSymbol#

+ + +
+
+

ZBoson#

+ + + + + + + + + + + + + + +
ElucidationAn uncharged vector boson that mediate the weak interaction.
Alternative Label(s)NeutralWeakBoson
Wikipedia Referencehttps://en.wikipedia.org/wiki/W_and_Z_bosons
+
+

Zepto#

+ + +
+
+

ZeptoPrefixedUnit#

+ + + + + + +
ElucidationSuperclass for all units prefixed with "zepto" (1e-21).
+
+

ZeroManifold#

+ + + + + + +
Alternative Label(s)0-manifold
+
+

Zetta#

+ + +
+
+

ZettaPrefixedUnit#

+ + +
+
+

Zinc#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc
Wikidata Referencehttps://www.wikidata.org/wiki/Q758
+
+

ZincAcetate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Zn(OAc)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc_acetate
Wikidata Referencehttps://www.wikidata.org/wiki/Q204639
+
+

ZincAirBattery#

+ + + + + + + + + + + + + + +
Alternative Label(s)ZAB
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc%E2%80%93air_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q204582
+
+

ZincAtom#

+ + + + + + +
ElucidationAtom subclass for zinc.
+
+

ZincBattery#

+ + + + + + +
Elucidationcell containing a negative electrode with an active material of zinc or containing zinc
+
+

ZincBistrifluoromethanesulfonylimide#

+ + + + + + +
Alternative Label(s)Zn(TFSI)2
+
+

ZincBromide#

+ + + + + + + + + + + + + + +
Alternative Label(s)ZnBr2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc_bromide
Wikidata Referencehttps://www.wikidata.org/wiki/Q204679
+
+

ZincBromineFlowBattery#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationa flow battery with an aqueous zinc bromide electrolyte and zinc metal electrode
Alternative Label(s)ZincBromineBattery
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc-bromine_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q204563
Commentthe oldest flow battery chemistry, invented by John Doyle in 1879
+
+

ZincCarbonBattery#

+ + + + + + + + + + +
Elucidationprimary battery such as Leclanché or zinc chloride batteries
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-07
+
+

ZincCarbonate#

+ + + + + + + + + + + + + + +
Alternative Label(s)ZnCO3
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc_carbonate
Wikidata Referencehttps://www.wikidata.org/wiki/Q204661
+
+

ZincCeriumFlowBattery#

+ + + + + + + + + + + + + + +
Elucidationa flow battery that uses solutions of zinc as anolyte and cerium as catholyte
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc%E2%80%93cerium_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q8072320
+
+

ZincChlorate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Zn(ClO3)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc_chlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q3680923
+
+

ZincChloride#

+ + + + + + + + + + + + + + +
Alternative Label(s)ZnCl2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc_chloride
Wikidata Referencehttps://www.wikidata.org/wiki/Q204714
+
+

ZincChlorideBattery#

+ + + + + + + + + + + + + + +
Elucidationprimary battery with a saline electrolyte based on zinc chloride, a positive electrode containing manganese dioxide and a negative electrode of zinc
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-06
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc%E2%80%93carbon_battery#Zinc-chloride_%22heavy_duty%22_cell
+
+

ZincChlorineFlowBattery#

+ + + + + + +
Elucidationa flow battery with an aqueous zinc chloride electrolyte and zinc metal electrode
+
+

ZincCyanide#

+ + + + + + + + + + + + + + +
Alternative Label(s)Zn(CN)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc_cyanide
Wikidata Referencehttps://www.wikidata.org/wiki/Q204713
+
+

ZincElectrode#

+ + + + + + +
Elucidationmetal electrode in which the active material is zinc
+
+

ZincFlowBattery#

+ + + + + + +
Elucidationa flow battery with a zinc negative electrode
+
+

ZincFluoride#

+ + + + + + + + + + + + + + +
Alternative Label(s)ZnF2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc_fluoride
Wikidata Referencehttps://www.wikidata.org/wiki/Q204783
+
+

ZincHexafluorophosphate#

+ + + + + + +
Alternative Label(s)Zn(PF6)2
+
+

ZincHydroxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)OH
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc_hydroxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q204820
+
+

ZincInsertionElectrode#

+ + +
+
+

ZincIodide#

+ + + + + + + + + + + + + + +
Alternative Label(s)ZnI2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc_iodide
Wikidata Referencehttps://www.wikidata.org/wiki/Q204828
+
+

ZincNitrate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Zn(NO3)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc_nitrate
Wikidata Referencehttps://www.wikidata.org/wiki/Q204863
+
+

ZincNitrite#

+ + + + + + + + + + +
Alternative Label(s)Zn(NO2)2
Wikidata Referencehttps://www.wikidata.org/wiki/Q3877375
+
+

ZincOxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)ZnO
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc_oxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q190077
+
+

ZincOxideCompound#

+ + +
+
+

ZincOxideElectrode#

+ + + + + + +
Alternative Label(s)ZnOElectrode
+
+

ZincPerchlorate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Zn(ClO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc_perchlorate
Wikidata Referencehttps://www.wikidata.org/wiki/Q27266022
+
+

ZincPhosphate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Zn3(PO4)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc_phosphate
Wikidata Referencehttps://www.wikidata.org/wiki/Q59714
+
+

ZincSaltCompound#

+ + +
+
+

ZincShuttleBattery#

+ + + + + + + + + + + + + + + + + + +
Elucidationa battery that shuttles zinc ions as charge carriers
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc-ion_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q30590622
Commentthe name "zinc-ion battery" is a misnomer as it uses a metallic zinc negative electrode instead of a zinc-insertion negative electrode
+
+

ZincSilverOxideBattery#

+ + + + + + + + + + + + + + + + + + + + + + +
Elucidationprimary battery with an alkaline electrolyte, a positive electrode containing silver oxide and a negative electrode of zinc
Alternative Label(s)SilverOxideBattery
IEC Referencehttps://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-04
Wikipedia Referencehttps://en.wikipedia.org/wiki/Silver_oxide_battery
Wikidata Referencehttps://www.wikidata.org/wiki/Q900791
+
+

ZincSulfate#

+ + + + + + + + + + + + + + +
Alternative Label(s)ZnSO4
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc_sulfate
Wikidata Referencehttps://www.wikidata.org/wiki/Q204954
+
+

ZincSulfide#

+ + + + + + + + + + + + + + +
Alternative Label(s)ZnS
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc_sulfide
Wikidata Referencehttps://www.wikidata.org/wiki/Q204952
+
+

ZincSulfite#

+ + + + + + + + + + +
Alternative Label(s)ZnSO3
Wikidata Referencehttps://www.wikidata.org/wiki/Q20670642
+
+

ZincSymbol#

+ + +
+
+

ZincTetrafluoroborate#

+ + + + + + + + + + +
Alternative Label(s)Zn(BF4)2
Wikidata Referencehttps://www.wikidata.org/wiki/Q27292979
+
+

ZincTriflate#

+ + + + + + + + + + + + + + +
Alternative Label(s)Zn(OTf)2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zinc_triflate
Wikidata Referencehttps://www.wikidata.org/wiki/Q8072312
+
+

Zirconium#

+ + + + + + + + + + +
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zirconium
Wikidata Referencehttps://www.wikidata.org/wiki/Q1038
+
+

ZirconiumAtom#

+ + + + + + +
ElucidationAtom subclass for zirconium.
+
+

ZirconiumIVOxide#

+ + + + + + + + + + + + + + +
Alternative Label(s)ZrO2
Wikipedia Referencehttps://en.wikipedia.org/wiki/Zirconium_dioxide
Wikidata Referencehttps://www.wikidata.org/wiki/Q36200
+
+

ZirconiumOxideCompound#

+ + +
+
+

ZirconiumSymbol#

+ + +
+
+

causal#

+ + + + + + +
ElucidationThe superclass of all causal EMMO relations.
+
+

comment#

+ + + + + + +
ElucidationA text that add some information about the entity.
+
+

conceptualisation#

+ + + + + + +
ElucidationThe conceptualisation annotation is a comment that helps the reader to understand how the world has been conceptualised by the ontology authors.
+
+

contact#

+ + + + + + +
ElucidationA person or organisation acting as a contact point for enquiries about the ontology resource
+
+

contacts#

+ + + + + + + + + + +
ElucidationAn interaction that is the sum of direct causality relations between two entities that are interpretable as fundamental physical interactions.
Alternative Label(s)hasSpatiialnteractionWith
+
+

dbpediaReference#

+ + + + + + +
ElucidationURL to corresponding dpbedia entry.
+
+

definition#

+ + + + + + +
ElucidationPrecise and univocal description of an ontological entity in the framework of an axiomatic system.
+
+

deprecate_OrganicCompound#

+ + +
+
+

elucidation#

+ + + + + + +
ElucidationShort enlightening explanation aimed to facilitate the user in drawing the connection (interpretation) between a OWL entity and the real world object(s) for which it stands.
+
+

equalsTo#

+ + + + + + +
ElucidationThe relation between two entities that stands for the same individuals.
+
+

etymology#

+ + + + + + +
ElucidationThe etymology annotation explains the origin of a word and the historical development of its meaning.
+
+

example#

+ + + + + + +
ElucidationIllustrative example of how the entity is used.
+
+

figure#

+ + + + + + +
ElucidationA link to a graphical representation aimed to facilitate understanding of the concept, or of an annotation.
+
+

hasActiveMaterial#

+ + +
+
+

hasAgent#

+ + + + + + +
ElucidationThe relation within a process and an agengt participant.
+
+

hasAtomicNumber#

+ + + + + + +
ElucidationThe atomic number of an atomic element.
+
+

hasBeginTask#

+ + +
+
+

hasBeginTile#

+ + + + + + + + + + +
ElucidationThe relation between the whole and the first direct temporal part of a sequence.
Alternative Label(s)hasTemporalFirst
+
+

hasBehaviour#

+ + +
+
+

hasCase#

+ + +
+
+

hasCharacterised#

+ + +
+
+

hasCharacteriser#

+ + +
+
+

hasChemicalSymbol#

+ + + + + + +
ElucidationThe chemical symbol of an atomic element.
+
+

hasCognised#

+ + +
+
+

hasCogniser#

+ + +
+
+

hasCollaborationWith#

+ + +
+
+

hasComponent#

+ + +
+
+

hasConnectedPortion#

+ + +
+
+

hasConstituent#

+ + + + + + +
ElucidationThe relation between an object and one of its holistic part that contributes to the object under some spatial-based criteria.
+
+

hasConstitutiveProcess#

+ + +
+
+

hasConvention#

+ + +
+
+

hasConventionalProperty#

+ + + + + + + + + + +
ElucidationAssigns a quantity to an object by convention.
CommentAn object can be represented by a quantity for the fact that it has been recognized to belong to a specific class. + +The quantity is selected without an observation aimed to measure its actual value, but by convention.
+
+

hasDataValue#

+ + + + + + +
ElucidationThe owl:dataProperty that provides a serialisation of an EMMO data entity.
+
+

hasDeclared#

+ + +
+
+

hasDeclarer#

+ + +
+
+

hasDeduced#

+ + +
+
+

hasDeducer#

+ + +
+
+

hasDimensionString#

+ + + + + + +
ElucidationRelates a SI dimensional unit to a dimension string.
+
+

hasDirectPart#

+ + + + + + +
ElucidationThe relation grouping all direct parthood relations used in the reductionistic perspective.
+
+

hasElectrode#

+ + +
+
+

hasElectrolyte#

+ + +
+
+

hasEndTask#

+ + +
+
+

hasEndTile#

+ + + + + + + + + + +
ElucidationThe relation between the whole and the last direct temporal part of a sequence.
Alternative Label(s)hasTemporalLast
+
+

hasFractionalCollection#

+ + +
+
+

hasFractionalMember#

+ + +
+
+

hasGatheredPart#

+ + +
+
+

hasHolisticNonTemporalPart#

+ + +
+
+

hasHolisticOverlap#

+ + + + + + +
ElucidationA relation between two holistic wholes that properly overlap, sharing one of their holistic parts.
+
+

hasHolisticPart#

+ + + + + + +
ElucidationThe relation between the whole and a proper part of the whole that scale down to the point which it lose the characteristics of the whole and become something else.
+
+

hasHolisticRelation#

+ + + + + + +
ElucidationThe relation between a holistic whole and its related entities, being them parts or other overlapping entities.
+
+

hasHolisticTemporalPart#

+ + +
+
+

hasIUPAC2016AtomicMass#

+ + + + + + +
ElucidationThe mass of an atomic element according to IUPAC 2016.
+
+

hasIcon#

+ + +
+
+

hasIndex#

+ + +
+
+

hasInput#

+ + + + + + +
ElucidationThe input of a process.
+
+

hasInterpretant#

+ + +
+
+

hasInterpreter#

+ + +
+
+

hasInterval#

+ + + + + + +
ElucidationThe relation between a process whole and a temporal part of the same type.
+
+

hasJunctionPart#

+ + + + + + + + + + +
ElucidationThe part is connected with the rest item or members with hasNext (or its inverse) and hasContact relations only.
Alternative Label(s)hasSpatioTemporalPart
+
+

hasJunctionTile#

+ + + + + + +
ElucidationA relation that establishes for the whole a univocal tessellation in spatio temporal parts.
+
+

hasManufacturedOutput#

+ + +
+
+

hasMaximalCollection#

+ + +
+
+

hasMeasuredProperty#

+ + + + + + +
ElucidationAssigns a quantity to an object via a well-defined measurement procedure.
+
+

hasMeasurementUnit#

+ + + + + + +
CommentA conventional semiotic relation that relates a physical quantity to its unit.
+
+

hasMember#

+ + + + + + +
ElucidationThe relation between a collection and one of its item members.
+
+

hasMetricPrefix#

+ + + + + + +
CommentRelates a prefixed unit to its metric prefix part.
+
+

hasMetrologicalReference#

+ + + + + + +
CommentRelates a quantity to its metrological reference through a semiotic process.
+
+

hasMetrologicalUncertainty#

+ + + + + + +
ElucidationAssigns a quantifiable uncertainty to an objective property through a well-defined procecure.
+
+

hasModel#

+ + +
+
+

hasModelledProperty#

+ + + + + + +
ElucidationAssigns a quantity to an object via a well-defined modelling procedure.
+
+

hasNegativeElectrode#

+ + +
+
+

hasNext#

+ + + + + + + + + + +
ElucidationA time contact occurs when x isDirectCause y and not(y isCauseOf x).
Alternative Label(s)isBefore
+
+

hasNonTemporalPart#

+ + + + + + +
ElucidationThe part is not connected with the rest item or members with hasNext relation (or its inverse).
+
+

hasNumericalPart#

+ + + + + + +
CommentRelates a quantity to its numerical value through spatial direct parthood.
+
+

hasNumericalValue#

+ + +
+
+

hasObjectiveProperty#

+ + + + + + +
CommentRelates an object to a quantity describing a quantifiable property of the object obtained via a well-defined procedure.
+
+

hasOutcome#

+ + + + + + +
ElucidationThe relation between a process and the entity that represents how things have turned out.
+
+

hasOutput#

+ + + + + + + + + + +
ElucidationThe outcome of a process.
CommentThe partial overlapping is required since the creating process is distinct with the process in which the output is used or consumed.
+
+

hasPart#

+ + + + + + +
ElucidationThe primitive relation that express the concept of an entity being part of another one.
+
+

hasParticipant#

+ + + + + + + + + + +
ElucidationThe relation between a process and an object participating to it, i.e. that is relevant to the process itself.
CommentParticipation is a parthood relation: you must be part of the process to contribute to it. A participant whose 4D extension is totally contained within the process. + +Participation is not under direct parthood since a process is not strictly related to reductionism, but it's a way to categorize temporal regions by the interpreters.
+
+

hasPortion#

+ + + + + + +
ElucidationThe relation between a object whole and its spatial part of the same type.
+
+

hasPortionPart#

+ + +
+
+

hasPositiveElectrode#

+ + +
+
+

hasPrefixMultiplier#

+ + + + + + +
ElucidationRelates a SI prefixed unit to the multiplication factor corresponding to the prefix.
+
+

hasPrefixSymbol#

+ + + + + + +
ElucidationRelates a SI prefixed unit to the prefix symbol.
+
+

hasProductOutput#

+ + +
+
+

hasProperPart#

+ + + + + + +
ElucidationThe relation between an entity and one of its parts, when both entities are distinct.
+
+

hasProperty#

+ + +
+
+

hasQuantity#

+ + + + + + +
ElucidationRelates the result of a semiotic process to ont of its optained quantities.
+
+

hasRedundantPart#

+ + + + + + +
ElucidationThe superproperty of the relations between a whole and its mereological parts that are still holistic wholes of the same type.
+
+

hasReferenceElectrode#

+ + +
+
+

hasReferencePart#

+ + + + + + +
ElucidationRelates a quantity to its reference unit through spatial direct parthood.
+
+

hasReferent#

+ + + + + + +
Alternative Label(s)hasSemioticObject
+
+

hasSIConversionMultiplier#

+ + + + + + +
ElucidationNumber to multiply a SI coherent unit with when converting to a given non-SI coherent unit.
+
+

hasSIConversionOffset#

+ + + + + + +
ElucidationNumber to add to a SI coherent unit when converting to a given non-SI coherent unit.
+
+

hasScatteredPortion#

+ + +
+
+

hasServiceOutput#

+ + +
+
+

hasSign#

+ + +
+
+

hasSpatialPart#

+ + + + + + +
ElucidationA proper part of a whole, whose parts always cover the full temporal extension of the whole within a spatial interval.
+
+

hasSpatialSection#

+ + + + + + + + + + +
ElucidationA proper part of the whole that is not Spatial or Temporal.
Alternative Label(s)hasSpatialPartialPart
+
+

hasSpatialSlice#

+ + + + + + + + + + +
ElucidationA relation that identify a proper part of the whole that extends itself in time along the overall lifetime of the whole, and whose parts never cover the full spatial extension of the 4D whole.
Alternative Label(s)hasSpatialIntegralPart
+
+

hasSpatialTile#

+ + + + + + + + + + +
ElucidationA relation that establishes for the whole a univocal tessellation in spatial parts.
Alternative Label(s)hasSpatialDirectPart
+
+

hasSpatioTemporalTile#

+ + + + + + + + + + +
ElucidationA tile that is connected with other tiles with bi-directional causal relations that fall under hasNext (or its inverse) or hasContact.
Alternative Label(s)hasWellFormedTile
+
+

hasStage#

+ + +
+
+

hasStatus#

+ + +
+
+

hasStringValue#

+ + +
+
+

hasSubObject#

+ + +
+
+

hasSubProcess#

+ + + + + + +
ElucidationThe relation between a process and one of its process parts.
+
+

hasSymbolValue#

+ + +
+
+

hasTask#

+ + +
+
+

hasTemporalPart#

+ + + + + + +
ElucidationA relation that identify a proper item part of the whole, whose parts always cover the full spatial extension of the whole within a time interval.
+
+

hasTemporalSection#

+ + + + + + +
ElucidationA temporal part that is not a slice.
+
+

hasTemporalSlice#

+ + + + + + +
ElucidationA temporal part that capture the overall spatial extension of the causal object.
+
+

hasTemporalTile#

+ + + + + + + + + + +
ElucidationA relation that establishes for the whole a univocal tessellation in temporal parts.
Alternative Label(s)hasTemporalDirectPart
+
+

hasTemporaryParticipant#

+ + + + + + +
CommentThe relation between a process P and an object whole O that overcrosses it. The intersection between P and O is a participant of P.
+
+

hasURI#

+ + +
+
+

hasURIValue#

+ + +
+
+

hasURLValue#

+ + +
+
+

hasURNValue#

+ + +
+
+

hasUnitNonPrefixPart#

+ + + + + + +
ElucidationRelates a prefixed unit to its non-prefixed part.
+
+

hasUnitSymbol#

+ + + + + + +
ElucidationRelates a prefixed unit to its unit symbol part.
+
+

hasVariable#

+ + +
+
+

isCauseOf#

+ + + + + + +
ElucidationThe relation between an individuals x and y, that holds if and only if: +a) y having a part that is causing an effect on a part of x +b) y and x non-overlapping
+
+

isConcomitantWith#

+ + + + + + + + + + +
ElucidationThe relation between two causally reachable entities through a path of contacts relations (i.e. representing physical interactions).
Alternative Label(s)alongsideOf
+
+

isDirectCauseOf#

+ + + + + + +
ElucidationA causal relation between the causing and the effected entities occurring without intermediaries.
+
+

isGatheredPartOf#

+ + +
+
+

isIndirectCauseOf#

+ + + + + + +
ElucidationA causal relation between the effected and the causing entities with intermediaries.
+
+

isNotCauseOf#

+ + +
+
+

isOvercrossedBy#

+ + +
+
+

isPartOf#

+ + +
+
+

isPortionPartOf#

+ + +
+
+

isPredecessorOf#

+ + + + + + + + + + +
ElucidationA causal relation between the y effected and the x causing entities with intermediaries, where x isCauseOf y and not(y isCauseOf x).
Alternative Label(s)isAntecedentOf
+
+

isProperPartOf#

+ + + + + + +
ElucidationThe inverse relation for hasProperPart.
+
+

iupacReference#

+ + + + + + +
CommentDOI to corresponding concept in IUPAC
+
+

mereological#

+ + + + + + +
ElucidationThe superclass of all mereological EMMO relations.
+
+

metrologicalReference#

+ + +
+
+

molecularFormula#

+ + + + + + +
ElucidationCorresponds to the molecular formula of the compound.
+
+

notOverlaps#

+ + +
+
+

omReference#

+ + + + + + +
ElucidationIRI to corresponding concept in the Ontology of units of Measure.
+
+

overcrosses#

+ + + + + + +
ElucidationThe relation between an entity that overlaps another without being its part.
+
+

overlaps#

+ + + + + + +
ElucidationThe relation between two entities that share at least one of their parts.
+
+

properOverlaps#

+ + + + + + +
ElucidationThe relation between two entities that overlaps and neither of both is part of the other.
+
+

pubChemReference#

+ + + + + + +
ElucidationPubchem URI for a compound or substance ID.
+
+

qudtReference#

+ + + + + + +
ElucidationURL to corresponing entity in QUDT.
+
+

semiotical#

+ + + + + + +
ElucidationThe generic EMMO semiotical relation.
+
+

test#

+ + +
+
+

ucumCode#

+ + + + + + +
ElucidationUnified Code for Units of Measure (UCUM).
+
+

uneceCommonCode#

+ + + + + + +
ElucidationThe UN/CEFACT Recommendation 20 provides three character alphabetic and alphanumeric codes for representing units of measurement for length, area, volume/capacity, mass (weight), time, and other quantities used in international trade. The codes are intended for use in manual and/or automated systems for the exchange of information between participants in international trade.
+
+

unitSymbol#

+ + + + + + +
ElucidationThe standard symbol for a unit.
+
+

universe#

+ + +
+
+

wikidataReference#

+ + + + + + +
ElucidationURL corresponding to entry in Wikidata.
+
+

wikipediaReference#

+ + + + + + +
ElucidationURL to corresponding Wikipedia entry.
+
+
+ + +
+ + + + + +
+ + + +
+ + +
+
+ +
+ +
+
+
+ + + + + +
+ + +
+ + \ No newline at end of file diff --git a/battinfo.pdf b/battinfo.pdf deleted file mode 100644 index bcd46739dcfe0878cce5920e3e089504331751a1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1167860 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
8* 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�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 O)6HzGl8X+5+%ayoc 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

q4Z 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

qtEkStPePP6g~97H%d z+;0Md1;qL!j}!&jMZBS#67GEA^DH6jcY6^=@DN6o0+Nkz=y=n*N|@HB4QVegAGOn0 zTUFJ4uV?XVr7B6His{LznQ1ik>uFM$3`x#C(#13L3#()?phFgayz~R4M<5@cf8-++ zSm2LtcmL&~kvT1;!6Yzaa}3g~YLx!5&-LOTLDYzL~hH@wuC0%k_JIlVQ_-e5n zh#$?iHVqSj?F3$-)mqGIR;{+O^#Y2_Eu7JgdU3EPS!Ne62*Sv>8+3iiVPw zO(R~~hGp(EKtooEx)YWpcHK!bWrwnN1>tg9M%;z$b1_-W+{wkmlY0n{Q4J+KA3fo0 z=INv?&VFuHW>v0Xnl+6?+Ew;dW)_DyyEy+S!zjln_b59#V*%}A^7$l8@yJ3DlU;f( zjYD~_rdo9^n=M7OU6Od7v6UocQ;X{n8>UpC4Pdl#H{cGFV}@R;>$W z<jut5d1io;jh@=}IB!Jz(BL;!>jH zTity}Y0uxi?bl1QXQfa-^SzHY7@^lg;$-3De5MWn;k(5S*G%(NWh5#khO*tPD}}T5 z4uYYeoN%NQ21v|7nGu}MRQgE9496ic%O8kbgQyB^}r8upgsmW7`J`R^DPd8l&DG)l#KR0&#KhJhP4lTR4 zW%xq9$VBuJM&19w1QsLz8il+h{FUrMuzuQbnchK#eDTewdC+n$hK&@c3#-|1fp=>D zyAQExI}u6d5iB7fP+0gwN5O2?k6Va1o_C?_hT(&xTx%tP8GTx0X%{&Moetg(x;11S zw-dj>+yr8!OjSfHg-$y6c*;>{PG?TfUe~@kv|04Y&a_wU>--)(J6bcj|?2V_TAoyxjY<7e1xS&?}Bv??6C=f z&x1FkL^vs2)E6B*5G!NPMCGPQ?JJ5WK0CgI6a-T9X!;>D=phIaLr8*crN+yGkXkB| z#6YWycNbebD<(0N%U1Dv9{@aXMr?x^JnUKPHFrkpB5RGlMQ?x}txbEO8)ZwAGrr>>nK@0kRYyYf`T z^Z9m~=OWdsoNVEA>+&wbE=SvrYLtJd6Z65O1Pj<-oY)+*yrGO{#leV)jmUOeR;jbp z_FtTsvoG5(!~7kByC#Czf9Fg4|}i>)9T+dT7PqJmTWM_3!4+Om z!%gtS=%*y@SjU_!JwNYR9c&PMh11L|fx=E?>mj-wo3Pb=v=t20^qWZCh|UI7sC zCXv6(LJo23Ny4p>pr5#CF<5}^^3dGyZkF$i5$*yfp5@7>+L>%illVBHsTv)W0G;yo~yG-aFc% z!d|Vn*u**~e@?yh!B_|d>27-Y-Z})I>*Z|wI@=p5EvhEj?b0^IYCcVnEs&jDG-aLS z%^NG@E0@czMa`EffbtwF8&QzHR)h-<8W;Kl4;e36E>YzmRcp+q2TR`)&yS&okdcFx z0NQ35H0QM=dLJQ@fn#N7;h>Z)F<$s>ROXcH=IK_eTCrf+(BMzvXok|I7u{RX$Yz#E zGe;8;=KIMo$uWKVp=6*Xl9nugS+T$!7k7_uH7_jWcws70-(?ADd zvQDwi$fjLpUuI^ipY6ug^>_BS5;_F-Qs$3u9$86QKeUoGxoLUPhSUCVFm|(jhkb_~ zN=zZ1BCaC7YJ6&puBSE5G}biQCT1-k8T+zV#v@DprG7PFarSB>?qjp@KfHB$U*=Z) z+&xvTqKmxAR;t#dcRGybJnMC}wiz9@TB)K>r*n8ph~15ga%%=y=+WtN8jZYtE;2P> zO}uvDD1RyK$_lNqHW9|Ck53+ar|DK;s0nc-<~Cv-0lXIw|~jCkIC-NZCZL- zS;aXxXmj$7iL6`D>Lf98$kv%lPN;$4KrH^J=gr8*zV6h zd83F&g*N%ac%_I~)oR+K)IH{7PX*lRoZytR4h+dJlPV$_j~mp7|#b5na-*CV|9 z9%}c~IPCCQVqX8X3`adu(5nZcfwdOE#DrYE;5a0~A`;yom>S7REZl4RiJ$-a$0VPt z0mx)UY-i8|(Q}s=F-jF%lKF+7czNOryGyKw!zp>(lRkkhBjS^zeSwBZ`Wq%EG1@A3 z|3{R=mh3V4S<7Cx{BxhDHN>6)*K;wMJwp;ZYUu1Y-v@bODs>`Wrr7JHy} zKNp;Qu8>@Ok$+WOviw0AoVO6jrI)Klxn3f8a^`V6L}ygG26H$;Zt2~V z@VtA5l$ih{O+oP3UwV}=;7koUVh@IuK>0hAuL2%N4c6`LX=>If-jU)v0B_Xm*zc^- zNBG2fiCdzgCIEc768xG(QwD-y+ZV9(f}8@TU&$RIQv=JEV{*)s}JUZB#61pBE${l_MeMObIIKnsE==gjL zx}PZcl0agCvZL3^eSQmkmd1KK2F0@U_UCtDG@E^?&?g?uRUQ63DaZ%k&D(I}Q!w&K zMd=VGYZGIR=MqJ}SvEj~B*xpv%k1;_H3OsvSShKqxB_J)0FrW0~* zQ;X#}^9`>->&`+Hj->?6o+NN)M}7En0fo+(l~R=0Ez$zveptZ zlohw90_j86&j=aQB4;RWCwNK1LDWypde;C#pT1Wb3VT)R%3@I6l{w?5v6xNZ1tW3;nkjfP%N zN^T&D+v}#lq@@iKDe9xZL^C7{Z6_!RNn_vV1&NoE=cY?WouaQx#zP_)4+1Y23~s4k z1LE{IR3QLgg5i_IOD`aulwlC=HPqn4+mx*v?1p);ss4cDEeEe8sqaVxHggLE)F2H6 zDAPDFTs5uld<}&CD7Ll!OA&)#PXEw`!L}+V8d<-p%*5!w$W_N2iM^$eBX^kAQ{4<6 zN!igkP=#U_YZTm3Nbm7nW0TDdT|{HJ1_te_7zY0PVi;tCGrzbe?3O_Ilf`6q%20su|FZMTR$1Ts8ja;gi05e^_!Pr1fng{52WP_FpaWTc) zhC0W~3ok565wMaDDUJ$3A*CP%0I&fXm<;QOq*F!e+W2=jv=B;5QrD<=^#vTZXZtv)?8Yk zu!SKScM0uRJ%iFRz~HMo2LBDn6(HWkx!(*35ui;W=_R)L$DehfpH|4XP|(70U%>1q zy4ru&VPyXoRuVJgzcW|-)4=X8xN6dNkN`pS)oYk$QS?as%ba9VG1<23OxWcU5Dtb? zF&dE!`j0m_nN%^|6(@`n{mSsVg&STKWL)>BXbgq`b|p{EUGZQHg{ zX;s>`D{b4htzCcb6&-8!`u2|Kh>kw`PoL8n@ys#ixW;|0W~!aUboE}Hvp8CHay|z! zul;B{@sckcy)tpEnU9Vqz4euEwCissU)}z5e1tgGNcWO-P+;$pB+R!86G=Dib<%hR zruk@B(BP|{B>s{sy{};j^o0MPB4x`#bSd+}0OiV@x#PPS!Q=Deg|Jh2Z3z_)hj)cUl&SZxy=SPDCyHS`)z1eWq<5# zDgXT1^VzyjQ@f^ob3UcK|J7XQ{!PEJS3t$n6S2ZIAD_kfRzkwQceisFo&Nn$Xn#@NO;HM-`@CR>RiCBF3Ypp8}ob2QxVn(*A_P zw$0=9TcIJXpWF3glGWUG4=>Yw@f2~ANipqcaJWS5gD)YP61P>9S*%1unCpZM+Q*i8 z`baZ0Q&?3-N`|)D#zY{gQ2vDFUHa0%^`rs0h6P)p6>ZE$uWxyR$33#`2goiOuU}cq z^$yA@A6nAaCGuzcnJ*#r^m1euA!{KJTBaaQJqNSLUrh)g}f$@rfL~nug_Zc#VG4C$_C4>1_|W zovWPOF_q~j88iTqc8`7;GXjqW{s3KQv?76=I>07yinXW+CFW7Td;ZwNciNvsi(m zs17VJMn}C6hW1V3-@}NgmHLxDA^P^y-?cnCwut|09oTorNQ5WmcW0Cg>g-|7%? zv1f9kLSQ;CnxUCReBa>x|^Arb(lltqUN^(!=wc_gat4UH1m zoE+7(6Q~$W!9{~1B>?vdBhV3%Lg{GiG-3{^r1e8S$>>x=H=I^ax)m%-J;EA24c%kP zTnk3BRU8@v{Ay9d2Az~JX{Leod^90TwNfI7%}RrJWezRQn&*m{emRQSV)A%lo&5x? zW!VVpXIa(6)>n)eX7f(-hZu9)3F)GcEAxuW)-s;J$3~&+o*;dbh(0wB5;lHTBP7-U z5}qbLm{hK!5PP1N{oD`8C}6(g0|HuL%Zhjy+=)RQ;c!i`=YX;F1VbvPQvFTh{Pxet z(wE&dPuX+otC}2MEf1+%%G7-`a$FQkc`4RTaC4gHU@M{qu|kq}RRK+&ah3QVjRECY z(xvSY$3?DhH(R@$)j%8yZHhIEJ&|5V$^X!;F#V^N@&5<%WaRiSF+_{%Qg+1be<4q` z6NG4@2v0b~7x_lYnVjaEs*}EHyhxF{&+o8AQ~-k4(rx?gkU(B^Wj;kWpXCI`e#`)$ zog@S4bMuqw^Xf+{n;iYti#g$u{*u`It8pJ%lJ!Yn<+C3*7sOVZ`Yl!#jMlMZ+yEf$ zqa5T}I*Qu2zYa-+BvSCgtq}`KN-#3I@(yqNNA=6GXrlLeVgb!vzpncw_VorzoVZpV z?sV4k{Jff9wI3^A%_N3VAxN6KNxEy-qr6O7JuM*Vu24q#v|4T{f9>yr)1ea^-=`7p zF1{9J`qmS`m?`mDUka{u8sofEjq9+O%{nuYgai~7+aGl$&+zZgw?Rok&i&NroAc0H zAdH{|-OjNH20w>`Kq(B}&L9c~gPkkTy}Es$y=OV|CPRDYrBa3n1}}5RKI`RAFBM~S zo-6FauwYNm2oxo*d9dgYWRd7_?D;w#F@z?>*H4V}kN4%a>GGJ7-}j5F2SHRW+I6HF z={X0))g03{u)4^&Cpxf1o)%WZ7=jHAcZ8>Vu?1DPa^|J(sKmBwc}?EEulcKxZ?3vS z7!olN_a|#yNBEg~E;f1V&8&MOR;a@)zvvo${NE$91X#TBV(pXb{%Wuln2J{%&f*!l zJy|TIEk|eigLG;fd~m7+dlpakTH5>^YyFwYKR!}HgzoMPEf*^k&q>P0Y$Q|yNf2+L z=jR0Sg@{A|*=WPtqzHo|4MnogNIrPJWmxoPtAaVshCT37iUtqMLzN0X8 zYmrkb^ud$rqz%|HipMFY%v7#a+}LAfo(2tP#iw#e1xSSo{X^Sl@bs~Z6ednkCJr*l zEJuL?!YQVRArg+_z>qCipV{H8*~;FMp+iF*nWCa9e51F zDv-)Y|G{RCb1C%Vj=M#;uE~-G+GH)2`}s9%>d@p#v~L6RFW2seXMi6h`uO%K(zPCB z>e)V%Z(!6?(T6MC8tcx_Efj6S9Z)<-tq6o&JR_P$Ap5;njw*;SKreE*;%a_q{L(Lh zl%}~Qa0WDeQU-Y7X6<_T{xF0dJpH=OmiU3qAFjPcH{Y2uo-ig9YaQ$m*FZ+f#dj*{ zp-)f9g1%<_t#9Brbu+**W7@O*@j5%}PB91@x&D>I} z9p+g0mCwf--}^32DX2!^Zs8tkCA|b zgXO>CcN#FxsDCAvEnn?Ai`QproSPmlB}vYB*}qQ_2@q@jN0g9&(*02)X24JU19r19 zQSb>Q35W>um=II?5)`0beo;WqM!euHA?b;2E;91k8@ZaMJu(oMUFa=Bom`xxZ#EoX z+q_kp^Rm69esO)!z-N;M=V035LH@3ATnvE!8}-VtgKP6Xxil z2x^t9((1gb?B{ksN>B~9G}G$Tm7SePn(;K_lau7ztje&9+H{oQ4IJ0(t(2N@=s#oW z5t3kakQl9wHDR~#68naI!d}#9Dl{C33LeJQZ3lifQQK{_M%I{!1pf|Sd9HdJl&M&< zncMwHwiaB03no^Pq}CgRCu#z|9V7cfEAR@5tPI?jFj!vAK@#R%cWNfTsC~6b_s#5y zB>%J`DEo#fQmNH`S=Kvoge0wSs3Llzb4UU>R*xHWO)i;tPg0y<=ZDf3v&M?d3ACHG8ktAq1Qjxb?M!54?v5~SRL0rld zj~Odm-zAcqH64*vWDzgh6*zaidwG%=w=U}COA`zopw6+OxH=uaY>3 zy1x~KJ`-Fue?QD8jJ=EH`t2S#Q8|{1+Ck5qlMdFWZCu-e-{Z~OYBh92Q6VO zy0l4%pRTgAViM$kQWfnQv5uCjCCNd38NDx$r7gTa%G7KrU#|HM zUv+tDvR~ZHQN!a4DUJ}}DqyO9EiAk&rs?_mNOg%$xAsjFj;IocrjAnDf+S2#%IcCd zaoXlKFe$`av-~y_AP9lXRQxl!$}YuHP`gP=sneX8$Z$4Uc}ANs(yC7+fpf9&K-TfA zS2%44xgnUQZf1VR;tA&llL`lD!8Bp=`fk0Oe7kZ_4$t=m&@K;PaU5%u*kE%Qo&s^} zkFewv@@V$V+pDgq)@pPbe;QWKFhc~s&Vxl6wFT%baAA@zX<{2d$(Z_7+2qa=IKB!) zuMXx>8bf&@T2bxtC}QkYwXhdt@zOp@me`Q8DSu){h%4`r#JfjG&`}CFN=1a|rjIBe z8OM91r?ee_uF{gX+gr(IUlj7nsySfQ;=$G8(Kz(Z8Fa1C5iYX^6!h<8V`j2Colm(z zY;i8grp0h-XZ8e7D|C05E=9NwVn_9L9?~x;YlS-C3gN|+rgN_fWXQCeqD@8YxTKsS zO_XEh;sb{-VE+w3C{vhZV`eIMH&(?#y)u|-&kELBsyCC98qewKP!4vV$}Yq^tf1U> zcFW~j-u#?I4h|C}9=k>p@sJuE)X!DyXTK3hlortCN3dV8l#o2?Jn&z%WcOih z%5QPA+2vKqjZ)}?-w+CivEp6V7VUNUCR15jbmA9UZo=_@?Dko=8oaHX(jfO*VCLeW z&{<$S^0hSi)8=E6F)HaO!wydz;o64sNX;h`$4<4cIN36FN;0c5sVCSc*y#!tsuNYt z3i>_k18fg$L$qF-tgCF3dr4y%5x`bVhxcZVn30T6qEbfRCw`mdE_U1R&aS7^k~th z*Vv}OX7`00_NIRuK~*FU>y+)2-pquPA6F$`rRBGRlR>VFaU%(HUWz9+#~TmpY$t$n z*j?Z#n0|JaQb$}U>gu`@_p4cmItmAWwKmWc()9YNEoxpKI-^YE5Dd@d2A49x5HkSI zb+7zayj)-KIU^9lS6kZbAeDJ$3vpD_`ug|`E<0?9^Qv=yKa5!CkQ?d^$xfg;aKPwM zFn!K&-_8vz7}| z1Y;J|*hLbWaCt^x4(FHmpt+18NP~9764>mRb&XLIMi;RpdKO(HzF?{$X3-VXkGQAe zf`$tj5_B`z!y3Ta$9hixGZo$)_+_*7t#q7td6z!e)BZXe6oy(|RbPD7%qD`_qg*Ewt$vabAV<^r~{oH7;*L zoJm)pg0~t$mkkdSX9YJGxVy;2B-`AENrL*B3#Gp2%_$nI2yi?@%!rlx)5FwOtAF>q zzkl@m|=b*YUmqtytQM6_OAnWPX@cZrW_r^hJha9 zTAn6A#i&9As3V@}$Lr}){IX=A=#h-v$YjElTUmrKs1c>5q>74N%iQ~Bn&Pz^6`l>L zW$JcAHo_Uq15V!hH4URv)63&7^ij~3widK^BJSWM(ypFZQ zS{QCt{+JPTa&fXeR`kFF0H}S`5^N^dfJs9-^8=PB?|=y@R+b(N+ooAZhnMm}DuMj| zj>tg{{h~kD#XM*Pe!29cp=!<9VDlN+tZkE5u&`GK&$_Ppw8H_%@JdZ>8i!=oe2B%9 z)de#SbJn3?n@@sIzEQqYTkV9dk=~X1)dm5}%Dgiti4JJki8NwX!F&R#akxe-%`rv3 zIE^bRR|%wAq)9C0)OoPSo=dF9R4F1_VJzuXQ$MFel~GK?tXHqsAFr{@0A9Nhu@go( zXjm)|IC<+T-q)Xh-#8q|+MiRDKyb;?>U9Xo7g=uh!n|wWh$04G*6F`s>^j`7Xz-+F zrpxO72yz}E2j!q3{Gv78^_Q*Pu?eKeqjDcQC6kw|Mh}-TF24`*`C~X_pTAEzs}+-_ z!ud`Xi4amI0<|6o4uM*1E*}DrAt!+p=p&y%ONBfK6F?R5LC*c7?U_cHba2;3qZTL7 z&lDP5WMN$HQGRIld!s&?rlIn9xdE;{W>54}bU@UJ33}jL=v(eRS%&ZCC6hr3>+bf` zgsK@&Eb}e!GvZ(-kDD@n%H)N#aP(KkP|*uX(x`jW?7{s#RAYef>SSLqxY~kOgO5io z)3O=MtCDcb;-E&vuYF`DMaS@z@x^FZfkkZgdSqHCt{T(OF3Ib^AxnjZAEAcvcgl>I zJ|4TBs~#11Kkt8?abMhcuCJ}Hsjs`E zwWAl0H($e0$xzLpl36jY`l9-x_M0AI0qZQt-0&nX*xP{l$ofvir)v%8eWzr^z zw^Nw z$GOV_P{%$!PuBoWWO|vIdaYfi(f%*#zay{&{qDn}1FeYYQzV-=#5Hok6$^?(^ibTz=x}q^dsTvO6 z$1jeVHCXF31J;r24_94E9U^z@Tf+?%z<&5rIL<<}!WOydui<9hFK1aT_nL*BL1dgE zI8tt$Mo}`VZnkit7tSZga$Fl{G38$K<7SBaYm4*E(_h!6=laqK4oDt;z=dNu|b93;x{ZN{(WM34)gz2$&Ggr%@q?>a2b z1`W7w+=9TU@%7lxry^k8F)xPEVYenKR~;t0+kW7j$`KPPl469&E5cK*LI8fVk(LY+ zUSUX2dgl!Wy^?&7C;Pmg=XOpE@%aM&KxnpP$el?9 zD9^~x==Kr|u}y}C#u@E5&10!?&sA$;*NcTs4^S<8D}1*dW*??J(LN$vD`35khomJi zwo9*eR9Fm8Wpib?_CLyPfUc}TMu2`a<^j~V3%+N?7_Uh#RB~mLkO7-w-{GVOj_=6j zEP#PQG)SrIR1FRG_#m(OHZP7@KcAbb_TI}b_w_4}uKvvOZ7?p<{KWe9RbIPYbV_oE zG+HVL-AOY_zrsad8<}cSCX44Fkw84*!?=c!U5A)Y_EQgxOxc?sngw(Xr1WKCcLX5a zNu@~fh4=b5g8Z53R&K65)?m-5PAKj4$k7mETb)<Af}s$E<&2cKI9NN^U0OIZNj)#^$NH9 zeLTVwykz6Piu>&YBn#^39dN9k0qvFEhW4@IADhZfB&t*TIV;0yJ_@R*q5GL z`F!lx6fNVU%DeeJ*PufD#r7>I$Q@kLYc>^O&)M|(3E6QtIa|0*3(RD$K6*1$% zJ!rKr1Fx*p2~KG+m1ZoC;{${A!0aT+keVTsWs&qg{S?UX;_jEwM`BBBt`opJ9&gBJ zfoH4#5h3YT+zw5V6OOuM4&hiF`&Yamf>*)>qUnjWGWkN1$4eu8F;j`y`k~dhPYvD8aoAV+c@n4|SNf*y*1gIrt;WX# zYD{s+M%PJ;+RRwPxdbZSxMhK}#yFiqrZ;v*e)szLFa;Nyqp(@bL4N7V5yYWG=Og6QUGTh2ZaUY7H3vV94;?sKNkCvn%Om7D#eYmqz&(>kdo5dz-zeR+{%~s}g#SucTe&z&42Q-H3JE%=(u)tgWr6tS>Py zk|AC@tZT7aws1nY2JFRvH@2W#u<{vyn#4e}RK}|ZLD*Kc)M^pS+XZNyRbHS&ENJ96 zqp_{(7XqCDuFAPjllh**sAcA99vQWoR3fC(b4{gE*IHYEX}RL0vffEmFs;r(t5e;pq}!v& zwwECkD5&oR4nl8~@*fretCsZ^0JjPRK!f@6qEy#}g+S9#1UZ8F7WaPa+h+qi6*3G% zEsN?uvHsmG#;dODuZ*}OX&r-PE@0r%F`m~l&;%_G{8P-SABkIi0DB>ckSya`TW|SS z@M@TZ`&aOqAd{$HP-%t|LvSvjddQL1Q-JnA1h0z>-3y~b)4_8N;HqcAis|@f{&l3T zY|X%uLo4bLxI-)YjaZ_TzxDtcb-=_?IM%;WB8k9N5Bx_Ud7>~0ke8<+d4ge3G+JSy zVYDk5kf6C<1C>Fj?F9sgb8F)2KU5(P0UG9H2ZSgdvLi{a+9W*e(12BgRA!|5gxU)R z&|7q60xKHh3=|DhFk{dQ8Y4Q;nKhS<8R1hfT`!~Y`|c68z}ULz$PN}Q$3P^MK3T985i|?0im8VVgjhv($0bUAh=Ns zIy?;CaU%Z1gMa<5A^?z?Hh$DRT$XkZu7CMm6TWSLeee2D?(xM5i?jb}5b&Qyp8v6j z&&vs+L>v!GTp(n`Twlmq+rtV$$^C~(@Z20SUMU_z@&N#*tE|i|bly}lC`UrRgYN}2g z@^3fRLEiu6kj&@!CH^Wl#h2JzNo!%MYzVysb{3f)iCNVeC#cg9#_6GN$LV2&5Xo(B z%EAcEfv}MDuC}0eJaO>nUmv`mBB!d;m;X@n))d^UUbGQSvp)Cnr+IhCwA*@OJOeVU zqB;5>+~+RLEepfm-=UrI${#*~t<>TX>P*wf!Qnbv>0BB|wrvJ0r zS7zq_LeaAPGexT|^H((k+jU*DQs_Km%&`rE3WiKT@sovL3HyX_gfQiDCE$W2cC+BS zJ1#43Gp170MmE&i3ea)jI5I32Yq9WR4e3|Oy#M6+!qkb?1IrfuLWojOkSvPw=e$trF}cbhj$RhRQPRpLtAg>;@Wz_g(_911ku7<6{(N_JP}Ghk(9x5z zQ>RPYE?W0;s^vwtg6kuuV*PQbinnUC+SSj9aN+R&v149sV0_*q+Q)G$G~Dh_4b%t} zM1N-K%Ohj-6!|J8T}z?NN~tT2x>fR!Z&>-9@w9?%pcHaY@sTt8F~`qKR>X1;A*FPW z7BDtW0@xq7!Q6ZRx^1?D#B2U<=1uh`PZy7F*NXGU(EhVXHS%2jPiQU|;|*Kxvju-j6qu!Dg+Tn1GY ze23>B#$BTof7u;DN4Tz!3mHbI?l4`WPUw1-ivcfqXBrA(n-oSQuq#pqC@^dJZCOA+ zIydl{$+&-0EW?g*BqK1D*iSwO4*FIALcmQ3pv1eF+ zE$M8G6*MqSrKMV}0c*36M`%F(4FAmUjOpsJ=>+K^;k`B1GxAmuLizEcm0fae zg4LQDG#z6&@rMqw9Xg?d^ve#5eH-xQy41ma|Wj1<^xkQ zLyeV~*v#<<(D%lYMt>WBFbsa^A}|&xT7^(jTp+(`1r&x+ny_=)pM;dS+2ZilNfsxX zBIrr$bb0TL7wx)vqeRs$^Bus_E@I_t8GK$R z6_Q6~>gyvAjL|}+gPUt3<2YB~FSuF@7LZmcf0kid0JX4jG`L-=@1JGN99*dDQQWFF zwy6gxcx1*R^KA^Sdl zF0RVn_>gvSWz*8-{E-TyFyXZ5+<}Kpj(O$r5&&FL5Jkq-0x^Safxxm#diTgwFJPQu zmNcJ(`NSZeSSpc-ZFtX(eSZOvJJF4FoTo?hi+I+fP4%b>s3yrogsvRV=A!18Qekc8 zbg`#iIA^Nrc6sW2sV3QWD#>!}l)Lg8Y+>ta<*M{d7)STWD}1iFe0RLV&|IJ?=>E)# zxdf~()tU2Hfts?59fW?jwPMv-C%;o_4g-d%_KQa6dO9uI`HUTmT{xE*im9q!^}rvd zJ?^469VKr16d*Rkvf4W3u&BKxQy657|hr{<1-;orc-wG)JL z0@cEdW-uR@#Tmd}g+xyxbB(l%>BHI>!cCdS`#Vnrg^a6zXF!$^k72NM#B`M(Ai*;j z@;W?}_jvW+BDxgLF>!;HXdn|A7c+4Tom81? z*`kBeAylna2!pj*%|Yg7etDa{yMTe554G5w#?z?-=R1N;a}GA=fx~A*hP?o)LvUFrbJ4s^r&|};@1PJ-!(w(3Sw*0f#j7)3StonmSoaI&| zuW_+aP%rQ3V>H{5=o25Fc*C9iSvfTHHc)B$+VK5+)-nurmMTTh0FeRKW6#@Oa9yfz zOY=uGxZH5X8q)klo+jdZ@#OW1$U+ue@dFjW1z#GDHEeDti0K(z8t+eRmZ_VC!*>@= zAGF9fml!8P{Kw$zD`7clMMkUye6a~uW*EL+^0(WE{k*i)_qUHf;`WXH+!EPXQ49{Y zuep8T!L$(=ePSuKD(L7Xq8k#6!D;jOQz2#R8b^e8dEu4km99kT?!%|DhlMADVPKLrZ9G?ti+||KlBnk(uqk zaN?8dQgIvq3IkSqK~SH42ZBA4XZeeXD^66M81Tg5MCOTqedm*ijNNg&c8yBctGf>u zTSO9-#pSYiV@>4kPQ#AEQ=+Gg*M4(PU+w}rPcF;32<9^&I_YQPJ@Rk&y$3hPsT@JSyJbDzV9-C%zP)O7x_!{DxnLP9HA!Hc510JS#g&3L z%0-}zniWZwAec>0e!DFt-`iP5hTtBmBgZnq+%)Bz`n$FmlDH(3Sd z%3&r%L?WLnIi=t-c1joGh@`ETI)E0ou*r+}x|%Ajbej=1)vXZ#mW<-y=vz`m0e}WO z_qVr)i4>)_j1#0J_V(NdY>qtJ)a}8dM+XzNYyQ+&4j?dAuR=rmDVhyqg^AOIK+tHG zN`$RVj(ssIQfgBZ3=KgV!IFyn1%vqmMDM#3_0!8@Qv)oo9%tvcCeNxB_!B&Db6BJY zD<Od3l| zy6k!eOANQ9cXlrSCB%~r0sPoUno@C7OMT@fV}i|$%STd1(Qi-PwDy5qL{%j{f>c< zGg)Rb(a2F~zYzak>$FG1%{sptrOa+2#j~_RqFYu>)Bbl_2C9#fM9y!CYz)r0KF#JJ zNQ)&Hw)xH&8=TWVDfwKr(iWzBwn!trLUFod<%*2Q_G&r@;hMXC>KuAghl4*cpg(*X zF5a1n=e&rdtK~GrazLR>MJ+;>+9o%45czE8BRn$Ki$$m7#eyRoLb9@hk5+kgY_hH| zI^fjE9ke(~e{npbIs&>$FeK?CGCSxU?)xaxCMD0B7knW- zwBQ{u-kt=Fx&>yc8+8#%t@ksQI-Zh|yjX5!_aQ#G3!4ParK_L%S?@^D%n zsvg0gBH};}AOq0Lk5X}4v-wn313Q&$1>L|IC(S^d@ep<0$PoQo!Ar03qjArh<7y}x z!fcU+oX6OIctKgEt|9bg93tAmSP4puVfpn;?oe&xd4Xb81vLI{Y2>TrVaRfC0wsI* z9tn?ZG{m%kq;O9nILP4-LLhMv;-_Gp+)kuX+3aOmOR+87H5sVIb1n!9xoZs?acyR+ zT3v?bs>rC}8$B=EsG8>vydQuyIKJ2PB%#=-(!)Aw>zi7=%T}kETo^m0yv(+o1?2l{ zt)+ZcqKtCk1bc(@b2o1P0lu-l8}n^g@D=aTfCqX>u4B@zKC!c;?gIIdK-JIdD7{6Q zE#!vB05UbK_XQ!nu@w3be`mJ;)P4PbZ}BiOFtPlnH|@1eO_{g{7TE54>Ng0@jB91h zNg$~Boxft_z1q!HM}C~0Z~X8c`HFMT=i#?9!{T1IttS`I?hBQ8A60YB^ z(jHj4-#@#(@VYqgrpmRc)x*1F44K#z9BNWPX@-oUpK-bUZHL@7$gUjiIqV$30fpRS$WD~ zFOZ02Pqer?jUko-WU$c6dNWzeup2;F_ww|r6fAao?xh!IO7F6gahYWPI<{&T?~!&8 zgH7rq*^v{qi=-^Mqd&TvUfn&OFXoe5<>Er)TbZ<9+<5gp+Va{2aGCHGUC3TM;4g|; zxzY%Lp`xVDB#iHJU924HF#2Q_FmvT7YyhzpfBqgBl_o6eTEI{XciXikUaSRTycls9 zMuwvsNf>Iq-`%n1#EKbJidL~Og$p2bpF+lDJ|=@1ntN>jn912QV3FJ7R$~h3Q7gW& zrE<8SmP88xsW?1=pZ!VvK1SxXZ}LDD)7f-_V1s$Py+X=X5I_^)9HEGG6T8N;Uei5WS444!jRJ4kOtg}ADx}vu2izhFv{ru23wPsiyS@A%#7_} zxQ#}A)tndn%gGGR$oK+9Jmd&acF14x#+~c>U2Fee4@vkeNx6AMD2HR0(qJCg-7I$* zg-Y-}9o2rJb?U-zye{WXmJOxjzZ+akNLUJ`f;0CKsLjl-dY|H1LTwcju4sUaK@zyV zR2~P3cmf7eW35z8T1F}J@It!8vwAa4guMmh9Yp($jx=k@BlVSFio&v`Qb&6alsHea z$R%r!El?Ji@#fvV>COuQ!;3ZPrDZ7jdD0>_+QGj<4*}Zj$n&zKNQ0;1;@Nugld9bF zHQ%mgIh*n+SDsb$vC7oUM+>b|Hk|aZ*A*;bTA+fiUC>v3?ND`1*QORcXEz_s z>X7NmDrH>j)5_!k(zcGtQW0L`iY$e4!5uo_!X`E6bSGH_kmLrnNk1oC=t_o+nt~uu zIDXW2m<1q_tvs*XKtl{o`2tZ?2tLjMCNN?S)T@tjR9=_t#M9QbK{>>U4t zrsvcablxYPAI}CF_@-K`MyEw_*PO}R{Ba$?r#?uw^CgitR%6`AI325U-M!`OGY)c} zi0+-4M0Kjv8tYC?cLG6Mq4inRx<-{l038b_b_YB!)Z+r$PYFeKi8aj*~*4KFoYMJ7fR8bAn zL%{_-nxZoD+vsuRkB!3Dk;Af zGB|g))f$JnG*XUIfbuLwXE*M^Up~O3n9~1bH8{0%_|Wo;>h|k6#Bk2ynPUQ-WgJRe z<{1qrPfeHiyIBKSR{5iBUn!^1UZbl=Pk%yHqKe9_QT6nj<@5>9OGDemjIsmX%EL29K6%%zlOeW zFJ41r2ryONSsWB05uBkW$5Cgto@)>5*R8Q_Toni59vC1s);y&AqaZhfA!BgRv*;Pp0F>+6~nHB2g0^@ogBs>wiI_*|} ze3f@rAjz?AW-o}!c_TbAWFJfu#>oGHtwirqXmN2BNp$5RgJPW%7^R04$sgRCb{(tm z1J&Ezhggj^eb!$P{Ut{;S9^ZPCHD6s`&W~HA^F^`2(Rueq$L!0ZU-(uC_cGgnAK0d zkVXi^w;zpemM!2C4~sHfw1El+ zX@qAfGv%*qI^`7_j_BF@SDa<5!o$45DCkEtIhk4}c~$UD@MCSwQTWSyMOVdLaEPO*gsTQ zd~yS6ZB?EHHgzILD(pNSXdw;@$`>mlf52#Pk?M}7K;!&1lRb!ZzesiebUebpVDVz% zN#mR*>SCE&VyleNdpkS3ka(9VO7&4MJN)7+S{jgbyv~Tk*Hj!#Jd|mFJeKBp6p}3W zjg(83^$b*`mS*g=tKY#Oe&k1Kv5ueZ@xG@Ii#bgAhjM}aU(cQY(ailv=f=j)@=qi1 z|CvM&VEr$(L)N8-hdZiD`!m4h%vt4HrK_0h)Y*+w!t9jB84{5V2J$_8gbnH^)J*Vi z5E3i`enD|<{$ze*#yqBY0bvtm-~tpdLQbSG2h3{XNM6pr+$!Bf4A!ykkeHBSo1F@I zo}1~F)AjT8^XKiNM|s6mnUc!&o!9oWTRD;_n?ey;lSXgn|rz(FePg_ig|`jG|HKtWbDH4kyTebKR` zT(!zW6s7O1-cZ3;6G`_sb6X0t&-*ps>~G>|>zm5a2OeY5N5#(6GYPboiSUZ}sfh;D z7|L|^a0-n9$o`b-tFLO?e6M*@2M~s5ZX!AdxE!(-uv;H94yPbmXQ50{d{y zB&O%Kbk2c-NRxm5QDez?C+p|SUg`on6BNI^BbH%o4mS=@d5?E zRpYa?=9rDWKk(&N?Do7{T%PK3l-i;gsSuM*rqob~5|}Rt#}eCk5~PL1f)Lcbj*y^u zILdiyE7yjllYojFi^Cc{vWJH;Y9TE4-v0W0f4bzWeU^H4x@dQW>o}k<{%q@bUu(L$ z;-iOvGR8^uqaMF2GU!Qi+x>JnQJ{=i)}$0Y;zUvqYf#W4$6GjeCxd|^gu!PCmTs&5 z)l%~SsRM23HE~0{s5Cl3%c}Q3Qka%5%IN`PEY1ZnxTMxUvM8HVtzKh2A zs`G0m*HM-Y1dH%!VB~T+l}u#pJ~$t#fF=k!T^hG6E^;(2TdJ7L&!fC5mRJ;FoVhsy z0f7GbZKP)prTit_u}5og5)^I(qT_) z$+>jNnLkQnp3^ZI*_aJ(#IVa^rlt76SS~#)iTQ9_7xTr53o~iS7z5q(SUSg>7!DRt zgPfDUvjD>3Q0P4xgXh$YxbHhqXc*O;o;;LU4{K}eWW}@xRH^3cWCB_JDJguIQ!Xh_ z5;++CgTaL(%;zUF+&R=&zK%e}`#4&Urh>(`$9EybQ;Y4&;ZO@MADF*Lkh`#K^@oeo zJVvhH*WpoUrb7eB!E8QDqsUmq^SO>V!w%=NZuj8XHrh)1O5&O|Em#mEUF3&`#8CWt zbfD*%tfTR7nB@+FsIURV>w=;@{yxW+jrYl8!E1KOEo7Kvns^#xWfN=Z^9lX)IZg-i zd5QKFy0xOydN)9OR<=WSwQP$*fbExzP9>G3Q8l>IyAk0S*qu@QZ%x((AQUlxgK>o{X4-M_`-OYQNeqoXc>Zu={Azfe(_OS!af`>@0KX2u z{QKj4@bC3Gsh9IbfN|}9Y-w!4`jj=~wx27NbYM1>lbD<4N9Z;(jnDgg=@j@$>89r| zD4(8;A!urihU`s(yXZ0Ztnn(8l^+6k;RFP}lIsa?YSGa8C!W3!NBFhO*0zzDSW3cV z*$DH;sh8)%$6MHRiX{yv&<`r`MhdMF+X>rgQvrO1m`r_NT_Sg<1yHm(=`ZmpU<+|6 zcMkl4L2tI2Z%q+1g)$SZfrQV(oa*bht9ADCT)dF+LlCb_x67@r3J-d~y5F+dc2V({ zmB%T4yC#v;%}F;ex242^deMgW*RtQo=dfSpO*7tK7jT4AaP_|g@qoZ$+C~G*4PHFs6f?t8U=dE$2 zwSNfH#$idb!m=kA++22sF?JyB*LG;ph*pI%xOhJ09hTq?+0I#bz?Y-hv2iq9fbRjZ zxfF@f*b6>Tl?y((1{PdbG(iP&yFGmn$>!++2C{nn(AJH3=GF9JV!z8dPEpMQ-4oEc zLJYM7*bP&e*F&5$sz+x`PJ)W_04fyy_vs?2CEz z-pqHRjWK)g?P*o{=S=AhSg=@;>5}J@=Yi_AOIlbu=`qTF;wPpR=xjNWIEu)dASm8W zX&uf;UC!7hdlUUFM*bI2%Swk-aNGIh=)CS@v@&tq%F4eA=BCxE9;1@8-B+7~^mR}4E;rp?ktQM7`}E2Q42WAJ)=j3Xy6bmi)VNEy5XH37Jg z#i37S#jv>Hkv_HfS!HvpHs)KaIFak(Vbw#0GT}$lK)-#Ya`8-D4HPp%a(IkHr9z~%OWNd!+7a(Pn-%Qgi@N{NaT8 za^$}`vw^0CR0+g`Yz{uHWMbo&@+ZuJtu?lYq7lj7p9pQQXs_tL=)hjaSW4RQkrer^ za)^(vA%B&rbbC9YPc@^gEbDHTItq@87}JFlV!mkGPM*%Vwn2rVzYqRBz1lMP+WmX~=^GM*cC#SHE(g5YD?0p|=Y9_! zO~nF&9n`%bAFfa=h9dqG3HD8pcK=pt0qddp9F~XoyoXo7s)6|ACAAY)zk^*hZFe5) z0~gnCjd6AY{Bk}nm5MPfEqCeS3YXbMEum2;!tjr|LRganS&u<)#TP%#YuQ7h}W2i;A^xPqHR$RZ16AF4<%pGD!44eygouYL;2dYfxAeu&NUy zCiQJnVA-JsAPaL9F{vq~Z9VecDDHru5^?2m>v4df3&8`iNwYhaYzXjD1N$}HSm6Dr za=Q9IW%#k_vDwAN@i)9-gYHfq;Ol|<8%xh(PkwJPZ#AA=eSM~zrsy2hmKk^QQF3z_VXS&3Ebu}Y zoQ0%1vI7tj+&%*-e0d8MIL%C7?e_qa6feBNBwqKBi!(YwTF^6{`wGNDLh zlP|pAMl<0;HFP$#ULX<96t+oe85V{+F> zfsJ6QRhJ4+=N?ak91Yr7H|h2(3b0OxgObp;l$d!I!x z?*|+9IG-#UGfhdj9h(#dGC^L>q8Y5aFd99yar*BtzuzgK?VHZ+S~G~2b9MoW7$*$D z5X?xY5$^g3OsK^qt5e~!Oc>n~Ml1X6{aQ&tH-2&YzIs|JBSTWGgC&F1b%0f6&XiRg zeP%dohE}rZg_%W}df&B8s$@;c&`$iBn? zn~hH7AIO6g4Jc+}nDi>F6YLVq(yY_8=VTZ~gUp0S*(QlnNz#es>O_@CNm`H3!ybhG z!$sM8M35_5F{6U6jINS0HZeXRFHzdK&?L59vTbO}w18+JI5VQjLBq>T_mv@kPYJ$de7E~N_eVRy&0(kXWRiKUxJJ1a zpSMjw+^NPd^Y=1Oz6&1dlA47qj*7XZF%^FMAHSM_Q5oBFhPZ@j9Qaf7foI2Z1Uf-w z-w5!4KL$D60ES#fY+=EWEd&gs-?*SA_iKm1%_+~&EfoeSZX)@^*0WY5-0u6AVfcNO zBiybyEej%lF~HPj?&mV$`!L4@>GEe~!$%+xV42GWfb`k2`hliXb(gWw^Ly?$E+d8% zK{dlkEfbAXqeA>v4HxdQH~z-XmJuuOj@bm|%){2S&fNpsL-pjco|3zSSIdJ6o1uaV z|6;6go*=1DmC83uV=_o1Co)!N+TplZ*4I6AQ>ES*kh!~fu_IBt!b!2?HSh?ky~cSt zQ0@QY&@VUCui3I2IycrOk}t<4a22w6(aW=g3#G!E`>XU%vC&JvaC|Ih#jd1n%7_EJ zJeAQ8E=suBVWdYPFe=7>#1Mp|N{@an?J?rDD2M_Y?VJ1+EYUSHZw?0bc*idzI(?e@ z*qlA;*v*OyOXgC&od(pX27^fenrMRw>=24^#&O?qK3Xo;jF^ITv98h4-HJmtoM&?A|&8M1-9MYk>PBrC7O^y9gEsD$@*l!SzhtGIBS99Z+*}+Klwrf z=@FF9X8FK9b7xZ(ZcAmPL1*e=jR{mVG?QEPIV$!fM~gPAh(i_$-^L!6_;kJ2eui<5 zapeINwIo$k4YYNN7JG@r!ajAq^&V#R4oujPDI`i82V0gcW2wWqS4E35E9B(iV~u;O z`Ib`8T&FZE{N}$prdqn;wg^1>TGkrFmB-6!%WG*H!JDKT$D5pYc$UUpZ2T;c_(@x$1KynF&OU`w-ULGa{e%ubKH+OXfT%kVfI0g+D>}K)&mDTJ zUsIRosqoF-%fM^;H69E+@mo(8D=S!H*S&wniBglc#qBfOW^C@z;De1P1dh)F%N#A| z6YBe{yYt?sZO~Wc!IsI#X2N&RS7wNX^1@l^+^54#?^sVsy5|k7ge-%j40t>wBv2G! zggo@Ig8LYL~ofN(4PJCFmLBD#v3 zs%JOP(i3aRyx{V>VTJgn>u(rc>N-+})fLY8nNuo0hM)G( zJ>Gobd(9FbS(9YK?(N^;9^xeLybjNT#5BVYWdd^MkH}QzvgiXqYCSkHg{K$N>%uPo zMeSL1j|;|Ic9kVJ{|&tZ>7Z*#n&w~KrvXq!Ye6RQcQ(M2pEI6;agJtF?ciOhmY4ED zr;W$=zA?Y`a!9Hxs<*dQNOm!N-He}8Y^AfEX^%u93xfy=M zB(0x9A$UI>Pa_?4>Fw~wJOVk@R?7g_m(9p{d5ha~Kf4bOkN0zLkLoV)SF~uT2orMc z&3I)JH$-UGHP1;kD$h&1sI+0Pz9T~2?C-R}EFq%{&XS0ZaO2onQ|x&lgGah25(@u& zJ4{-2iB7uh@S$1_@b?oX#s0=TwX@D!)5;>yD)3oT_2{g8uM*+R_oW>tBN|?yspFsi zXi3nka4F;&7zn5rw4bw|-(rmqY~vo3ZNp^@+n%lu*b=K%4(Q21FMBtf{1lKV9S+3l zuBj^k{(kiD${uV7a(;fylQ-I!Cf$i4ic)Cjo%X4AJznTj>&!decJn|%;c$jozyiU9 zzqkqvXywD-fL=}hW^rFHNs=_Gqv=|s50emX3i|DFqqLC+k<0!Mkq~a&q8t(E=f4tMAep$;D zfE(Qn>;rlA3E-lQ7=TMY)FRsh9O2N#0wcELS#Q`7zNfD!BbgWaL6@+L>es< z2i78vQIfJO^i>qMMApW*Bt$thF%6U)Q%Rb+V=U+h)ly61S4oOVMAS&)SMDi5@ghRR zAHOtAl}s8da1>*qP8^N1w2zh)H?)7Yv{wOEql(|-mnVwH8#kQAsFNkRCp658+`u4l zxTc$Lg+2Jin93-YCh1*3T2EkTj3{H$6o;Y5kO|?~mMB>tQyLK^?G)QbuB@&qRwRjf zf=rppB_=}(Z5UTj82=zRhbUIN@A=fE%n&=7hh#&FG_-yauxj|hhJ#~6xKHey5fwpQ zGgC`kpc^3yO=TD%DvUKshLIG;l13XJ>!!>xCw$k(k!C`?i=d9V6l*)dOV~ifN*Z;9 z8kb?oIT=dGo@wcv7iGLI=8TkH7&%j+j5yXXJ7XCKDQ>tXS~Ot%_XGnWE-Oi5o-~#T zo{BmdWEVa`>`XOIKO&!;n223Bcl2Hiz#3Xr^pAeL>)!LAoDbx!o6uP}VVCq0H0^!Z z!1@5mnP}dCI}lN?O18jQn3O*9|laoUFL_u%|M_55Dd@fS? zEn&7;Q_~c4Oo+gD)0CPUI+pMr0Suhpd&oG*tDe|OPP?P;daSo@>K>nVKIS(WWPC-6 ze`-|yYfAsWHmVqz+5TYw@!!T;{v*)DpYA8nxn@5beMkb}jr&;m0No}T^Y$FE@0dYG5r0KeVt!9ERXZC^NCxE8cB-+M7G!Aear z>DYo=lD9ga82J$=hnE6g&DNuPpNd~LaQJcGF>J(W!Bmzl9y&X7O6D7U-LbKJmp;Al7dYC%Vvy#gT#r=`})B`87!OiYm>tVkJxc%q-*~ zP7ObxO?Pw{fak@6^u*Jhp@5@tA?KzXi$2%47@s%qy-YfvyPiey37`id3aVD?Mm>Hz zzF80)5=;|XbzXA&L~I)2P+u%=Z*_KFZULB8WE;L0L^YQG45puLo4iXM6*h1LqR^24Kd=Cz?qisOgPC?7bV$uN%`UiVNKb=6O6nTklQpEl0E2QnsnvNR?Dtbn$Z;0)OQ6c~R{|n#iCh%u!p| zE8BA#^dIDhq>K!$Ag1mn+5X}0T^Y<4wP$5@Ns^Z;dI}A370#fHQDk7+d)2=c1r8p9GKY!8I?JJ!i=wB0#PcC71Du zI&VVNn9=DwH4l5p%u%SBPX;?9+-p3hP;rO(JSSFu*x2w9np8|#+#>B3X=4+^;g)^O z{$4uVAzwx%Ou3eTx|Pd^(dTLGB3Eo`L@p+wdx4L12<-(C&jK9d+Rlv8>+K=t#izx{!+^)|gWCp464lgf_eqWN9r`m^sO3(Ty zJYl*8%I%~=4hkKa;<*gc--nMVmwS2d(@;%M=(U@#+Wd~BgnW19N{YvQVS#{T%m^|y z{qJ@Ly!STR_vnj|keh)*IP2}Zo0Cl4ltraMRcqiPvVPjDn-j`MY0;Ir(A`}kTvhc% z$rmL`ibAopiZxZ+`=tBzTYu`A)BQ1wf-v!AkBmZemdL?ayUQnEwfiUJcQs%yDM_-t zf9`j-rqGC@m0X!zhu zCNQ2BSuCEAZ7xW@-UmzAJxj!j?Ug_@7urBDE|LFBVpKhccj-Pb&h-A=cr_69WLI;w|n9B$HhH;|5_eTi= zui~x0c*aINt<0J0djQ4uR6iuja5Vd&9dA_aHa%&S*&Z18-H!an>$P6CR`_tQD7u}PYKJ9bkax{0lmc0zm6A@mddGvranzP-h z7D5MZkH!AYC!2O7K5FPlN|Z{Q(yRC{?I@1JaX!J!mDOZ?m$untUmQD27rk^8jb_)w zrT3LOb`|SeeFqvAyO|@@O--1BmqqQd|(mjkaJ1w}A!)9F-w1b5b`*P$OW_pE^T)vuNBy1X}`Wbfm zAfw#`0*d{V3tjsfp$TiAdy}_T04QE{;Z-l;15tVgNbiZfn zjalAE1iwua6->XzPTZEItB4RF8l`RSZ<4#pk!8UwxK@l5)d)y-K=xb=_6%myzm_=r zttYNH`-+BcTny#VxXl{wTsNkDm%=3PMo~S3!{>9kcX>+${_oQv{i7_!zraat4f}H; z+kasJr?YfID?il=>xK4M+KbhLlb}T~kVVRgM#b|%NRv?Xh`}n8P5#Camk+(blpXuB z0spMVda3sRUi$_pmlMMKr}g!}5A858{1d+VzwCu%|0CS3;~vFB@)yF2$xpJIw&#g} z-8&#UDjGRh!w~ql7aDeEICLG!Vc6xEc|jF`Jjp@V?oGeA~VszCWTD z94bz<$NZ@lEks=!t-sOM@n>HX@8EJ4{90H#VO%Kcash1IFUBxwyT=*!DsA1G@0TZA zsi_asva_NRQfrjPh=jQ^cf2x&LeE!>Sxdo;s;j~w3SZBj<1=~5L8WQhCtQcLf4Wrv zo$$fHM)yzG>i^J;%E-XT1jWEY_kY=p%F6z)5SRZq(uM6`!`%NZ(q&V9+!|*TcJo=~ z;chE%?a><`2wntbPbiP6%4X^45@AzG8`r&wY^W#8%@|uV1 z?tq!MI7v`OJu|uF(=s9Tx~&DRJC3HmjmSb z_BHyg8^dHn$Vn@rK6i`uh~`nd7%%k;V@+>H#X2KJO!gY*dNZAwW9CRGZY;v363rs$~;$ z%ayxueh?Moak>TvrvfEBgq zsWz2D*O2ap=MOD#Ui2kH=PYI}&N0O+FTPqnq+^gnwUZ5i6fDC*wj;bHh_fvMRw3$| zt-}XGVIDEHXoDG0Ro|uJhem^eGrZiEq@ciBPzGy!HT-%#`;~aB*}g)+f%wS!7ln_Q zQIVuK>|3(I7w;XUtEZQ#kM8a@hmIfEyOxd}yxx8-w2S!4(QO*rUD8WjxK>!-;m@FGJvz~U3Hn&Uj-K=3uBwJ0id-7gt>Z^?=Wsb3FggT892!wEtG;9NLX;1s1C-u z?cpcotOprd&u}<`{h?2GLqI7K+$mgSD z9jHkbk#UI26`^RTE+d6ID^DsM`;MHR^TMr&P(zW%?Nt_5)u~JsSU%TuLYG8>59sL} z;2SP*z27^2-!c#H!ex~jKQBlkHZ_$5oA?5F!YNA)bc38Bm|soB4OA2?iw^-ekb~nq zWqyY|Ezk`#i8=HIf?L6L(09vhyC+M2)hyfqChw1?MdATU>5LFOCZ$&3C3thfNd}{8 zA(m&^sOE)osdBqi^4KN|tx`+7o?P3iWLa7M=(&V8$UQR+L9Uvnf#|S}jy;Zp%+##G zF=T>*nHHZPP}DPW>A=tg*=;XGlw26SWXQvA5T>0q7r+kA6Y}3&ftnRO{p{4!d=d_R z`XtrnYBKOf!L$5GM?TpsG>NVlG|TE7E=Itxrk$@($W9U6J)8`oRH%3w)D*UxiirJ*&Uv@gz(8)@L9=98O|;URrId6+h>>s56JHrbNuU|C^#z z{>J{^rb<6Fvof+_K2-MI{M-(KMIK3qdt;%&^W8=B7CGp!nU!h(v)urhqd>S!rG~nM zhRA$JswA`k2Ap=mvcxVg9qFbwJs1m6$QZH$|~f`jnnEUJPA)s;xHqJt*0iOyNe@#Y3v;RHWV4Bt_y5st1dO?7v6 zq4iL?sA|Ogd~VWMNeQP?JGw%50n`0u@e_>?wS0uI;zgMsbrIz`q4v2!hmlo~WLji0 zy~X3S%Jd#4tr8rash|*$R$tG9=g*?+-J@zI0%$d z1&Z}zk%KuBG~jvp-K4p~BDR&b4p#o2noQ5v!&(c@`tj@L4n*aHl|bWz74W|fk3yTJ zx0(l>UoA;px}L*@*R^MaKOc`NjCQ^%Xcpk0OkBjT>Y(cIBCh1Xe+&4p<#5SK8mQZ! zexlN)D#*;vup!148eiv@4n>tK|Mjq(0~R@|1J@h_q#WP;zReqk<9XR`iTL#ELp{%1 zfZ~4zHsa6!)6Iq?uO$)bLE%%9W;i5cHI(s$?!%uO;-mXPh9FAst{62oS1fP7cn(k% zEgSw_+Dn{@1Vqm~<7Tfkma!lh6-3s}XIZp?!CcP?lt+tmOvwFb_GG0D75dIg1Oxbb zrfDD`Gf{IyDJ2y=NUCP-akGy-hh5Dqhc;-k5>te>!$svIIAjRyUuc3d0A7B=IB|F$qgVIUH zhyGF|tAtF9`0YdVSHri029(5TB_)Ssu#}J&SbBv5cX9{Mg&=PXB0sGT_Tk?`g+TSu zdEkkxm`u%G>)xf_YVNh$H!0uXJujX*@=8jPx>;}Eezjc&<5`t_-Q~kBWP3OG#!~4$)U5J46P{1=Dsp{E z+wwadDyt`2Zjb+=-i!BeyZ3FrOubp)zH{?F$`Qj}$iTCXE@UA!kTm-WMDxOxCQ!F3 zWX1Pm)dY(F^JfRp+lj5(WK(xdvDu+rCi^$BDo$xfsgxjn2S+i@!w&_L7=f@4D=wp9Dktre6;(r>? z|3t$`A6mmP?H+?KeLw5G>~435z2)lt%Xq#-M{Y$r`_<6s*00`=!o?7HtV*MqxSdRy zatGV^nA0j@1anFikt%TLKj!A@QhNiZi{PVgaXA)fa9ewm+xl+L4(>A34~TaT1=}?& zd-6dz?SE}X@!YacuX415^E$WD<5@llXW8!M%noi_eDCE-_-w zYmr`kDf2Pg8X32@v?9dukn(}PFcP~To27v0Bt_cP zz+J*o=2=XTkqINky zHChN{M8Dkj57WB6oM!JLeb7i+TPpVco$TeOD4+rh6*3s+)2tInLl4O7nQ71tr1!H!-meQJPN z3{NBm!d2%~NqYB(MH;nyiS!a|G@U}ojoFNndZNO5qpQTGw9?XxCCiV~F%ooEtsIIm z)1?IYbJte+8EgV8y8c<0WaVPZV;^m#&W#oqbwFsoLCWdsIwr|xL#bxFITq_7@^qpa zb4Vp!1+2deHQA_d?E^A_P3VlJ8wm#E&pLQmL~F>^0gzP%j^Ie>Hhq@v3HC8Y8*-H% zL%yYPlB>F7bPaARl9VgmM-$?au#+I=R@k1}b0YwLJr2uei!Cri zF>Py+oiY1czP`TNR@(WvMBEdeZ(H7njZZ4x29uO$MO2D0&=VIMZ>Eyxb43_lqSI+-!UwzMTx5-#w`+x4 z4l3#2hSM$J#w_>5we4_KPK4>%u0@FGC;h)lq}K^kd5DX|wDr7R&v?F48D#%m?wRQR zt?uAzWS+j>11cL?wTg0fnC8WPd}we1S4Py(C)N zryDqYpB$`LEN5X%zaQ^r^T8s1FYM^uSR?9TZhhf)dEj(?^1+ISj;f<;%k-C2%*?^P zY^Ur#-mHfw)FjJi7bx1ubA)!AV8gi*W+b;(o)%!HAkC zgNa!kF;$3fi|RY{*ziowascp9&*SgHbXg>yXe{{g(5oBf)9z7q>;30^H6e@{F3h!gX?L_zaVd0jHTN1;){+MOJdx^@?1Y(on_) zkm$iJR@jz_=eo$Fl1Ei8X$lOqO;89;|H>|6O zqoT!TA5bGcsCCi!8v{iXC|m>R=^EA(#7p zb4l1umq6&KDWaH4R?SshsF}O9;xnW8o1)8Swwi5#+d7`I1XU_&GU0(ktI5oO#2f#t zD5NgVYdE3KMl&{063DNf&mgRdm2#5a-KK|l<>{1wZ7*(Zo&bUS&E9|@{C#tOxS*5# zzzi|5d`!iIx*NXgb^EXcSw68g?^2HE@D?@LIIl5i);jr67?Lg2wpqN^m)gk$1nuoo zRX2zVp#jY`*dQ!S9UpP)792spg^96klRhDAg+xZ!0WGt@I@?vTUZRu!mNR#ZeeS7= zWxkEbWnI-l4aZu2oerS2##>@l$FVx3Lv35=mF98$oM}*4 z9Oawg0`T*`*Wlz=w3fJ*c#P)8H%izr8L`sBE`-V?5&u95EUva9pElxV^&{fo#j0(F zSt>nQ6_U1jjJ)(q19k#ZixLO(bUtJBXX{%~km=bkZOA{PKB7VB_KlmQsrLaZ%|8yt zKFGv<8X6(9gn3{eCQsRm&#^V!Y>LVm6O1`hO~ekr z%pDv--+KpPWX z9PaE$OxvviLw~rL3!T0KqmgAt2l3oUrxIuY@uhg$1FD>T^pfePJwjxkS(ZPfM1^~ZZ8t- z&zKK9$C<00z%JL{|5o(7FC~oItE+GzfyHI4@CdhW*xUkk4Oq4BRd`oDc^*hP^u}*k zvL=srT^91pv5%_qF?iu5qxH!zIMboXULld^@w9EYJdwl{dC z(}2&{-|OiOxM>d)XD%>P$)juZCm*iQfHd6^3UDmZSX^P~F(Fd%o}3!S?=^+go6q=_ zkMroeyX$Prx@!<(P=uMQiiSyoiOgq~%d|mUQL-*@Z&Og)gJG;I!f-&9J%Z-hmhr@R zyT98sHJ;Jh08DFg@4k5E(6lc(7k{^7xsG1YYBsZkNIKg;O$l35U~0KyI5dp`4apwm zu%z-_NdmJOPeRl4`gqRy2+iMMbJtr-Q&69U9-ahn=}G1nB5{e zNHtiu^K=vYS*hl+JOCT%lP<_}%Z?Cdbllj;jrLm21yNh0>LW(5jc>@rSFSLrzBVK^py2HV#;?mQaWffC z{OK)F{6n|~)BEe8?rVQ%9R-}~3KoWZ^Y{6fo=-1J`DjVFDC?0-q9iEFXc-$j7qX^| zl@>4zmvXwWF@|5YdwQo*%OZOMzMQy9$>FWmqbzIy9;S2wM6AghKXGY8`moXTyE+3dp3OZ zH!kuymqA#MoO!$udRvF+tSs%ALB2r2I>oPG6zMvz^dkZZ=(~(OAf_%Z(6l5M z&YP?S{LAjuGYDiD4)cr@+u-gs!rI8+*RcV6aCOx?x>#pJM7=~fQ#(pAK-t*De=#-Z z9K#6__|ALs)!EBikZdjIq1pZsIS|Dy95n`+QM(1)b1X6el; zZxVq~a{8kvm2*3~Z0qg_-vY(Tlgy#qP;0h)Pmd8-SCayaZ z>IZK^5H?0v#dea%$uR^jJ#s>GXC@iOt(2K_RdGLg)x6#OZnar0|Gd@abj^PJbJvdnTjtFTdMH-OK?Xw8wT$lyQFS;J>)zX*J?rW(nysZL*&%ay?5-QT%lRs9(F0ozk(A$SSSvxGxjT| z;V1ss_)96zBk@d)emH((>HhLF)V1r=(<4g&N)!W-Ty`wJ>M&;EF?8;?YWM4M_IVuy z@wjc3=hH8{_)`0(alLktvc?SqM3_d|siRqYk;+qRf;21TPO0Mt;v1q(>x7m+d9H=r zbEtB~yxX{^GWP51>(vb|jbT>e=__e2RMQUi!TE!)ps(^ZzjHQyv)bM?e+<$-4P_n_ zor+3@Kk>&(^ul8a1~%kJ`(dsf?O)V~=xHf1LhUk(?4iCRby_N=Iz#c|Q9)v&f9b{< z!&KG?w5-ndVym7y@*hdW!%quHmLF1S5%wEVGkQXVaH(K1xhM&@7YPBlZ!Dh+2}Mrw zRH=pz(B&>&FAcoGbObYqLM4+F*gDJOPVkH$j|SZDLOQ23<0@ENI*3ButyV|Nj!GWW zO*fmWo}3X-u4>SZMxDE5o)%wru-QeX?T$5%<5cO#kZjqJ?g)Xw4>io_B9UQ!zakJE z=xUMPFt+h{SZ=S0$h!p4c6*Aw29SKbQjTRVTW!kLOC5xK^$n(-^-D47oaO;1K#OR5 zo*qC$fGA2NE(hPai}_v4l(8=GiN!T$uS#TSYdIr|yMIZ+f{~dfQFJ{j{~Wl`2OWAJ&H9^~d1_ppCNEMFk}~bb}VX;&pL}~hr z(f5u%(gV|ERc%lbm47NMaLoJ5Zv$H8$CPaJU{9pd1?PY`PaOavQ>*N0sl_!AM4qd3T;_F1Ns}TO20m zZ&EU)3^GI@Tf$f*ahdjMTRXZ5D-^_ih-Xwm;%3#OCC6_F^p?xP6M7a|;I&0iTQp4s zTO1q&W2f`_!LI5Q3AX3p;erJOq<$mel8&K}c^Z-vk7I&G45a=O;}t)3{1I#R*+2=0 zGhN@BZQx1DALNaUg4jhAcQmd6W>E~5{DaYNOA4AH~z1rAf zI%&44d`B(1q|Sr9TWTZPGX27A0O!1lbBud^m3E*5fvc7f7)brukcvA1f%5^*y~mhR z^JEAN75WV6FDMsUQ!VK}>Wx~9-ARL;IC;WU7VEDTqW%wYW{FhB;MIM6(t`_KNyI9Q<*3o{Pmm(UftC zP>pwSkMs~wSe}afew@=Ycusf4fSu{yH_~?GNjSSSM^ZuilE3juX&@xnXD+k#Lo-+%j%n7EN@1|A(@&`Zn@7IL#WtDwKnPBt=T^X(l( zz7JQgXwzino2ZIQ$VgolO0F5?ib{>Ry=xGjr$re?H|?$Edk%V2geke#A0MN7j&_O? z-gum%5Rqf<=@3tnjUhd(hz#|&8Uik;ZpF(n4+uu?TNKWeof^n-RCrN1tIAvxpp>3u z(CWwQmkpZ??-Nt08v-qSmAeuf&(yUlAuF$v22f?fm-E^@dY!7AOgZ6;sTHZ=UD)we z;a%=G#^I{AYxG}>j)2E}cO#8NzGiN551Xnr+^gA&4_YzsJcUVrG`H?!Yw|(xnRhTr z2HPX=HhEe`wVj6JnqPTokj*+1eO*M)vN@K5eY8hXmS&=U#$LbS)Gd7~t%_BGNNYHB z?{%rEN_j!%LbfqnQ!c1cSW%p%j$Bv@w^mC{SS(GMnsIT9FCal%>03XF<89rlfs^17lS|Eudn@@_)bd;||FV2;0c zb!fF{^=LI|wY2`T9=Lwq7;L$?>bV-OLPi76Qq<~(6$En*(+^w$?hOv?R}l`(+d&tz z7aS*C`!7;#XFO@H3-&{*dD)g2bYk zmTsEp+jQKv^DTC`YLA+;Xj&;BJMW0?8vDVsRXEG_#;bZ()P`T5#*bxtY6d0`*Jxec zj_bX)Psh;8l9?QDNf+L&>0>V3`6MGJ!vcvIo{Vb?l70uu?2@4ez|h_O7Nre^g^F*H zoEc7Ah~J$}ou{RGKLayNx7Mj!8Q ze>feVstaAms5^I)VtZq0MKKBmH`CU+iu+pH*x5O{e5t0^WW@IQ=7pLOF>yaATbKla z__$aej(9?G!b)72o0i83dYce?wI}0EEODuf7s_W_{r!1)W+u;@1jjS`S$PVpPHHY! zRYy4$27|gcU-!L+J9MTf>8wUV|Cqzr{g@u?ynl=c?H&Gvobs5NwU|j0TdPx$AQSJZ z1=+6H|6=bQV|0tQb=_I6S+;H4wr$(CHOsbb+qP}nu32`~sde|>+3VcBa&m8SbAPQb zg5;WzhxE%AXyc|UYJHw(byw9tit3#~2 zV?=H3ufNXf*>c!lc`#ItvCNXd*A4I>Qj9g7`^0KePl#uyU9)Xamlm0>-3dR*`t--i zc!LM!J|bJN?+1@AU_JBBoRVw>Mt!Ro$_1*PAG~S$?jLEZ6baDjrBbkEEO<}v3#s(z z*6!z{Dbrky2DK{y`6@k%JRP)8F;3Zn=U>!~-nmuTjCxF&3jwJ(A86Rxr)m$a&g;~3 z3{$6)OtGG1397``#I+~M8r~W&uGMr_bXo{RA4V?@VhW#Y5kf^)iCc1lc4gh1s?no# zvV^vrw4}1EqO_(QQl6){DKAtWOFJF1f>Zv3!!(GyzLzUoI?{9&VVHDec~&IYNPE?h zvs|OX6*qpj`5MRR6f^)D^|b~6;;pXk3hG){dD(I1x<#_SO@_hI8S=dfFxVagm7LHi z`8$-kxzw@D9X_#8j71YyH?*}XI1&l^^cL$O+(V2#%DgmHBfFfVAX=69Y+z5E7;eu~ zhJvDYDKG~cttj(sb(y`z;P;jYsglCUmod68$Nfr$>i64Vhr82(CThMTW$6uCR~8R- zj8Zn2y^_1gYt(!tSA(yvtju5f<6;>EJk|+s1h+Ym!G?kOcEMN*> zgO#Qhqk&z67W{7KZW2%|h^B}$ zJz)j~C>Rt)IlzPha<)qNY&t*car{17Da2#Q3Sj=470mb-qGN{ENOYo%8Iv_o;38+b zF~pGs`(*p&oVXvWn^B%Ka!+{Ga@AZ7eI;Br7&H37nR zl)vRL*RT-im`p*n7Hb@heyG!WXe@tFZ>DxPa>b_v;}W4)v) z8P|{;rgFaX9d}Zbea$2N0kKllyCw{M6>J*6V;%K<))n>I7n`G)F|61B&DXv zY<5A*++*fxFB5CkIdtXC8;RG=`ugdn57eDc0+bn$S>FuL57*30cs+zS+i@80eVCuK z(SxpKSod`HAu}>tYptX}%$Q_HHt;kI7}!i<$jfKxFUIS3zjaWqyQ* zBf!6S5>DZF?Ql);wOgf&Cuu{+^>ABh*nQZW<=GsPxB1p~xZ?fFp4@^E^8#S1|PPVTZ* z5p=VaS*Dp_uG&J*9?c+wc1q&llG>+;=jF+z4=clZ$g~m6} zmf-Wew;G1$xH(nL+{)K=%J=Ef&_-SrQV&9PkNDzO_+XX!hhoa_1~QyENDavtQ^m*q z&_8OSexxjggpF{7KOt>P6JNXpkKYXu7-J5N>WuC{6B}wBaf7jAxOh=&-+@ZzpS1TL zO?oq)QrPb-=Edr4(Tb2$#N|sr8ON_L*N9lU;a4IIvYtD?O`Gb$rX4DNgDKXs2*2mY zF%8H?LYW@4JS|}wvAM@#DO_AqnfKZ&j)71W*gb_E0=vg-i^9yhiZQPVCEu3=@>mGT zgzBe_Y|o9S9J*K=H_;An^9NfJ(J$TuPy66)%Ql=Uk^NENKx95V#YcQ-QzgNFtz^@G-4aq43Cc<$xu8Bkt~E)dhl4CFv_Qs zH!bGKOP3mHQI3^;KJ_XLR2p!~)Mt3ICP+8~(E`y43d|=H&S6pPg zNR21B%wR#Ruz>8S^OchCX?1mQW%6yfp>>_AgMLphJZIkQ{M79aG5)2%iq>o}YI+3QZSav_Iwur>wmAVrK-T1*5v zPz@B(V2B6P$8^AbXhwbnGfu}&#uHT`{i%midV^@1?=5~y=n*T9E3#6^4e^uJ>V8VA z>SM10BGaXpvg+(IiL8_0zUu5RC*;S|5!|~qk`4^NBzO`aMNVbb=>z`4+aNELSZ zfN^}O#&J}4>&Up)^^9Xo_zo}#Ehqgx6ZCSxdq)3sVJfWZfZ(hV){A=8iUx+bYOW2S z*J6%bHTT=3?F8XoJM>p;boW6(GxRV5xoqZ)xRBL)X9QT!_*rXGTV((>Gb^gI{MBqh zTT_9wvMv_N?zN@wPe$qP?o4084VijQT{Zd5GVwuDX^jEsj2Y9w0m8zgG|7S!64mq} z2y0Rs626C@<_mY^K?lUbg;xhnUYqx-5#bf(%jfUh`p{0cnFIDr+}j0h7xUYqKwhPS zZ^|HU$!+)Ag0h1Xa7m@LVtn}8fiDS~0#mOF*fO%#BPplqI#8K1VU2>fQYskvWiA{^ zt-5yxSxrS>e*&qrmM>^BMRj1Fm~eHTL5%?rB_(am03K!K&e()3;T4Sr{UT5pGNwTo zf=Wwn5(OtDsOiIh9;!JP4Q15J9CR}*;QBJq4C%N-FB{MinJg_~KmsW>0mzk1uCn(k zVYk^LwW_z0AhoP_1}W7Z%SKsG1F4u}FBx2_ZEd(%X<&*al}iB!gf(5y0EwjVY%LHJ z4fl^dUcEgGnq>%mW?a-Q-<%m3B}Kqofe_0&K!Hg5DjB@UI4H|Ja6N$0QuM+LCWapH zPE1tm?_gNR`n?3bRXIY;<3N1|-bHXhh$|~GdL)=+wLEN4NxD%$AY`s+cJ)7iKzGLI!DJUJzxKLi zP_lu&<-@vVPATu#$UIz->KX3Umc>Se`WWu<0%KwUy@UCJiQ|ls1U+V_=S%qEcp=yE z$?nZPz+Vv6bJ0G^5bjC+dxB(#h7^d!s*V&RV+roN@rX9?$gw-KxsJ0yaWa<@z``I} z?d4kle-pH3${bSwl??P{%Gix}4gmb*-0{L7q^m0M4Ti8mSdsNq0aU(Bm-~T`))M&( zA5TG~*6PQDrTl>(L96J41L?w}??MFr?L^h@wAA~T6QvI*K9spvoSksi{73gY#nf(t zc=hi4MDV=<_^}09Fx>+*Z$$L@FD||r|EEfpk%{^L0YpB4_XCl8flN5Tzrtg(#v7MO zul#sqt(Caw46B`7Ddo@J z+wUZkFwfMnZFpE&Kobf+*4I=?^{_RaYi4-w9Wsu}*yK)og@P53Nb3>?ntT0+?iUmW z`oDC)PFYNP^ji~XIwL>2-^usw-FD3u?)5LE9L-aKg0GZMDu>FMx<%>8mPqDm zx^dmd4U106;g+SPphNaa`<=8fPIWDqg_OlDb~jnw!=cuauq2NW97kN6J4&fQZS&8N z8HnZoa(Nj4dz|w>`x5lb?El9wY6b?jf9^kLPAOT-C9WWM-@I=&P<33^PjnOI0!r#d z1j?c&P~>~}6_pYNi>(`6P@G=~yo8p%DA$h_hY?Err8E&XR7A)!kC5&tUT`9mi6~ok zVfZ*LMf^1NVau9+DR{D^Fs$M3Sam68yxMunZu6YE-*lXIy!O7SoDGCaBOt-!%5a5# zgI&pbM`UaXnvE6(ZGZE{>~K{F_l|9gtM2ZKdw+h)(f?+e`7xVBB|l#!!-A0ByR~P8 zVfEYt4M(7*xIDvN|J(HIlDsnB#C$3wbg_$gz7DKH*YR)D@4rpI|2F;p+w}YYqv@B4 z@t>xj{<9SQ+w}W?GyO6#{sUJ2-!pmWf9Apd#d+%gC0tF<`~z3hv$6eu3s*BS{v(&> zzu;=7|M33u{9iu^M<)kkeQOA}%q=xZTP#+n?wOid`zJl&d?9W>JU&feVW397eGm_D z2Rl}m{eBnB6ZwaoXTqYnX_pKW_=o-er)xRFbAF!>v31Ol9L5+}-SD+7nVaI1<1M84 zzM7b^4UF(xp0sz#`-ZlR&bXX+*5kP#M%!&)ljEdm$L7&Vg;7vdXjDhez(nh)Z6s7` zVFvcJ%X*qWBU$3x8%XuwSpG+w$i>2g1|3K2C>O0TS*ODqZktiucvKy%QRd!_*f3X% zShU@&Mqhq^p?rH}Xm$4praQAc8F_h9Co-QWdcSsTNO7wiqYW;?Dvu&H-$P!4gTRmZ|dB3CgimNUfiE|9;W^id)jJp%yDKOFBZ-mN^^wGG1^ znu8)?VQkO@lv&|~Czt^fdkIs5C&)y~`V{n$^DRX*6VodpuY>unJmv2jbzx^ZK4r3t z?Zc}ZIrab=xpE(SWqb*e88*n|?ta~^=$~D;=bdqSp`ho#UO$SaX})h>$ofZ~fn&Un zMp+>OPQ6Va`J?tw|w@Uq}tt5;LE#gKck`3w9 z`YerdWEq6qlFFq8erqL2|CJNbVrO8T9a|<<13MT*bMq{8>=tp63N;AF#_}xV#NY`q zM+U~PnS%#hQ>d3vT4T7!!S&Alk-iP-$Cx&jW?>E>dQO-t#T8 z-S7B)0pWFuFvEQqARbRVWBgjV8*(gZll5$_`2J-MoHV6{G@o6b+6Z1~uQ}2Ten8p` zu+m4@riTEqcM0M^uiT{;&nSv=$U!R~XZMs!=jWursF$W!LdIB5y=muB==4iz6D#y- zYr?avjq=CTmhcvDU)`0GRt`^N zd~Ii_-q6pBJ?Ic|kY! z@zME%R4_R2&=KA?9lLMkzTCxd-n^yRRpx9B`a=jHqwN3|N$E*_0BezGzTe$`EF(tP zLCj{3Lhip3oTUsv=$a*&_%aNe0%FdL>EKPRnfopw30C`u-64|UQY z#$hy5hbl%K$qH-#-e| z*(Qkr=zbZnJ|Kd+f00om&-9E!^*w*Wdsv3CnC&e{DB}P2BU7b@84V!jYY*y$!<(mg z<+jj|+~>QC-AAPs5YYd#m_u#`jF;}XxbKJ5TU#us4s}P}R(BmYkM9=%%t}4jgwU}P zKuKoebm9oP zJ>V@9SpO{GtSi4Ov7xe}43zrXh_K@6B(9|yHIYXl|0@q%>uN*IL*7Y#U0nPixp2Tx z!!N~^?BC)HKodW;VTL=Nj2{E*}nMdjzOu;fyt`Tu^UUD=WWGKxlO`DcRNc@{q z!D`;-`l@ceOa)rtajLv^#I$lF+7kY3?a!){b=;9EH(+ot|H1vmX?B3gVm-@Igm1+fd&<@1341~m((1|3$UD|nKi6AB}nEQQi z!?uL*+B8OsT#y$(m6R(FZKGJE_ zXgMU+i;jzaHM=(MoorB?-t;Vn_)CN>u#IF4jZk=g9Y{uM*YCiIo# z;Jqb9^9d=z8$+DgCFBJe=O>vbGpO+;~4nP+aQIt9m~U+slGjo)V4bn=Fu(B4e+A zIMo+6Ii-5vGLuVn;SeMw$>F#Yr?f2>_#vf?UiP#C3;ksqeqqmb42?QdC0EDpDj3hD zUp0!bG+Y|FK`kab^UXO;*Ow>5C9-sz7l9&VWMhgAOS}#aj*!fxH{_FRrm{m)6exn4 zMTwXqN5FMSqOu|(%c{Pgr+WSA2rXtn6CHy3=4l2WgYFsTPLUD)_Vvty5H< zsS5~5K>G`oR7F7U-Vu<_w#hP@)^;r< zeKu-#K1QgL1VKO2cvV<=!8_z2p&YOgVC8#$3ZWEjyG;mTGG~=fwCDQwwJLr ziP%AOw&pwycXrIs256zyGrO-=gnVX^4{s}!`=MMU`D5zfr9kr(F{Ib6MJ#JnoLTa$ zA|+O2+Tqx3)A$x6oVF-<%v|M>!huSm0zH1*(2*|(!0!$*f8KDuZ~V|V{uZo1E~MeB zQc6m7`pr>kxv0YAv*w3xZle1|p15Lc_|~E2o%G;3w*Pxvb4(9k_rX4`k3(0_K{8pI znqaiPP1%WlLZlMv5Tio?U!nz1!nn&R1(YL>Bj#qd)*9|$A^4C_8Tf^_hwQ>1PFN@F5bZ| zrvim=;?iQ$BtZN!*Gbt!CUNe0tkCpTAF@mvFN@@I<+gVWZLct&}>6}fbsyW}L z)Y9_ZhOAn=$XU>EYP58@{RV=K{waG!F}I>AZ4$uAx_ZKYf&$&Q$fY#R;#HvKh}jdx zq2!SrV;VU*0VCKZlC#48IBh93c7@PCQHqjVE6tjn=^a}!uB8jXti}h=w`=n!uBG!h zBUuuYI^=fAI-(|n@Pg7*I8O~Zaw`>?T2+^rQls82N17i_y{)atQ+;?js@I+B=~%9T zETCxD2WT@4zz*!L_&I=c9-IiuZelwtOG7rshxy{&3pv0}``a>054KDTBRtQN4WcT& z4xUEcT*zi53$1QOce~uH$iR6grABG?T6RJ;Q#-k)X_A{(zd@eoJw$TVOQC=L$8|0o z1h-AH$ouNk?NHnNA}H?nlF_NiA*uP>RxF)!Ij8#_wyX4N>0gu*mVdeu{y&rwMmCmz zE+tnQlD3EcjgTkA`{}`ev_m$QptLn{N1E>AgyXD#`;w7MBs0YfiZ3^eHG^YqFi0!l zlKUhk?A`p3g}#fskGuHca3KS_1JBPt#l$9*z(07;2Sz5*P@Q`$hHfah9-;AM!Qq#v?fwf=4Kxq}-cC&~H&jkxbE1%D6 zBJEdOEDXPz5`#Z708ktu-F+tFU0@7xksGuZRjw=-qlXC20#ww@YJTQ&r1_lSw0b9N z?;G}%(=`0fJ-=b1MqvCwNN+C4e^@? zQ6>WfkuvSw8A10i@&?uY4RPB5ThslrXfx}( zw-X1JZc?b#?)l+L|+!Cf8|6fi8NKQX{@6I7R} z&fX?F$$eSVH#|zkHX{fJvT1YL)p3r52Wlii`}*7gmK7i`w8F+otq@7Z;T(Ak7*}Of zU9U-s=u17dOYxhD%T9w7V3y`pDcgmYPbAyiRp?a#T3mtWj7Itt#=**)&9 zNz>}lll8OeL|n}9u3^FO)6@Vqhc&Zu3oz&wpi2!Ku=X;Ckz&cbLz<(=5<#1SyWp*$ ziKPNVos8Q8=j`S6#FfLi_j&_AB;Ja4HQHZh@@^C=Z*h11huev%Wz!*m4Nl*XgoPz? z5i@7NW}Qgt^PqNj=!WBAK+K<~X)}h4l*POvKNB^V>^V(ZR;&T6wvHJv3$ED5-5rXV zB9b#}%}q20JNv9QmVJ;F{mIr>4eS2F;qDFUch?liw(CE~rMyD*cUz#JRrqF`O>=9} zt&1fDVGEqpBs3ypPUCe?Y4QC!)>W1Y8~;}u_WulmW?^CbS53VCHkLB6GW^r-{bMZk z{DD`RZ?>B(o;xZk+B@18vYh6#R7vyha|L_c4T=wvZ+49Xu5XQp|g^F)c;t0uCXGLS+f9`k*xk z?&;T_SkU^UYONqyRon|Q<~Iy|r=WCY;(@r&d(reCq0UA3vW8ybpu)&lr1D+y83?h< zR|#tth@H=w9E|$k#1psbL6?U6#0!a7Ye#Nk7PY)a%;}i9=~D$u)u0yvLXGUe2?M(> zZf^0{jbd74{GH3_SD_X$J&WkrVt1UJoHfo*jS<)uA*(unCH~yl;EGB@MnDub=Eru2 zyuGd4zos#M+&XtHoGv+EDABr_Xh+6TJSM>^Z;&frt2K1|l!+rOp2%5R z!L}|6vVg@d)ZuZtn_{%hCCt@G?*vF(kqt-Ub)Vk=e&TK>EhKRyOeBVAW8t-bhh`5W zJ1c^9V&&uaWD&nWUBbo?rd@nDg~8^~Rx{tm3&v72NEAg5?CDY!zNEa))yf$-e~<@0N|kM-2*@o%m@qKKoW^oA>z8Z%B9X?``ttf*xmQ;U&kDL7Ll4C91vo9TJ4N@Jw(5S_XL(?tE3L(Pv7bJcts% zeoCv#N;jmMc)WuO_N#q7Xoui=O_+-X?Bx*Z>)J+N?ZS*~%9z4dy}$C2(rKOUBO_g? zFfH@reWDhQC--aTj~ykMHp-uMXp?FWCeBH-H~#=w!YLW~?Bhr>^28lafd5VyPMuC_ zpy^&X!qrvmCgs*>KyE~y?&kBS*_Zr%;;gzP(K@>3_H?<~Zg5RG#_z6BEtCE9*v#SN zsMfhUeYy8?f=v=x+9@sf`17!qdei>`9cw|n?}~Y~*wF{rWaXZ(_)Ejm94U;cKM9GR zji9>Ln+*3Bv!AFRnP{ZSyQ)EOFc=hfd+8|Z$tg_xl;V`C=BQ+`q_Mb{`r;=6KynzR zMThtADar-w55a;pISZxwa=E`e5Tf+eo4FnwMU8>KxK}pu8wO%`|g{U(<;v%vkGKzv`aJO6hZ=IxBb6WdkHYRDLj1O&tKsE-0j&oR`%T50ic!`ZO~{Z z)fxRgj3m6alcyga^xp?X+q^CLg;ws{t99#PkcL!4~~;4o3q#oaWLi-oG)9na};b=f{S1y9LIICUf*lZ z5@}UeRCqhHvadgF>yQ(Mvuxb2o5Gke$4|7Ur@yGKTT(Zmc_y!ZGfARTCQIh888oZ2 zOSTC*wF-+P2+!e<*T2)KGXWt}iTGJyW}L*)-5^G6LCDPQK48onCj^G&K)yZ@V{XG+ zyP_0CSja@U@QXcL;AqmhdxXg|d0Qf-b$b@9o2i`N8vAG|ALY(n(wAfm?CagL-2=b! z+*8>nYmqO9H`Q+$)TvRk1Z?4sUG9NK$m)pL%->rd4huQLYK5=vrO zpj+WmMK(k>P%PWC46#gCua5ic$qC_k*!cF1 z_K~^y27MX(M*d4#G1m(_a5#mlzZ0!U`>c;Es!~b{1@MF#*{@`zFAj5~u`%=3n=Xjyv4hE+PIX z0h+NjWlcxAYKd*s(-uhzPs@-1j!hvnSWCSV!(ledrPa_OBge$FoB*S-QLesG!-&Lt z`%IsxdXA`x*p?Bow}LuQqm43ikcS)8mYwjhJ3{kJPwg(grRr9DzIq>WhQ$qiyO&L0 zw@`O}pVGEpzD?@$_;QwVhAbU}xn)7G8{ZPIHD>=nqv+@O^7|z2Q(C5D?Uz8ny_Ud`og$ zr%?lz36?`Ohe~~@U8%Z2nUiZ{#kH>Bvf#7fwB)p935{s2>&xqwfy&X!`xfR+zRvsSg;Y?AEQP#Wj{!1fj03_!W2bikXJhu~;TRr|;Mja% zSh>=cO1h2B9KJpe0D`xF@eO^vp?m`N()+wslphBoAD<(lpGROY`JJAGV`+opPFpA- z=LoUEHtRLn^ibglgW_QN%osGRGrbGPjDVRg0RrauV2BV1aYPgdJdJX4B(ctJM_tGK zCnuuE9UY+pW*n5v$0Yl zXU(t(I`+QL0VO!WO7$;~z;^G33CD`($MQP_-WuiG;kM1NNs`4;iUrjvlqOmRVz>jX zQM6JoPNwx)v9hJcyh4ZhoS%H`HoRH+bX@-Z3E5?*k1$#QM+Jb6Yq-?MM?_^(9Dg!? z9|#-TB&$Xf=>ukni$)!0A10kHZfI4foA9G;+#%h(NIgqC%Q(wPLo1-C0fmf8T9(i( z^3JR6m5*ypt}MA|d#v4-Gt?!lbgD#Bm7v_RJo?dfbSr-;hhdJP7#1|mH4k+QuO6-* zZj;$QSU=cGb>d?Cx7+kN%jYrsoZiFO4CAJsCTuKHK1^4Ycb;9?;wYlp7NDPJ#LUi| zw^29NmP=?Cz=RE*ian~nbYx_gmCwI24sRk4{zXE-N0!hJWGj`Ff)HRSgEqQxNy}zg zPk(9L;yHx*m;rouoN60B6r&r1ClOBbIe?RusRlh-+27=kD3QrB{f1Nk19qfE0L$V` z70*sp%~?qwAuN{U=s9yef^Ro<6b{JLC<`8+_0g%;2iIM7be7i?PjfWf>f;W`(Ovoa zbhWMV^r5R#dcL;U>^2;E8rHUJKl!TZo|*g*G+w*7l0I@gjlH(vaFco6qiDLl^wj<6^2p`!q$H+-w!Ef-bP*MnE6Os@yQDSvXI4GaA#lF| zy&}jRMZuayVU6Dn;16|{*mA5W(BINveGe1?ldxk^L{zt%Cl)tYx4A*|+e1W&f?FQ@4)t%TIt_0TYkAdSYtWH7-ukhU z@vBmE53|Cl^vr$`f5Ix33vCrmxd>C3z52}DB@~EMI6ELh?BZH3 znyd-uSWXA0?6tYF_uz(B+OVhGD(Cz)*x&ZKOTO@y0YFTZ)W1st1NP+Dm@`>67&bUI zST=Y#ja}?q%v>zQ*M}3M`l9lp$}ktw71INz@{Sje8wbck0zw2s6k$t15&<58qT6G} zMY%=0L=mIkrrT%6O}S0GOcAHwfT1e!y|Y6vnR1Tj2(kh_k1}wf70ei-9Pg0neKrg) zaI^0ZgQ+iko{u9F?hQYVl_^&yw;LU2f@^kkS9vZwm@6brqcYg(Snte+rU&9OZBeQ- zS*$0y+1p+>%AY&Y!tSA?8esaIWr)s<8W{R4=mVyR0AWSqPWEUJW#j#1%bR)PkIR!! z#9g}A_37T`0aXxjk=#IeV1Gk^9wW}jCBAGLc*ILP1T(z#sNxq{ST0Of%(+C#igVn# z2p6o>mEQau3afCvnzUOO&rg>mU`7WL9V+bRE8-&MIyGSWMh;Mnyx-E-9h@iY-F;t5 zpW!&>cD~+QXrGqn|7MTi?iBcpdmpv?rhAA+`aG?2chw9s*}h$^d5D+#-|Z#xktiAu%C0glpAeVW<|(?1P|QZG^!+XkNw~N7Oymf(6ObV&0?IyrAVz zPAdg!xJ4=n0&t6w3@28--sGX9%E$P5GmXF0AJj)d_bRHa$CtwFM@@5aVO$vLP!L}R z`esiHC3nRr_g#+k)J8^?BU!T3Wd}N?LhJhURo~R~7?m<&g*D}sP(rm+S5$sN+{LkJ z_t6BLQ!M%#MHxI`=81aus3kwRXfwD!YM)|O$bzV(xyn@;4s0O9%CR79**>Q~5-;Xt zhwqBJ|IqO0s6BU)&TFpQ5 zo4qXf*^znWB|WoxpI-4H*LR|-?7Z^V_iN9To?9gtzlHlxvugqzdW}(FDiM(Qwzb46 z^{j@Pj71QGVgcivEwzKanY$4SNLhY%bpFaieTSgnUpE?oj+K%;FF_k0R{L=qnE}T} z%BYhJx9c-55mfWB(E38J=r7xdqb>$L*3IY-Qka+Sslq4d`+PDB7Q96jJh?p$R?IMAT{#L9;)_Od|I#`(| zh(Bw#flV^J4a{#+snZIW>YJ`VzmH8`Ymqn=zr3~Oiipz-Rc)8xXe)G8W-@R`aIZA` zl6W$iuVIAyB+kF~t2p0ONqr$yvCZX-8P*N7%(JFozwdntd;g5Eybm)E zM$gRpvhNeoQar~xnCNM-A3=d0C$iOT_F}yyim?^eDKVjg(94(#7dE)sgXX1&o}PI% z>1TrwWfiAKx&aZpq@Zi<7s0-%S%5JtN@n@0Lg6XZX9O;~MdUF|T{UE;Z+K#jW@Gse z^qJOC2_|z(hKd1Yf>MVInoJHh(oL`70fV!@w>mXdxb_ofzMo`vRy+o}6+uZ8ienKPdD9G71|Z>W2v@OwIQj%A-pPa}2BacgwtOT*bSq{V zfhh0a8@yJF0xG#vGO^Ef-ho}5;!x=0B=i2CHKQEfU)0-$%$cu=<|{rzGP72l(F+(; zr0GjDyN(dIo2qW!AkmtmT%TU7TC*EGt-V$FSW-jVN}tgv4uHY<2W@aWj~&~jgrnjP zLKh8?h3GXIA~c4WQL;HgG6}M0gokjSsf%&eMnO-c1i$4V4FsSzxSr~^zXW{pd(<-` z>SEx}G{m4DxuRrwk#b7boG=pkL8$qm**$QiB8 zTGBz}vOgGJMBs^=vM?5}iq*F`Vw~^(FeUAojFQUMK(ONW9a-%z*_LNPIVn!jQ^nk4 zn%<#jNjaSxa~3QASr7iwydp#RDG$+G#^#@3?a7?1bDrZ7oQP#0!Ue_9gUyl05nD-jO;g!$KfBSGjC9#LQMr)jk&ei~!K&mYVYND#?dm;~X5JK=(I zQU>nF?8qQyaHvdY%I#{gvdvLe8PR9!m-{ssc6*K7Gy-#u`o5;dta>11uMpQ10ai)- z6Ffnlj6g4kE}kH2Rrj8EqdYfjOa9oR zN>$D^gi04-2;M?z;?jYP#7LHo zU2AgI@+WUdhNTfH+%`e24$&q-FBBWJLhO07 zQY?r+h=yepI!GRp(uvX9(qx1_Oa2~ z0zR~@q@zH3e@QwXl9XPa0(h|)RqC%k79J4YWCDH(pd70|MnSNJ{P92t3w<|~dS7R| z10`<|c>Ex=-HR3eqQGlcCJxB0+BC;50h)W-G^cf|ljzNq3hN2pWa_;@hg93tsJA4Ajli2Vp z3q}aU!#~+}RRrvVwxRMT!#^h6i{~uUbgr8**KeKtkM1fjg4jN zC;5QW^fPD|fUFG|gXfbKVP1N8O1N^mG>p!AZ6_lSv%H8eHcj%_IjSF!xXRj`@9~R~ zH?*AM!R!&Z>XtC3Os}|q{ekbNaGYbB|1;u3yY;aih1X!T-2(F*;=ECCC41X8g*Wk_ zWkC0XBI;$tgMc~-Qh&}aDC@k-fu~woCT7SMlgAbOj&^SNqD|5@ zQM)21J6%cEus=y*eB7SrG4vDGrCV1_5VgE1nvil&HeR4!BVP03sr;t%WN}9^9SQmQ zv7uW`KkME$v!Y`-I9Du~WFoPE1-Lo0#Wi&(u|kWSU*Gz#7K`bBj-<2EGybcQ^#6*s zV_;@s`sbyaQnIu|{6WY%cDUoI)t|;S3^8k|^(lv6h$UB#^iK_>pj{+>d^QUPba+N1 zF?!oIWbznfup^xUgM>`Z2qx?4iDXPg5GER8_>EI9sI$F2g+K{sPy*i<;*KtxA zGMraCE;E~5C-2j)GwjdTf@A`rO7QS->*>@Pn_xhuJg5R~BL`-sH3iQLqo%5Xe1XcJ z*xVa}+0Z%B^}gW;Q(2a(AXzm`nTP_#^r{PELd6?C$@bg_`P19d8(1pvhMQw-Ri<0% z$^xaXXtoBGkJanTq^k0Mw=~1o-O!frEVeBlLAU1kW&aY0t?Z$Ld6SQr%IVWYkW8L$l=4yurM2>8cy>y ztmrq7l(+Bl%j?JY^V83a6M~d!UHQ}0F3ZJ>7&?|z3%qqaM|@2ipTb>qJLEl0f4I3y zgy0e;TZ43}awP>9DGCQ<6PYQV(`mJv3Kjh={TwA13cjSK=g+VAHJ^l&on@ch6*Lo* znFn$mQ@ja9Y&#Scu=0`>;19(51_;W;e)43lp?h1QWK*puSKRbxoNnZZq5Yd>@0Mz9 z?RhMX^73!s#Iob6K)`|V)3s_Es6B|VVPwl}Zgypi|iWKZo6h71LfLI+9Z*T|vbsXrv zesP6agQ4xprDi5I>}>{egY=pbk&!Wn<*-9o_WV%9UKsH5%hd3=bxZb7BKGo|Dmq9d zNf`uGpo1b~`f(+zrzFqw#3~C@g`fOXvMMrm+D-{Mce$tg-a3buB_r-dLhAl5fr%>H zdF4?0_zfMxDORSGG8*0vz6YLiOIcdqb3Q|%?ON1vL*sBO;)`f|AA$xj&zSo%sCROR zp9jwdaACH1DKrrxmIcJpb!r0!d z>FJtVb-J{rzKPEKp4^VqKOHT&g-O~{+7ncw+e($e7M{nBl$3fT|Ac*4Bk zbP9S~SB& zEFT1s5iU?0_Iun}G%vT=(XF_=jP~1uveF-egY1YmgBYh-V4=*r)`+G9FLhxp^Y$iW zQPZbr5(6q( zE%M)VZ-frtJhWG~13rS+2i;HZb*?c9PsfI~UYGIoB+qPh8Im_J1}U(#GQF<(Zhg^W zbYk#`GtXuZUNqT|B@2!|feW{n(@-AEL0Ral@Ix-7&1<#J5gE-qy~$Gv<`I|~q=tyJ z>xnT@BrK_FJ14o1ByU)!jEC)X*=JdjGfoArG#>2>rJ{neLM|nF8?oA2^%nry*I30R z(oQao@+Wj0g!P1nMbRuyXbgu#8YorXetK{}8q)Pa3dAc)%F?a>#ojvw+1hREnwc|g z+qON^wr$(CZRbqewmH+bZQDM%s?I*KYVW@);zU%{)s7ff{14KZtW5aqzi2KoN}cXO2-k^*s%!e@(KP!67_i7f(U9QAtQH-xUm9qs>QNOh@#GL z1)QRg%%Lh-sC=XHScxNjN;cNTP=o9UX)abM9Z^{KbvdO}abX(r1LNQ{a^{01WVa2D z1M|R+UhymJR=Uw&v?@D7{6a_Take9!0#Z}Gg@ivHi?ai$2M$YGcn(rVjz^-uQMc*xdUUb=Rbm_h< zzhOQel@R`E(EisL4kHu&Kg`*GAFbMP(-s5x@I%);gV?Tck)+4)3@&{SW0}K13@)fnXonk7`&@Xy?JmnIZc+<-} zD6Ycu$~9CZ%#~L|E2JoNeMFeC5K1aM%jzWX@ow7MkrngKUO^rQ9n=2dS+W0H#`Hh9 zc2?$pS|R^;IXN~K#{UmEIktakmHrne_kSu$|1&4Im?~+D#Rflo{Z8Sgg(KwnLaK*8 z0tKQ_C~O7D4b0IRanKsKI8-Q>Jbs^{i1i}r`jN89S5X#h(h7%F=cRS%mgdyTl z`?<)IuG?t{>LW2$0+TANvvoUcd!U=B&-a;a??NLyqh@-$b+Uy5<5h%Efe{`8ZE%zP z6+dy%dQ8ZiJA6mDKAfztr728DTskHg-o8RsTd|CBx&;>)tH{AzuAzJ~#P-}CMQk#l z`cw)=tKTKr+u=2FX3rMf_V%sd{RZJ(eos+UqLZ_UTYHh40FzD?N4+d*ZfR)+&VX42 zGm)^{BY}rRTDOr$v3A=?Tsa?(@^Y{GAug$Ri4K(RYj5 z%C|)=;o8gnYL@#^8~L3t#13?skIlc?A!F#{;}D!A$_h; zF$p#)UjF8Tyy!y2I{869ZgAXG^>(>Q%+Bmiy%$IBBwYl-z1jJ_TG>T^o`8EIxaM3R z2Hg48W+qL8O)%VVjv~#6n1NtK&5xk=-rJ!2a7Klv8m(-5+e(K&;*;oxAvkaHFEY5- zw@1TwItmobW>|k}Zj|`}42XFxm>Y{*8nf-DxFwEDQPI5}5XLE?MKWXoC-nr`q0pZw zXbOBZmJTwZC<}z-Atj9$^18tbBwR?jXBE;7dosdZ+-vs8u6YA65~8L+L$M(<`kU9X zxy2;Y&>-Uylpnw^gx%f9D7t%=2qmP7GJt@t3TiV~3Cw~RtZb;w{4bF8&|XwC@~KT@ z0i|?RroDH>5#DIC{X+TAX+t+~9oCS0mZeHrXiI5u`?hXAq{A*%-~=mBjzrOflVaP_ z;X1$MkSu!8{h$;6#Ma*9%BZ(3=1s>O9Fy&`!upY=1O5`wJrpD~ciXs{T(ymFvqKYj}@ zX63krqY1gD#r8QW=pm)9w7Pqrqo5XhD>m#+hR5&Wj0{1E&?*3)evn2Oa;iE9B&4^{ zpM4`%m{ME3UhLqvf#{>$L6(?|Y&BC}D5j$Ti$`IuAk-!K(hOq%wdAUx$tpv0;f%O& zvYHSzGA!+=bRIhB7+`U@U}n09d+sXcZj3Fi%AsYTw6vqeJ@&%<_GEl#LWC&F1D?4W zto&fMmQ5PO`H>Is`cNAISr+q&n?2>B78D@`ZQF>{!xB9aF}9pUqCW%8E}D`I4h|4h zV{#uit?L@+QvKXH7h>ns1kY@`pykX-XdP~}0ZfWL7e_KZ77K+~Vb`c)3ccm!kv=Y% zLn@d(xQgPjTyvUbYN+yklZoPd<{DS%(}Sxcb>mu^Vfn?q_6VID+b7ZY%+A~P{Y-%6 zC6ZOsApc^0G%r&9ADIMdWmqFMDFY zfjG)NbRy}EF3b|9y%~q4gZnJn#k6%Jtp|c>MReW;&ZWd`IF89g`WId<_i-}l^&ax$ z@K*wT^QJp5xfwLs&XHpZm+&Lq&^Yf6ev@#na`jV0^ z=#)cfFSl>y=k9m3X}waDf10ZQMxXybkQ=Q3N&fc(0sb#?L!<)ik^VpIfAN~@{p^XS zd1}Z%xg2tFc{tCD@CHut7VxAxc|P+9ji-UnztUhr+cpW?J%uS}7boFd}1o$Vyo1aC2Sb#}O_)cxVQWd9$X2Fa>H=qgTr5uY^~p8qutQQl|1Pc^-@ft} zR|==j(Cuas6P^@i@-r@7K4#W=W2l5-Ra~1HXCcdZ9MNUKVlwN(e%BmmxtuO~_(e@c zyjxsw{l((lF{uuO|5m=yE@}yyyu004E-q|=3Iq7~aH}{^Iem$7ne~&?dR{ zfVwR1%*z~+Fd#m-r68J5X4VT(0k{o#{sX2vIkQatSN-Rl1)>KfQc2t^-P)v4cb9Q)Zc(g&tlB0QT;Z&!`${jTW)Sy1;qt z*yz*Eg7BN-ZF>m#l*&n@_JM19kLFH9sO5Fr99rrDM*q5x5@2j8;s%WTV0#GV zp!{B$F@|Tc*ProCjfrt+KkQlscksxrybf1@Np;;badD7+4BoC}j}jZcW{5kMh)b-Qhd|<%$KztTYd2C&;*ws&LXnf>}>^ zPF(h!Bt%*n<~o1;@`9 zg~pJ9A`R;$?2N~iya~st=CnY|{PmGORX_EhbRecMB)KW-sl$53#rmj}5|`~rMiwEI zU!>?Y(Tot)g=bNp+U+UKFhyZ5P2Pkm2PJtVcZZ;6-47Zsy_oG|@}|p%*Kk!0y%2my zxeH%&Mw5oV3XdiO4K5!w?Zw*t^-fYH#>0)4h7v6c>&Z6e13(=R)2@>H`I=`sb2QOm zXQzwfhlqBklfP`55-|@K9cXW7E<>rn#F0rLC;tfPi&3iIiNRS&HAnt^(L!F^b3SK0 z9%zblr@2X?W4gzIh@;9oZI@0x`l!@?0KBbOOAD zGJZ{0>*0cwV+>S4O_@&G5D#1u-`^IO^GJ|QDf4Xe`F=QzYTym1+mc&*Z7H`p8vo>_ z#HweYg@d@v{3p*V%_qsWR7op65N&F}>*fcjnV zU&j^;{lA@1|KE=-MrP)JM^@GrH8^95*bt{asgU1(*{^ybp_9|^u;_{MNV&N7Jv@x~ z+xuUCgAIG!&Tb}n>|%JLL0y)v8r7*?*OboVm7Eri_nab6QiN10@N|7WKlI<9&YSv< zQGy}KOfS!`mXEF_sxGz7-`~}cRq5^@@=o*S_;_tiO;JKCX3hTYJ(fN{RZdCvR*pFA zi5v4>%Jf-<{p=>OiJt3&d$?435<9eA?Vm8t(c;mt?JGL2(?1T7ADCakQ5xKE!#a zkeOVxn>985{YpU{UcWl`0pL~ahL04~c57@@w6;VI9Vcw-nuGRDz`yxS#vvM?Azk5nkh=*kozM`T`qU~>?Brqc*$!&#$@p$3y5 z(_37hCvR-I#ZIn>i13LHnQVvuV$;zBe?-6?rq3b0i*}3!IZO}gNECXs<9df-)Bp|W z6hWyO&l^Xp!iKqEeaBm`D!8LvjP8)u4Yjsv8BG1rb=gR8&LMsSbvR_QMPHUf|FH?{_beh) zO>0+NBlfIqWVp?PxXy~7CuW|kL5oI>(L;G_*v34f z=^^eXK$6J#aF-6$c8JmVi4h_F`WI}3niI#MbWQ;t1K}D=vYL%?vS9Mu1BRLnbz?q5sG6$`MWbO z_dP6OslIrCQn5prW>C$ju-JECL;WOMHNtPIwx2FxHLR`ix0EbsL}&kRy>IaiJPWuf z^5vUgy<@hzG_bH&i5G86eTsxStM23hssa|3ZjAzid5KC-^%B*Hh{zVBB|06=A9}|IOlqLje(OtFJzKc6vM+%w zP%db}E&Kwx0!L+)aB7$y{)ze~Pr<@>K9mW}YBoVpOlNKtZyRd4p$R$#5A2zh+|&VQweCOd)5{VFQ-zpF;hX>?3XA z8r$j1l*WN(=c>dmY6MNc_W{c#NrcvFz;pI4|5&o=xMA&KO(AWHb&nQi_mUwEZCwouSvwy#EPO(Kt@#_L4Cj4!RLY4M&z~wK3Q5)I;wQ#6p6(L1E zaZdpb=Q6RVFok$veh#+ZlBy{Lx*8Ekc~pml<7a>ic`P={49~_B?I2p)%kwqSNoLj6 zbkCGWDyuxrLQmNXXnyLi_~veufDXg`3H6HAuuG7-^Zq5R%&LsbkCRHy8_Y(>r3&?d zICy)0=`d=&X59mDEU`Xs*h3rW2R9gsM3kbHg}w8bSN0&x&ZI4xgw>JIHH5qTc+Q` zW&Tit6x9NJfqySX#*PI6kmpN9vCAYY#T(f$ zn3z@Wc$mp7G0&x^J}-xHF3mqg2cb%480B7yH-x&iIl8Wk2Evd(&dFFSwO;0Cc)`jWpTY@+B~)AsID9)ZR{Tt-xfj>6PSF4=cgy8w7t6P0XbW^Hf?l0t99?m#_H z%96sSQCV{bQJG`5=;}D-Nj+;W#5Bk21b3~%=(}i+ZUWw4t zq>9P1*jzs0O--e&T+EeQYszN!AYZm2_Wc~*8Q#i}(4-751D#qLC4qkrUMA>yzb5pQ zxj>Ad;`iP}!uobv!EKf2PHr#K<~ey)7%TYZ%deBN`P9lw+{pFb^}C2`HAzypNVdW` z<{JO%p}xagWqh3ncejd7?RjiLBQQP`_|Wk2ycKH>t7;j1?bD4GIov8iQ;v{E@#0UK zRWDMMK3IWCR_^h6_AM8AeEx@pj)C>RL=M;(*qQ&~D&&6w$qe+2?EhX(l)32v<%F!< zeznzP>8jjQ@fPnxoOLBbW}e`bP%P+oQ}5OTD#Rz#8xCv+bP7Q5FQ49-AG!YxbQrXd zu#yM~KBGK*K9amh{B0PaXx1#l89kZFkS7LeNTI`5xy-MrG!D}xZPzN#<-V$oHxYgm{9K-fP@L^-JqQ)g=T|QjI7t>?SXztOB&DwR7F`X&0Sf%z4ha=%ohR$d z=PK}5*gnM!G&*hFyQSwq*}rvn&^-s;AoBLl1N-2w{dP7ti0t~er`w^gh^ZyC>dh9L z<25HZ^fiI*n{#)5FwKgE{_>+OJj`Yt}FRR{EDmBYmp|70avz`cn z5(l8oLAbxnISx{wFV@BGS&z&S`tvuIBrk#D?aDqCJXa{+2AO+K==9~6B@$L1n>KpW zY(8po%o*WD=pMWVeWbqw813XRk;L>BJ_ELLWuF*vbM)v>N={*Tcr*Mg<&tRONEcQL zt`1Y?^z4geZErl?LRY6!5pwj86}T}*CX67LHP-2xnxJq5Ld_`r@W5wXs=A=2MsV^A z@VT5-2*^^q1N*l&H5c$?QfInld7Lu*Q*rAHNiQ-HlZ8G z$V{)!rp`M^zsf$!xyrW6%VAt?Q|(i&Uu|D)TkUHjA=RPOqSUh>XF`2X`$+RhCrtsP zbXxwP974J8p_tqm%5lVh@6*CkWYkhEDU-KCow(9!R{+(p+nq90P0|e zFKpOC;%3j-ysqXe@s^hSu&}ycLMhYzcq?z!-h3dU9qe|I3^cvr`?ct*oAgcWtGdVp zF+C)jy>&M-rz{u}>vR9g^qrnX(&Mf-9;j@bOcWC3^|_NgO{nLk_HvV5BNnHE52iur zj{Tb${oI;5mXc+{N3$*wNeFvx4xhhGW_K;@No>97S!vO=&%Oe`B?1IQf2Pcy)oiZJ zVlF(>JH1gc=FVkms>JcstGZ%H`TFt9McJ;1 zu9O`pgj{`E->FsX&@q4j8GCfNsPFOAr01v(~>4$S| zG5Q^eWtr}+vu(_k1g#t$QyNyKbaXV~uM1?u5o-~CZs!tWBa>1&i&&wxJvq!U2hO#F znDcFLoMlcu4g>!peCi^|w8OM>&_<*BWFQSYsCfa6Rh6}J^QIQk#@`y5G}Wjrb>L{b zAFcL!7%B|YSJSa{#xpxyyekOR_WmF8dW*mb@0$f!Y*iX>IufHx%k!}-BO;7^MOcfzNOyc z{Qgws%=wdvpM7-`GbO|2;vF*@u<6$Hcw*D_`dY=CdOpqZ0)KPO-&BCCX;O%qNG8mO za2ByHYSpdTPqQKpqV}4BXAIW1&(gI((?E%G7CLY|<~wpEP7iU0?fZ1V0{Sj2XEeulLIP zes|n?XH5z#mK=q)tr7azZ`|6c6qO|pAimY;z#=h#ClQy24jO&ln`?w(yovrxjhZ8R zx8OD+?1Z3eM7u^usxVmS^KPxRLPc1jk!X1A3>iMfonlT1;p>)(B0R)2u6Az5VI1JD>2HiXUy zTy+$OE(4G%(!Q2do4t;E`YXJD_#Ed2bqrA{iKI8IU;^?06kBf|U{?Lz|LJLEBeTxX z!EyNOU2@ac;#b^kM5g_|gTruC8wY-IoIj!^Uv}Egvj(v^sx*miU%mt=HrGfzJk0rC zz(WL}z=om!Lx!=S9S-!6lnK2v!DVv~~WSX;1& zR*aKLHjAZHStq|x8Kww4ZBw&zQ!|B7{@znMS3XOA5L4BiI6sW(PI1@nMXRdP;jG}7 zo}3~WKZ=ChRTLPPceNVzQe^a=dORw{-RmWwSOT8}$aQRHGMVaZCZ+q`D!S(-C2a~; z%@*^3&A!V_G+44EK}$5#6Qk$gH%9~2*UPkG$IG`qs{))+j7ja1E-4j z01(ff$ZG-?_f;v`5O>I?L05AOGFf^(jE#|_B_mQFCvBH&*|Ks6@-;XfovZ>h?r@Kv zPv!@Cb)QE-kEH_F;^*-DR$I+P_u=lQ=QDHV=Gl-dHV5pDD7TxQjoO!__GQbq*ZuH& zg)*Mn>V5JMkb5catDIPU?jh);gK1gbimX()Mk2{%jo2LSG^szM%#LxNZua7V`7_?j3eBhLZ^&pi>L- zU$F;xqK8FU$CHP9C{Bd~R-%S*~z z;Wxqk@bt!FW<5S^RsBqmKyUj#gOV#4GMW7blzB*g9O z%~(r314i`cib*QUyO*|d+H-&+P&*HGg!y2w!l=~w;E6nFYEE?OxVV``c(&^bkQSm` zcSe&}Txtm~pO3%2KHqY3K8d5)eC^cbYmR}xD87oAHGHlf>|cdnRUH~W_WFSEx8Zva zO03`s*DNRo2`r#Rup0Q!fgkff*9=gDvEz0_Zs--oz%dfTqUU?MmKtcb1IBaC@Rp zt8PZZxI{;1#U$tSOduyYU;8+&pZ>X3wci#9dG zH+QKBHmr+Dx_8nK(8F)t2Ya@88H2R473~Aol)PHCppwyuZOfpkl{vrH1YLWe!B~mWoR`8$ z4YKrW-N+{4P-YzY99fe<)hx|6%{0rD>M%uZjHYNwVO^toXm8Ps&na8YUGtaezV(t5 zZL(}j@j9rZyH_{MHmg6@bZmo6?dIg<(RK4wvv3Bo=i?xBYR1q75X8n2-)W8qEVPvK!hQLMKs@Av|G z4H~Q3d7tcR8WN(Iloc*zNpQWL(k9gs&t0NNxpz(xYT?-)3%Vez6=E;SQTkRav+pDY zsKuMZqkBh3R*JMWRP%g~MOWGilzeYhhRGhckw4i**V&Y;G6nSH&T;_M1X3W@C!8Dv z!?0o{A!V>}nz3R%b&h(RjC!X~qfzW6Y7fB=nO}Dt~ps=K!nS7`Cwfb#rm=E*gaNa=oYN zg?e3k0|~?j4h))l41ctz&VO~c%R>g05`}+v+4xl5VdaiQ0nyHehnyrep26ZXSa>EjFnHUBjr&zG|*NPu& zw_;-8gPu?J8hKxhbewASuxjiMb*3}?a!s=Kzl@W@@t!O{=t|V*Bg37~k8u+7-dufk za`kzeD0Lf$&5QVKumbJILP&qKYS{r&s;Mas-$KDXYZUHh9Yc3@yj5m}*{k50@Z z8U7u~>(CBaihIsC&ss*F+YOUjU)6@-myiytRpkR^&wFUkq+(nI|A;UObh=!FQtmwC z2YrA7xWjB$M$vm(?EBaE=VK4Q9Arr8^s zl9@(SO6pRr<%!1RZ=WoeESoF_2*3Sr1{=GQ&M#3hby=Bb{Q^rZU29!HuJ|CzLMK{4 zb*E%534?QO6gm3Umrv3v1XH4dY^eM`xgY0vt!OK2KFu!(fr^Bm!oMJeXCG)`pMiWk zVedO@kSI}Od$=g}$nSD=6vLw!Bj~?-Zt3TJ5|Wj%#rJoMzsLD0QFqi`X|to54#qDx z>6lqqy58s*A7{g_QMkn zuM{-v(9*a`15d=!m`O#`Rr~N3_#^-qmSsQH%CP^Ed3V=d%j77q`PuRKVJI*%_;u+9 zX-N;}r;w-fn16Um4<*=%mPwNXNx@F*}j_ z)KS`$^LiQDm=_Zn;K)_AtR zY}(UIK4hcOWpUXl>T|3QEYY;d#}$pw%PA)Kwc+I7T23HG~7 zt@1$Cbj4A5v!E6_KK1oJcK-&*y9+DKQrF+Ri#$l8uoIrqup;h&2%~f^v2J_}ZwLC( zO7Bm_l*Yu@-v(aIj7gGEFYzP%FS|Ey|e%_|c2Z<;Gt zd22D?GL9X-9Ukb}Y`spTtKZ$c#iWRf*Pp}VqWT=3YH+cgz3EEb)t#qbfylWA z=&0MjCT$j~)QcD*KZcAgj1GxHO|Molk0}j}==A%NdE%TIn*R{gg}_!x0r@X^UErDR zV2tIr^~DZ8B#Jl%*AYfaEp?5v0oncnDMq3cP^y$6X%Ka$UtlWoE+GvP92g)A^$y|( zrHv14&c@c~HJy{|g^3rlizAVyy2{cjpP}4p0FCF*uFezuNIw#wlXN8@U!Et0%!CQk z6cz=)DA(X2!5398=YK3!dkPaJ?}s95$Xx7T$CO=rm>&F_5Yi-39*#fZuSB#8P2E$C zlMq(rgTi}k0v$cxr7n%D<*Nk+%v#dU#20?eUV@-`jKZ}&fI*#hcp7qURo=9wd%7@ z%iqUnNq^~}NmyNpGv0F{m6zox_Jd!i z43+5oT{q7@!1ce8^2MOGE`y;JO0pLPz557pAAqXi7_AtBN&b%Ue;ZAAxZUk8En9nl zkD|@;Jh~FKIUfp&d^J$>AFEf$^x#RtI@Ree8!Aw`MrR<3%vG! zb$)|mLfobJ6(;H#BEOC*FNh&Ow4Y#^L9z)O_F`6JPKHz{6T@B4yU8(>lQ!(a% zlWB{4t9o##yy4|${Pyhqj>mI~OX~I47f|t#Fa`*Uz$Wbi5bgQnMtm7^H*xE}#Rm|T zS)^hH$_N~DsvBgOpE=k=9^w`L2}&O19gtFAwg9mhSK8m2JuA>^jN1x@a(1C0+3wmd z8tsXnIS4OIq7~Hbim_a7ssYR6_bIee-bM*F)AB5`G;$2m?ibA&Hwh-p#rBnX=%q%D z)KAI2eWE$A$0}5lD#HLanUyvlDgE(ID$vtDl)fduSO+A*Ciu!0(4IQr19r$|3pmCz zC2~j{fFoda_%o3a;HMhNV0Ufb^F;}Qgx@jF4bQQaAB2`;e+MGW*f))Q6N+9VIn4iY28tmBd!U%97HZC6W7mG`=^J#1?o$3ZX-D zdgfB1qQ~7@1?!teP^SgaB*Gn4T4vHH6{EX4>9Dawr8yz@l6X34LII2YR$C6Kj&V zKw(>Bh@7$JI0NAsu%;U=z#@>h$_j}(gvwNs>7SzMXNd#s2G z)dTW$5lHyplERV2g<_5bdMIE;&uOGBP@|YdM{>zo=feq!HHB~J8W%rniYKQjvBo_T zs+SO1F29_t$<&)TBWmvxRV0p3x|u06s#7H9j20RM$E%DO1;LGj?h&>hAge2k)6$9;L`IGngwu!?IZ zi(Ey-VYsHBMp-zNq)Fk?L=*7NCQ`^Vas-zoVvQ7nr-=doo|Pa~8*vj69qt%utyB43 z9TkN`G*hR-XwsM+gD_$yE-88*UPzLVKdgR%17n1oAuTFRL?pU$GE!zVV26XFPeerQ z(i#IzRXd|ET&Pzn21RXDDi(r1s+V>ES3m2O20hj=$IqI8Hap8j6%M^H7ZxM5_k>YO zva3Y~6HC;_;gWt%+(u(1Qy+7*A}&LdQ58LR0g5XmOd*!A0cMZE1+l^55R?58|ODrd^2$EsNjom>n?oeh^Py7 z9vtf~yjNwM=uE6`zzvvSL>gW;a0#jSOuZM-(*AdV0tw7(fglmsf5n>Bf{uu_B6-bf zfV579s;<{NMNtU&F@h06k1UG7ByM|yPs(nR7>TH}_k>s^oMl7^4ylW|@u$@jSDR&4 z1Y$ZosRcoX7!xxu-9liO1JmC?#E<9~ov{<}G@%%2D~2eWRiFCz_Sej}CE(XMo>0{{ z0MD(w%RgN*{#)4je? zC~J_6+{5?O5+p_FPWL;pM%R>?_A$OjMZ^?;qlvN;tU3~N9jIYy9n1@ znx)yK2T+&(WiHNfele{#UfuTy<`%T4Vrf}xu`u0u7c#o?N5P*%oiW30M;x<$4S)GT zxDTu++ug}}HW1r#w|;K3ZZOMU^r>Lh%487RG=Drzu0Z)!|Jfo~kHcO# zS5E>Tf$XMtt5!(~cj_^|6!#r*biz$j7fiA#%56H;*>0YH`286Fg;f0~RoZ{6O~0Z& zL5;{38F2M3@K(Bw^^SGcbjKY-2TQD$S3E@?!mJH?&`rN% z&?WBw6mlC+Y~(9lu*5HnamdJ~sq}Z9?wM+p#5`Zwc?I3Jt|V>c^f|4`=xc1#I5pNS zr%a)viBrcT&Nnb+J(j6a(uRd6$<7l_*;@{nT1o%tMOw*i%xfYW)?g4&3JgM}HZA;* za}u_-E20d<~qOZHWb9aoLM?{zqN|nEOsF`*_U{B z1{vIcya8<;_Q3lL^!Up3eEXv*-j9n{yq3^C9ny}E_wjCPOJgb~F;1ayG0U$9Jqj+& z#M;AfU}@=WO6zvD%b`Jrw0W?6c57YHHtK9$(n@JnyV|$;x_8}=_h0>`p>suZc{Mg& zysOD-<|3nJd+zXXmt=zL;H~z_%+`*sts|(EnWe&1YZljtG;YwY`db}!Ceq6?Q8bwz zXgYet0>a5c6YoCijpD>=u#{gis%tFVzSUxC&Sdi z$dJ#%<^*AH*=Q8SdH|u>`j7u3wy1g)ETEvuEXRKIc`BAF1EWK)7<;;7>UQRA2Uorb z(jsPK)x+$-7@o*`a%vicPzO7Gm^=dtIf65};WD4TuJSs-uqPT74zn|6rKD`I*qY<1 z$-1&Kj;nXj>v!byDmsu|%i7;)-phdA?-}-ZfNWy=tKLlhe0~DVzYZ_PV4ZB$QNZ@0 zciws2IB&plV1~@BL1X|41fa=_R-Y)+N#z-5}nEeV?@$f zuO+mTNe$Q2hZ)9-(vB;4K3_H!kBK%*-vD4)Y|aGPWK!N1r#4$A4KifbrFY_3r9pFG zkOfiz7$TR3G8kM6;=%QwhAJEd9`2|xeShmI38JYcP8Cf4yzMNT5p*zjDD=*<6s0tJ zoU7Nni9myomaBle&3gZ-HJ&0ZShmPP@MxJns8rHo1y z-gjWxq;vS9jRNXjt!%?w16h3d@D>LrOGc+GzCZ*u#N@Kk>}${jxy>o z$CH=~JxWS%$6>FS_UFjeXOXR`u(4n1xx8Q|)h`J)GWmpxYVj5N{1cy#v^bW$rqv$4 zUE|~4W#(JA``>HQvEgCA5p(V=!UCKRa>8yZ`wGF?>GK095`iQKxk_q9s*a)O?heqz zvy2!q>r?%qOBtNlOd}KwkIhyNz{rD92B)HsLygmXWs;^EVwdRY(b_Vj+SL>yR90;2 z6YLuWUKbkVNkM_x_pI68RNy05<9+ZR92w$MnUq1LCMl zsWNv==u|4`zgAaF)>gA3g}Qr_Z(3=Vm+z;ry^|i_q%jSggqmwg<|ji`h*p*L`6>vR z88aB&y6p5yv4Zu1P$tL~24T(J=pf$ihwTcNuFL@TB&?!?( zR%gWw9m+j;!f4jU3I+Kk{tRrAs+ph$h*Xuzy!0&c>NeN@hv5>9F~}Hsn4Ryl(q&14!0Cn#Assm*hCp3ps%{nC`A7i@!GFAkd$`dEg=Msf1eQCEVJAR&ab&KZ^h$8p>tsl;$*VLG3oqI~jsnvu@ zHL*%kw2@B6XL;65;}NkLj0FKSaHl$Wy=YNug@z*SB(8|R=ANUdXd||Oe9i1=82_XT zd@HCRPd_5p!%@@`5&|Z|4f0Rvn^&TzS$N%TBiX|1q4p;Ae;jc11nII$p= zx?pwXKVAuw@VA;l;vY`}?ph(wBiB{+UW z7eWHK@n|3ZPBVaquZ7^CNwB0D{DnT~Hg)tnF%ZFkRAlO?n%FV+Cf^49jOsU$&Pcu> z#b~CL8$L+17Y2uIC^0<8B3CQ|yW&fHS-vFVRrpQoyweTJf9HND8Wc%l1yKB+#5lwp-gelYG zJ{0}Iz39dD(#~cRl*tT{>$52?J>$RlszdioW+o19GAs_anmuQ&lA9v+*E{T!;Xn_V-06w+y zFgzKKo(T_IX}Pyw*UCV8WyWt|Bh7Xv>&rH$2AgsVSj{isnpD}5JI%4XZI?1Hmfs`( zkXV|?va%|1YwYWAn;2OIH+iJOsYgSTVvvQh;P`e~euueGd4?fIpM{eDgRyrC5+#7L z1k1MVs#msc+qP}n#w**lZQHhOdtPsB#CGrWbj(No*r^fuPhb#a zEHj939#yZ(t^ApG;x>u_nWU_ZvhkMFX%%RkQJP#aLBRo z8#z*JmnE7so2_3I--jj9gBpRc&v>N}O(3)Fr0#s)IKAENer}qk7)wanw3fUi#X{Jn z^4XU6+>(GY#^Q658kz$;nmgWP^rD%e1O>;=>8wlzW|J5&0 zGp=2Dr@tlfT<2?TF8gyQJ0$)Dv`74b5Yi<&%Nd_>*cAwbecaL2AF*?6d~V^2@%6UUtH=34+vEZmhBxez{I>ukR%wvYFoDsmQ9{HPU7 zKA@>^FQXUf4dq-VMHNNEAo>X=V#cw}=9~uC2x_txpB9fI*)_F96zW~n^lVjb;!CL~ zg&A)qbo@eNwrs}%@RmZ`+VgWVfQi~O68MpssDxtGfI^fop=XqkWQ{bhULdbjQ@Er- z5|8N4@9RWyxGll5-m+kD^LjrLSd5%JdH(*y$5-di{NK@S|A{XBA40Z_%pCuTFWtD- zY>&kegPHzD#og#ny5RNi2MMJCbTu|&+U$Rti3Jj(Kl+8&rvB^V{Hh(O8V_JJ&*h_B zuYPp6&f}A{MDm!M5ttJwM^tkDKKOLF_;ga8`Bz-`^ZcCqI$C~2S{B2qv~&^Qiz0V$ zzqVAbBsX`ZF!63szOwkqzDvA3$3s(BZ7BZtJ?$5h=ewil`8A_$UeJ?mj*YSw@zG9K zXx1Y;37(=@DJ(nItIcB$5G=_76g)6&|!hZU~87@&t!24+V&Yl$Z9 zY<4z(u+u5D3WFT#3MtzZ9hW?HS*GDdGJ(f z2Fz3KB$XsWEr?VYks%)N0dc0heUBY0jDmCJ<0KqGkVTPQL zp|peQ`0b0D6gYIF&Kd&h{$fibTw#)hy9STXxC6k(GY8bBMKq7^4d|XG&|YsM5Ak9# zjsce=8&0C7v07%=HuNJG??8!F?f$!Oc!UZKbW%KbVHp~|8=o++Ab@|tQ~0@Wyumg+ zh<7aQy@)5Fb1GWnSjokemTs+Z8Oz*GMLY2N)^=s=I$|zgszm_m&Sts`0zqAqmDR-z z?OO6ea^e^U>k&U#uEVu^g48sjl5E`G0oGIu6hz{0zGD)B^@mwlPPQE?bIW*BXbz(0 zz>;~9;nUQJdedH|CB^?ju8WfIoL^-awxAAoWvyf|0+tv)yv#m1C}WaOfMoCo!1-Vb z0*N)wyR6X6<0AA#cLnhbU9Y}z1xV^1;Zl8l09W2D1}%HK>#`ZmPOEP^ZDVMih_a%T ziKw5}ziuKRj*aHICHB+5;>)!QRzC_Bfydl}c^RWh@?Ijl1z z-?X7%HUYWgaar7{Hi_D!9?uC(A}^JA2jCFC*n$<}7WfELl|8%0*mBtT!@An(hBV61 zL-jqWwCC7i61MOAz?>oyeZs<-6Vw9_hik##EZ|091v)fjBqS{2^;DVC+j0OPtl&SZ9Jon!jTA zH+}WTpxYT?hL!3Z%?B@qVH>Hi$s0kH22cY*U@e{v|Rn$@qr)jRb z#urwFnq0DFIUcb}rbCtPe!8baLyU!x;;)7%MB$7=CDU#0m3<*bj4*IH2L-zz7x6(lu46%7H)&$v>!fVU6 zP?t>;l`pAO`Zj-FLzpq0ohcWWBA#khEOFnKijQpd1Whu?b?2GSDh+XV?ALMw^y|*LUgoriF5K}H9~gA|na)`_X4{D|$%{qO z_`FWSexYnVL~ey;)|v zxof`DlMLtrE-NxofDIq1v?%j3jZ&Ez67+nyr#i;Iv>Qdf4F6=)$?(J~=8l-Kc2W%~ z8V)`LX&=e~5b#V{HwuXNJSb~fs+Y@UnHQDNXovF@{Q4Db!(M>d6Y5EdZvP!i zDVEgiau@hb$CBL?s@RClV*3yVgj+gYUwb%KW+Pm$+zgH)UcH7--rPQ_2}@(IWyQ|e z`r~ezPxbKRGZa5_w&1G9`0UtK2F4EW)?{7~#H@}Q%0Jr6Wby{*n3h1z(&q}TJ*Iy+ z_q%`>wgk-2%!$bqY3j{FN1r?J9bNM^}9Til@LQVSU$;8J{pX8YSRJ(&`O=4 zmFl9@jHS!>t9rrysqquy|(ORc<^)w%4n%lCkc-xv)XweVq`Z$|ZJ`C6tnE9qBEU>;_ICA8eEZ}YYr0|KZO5=PkSUB&nxO-4 z0~fY3GTD9V6^KV;&?t)?(CDq>YQ3>DsUzbO=hj1Y9QvI*lscMZ8juRdj`kA!UW)Zm z6Vx!hkG=ZY?D)u8zMp2Fw0^YMj+{0Oo%-%ZAW4a%mJ$bxax`g57!>h0D?b;Yd#!;c zEE5#9=X=50@8-Z^Qk7Nt4BN^WzfcSUrZ4ext;?z!&JRQ=j!5|aNUpa8u?UW6GV>FN zb6>XJ{s5=)g2ntd^APiYk{|!i^AH0o+kZ}_Zd_|{#a%I@+`OYwgu1ny2zIDx}9`4un!*qP56Rr~uOB`FQ{c?Ce zvU-1KV@4||LAbhe!4*PIoHHl=?!eoH>FGAbmS`ugnASG)ncKuUiKzn=3kwKNyyBLuF1m}K2MO2X1)uO;GD1CIP|yLO?}SpK2GoUB46ec zCnd}E-0@M^{2@Dutz~6Gw+Dq6p7be#=Ey#W3f=LLQtTK)O7=)0Md0kqqMM~f`j%(j zhhBsmadYlh|5B!vYofkVI4g?q<>?LLh#lq6WS=o=0DB8&*b^`x)6CL4;Sl@W>%^_D zkKF;(!HCMIKyeoNp-t{* z7e-I6(hx5J^{ShUp5Ztlm>LQ&v+W8mJIC9dZXkMFO{i*olFF3*ZlJEGllJGqS)UiA z-mqdIXuR4g-yf5%UII=UXcx!O5G$0hbVPz5B1n{YvesFjb2jCubj+1fKQ4K2E5Pt! zYuuf>y2N@jWrX;lVT%(&0V`|v|c~aap``L z1-(S;IVEIwGjyG^0&u9jeS3gY!U8kJWoc@No?|Vay(I)#Om9a>Hqu~Ry~_p{l>?NHcN_9=ST(m zC&JHp0!6d1USS^rX}dHEnhbTdkwM<-?{!7&MEO_LusJDf7`|NC4}0-#6=k|>_wY-S zSaV?sor7zq5ibk)Sw3kRwvnR_z>J{({16g*M}_$)+IY6mRfe=LFYzc(d_XTcfzAfm_fp(hv~Z^JC;0CDIPI z?E{q(?b!DPIWW5Kt?AUtC(T_tgm4{DvHRrR6PiZ!E~8gEEuQA(D$iZEmDnh<*EV0Q z0`uyFtjW6uN?Cc5nF*N8BBc|6i?dCN55ILZC%4FhT5Be0FL+;pR!1P7<?+ z$nJ_^1Cope$-Xt!&>!@t60X@4d*THxFmuPP9bmUsbK+h_&{A*W#vo4QqRlI!#baL}fEHo?R)I720%8PLgu(95XSz! z9Ib%+2UU`rT>|W-66{~yl-jE$pjiv}5h!>JAPPN8jEucrUzpnA#rEcp!e<(Dl}66c zXY4XGq=#8c2-pRt0<$@Qc_FxY3X!Xp+1@De5Q=6SFgAGKtu`uogc{j_ zma09&L1kClZ;Gn$z-O#zHXhA_*qreZ&)!qI2r4RQ=$MZhZ1+SntYkz%TwAObT}v+ewmjuZ(I_oFQ~z0w6UASs?~0UMP*ry9wr6TvQ*XoHScop?Pp7aO3ZGnu z?+>4(`Dw(cN3Yh$LKRZbdyqZX#wJ>;OI+sjxrd+rLqhW3fEf$R|L3LoKZ6+~J?sB( zxtEF~WyZeQ2tI%%gTugUvNHkH?tZtC# ztekv)`4@WsVoDP@^)n5pAEGa3hMo0;-{pbb{m}Qn;LQ3fvENVy3`dysl}$hNLX z$9BjWGPkDPLR~F1#dD`iVOio!L2xC_vf04%KvWJ?R~GGW*f5r6CbI2<0dc2k_evr# zceWEX=_%!2!%87!a!TtGi@*pg*8htNl``l%^l&0E*dfW8N@Lh6B0XWuw*aU2n{)hj zq8(k<6{QkBC7Q@qgZL0%>Qx+58My5k zDZkY1L{w|8Tcl0yYuQnaN-={KG2VEEUCo%jYED3|NmMd>e*l~aC1oi|vqxm}v7|=9 zr4^F&+erWA-Sf1{;Rj8rc6*G5-x*y~d`J0)Av2aCR8uU(4im1GUZ ztr36>k56Wz7a3FPHb8jOZ7)8-!sR2#4iX1QJ>(-mMve5IX&wuMk3jpx4ze#yz1w!8 zi!Bppz)uiC*Jb!Fd!6|vvk4D0_fA3|H$bo%q*zfaZqKnDo*l2&R6kYaj+ocypj#k3 z>iHyTymUyehL%vXMsnc;8tKtG@ZNEyCMAO0ps?b^AFI2qzNjRE81QfS(_fvUDKk1B zz~)a&f-`hjggjN8`CO81JDph)c~I1a3hp@dr_AIQHPBQ zn2=8v>ecu;hA7O<|U7S163CK`Nl$PAljGx^Kjj=Rr1}b}bA0Y<} z&l!#sAg?KWVQE^u&tMQTf>e(&H@0lbeAd+&>Gnb6IIvXNu?}iKYPdrlsfxv>*YOhWCWDylZaD~u1U|=IL3C==FL0H1sVjn}L)wr}wYy!&j zW5g{5S!dj&S6V0k{KVA`9t|#bc&!>nXB~c#E3@lpEMG4>zZ8c6jRwZpg^1^MTww?xRbQR8A zKrbM;aEV;AI`pIx4tkIpOb{J73ubO}ZsvRXo^1M++vGyQ(a;X!#s4sD>Qr`mcdA?0zv`iPR8qA{V9YbK7H<&l-#=6j@k zJ?n!|sqr1naQY2!Ws4Q_k#N%RqTQ%tu~n#HiHXOg*OXu^l z6)zY#OCR0<`M=J^MoW)+`xFq>?Hl1C=cI z!s!Yf&%a)cj*T9+PuG@YqjM{8ZQJ|Omvt3@P^bq8to($UfJmFtgvlL;Zt%3yz<58l z^&kfo=K0%_E*8V==i##RlJLZ5?XEVHkIvP&o}F)J*OY-80y@h`SPo`8QiQ1`9=Qpj#|~lkf*3o7?u~FG7P40si~~ZXRp?m7Og*b(zKH$yX>z z)YNX7d^vT5{e`iNzbg&R3)@Q!w_yL`@qXp@{tUuOLK^4b;m!?H;4m=8*z0W`e7tY{ zLoux@Sy{Y9#)r2Pvr7u?qdU;~?=Ebck#FgX!~_5x+%E7}j#Dlt0Pfi%#i9$d-RtP1 zTwe_CKM}&qSQM_XWdLL_T0J>puaIgM$hjk)$e!8usv2Dg;hPC2C`f!;i7Bt zp28_0u2CFi$HzBbiR*Z@d@F40Z!lr&KKnEhD(6@hPkd-NucX~>s@dX{?(}KRV`K!YvKd#)8QSq#{h%yW74NR^*tDK^!ROCY=j5S{1%%?0i1@< zH!n&dM$BkS0lzXB!o#R^xb)Fh(tJzH&5E~L7aG_O$>QP|#_S(bxwa8o<`HhxT-HJXZY3Vc~hM3Mu1=~g-ggg+|-aX&; zjk2X$gX~+ENdu${KGAL&u*MzRc46ZqK7O+jn)8P>eB|m|^dEd1__Iz-x z|K@33y|dq>1I1sl8qqryZT#fr0TtovcOw2o(j%P-|CK}PwCbyYQnJLUneapjq0s?+ z?o*ut_c2ZC{OF)hm#Nm*0dM#;(AaMWetdx({@n&j`ya?dj8-Q@{=J@47mPQ=q55hP zVD`8>8%rCI7lt^RLkAj32zH6Ou23Eua6i=Q@O#_6+h7)&GxVptD`7UFCTaYHyi z=F@#1=FK!yn%Z^mbcJA@P=D@@Xu;jF%vyIupYui*0%Z^TCdkyO>cr*gW^tXrMslQX zF{>Ix3!$&$V!E{eVd+@nRn%czoDXEN9COstM#({Q4t*9A^$zj?^OKRSqudFLjIp%h zH5%gc_7dm=5hry9+7ix3KvNeZMOp$Iq7Z8Jnv5X-5S$&yqtOkmTWt6otuhcMtu^=JMrjB zkq~2PO2g<6hGwqDk#Jg~0g58hkTM6Hb4wRoM{y9pVg<2Ki z76ij)tCqrPKr0>ai}2;&DNhlORekViqgxb@tdWO(dYwC?_UxT--8WOU139xCF#zh}BT1F3;F{(I_L~g4YfI86^vdZt zs5(iM41Fd|GWke=_nJA$U<;XKuidy>`tD8W%)5TsW8DqDf$N-=oj-J#?#tbyW>Sep z$+>YYCT1j)PS8a5sFA31I%~U~d2e)I3mzK*&UgiPxd~IC3tW%b3YWj1h2<@IN4z#o zU+W*D`o}m%Ww&|yjZLPa3|}0-U*pyR6cpGq_>xf9age1ps!|LudQ7)a0SwaWZA_$B z@2oSSA!L^iMzi~In?1bUK<$1y8gIse?f{~l&AO(X{gZc6CT`92D09hGXW?lD@G$VS zEguEcQSmWn`1)_x-q_TpfNs%p94sI=@1kBzOpWOkLw(`zodnX~O2oALl4l{?^f1d5P$0E0oTf~$t9Bq40l zpC{FR0r#O(%hmg z+n;Y99uiV5A&v$?#*QUY69;xC5c(MKZ8+>+U(!Z|!MCCi;_ssn zvoN{NaIjZW4U&ahTY*quxGuCja07uWd1JwZmEjN;Q-OnL05&c$_P*l1fdM3%w5nmi zi#oJd^L#iqO+gLK;^J^J%x zw-V6k1d>swZsUhAIV+j|FKrV3o}y?wp4?nL?vUnWAp1Num38vbITFzLgHIsPxkR=v zO%O-(^s`ZYnw_mt1eyfC2w7sNZ8(8v(*}qIi%b@XNLaQ(8p4Y8pqj!ho}uUp$`Iym z&XnR!j0NTp5%aByO;<$a*3|TWarX4@t;Z|t0uoT>>(TfnAjj(Yp)iAb(E>rpqVXs= zn}Dka2E!%w?hU#GE>Q@`%q=MP$q#DDRmT8e19y?pdx$;x<}7CmkKnL zARJP3<{r@H5Uj_34JGjBuTj)r1!9i=GlYB2Ecui?JV#wCV3cvt(pLd6T8cacB#$5} zAm+b+e2DsDzJeXYSiQQ5_{j*s*dv50y%BiAIK7=c;auK|A|Fwa zY>yfTC<3}fQTI%FGbleu=TAQ3KS!JdUUz`*j)sP76^Vydy$DDFLlfgklcQEJ|0y3S zZ3Cu=F)hCw#>%z)3&(C!dI)c?eMZ0FM2-mz@ESqss1gdtek_5_sgNzZ0hEWhp)(0A zyH4epg#~*ikQMaBfI%n%o@F=%WCp+)t2p;Lcfwy`7$6Hr?vQVk7IdK+=EZT=$oWJq zlwH8R6+j5f!BHj$$4Qx`W>v~6hd7I9atL7)Tk(sdIjJD!Z#bHuCgI5<3_$7JmBBV# z1f3Y8ybj(R3B%2G28n@uoldVI-i*x8svMDmz9cGIc`C0f>Hfp_W$?T_TYGsie}2Ax zd@-5(A@%)onz-0o%ge!qfBEhNjBVqq?$hJh@bSb^-OD{N+oSz`epT7HY=*D?es>tB zHhW?Jj^o+FWJ#%bRiMDU9_z8-g&R5xkMH+IcdJ48G#c1~>ic~a@$y*ngE{$&_b4Y19on$9;ie3)l2+j2jW zvn2CQ#r6IAd9g3K3%|jvYFxgSyAQ}<9ys}R)MMlRr02W$^RQW*n%=UXZcR=XCEZ2o zWt`j!zTA#C0L^QoCqq_lR}VK=ZqJXIhl-lt_e19I$H#iFkLs^#&-?kLr|&|ERorA{ zVk)0s9dCEqj9;7QS3_5u|0L7){rDfVU+*56I%la$(ex!k;zVC{o_1pmAZBCoN3`NQ{q(j$t`S|LN(i4$|V zlA~rpa*9s5*V1-iPax~4@RfhXYyG>w>OL;6E*FuxtwP8L;M#8m=NE5te(uK$Uj-6y zaD|O`Knvt@y-RkVf%JeaMxFLY==^&4-{tgk$Z0OzXfMU&owpwSWooaRIL-2juP%qz%cGi2SvTQH)e0vhs z)d`@#E)Lp7#pRE+d}P>0*8s0Qu!=mfz7!?TQU!tO1WvCSLd_|&)*Wz0GGDd?v?P`7 z*4(NT;D8HEz5vN*M|uWSE(=1-^#iE0)Z0{aka&@fEf}7CuEI=gAc-0ZwO(wkrT$88 zWiqVu?w}xU`Np$k2p193v7cne-P;$fdWMVFu+w!7)3)0a%v7TAR&;OK>s|`DPwij` zWIF8FgxqO%QmDJ#Lfr!UJCLkO*`)}xP=n$fG_(@ZDA8*l$Vc9OW&-%Dt;r}rTlKl9 z9J>e{?1w@?yD5DCP9rGL5w;UUhBE+l)jEs|ut;DZHq4Dl?Q*e)6CFrqa)2t#HCG60 zqg!ioL7w|d1~>gVNcPX$>`1e9?1ruNO1!W+$DjDTvG`>}DQD{$ASdv%gL4;$uYO`i zp_DrFZ%WFT`1ez$u!<9nGPLO1xr)XE;43bpj$oIG-oZrr@wa)h*D5JnZDaCcdWUw_ z9nJE2y_`Mr@!6+X?UJ2=s>lO}#UVlib@4CBHaQny_YsC3R&|dc9 z27BmSz#drp$qi}XQ97g?BAcZnn{g01*iL*|+Hg2nXmF3>5KGj^+X)$*il&+d%q4MJ zeGS2}4AB{Lm2CmvmC#Uu2rSOENz_$ydS&Qa4JN=S9Q242f+@VXQ1CRHJWbPn8r=23 z#0KSJ615>`FQ21h6d<@@`R`fc$O~HQ-!n&cAR;OODDa^}sw?3YxoL=^J2DJ- z&`%?VC&JH6|8uEGu$eETP&kz%OL_f`&-6kA1X`fzz~FB;34k9vXWd|qOWw|t*?V{( zuuu{we#W_47&ZXWtkg3^!G7~XqG+P8E8Vm}&Z0}(=UFV_(DeBm>nv&+w4!e~dd{z# z69;2PrR(9Le~LRc(i1PrL}#Z(c<2@RL`B&J4^RfX2giNH`;;~OLX(;xV+)BEGr}us zWDC?MBtx35v5E->g9JZpd$0pWJWEW-pQa_(;Z&AR-Vgd9C6<=2P!UMbmEumv)9#2YmBwZbXyASe+WLkpO zpo-&JLh!Qql^Gh1LB6mZ1qffaF?6lIV#}vI!QlqVs*XQV6UQZEjUS6T{&nFTUec|# zzyf9AbWdu6KWn-^j>Zf58^K{X?pbx4=3hGGrK;0y&++iV)}Vdxn8#SYj|4`0u>sYL zQ9XTp9F_piS%joh8=!TYhW75NlP-tn=f_|al&ITJTYuE)nvWLYy}Hfc_2Y90%(dxWwm!hztUll@ z79D$Uhh$E4Vg+n`K*bRRblk@(=r+^H)&vdP{z6ZtybzaTK4~Y`UC(;+CXJykKl6cq ze@|o@UAY_kDgj0@meB@}X1RcW;pL&*CFHLrYAN>uytt-!%MZiRl zEaIew?!2qSG}hH#uHbS&rS1fd+Txj=pYQrEz{Qi6TN*zNO!A0d1KC8OLOzt?WR72# zrF{G4#uaZk`%kYOp2;b9WP9dANq55u#U-A%fgZX2W3UuFxS&#OdRbJRNDgRSJn^$c z`5?dxnaAC*K^}ih(irV15d{iuvN@|f4i3c1kSRTz43-;S>{E|2C zOrl);TsPQ>4+%-k1$ndSp;w#s94W_2zG=m>z$Q{EtI;nILVZRWe-cTs;x!czgd)Qul>>{=gmEM!cAriMHYo(h^eb2!!#uVzgb44R!Eyd_H-Q-~eJU_39C z64Y?pu2>d*zH~*!Ps0Jyo>d|iAw|cVl z%Z)sf1`s|ZGM-n|8Dm(%e1}WqNp3$DSF&N2d5Dg`YNy#RDV{AxD_6_lE#<& z1A~~YP9WzvvxO{}yoNZ_jo`&6`B^(HSl&{cg?0V~z*3wlALE#hHuSxU5HJMmjmU1L zZ0yM`pBl}{1o%59c1tLLB_0#23wegn6H`3QKbji#zPN*-Uh=i9;!SIWxBGx(yLU5{ z@J~=F7o2H2g?uF3X6B+#3PX6L0jZcZ{w^=iBLb6dq}l8Xe3%ZnB60Du-jjJH`La_E&9ZkZ_2hUKal8?iaQ?4AoMr|%k{DATQewk z3ecR0DGZ}a_NHo#uzPM;->h5$0RJ#O-0u)R-)o8*ERkBWcxh;*T}P~Sagc0NL?pP0I8+$W*`NHw2TwE>IJEPFiE9aN0U96+~y;0c8^pB#~VM^}#e)_D% zZ&SlR!b_KYJl*J3>y@4De7FGa&Nb^TjB$IoT8;3udv)VBEJ6A*HR}uG&~&F^ZHIA1 z+gpz_!p5A-o&6KO3L?WMLw~ zd`5X#c{XFti{{EQ^|!t1L{UZqv}3=3pZ|Vr>nypRFc_1~@U{cOZc39WoffWK>hpP| z$>#Z~&@b!j`^W`XZeoe?yXD{7=Sy8mXNl*_$v2udhJk_3$zH1#=r4Zn8Ai@@O=nRW zj1-zE`Kjfp=o%a+A24Ik*X#dp$3S-Vt}5$ai^IZ#;7D0>K9-oK085004|4ey*L4++ za~4$}wCXTP06$iact13}nhH0`F`x!i^xcSWj=HSo5%_&cU@zrj7JbYVZkeb~sHQQ# z!C&uC(@cx5ZVPB|>NoFxa{Mh5%5iRLfviVdjb&|uiv`uBn9-Ul#>m&}g z(~2ocJ0c{tA~=Iy>vcV2sEkr7v1&0Le?w~NF`HP^%l%bp(Bi=QCGyHSj~mT#HbAw_ z+#1!7SMypWlf8eL0MYL3+;km4@?`Kda;l#s_)ajlgY!67VAG8vYk|krZ?;Cw3)OMK ze*VLH-?r^$i_?9+Wn1`Xk9P59F2f6D^)f~zwup4b3X@iDM)uL8y^5(DL9oq0bm z0t(6HM^_+a*~nejwA-ZLXdCtQS0*wesVCV%Jfo3m

L+EAK34;}z+nL#fRU}c+gC&##r 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�LHeq8p^?0CkR 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�WkH8fVc6 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 HB;5Z1i}ik* diff --git a/contribute.html b/contribute.html new file mode 100644 index 0000000..216ca55 --- /dev/null +++ b/contribute.html @@ -0,0 +1,496 @@ + + + + + + + + + + + + Contributing to the ontology — BattInfo documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+
+
+
+
+ + + +
+
+ +
+ + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+ +
+ +
+ + + + +
+ +
+ + +
+
+ + + + + +
+ +
+

Contributing to the ontology#

+

There are two ways you can contribute to the ontology.

+
+

Suggest minor changes on existing elements#

+

Create a feature +request in a +Github +Issue +to suggest edits to names, defintions, references on existing classes +and properties.

+
+
+

Propose additions/deletion of elements#

+
+

NOTE: We recommend contacting some of the +BattINFO contributors in +advance to discuss which additions and/or deletions you wish to make.

+
+

We recommend using the forking +workflow +to contribute additions/deletions. Fork this repository, clone the fork +on your local PC, create your branch based on the existing dev +branch (e.g. dev_john_doe) and work on the editions in you local +copy.

+

You can edit ontologes in two main ways. One is programmatically, using +for instance EMMOntoPy. The +second and more common is using the interface provided by the Protégé +software. In case of the latter, install +Protégé and use it to open the +ontology file you wish to edit. Before adding elements, ensure Prot´égé +is configured to create IRIs in the right format:

+
    +
  • Open Protégé

  • +
  • Go to File/Open and load the ontology file you wish to modify

  • +
  • Go to File/Preferences and there go to the New Entities Tab

  • +
  • Ensure you have configured the preferences as shown below:

    +
    +
    Protege config.
    +
    Here is the “Specified IRI” for you to copy: +https://emmo.info/battery#
    +
    +
  • +
  • Once you have made your changes, commit them to your fork and create +a pull +request.

  • +
  • We will merge the request after assessing it.

  • +
+
+
+ + +
+ + + + + +
+ + + + + + +
+
+ +
+ +
+
+
+ + + + + +
+ + +
+ + \ No newline at end of file diff --git a/genindex.html b/genindex.html new file mode 100644 index 0000000..b943850 --- /dev/null +++ b/genindex.html @@ -0,0 +1,388 @@ + + + + + + + + + + + Index — BattInfo documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+ + + +
+
+ +
+ + + + + + + + + + + +
+ +
+ + +
+
+ +
+ + + + + +
+ + +

Index

+ +
+ +
+ + +
+ + + +
+ +
+ +
+
+
+ +
+ +
+ +
+ + + + +
+
+ +
+ +
+
+
+ + + + + +
+ + +
+ + \ No newline at end of file diff --git a/index.html b/index.html index d14ad52..a285204 100644 --- a/index.html +++ b/index.html @@ -1,1883 +1,428 @@ + + - - - - - - - - - - - - - - - - - - - - - - - Battery INterFace Ontology (BattINFO) Reference Documentation - - - - - + + + + -
-
-

Battery INterFace Ontology (BattINFO) Reference Documentation

+ + +
+
+ +
+ + + +
-
+ + + + + + -

Abstract:

This is a reference documentation for the Battery Interface Ontology (BattINFO).

-

BattINFO is an ontology of batteries and their interfaces based on the top-level European Materials and Modelling Ontology (EMMO). BattINFO aims to formalize the current state of knowledge on battery interfaces to support the development of computational tools and the deployment of interoperable data in the BIG-MAP project and beyond. The definitions included in BattINFO are based as far as possible on accepted standards defined by the International Union of Pure and Applied Chemistry (IUPAC) or other preeminent textbooks on the subject. BattINFO objects and their relations to each other are designed with three goals in mind: (i) to be scientifically rigorous and accurate, (ii) to reflect current battery orthodoxy and dominant jargon, and (iii) to be flexible to describe a range of battery chemistries, not only Li-ion.

-The development of BattINFO is a mammoth undertaking and will continue throughout the project. However, it is important to establish an initial version to support the activities in other BIG-MAP work packages and provide a preliminary platform for collaboration. The objective of this deliverable is to establish the initial version of BattINFO. This report outlines the conceptual foundation for the definitions in the ontology and serves as a guide to help interpret the implementation of BattINFO in the ontology web language (OWL).

-

-
- Authors:
- Simon Clark, SINTEF, Norway
- Jesper Friis, SINTEF, Norway
- Francesca Lønstad Bleken, SINTEF, Norway
- Casper Welzel Andersen, EPFL, Switzerland
- Eibar Flores, DTU, Denmark
- Martin Uhrin, DTU, Denmark
- Simon Stier, Fraunhofer, Germany
- Marek Marcinek, Warsaw University of Technology, Poland
- Anna Szczesna, Warsaw University of Technology, Poland
- Miran Gaberscek, National Institute of Chemistry, Slovenia
- Deyana Stoytcheva, ICMAB, Spain
- Rosa Palacin, ICMAB, Spain
- Ingeborg-Helene Svenum, SINTEF, Norway
- Inga Gudem Ringdalen, SINTEF, Norway
- Emanuele Farhi, SOLEIL synchrotron, France
-

+ + +
+ + +
+
+ +
+ + + + + +
+ +
+
+
+

BattINFO#

+

The Battery INterFace Ontology is a digital resource to support interoperability of battery +data.

+

BattINFO consists of a list of entities representing concepts used in batteries and electrochemistry. Each entity has a +unique identifier (IRI) and is annotated with additional information, such as its preferred name (“prefLabel”), +alternative names, definition, references, etc. As users link their research resources to BattINFO entities, they are +effectively describing their resource using a common vocabulary. Resources can be datasets, documents, persons, +organizations, equipment, samples… anything linked to the common vocabulary described in BattINFO, becomes part of an +ecosystem of Findable resources.

+

Here you can find the entities described in BattINFO, classified in two domains.

+ +
-

Content -

-

+
+ + + + + +
+ + + +
+ + +
+
+ +
+ +
+ + + + + + + +
+ - - +
+ + \ No newline at end of file diff --git a/objects.inv b/objects.inv new file mode 100644 index 0000000000000000000000000000000000000000..e6f1a4a3413d8f0285438159c87104877b839b9b GIT binary patch literal 49390 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 z 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ǖ+#8hEb1d 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 a)T=DiYwXOZa@wi-0#~cQkkfinjs6eh-XJXi literal 0 HcmV?d00001 diff --git a/ontology/BattINFO/0.1.0/battery/battery.ttl b/ontology/BattINFO/0.1.0/battery/battery.ttl deleted file mode 100644 index 565b7ea..0000000 --- a/ontology/BattINFO/0.1.0/battery/battery.ttl +++ /dev/null @@ -1,669 +0,0 @@ -@prefix : . -@prefix owl: . -@prefix rdf: . -@prefix xml: . -@prefix xsd: . -@prefix emmo: . -@prefix rdfs: . -@prefix skos: . -@prefix dcterms: . -@prefix annotations: . -@prefix electrochemistry: . -@base . - - rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports , - ; - dcterms:abstract """A toplevel battery interface domain ontology based on EMMO. - -This file is intended to contain information on the whole battery, excluding quantites.. - -Released under the Creative Commons license Attribution 4.0 International (CC BY 4.0).""" ; - dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - owl:versionInfo "0.1.0" . - -################################################################# -# Annotation properties -################################################################# - -### http://purl.org/dc/terms/abstract -dcterms:abstract rdf:type owl:AnnotationProperty . - - -### http://purl.org/dc/terms/license -dcterms:license rdf:type owl:AnnotationProperty . - - -################################################################# -# Classes -################################################################# - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_0c1e58c3_83c1_4de8_8863_bc742cda5e3b -:EMMO_0c1e58c3_83c1_4de8_8863_bc742cda5e3b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_80964bbe_8efd_44d0_b8c8_4939b9dee25c ; - skos:altLabel "C6"@en , - "Gr"@en ; - skos:prefLabel "Graphite"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_0e840617_26ee_4ec2_adc3_5d0b2b221995 -:EMMO_0e840617_26ee_4ec2_adc3_5d0b2b221995 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_80964bbe_8efd_44d0_b8c8_4939b9dee25c ; - skos:altLabel "LithiumCobaltOxide"@en ; - skos:prefLabel "LCO"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_0e9e80a1_1fb6_45d9_a1dd_d18ebfc48ae2 -:EMMO_0e9e80a1_1fb6_45d9_a1dd_d18ebfc48ae2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_b1921f7b_afac_465a_a275_26f929f7f936 ; - skos:prefLabel "P3DModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_0ff373b5_a835_46cf_9b02_552f1ab739d3 -:EMMO_0ff373b5_a835_46cf_9b02_552f1ab739d3 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7c6c9b1e_a7d7_4fc1_aa37_96811f73f633 ; - skos:prefLabel "NMC811"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_10f58ac2_ad4b_44c2_9d82_db154cdfeef8 -:EMMO_10f58ac2_ad4b_44c2_9d82_db154cdfeef8 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7c2a1d4d_e622_41f2_b978_49e4fbdca82f ; - skos:prefLabel "Cylindrical4680CellHousing"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_13ab56f8_59f0_4301_8114_d6b98ca09f6f -:EMMO_13ab56f8_59f0_4301_8114_d6b98ca09f6f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_5f008bc2_a118_4665_b01e_a8d24e42a503 ; - skos:prefLabel "SerialNumber"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_14113a11_a342_4bdd_a6b3_8a279ce9d49c -:EMMO_14113a11_a342_4bdd_a6b3_8a279ce9d49c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_80964bbe_8efd_44d0_b8c8_4939b9dee25c ; - skos:prefLabel "LNMO"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_149bb81f_e724_42f0_9560_184ff916bdba -:EMMO_149bb81f_e724_42f0_9560_184ff916bdba rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2d7ba193_b4be_40fc_9131_d1a91068aeae ; - skos:prefLabel "ReactiveSubcomponentContinuumModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_14ea92c1_2682_4c52_83a5_632adcfdb1ce -:EMMO_14ea92c1_2682_4c52_83a5_632adcfdb1ce rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_0f6f0120_c079_4d95_bb11_4ddee05e530e ; - skos:prefLabel "BatteryMeasurementResult"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_17b3beaa_6f91_4f73_8a9a_d960eb542b7e -:EMMO_17b3beaa_6f91_4f73_8a9a_d960eb542b7e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_e1fa5985_f5a7_4637_ae1c_d6e9db45d22f ; - skos:prefLabel "ElectronicComponentContinuumModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_17e530cf_739c_4171_8a1d_8fe58625fc60 -:EMMO_17e530cf_739c_4171_8a1d_8fe58625fc60 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_d9ebf2cd_a020_46b4_b91a_9a6402736b9e ; - skos:prefLabel "PouchCellHousing"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_1d33b96d_f362_41e5_b670_d33cd6a7ab28 -:EMMO_1d33b96d_f362_41e5_b670_d33cd6a7ab28 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6c481323_498b_42c6_915a_53490f409430 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_2198cf67_b5d2_4325_9b6a_dde0a26fd065 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_74ed2670_657d_4f0b_b0a6_3f13bc2e9c17 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_bc033b97_a5b7_455c_94ce_e95676cb816b - ] ; - skos:prefLabel "BatteryCycling"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_1d3ad695_4a44_47e7_ae3b_7f8a37a6ac6c -:EMMO_1d3ad695_4a44_47e7_ae3b_7f8a37a6ac6c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_347a15e7_1cc2_4508_b972_1ab7240d5549 , - electrochemistry:EMMO_3663991d-9319-4f7a-922b-f0e428b58801 , - electrochemistry:EMMO_7aa79b12-6b34-4724-9728-f31b5f7ed83d , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_382fc4de_b961_42ee_a787_27bbcc647481 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_967d9455_ad6d_4266_a0ca_170f5e8b11b8 - ] ; - skos:prefLabel "LithiumIonBatteryElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_2198cf67_b5d2_4325_9b6a_dde0a26fd065 -:EMMO_2198cf67_b5d2_4325_9b6a_dde0a26fd065 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_14ea92c1_2682_4c52_83a5_632adcfdb1ce ; - skos:prefLabel "BatteryCyclingMeasurementResult"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_21d661a7_73de_4ee6_8bd5_53a948eda8cc -:EMMO_21d661a7_73de_4ee6_8bd5_53a948eda8cc rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7649a57c_d842_429f_97a1_b9612a8fdb2b ; - skos:prefLabel "SeparatorContinuumModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_23e6170d_a70b_4de9_a4db_458e24a327ac -:EMMO_23e6170d_a70b_4de9_a4db_458e24a327ac rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_f2d5d3ad_2e00_417f_8849_686f3988d929 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A device for performing cycling measurements of a battery."@en ; - skos:prefLabel "BatteryCycler"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_29b06e6d_d154_470a_aeed_efb96b0f69b8 -:EMMO_29b06e6d_d154_470a_aeed_efb96b0f69b8 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_e1fa5985_f5a7_4637_ae1c_d6e9db45d22f ; - skos:prefLabel "ElectrochemicalCellContinuumModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_2d7ba193_b4be_40fc_9131_d1a91068aeae -:EMMO_2d7ba193_b4be_40fc_9131_d1a91068aeae rdf:type owl:Class ; - rdfs:subClassOf :EMMO_e1fa5985_f5a7_4637_ae1c_d6e9db45d22f ; - skos:prefLabel "ElectrochemicalSubcomponentContinuumModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_347a15e7_1cc2_4508_b972_1ab7240d5549 -:EMMO_347a15e7_1cc2_4508_b972_1ab7240d5549 rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_757eae08_4d43_42d4_8b4e_8a0bfd2f9a1c , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_80964bbe_8efd_44d0_b8c8_4939b9dee25c - ] ; - skos:prefLabel "LithiumIntercalationElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_382fc4de_b961_42ee_a787_27bbcc647481 -:EMMO_382fc4de_b961_42ee_a787_27bbcc647481 rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_dd15b4b0-11e7-4900-b379-9702a8caa6bb , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom :EMMO_77fc28f8_a045_4cb9_984a_2804feef4bd6 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom :EMMO_7fc6941c_0c7b_4d29_bb75_ddcb884156dd - ] ; - skos:prefLabel "Binder"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_392b3f47_d62a_4bd4_a819_b58b09b8843a -:EMMO_392b3f47_d62a_4bd4_a819_b58b09b8843a rdf:type owl:Class ; - rdfs:subClassOf :EMMO_68ed592a_7924_45d0_a108_94d6275d57f0 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_17e530cf_739c_4171_8a1d_8fe58625fc60 - ] ; - skos:altLabel "PouchBatteryCell"@en ; - skos:prefLabel "PouchCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_448de413_b4ed_43d0_941c_bf138167dcb9 -:EMMO_448de413_b4ed_43d0_941c_bf138167dcb9 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_74ed2670_657d_4f0b_b0a6_3f13bc2e9c17 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom electrochemistry:EMMO_3b0b0d6e_8b0e_4491_885e_8421d3eb3b69 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """An battery that is not capable of being electrically recharged following discharge. - -Adapted from: ---IEEE Standard Glossary of Stationary Battery Terminology (2016), https://doi.org/10.1109/IEEESTD.2016.7552407"""@en ; - skos:altLabel "NonRechargeableBattery"@en ; - skos:prefLabel "PrimaryBattery"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_4682cec6_f601_40f0_b463_b5345efdda3e -:EMMO_4682cec6_f601_40f0_b463_b5345efdda3e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_80964bbe_8efd_44d0_b8c8_4939b9dee25c ; - skos:altLabel "Si"@en ; - skos:prefLabel "Silicon"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_470d4c68_21b3_4405_ac3f_9588c4152437 -:EMMO_470d4c68_21b3_4405_ac3f_9588c4152437 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a0070f31_7895_46cd_8d62_e53bf39a1e71 ; - skos:prefLabel "CurrentCollectorContinuumModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_4c78a492_b14d_4005_b555_d3c92e8def0f -:EMMO_4c78a492_b14d_4005_b555_d3c92e8def0f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_679f6984_e0dc_4285_9dbb_429c5779590c ; - skos:prefLabel "BatteryEquivalentCircuitModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_4ce0335a_5e04_42ae_b25f_0b7de008e307 -:EMMO_4ce0335a_5e04_42ae_b25f_0b7de008e307 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1d3ad695_4a44_47e7_ae3b_7f8a37a6ac6c , - :EMMO_b7091902_c136_455c_855c_8466c0b70256 ; - skos:prefLabel "LithiumIonBatteryNegativeElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_4eeaec00_3453_4ff0_83c4_d1649ad84fc1 -:EMMO_4eeaec00_3453_4ff0_83c4_d1649ad84fc1 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_74ed2670_657d_4f0b_b0a6_3f13bc2e9c17 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom electrochemistry:EMMO_efc38420_ecbb_42e4_bb3f_208e7c417098 - ] ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Rechargeable_battery"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """An battery that is capable of being recharged following discharge. - -Adapted from: ---IEEE Standard Glossary of Stationary Battery Terminology (2016), https://doi.org/10.1109/IEEESTD.2016.7552407"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Rechargeable_battery"@en ; - skos:altLabel "RechargeableBattery"@en ; - skos:prefLabel "SecondaryBattery"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_5129704d_3e08_4bee_b2d3_7b9e193cb481 -:EMMO_5129704d_3e08_4bee_b2d3_7b9e193cb481 rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_50044b99_b858_433b_a32d_23d1e1cf88b2 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An electrochemical interface within a battery cell."@en ; - skos:prefLabel "BatteryInterface"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_52ed5408_da62_483d_97d5_a45755022582 -:EMMO_52ed5408_da62_483d_97d5_a45755022582 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_b1921f7b_afac_465a_a275_26f929f7f936 ; - skos:altLabel "DFNModel"@en , - "DoyleFullerNewmanModel"@en , - "NewmanModel"@en ; - skos:prefLabel "P2DModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_5f008bc2_a118_4665_b01e_a8d24e42a503 -:EMMO_5f008bc2_a118_4665_b01e_a8d24e42a503 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_909415d1_7c43_4d5e_bbeb_7e1910159f66 ; - skos:prefLabel "ConventionalNominalProperty"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_5f918eae_2666_47dc_8ca8_c79fbcce3b86 -:EMMO_5f918eae_2666_47dc_8ca8_c79fbcce3b86 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2d7ba193_b4be_40fc_9131_d1a91068aeae ; - skos:prefLabel "IonicSubcomponentContinuumModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_679f6984_e0dc_4285_9dbb_429c5779590c -:EMMO_679f6984_e0dc_4285_9dbb_429c5779590c rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_dcc692cf_0e03_45ee_9d52_763b9e208dac ; - skos:prefLabel "ElectrochemicalEquivalentCircuitModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_68ed592a_7924_45d0_a108_94d6275d57f0 -:EMMO_68ed592a_7924_45d0_a108_94d6275d57f0 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_74ed2670_657d_4f0b_b0a6_3f13bc2e9c17 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_d9ebf2cd_a020_46b4_b91a_9a6402736b9e - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom electrochemistry:EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 - ] ; - skos:prefLabel "BatteryCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_6c481323_498b_42c6_915a_53490f409430 -:EMMO_6c481323_498b_42c6_915a_53490f409430 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_463bcfda_867b_41d9_a967_211d4d437cfb ; - skos:prefLabel "BatteryMeasurement"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_708cc414_2607_4f32_b473_f01aa74962f2 -:EMMO_708cc414_2607_4f32_b473_f01aa74962f2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_80964bbe_8efd_44d0_b8c8_4939b9dee25c ; - skos:prefLabel "LNO"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_74d6a5a9_efd6_43de_ad4b_e7b5f6b64aae -:EMMO_74d6a5a9_efd6_43de_ad4b_e7b5f6b64aae rdf:type owl:Class ; - rdfs:subClassOf :EMMO_68ed592a_7924_45d0_a108_94d6275d57f0 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_7528b81a_97dd_47a3_86b1_128f285b5ffc - ] ; - skos:altLabel "SwagelokBatteryCell"@en ; - skos:prefLabel "SwagelokCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_74ed2670_657d_4f0b_b0a6_3f13bc2e9c17 -:EMMO_74ed2670_657d_4f0b_b0a6_3f13bc2e9c17 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_038e37a3_1684_4980_b5e4_67ab34cd5bdb , - electrochemistry:EMMO_0acd0fc2_1048_4604_8e90_bf4e84bd87df , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_d9ebf2cd_a020_46b4_b91a_9a6402736b9e - ] ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Electric_battery"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One or more cells fitted with devices necessary for use, for example case, terminals, marking and protective devices. - ---IEC 60050-482"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Electric_battery"@en ; - rdfs:comment """One or more electrochemical cells connected to form one unit and having provisions for external connections. - ---Crompton, Battery Reference Book, 3rd Edition"""@en ; - skos:altLabel "Accumulator"@en , - "ElectricBattery"@en ; - skos:prefLabel "Battery"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_7528b81a_97dd_47a3_86b1_128f285b5ffc -:EMMO_7528b81a_97dd_47a3_86b1_128f285b5ffc rdf:type owl:Class ; - rdfs:subClassOf :EMMO_d9ebf2cd_a020_46b4_b91a_9a6402736b9e ; - skos:prefLabel "SwagelokCellHousing"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_7649a57c_d842_429f_97a1_b9612a8fdb2b -:EMMO_7649a57c_d842_429f_97a1_b9612a8fdb2b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2d7ba193_b4be_40fc_9131_d1a91068aeae ; - skos:prefLabel "StructuralSubcomponentContinuumModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_77fc28f8_a045_4cb9_984a_2804feef4bd6 -:EMMO_77fc28f8_a045_4cb9_984a_2804feef4bd6 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_5f008bc2_a118_4665_b01e_a8d24e42a503 ; - skos:prefLabel "Name"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_7c2a1d4d_e622_41f2_b978_49e4fbdca82f -:EMMO_7c2a1d4d_e622_41f2_b978_49e4fbdca82f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_d9ebf2cd_a020_46b4_b91a_9a6402736b9e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom emmo:EMMO_12e2f253_caeb_4e3c_9749_edb3683ab732 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom emmo:EMMO_ebcd70ca_c439_46ab_8bcc_c77b3930d9d9 - ] ; - skos:altLabel "Can"@en ; - skos:prefLabel "CylindricalCellHousing"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_7c6c9b1e_a7d7_4fc1_aa37_96811f73f633 -:EMMO_7c6c9b1e_a7d7_4fc1_aa37_96811f73f633 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_80964bbe_8efd_44d0_b8c8_4939b9dee25c ; - skos:altLabel "LithiumNickelManganeseCobaltOxide"@en ; - skos:prefLabel "NMC"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_7f423927_944e_4503_8e79_1518c4d7cf56 -:EMMO_7f423927_944e_4503_8e79_1518c4d7cf56 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7c6c9b1e_a7d7_4fc1_aa37_96811f73f633 ; - skos:prefLabel "NMC622"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_7fc6941c_0c7b_4d29_bb75_ddcb884156dd -:EMMO_7fc6941c_0c7b_4d29_bb75_ddcb884156dd rdf:type owl:Class ; - rdfs:subClassOf :EMMO_5f008bc2_a118_4665_b01e_a8d24e42a503 ; - skos:prefLabel "Manufacturer"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_80964bbe_8efd_44d0_b8c8_4939b9dee25c -:EMMO_80964bbe_8efd_44d0_b8c8_4939b9dee25c rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_3f0a19ba_d90c_4ed3_b2e6_b5e16d594af1 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Active electrochemical materials suitable for intercalating Li/Li+."@en ; - skos:prefLabel "LithiumIntercalationMaterial"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_967d9455_ad6d_4266_a0ca_170f5e8b11b8 -:EMMO_967d9455_ad6d_4266_a0ca_170f5e8b11b8 rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_212af058_3bbb_419f_a9c6_90ba9ebb3706 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom :EMMO_7fc6941c_0c7b_4d29_bb75_ddcb884156dd - ] ; - skos:prefLabel "LithiumIonBatteryCurrentCollector"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_96addc62_ea04_449a_8237_4cd541dd8e5f -:EMMO_96addc62_ea04_449a_8237_4cd541dd8e5f rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_b0413a83_d22f_48a4_b5f4_e4a7d88765bc , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_347a15e7_1cc2_4508_b972_1ab7240d5549 - ] ; - skos:prefLabel "LithiumIonCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_9acfeea6_ca7f_4b97_9844_c38edf6387ec -:EMMO_9acfeea6_ca7f_4b97_9844_c38edf6387ec rdf:type owl:Class ; - rdfs:subClassOf :EMMO_74ed2670_657d_4f0b_b0a6_3f13bc2e9c17 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_68ed592a_7924_45d0_a108_94d6275d57f0 - ] ; - skos:prefLabel "BatteryModule"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_9fb1ae03_6ae2_4bfb_b69e_fd6f88788ef2 -:EMMO_9fb1ae03_6ae2_4bfb_b69e_fd6f88788ef2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ac604ecd_cc60_4b98_b57c_74cd5d3ccd40 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_aafe33ca_3fe3_4ff0_bed0_e7c925e26eba - ] ; - skos:prefLabel "Cylindrical18650Cell"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_a0070f31_7895_46cd_8d62_e53bf39a1e71 -:EMMO_a0070f31_7895_46cd_8d62_e53bf39a1e71 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2d7ba193_b4be_40fc_9131_d1a91068aeae ; - skos:prefLabel "ElectronicSubcomponentContinuumModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_aafe33ca_3fe3_4ff0_bed0_e7c925e26eba -:EMMO_aafe33ca_3fe3_4ff0_bed0_e7c925e26eba rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7c2a1d4d_e622_41f2_b978_49e4fbdca82f ; - skos:prefLabel "Cylindrical18650CellHousing"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_ac604ecd_cc60_4b98_b57c_74cd5d3ccd40 -:EMMO_ac604ecd_cc60_4b98_b57c_74cd5d3ccd40 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_68ed592a_7924_45d0_a108_94d6275d57f0 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_7c2a1d4d_e622_41f2_b978_49e4fbdca82f - ] ; - skos:altLabel "CylindricalBatteryCell"@en ; - skos:prefLabel "CylindricalCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_b1921f7b_afac_465a_a275_26f929f7f936 -:EMMO_b1921f7b_afac_465a_a275_26f929f7f936 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_29b06e6d_d154_470a_aeed_efb96b0f69b8 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom emmo:EMMO_02ae528a_fe38_4e62_8eb1_64d02354901e - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom emmo:EMMO_52ad5472_29eb_49d5_bff3_bb354a656020 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom emmo:EMMO_7d20b67d_3565_492e_9d59_f29c2c525276 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom emmo:EMMO_8836f42d_7cf3_4f26_ad15_4798261f26c0 - ] ; - skos:prefLabel "BatteryContinuumModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_b5b8ac18_170a_4c95_a9a3_9bf3bbce0693 -:EMMO_b5b8ac18_170a_4c95_a9a3_9bf3bbce0693 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7c2a1d4d_e622_41f2_b978_49e4fbdca82f ; - skos:prefLabel "Cylindrical21700CellHousing"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_b7091902_c136_455c_855c_8466c0b70256 -:EMMO_b7091902_c136_455c_855c_8466c0b70256 rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_0f007072-a8dd-4798-b865-1bf9363be627 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electrode with the lowest electric potential in the cell."@en ; - skos:prefLabel "NegativeElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_b72eb3ad_8935_4420_a64e_6218de31c0d2 -:EMMO_b72eb3ad_8935_4420_a64e_6218de31c0d2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_17b3beaa_6f91_4f73_8a9a_d960eb542b7e ; - skos:prefLabel "ElectrodeContinuumModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_b7fdab58_6e91_4c84_b097_b06eff86a124 -:EMMO_b7fdab58_6e91_4c84_b097_b06eff86a124 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_68ed592a_7924_45d0_a108_94d6275d57f0 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_ebaac955_1664_4de8_a9ae_a3868a7d8427 - ] ; - skos:altLabel "ButtonBatteryCell"@en , - "ButtonCell"@en , - "CoinBatteryCell"@en ; - skos:prefLabel "CoinCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_bc033b97_a5b7_455c_94ce_e95676cb816b -:EMMO_bc033b97_a5b7_455c_94ce_e95676cb816b rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_7dea2572_ab42_45bd_9fd7_92448cec762a , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_23e6170d_a70b_4de9_a4db_458e24a327ac - ] ; - skos:prefLabel "BatteryCyclerSystem"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_bc9b6500_60bb_434f_bf29_ea3b189c7236 -:EMMO_bc9b6500_60bb_434f_bf29_ea3b189c7236 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_17b3beaa_6f91_4f73_8a9a_d960eb542b7e ; - skos:prefLabel "SaltBridgeContinuumModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_be3b35a7_75a3_4be0_9265_beb178ea7b00 -:EMMO_be3b35a7_75a3_4be0_9265_beb178ea7b00 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_74ed2670_657d_4f0b_b0a6_3f13bc2e9c17 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_68ed592a_7924_45d0_a108_94d6275d57f0 - ] ; - skos:prefLabel "BatteryPack"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_ccbaf3d8_6c17_4e3c_9c91_4deecf827aa9 -:EMMO_ccbaf3d8_6c17_4e3c_9c91_4deecf827aa9 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_149bb81f_e724_42f0_9560_184ff916bdba ; - skos:prefLabel "ActiveElectrochemicalMaterialContinuumModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_d0af3c6d_45de_405f_94b9_a83f0bc4f1aa -:EMMO_d0af3c6d_45de_405f_94b9_a83f0bc4f1aa rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_0f007072-a8dd-4798-b865-1bf9363be627 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electrode with the highest electric potential in the cell."@en ; - skos:prefLabel "PositiveElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_d9ebf2cd_a020_46b4_b91a_9a6402736b9e -:EMMO_d9ebf2cd_a020_46b4_b91a_9a6402736b9e rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_dd15b4b0-11e7-4900-b379-9702a8caa6bb ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A receptacle or vessel that holds the plates, electrolyte, and other elements of a single cell or multi-cell unit. - ---IEEE Standard Glossary of Stationary Battery Terminology (2016), https://doi.org/10.1109/IEEESTD.2016.7552407"""@en ; - rdfs:comment """Box or enclosure which contains the electrochemical cells, associated connectors and hardware. - ---Crompton, Battery Reference Book, 3rd Edition"""@en , - """Container is preferred over jar or battery case. A battery container can be a single cell or multicell unit (also called a monoblock). The term jar sometimes implies that it is made of glass, which is rarely the case; the term jar is a slang term. - ---IEEE Standard Glossary of Stationary Battery Terminology (2016), https://doi.org/10.1109/IEEESTD.2016.7552407"""@en ; - skos:altLabel "BatteryCase"@en , - "Jar"@en ; - skos:prefLabel "Container"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_da15df91_45aa_429c_a1e7_21f49a281f23 -:EMMO_da15df91_45aa_429c_a1e7_21f49a281f23 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_d9ebf2cd_a020_46b4_b91a_9a6402736b9e ; - skos:prefLabel "PrismaticCellHousing"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_de6f02d3_ea77_4e15_8e39_a066eb9d63cc -:EMMO_de6f02d3_ea77_4e15_8e39_a066eb9d63cc rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1d3ad695_4a44_47e7_ae3b_7f8a37a6ac6c , - :EMMO_d0af3c6d_45de_405f_94b9_a83f0bc4f1aa ; - skos:prefLabel "LithiumIonBatteryPositiveElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_e1fa5985_f5a7_4637_ae1c_d6e9db45d22f -:EMMO_e1fa5985_f5a7_4637_ae1c_d6e9db45d22f rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_4456a5d2_16a6_4ee1_9a8e_5c75956b28ea ; - skos:prefLabel "ElectrochemicalContinuumModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_e525f02e_78e7_4e8b_9402_ce756a768868 -:EMMO_e525f02e_78e7_4e8b_9402_ce756a768868 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7c6c9b1e_a7d7_4fc1_aa37_96811f73f633 ; - skos:prefLabel "NMC532"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_e939a312_661c_4b21_9651_06f34659e20a -:EMMO_e939a312_661c_4b21_9651_06f34659e20a rdf:type owl:Class ; - rdfs:subClassOf :EMMO_679f6984_e0dc_4285_9dbb_429c5779590c ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Randles_circuit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An equivalent electrical circuit that consists of an active electrolyte resistance RS in series with the parallel combination of the double-layer capacitance Cdl and an impedance of a faradaic reaction."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Randles_circuit"@en ; - skos:prefLabel "RandlesCircuitModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_ebaac955_1664_4de8_a9ae_a3868a7d8427 -:EMMO_ebaac955_1664_4de8_a9ae_a3868a7d8427 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_d9ebf2cd_a020_46b4_b91a_9a6402736b9e ; - skos:prefLabel "CoinCellHousing"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_ef791f05_41d4_4bdb_a1fc_fd455ed0ecb2 -:EMMO_ef791f05_41d4_4bdb_a1fc_fd455ed0ecb2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_b1921f7b_afac_465a_a275_26f929f7f936 ; - skos:prefLabel "P4DModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_f1b2437a_fdf5_43fe_a26d_d9cf296ff469 -:EMMO_f1b2437a_fdf5_43fe_a26d_d9cf296ff469 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_5f918eae_2666_47dc_8ca8_c79fbcce3b86 ; - skos:prefLabel "ElectrolyteContinuumModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_f67b8129_8d47_4f02_be71_18cb482d2d57 -:EMMO_f67b8129_8d47_4f02_be71_18cb482d2d57 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7c6c9b1e_a7d7_4fc1_aa37_96811f73f633 ; - skos:prefLabel "NMC111"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO/battery#EMMO_249848f9_308a_40aa_b560_e77cb167da50 -:EMMO_249848f9_308a_40aa_b560_e77cb167da50 rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_7729c34e_1ae9_403d_b933_1765885e7f29 ; - skos:prefLabel "LFPReferenceElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO/battery#EMMO_d38f2125_115e_4df5_a8a0_bdb4b88940c2 -:EMMO_d38f2125_115e_4df5_a8a0_bdb4b88940c2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dceedbd8_abac_4fb2_932f_41369a69b9cb ; - skos:prefLabel "LithiumMetalReferenceElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO/battery#EMMO_dceedbd8_abac_4fb2_932f_41369a69b9cb -:EMMO_dceedbd8_abac_4fb2_932f_41369a69b9cb rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_7729c34e_1ae9_403d_b933_1765885e7f29 ; - skos:prefLabel "MetalReferenceElectrode"@en . - - -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/ontology/BattINFO/0.1.0/battery/catalog-v001.xml b/ontology/BattINFO/0.1.0/battery/catalog-v001.xml deleted file mode 100644 index 462d921..0000000 --- a/ontology/BattINFO/0.1.0/battery/catalog-v001.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/ontology/BattINFO/0.1.0/batteryquantities/batteryquantities.ttl b/ontology/BattINFO/0.1.0/batteryquantities/batteryquantities.ttl deleted file mode 100644 index 259b352..0000000 --- a/ontology/BattINFO/0.1.0/batteryquantities/batteryquantities.ttl +++ /dev/null @@ -1,74 +0,0 @@ -@prefix : . -@prefix owl: . -@prefix rdf: . -@prefix xml: . -@prefix xsd: . -@prefix emmo: . -@prefix rdfs: . -@prefix skos: . -@prefix dcterms: . -@prefix annotations: . -@prefix electrochemistry: . -@base . - - rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; - dcterms:abstract """Common properties for batteries and their interfaces. - -Released under the Creative Commons license Attribution 4.0 International (CC BY 4.0)."""@en ; - dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - owl:versionInfo "0.1.0" . - -################################################################# -# Annotation properties -################################################################# - -### http://emmo.info/emmo#EMMO_de178b12_5d35_4bca_8efa_a4193162571d -emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d rdf:type owl:AnnotationProperty . - - -### http://purl.org/dc/terms/abstract -dcterms:abstract rdf:type owl:AnnotationProperty . - - -### http://purl.org/dc/terms/license -dcterms:license rdf:type owl:AnnotationProperty . - - -### http://www.w3.org/2004/02/skos/core#prefLabel -skos:prefLabel rdf:type owl:AnnotationProperty . - - -################################################################# -# Classes -################################################################# - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_230809da_bc18_42ec_ac94_4ca6a86292d1 -:EMMO_230809da_bc18_42ec_ac94_4ca6a86292d1 rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Physical quantities defined within the domain of batteries."@en ; - skos:prefLabel "BatteryQuantity"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_25e20915_c35d_4bee_ad31_736235a79780 -:EMMO_25e20915_c35d_4bee_ad31_736235a79780 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_230809da_bc18_42ec_ac94_4ca6a86292d1 ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I0 Θ0 N0 J0" ; - skos:prefLabel "DRate"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_c2ea0cf5_3698_4479_a034_394a271a7c83 -:EMMO_c2ea0cf5_3698_4479_a034_394a271a7c83 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_d8aa8e1f_b650_416d_88a0_5118de945456 ; - skos:prefLabel "ConventionalBatteryProperty"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_e1fd84eb_acdb_4b2c_b90c_e899d552a3ee -:EMMO_e1fd84eb_acdb_4b2c_b90c_e899d552a3ee rdf:type owl:Class ; - rdfs:subClassOf :EMMO_230809da_bc18_42ec_ac94_4ca6a86292d1 ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I0 Θ0 N0 J0" ; - skos:prefLabel "CRate"@en . - - -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/ontology/BattINFO/0.1.0/batteryquantities/catalog-v001.xml b/ontology/BattINFO/0.1.0/batteryquantities/catalog-v001.xml deleted file mode 100644 index 462d921..0000000 --- a/ontology/BattINFO/0.1.0/batteryquantities/catalog-v001.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/ontology/BattINFO/0.1.0/battinfo.ttl b/ontology/BattINFO/0.1.0/battinfo.ttl deleted file mode 100644 index 994e625..0000000 --- a/ontology/BattINFO/0.1.0/battinfo.ttl +++ /dev/null @@ -1,37 +0,0 @@ -@prefix : . -@prefix owl: . -@prefix rdf: . -@prefix xml: . -@prefix xsd: . -@prefix emmo: . -@prefix rdfs: . -@prefix skos: . -@prefix dcterms: . -@prefix annotations: . -@prefix electrochemistry: . -@base . - - rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; - dcterms:abstract """A toplevel battery interface domain ontology based on EMMO. - -This file is intended to be empty and merely collecting the other ontologies. - -Released under the Creative Commons license Attribution 4.0 International (CC BY 4.0).""" ; - dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - owl:versionInfo "0.1.0" . - -################################################################# -# Annotation properties -################################################################# - -### http://purl.org/dc/terms/abstract -dcterms:abstract rdf:type owl:AnnotationProperty . - - -### http://purl.org/dc/terms/license -dcterms:license rdf:type owl:AnnotationProperty . - - -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/ontology/BattINFO/0.1.0/catalog-v001.xml b/ontology/BattINFO/0.1.0/catalog-v001.xml deleted file mode 100644 index 462d921..0000000 --- a/ontology/BattINFO/0.1.0/catalog-v001.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/ontology/BattINFO/0.1.0/experiments/catalog-v001.xml b/ontology/BattINFO/0.1.0/experiments/catalog-v001.xml deleted file mode 100644 index 462d921..0000000 --- a/ontology/BattINFO/0.1.0/experiments/catalog-v001.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/ontology/BattINFO/0.1.0/experiments/experiments.ttl b/ontology/BattINFO/0.1.0/experiments/experiments.ttl deleted file mode 100644 index b505e3a..0000000 --- a/ontology/BattINFO/0.1.0/experiments/experiments.ttl +++ /dev/null @@ -1,29 +0,0 @@ -@prefix : . -@prefix owl: . -@prefix rdf: . -@prefix xml: . -@prefix xsd: . -@prefix emmo: . -@prefix rdfs: . -@prefix skos: . -@prefix dcterms: . -@prefix annotations: . -@prefix electrochemistry: . -@base . - - rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; - dcterms:abstract """Domain ontology for semiosis processes in battery development. - -Released under the Creative Commons license Attribution 4.0 International (CC BY 4.0)."""@en ; - dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - owl:versionInfo "0.1.0" . - -################################################################# -# Classes -################################################################# - - - -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/ontology/BattINFO/0.3.0/battery/battery.ttl b/ontology/BattINFO/0.3.0/battery/battery.ttl deleted file mode 100644 index eedc032..0000000 --- a/ontology/BattINFO/0.3.0/battery/battery.ttl +++ /dev/null @@ -1,1146 +0,0 @@ -@prefix : . -@prefix owl: . -@prefix rdf: . -@prefix xml: . -@prefix xsd: . -@prefix emmo: . -@prefix rdfs: . -@prefix skos: . -@prefix dcterms: . -@prefix annotations: . -@prefix electrochemistry: . -@base . - - rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports , - ; - dcterms:abstract """A toplevel battery interface domain ontology based on EMMO. - -This file is intended to contain information on the whole battery, excluding quantites.. - -Released under the Creative Commons license Attribution 4.0 International (CC BY 4.0).""" ; - dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - owl:versionInfo "0.3.0" . - -################################################################# -# Annotation properties -################################################################# - -### http://purl.org/dc/terms/abstract -dcterms:abstract rdf:type owl:AnnotationProperty . - - -### http://purl.org/dc/terms/license -dcterms:license rdf:type owl:AnnotationProperty . - - -################################################################# -# Classes -################################################################# - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_0176cabb_4c83_4079_b26c_334892bddcae -:EMMO_0176cabb_4c83_4079_b26c_334892bddcae rdf:type owl:Class ; - rdfs:subClassOf :EMMO_f768ea27_09ba_4875_a5cc_2c644b0753a3 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-32" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "unplanned escape of electrolyte, gas or other material from a cell or battery."@en ; - skos:prefLabel "Leakage"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_0176cabb_4c83_4079_b26c_334892bddcae ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "unplanned escape of electrolyte, gas or other material from a cell or battery."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_05adf5d2_0fbd_4c58_906e_4b875a7f2363 -:EMMO_05adf5d2_0fbd_4c58_906e_4b875a7f2363 rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-10" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrochemical cell with a non-aqueous electrolyte, a positive electrode containing manganese dioxide and a negative electrode of lithium."@en ; - skos:prefLabel "LithiumManganeseDioxideElectrochemicalCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_05adf5d2_0fbd_4c58_906e_4b875a7f2363 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "electrochemical cell with a non-aqueous electrolyte, a positive electrode containing manganese dioxide and a negative electrode of lithium."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_0e9e80a1_1fb6_45d9_a1dd_d18ebfc48ae2 -:EMMO_0e9e80a1_1fb6_45d9_a1dd_d18ebfc48ae2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_b1921f7b_afac_465a_a275_26f929f7f936 ; - skos:prefLabel "P3DModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_10f58ac2_ad4b_44c2_9d82_db154cdfeef8 -:EMMO_10f58ac2_ad4b_44c2_9d82_db154cdfeef8 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7c2a1d4d_e622_41f2_b978_49e4fbdca82f ; - skos:prefLabel "Cylindrical4680CellHousing"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_1251f69a_6aab_41df_8e68_eabfcca43bde -:EMMO_1251f69a_6aab_41df_8e68_eabfcca43bde rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-05" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "metal air electrochemical cell with a saline electrolyte and a negative electrode of zinc."@en ; - skos:altLabel "NeutralElectrolyteZincAirElectrochemicalCell"@en ; - skos:prefLabel "NearNeutralElectrolyteZincAirElectrochemicalCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_1251f69a_6aab_41df_8e68_eabfcca43bde ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "metal air electrochemical cell with a saline electrolyte and a negative electrode of zinc."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_126e9af4_41b4_45b8_81ca_b36af2841d5b -:EMMO_126e9af4_41b4_45b8_81ca_b36af2841d5b rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_3b0b0d6e_8b0e_4491_885e_8421d3eb3b69 , - electrochemistry:EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-09" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrochemical cell with a non-aqueous electrolyte, a positive electrode containing carbon monofluoride and a negative electrode of lithium."@en ; - skos:prefLabel "LithiumCarbonMonofluorideElectrochemicalCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_126e9af4_41b4_45b8_81ca_b36af2841d5b ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "electrochemical cell with a non-aqueous electrolyte, a positive electrode containing carbon monofluoride and a negative electrode of lithium."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_149bb81f_e724_42f0_9560_184ff916bdba -:EMMO_149bb81f_e724_42f0_9560_184ff916bdba rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2d7ba193_b4be_40fc_9131_d1a91068aeae ; - skos:prefLabel "ReactiveSubcomponentContinuumModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_14ea92c1_2682_4c52_83a5_632adcfdb1ce -:EMMO_14ea92c1_2682_4c52_83a5_632adcfdb1ce rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_0f6f0120_c079_4d95_bb11_4ddee05e530e ; - skos:prefLabel "BatteryMeasurementResult"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_17b3beaa_6f91_4f73_8a9a_d960eb542b7e -:EMMO_17b3beaa_6f91_4f73_8a9a_d960eb542b7e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_e1fa5985_f5a7_4637_ae1c_d6e9db45d22f ; - skos:prefLabel "ElectronicComponentContinuumModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_17e530cf_739c_4171_8a1d_8fe58625fc60 -:EMMO_17e530cf_739c_4171_8a1d_8fe58625fc60 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_d9ebf2cd_a020_46b4_b91a_9a6402736b9e ; - skos:prefLabel "PouchCellHousing"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_1c8e08a6_8542_432a_9bd3_9474df55d497 -:EMMO_1c8e08a6_8542_432a_9bd3_9474df55d497 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_74ed2670_657d_4f0b_b0a6_3f13bc2e9c17 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-12" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "battery supplied to an original equipment manufacturer (OEM) for use only with or in new equipment."@en ; - skos:prefLabel "OEMBattery"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_1c8e08a6_8542_432a_9bd3_9474df55d497 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "battery supplied to an original equipment manufacturer (OEM) for use only with or in new equipment."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_1d33b96d_f362_41e5_b670_d33cd6a7ab28 -:EMMO_1d33b96d_f362_41e5_b670_d33cd6a7ab28 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6c481323_498b_42c6_915a_53490f409430 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_2198cf67_b5d2_4325_9b6a_dde0a26fd065 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_74ed2670_657d_4f0b_b0a6_3f13bc2e9c17 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_bc033b97_a5b7_455c_94ce_e95676cb816b - ] ; - skos:prefLabel "BatteryCycling"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_1d3a2bb3_1d39_4cdb_9a28_c73d663388ab -:EMMO_1d3a2bb3_1d39_4cdb_9a28_c73d663388ab rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_3b0b0d6e_8b0e_4491_885e_8421d3eb3b69 , - electrochemistry:EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 , - [ rdf:type owl:Restriction ; - owl:onProperty electrochemistry:EMMO_3bd08946_4e81_455d_9fca_dc7a5ead9315 ; - owl:someValuesFrom :EMMO_bae12d7c_2d81_4a86_994a_11f584b91486 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty electrochemistry:EMMO_5d299271_3f68_494f_ab96_3db9acdd3138 ; - owl:someValuesFrom electrochemistry:EMMO_2cc8ac82_21a3_4d70_94a5_66b85b45df7d - ] , - [ rdf:type owl:Restriction ; - owl:onProperty electrochemistry:EMMO_8e9cf965_9f92_46e8_b678_b50410ce3616 ; - owl:someValuesFrom :EMMO_882ce749_9869_450d_8563_cb86670e720f - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-08" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrochemical cell with a saline electrolyte based on ammonium chloride and zinc chloride, a positive electrode containing manganese dioxide and a negative electrode of zinc."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Leclanch%C3%A9_cell"@en ; - skos:prefLabel "LeclancheElectrochemicalCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_1d3a2bb3_1d39_4cdb_9a28_c73d663388ab ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "electrochemical cell with a saline electrolyte based on ammonium chloride and zinc chloride, a positive electrode containing manganese dioxide and a negative electrode of zinc."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_2198cf67_b5d2_4325_9b6a_dde0a26fd065 -:EMMO_2198cf67_b5d2_4325_9b6a_dde0a26fd065 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_14ea92c1_2682_4c52_83a5_632adcfdb1ce ; - skos:prefLabel "BatteryCyclingMeasurementResult"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_21d2a7a1_2fc0_4f7a_85ad_6451df187767 -:EMMO_21d2a7a1_2fc0_4f7a_85ad_6451df187767 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7c072505_7ea6_4bfd_8403_7133b3a4b806 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-19" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "final process by which electrochemical active components of a cell are brought to functional completion in order to deliver electrical energy."@en ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "The introduction of electrolyte or liquid or gaseous active materials by pyrotechnic or other means."@en ; - skos:prefLabel "Activation"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_21d2a7a1_2fc0_4f7a_85ad_6451df187767 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "final process by which electrochemical active components of a cell are brought to functional completion in order to deliver electrical energy."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_21d661a7_73de_4ee6_8bd5_53a948eda8cc -:EMMO_21d661a7_73de_4ee6_8bd5_53a948eda8cc rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7649a57c_d842_429f_97a1_b9612a8fdb2b ; - skos:prefLabel "SeparatorContinuumModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_23e6170d_a70b_4de9_a4db_458e24a327ac -:EMMO_23e6170d_a70b_4de9_a4db_458e24a327ac rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_f2d5d3ad_2e00_417f_8849_686f3988d929 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A device for performing cycling measurements of a battery."@en ; - skos:prefLabel "BatteryCycler"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_249848f9_308a_40aa_b560_e77cb167da50 -:EMMO_249848f9_308a_40aa_b560_e77cb167da50 rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_7729c34e_1ae9_403d_b933_1765885e7f29 ; - skos:prefLabel "LFPReferenceElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_27e2df40_b85d_4cdb_8469_b3b61b18e4ce -:EMMO_27e2df40_b85d_4cdb_8469_b3b61b18e4ce rdf:type owl:Class ; - rdfs:subClassOf :EMMO_74ed2670_657d_4f0b_b0a6_3f13bc2e9c17 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-15" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "battery which supplies electric energy to an electric circuit when the normal power supply of this electric circuit is interrupted."@en ; - skos:altLabel "BackUpBattery"@en ; - skos:prefLabel "EmergencyBattery"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_27e2df40_b85d_4cdb_8469_b3b61b18e4ce ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "battery which supplies electric energy to an electric circuit when the normal power supply of this electric circuit is interrupted."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_29b06e6d_d154_470a_aeed_efb96b0f69b8 -:EMMO_29b06e6d_d154_470a_aeed_efb96b0f69b8 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_e1fa5985_f5a7_4637_ae1c_d6e9db45d22f ; - skos:prefLabel "ElectrochemicalCellContinuumModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_2d7ba193_b4be_40fc_9131_d1a91068aeae -:EMMO_2d7ba193_b4be_40fc_9131_d1a91068aeae rdf:type owl:Class ; - rdfs:subClassOf :EMMO_e1fa5985_f5a7_4637_ae1c_d6e9db45d22f ; - skos:prefLabel "ElectrochemicalSubcomponentContinuumModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_33d5e843_dcef_4b7b_97ec_bd902c9d950f -:EMMO_33d5e843_dcef_4b7b_97ec_bd902c9d950f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_74ed2670_657d_4f0b_b0a6_3f13bc2e9c17 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-13"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "battery for use in place of an existing battery, giving the same or similar operating and performance characteristics."@en ; - skos:prefLabel "ReplacementBattery"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_33d5e843_dcef_4b7b_97ec_bd902c9d950f ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "battery for use in place of an existing battery, giving the same or similar operating and performance characteristics."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_347a15e7_1cc2_4508_b972_1ab7240d5549 -:EMMO_347a15e7_1cc2_4508_b972_1ab7240d5549 rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_757eae08_4d43_42d4_8b4e_8a0bfd2f9a1c , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_80964bbe_8efd_44d0_b8c8_4939b9dee25c - ] ; - skos:prefLabel "LithiumIntercalationElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_382fc4de_b961_42ee_a787_27bbcc647481 -:EMMO_382fc4de_b961_42ee_a787_27bbcc647481 rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_dd15b4b0-11e7-4900-b379-9702a8caa6bb ; - skos:prefLabel "Binder"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_392b3f47_d62a_4bd4_a819_b58b09b8843a -:EMMO_392b3f47_d62a_4bd4_a819_b58b09b8843a rdf:type owl:Class ; - rdfs:subClassOf :EMMO_68ed592a_7924_45d0_a108_94d6275d57f0 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_17e530cf_739c_4171_8a1d_8fe58625fc60 - ] ; - skos:altLabel "PouchBatteryCell"@en ; - skos:prefLabel "PouchCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_3fcdc2ab_f458_4940_b218_6a10d1764567 -:EMMO_3fcdc2ab_f458_4940_b218_6a10d1764567 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_68ed592a_7924_45d0_a108_94d6275d57f0 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-17" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell having, at a specified temperature, an invariant and specific open-circuit voltage, used as a reference voltage."@en ; - skos:prefLabel "StandardVoltageCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_3fcdc2ab_f458_4940_b218_6a10d1764567 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "cell having, at a specified temperature, an invariant and specific open-circuit voltage, used as a reference voltage."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_470d4c68_21b3_4405_ac3f_9588c4152437 -:EMMO_470d4c68_21b3_4405_ac3f_9588c4152437 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a0070f31_7895_46cd_8d62_e53bf39a1e71 ; - skos:prefLabel "CurrentCollectorContinuumModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_4c78a492_b14d_4005_b555_d3c92e8def0f -:EMMO_4c78a492_b14d_4005_b555_d3c92e8def0f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_679f6984_e0dc_4285_9dbb_429c5779590c ; - skos:prefLabel "BatteryEquivalentCircuitModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_5129704d_3e08_4bee_b2d3_7b9e193cb481 -:EMMO_5129704d_3e08_4bee_b2d3_7b9e193cb481 rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_50044b99_b858_433b_a32d_23d1e1cf88b2 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An electrochemical interface within a battery cell."@en ; - skos:prefLabel "BatteryInterface"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_520c9e35_2556_462f_97f1_64750cef37ae -:EMMO_520c9e35_2556_462f_97f1_64750cef37ae rdf:type owl:Class ; - rdfs:subClassOf :EMMO_96addc62_ea04_449a_8237_4cd541dd8e5f , - [ rdf:type owl:Restriction ; - owl:onProperty electrochemistry:EMMO_5d299271_3f68_494f_ab96_3db9acdd3138 ; - owl:someValuesFrom :EMMO_ac7039df_3505_4355_aa52_41b4b5c2263b - ] , - [ rdf:type owl:Restriction ; - owl:onProperty electrochemistry:EMMO_8e9cf965_9f92_46e8_b678_b50410ce3616 ; - owl:someValuesFrom :EMMO_b35895a0_7670_487b_9b39_db9360b7d907 - ] ; - skos:prefLabel "LithiumCobaltOxideGraphiteElectrochemicalCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_52ed5408_da62_483d_97d5_a45755022582 -:EMMO_52ed5408_da62_483d_97d5_a45755022582 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_b1921f7b_afac_465a_a275_26f929f7f936 ; - skos:altLabel "DFNModel"@en , - "DoyleFullerNewmanModel"@en , - "NewmanModel"@en ; - skos:prefLabel "P2DModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_54d48300_242b_4af8_96b4_d3436450e094 -:EMMO_54d48300_242b_4af8_96b4_d3436450e094 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3fcdc2ab_f458_4940_b218_6a10d1764567 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-18" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "standard voltage cell with a saline electrolyte saturated with cadmium sulphate, a positive electrode of mercury and solid mercurous sulphate, and a negative electrode of amalgamated cadmium and solid cadmium sulphate."@en ; - skos:prefLabel "WestonStandardVoltageCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_54d48300_242b_4af8_96b4_d3436450e094 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "standard voltage cell with a saline electrolyte saturated with cadmium sulphate, a positive electrode of mercury and solid mercurous sulphate, and a negative electrode of amalgamated cadmium and solid cadmium sulphate."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_55a8a42d_0f83_473d_82b0_32640114b7db -:EMMO_55a8a42d_0f83_473d_82b0_32640114b7db rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-06" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrochemical cell with a saline electrolyte based on zinc chloride, a positive electrode containing manganese dioxide and a negative electrode of zinc."@en ; - skos:prefLabel "ZincChlorideElectrochemicalCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_55a8a42d_0f83_473d_82b0_32640114b7db ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "electrochemical cell with a saline electrolyte based on zinc chloride, a positive electrode containing manganese dioxide and a negative electrode of zinc."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_5f918eae_2666_47dc_8ca8_c79fbcce3b86 -:EMMO_5f918eae_2666_47dc_8ca8_c79fbcce3b86 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2d7ba193_b4be_40fc_9131_d1a91068aeae ; - skos:prefLabel "IonicSubcomponentContinuumModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_6256b4c7_243f_4067_a081_dd1eb2160036 -:EMMO_6256b4c7_243f_4067_a081_dd1eb2160036 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_68ed592a_7924_45d0_a108_94d6275d57f0 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-11" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "selected cell of a battery which is used to assess or represent the average state of parameters of the battery."@en ; - skos:prefLabel "PilotBatteryCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_6256b4c7_243f_4067_a081_dd1eb2160036 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "selected cell of a battery which is used to assess or represent the average state of parameters of the battery."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_679f6984_e0dc_4285_9dbb_429c5779590c -:EMMO_679f6984_e0dc_4285_9dbb_429c5779590c rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_dcc692cf_0e03_45ee_9d52_763b9e208dac ; - skos:prefLabel "ElectrochemicalEquivalentCircuitModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_68ed592a_7924_45d0_a108_94d6275d57f0 -:EMMO_68ed592a_7924_45d0_a108_94d6275d57f0 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_74ed2670_657d_4f0b_b0a6_3f13bc2e9c17 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:someValuesFrom :EMMO_d9ebf2cd_a020_46b4_b91a_9a6402736b9e - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:someValuesFrom electrochemistry:EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-01" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "basic functional unit, consisting of an assembly of electrodes, electrolyte, container, terminals and usually separators, that is a source of electric energy obtained by direct conversion of chemical energy."@en ; - skos:altLabel "Cell"@en ; - skos:prefLabel "BatteryCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_68ed592a_7924_45d0_a108_94d6275d57f0 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "basic functional unit, consisting of an assembly of electrodes, electrolyte, container, terminals and usually separators, that is a source of electric energy obtained by direct conversion of chemical energy."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_69173be9_7105_43da_8635_033364616783 -:EMMO_69173be9_7105_43da_8635_033364616783 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_68ed592a_7924_45d0_a108_94d6275d57f0 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-16" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "primary cell wherein the separator is a starch gel wet with electrolyte."@en ; - skos:prefLabel "PasteLinedCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_69173be9_7105_43da_8635_033364616783 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "primary cell wherein the separator is a starch gel wet with electrolyte."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_6c481323_498b_42c6_915a_53490f409430 -:EMMO_6c481323_498b_42c6_915a_53490f409430 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_463bcfda_867b_41d9_a967_211d4d437cfb ; - skos:prefLabel "BatteryMeasurement"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_74d6a5a9_efd6_43de_ad4b_e7b5f6b64aae -:EMMO_74d6a5a9_efd6_43de_ad4b_e7b5f6b64aae rdf:type owl:Class ; - rdfs:subClassOf :EMMO_68ed592a_7924_45d0_a108_94d6275d57f0 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_7528b81a_97dd_47a3_86b1_128f285b5ffc - ] ; - skos:altLabel "SwagelokBatteryCell"@en ; - skos:prefLabel "SwagelokCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_74ed2670_657d_4f0b_b0a6_3f13bc2e9c17 -:EMMO_74ed2670_657d_4f0b_b0a6_3f13bc2e9c17 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_038e37a3_1684_4980_b5e4_67ab34cd5bdb , - electrochemistry:EMMO_0acd0fc2_1048_4604_8e90_bf4e84bd87df , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_d9ebf2cd_a020_46b4_b91a_9a6402736b9e - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-04" ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Electric_battery"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "One or more cells fitted with devices necessary for use, for example case, terminals, marking and protective devices."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Electric_battery"@en ; - skos:altLabel "ElectricBattery"@en ; - skos:prefLabel "Battery"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_74ed2670_657d_4f0b_b0a6_3f13bc2e9c17 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "One or more cells fitted with devices necessary for use, for example case, terminals, marking and protective devices."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_7528b81a_97dd_47a3_86b1_128f285b5ffc -:EMMO_7528b81a_97dd_47a3_86b1_128f285b5ffc rdf:type owl:Class ; - rdfs:subClassOf :EMMO_d9ebf2cd_a020_46b4_b91a_9a6402736b9e ; - skos:prefLabel "SwagelokCellHousing"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_7649a57c_d842_429f_97a1_b9612a8fdb2b -:EMMO_7649a57c_d842_429f_97a1_b9612a8fdb2b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2d7ba193_b4be_40fc_9131_d1a91068aeae ; - skos:prefLabel "StructuralSubcomponentContinuumModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_78826076_05d5_4cc8_b46b_93418a67c91b -:EMMO_78826076_05d5_4cc8_b46b_93418a67c91b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_68ed592a_7924_45d0_a108_94d6275d57f0 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-15" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "primary cell wherein the separator is paper impregnated with electrolyte."@en ; - skos:prefLabel "PaperLinedCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_78826076_05d5_4cc8_b46b_93418a67c91b ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "primary cell wherein the separator is paper impregnated with electrolyte."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_798806c2_9423_486a_b414_d1e49603c8cd -:EMMO_798806c2_9423_486a_b414_d1e49603c8cd rdf:type owl:Class ; - rdfs:subClassOf :EMMO_68ed592a_7924_45d0_a108_94d6275d57f0 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-14" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell stored in a dry state in which the necessary electrolyte is held separately and which may be transferred for activation to the cell, immediately prior to use, by priming or other means."@en ; - skos:prefLabel "ReserveBatteryCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_798806c2_9423_486a_b414_d1e49603c8cd ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "cell stored in a dry state in which the necessary electrolyte is held separately and which may be transferred for activation to the cell, immediately prior to use, by priming or other means."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_7c072505_7ea6_4bfd_8403_7133b3a4b806 -:EMMO_7c072505_7ea6_4bfd_8403_7133b3a4b806 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_bafc17b5_9be4_4823_8bbe_ab4e90b6738c ; - skos:prefLabel "IntentionalBatteryProcess"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_7c2a1d4d_e622_41f2_b978_49e4fbdca82f -:EMMO_7c2a1d4d_e622_41f2_b978_49e4fbdca82f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_d9ebf2cd_a020_46b4_b91a_9a6402736b9e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom emmo:EMMO_08bcf1d6_e719_46c8_bb21_24bc9bf34dba - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom emmo:EMMO_c1c8ac3c_8a1c_4777_8e0b_14c1f9f9b0c6 - ] ; - skos:altLabel "Can"@en ; - skos:prefLabel "CylindricalCellHousing"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_80964bbe_8efd_44d0_b8c8_4939b9dee25c -:EMMO_80964bbe_8efd_44d0_b8c8_4939b9dee25c rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_3f0a19ba_d90c_4ed3_b2e6_b5e16d594af1 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Active electrochemical materials suitable for intercalating Li/Li+."@en ; - skos:prefLabel "LithiumIntercalationMaterial"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_882ce749_9869_450d_8563_cb86670e720f -:EMMO_882ce749_9869_450d_8563_cb86670e720f rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_0f007072-a8dd-4798-b865-1bf9363be627 , - [ rdf:type owl:Restriction ; - owl:onProperty electrochemistry:EMMO_860aa941_5ff9_4452_8a16_7856fad07bee ; - owl:someValuesFrom emmo:EMMO_dc33cea5_fe7f_4ad0_8aed_0bf92eee5df6 - ] ; - skos:prefLabel "ManganeseDioxideElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_889c1c23_1d0c_49b6_af52_3ce9644dd2a1 -:EMMO_889c1c23_1d0c_49b6_af52_3ce9644dd2a1 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_22522299_4091_4d1f_82a2_3890492df6db ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-45" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "test carried out to measure the loss of capacity, open-circuit voltage, short-circuit current or other quantities after storage under specified conditions."@en ; - skos:prefLabel "StorageTest"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_889c1c23_1d0c_49b6_af52_3ce9644dd2a1 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "test carried out to measure the loss of capacity, open-circuit voltage, short-circuit current or other quantities after storage under specified conditions."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_92bc9b20_5de1_40f8_9b55_aff6c3f5e7b0 -:EMMO_92bc9b20_5de1_40f8_9b55_aff6c3f5e7b0 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_68ed592a_7924_45d0_a108_94d6275d57f0 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-14" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "primary battery containing an immobilized electrolyte"@en ; - skos:prefLabel "DryBatteryCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_92bc9b20_5de1_40f8_9b55_aff6c3f5e7b0 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "primary battery containing an immobilized electrolyte"@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_96addc62_ea04_449a_8237_4cd541dd8e5f -:EMMO_96addc62_ea04_449a_8237_4cd541dd8e5f rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_b0413a83_d22f_48a4_b5f4_e4a7d88765bc , - electrochemistry:EMMO_efc38420_ecbb_42e4_bb3f_208e7c417098 , - [ rdf:type owl:Restriction ; - owl:onProperty electrochemistry:EMMO_3bd08946_4e81_455d_9fca_dc7a5ead9315 ; - owl:someValuesFrom electrochemistry:EMMO_5f9a9411_05f9_4576_acd3_81d7d41cfe98 - ] ; - skos:prefLabel "LithiumIonElectrochemicalCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_99578b76_7fdc_4a4a_b4fb_9f6ba6b227a8 -:EMMO_99578b76_7fdc_4a4a_b4fb_9f6ba6b227a8 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_22522299_4091_4d1f_82a2_3890492df6db ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-48" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "service test with an uninterrupted discharge."@en ; - skos:prefLabel "ContinuousServiceTest"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_99578b76_7fdc_4a4a_b4fb_9f6ba6b227a8 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "service test with an uninterrupted discharge."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_9acfeea6_ca7f_4b97_9844_c38edf6387ec -:EMMO_9acfeea6_ca7f_4b97_9844_c38edf6387ec rdf:type owl:Class ; - rdfs:subClassOf :EMMO_74ed2670_657d_4f0b_b0a6_3f13bc2e9c17 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_68ed592a_7924_45d0_a108_94d6275d57f0 - ] ; - skos:prefLabel "BatteryModule"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_9cfcb1d3_ed39_476a_9300_47ffb6de6cf0 -:EMMO_9cfcb1d3_ed39_476a_9300_47ffb6de6cf0 rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-01" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "battery in which atmospheric oxygen serves as the active material at the positive electrode and a metal as the active material of the negative electrode."@en ; - rdfs:comment "Can be primary or secondary, depending on the design."@en ; - skos:altLabel "AirMetalElectrochemicalCell"@en ; - skos:prefLabel "MetalAirElectrochemicalCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_9fb1ae03_6ae2_4bfb_b69e_fd6f88788ef2 -:EMMO_9fb1ae03_6ae2_4bfb_b69e_fd6f88788ef2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ac604ecd_cc60_4b98_b57c_74cd5d3ccd40 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_aafe33ca_3fe3_4ff0_bed0_e7c925e26eba - ] ; - skos:prefLabel "Cylindrical18650Cell"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_a0070f31_7895_46cd_8d62_e53bf39a1e71 -:EMMO_a0070f31_7895_46cd_8d62_e53bf39a1e71 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2d7ba193_b4be_40fc_9131_d1a91068aeae ; - skos:prefLabel "ElectronicSubcomponentContinuumModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_aaaa6f4b_435b_425b_acb1_e8a427c3489a -:EMMO_aaaa6f4b_435b_425b_acb1_e8a427c3489a rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-07" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrochemical cell such as Leclanché or zinc chloride."@en ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "LeClanche electrochemical cell, zinc chloride electrochemical cell"@en ; - skos:prefLabel "ZincCarbonElectrochemicalCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_aaaa6f4b_435b_425b_acb1_e8a427c3489a ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "electrochemical cell such as Leclanché or zinc chloride."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_aafe33ca_3fe3_4ff0_bed0_e7c925e26eba -:EMMO_aafe33ca_3fe3_4ff0_bed0_e7c925e26eba rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7c2a1d4d_e622_41f2_b978_49e4fbdca82f ; - skos:prefLabel "Cylindrical18650CellHousing"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_ac604ecd_cc60_4b98_b57c_74cd5d3ccd40 -:EMMO_ac604ecd_cc60_4b98_b57c_74cd5d3ccd40 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_68ed592a_7924_45d0_a108_94d6275d57f0 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_7c2a1d4d_e622_41f2_b978_49e4fbdca82f - ] ; - skos:altLabel "CylindricalBatteryCell"@en ; - skos:prefLabel "CylindricalCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_ac7039df_3505_4355_aa52_41b4b5c2263b -:EMMO_ac7039df_3505_4355_aa52_41b4b5c2263b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_347a15e7_1cc2_4508_b972_1ab7240d5549 , - electrochemistry:EMMO_7aa79b12-6b34-4724-9728-f31b5f7ed83d , - [ rdf:type owl:Restriction ; - owl:onProperty electrochemistry:EMMO_860aa941_5ff9_4452_8a16_7856fad07bee ; - owl:someValuesFrom emmo:EMMO_3f183593_33da_44f1_861d_765669f26ce2 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty [ owl:inverseOf emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a - ] ; - owl:someValuesFrom electrochemistry:EMMO_80384f43_8818_42c6_9b1d_7747389a3554 - ] ; - skos:prefLabel "LithiumGraphiteElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_ada13509_4eed_4e40_a7b1_4cc488144154 -:EMMO_ada13509_4eed_4e40_a7b1_4cc488144154 rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_8c18d60b_c5df_45ce_b64a_91c9b53d322d ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-06" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell containing a non-aqueous electrolyte and a negative electrode of lithium or containing lithium."@en ; - rdfs:comment "Depending on the design features chosen, a lithium cell may be primary or secondary."@en ; - skos:prefLabel "LithiumElectrochemicalCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_ada13509_4eed_4e40_a7b1_4cc488144154 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "cell containing a non-aqueous electrolyte and a negative electrode of lithium or containing lithium."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_b1921f7b_afac_465a_a275_26f929f7f936 -:EMMO_b1921f7b_afac_465a_a275_26f929f7f936 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_29b06e6d_d154_470a_aeed_efb96b0f69b8 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom emmo:EMMO_02ae528a_fe38_4e62_8eb1_64d02354901e - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom emmo:EMMO_52ad5472_29eb_49d5_bff3_bb354a656020 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom emmo:EMMO_7d20b67d_3565_492e_9d59_f29c2c525276 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom emmo:EMMO_8836f42d_7cf3_4f26_ad15_4798261f26c0 - ] ; - skos:prefLabel "BatteryContinuumModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_b35895a0_7670_487b_9b39_db9360b7d907 -:EMMO_b35895a0_7670_487b_9b39_db9360b7d907 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_347a15e7_1cc2_4508_b972_1ab7240d5549 , - electrochemistry:EMMO_7aa79b12-6b34-4724-9728-f31b5f7ed83d , - [ rdf:type owl:Restriction ; - owl:onProperty electrochemistry:EMMO_860aa941_5ff9_4452_8a16_7856fad07bee ; - owl:someValuesFrom emmo:EMMO_63c34c0a_83c7_4afb_b23e_27f332223dfb - ] , - [ rdf:type owl:Restriction ; - owl:onProperty [ owl:inverseOf emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a - ] ; - owl:someValuesFrom electrochemistry:EMMO_66c74bec_dbfb_43c2_a23a_5b6000f1b841 - ] ; - skos:prefLabel "LithiumCobaltOxideElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_b572826a_b4e4_4986_b57d_f7b945061f8b -:EMMO_b572826a_b4e4_4986_b57d_f7b945061f8b rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_3b0b0d6e_8b0e_4491_885e_8421d3eb3b69 , - electrochemistry:EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 , - [ rdf:type owl:Restriction ; - owl:onProperty electrochemistry:EMMO_3bd08946_4e81_455d_9fca_dc7a5ead9315 ; - owl:someValuesFrom electrochemistry:EMMO_615cff2a_be95_4e65_9471_98db23f4c878 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty electrochemistry:EMMO_5d299271_3f68_494f_ab96_3db9acdd3138 ; - owl:someValuesFrom electrochemistry:EMMO_2cc8ac82_21a3_4d70_94a5_66b85b45df7d - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-03"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrochemical cell with an alkaline electrolyte, a positive electrode containing manganese dioxide and a negative electrode of zinc."@en ; - skos:prefLabel "AlkalineZincManganeseDioxideElectrochemicalCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_b572826a_b4e4_4986_b57d_f7b945061f8b ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "electrochemical cell with an alkaline electrolyte, a positive electrode containing manganese dioxide and a negative electrode of zinc."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_b5910d2f_3114_4663_8d46_e418ff859251 -:EMMO_b5910d2f_3114_4663_8d46_e418ff859251 rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 , - [ rdf:type owl:Restriction ; - owl:onProperty electrochemistry:EMMO_3bd08946_4e81_455d_9fca_dc7a5ead9315 ; - owl:someValuesFrom electrochemistry:EMMO_615cff2a_be95_4e65_9471_98db23f4c878 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty electrochemistry:EMMO_5d299271_3f68_494f_ab96_3db9acdd3138 ; - owl:someValuesFrom electrochemistry:EMMO_2cc8ac82_21a3_4d70_94a5_66b85b45df7d - ] , - [ rdf:type owl:Restriction ; - owl:onProperty electrochemistry:EMMO_8e9cf965_9f92_46e8_b678_b50410ce3616 ; - owl:someValuesFrom electrochemistry:EMMO_8b40856f_1ca2_4137_9616_7fb624671909 - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-02" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "metal air electrochemical cell with an alkaline electrolyte and a negative electrode of zinc."@en ; - skos:prefLabel "AlkalineZincAirElectrochemicalCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_b5910d2f_3114_4663_8d46_e418ff859251 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "metal air electrochemical cell with an alkaline electrolyte and a negative electrode of zinc."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_b5b8ac18_170a_4c95_a9a3_9bf3bbce0693 -:EMMO_b5b8ac18_170a_4c95_a9a3_9bf3bbce0693 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7c2a1d4d_e622_41f2_b978_49e4fbdca82f ; - skos:prefLabel "Cylindrical21700CellHousing"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_b72eb3ad_8935_4420_a64e_6218de31c0d2 -:EMMO_b72eb3ad_8935_4420_a64e_6218de31c0d2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_17b3beaa_6f91_4f73_8a9a_d960eb542b7e ; - skos:prefLabel "ElectrodeContinuumModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_b7fdab58_6e91_4c84_b097_b06eff86a124 -:EMMO_b7fdab58_6e91_4c84_b097_b06eff86a124 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_68ed592a_7924_45d0_a108_94d6275d57f0 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_ebaac955_1664_4de8_a9ae_a3868a7d8427 - ] ; - skos:altLabel "ButtonBatteryCell"@en , - "ButtonCell"@en , - "CoinBatteryCell"@en ; - skos:prefLabel "CoinCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_b81610fd_0bce_411b_986e_f3b4f3f562ab -:EMMO_b81610fd_0bce_411b_986e_f3b4f3f562ab rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-04" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrochemical cell with an alkaline electrolyte, a positive electrode containing silver oxide and a negative electrode of zinc."@en ; - skos:prefLabel "ZincSilverOxideElectrochemicalCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_b81610fd_0bce_411b_986e_f3b4f3f562ab ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "electrochemical cell with an alkaline electrolyte, a positive electrode containing silver oxide and a negative electrode of zinc."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_baa09ba6_d214_4a8a_808a_5bcbd46e52c3 -:EMMO_baa09ba6_d214_4a8a_808a_5bcbd46e52c3 rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-09" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell with an ionically conducting solid as electrolyte."@en ; - rdfs:comment "This electrolyte may be for example silver iodide or a polymer salt."@en ; - skos:prefLabel "SolidElectrolyteElectrochemicalCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_baa09ba6_d214_4a8a_808a_5bcbd46e52c3 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "cell with an ionically conducting solid as electrolyte."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_bae12d7c_2d81_4a86_994a_11f584b91486 -:EMMO_bae12d7c_2d81_4a86_994a_11f584b91486 rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_dc205ac2_314e_415c_a2b6_b12e8359d54c , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_130997c3_501e_41c0_b4f7_fe4936ff88e3 ; - owl:someValuesFrom emmo:EMMO_1b0f38b3_2897_42b4_a09e_c04977717bf9 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_130997c3_501e_41c0_b4f7_fe4936ff88e3 ; - owl:someValuesFrom emmo:EMMO_432f5038_ab96_4d80_930a_fc5c8baa2337 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_130997c3_501e_41c0_b4f7_fe4936ff88e3 ; - owl:someValuesFrom emmo:EMMO_648295d4_7c5a_4aaa_8347_e612dc133d00 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_130997c3_501e_41c0_b4f7_fe4936ff88e3 ; - owl:someValuesFrom emmo:EMMO_9dc63b2d_08ff_41c8_9a94_f11feeec5c85 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a near-neutral aqueous electrolyte containing a mixture of dissolved ammounium chloride and zinc chloride."@en ; - skos:prefLabel "LeclancheElectrolyte"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_bc033b97_a5b7_455c_94ce_e95676cb816b -:EMMO_bc033b97_a5b7_455c_94ce_e95676cb816b rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_7dea2572_ab42_45bd_9fd7_92448cec762a , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_23e6170d_a70b_4de9_a4db_458e24a327ac - ] ; - skos:prefLabel "BatteryCyclerSystem"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_bc9b6500_60bb_434f_bf29_ea3b189c7236 -:EMMO_bc9b6500_60bb_434f_bf29_ea3b189c7236 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_17b3beaa_6f91_4f73_8a9a_d960eb542b7e ; - skos:prefLabel "SaltBridgeContinuumModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_be3b35a7_75a3_4be0_9265_beb178ea7b00 -:EMMO_be3b35a7_75a3_4be0_9265_beb178ea7b00 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_74ed2670_657d_4f0b_b0a6_3f13bc2e9c17 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_68ed592a_7924_45d0_a108_94d6275d57f0 - ] ; - skos:prefLabel "BatteryPack"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_ccbaf3d8_6c17_4e3c_9c91_4deecf827aa9 -:EMMO_ccbaf3d8_6c17_4e3c_9c91_4deecf827aa9 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_149bb81f_e724_42f0_9560_184ff916bdba ; - skos:prefLabel "ActiveElectrochemicalMaterialContinuumModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_cf82025d_925d_46dd_abf5_4c3c8b0ab3b6 -:EMMO_cf82025d_925d_46dd_abf5_4c3c8b0ab3b6 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7c072505_7ea6_4bfd_8403_7133b3a4b806 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_74ed2670_657d_4f0b_b0a6_3f13bc2e9c17 - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-23"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """operation by which a battery delivers, to an external electric circuit and under specified conditions, electric energy produced in the cells - --- International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org"""@en ; - skos:altLabel "BatteryDischarge"@en ; - skos:prefLabel "DischargeOfABattery"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_d38f2125_115e_4df5_a8a0_bdb4b88940c2 -:EMMO_d38f2125_115e_4df5_a8a0_bdb4b88940c2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dceedbd8_abac_4fb2_932f_41369a69b9cb ; - skos:prefLabel "LithiumMetalReferenceElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_d7a46826_ab60_47e7_99b2_a9d6c3b495c1 -:EMMO_d7a46826_ab60_47e7_99b2_a9d6c3b495c1 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_f768ea27_09ba_4875_a5cc_2c644b0753a3 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-30" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "gradual and slow spreading of an electrolyte film on the external surface of a cell or battery."@en ; - rdfs:comment "Electrolyte creep is sometimes indicated by the presence of a visible solid deposit or wet spots."@en ; - skos:prefLabel "ElectrolyteCreep"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_d7a46826_ab60_47e7_99b2_a9d6c3b495c1 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "gradual and slow spreading of an electrolyte film on the external surface of a cell or battery."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_d9ebf2cd_a020_46b4_b91a_9a6402736b9e -:EMMO_d9ebf2cd_a020_46b4_b91a_9a6402736b9e rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_dd15b4b0-11e7-4900-b379-9702a8caa6bb ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A receptacle or vessel that holds the plates, electrolyte, and other elements of a single cell or multi-cell unit."@en ; - rdfs:comment "Box or enclosure which contains the electrochemical cells, associated connectors and hardware."@en , - "Container is preferred over jar or battery case. A battery container can be a single cell or multicell unit (also called a monoblock). The term jar sometimes implies that it is made of glass, which is rarely the case; the term jar is a slang term."@en ; - skos:altLabel "BatteryCase"@en , - "Jar"@en ; - skos:prefLabel "BatteryCellContainer"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_d9ebf2cd_a020_46b4_b91a_9a6402736b9e ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "A receptacle or vessel that holds the plates, electrolyte, and other elements of a single cell or multi-cell unit."@en ; - dcterms:source "IEEE Standard Glossary of Stationary Battery Terminology (2016), https://doi.org/10.1109/IEEESTD.2016.7552407" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_d9ebf2cd_a020_46b4_b91a_9a6402736b9e ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "Box or enclosure which contains the electrochemical cells, associated connectors and hardware."@en ; - dcterms:references "Crompton, Battery Reference Book, 3rd Edition" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_d9ebf2cd_a020_46b4_b91a_9a6402736b9e ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "Container is preferred over jar or battery case. A battery container can be a single cell or multicell unit (also called a monoblock). The term jar sometimes implies that it is made of glass, which is rarely the case; the term jar is a slang term."@en ; - dcterms:source "IEEE Standard Glossary of Stationary Battery Terminology (2016), https://doi.org/10.1109/IEEESTD.2016.7552407" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_da15df91_45aa_429c_a1e7_21f49a281f23 -:EMMO_da15df91_45aa_429c_a1e7_21f49a281f23 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_d9ebf2cd_a020_46b4_b91a_9a6402736b9e ; - skos:prefLabel "PrismaticCellHousing"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_dae4c0f0_c3eb_4662_a0df_767e02014053 -:EMMO_dae4c0f0_c3eb_4662_a0df_767e02014053 rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_8c18d60b_c5df_45ce_b64a_91c9b53d322d ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-07" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell with an electrolyte consisting of one or more anhydrous molten salts."@en ; - rdfs:comment "The molten salt may be in a solid (inactivated) state and is activated by heat."@en ; - skos:prefLabel "MoltenSaltElectrochemicalCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_dae4c0f0_c3eb_4662_a0df_767e02014053 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "cell with an electrolyte consisting of one or more anhydrous molten salts."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_dbc86554_1a2a_4f2b_b8c2_e793fa219883 -:EMMO_dbc86554_1a2a_4f2b_b8c2_e793fa219883 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_74ed2670_657d_4f0b_b0a6_3f13bc2e9c17 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-16" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "battery connected across a direct current supply in order to reduce the effects of power variations of the source."@en ; - skos:altLabel "BackUpBattery"@en ; - skos:prefLabel "BufferBattery"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_dbc86554_1a2a_4f2b_b8c2_e793fa219883 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "battery connected across a direct current supply in order to reduce the effects of power variations of the source."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_dceedbd8_abac_4fb2_932f_41369a69b9cb -:EMMO_dceedbd8_abac_4fb2_932f_41369a69b9cb rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_7729c34e_1ae9_403d_b933_1765885e7f29 ; - skos:prefLabel "MetalReferenceElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_e1fa5985_f5a7_4637_ae1c_d6e9db45d22f -:EMMO_e1fa5985_f5a7_4637_ae1c_d6e9db45d22f rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_4456a5d2_16a6_4ee1_9a8e_5c75956b28ea ; - skos:prefLabel "ElectrochemicalContinuumModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_e8eada73_3811_4bbe_8f65_f6ee089d439f -:EMMO_e8eada73_3811_4bbe_8f65_f6ee089d439f rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ; - skos:prefLabel "ZincAirElectrochemicalCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_e939a312_661c_4b21_9651_06f34659e20a -:EMMO_e939a312_661c_4b21_9651_06f34659e20a rdf:type owl:Class ; - rdfs:subClassOf :EMMO_679f6984_e0dc_4285_9dbb_429c5779590c ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Randles_circuit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An equivalent electrical circuit that consists of an active electrolyte resistance RS in series with the parallel combination of the double-layer capacitance Cdl and an impedance of a faradaic reaction."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Randles_circuit"@en ; - skos:prefLabel "RandlesCircuitModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_eb37da80_4500_49c6_ac9b_da2b3d810efc -:EMMO_eb37da80_4500_49c6_ac9b_da2b3d810efc rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-11" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrochemical cell with a non-aqueous electrolyte, a positive electrode containing copper oxide and a negative electrode of lithium."@en ; - skos:prefLabel "LithiumCopperOxideElectrochemicalCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_eb37da80_4500_49c6_ac9b_da2b3d810efc ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "electrochemical cell with a non-aqueous electrolyte, a positive electrode containing copper oxide and a negative electrode of lithium."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_ebaac955_1664_4de8_a9ae_a3868a7d8427 -:EMMO_ebaac955_1664_4de8_a9ae_a3868a7d8427 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_d9ebf2cd_a020_46b4_b91a_9a6402736b9e ; - skos:prefLabel "CoinCellHousing"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_ef791f05_41d4_4bdb_a1fc_fd455ed0ecb2 -:EMMO_ef791f05_41d4_4bdb_a1fc_fd455ed0ecb2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_b1921f7b_afac_465a_a275_26f929f7f936 ; - skos:prefLabel "P4DModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_f1b2437a_fdf5_43fe_a26d_d9cf296ff469 -:EMMO_f1b2437a_fdf5_43fe_a26d_d9cf296ff469 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_5f918eae_2666_47dc_8ca8_c79fbcce3b86 ; - skos:prefLabel "ElectrolyteContinuumModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_f5fea163_410c_4e35_9408_15d5732c9f32 -:EMMO_f5fea163_410c_4e35_9408_15d5732c9f32 rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-13" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrochemical cell with a non-aqueous inorganic electrolyte, a positive electrode containing thionyl chloride and a negative electrode of lithium."@en ; - skos:prefLabel "LithiumThionylChlorideElectrochemicalCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_f5fea163_410c_4e35_9408_15d5732c9f32 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "electrochemical cell with a non-aqueous inorganic electrolyte, a positive electrode containing thionyl chloride and a negative electrode of lithium."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_f768ea27_09ba_4875_a5cc_2c644b0753a3 -:EMMO_f768ea27_09ba_4875_a5cc_2c644b0753a3 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_314d0bd5_67ed_437e_a609_36d46147cea7 ; - skos:prefLabel "BatteryPhenomenon"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_fcbbda5e_7ba3_4355_8817_b90159e59847 -:EMMO_fcbbda5e_7ba3_4355_8817_b90159e59847 rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-12" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrochemical cell with a non-aqueous electrolyte, a positive electrode containing iron disulphide and a negative electrode of lithium."@en ; - skos:prefLabel "LithiumIronDisulphideElectrochemicalCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_fcbbda5e_7ba3_4355_8817_b90159e59847 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "electrochemical cell with a non-aqueous electrolyte, a positive electrode containing iron disulphide and a negative electrode of lithium."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/ontology/BattINFO/0.3.0/battery/catalog-v001.xml b/ontology/BattINFO/0.3.0/battery/catalog-v001.xml deleted file mode 100644 index 5da0d87..0000000 --- a/ontology/BattINFO/0.3.0/battery/catalog-v001.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/ontology/BattINFO/0.3.0/batteryquantities/batteryquantities.ttl b/ontology/BattINFO/0.3.0/batteryquantities/batteryquantities.ttl deleted file mode 100644 index 09de6e8..0000000 --- a/ontology/BattINFO/0.3.0/batteryquantities/batteryquantities.ttl +++ /dev/null @@ -1,193 +0,0 @@ -@prefix : . -@prefix owl: . -@prefix rdf: . -@prefix xml: . -@prefix xsd: . -@prefix emmo: . -@prefix rdfs: . -@prefix skos: . -@prefix dcterms: . -@prefix annotations: . -@prefix electrochemistry: . -@base . - - rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; - dcterms:abstract """Common properties for batteries and their interfaces. - -Released under the Creative Commons license Attribution 4.0 International (CC BY 4.0)."""@en ; - dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - owl:versionInfo "0.3.0" . - -################################################################# -# Annotation properties -################################################################# - -### http://purl.org/dc/terms/abstract -dcterms:abstract rdf:type owl:AnnotationProperty . - - -### http://purl.org/dc/terms/license -dcterms:license rdf:type owl:AnnotationProperty . - - -### http://www.w3.org/2004/02/skos/core#prefLabel -skos:prefLabel rdf:type owl:AnnotationProperty . - - -################################################################# -# Classes -################################################################# - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_0c31eae9_725c_4ff3_bfda_ce0124ec0f26 -:EMMO_0c31eae9_725c_4ff3_bfda_ce0124ec0f26 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_230809da_bc18_42ec_ac94_4ca6a86292d1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom emmo:EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - skos:prefLabel "CycleNumber"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_230809da_bc18_42ec_ac94_4ca6a86292d1 -:EMMO_230809da_bc18_42ec_ac94_4ca6a86292d1 rdf:type owl:Class ; - rdfs:subClassOf electrochemistry:EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Physical quantities defined within the domain of batteries."@en ; - skos:prefLabel "BatteryQuantity"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_25e20915_c35d_4bee_ad31_736235a79780 -:EMMO_25e20915_c35d_4bee_ad31_736235a79780 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_230809da_bc18_42ec_ac94_4ca6a86292d1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom emmo:EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-25" ; - rdfs:comment "The discharge rate is calculated as the rated capacity divided by the corresponding discharge time which results in an electric current."@en ; - skos:altLabel "DischargeRate"@en ; - skos:prefLabel "DRate"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_87bb15ff_4fc2_4929_9938_0b31d9166001 -:EMMO_87bb15ff_4fc2_4929_9938_0b31d9166001 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_230809da_bc18_42ec_ac94_4ca6a86292d1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-21" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electric energy which a battery delivers under specified conditions."@en ; - skos:prefLabel "BatteryEnergy"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_87bb15ff_4fc2_4929_9938_0b31d9166001 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "electric energy which a battery delivers under specified conditions."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_886d2b91_ace9_4ff6_add5_001bef091334 -:EMMO_886d2b91_ace9_4ff6_add5_001bef091334 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_fb9baf9b_680e_493e_a755_da9bb1fc9fae ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-31" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "ability of a cell or battery to contain its electrolyte under specified mechanical and environmental conditions."@en ; - skos:prefLabel "ElectrolyteContainment"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_886d2b91_ace9_4ff6_add5_001bef091334 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "ability of a cell or battery to contain its electrolyte under specified mechanical and environmental conditions."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_8c3ef9da_ccb9_4097_bd62_b2a73eff34ca -:EMMO_8c3ef9da_ccb9_4097_bd62_b2a73eff34ca rdf:type owl:Class ; - rdfs:subClassOf :EMMO_230809da_bc18_42ec_ac94_4ca6a86292d1 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-47" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "duration, under specific conditions, at the end of which a battery has retained the ability to perform a specified function."@en ; - skos:altLabel "ShelfLife"@en ; - skos:prefLabel "StorageLife"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_8c3ef9da_ccb9_4097_bd62_b2a73eff34ca ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "duration, under specific conditions, at the end of which a battery has retained the ability to perform a specified function."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_b10c88d8_43d9_42dd_9f65_49ce2314513f -:EMMO_b10c88d8_43d9_42dd_9f65_49ce2314513f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_230809da_bc18_42ec_ac94_4ca6a86292d1 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-38" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "total mass of a battery in its operational condition."@en ; - skos:prefLabel "ServiceMass"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_b10c88d8_43d9_42dd_9f65_49ce2314513f ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "total mass of a battery in its operational condition."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_be5d1b4f_5579_4702_9dbb_6c15e577e8dc -:EMMO_be5d1b4f_5579_4702_9dbb_6c15e577e8dc rdf:type owl:Class ; - rdfs:subClassOf :EMMO_230809da_bc18_42ec_ac94_4ca6a86292d1 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-46" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "total period of useful life of a cell or a battery in operation."@en ; - rdfs:comment "For primary batteries, service life relates to the total discharge time or capacity under specific conditions."@en , - "For secondary cells and batteries, the service life may be expressed in time, number of charge/discharge cycles, or capacity in ampere hours (Ah)."@en ; - skos:prefLabel "ServiceLife"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_be5d1b4f_5579_4702_9dbb_6c15e577e8dc ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "total period of useful life of a cell or a battery in operation."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_c2ea0cf5_3698_4479_a034_394a271a7c83 -:EMMO_c2ea0cf5_3698_4479_a034_394a271a7c83 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_d8aa8e1f_b650_416d_88a0_5118de945456 ; - skos:prefLabel "ConventionalBatteryProperty"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_df6bdaa9_5275_4a02_a592_adafd4e5c3c3 -:EMMO_df6bdaa9_5275_4a02_a592_adafd4e5c3c3 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_230809da_bc18_42ec_ac94_4ca6a86292d1 , - electrochemistry:EMMO_791c1915_a791_4450_acd8_7f94764743b5 ; - skos:altLabel "capacity value of a battery determined under specified conditions and declared by the manufacturer."@en , - "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-15" ; - skos:prefLabel "RatedCapacity"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_df6bdaa9_5275_4a02_a592_adafd4e5c3c3 ; - owl:annotatedProperty skos:altLabel ; - owl:annotatedTarget "capacity value of a battery determined under specified conditions and declared by the manufacturer."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_e1fd84eb_acdb_4b2c_b90c_e899d552a3ee -:EMMO_e1fd84eb_acdb_4b2c_b90c_e899d552a3ee rdf:type owl:Class ; - rdfs:subClassOf :EMMO_230809da_bc18_42ec_ac94_4ca6a86292d1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom emmo:EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - skos:prefLabel "CRate"@en . - - -### https://big-map.github.io/BattINFO/ontology/BattINFO#EMMO_fb9baf9b_680e_493e_a755_da9bb1fc9fae -:EMMO_fb9baf9b_680e_493e_a755_da9bb1fc9fae rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_909415d1_7c43_4d5e_bbeb_7e1910159f66 ; - skos:prefLabel "NominalBatteryProperty"@en . - - -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/ontology/BattINFO/0.3.0/batteryquantities/catalog-v001.xml b/ontology/BattINFO/0.3.0/batteryquantities/catalog-v001.xml deleted file mode 100644 index 5da0d87..0000000 --- a/ontology/BattINFO/0.3.0/batteryquantities/catalog-v001.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/ontology/BattINFO/0.3.0/battinfo.ttl b/ontology/BattINFO/0.3.0/battinfo.ttl deleted file mode 100644 index d00b632..0000000 --- a/ontology/BattINFO/0.3.0/battinfo.ttl +++ /dev/null @@ -1,61 +0,0 @@ -@prefix : . -@prefix owl: . -@prefix rdf: . -@prefix xml: . -@prefix xsd: . -@prefix emmo: . -@prefix rdfs: . -@prefix skos: . -@prefix dcterms: . -@prefix annotations: . -@prefix electrochemistry: . -@base . - - rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; - dcterms:abstract """A battery interface domain ontology based on EMMO. - -This file is intended to be empty and merely collecting the other ontologies. - -Released under the Creative Commons license Attribution 4.0 International (CC BY 4.0)."""@en ; - dcterms:contributor "Denmark Technical University (DTU), DK"@en , - "EPFL, CH"@en , - "Fraunhofer ISC, DE"@en , - "ICMAB, ES"@en , - "National Institute of Chemistry, SI"@en , - "SINTEF, NO"@en , - "Warsaw University of Technology, PL"@en ; - dcterms:creator "Anna Szczesna"@en , - "Casper Welzel Andersen"@en , - "Deyana Stoytcheva"@en , - "Eibar Flores"@en , - "Francesca Lønstad Bleken"@en , - "Jesper Friis"@en , - "Marek Marcinek"@en , - "Martin Uhrin"@en , - "Miran Gaberscek"@en , - "Rosa Palacin"@en , - "Simon Clark"@en , - "Simon Stier"@en ; - dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:title "Battery Interface Ontology (BattINFO)"@en ; - rdfs:comment """Contacts: -Simon Clark -SINTEF Industry -email: simon.clark@sintef.no"""@en ; - owl:versionInfo "0.3.0" . - -################################################################# -# Annotation properties -################################################################# - -### http://purl.org/dc/terms/abstract -dcterms:abstract rdf:type owl:AnnotationProperty . - - -### http://purl.org/dc/terms/license -dcterms:license rdf:type owl:AnnotationProperty . - - -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/ontology/BattINFO/0.3.0/catalog-v001.xml b/ontology/BattINFO/0.3.0/catalog-v001.xml deleted file mode 100644 index 5da0d87..0000000 --- a/ontology/BattINFO/0.3.0/catalog-v001.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/ontology/BattINFO/0.3.0/experiments/catalog-v001.xml b/ontology/BattINFO/0.3.0/experiments/catalog-v001.xml deleted file mode 100644 index 5da0d87..0000000 --- a/ontology/BattINFO/0.3.0/experiments/catalog-v001.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/ontology/BattINFO/0.3.0/experiments/experiments.ttl b/ontology/BattINFO/0.3.0/experiments/experiments.ttl deleted file mode 100644 index fbd2d82..0000000 --- a/ontology/BattINFO/0.3.0/experiments/experiments.ttl +++ /dev/null @@ -1,29 +0,0 @@ -@prefix : . -@prefix owl: . -@prefix rdf: . -@prefix xml: . -@prefix xsd: . -@prefix emmo: . -@prefix rdfs: . -@prefix skos: . -@prefix dcterms: . -@prefix annotations: . -@prefix electrochemistry: . -@base . - - rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; - dcterms:abstract """Domain ontology for semiosis processes in battery development. - -Released under the Creative Commons license Attribution 4.0 International (CC BY 4.0)."""@en ; - dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - owl:versionInfo "0.3.0" . - -################################################################# -# Classes -################################################################# - - - -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/ontology/BattINFO/0.4.0/battinfo.ttl b/ontology/BattINFO/0.4.0/battinfo.ttl deleted file mode 100644 index e3f0845..0000000 --- a/ontology/BattINFO/0.4.0/battinfo.ttl +++ /dev/null @@ -1,71 +0,0 @@ -@prefix : . -@prefix owl: . -@prefix rdf: . -@prefix xml: . -@prefix xsd: . -@prefix emmo: . -@prefix rdfs: . -@prefix skos: . -@prefix dcterms: . -@prefix annotations: . -@prefix electrochemistry: . -@base . - - rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; - dcterms:abstract """A battery interface domain ontology based on EMMO. -This file is intended to be empty and merely collecting the other ontologies. -Released under the Creative Commons license Attribution 4.0 International (CC BY 4.0)."""@en ; - dcterms:contributor "Anna Szczesna"@en , - "Denmark Technical University (DTU), DK"@en , - "Deyana Stoytcheva"@en , - "EPFL, CH"@en , - "Fraunhofer ISC, DE"@en , - "ICMAB, ES"@en , - "Marek Marcinek"@en , - "Martin Uhrin"@en , - "Miran Gaberscek"@en , - "National Institute of Chemistry, SI"@en , - "Rosa Palacin"@en , - "Simon Stier"@en , - "Warsaw University of Technology, PL"@en ; - dcterms:creator "Casper Welzel Andersen"@en , - "Eibar Flores"@en , - "Francesca Lønstad Bleken"@en , - "Jesper Friis"@en , - "SINTEF, NO"@en , - "Simon Clark"@en ; - dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:title "Battery Interface Ontology (BattINFO)"@en ; - rdfs:comment """Contacts: -Simon Clark -SINTEF Industry -email: simon.clark@sintef.no"""@en ; - owl:versionInfo "0.4.0" . - -################################################################# -# Annotation properties -################################################################# - -### http://purl.org/dc/terms/abstract -dcterms:abstract rdf:type owl:AnnotationProperty . - - -### http://purl.org/dc/terms/contributor -dcterms:contributor rdf:type owl:AnnotationProperty . - - -### http://purl.org/dc/terms/creator -dcterms:creator rdf:type owl:AnnotationProperty . - - -### http://purl.org/dc/terms/license -dcterms:license rdf:type owl:AnnotationProperty . - - -### http://purl.org/dc/terms/title -dcterms:title rdf:type owl:AnnotationProperty . - - -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/ontology/BattINFO/0.4.0/catalog-v001.xml b/ontology/BattINFO/0.4.0/catalog-v001.xml deleted file mode 100644 index 6d41b7d..0000000 --- a/ontology/BattINFO/0.4.0/catalog-v001.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/ontology/BattINFO/0.5.0/battinfo/battinfo.ttl b/ontology/BattINFO/0.5.0/battinfo/battinfo.ttl deleted file mode 100644 index 0a60029..0000000 --- a/ontology/BattINFO/0.5.0/battinfo/battinfo.ttl +++ /dev/null @@ -1,71 +0,0 @@ -@prefix : . -@prefix owl: . -@prefix rdf: . -@prefix xml: . -@prefix xsd: . -@prefix emmo: . -@prefix rdfs: . -@prefix skos: . -@prefix dcterms: . -@prefix annotations: . -@prefix electrochemistry: . -@base . - - rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; - dcterms:abstract """A battery interface domain ontology based on EMMO. -This file is intended to be empty and merely collecting the other ontologies. -Released under the Creative Commons license Attribution 4.0 International (CC BY 4.0)."""@en ; - dcterms:contributor "Anna Szczesna"@en , - "Denmark Technical University (DTU), DK"@en , - "Deyana Stoytcheva"@en , - "EPFL, CH"@en , - "Fraunhofer ISC, DE"@en , - "ICMAB, ES"@en , - "Marek Marcinek"@en , - "Martin Uhrin"@en , - "Miran Gaberscek"@en , - "National Institute of Chemistry, SI"@en , - "Rosa Palacin"@en , - "Simon Stier"@en , - "Warsaw University of Technology, PL"@en ; - dcterms:creator "Casper Welzel Andersen"@en , - "Eibar Flores"@en , - "Francesca Lønstad Bleken"@en , - "Jesper Friis"@en , - "SINTEF, NO"@en , - "Simon Clark"@en ; - dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:title "Battery Interface Ontology (BattINFO)"@en ; - rdfs:comment """Contacts: -Simon Clark -SINTEF Industry -email: simon.clark@sintef.no"""@en ; - owl:versionInfo "0.5.0" . - -################################################################# -# Annotation properties -################################################################# - -### http://purl.org/dc/terms/abstract -dcterms:abstract rdf:type owl:AnnotationProperty . - - -### http://purl.org/dc/terms/contributor -dcterms:contributor rdf:type owl:AnnotationProperty . - - -### http://purl.org/dc/terms/creator -dcterms:creator rdf:type owl:AnnotationProperty . - - -### http://purl.org/dc/terms/license -dcterms:license rdf:type owl:AnnotationProperty . - - -### http://purl.org/dc/terms/title -dcterms:title rdf:type owl:AnnotationProperty . - - -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/ontology/BattINFO/0.5.0/battinfo/catalog-v001.xml b/ontology/BattINFO/0.5.0/battinfo/catalog-v001.xml deleted file mode 100644 index c1a4e43..0000000 --- a/ontology/BattINFO/0.5.0/battinfo/catalog-v001.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/ontology/electrochemistry/0.1.0/electrochemicalquantities/catalog-v001.xml b/ontology/electrochemistry/0.1.0/electrochemicalquantities/catalog-v001.xml deleted file mode 100644 index 462d921..0000000 --- a/ontology/electrochemistry/0.1.0/electrochemicalquantities/catalog-v001.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/ontology/electrochemistry/0.1.0/electrochemicalquantities/electrochemicalquantities.ttl b/ontology/electrochemistry/0.1.0/electrochemicalquantities/electrochemicalquantities.ttl deleted file mode 100644 index 6d1f2f2..0000000 --- a/ontology/electrochemistry/0.1.0/electrochemicalquantities/electrochemicalquantities.ttl +++ /dev/null @@ -1,1071 +0,0 @@ -@prefix : . -@prefix owl: . -@prefix rdf: . -@prefix xml: . -@prefix xsd: . -@prefix emmo: . -@prefix rdfs: . -@prefix skos: . -@prefix dcterms: . -@prefix annotations: . -@base . - - rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; - dcterms:abstract """Everything needed to describe fundamental quantities in electrochemistry common to all electrochemical systems. - -Released under the Creative Commons license Attribution 4.0 International (CC BY 4.0)."""@en ; - dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - owl:versionInfo "0.1.0" . - -################################################################# -# Annotation properties -################################################################# - -### http://emmo.info/emmo#EMMO_de178b12_5d35_4bca_8efa_a4193162571d -emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d rdf:type owl:AnnotationProperty . - - -### http://purl.org/dc/terms/abstract -dcterms:abstract rdf:type owl:AnnotationProperty . - - -### http://purl.org/dc/terms/license -dcterms:license rdf:type owl:AnnotationProperty . - - -### http://www.w3.org/2004/02/skos/core#prefLabel -skos:prefLabel rdf:type owl:AnnotationProperty . - - -################################################################# -# Classes -################################################################# - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_0139e120_c0b6_4657_8504_5fb39308fe31 -:EMMO_0139e120_c0b6_4657_8504_5fb39308fe31 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4f1ed4ee_06ba_44a4_8ece_1ee56bf12afe ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-2 L+2 M+1 I0 Θ0 N0 J0" ; - skos:prefLabel "TheoreticalEnergy"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_057f3082_960a_4c68_8708_cbef88584e9f -:EMMO_057f3082_960a_4c68_8708_cbef88584e9f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_b6da9be9_aa1d_4044_b030_4fcfefff5bf3 ; - skos:prefLabel "NominalElectrochemicalProperty"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_0605e641_1652_4575_b2fb_75f3de54a0aa -:EMMO_0605e641_1652_4575_b2fb_75f3de54a0aa rdf:type owl:Class ; - rdfs:subClassOf :EMMO_057f3082_960a_4c68_8708_cbef88584e9f ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I0 Θ0 N0 J0" ; - skos:prefLabel "NominalCycleLife"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_07e219c3_890f_488f_bd96_bee8e445d764 -:EMMO_07e219c3_890f_488f_bd96_bee8e445d764 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 , - :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Electric current that flows, at a particular value of the applied potential, in the absence of the substance whose electrode behaviour is being investigated, i.e. a \"blank\" solution. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I+1 Θ0 N0 J0" ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/R05311"@en ; - rdfs:comment "I_{r}"@en , - "The residual (or background) current may be subtracted from the total current to calculate the net faradaic current."@en ; - skos:altLabel "BackgroundCurrent"@en ; - skos:prefLabel "ResidualCurrent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_0c9655c6_6b0b_4819_a219_f286ad196fa9 -:EMMO_0c9655c6_6b0b_4819_a219_f286ad196fa9 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_ffb73b1e_5786_43e4_a964_cb32ac7affb7 , - :EMMO_4a450a27_b84a_4c70_a3a9_15ec30e2f30b ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T+3 L-2 M-1 I+2 Θ0 N0 J0" ; - rdfs:comment "Inverse of InternalResistance."@en ; - skos:prefLabel "InternalConductance"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_0d0ca626_acfc_42df_a4d6_bfd124c9dc0e -:EMMO_0d0ca626_acfc_42df_a4d6_bfd124c9dc0e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_057f3082_960a_4c68_8708_cbef88584e9f , - :EMMO_fb0b984f_5704_4716_9aaf_19235b032da3 ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-2 L+2 M0 I0 Θ0 N0 J0" ; - skos:prefLabel "NominalSpecificEnergy"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_129926b6_fc30_441d_b359_29b44c988514 -:EMMO_129926b6_fc30_441d_b359_29b44c988514 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2d896559_eee3_447c_9759_87c854a4266a ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The electrode electric potential range between which the substance is neither oxidized nor reduced."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Electrochemical_window"@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-3 L+2 M+1 I-1 Θ0 N0 J0"@en ; - skos:altLabel "ElectrochemicalStabilityWindow"@en ; - skos:prefLabel "ElectrochemicalWindow"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_1422cde1_929e_46b6_b0dc_1010eebc5dfd -:EMMO_1422cde1_929e_46b6_b0dc_1010eebc5dfd rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2d896559_eee3_447c_9759_87c854a4266a ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The electrochemical potential is the chemical potential of an ion in the presence of an electric potential. - -- Atkins and DePaula, Aktins' Physical Chemistry, 8th ed., p.952"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Electrochemical_potential"@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-2 L+2 M+1 I0 Θ0 N0 J0" ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/E01945" ; - rdfs:comment """In quantum mechanical terms, electrochemical potential is defined as the energy level of the electron orbitals in the species that have a 50 percent probability of occupancy. - -Newman and Thomas-Alyea, Electrochemical Systems, 3rd ed."""@en ; - skos:prefLabel "ElectrochemicalPotential"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_14577b99_a8a9_4358_9bc5_ab8c401dd34b -:EMMO_14577b99_a8a9_4358_9bc5_ab8c401dd34b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2a2f59b7_aa16_40aa_9c8b_0de8a2720456 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Algebraic sum of faradaic currents flowing through an electrode. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I+1 Θ0 N0 J0" ; - rdfs:comment "I"@en ; - skos:prefLabel "NetFaradaicCurrent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_17626b8e_dfce_4d3a_ae6c_5a7215d43a90 -:EMMO_17626b8e_dfce_4d3a_ae6c_5a7215d43a90 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2a2f59b7_aa16_40aa_9c8b_0de8a2720456 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Faradaic current that is controlled by the rate at which electroactive species diffuse toward (or away from) and electrode-solution interface. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Diffusion_current"@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I+1 Θ0 N0 J0" ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/D01722"@en ; - rdfs:comment "Diffusion current is governed by Fick’s Laws of diffusion. It is the principle on which many electroana- lytical methods are based, because the current is proportional to the bulk concentration of the diffusing species. I_{d} = z*F*A*D*\\grad(c)_{x=0}, where z is the electron number of an electrochemical reaction, F the Faraday constant, A the electrode surface area, D the diffusion coefficient of electroactive substance, and (∂c/∂x)x=0 the gradient of the amount concentration at the electrode surface position x = 0."@en , - "I_{d}"@en ; - skos:prefLabel "DiffusionCurrent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_17e305af_52a9_4255_a70f_700ba1088f13 -:EMMO_17e305af_52a9_4255_a70f_700ba1088f13 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2d896559_eee3_447c_9759_87c854a4266a ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Energy that can be absorbed or released due to a change of the particle number of the given species"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Chemical_potential" ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-2 L+2 M+1 I0 Θ0 N0 J0" ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/C01032" ; - skos:prefLabel "ChemicalPotential"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_1cd1d777_e67b_47eb_81f1_edac35d9f2c6 -:EMMO_1cd1d777_e67b_47eb_81f1_edac35d9f2c6 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845 , - :EMMO_2d896559_eee3_447c_9759_87c854a4266a ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Electrode potential (E) minus the equilibrium electrode potential (Eeq) of an electrochemical reaction. - -J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Overpotential"@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-3 L+2 M+1 I-1 Θ0 N0 J0" ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/O04358" ; - rdfs:comment "Deviation of the potential of an electrode from its equilibrium value required to cause a given current to flow through the electrode."@en , - "Overpotential is positive for oxidation reactions and negative for reduction reactions."@en , - "Overpotential is the extra potential, in relation to the equilibrium value, required to cause a given electric current to flow through the electrode."@en ; - skos:altLabel "Overvoltage"@en ; - skos:prefLabel "Overpotential"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_1d7b0888_160c_4e24_9931_6ecec83ff136 -:EMMO_1d7b0888_160c_4e24_9931_6ecec83ff136 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845 , - :EMMO_057f3082_960a_4c68_8708_cbef88584e9f ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-3 L+2 M+1 I-1 Θ0 N0 J0" ; - skos:prefLabel "NominalVoltage"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_1e3dc60d_dd6b_47d6_8161_70004fc5ee30 -:EMMO_1e3dc60d_dd6b_47d6_8161_70004fc5ee30 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 , - :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electric charge per unit mass."@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T+1 L0 M-1 I+1 Θ0 N0 J0" ; - skos:altLabel "SpecificChargeCapacity"@en , - "SpecificElectricChargeCapacity"@en ; - skos:prefLabel "SpecificCapacity"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_214d925c_76c4_4f69_9afc_056a1ea82fc6 -:EMMO_214d925c_76c4_4f69_9afc_056a1ea82fc6 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 , - :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Electric current that accompanies the adsorption of a species. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I+1 Θ0 N0 J0"@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/A00159"@en ; - rdfs:comment "I_{ads}"@en , - "The terms “adsorption current” and “limiting adsorption current” should not be applied to faradaic cur- rents that have been increased or decreased by adding a non-electroactive surfactant to a solution con- taining an electroactive substance, nor to currents resulting from the effect of adsorption or desorption on double-layer currents."@en ; - skos:prefLabel "AdsorptionCurrent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_21745019_2830_4395_bca7_15ddfd266673 -:EMMO_21745019_2830_4395_bca7_15ddfd266673 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An ElectrochemicalQuantity that relates to the kinetics of a reaction."@en ; - skos:prefLabel "ElectrochemicalKineticQuantity"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_22cec04f_c7f3_4ff8_a34b_e512379c9dcb -:EMMO_22cec04f_c7f3_4ff8_a34b_e512379c9dcb rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 , - :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Component of electric current due to transport of ions in the electric field between the electrodes. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I+1 Θ0 N0 J0" ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/M03921"@en ; - rdfs:comment "I_{m}"@en , - "The sign convention regarding current is such that the migration current is positive for the oxida- tion of a cation or the reduction of an anion and is negative for the reduction of a cation or for the oxidation of an anion. Hence, the migration current may either increase or decrease the total current observed. The migration current approaches zero as the transport number of the electroactive sub- stance is decreased by increasing the concentration of supporting electrolyte, and hence the conduc- tivity of the solution."@en ; - skos:prefLabel "MigrationCurrent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_22fa1067_3964_4efd_8973_cc91eeb27451 -:EMMO_22fa1067_3964_4efd_8973_cc91eeb27451 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_affe07e4_e9bc_4852_86c6_69e26182a17f , - :EMMO_b6da9be9_aa1d_4044_b030_4fcfefff5bf3 ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I0 Θ+1 N0 J0" ; - skos:prefLabel "MinOperatingTemperature"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_25c5bd91_bbc4_40dd_8d54_1f817371b21c -:EMMO_25c5bd91_bbc4_40dd_8d54_1f817371b21c rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845 , - :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Electric potential difference between two solutions separated by an ion-selective membrane in the absence of any electric current flowing through the membrane. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-3 L+2 M+1 I-1 Θ0 N0 J0" ; - skos:prefLabel "MembranePotential"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_2678a656_4a27_4706_8dde_b0a93e9b92fa -:EMMO_2678a656_4a27_4706_8dde_b0a93e9b92fa rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_d4f7d378_5e3b_468a_baa1_a7e98358cda7 , - :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T+1 L0 M0 I0 Θ0 N0 J0" ; - skos:prefLabel "RestingTime"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_26c84165_e6e3_47f6_8433_e04e755a4751 -:EMMO_26c84165_e6e3_47f6_8433_e04e755a4751 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Alternating_current"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Electric current having a sinusoidal wave form that changes direction during a cycle. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Alternating_current"@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I+1 Θ0 N0 J0" ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/A00252"@en ; - rdfs:comment "The amplitude of an alternating current is half the peak-to-peak difference of the sinusoidal current."@en ; - skos:altLabel "AC"@en ; - skos:prefLabel "AlternatingCurrent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_29a57599_aa0d_458f_b23e_666a2da55883 -:EMMO_29a57599_aa0d_458f_b23e_666a2da55883 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21745019_2830_4395_bca7_15ddfd266673 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "If the macroscopic (observed, empirical or phenomenological) rate of reaction (v) for any reaction can be expressed by an empirical differential rate equation (or rate law) which contains a factor of the form k [A]α [B]β ... (expressing in full the dependence of the rate of reaction on the concentrations [A], [B] ...) where α, β are constant exponents (independent of concentration and time) and k is independent of [A] and [B] etc. (rate constant, rate coefficient), then the reaction is said to be of order α with respect to A, of order β with respect to B, ... , and of (total or overall) order n=α+β+... The exponents α, β, ... can be positive or negative integral or rational nonintegral numbers."@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I0 Θ0 N0 J0" ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/O04322" ; - skos:altLabel "OrderOfReaction"@en ; - skos:prefLabel "ReactionOrder"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_2a2f59b7_aa16_40aa_9c8b_0de8a2720456 -:EMMO_2a2f59b7_aa16_40aa_9c8b_0de8a2720456 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 , - :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Faradaic_current"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Electric current that results from the electrooxidation or electroreduction of an electroactive substance. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Faradaic_current"@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I+1 Θ0 N0 J0" ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/F02321"@en ; - rdfs:comment "Current that is produced by other processes, for example by diffusion of charged species, is termed ‘non- faradaic current’."@en , - "I_f"@en ; - skos:prefLabel "FaradaicCurrent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_2d896559_eee3_447c_9759_87c854a4266a -:EMMO_2d896559_eee3_447c_9759_87c854a4266a rdf:type owl:Class ; - rdfs:subClassOf :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A thermodynamically derived ElectrochemicalQuantity."@en ; - skos:prefLabel "ElectrochemicalThermodynamicQuantity"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_327eb3e1_f74a_4076_96de_5a2e3f63cb65 -:EMMO_327eb3e1_f74a_4076_96de_5a2e3f63cb65 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 , - :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Component of an electric current that is associated with the presence of an analyate in square-wave voltammetry. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I+1 Θ0 N0 J0" ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/S05897"@en ; - rdfs:comment "I_{SW}"@en , - "The component may be faradaic (if the analyte is electroactive) or non-faradaic (if the analyte is surface-active). The simultaneous occurrence of both effects is quite common."@en ; - skos:prefLabel "SquareWaveCurrent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_374878d4_5682_4bef_a8cd_3b4ff6d87931 -:EMMO_374878d4_5682_4bef_a8cd_3b4ff6d87931 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_057f3082_960a_4c68_8708_cbef88584e9f , - :EMMO_4f1ed4ee_06ba_44a4_8ece_1ee56bf12afe ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-2 L+2 M+1 I0 Θ0 N0 J0" ; - skos:prefLabel "NominalEnergy"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_382b10dc_83aa_4e77_a1d5_1edd06fd1e05 -:EMMO_382b10dc_83aa_4e77_a1d5_1edd06fd1e05 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 , - :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """In dynamic voltammetric techniques, the maximum value of the faradaic current attained by varying the applied potential in the current-potential or I-E curve. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "Typical examples of imposed potential programmes in dynamic voltammetric techniques resulting in peak-shaped responses are linear-scan voltammetry, cyclic voltammetry, ac voltammetry, differential pulse voltammetry, square-wave voltammetry, stripping voltammetry, and derivative techniques."@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I+1 Θ0 N0 J0" ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/P04457"@en ; - rdfs:comment "I_{p}"@en , - "Since the concentration of an electroactive substance at the electrode-solution interface decreases mono- tonically, the faradaic current due to its electrooxidation or electroreduction increases monotonically with time because of the increasing concentration gradient of the electroactive substance, the concentra- tion of which remains constant in the bulk. The maximum current value is passed when the transport rate of electroactive substance to the electrode-solution interface starts to be lower than the rate at which it is removed by reaction at the electrode. The result of these two competing processes leads to the peak- shaped I-E dependence."@en ; - skos:prefLabel "PeakCurrent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_3e54f9e3_a31d_4821_9bfb_ef953a42c35b -:EMMO_3e54f9e3_a31d_4821_9bfb_ef953a42c35b rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 , - :EMMO_b6da9be9_aa1d_4044_b030_4fcfefff5bf3 ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I+1 Θ0 N0 J0" ; - skos:prefLabel "MaxPulseDischargeCurrent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_458c65dc_9331_473f_ba96_0bf244ec5e98 -:EMMO_458c65dc_9331_473f_ba96_0bf244ec5e98 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1e3dc60d_dd6b_47d6_8161_70004fc5ee30 , - :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T+1 L0 M-1 I+1 Θ0 N0 J0" ; - skos:prefLabel "TheoreticalSpecificCapacity"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_47ab1dad_cc09_4fd8_af23_acb36fb680dd -:EMMO_47ab1dad_cc09_4fd8_af23_acb36fb680dd rdf:type owl:Class ; - rdfs:subClassOf :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Area of electrode - solution interface. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L+2 M0 I0 Θ0 N0 J0" ; - rdfs:comment "A"@en , - """The geometric area, A_{geom} , is the interfacial area, determined on the assumption that the interface is truly flat (2-dimensional) and calculated using the geometric data of the involved surfaces. - -The real (true) area, A_{real}, takes into account non-idealities of the interface (roughness, porosity, etc.) and can be measured by a variety of electrochemical methods. The electroactive area is the area calculated from experiments with model electroactive species and may be different from the real surface area in cases where not all of the surface is electrochemically active or accessible."""@en ; - skos:prefLabel "ElectrodeSurfaceArea"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_47b7d606_7030_4674_9828_cf83fb4a2995 -:EMMO_47b7d606_7030_4674_9828_cf83fb4a2995 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21745019_2830_4395_bca7_15ddfd266673 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """For the general chemical reaction: - -aA+bB→pP+qQ+... - -occurring under constant-volume conditions, without an appreciable build-up of reaction intermediates, the rate of reaction ν is defined as: - -ν = −1/a *d[A]/dt = −1/b * d[B]/dt = 1/p * d[P]/dt = 1/q * d[Q]/dt - -where symbols placed inside square brackets denote amount (or amount of substance) concentrations (conventionally expressed in units of mol dm−3). The symbols R and r are also commonly used in place of ν."""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Reaction_rate" ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-1 L0 M0 I0 Θ0 N+1 J0" ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/R05156" ; - skos:altLabel "RateOfReaction"@en ; - skos:prefLabel "ReactionRate"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_4a450a27_b84a_4c70_a3a9_15ec30e2f30b -:EMMO_4a450a27_b84a_4c70_a3a9_15ec30e2f30b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An ElectrochemicalQuantity related to the transport of mass, charge, or energy."@en ; - skos:prefLabel "ElectrochemicalTransportQuantity"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_4aab7f4c_97a9_45ee_830a_8bb6521c80c9 -:EMMO_4aab7f4c_97a9_45ee_830a_8bb6521c80c9 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_f1a51559_aa3d_43a0_9327_918039f0dfed , - :EMMO_057f3082_960a_4c68_8708_cbef88584e9f ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L-3 M0 I0 Θ0 N0 J0" ; - skos:prefLabel "NominalVolume"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_4ca08596_c873_4de1_8784_0cdf3fbcb4dc -:EMMO_4ca08596_c873_4de1_8784_0cdf3fbcb4dc rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4a450a27_b84a_4c70_a3a9_15ec30e2f30b ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Conductivity of an electrolyte solution divided by its molar concentration."@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T+3 L0 M-1 I+2 Θ0 N-1 J0" ; - rdfs:comment "\\Lambda_m = \\kappa / c"@en ; - skos:prefLabel "MolarConductivity"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_4f1ed4ee_06ba_44a4_8ece_1ee56bf12afe -:EMMO_4f1ed4ee_06ba_44a4_8ece_1ee56bf12afe rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_830b59f7_d047_438c_90cd_62845749efcb , - :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Amount of energy stored in a physical object."@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-2 L+2 M+1 I0 Θ0 N0 J0" ; - skos:prefLabel "StoredEnergy"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_534dd59c_904c_45d9_8550_ae9d2eb6bbc9 -:EMMO_534dd59c_904c_45d9_8550_ae9d2eb6bbc9 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845 , - :EMMO_b6da9be9_aa1d_4044_b030_4fcfefff5bf3 ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-3 L+2 M+1 I-1 Θ0 N0 J0" ; - skos:prefLabel "DischargeCutoffVoltage"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_54e8cef6_b4cb_4560_947a_50811fa0f177 -:EMMO_54e8cef6_b4cb_4560_947a_50811fa0f177 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_f1a51559_aa3d_43a0_9327_918039f0dfed ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L-3 M0 I0 Θ0 N0 J0" ; - skos:prefLabel "ElectrolyteVolume"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_569a62a5_3b7e_4099_8a4c_f76e229a0347 -:EMMO_569a62a5_3b7e_4099_8a4c_f76e229a0347 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A flow of electric charge, in which ions are the charge carrier."@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I+1 Θ0 N0 J0" ; - skos:prefLabel "IonicCurrent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_5c0ad135_89ea_44da_8df7_f108f8ee1d75 -:EMMO_5c0ad135_89ea_44da_8df7_f108f8ee1d75 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4a450a27_b84a_4c70_a3a9_15ec30e2f30b ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Quotient of the current carried by an ionic component and the total current. - --- IUPAC, Compendium of Chemical Terminology, 2014. DOI: 10.1351/goldbook.I03352"""@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I0 Θ0 N0 J0" ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/T06489" ; - rdfs:comment "ISO recommends the name current fraction of ions B."@en ; - skos:altLabel "TransferrenceNumber"@en ; - skos:prefLabel "TransportNumber"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_5d24e4e2_df0f_4407_9873_548e6a93ac02 -:EMMO_5d24e4e2_df0f_4407_9873_548e6a93ac02 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_057f3082_960a_4c68_8708_cbef88584e9f , - :EMMO_9bf40017_3f58_4030_ada7_cb37a3dfda2d ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-3 L+2 M+1 I-2 Θ0 N0 J0" ; - skos:prefLabel "NominalInternalResistance"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_5fb7a03f_d6dd_47ee_9317_0629681c7d00 -:EMMO_5fb7a03f_d6dd_47ee_9317_0629681c7d00 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_17626b8e_dfce_4d3a_ae6c_5a7215d43a90 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Diffusion current of the potential-independent value that is approached as the rate of the charge-transfer process is increased by varying the applied potential, being greater than the rate of mass transport controlled by diffusion. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I+1 Θ0 N0 J0" ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/L03534"@en ; - rdfs:comment "I_{d,lim}"@en ; - skos:altLabel "LimitingDiffusionCurrent"@en ; - skos:prefLabel "DiffusionLimitedCurrent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_60741c58_a10d_4aa6_bb68_0066a6ff8e30 -:EMMO_60741c58_a10d_4aa6_bb68_0066a6ff8e30 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1cd1d777_e67b_47eb_81f1_edac35d9f2c6 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_d91940f0_c8b6_4505_9b68_6bf6cfc5c544 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The potential of a working electrode relative to a reference electrode of the same kinds placed in the solution adjacent to the surface of the working electrode (just outside the double layer). - -J. Newman and K. E. Thomas-Alyea, Electrochemical Systems, 3rd Edition, p. 204."""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "A positive surface overpotential produces a positive (anodic) current."@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-3 L+2 M+1 I-1 Θ0 N0 J0" ; - rdfs:comment "The driving force for an electrochemcial charge-transfer reaction."@en , - "\\eta_s = \\phi_{electrode} - \\phi_{solution} - E_{eq}"@en ; - skos:prefLabel "SurfaceOverpotential"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_64e6ed6a_8d17_40ba_937f_f385a54a86c3 -:EMMO_64e6ed6a_8d17_40ba_937f_f385a54a86c3 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_cde4368c_1d4d_4c94_8548_604749523c6d , - :EMMO_4a450a27_b84a_4c70_a3a9_15ec30e2f30b ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T+3 L-3 M-1 I+2 Θ0 N0 J0" ; - rdfs:comment "Measure of a material's ability to conduct an electric current by ions."@en ; - skos:prefLabel "IonicConductivity"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_683e4991_38f3_42e1_84de_5ee25942d2e8 -:EMMO_683e4991_38f3_42e1_84de_5ee25942d2e8 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_7c8007b0_58a7_4486_bf1c_4772852caca0 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Current density in which the charge carriers are ions." ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L-2 M0 I+1 Θ0 N0 J0" ; - skos:prefLabel "IonicCurrentDensity"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_68dc1bf8_9813_43c8_b428_6bd614c3161d -:EMMO_68dc1bf8_9813_43c8_b428_6bd614c3161d rdf:type owl:Class ; - rdfs:subClassOf :EMMO_17e305af_52a9_4255_a70f_700ba1088f13 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "ChemicalPotential per mole."@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-2 L+2 M+1 I0 Θ0 N-1 J0" ; - rdfs:label "MolarChemicalPotential"@en ; - skos:altLabel "PartialMolarFreeEnergy"@en , - "PartialMolarGibbsFreeEnergy"@en ; - skos:prefLabel "MolarChemicalPotential"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_6a28741c_ef47_4a11_ba3d_166aef581e86 -:EMMO_6a28741c_ef47_4a11_ba3d_166aef581e86 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_cde4368c_1d4d_4c94_8548_604749523c6d , - :EMMO_4a450a27_b84a_4c70_a3a9_15ec30e2f30b ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T+3 L-3 M-1 I+2 Θ0 N0 J0" ; - rdfs:comment "Measure of a material's ability to conduct an electric current by electrons."@en ; - skos:prefLabel "ElectronicConductivity"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_6d4f29e8_c0da_4c6e_93fc_ef422c0f9932 -:EMMO_6d4f29e8_c0da_4c6e_93fc_ef422c0f9932 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 , - :EMMO_b6da9be9_aa1d_4044_b030_4fcfefff5bf3 ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I+1 Θ0 N0 J0" ; - skos:prefLabel "ChargeCutoffCurrent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_6dcd5baf_58cd_43f5_a692_51508e036c88 -:EMMO_6dcd5baf_58cd_43f5_a692_51508e036c88 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845 , - :EMMO_b6da9be9_aa1d_4044_b030_4fcfefff5bf3 ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-3 L+2 M+1 I-1 Θ0 N0 J0" ; - skos:prefLabel "ChargeCutoffVoltage"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_740d5817_3fa7_464a_90c3_55552e51a3df -:EMMO_740d5817_3fa7_464a_90c3_55552e51a3df rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2d896559_eee3_447c_9759_87c854a4266a ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A quantity that provides a measurement of the relative quantities of products and reactants present in a reaction mixture for a reaction with well-defined overall stoichiometry, at a particular point in time."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Reaction_quotient" ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I0 Θ0 N0 J0" ; - rdfs:comment "Q = \\sum_B{a_B^{{\\nu}_B}}" ; - skos:prefLabel "ReactionQuotient"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_74293727_07f7_4b7b_9e23_bea328144ad7 -:EMMO_74293727_07f7_4b7b_9e23_bea328144ad7 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_affe07e4_e9bc_4852_86c6_69e26182a17f , - :EMMO_b6da9be9_aa1d_4044_b030_4fcfefff5bf3 ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I0 Θ+1 N0 J0" ; - skos:prefLabel "MaxOperatingTemperature"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_791c1915_a791_4450_acd8_7f94764743b5 -:EMMO_791c1915_a791_4450_acd8_7f94764743b5 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1604f495_328a_4f28_9962_f4cc210739dd , - :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Amount of electric charge that can be stored."@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T+1 L0 M0 I+1 Θ0 N0 J0" ; - skos:altLabel "ChargeCapacity"@en , - "ElectricChargeCapacity"@en ; - skos:prefLabel "Capacity"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_7fc10197_41d9_4c1e_a107_928f03eb2d36 -:EMMO_7fc10197_41d9_4c1e_a107_928f03eb2d36 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_d91940f0_c8b6_4505_9b68_6bf6cfc5c544 ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Standard_electrode_potential" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Equilibrium electrode potential of an electrode under standard conditions. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-3 L+2 M+1 I-1 Θ0 N0 J0" ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/S05912"@en ; - rdfs:comment """E° is related to the standard Gibbs Energy of the electrode reaction, Δr -G° or ΔrG , written as a reduction with respect to that of the standard hydrogen electrode (SHE) E° = −ΔrG°/zF."""@en , - "The standard electrode potential of an electrochemical reaction is the standard potential of a hypothetical cell in which the electrode (half cell) at the left of the cell diagram is the standard hydrogen electrode (SHE) and the electrode at the right is the electrode in ques- tion. See also line representation of electrochemical cells."@en ; - skos:altLabel "StandardPotential"@en ; - skos:prefLabel "StandardElectrodePotential"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_7fe804b8_6126_4132_be8f_b4985d61b1f6 -:EMMO_7fe804b8_6126_4132_be8f_b4985d61b1f6 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1422cde1_929e_46b6_b0dc_1010eebc5dfd ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "ElectrochemicalPotential per mole."@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-2 L+2 M+1 I0 Θ0 N-1 J0" ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/E01945" ; - rdfs:comment "Of a substance in a specified phase, the partial molar Gibbs energy of the substance at the specified electric potential."@en ; - rdfs:label "MolarElectrochemicalPotential"@en ; - skos:prefLabel "MolarElectrochemicalPotential"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_885b462e_f6bc_412d_8b94_9425e13af0c7 -:EMMO_885b462e_f6bc_412d_8b94_9425e13af0c7 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Direct_current"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """ElectricCurrent that flows in a constant direction, i.e. a current with a constant sign. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Direct_current"@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I+1 Θ0 N0 J0" ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/D01767"@en ; - rdfs:comment "I_{DC}"@en , - "The term ‘direct current’ should be used where there is ambiguity concerning the constancy of direction of current. See alternating current."@en ; - skos:altLabel "DC"@en ; - skos:prefLabel "DirectCurrent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_8f4b90ef_fea4_47c9_99f5_a9b3290a505d -:EMMO_8f4b90ef_fea4_47c9_99f5_a9b3290a505d rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845 , - :EMMO_2d896559_eee3_447c_9759_87c854a4266a ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electric potential at which a material undergoes an oxidation or reduction decomposition."@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-3 L+2 M+1 I-1 Θ0 N0 J0" ; - skos:prefLabel "ElectrochemicalStabilityLimit"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_90b614bd_e09f_425d_b454_8f3cc4ab25df -:EMMO_90b614bd_e09f_425d_b454_8f3cc4ab25df rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_686308bd_8ed6_49d0_a204_6487dbe56511 , - :EMMO_057f3082_960a_4c68_8708_cbef88584e9f ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-2 L-1 M+1 I0 Θ0 N0 J0" ; - skos:prefLabel "NominalEnergyDensity"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_932a4121_9970_4cf0_a241_5cfdff79e54a -:EMMO_932a4121_9970_4cf0_a241_5cfdff79e54a rdf:type owl:Class ; - rdfs:subClassOf :EMMO_057f3082_960a_4c68_8708_cbef88584e9f , - :EMMO_791c1915_a791_4450_acd8_7f94764743b5 ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T+1 L0 M0 I+1 Θ0 N0 J0" ; - skos:prefLabel "NominalCapacity"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_98b6e9d7_d5df_46a5_87dd_79642b8b2e4b -:EMMO_98b6e9d7_d5df_46a5_87dd_79642b8b2e4b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2a2f59b7_aa16_40aa_9c8b_0de8a2720456 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Faradaic current of an electroactive substance B formed by a prior chemical reaction from another substance Y that is no electroactive at the potential at which B is electrochemically transformed. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I+1 Θ0 N0 J0" ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/K03399"@en ; - rdfs:comment "The kinetic current is partially or entirely controlled by the rate of the chemical reaction. This reaction may be heterogeneous, occurring at an electrode-solution interface (surface reaction), or it may be homo- geneous, occurring at some distance from the interface (bulk reaction)."@en ; - skos:prefLabel "KineticCurrent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_9bf40017_3f58_4030_ada7_cb37a3dfda2d -:EMMO_9bf40017_3f58_4030_ada7_cb37a3dfda2d rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_e88f75d6_9a17_4cfc_bdf7_43d7cea5a9a1 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Impetance associated with a power source."@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-3 L+2 M+1 I-2 Θ0 N0 J0" ; - rdfs:comment "According to to Thévenin's theorem can any linear electric curcuit be replaced with a voltage source in series with an impedance. This impedance is for historical reasons termed \"internal resistance\"."@en , - "For batteries, it the internal resistance the resistance of the cell."@en ; - skos:prefLabel "InternalResistance"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_9c657fdc_b9d3_4964_907c_f9a6e8c5f52b -:EMMO_9c657fdc_b9d3_4964_907c_f9a6e8c5f52b rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845 , - :EMMO_2d896559_eee3_447c_9759_87c854a4266a ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Electrode potential of working electrode relative to the reference electrode when no potential or electric current is being applied to the electrochemical cell. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-3 L+2 M+1 I-1 Θ0 N0 J0" ; - rdfs:comment "In the case of a reversible electrode system, the OCP is also referred to as the equilibrium electrode potential. Otherwise, it is called the rest potential, or the corrosion potential, depending on the system being studied."@en ; - skos:altLabel "OpenCircuitVoltage"@en ; - skos:prefLabel "OpenCircuitPotential"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_9ed7210c_c4fa_467b_822d_ba12f885bdf4 -:EMMO_9ed7210c_c4fa_467b_822d_ba12f885bdf4 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1cd1d777_e67b_47eb_81f1_edac35d9f2c6 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The concentration overpotential of an electrode reaction at a given electrode current density (c.d.) is basically the difference in equilibrium potentials across the diffusion layer. More precisely, it is the potential of a reference electrode (of the same electrode reaction as the working electrode ) with the interfacial concentrations which establish themselves at c.d., relative to the potential of a similar reference electrode with the concentrations of the bulk solution. From such a measured potential difference, with c.d. flowing, one needs to subtract the ohmic potential drop prevailing between the two electrodes. - -IUPAC. Compendium of Chemical Terminology, 2nd ed. (the \"Gold Book\"). Compiled by A. D. McNaught and A. Wilkinson. Blackwell Scientific Publications, Oxford (1997). Online version (2019-) created by S. J. Chalk. ISBN 0-9678550-9-8. https://doi.org/10.1351/goldbook."""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Overpotential#Concentration_overpotential"@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-3 L+2 M+1 I-1 Θ0 N0 J0" ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/C01230" ; - skos:prefLabel "ConcentrationOverpotential"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_9fedc1d7_133a_49b0_bff3_9996225b25a0 -:EMMO_9fedc1d7_133a_49b0_bff3_9996225b25a0 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_d4f7d378_5e3b_468a_baa1_a7e98358cda7 , - :EMMO_057f3082_960a_4c68_8708_cbef88584e9f ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T+1 L0 M0 I0 Θ0 N0 J0" ; - skos:prefLabel "NominalShelfLife"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_a17ee4e0_c81a_4a64_9ecb_9c6fa022cf4d -:EMMO_a17ee4e0_c81a_4a64_9ecb_9c6fa022cf4d rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4a450a27_b84a_4c70_a3a9_15ec30e2f30b ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Molar conductivity at infinite dilution"@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T+3 L0 M-1 I+2 Θ0 N-1 J0" ; - skos:prefLabel "LimitingMolarConductivity"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_a24f8581_a5a4_41a4_bb45_d0fdd5c0d810 -:EMMO_a24f8581_a5a4_41a4_bb45_d0fdd5c0d810 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Value of an electric current at an instant in time, t. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I+1 Θ0 N0 J0" ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/I03062"@en ; - rdfs:comment "I_{t}"@en , - "The instantaneous current is usually time-dependent and may have the character of an adsorption current, catalytic current, diffusion current, double-layer current, or kinetic current, and may include a migration current. A plot of the dependence of instantaneous current on time is commonly called an “I-t curve”."@en ; - skos:prefLabel "InstantaneousCurrent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_a4dfa5c1_55a9_4285_b71d_90cf6613ca31 -:EMMO_a4dfa5c1_55a9_4285_b71d_90cf6613ca31 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21745019_2830_4395_bca7_15ddfd266673 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The fraction of the electrostatic potential energy affecting the reduction rate in an electrode reaction, with the remaining fraction affecting the corresponding oxidation rate. - -R. Guidelli et al., “Defining the transfer coefficient in electrochemistry: An assessment (IUPAC Technical Report),” Pure Appl. Chem., vol. 86, no. 2, pp. 245–258, 2014. https://doi.org/10.1515/pac-2014-5026"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Charge_transfer_coefficient" ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I0 Θ0 N0 J0" ; - rdfs:comment """The cathodic transfer coefficient αc is defined as –(RT/nF)(dlnkc /dE), where kc -is the electroreduction rate constant, E is the applied potential, and R, T, and -F have their usual significance. This definition is equivalent to the other, -(RT/nF)(dln|jc |/dE), where jc is the cathodic current density corrected for any changes in the reactant concentration at the electrode surface with respect to its bulk value. - -R. Guidelli et al., “Defining the transfer coefficient in electrochemistry: An assessment (IUPAC Technical Report),” Pure Appl. Chem., vol. 86, no. 2, pp. 245–258, 2014. https://doi.org/10.1515/pac-2014-5026"""@en ; - skos:prefLabel "ChargeTransferCoefficient"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_a56fc557_9dea_42e6_b936_e9d62dcaf84f -:EMMO_a56fc557_9dea_42e6_b936_e9d62dcaf84f rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 , - :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Non-faradaic current associated with the charging of the electrical double layer at the electrode-solution interface. - -----J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I+1 Θ0 N0 J0" ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/D01847"@en ; - skos:prefLabel "DoubleLayerCurrent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_a82e16c3_b766_482f_be94_b8e9af37f6fc -:EMMO_a82e16c3_b766_482f_be94_b8e9af37f6fc rdf:type owl:Class ; - rdfs:subClassOf :EMMO_47ab1dad_cc09_4fd8_af23_acb36fb680dd ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Surface area of an electrode that takes into account non-idealities of the interface (roughness, porosity, etc.) and can be measured by a variety of electrochemical methods. The electroactive area is the area calculated from experiments with model electroactive species and may be different from the real surface area in cases where not all of the surface is electrochemically active or accessible. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L+2 M0 I0 Θ0 N0 J0"@en ; - rdfs:comment "A_{real}" ; - skos:prefLabel "ElectrodeRealSurfaceArea"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_abfadc99_6e43_4d37_9b04_7fc5b0f327ae -:EMMO_abfadc99_6e43_4d37_9b04_7fc5b0f327ae rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21745019_2830_4395_bca7_15ddfd266673 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Number of electrons transferred in a charge transfer reaction between an electrode and a single entity (ion, radical-ion, or molecule) of an electroactive substance, whose identity must be specified. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I0 Θ0 N0 J0" ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/C00995" ; - rdfs:comment "Symbol n is commonly used when there is no risk of confusion with an amount of substance."@en , - "The apparent number of electrons transferred, z_{app} , represents the experimentally measured number of electrons transferred between an electrode and one electroactive substance species, whose identity must be specified. When the electrooxidation or electroreduction of a substance B is accompanied by chemical processes, such as the catalyzed or induced reduction of a second substance, or a side reaction that consumes B or an intermediate, the value of z_{app} will differ from that of z."@en ; - skos:altLabel "ElectronNumberOfAnElectrochemicalReaction"@en , - "NumberOfElectronsTransferred"@en ; - skos:prefLabel "ChargeNumber"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 -:EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_daf05011_df3f_44a0_bb31_f8d565d7a854 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Physical quantities defined within the domain of electrochemistry."@en ; - skos:prefLabel "ElectrochemicalQuantity"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_b21de1ef_6c15_4d63_b320_c9b96fbf186f -:EMMO_b21de1ef_6c15_4d63_b320_c9b96fbf186f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_d91940f0_c8b6_4505_9b68_6bf6cfc5c544 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Equilibrium electrode potential under conditions of unit concentration of species involved in the electrode reaction. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-3 L+2 M+1 I-1 Θ0 N0 J0" ; - rdfs:comment "E^{\\circ '}"@en , - "E_{eq} = E^{\\circ '} - (R*T / (z*F)) * \\sum_i{\\nu_i * ln(c_i/c^{circ})}"@en , - "It is E°′ which is calculated in electrochemical experiments when the concentrations of the various species are known, but their activities are not. Its value depends on the composi- tion of the electrolyte solution. The argument of ln is dimensionless, while the concentration ci is normalized through division by the standard concentration, usually c° = 1 mol dm^{−3} for soluble species."@en ; - skos:altLabel "FormalPotential"@en ; - skos:prefLabel "FormalElectrodePotential"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_b6da9be9_aa1d_4044_b030_4fcfefff5bf3 -:EMMO_b6da9be9_aa1d_4044_b030_4fcfefff5bf3 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_d8aa8e1f_b650_416d_88a0_5118de945456 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A ConventionalQuantitativeProperty that is unique to the field of electrochemistry"@en ; - skos:prefLabel "ConventionalElectrochemicalProperty"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_b7781ebc_90a7_4f19_997f_aed28dee1b01 -:EMMO_b7781ebc_90a7_4f19_997f_aed28dee1b01 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_791c1915_a791_4450_acd8_7f94764743b5 , - :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T+1 L0 M0 I+1 Θ0 N0 J0" ; - skos:altLabel "TheoreticalChargeCapacity"@en ; - skos:prefLabel "TheoreticalCapacity"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_ba7ac581_0e13_4815_b888_013c378932f5 -:EMMO_ba7ac581_0e13_4815_b888_013c378932f5 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 , - :EMMO_b6da9be9_aa1d_4044_b030_4fcfefff5bf3 ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I+1 Θ0 N0 J0" ; - skos:prefLabel "MaxContinuousDischargeCurrent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_bad1b6f4_1b26_40e2_b552_6d53873e3973 -:EMMO_bad1b6f4_1b26_40e2_b552_6d53873e3973 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_47ab1dad_cc09_4fd8_af23_acb36fb680dd ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The area of the electrode material that is accessible to the electrolyte that is used for charge transfer and/or storage."@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L+2 M0 I0 Θ0 N0 J0" ; - skos:altLabel "EASA"@en , - "ECSA"@en ; - skos:prefLabel "ElectrochemicallyActiveSurfaceArea"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_bbcafb37_ceec_436b_bb45_080a2bc656aa -:EMMO_bbcafb37_ceec_436b_bb45_080a2bc656aa rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_e150fa8d_06dc_4bb8_bf95_04e2aea529c1 , - :EMMO_4a450a27_b84a_4c70_a3a9_15ec30e2f30b ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Inverse of ElectronicConductivity"@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-3 L+3 M+1 I-2 Θ0 N0 J0" ; - skos:prefLabel "ElectronicResistivity"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_bfc8c075_246e_4633_ba8e_906a9f5f2e3a -:EMMO_bfc8c075_246e_4633_ba8e_906a9f5f2e3a rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_7c8007b0_58a7_4486_bf1c_4772852caca0 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Current density in which the charge carriers are electrons." ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L-2 M0 I+1 Θ0 N0 J0" ; - skos:prefLabel "ElectronicCurrentDensity"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_c39b2498_783e_48e1_9814_6164bd99823c -:EMMO_c39b2498_783e_48e1_9814_6164bd99823c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Range of electrode potentials of a given working electrode in a given electrolyte, where the electric current from reactions of the electrode or electrolyte is negligible compared with the current from reactions of the system under investigation. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-3 L+2 M+1 I-1 Θ0 N0 J0" ; - rdfs:comment "Because the working potential range is a function of a specific electrode/electrolyte system, only approximate ranges can be given for generic systems."@en , - "The working potential range is usually limited by the stability of the electrolyte, itself affected by the catalytic properties of the electrode, or by the stability of the electrode."@en ; - skos:prefLabel "WorkingPotentialRange"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_c41a9a98_cc1a_42ef_8d84_04e01ec582f4 -:EMMO_c41a9a98_cc1a_42ef_8d84_04e01ec582f4 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_04cf0295_3e8f_4693_a87f_3130d125cf05 , - :EMMO_057f3082_960a_4c68_8708_cbef88584e9f ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-2 L+1 M+1 I0 Θ0 N0 J0" ; - skos:prefLabel "NominalWeight"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_c55bcb85_b7b8_4e67_8a78_9a42fe25b6cf -:EMMO_c55bcb85_b7b8_4e67_8a78_9a42fe25b6cf rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2a2f59b7_aa16_40aa_9c8b_0de8a2720456 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Faradaic current measured in a solution containing two electroactive substances, A and B, that exceeds the sum of the faradaic currents that would be obtained for A and B separately under the same experimental conditions. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I+1 Θ0 N0 J0"@en ; - rdfs:comment "I_{cat}"@en , - """In either of the two following situations, the current increase is termed a catalytic current: - -(i) The scheme below generates a catalytic or regenerative current: - -B±e→ B′ -B' + A → B - -(ii) The presence at the electrode-solution interface of a substance, which may be added or generated by an electrochemical reaction, decreases the overpotential for the electrochemical reaction of B. - -In either case, the magnitude of the catalytic current depends on the applied potential. If the current observed with a mixture of A and B is lower than the sum of the separate currents, the term non-additive current should be used."""@en ; - skos:prefLabel "CatalyticCurrent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_c90a4ca0_493f_4880_a838_3a2c4b808a03 -:EMMO_c90a4ca0_493f_4880_a838_3a2c4b808a03 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_e150fa8d_06dc_4bb8_bf95_04e2aea529c1 , - :EMMO_4a450a27_b84a_4c70_a3a9_15ec30e2f30b ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Inverse of IonicConductivity"@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-3 L+3 M+1 I-2 Θ0 N0 J0" ; - skos:prefLabel "IonicResistivity"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_c955c089_6ee1_41a2_95fc_d534c5cfd3d5 -:EMMO_c955c089_6ee1_41a2_95fc_d534c5cfd3d5 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_afea89af_ef16_4bdb_99d5_f3b2f4c85a6c , - :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Weight of active material in an electrode per unit electrode area."@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L-2 M+1 I0 Θ0 N0 J0"@en ; - skos:altLabel "ActiveElectrochemicalMaterialLoading"@en ; - skos:prefLabel "ActiveMaterialLoading"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_cbc0116d_7cc5_4d09_aed7_963c1262a07a -:EMMO_cbc0116d_7cc5_4d09_aed7_963c1262a07a rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2d896559_eee3_447c_9759_87c854a4266a ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The number of molecules and/or formula units that participate in the reaction as written"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Stoichiometry#Stoichiometric_coefficient_and_stoichimetric_number"@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I0 Θ0 N0 J0" ; - skos:prefLabel "StoichiometricCoefficient"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_ccde24bb_790a_40ca_a06e_cea156a61031 -:EMMO_ccde24bb_790a_40ca_a06e_cea156a61031 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 , - :EMMO_21745019_2830_4395_bca7_15ddfd266673 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The common value (i0) of the anodic and cathodic partial currents when the reaction is at equilibrium."@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I+1 Θ0 N0 J0" ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/E02238" ; - rdfs:comment "For an electrode at equilibrium at which only one reaction is significant i = 0. When more than one reaction is significant at a given electrode, subscripts to i0 may be used to distinguish exchange currents. i is not usually zero when only one of these reactions is at equilibrium."@en , - "i0 = ia = - ic"@en ; - skos:prefLabel "ExchangeCurrent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_d5ac8868_d318_4065_aa23_72140ae888ae -:EMMO_d5ac8868_d318_4065_aa23_72140ae888ae rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2a2f59b7_aa16_40aa_9c8b_0de8a2720456 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Faradaic current that is approached as the rate of the charge-transfer process is increased by varying the applied potential, being greater than the rate of mass transport controlled by diffusion. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I+1 Θ0 N0 J0" ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/L03532"@en ; - rdfs:comment "A limiting current is reached when the overpotential is sufficiently large that the faradaic current is deter- mined solely by the ability to supply electroactive species by mass transport. A limiting current is there- fore independent of applied potential over a corresponding finite potential range. A limiting current may have the character of an adsorption, catalytic, diffusion, or kinetic current, and may include a migration current."@en ; - skos:prefLabel "LimitingCurrent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_d5dc0c1d_0926_4268_89f0_4519a326eabc -:EMMO_d5dc0c1d_0926_4268_89f0_4519a326eabc rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_d4f7d378_5e3b_468a_baa1_a7e98358cda7 , - :EMMO_b6da9be9_aa1d_4044_b030_4fcfefff5bf3 ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T+1 L0 M0 I0 Θ0 N0 J0" ; - skos:prefLabel "MaxPulseDischargeTime"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_d62ff300_26ac_4b00_bfcd_04a68aff5dc3 -:EMMO_d62ff300_26ac_4b00_bfcd_04a68aff5dc3 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2d896559_eee3_447c_9759_87c854a4266a ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Change in the Gibbs free energy between the products and reactants in a reaction."@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-2 L+2 M+1 I0 Θ0 N0 J0" ; - skos:prefLabel "GibbsFreeEnergyOfReaction"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_d91940f0_c8b6_4505_9b68_6bf6cfc5c544 -:EMMO_d91940f0_c8b6_4505_9b68_6bf6cfc5c544 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_9c657fdc_b9d3_4964_907c_f9a6e8c5f52b ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Potential of an electrode when no electric current flows through the cell and all local charge transfer equilibria across phase boundaries that are represented in the cell diagram (except at possible electrolyte-electrolyte junctions) and local chemical equilibria are established. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Reversal_potential"@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-3 L+2 M+1 I-1 Θ0 N0 J0" ; - rdfs:comment "Eeq is related to the standard electrode potential by the Nernst equation."@en , - "Temperature and activities of relevant species must be specified."@en ; - skos:altLabel "EquilibriumPotential"@en , - "NernstPotential"@en , - "ReversiblePotential"@en ; - skos:prefLabel "EquilibriumElectrodePotential"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_dbd808a7_8a8f_43be_9870_02cc35bd1646 -:EMMO_dbd808a7_8a8f_43be_9870_02cc35bd1646 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21745019_2830_4395_bca7_15ddfd266673 ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/O04322" ; - skos:prefLabel "ReactionRateConstant"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_e73063fe_30a4_4ed5_b9f6_11979f807a42 -:EMMO_e73063fe_30a4_4ed5_b9f6_11979f807a42 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A flow of electric charge, in which electrons are the charge carrier."@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I+1 Θ0 N0 J0" ; - skos:prefLabel "ElectronicCurrent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_e8e41092_cc75_4952_bc54_af1a72d19fcd -:EMMO_e8e41092_cc75_4952_bc54_af1a72d19fcd rdf:type owl:Class ; - rdfs:subClassOf :EMMO_791c1915_a791_4450_acd8_7f94764743b5 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A capacity measured under a given set of experimental conditions."@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T+1 L0 M0 I+1 Θ0 N0 J0" ; - skos:altLabel "ExperimentalElectricChargeCapacity"@en ; - skos:prefLabel "ExperimentalCapacity"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_e9136287_78a1_44df_aeb1_56e2dae88f44 -:EMMO_e9136287_78a1_44df_aeb1_56e2dae88f44 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2d896559_eee3_447c_9759_87c854a4266a ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Product of the stoichiometric coefficient and +1 for a product and -1 for a reactant."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Stoichiometry#Stoichiometric_coefficient_and_stoichimetric_number"@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I0 Θ0 N0 J0"@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/S06025"@en ; - skos:prefLabel "StoichiometricNumber"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_e9fd9ef9_adfe_46cb_b2f9_4558468a25e7 -:EMMO_e9fd9ef9_adfe_46cb_b2f9_4558468a25e7 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21745019_2830_4395_bca7_15ddfd266673 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Defined by j0 = i0/A, where i0 is the exchange current of the electrode reaction and A is usually taken as the geometric area of the electrode."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Exchange_current_density" ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L-2 M0 I+1 Θ0 N0 J0" ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/M03777" ; - skos:altLabel "MeanExchangeCurrentDensity"@en ; - skos:prefLabel "ExchangeCurrentDensity"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_ec40e6af_ab61_4086_973f_ccfda762627e -:EMMO_ec40e6af_ab61_4086_973f_ccfda762627e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_057f3082_960a_4c68_8708_cbef88584e9f ; - skos:prefLabel "NominalParticleDiameter"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_f509645f_eb27_470e_9112_7ab828ed40d3 -:EMMO_f509645f_eb27_470e_9112_7ab828ed40d3 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845 , - :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Electric potential at an electrode, reported as the difference in potential relative to a reference electrode. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Electrode_potential" ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-3 L+2 M+1 I-1 Θ0 N0 J0" ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/E01956" ; - rdfs:comment "E, U"@en , - "The absolute value of the electrode potential cannot be measured, so E is always reported relative to the potential of a reference electrode, e.g. that of a standard hydrogen electrode (SHE)."@en ; - skos:prefLabel "ElectrodePotential"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_fa01b7ce_c398_45f7_be8b_31a6f6533767 -:EMMO_fa01b7ce_c398_45f7_be8b_31a6f6533767 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Difference of electric potentials measured between identical metallic leads to two electrodes of an electrochemical cell. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-3 L+2 M+1 I-1 Θ0 N0 J0" ; - rdfs:comment "Single electrode potentials relative to hypothetical standards, such as vacuum zero, are not experimentally accessible."@en , - "The applied potential is divided into a) two electrode potentials, each of which is the dif- ference of potential existing between the bulk of the solution and the interior of the con- ducting material of the electrode, b) an IR or ohmic potential drop through the solution of resistance R at electric current I, and c) another ohmic potential drop through each elec- trode and its metallic leads."@en ; - skos:altLabel "Voltage"@en ; - skos:prefLabel "AppliedPotential"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_fa7790d6_07bb_4b0f_9965_55966828f5f3 -:EMMO_fa7790d6_07bb_4b0f_9965_55966828f5f3 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_47ab1dad_cc09_4fd8_af23_acb36fb680dd ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The interfacial area, determined on the assumption that the interface is truly flat (2-dimensional) and calculated using the geometric data of the involved surfaces. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L+2 M0 I0 Θ0 N0 J0" ; - rdfs:comment "A_{geom}"@en ; - skos:prefLabel "ElectrodeGeometricSurfaceArea"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_fb0b984f_5704_4716_9aaf_19235b032da3 -:EMMO_fb0b984f_5704_4716_9aaf_19235b032da3 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-2 L+2 M0 I0 Θ0 N0 J0" ; - skos:prefLabel "SpecificEnergy"@en . - - -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/ontology/electrochemistry/0.1.0/electrochemistry/catalog-v001.xml b/ontology/electrochemistry/0.1.0/electrochemistry/catalog-v001.xml deleted file mode 100644 index 462d921..0000000 --- a/ontology/electrochemistry/0.1.0/electrochemistry/catalog-v001.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/ontology/electrochemistry/0.1.0/electrochemistry/electrochemistry.ttl b/ontology/electrochemistry/0.1.0/electrochemistry/electrochemistry.ttl deleted file mode 100644 index d903eea..0000000 --- a/ontology/electrochemistry/0.1.0/electrochemistry/electrochemistry.ttl +++ /dev/null @@ -1,1959 +0,0 @@ -@prefix : . -@prefix owl: . -@prefix rdf: . -@prefix xml: . -@prefix xsd: . -@prefix emmo: . -@prefix rdfs: . -@prefix skos: . -@prefix dcterms: . -@prefix annotations: . -@base . - - rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; - dcterms:abstract """Everything needed to describe fundamental concepts in electrochemistry common to all electrochemical systems. - -Released under the Creative Commons license Attribution 4.0 International (CC BY 4.0)."""@en ; - dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - owl:versionInfo "0.1.0" . - -################################################################# -# Annotation properties -################################################################# - -### http://emmo.info/emmo#EMMO_de178b12_5d35_4bca_8efa_a4193162571d -emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d rdf:type owl:AnnotationProperty . - - -### http://purl.org/dc/terms/abstract -dcterms:abstract rdf:type owl:AnnotationProperty . - - -### http://purl.org/dc/terms/license -dcterms:license rdf:type owl:AnnotationProperty . - - -### http://www.w3.org/2004/02/skos/core#prefLabel -skos:prefLabel rdf:type owl:AnnotationProperty . - - -################################################################# -# Classes -################################################################# - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_01260656_ac32_472e_9513_a607366538ec -:EMMO_01260656_ac32_472e_9513_a607366538ec rdf:type owl:Class ; - rdfs:subClassOf :EMMO_19abaccd_43be_4048_965c_e4fb63c5951b ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f """Formation of compounds that reduces the conductivity at the surface of an electrode. - ---IEC60050"""@en , - "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-16"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Passivation_(chemistry)"@en ; - skos:prefLabel "ElectrodePassivation"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_029f0b45-70a7-481f-8154-bf982a77e08c -:EMMO_029f0b45-70a7-481f-8154-bf982a77e08c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An electrode consisting of a single ElectrochemicalSubComponent"@en ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "Metal foil."@en ; - skos:prefLabel "SimpleElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_0508a114_544a_4f54_a7de_9b947fb4b618 -:EMMO_0508a114_544a_4f54_a7de_9b947fb4b618 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_fb0d9eef_92af_4628_8814_e065ca255d59 ; - emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 """A solid electrolyte is a solid material where the predominant charge carriers are ions. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "NASICON (Na Super Ionic Conductor), which has the general formula Na1+xZr2P3-xSix O12 , 0 < x < 3."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Fast_ion_conductor"@en ; - skos:altLabel "FastIonConductor"@en , - "SolidStateElectrolyte"@en ; - skos:prefLabel "SolidElectrolyte"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_0acd0fc2_1048_4604_8e90_bf4e84bd87df -:EMMO_0acd0fc2_1048_4604_8e90_bf4e84bd87df rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_494b372c_cfdf_47d3_a4de_5e037c540de8 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_4e4d7f4b-680b-469e-bdd4-728dd3e465bf - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A device whose primary function is facilitating the conversion between chemical and electrical energy."@en ; - skos:prefLabel "ElectrochemicalDevice"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_0d9ba00d_04bc_4bdc_85af_3380694f6f68 -:EMMO_0d9ba00d_04bc_4bdc_85af_3380694f6f68 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7729c34e_1ae9_403d_b933_1765885e7f29 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A practical hydrogen electrode whose potential depends on the pH of the solution"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Reversible_hydrogen_electrode"@en ; - skos:prefLabel "ReversibleHydrogenElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_0f007072-a8dd-4798-b865-1bf9363be627 -:EMMO_0f007072-a8dd-4798-b865-1bf9363be627 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3597a1e0_09ef_48ad_b913_b3e71ea21c94 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom :EMMO_47ab1dad_cc09_4fd8_af23_acb36fb680dd - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom :EMMO_791c1915_a791_4450_acd8_7f94764743b5 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom :EMMO_c955c089_6ee1_41a2_95fc_d534c5cfd3d5 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom :EMMO_d91940f0_c8b6_4505_9b68_6bf6cfc5c544 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom emmo:EMMO_ed4af7ae_63a2_497e_bb88_2309619ea405 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_79d1b273-58cd-4be6-a250-434817f7c261 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_4d6504f1_c470_4ce9_b941_bbbebc9ab05d ; - owl:someValuesFrom :EMMO_fb0d9eef_92af_4628_8814_e065ca255d59 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_50044b99_b858_433b_a32d_23d1e1cf88b2 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty [ owl:inverseOf emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a - ] ; - owl:someValuesFrom :EMMO_a6a69e90_06b5_45b1_83cf_7c0bf39b2914 - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-03"@en ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Electrode"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Electronically conductive part in electric contact with a medium of lower electronic conductivity and intended to perform one or more of the functions of emitting charge carriers to or receiving charge carriers from that medium or to establish an electric field in that medium. - --- IEC 60050-151: 2001, 151-13-01"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Electrode"@en ; - rdfs:comment "Alternative definition: Half-cell consisting of at least one electron conductor and at least one ionic conductor (electrolyte). - Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019)"@en , - """Electron conductor in an electrochemical cell connected to the external circuit. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en , - "In some electroanalytical techniques (conductometry and differential potentiometry), two indicator electrodes are used. For many analytical measurements in cells with current flow, a three-electrode cell is used."@en , - "Many types of electrodes are used. These may be classified into groups according to their composition, form and size, and according to their operating mode. See section 4."@en , - "The current flow through electrochemical cells may be zero or non-zero. An electrochemical cell with current flow can operate either as a galvanic cell or an electrolytic cell."@en ; - skos:prefLabel "Electrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_113e0469_8ae0_407f_892d_4b988f8d8a08 -:EMMO_113e0469_8ae0_407f_892d_4b988f8d8a08 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-09"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Electrochemical cell that has two half-cells separated by a wall permeable to ions, both containing the same electrolyte differing only in their temperatures. - ---IEC60050"""@en ; - skos:altLabel "ThermogalvanicCell"@en ; - skos:prefLabel "Thermocell"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_1150b4d8_1d86_496f_a154_731868f0b46d -:EMMO_1150b4d8_1d86_496f_a154_731868f0b46d rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_ecb0395f_ee1e_4e9a_bf5c_d8e56eee2d18 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6 ; - owl:someValuesFrom :EMMO_1409f2b5_2545_44fc_9b76_73c5434892c9 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A chemical reaction for which the expression for the rate of disappearance of a reactant (or rate of appearance of a product) involves rate constants of more than a single elementary reaction. - -IUPAC. Compendium of Chemical Terminology, 2nd ed. (the \"Gold Book\"). Compiled by A. D. McNaught and A. Wilkinson. Blackwell Scientific Publications, Oxford (1997). Online version (2019-) created by S. J. Chalk. ISBN 0-9678550-9-8. https://doi.org/10.1351/goldbook."""@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/C01211"@en ; - skos:prefLabel "CompositeReaction"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_1152ae6b_8b57_4d99_912e_40c6a29342fb -:EMMO_1152ae6b_8b57_4d99_912e_40c6a29342fb rdf:type owl:Class ; - rdfs:subClassOf :EMMO_579eed46_6918_4275_9a70_dfd0409ab418 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Mass m of electrochemically-transformed substance is proportional to the charge Q passed, m ∝ Q. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - skos:prefLabel "FaradaysFirstLawOfElectrolysis"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_1259d305_349a_4c91_9490_c494c12d1e2c -:EMMO_1259d305_349a_4c91_9490_c494c12d1e2c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_670360fd_7cf9_4fe7_a9b5_c966f668ec88 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_757eae08_4d43_42d4_8b4e_8a0bfd2f9a1c - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An electrochemical cell in which the predominant reaction mechanisms at each electrode are different (e.g. conversion & intercalation)."@en ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "Zinc-ion cell" ; - skos:prefLabel "HybridCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_1355816f_a2b5_4800_8001_fc888f5d6b1b -:EMMO_1355816f_a2b5_4800_8001_fc888f5d6b1b rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_f2d5d3ad_2e00_417f_8849_686f3988d929 ; - skos:prefLabel "Potentiometer"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_1375560e_dec2_491c_93ac_613a1d905008 -:EMMO_1375560e_dec2_491c_93ac_613a1d905008 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_8b40856f_1ca2_4137_9616_7fb624671909 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An air electrode that is designed to perform both the oxygen reduction reaction (ORR) and the oxygen evolution reaction (OER)."@en ; - skos:altLabel "BAE"@en ; - skos:prefLabel "BifunctionalAirElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_1409f2b5_2545_44fc_9b76_73c5434892c9 -:EMMO_1409f2b5_2545_44fc_9b76_73c5434892c9 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_ecb0395f_ee1e_4e9a_bf5c_d8e56eee2d18 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A reaction for which no reaction intermediates have been detected or need to be postulated in order to describe the chemical reaction on a molecular scale. An elementary reaction is assumed to occur in a single step and to pass through a single transition state. - -IUPAC. Compendium of Chemical Terminology, 2nd ed. (the \"Gold Book\"). Compiled by A. D. McNaught and A. Wilkinson. Blackwell Scientific Publications, Oxford (1997). Online version (2019-) created by S. J. Chalk. ISBN 0-9678550-9-8. https://doi.org/10.1351/goldbook."""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Elementary_reaction"@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.E02035"@en ; - skos:prefLabel "ElementaryReaction"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_142ec80c_ea80_423b_882b_e21f802316d4 -:EMMO_142ec80c_ea80_423b_882b_e21f802316d4 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1409f2b5_2545_44fc_9b76_73c5434892c9 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A rate-controlling (rate-determining or rate-limiting) step in a reaction occurring by a composite reaction sequence is an elementary reaction the rate constant for which exerts a strong effect — stronger than that of any other rate constant — on the overall rate. - -IUPAC. Compendium of Chemical Terminology, 2nd ed. (the \"Gold Book\"). Compiled by A. D. McNaught and A. Wilkinson. Blackwell Scientific Publications, Oxford (1997). Online version (2019-) created by S. J. Chalk. ISBN 0-9678550-9-8. https://doi.org/10.1351/goldbook."""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Rate-determining_step"@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.R05140"@en ; - rdfs:comment "It is recommended that the expressions rate-controlling, rate-determining and rate-limiting be regarded as synonymous, but some special meanings sometimes given to the last two expressions."@en ; - skos:altLabel "RateControllingStep"@en , - "RateLimitingStep"@en ; - skos:prefLabel "RateDeterminingStep"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_15b852b5_19cc_49ab_849f_7df6175fb2be -:EMMO_15b852b5_19cc_49ab_849f_7df6175fb2be rdf:type owl:Class ; - rdfs:subClassOf :EMMO_fa22874b_76a9_4043_8b8f_6086c88746de ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-18"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Electrolyte on the cathode side of an electrochemical cell that is divided into compartments. - ---IEC60050"""@en ; - rdfs:comment """Electrolyte solution in the cathodic compartment of an electrolysis cell or galvanic cell, i.e., in that part of the cell where the cathode is placed. - --- A. J. Bard, G. Inzelt, and F. Scholz, Eds., Electrochemical Dictionary, 2nd Editio. Berlin: Springer-Verlag, 2012."""@en ; - skos:prefLabel "Catholyte"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_187326b9_1089_4122_8e7e_1a0bcba210a1 -:EMMO_187326b9_1089_4122_8e7e_1a0bcba210a1 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2e6933aa_4522_4f16_a437_37110e6cbd0d ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-18"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Electrode polarization associated with a cathodic reaction. - ---IEC60050"""@en ; - skos:prefLabel "CathodicPolarization"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_19abaccd_43be_4048_965c_e4fb63c5951b -:EMMO_19abaccd_43be_4048_965c_e4fb63c5951b rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_50e36d79_b2dd_422d_81eb_a665028a1ead ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A chemical phenomenon that is accompanied by the flow of electric current"@en ; - skos:prefLabel "ElectrochemicalPhenomenon"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_1e72986e_e19f_4c24_8663_cadd4318bd72 -:EMMO_1e72986e_e19f_4c24_8663_cadd4318bd72 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0 , - emmo:EMMO_bd8db028_aec2_4a44_ad93_1a9f8270f72c ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Chemical_equation"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The symbolic representation of a chemical reaction in the form of symbols and formulae, wherein the reactant entities are given on the left-hand side and the product entities on the right-hand side. - -IUPAC. Compendium of Chemical Terminology, 2nd ed. (the \"Gold Book\"). Compiled by A. D. McNaught and A. Wilkinson. Blackwell Scientific Publications, Oxford (1997). Online version (2019-) created by S. J. Chalk. ISBN 0-9678550-9-8. https://doi.org/10.1351/goldbook."""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Chemical_equation"@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.C01034"@en ; - skos:altLabel "ChemicalEquation"@en , - "ChemicalReactionEquation"@en ; - skos:prefLabel "StoichiometricEquation"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_1f7ba79e_3aaf_47f4_9281_53714416ea26 -:EMMO_1f7ba79e_3aaf_47f4_9281_53714416ea26 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_82fef384_8eec_4765_b707_5397054df594 ; - skos:prefLabel "CarbonBlack"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_1fc5642c_b7b2_43bf_ad20_f96001db8800 -:EMMO_1fc5642c_b7b2_43bf_ad20_f96001db8800 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_fa22874b_76a9_4043_8b8f_6086c88746de ; - emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 """Electrolyte solution, the ions of which are electroinactive in the range of applied potential being studied, and whose ionic strength (and, therefore, contribution to the overall conductivity) is usually much greater than the concentration of an electroactive substance to be dissolved in it. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Supporting_electrolyte"@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/S06149"@en ; - skos:altLabel "BaseElectrolyte" , - "IndifferentElectrolyte" , - "InertElectrolyte" ; - skos:prefLabel "SupportingElectrolyte"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_20314893_9351_4e6e_ae58_fb22c6ae7dca -:EMMO_20314893_9351_4e6e_ae58_fb22c6ae7dca rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3597a1e0_09ef_48ad_b913_b3e71ea21c94 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An electrochemical component resposible for transporting ions and maintaining physical separation between electrodes."@en ; - skos:prefLabel "IonBridge"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_212af058_3bbb_419f_a9c6_90ba9ebb3706 -:EMMO_212af058_3bbb_419f_a9c6_90ba9ebb3706 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_9c4e61c6-4a7b-41c2-9133-e780e144ddcd ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A good electron conductor support designed to transfer electrons from the external circuit to the active materials of the cell. - ---A. J. Bard, G. Inzelt, and F. Scholz, Eds., Electrochemical Dictionary, 2nd Edition. Berlin: Springer-Verlag, 2012. DOI: https://doi.org/10.1007/978-3-642-29551-5"""@en ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a """Copper foil -Aluminum foil"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Current_collector"@en ; - skos:prefLabel "CurrentCollector"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_22725105_c941_4b14_a4a2_fcb627958607 -:EMMO_22725105_c941_4b14_a4a2_fcb627958607 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_f2d5d3ad_2e00_417f_8849_686f3988d929 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Instrument which controls the electric current between the working electrode and the auxiliary electrode. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Galvanostat"@en ; - skos:altLabel "Amperostat"@en ; - skos:prefLabel "Galvanostat"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_23b866e8-27c6-4fd8-a1d2-6b58ad4445af -:EMMO_23b866e8-27c6-4fd8-a1d2-6b58ad4445af rdf:type owl:Class ; - rdfs:subClassOf :EMMO_f89bb8bc-ef9b-43d5-b5df-14e12b0d93b8 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An ElectrochemicalSubcomponent whose primary role is ionic."@en ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "Electrolyte"@en ; - skos:prefLabel "IonicSubcomponent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_26d8e2a6_10bb_4623_a79d_fd2d90cd1ea4 -:EMMO_26d8e2a6_10bb_4623_a79d_fd2d90cd1ea4 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_aea54471_e0d4_479c_8c11_fd0a4bfe276c ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-07"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An unwanted side reaction."@en ; - rdfs:comment "In a galvanic cell, parasitic reactions may cause inefficiencies or loss of performance."@en ; - skos:prefLabel "ParasiticReaction"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_279ecc9f_bfbc_4108_ae40_3c1c0f735e60 -:EMMO_279ecc9f_bfbc_4108_ae40_3c1c0f735e60 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_f2d5d3ad_2e00_417f_8849_686f3988d929 ; - skos:altLabel "FRA"@en , - "FrequencyResponseAnalyzer"@en ; - skos:prefLabel "FrequencyResponseAnalyser"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_28213033_4c74_441c_81c4_a0cad05f9eb6 -:EMMO_28213033_4c74_441c_81c4_a0cad05f9eb6 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2e6933aa_4522_4f16_a437_37110e6cbd0d ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-17"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Electrode polarization associated with an anodic reaction. - ---IEC60050"""@en ; - skos:prefLabel "AnodicPolarization"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_2a40b878_7d09_49db_91b2_d0ee30192284 -:EMMO_2a40b878_7d09_49db_91b2_d0ee30192284 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7729c34e_1ae9_403d_b933_1765885e7f29 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """For solutions in protic solvents, the universal reference electrode for which, under standard conditions, the standard electrode potential (H+ / H2) is zero at all temperatures. - ---IUPAC. Compendium of Chemical Terminology, 2nd ed. (the \"Gold Book\"). Compiled by A. D. McNaught and A. Wilkinson. Blackwell Scientific Publications, Oxford (1997). Online version (2019-) created by S. J. Chalk. ISBN 0-9678550-9-8. https://doi.org/10.1351/goldbook."""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Standard_hydrogen_electrode"@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/S05917"@en ; - rdfs:comment "Potential of a platinum electrode in a theoretical ideal solution (the current standard for zero potential for all temperatures)"@en ; - skos:altLabel "SHE"@en ; - skos:prefLabel "StandardHydrogenElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_2d32a81a_2148_41bd_84fb_467aa8de4a8f -:EMMO_2d32a81a_2148_41bd_84fb_467aa8de4a8f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Foil, wire, disc, or mesh electrode made of platinum, which is the most commonly used metallic working electrode in electrochemistry. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - rdfs:comment "Pt has a very small overpotential for hydrogen evolution, which determines the negative potential limit in protic solvents. Pt adsorbs hydrogen, resulting in hydrogen adsorption/desorption waves. However, the positive potential limit in polar aprotic solvents free of oxygen and water is higher than that for any other commonly used electrode materials. In the presence of water and/or oxygen, Pt forms a film of oxide (and/or chemisorbed oxygen), resulting in potentially interfering waves or peaks."@en ; - skos:altLabel "PtElectrode"@en ; - skos:prefLabel "PlatinumElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_2e3e14f9_4cb8_45b2_908e_47eec893dec8 -:EMMO_2e3e14f9_4cb8_45b2_908e_47eec893dec8 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a6a69e90_06b5_45b1_83cf_7c0bf39b2914 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-04"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """An interfacial reaction that necessarily involves a charge-transfer step. - ---A. J. Bard, G. Inzelt, and F. Scholz, Eds., Electrochemical Dictionary, 2nd Edition. Berlin: Springer-Verlag, 2012. DOI: https://doi.org/10.1007/978-3-642-29551-5"""@en , - """Electrochemical reaction involving the transfer of electrons between electrolyte and electrode. - ---IEC60050"""@en ; - rdfs:comment "The electrode (or interfacial) reaction involves all the processes (chemical reaction, structural reorganization, adsorption) accompanying the charge transfer step."@en ; - skos:prefLabel "ElectrodeReaction"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_2e6933aa_4522_4f16_a437_37110e6cbd0d -:EMMO_2e6933aa_4522_4f16_a437_37110e6cbd0d rdf:type owl:Class ; - rdfs:subClassOf :EMMO_19abaccd_43be_4048_965c_e4fb63c5951b ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-15"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Accumulation or depletion of electric charges at an electrode, resulting in a difference between the electrode potential with current flow, and the potential without current flow or equilibrium electrode potential. - ---IEC60050"""@en ; - skos:prefLabel "ElectrodePolarization"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_2e98bc8b_ffe9_4f0d_bfb9_4a4d71836ad5 -:EMMO_2e98bc8b_ffe9_4f0d_bfb9_4a4d71836ad5 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a6a69e90_06b5_45b1_83cf_7c0bf39b2914 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_3f0a19ba_d90c_4ed3_b2e6_b5e16d594af1 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A type of electrochemical reaction in which a guest molecule (or ion) is inserted into a host lattice."@en ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "Li^+ + C_6 + e^- <--> LiC_6" ; - skos:altLabel "ElectrochemicalIntercalationReaction"@en ; - skos:prefLabel "ElectrochemicalInsertionReaction"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_2f7b7d01_f44f_448d_8ce1_86fc2b4dc60f -:EMMO_2f7b7d01_f44f_448d_8ce1_86fc2b4dc60f rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_ecb0395f_ee1e_4e9a_bf5c_d8e56eee2d18 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-08"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Process where molecules split up into ions due to being dissolved. - ---IEC60050"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Dissociation_(chemistry)"@en ; - rdfs:comment "The result of the dissociation is an electrolyte."@en ; - skos:prefLabel "Dissociation"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_331e6cca_f260_4bf8_af55_35304fe1bbe0 -:EMMO_331e6cca_f260_4bf8_af55_35304fe1bbe0 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3597a1e0_09ef_48ad_b913_b3e71ea21c94 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-17"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """In an electrochemical cell, device made of insulating material permeable to the ions of the electrolyte and prohibiting totally or partially the mixing of the substances on both sides. - ---IEC60050"""@en ; - rdfs:comment "Membranes and diaphragms are special forms of electrochemical separators."@en ; - skos:altLabel "ElectrochemicalSeparator"@en ; - skos:prefLabel "Separator"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_3597a1e0_09ef_48ad_b913_b3e71ea21c94 -:EMMO_3597a1e0_09ef_48ad_b913_b3e71ea21c94 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_038e37a3_1684_4980_b5e4_67ab34cd5bdb , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom emmo:EMMO_ed4af7ae_63a2_497e_bb88_2309619ea405 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_f89bb8bc-ef9b-43d5-b5df-14e12b0d93b8 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A component that is essential to the function of an electrochemical cell."@en ; - skos:prefLabel "ElectrochemicalComponent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_35c650ab_3b23_4938_b312_1b0dede2e6d5 -:EMMO_35c650ab_3b23_4938_b312_1b0dede2e6d5 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 ; - owl:disjointWith :EMMO_b6319c74_d2ce_48c0_a75a_63156776b302 ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Cathode"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Electrode of an electrochemical cell through which net electric current flows and at which the predominating electrochemical reaction is a reduction. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Cathode"@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/C00905"@en ; - rdfs:comment "The concepts of “anode” and “cathode” are related only to the direction of electron flow, not to the polarity of the electrodes."@en ; - skos:prefLabel "Cathode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_3663991d-9319-4f7a-922b-f0e428b58801 -:EMMO_3663991d-9319-4f7a-922b-f0e428b58801 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom emmo:EMMO_4937ad81_eeb8_4cd9_a02f_53e0644e2f02 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom emmo:EMMO_7f8db4c8_4dc5_4e39_bfb0_0a123679d831 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_f68030be_94b8_4c61_a161_886468558054 ; - owl:someValuesFrom :EMMO_4f3a2ba3-7abc-4150-ba98-3973d865690f - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Porous electrodes consist of porous matrices of a single reactive electronic conductor or a mixture of solids that include essentially non-conducting, reactive materials in addition to electronic conductors. An electrolytic solution fills the void spaces of the porous matrix. At a given time, there may be a large range of reaction rates within the pores. The distribution of these rates will depend on physical structure, conductivity of the matrix and of the electrolyte, and on parameters characterizing the electrode processes themselves. - ---Newman and Thomas-Alyea, Electrochemical Systems, 3rd Edition, p. 518"""@en ; - skos:prefLabel "PorousElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_3a77b5e7_9646_4154_bf8f_5f798989e5f3 -:EMMO_3a77b5e7_9646_4154_bf8f_5f798989e5f3 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_fb988878_ee54_4350_9ee9_228c00c3ad35 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A working electrode in the shape of a ring used in a rotating ring disk electrode (RRDE)."@en ; - skos:altLabel "RingElectrode"@en ; - skos:prefLabel "AnnularWorkingElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_3b0b0d6e_8b0e_4491_885e_8421d3eb3b69 -:EMMO_3b0b0d6e_8b0e_4491_885e_8421d3eb3b69 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_e248373f_294f_4ca4_9edf_0ad6653bb64f ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """An electrochemical cell which is not designed to be electrically recharged. - -Adapted from: ---IEC 60050, International electro technical vocabulary. Chapter 486: Secondary cells and batteries. https://www.electropedia.org/iev/iev.nsf/index?openform&part=482"""@en ; - skos:altLabel "PrimaryElectrochemicalCell"@en ; - skos:prefLabel "PrimaryCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_3bc9e1c2_b48c_468a_8441_126fb415db19 -:EMMO_3bc9e1c2_b48c_468a_8441_126fb415db19 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1409f2b5_2545_44fc_9b76_73c5434892c9 ; - skos:altLabel "ElectronTransferStep"@en ; - skos:prefLabel "ChargeTransferStep"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_3d805c2a_4801_440e_9e4d_0fa5585c76ae -:EMMO_3d805c2a_4801_440e_9e4d_0fa5585c76ae rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_e5438930_04e7_4d42_ade5_3700d4a52ab7 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A material relation in electrochemistry."@en ; - skos:prefLabel "ElectrochemicalRelation"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_3f0a19ba_d90c_4ed3_b2e6_b5e16d594af1 -:EMMO_3f0a19ba_d90c_4ed3_b2e6_b5e16d594af1 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_79d1b273-58cd-4be6-a250-434817f7c261 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An electrochemical material that can act as a host lattice in an electrochemical intercalation reaction."@en ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "Graphite"@en ; - skos:prefLabel "IntercalationMaterial"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_3f99828c_268a_442f_998d_15c89dc4c1b3 -:EMMO_3f99828c_268a_442f_998d_15c89dc4c1b3 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_d07d939a_7865_406d_867a_0500b02cba47 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A reaction in which a substance (molecule, atom or ion) loses electrons. - ---A. J. Bard, G. Inzelt, and F. Scholz, Eds., Electrochemical Dictionary, 2nd Edition. Berlin: Springer-Verlag, 2012. DOI: https://doi.org/10.1007/978-3-642-29551-5"""@en ; - skos:altLabel "Oxidation"@en ; - skos:prefLabel "OxidationReaction"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_499a652b_5be6_4931_be7b_15d42e544b0b -:EMMO_499a652b_5be6_4931_be7b_15d42e544b0b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_cdaf1d61_b5df_43a9_91a4_a5b7f719e2b4 ; - emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "Product of ElectronCharge and AvagadroConstant"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Fundamental physical constant representing molar elementary charge: F=9.648 533 99(24)×10^4 C mol−1."@en ; - emmo:EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T+1 L0 M0 I+1 Θ0 N-1 J0" ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/F02325" ; - skos:prefLabel "FaradayConstant"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_4df84ec1_8a1a_4770_963f_bf48009bd043 -:EMMO_4df84ec1_8a1a_4770_963f_bf48009bd043 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a6a69e90_06b5_45b1_83cf_7c0bf39b2914 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The electrochemical dissolution of a material to soluble species. - ---A. J. Bard, G. Inzelt, and F. Scholz, Eds., Electrochemical Dictionary, 2nd Edition. Berlin: Springer-Verlag, 2012. DOI: https://doi.org/10.1007/978-3-642-29551-5"""@en ; - rdfs:comment "It can be regarded as the reversal of electrodeposition."@en ; - skos:prefLabel "Electrodissolution"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_4e02d727_07fe_41fd_886c_041317342086 -:EMMO_4e02d727_07fe_41fd_886c_041317342086 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_fb0d9eef_92af_4628_8814_e065ca255d59 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """An electrolyte consisting of anions and cations with equal absolute charge numbers. - --- A. J. Bard, G. Inzelt, and F. Scholz, Eds., Electrochemical Dictionary, 2nd Editio. Berlin: Springer-Verlag, 2012."""@en ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "KCl (1:1), MgSO4 (2:2)" ; - skos:prefLabel "BinaryElectrolyte"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_4e4d7f4b-680b-469e-bdd4-728dd3e465bf -:EMMO_4e4d7f4b-680b-469e-bdd4-728dd3e465bf rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_038e37a3_1684_4980_b5e4_67ab34cd5bdb , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom emmo:EMMO_ed4af7ae_63a2_497e_bb88_2309619ea405 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A system comprising at least one electrochemical cell and the components necessary to support it."@en ; - skos:prefLabel "ElectrochemicalSystem"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_4f3a2ba3-7abc-4150-ba98-3973d865690f -:EMMO_4f3a2ba3-7abc-4150-ba98-3973d865690f rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_69b9aead-bb43-4bd5-9168-728cea2116b1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_4d6504f1_c470_4ce9_b941_bbbebc9ab05d ; - owl:someValuesFrom :EMMO_3663991d-9319-4f7a-922b-f0e428b58801 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A pore that exists within an electrode host domain."@en ; - skos:prefLabel "ElectrodePore"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_4f4c61a2_b823_4c36_ace2_141fcb9355d5 -:EMMO_4f4c61a2_b823_4c36_ace2_141fcb9355d5 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6c1483a0_dcf1_4194_92fd_07e40c8da9ad ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The OER is the back reaction of the ORR."@en , - "The OER usually requires a catalyst in practical electrodes."@en , - "The process of generating molecular oxygen (O2) by a chemical reaction, usually from water (H2O)."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Oxygen_evolution"@en ; - skos:altLabel "OER"@en ; - skos:prefLabel "OxygenEvolutionReaction"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_50044b99_b858_433b_a32d_23d1e1cf88b2 -:EMMO_50044b99_b858_433b_a32d_23d1e1cf88b2 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_b17cd88e_9bb7_4d87_ade5_6e181d921f93 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The boundary between two electrochemical materials, at which electrochemical reactions normally take place."@en ; - skos:prefLabel "ElectrochemicalInterface"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_504d2d4f_78c8_4ba4_927e_477fc371159b -:EMMO_504d2d4f_78c8_4ba4_927e_477fc371159b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_d07d939a_7865_406d_867a_0500b02cba47 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1. A type of redox reaction featuring the complete, net removal of one or more electrons from a molecular entity (also called 'de-electronation'). -2. An increase in the oxidation number of any atom within any substrate. - -IUPAC. Compendium of Chemical Terminology, 2nd ed. (the \"Gold Book\"). Compiled by A. D. McNaught and A. Wilkinson. Blackwell Scientific Publications, Oxford (1997). Online version (2019-) created by S. J. Chalk. ISBN 0-9678550-9-8. https://doi.org/10.1351/goldbook."""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Redox"@en ; - skos:prefLabel "OxidationReaction"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_5562e8ed_b297_4fb4_8db8_a36b99fd53b1 -:EMMO_5562e8ed_b297_4fb4_8db8_a36b99fd53b1 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_df96cbb6_b5ee_4222_8eab_b3675df24bea , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6 ; - owl:someValuesFrom :EMMO_5b95ac64_2724_4c64_a7ca_db08bde7f5ab - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6 ; - owl:someValuesFrom :EMMO_7ded61d8_2e4b_4994_9c40_54ec1fd60564 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An element or compound that loses (or \"donates\") an electron to an electron recipient (oxidizing agent) in a redox chemical reaction."@en ; - skos:altLabel "ReducingAgent"@en ; - skos:prefLabel "Reductant"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_5641910f_6e69_4ce4_be84_4b1bf14b8916 -:EMMO_5641910f_6e69_4ce4_be84_4b1bf14b8916 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_19abaccd_43be_4048_965c_e4fb63c5951b ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-01"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Movement of a fluid through a diaphragm, produced by application of an electric field. - ---IEC60050"""@en ; - skos:prefLabel "Electroosmosis"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_579eed46_6918_4275_9a70_dfd0409ab418 -:EMMO_579eed46_6918_4275_9a70_dfd0409ab418 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_9c32fd69_f480_4130_83b3_fb25d9face14 ; - rdfs:comment "If reference is made only to ‘Faraday’s Law of electrolysis’ the first law is meant."@en ; - skos:prefLabel "FaradaysLawsOfElectrolysis"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_598ae3d0_76e9_429c_a0e1_8694525cb574 -:EMMO_598ae3d0_76e9_429c_a0e1_8694525cb574 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_f19ff3b4_6bfe_4c41_a2b2_9affd39c140b ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "For any electrolyte A_xB_y, the limiting molar conductivity is expressed as x times the limiting molar conductivity of A^{y+} and y times the limiting molar conductivity of B^{x-}."@en ; - skos:prefLabel "KohlrauschsLaw"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_5adb91e0_ffe1_41f3_b779_c6966f65fb0e -:EMMO_5adb91e0_ffe1_41f3_b779_c6966f65fb0e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 , - :EMMO_670360fd_7cf9_4fe7_a9b5_c966f668ec88 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An electrode in which the actve electrochemical material is a metal."@en ; - skos:prefLabel "MetalElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_5b95ac64_2724_4c64_a7ca_db08bde7f5ab -:EMMO_5b95ac64_2724_4c64_a7ca_db08bde7f5ab rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_df96cbb6_b5ee_4222_8eab_b3675df24bea ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A substance that is consumed in the course of a chemical reaction. It is sometimes known, especially in the older literature, as a reagent, but this term is better used in a more specialized sense as a test substance that is added to a system in order to bring about a reaction or to see whether a reaction occurs (e.g. an analytical reagent)."@en ; - skos:prefLabel "Reactant"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_5cb5548f_f774_4668_ad02_f0742581f2f1 -:EMMO_5cb5548f_f774_4668_ad02_f0742581f2f1 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_19abaccd_43be_4048_965c_e4fb63c5951b ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-02"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Change of the mechanical stress at the surface separating two bodies due to the presence of electric charges at the interface. - ---IEC60050"""@en ; - skos:prefLabel "Electrocapillarity"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_5f9a9411_05f9_4576_acd3_81d7d41cfe98 -:EMMO_5f9a9411_05f9_4576_acd3_81d7d41cfe98 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_fa22874b_76a9_4043_8b8f_6086c88746de ; - owl:disjointWith :EMMO_b812e9d0_7c58_4455_b3e7_6847f10c8e8a ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """An ion-transport medium that does not contain water. - ---IEEE Standard Glossary of Stationary Battery Terminology (2016), https://doi.org/10.1109/IEEESTD.2016.7552407"""@en ; - skos:altLabel "NonAqueousElectrolyticSolution"@en , - "NonAqueousSolution"@en ; - skos:prefLabel "NonAqueousElectrolyte"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_609b340f_3450_4a10_95c2_c457e3eb8a89 -:EMMO_609b340f_3450_4a10_95c2_c457e3eb8a89 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_fb0d9eef_92af_4628_8814_e065ca255d59 ; - emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "An electrolyte in the liquid phase."@en ; - skos:prefLabel "LiquidElectrolyte"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_60c5b2e5_164a_4ce6_8409_f386f5e50c03 -:EMMO_60c5b2e5_164a_4ce6_8409_f386f5e50c03 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_579eed46_6918_4275_9a70_dfd0409ab418 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """When the same electric charge (quantity of electricity) Q is passed through several electrolytes, the mass, m_i, of the substances deposited are proportional to their respective chemical equivalent molar mass, M_i/z_i. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - rdfs:comment "m_1/m_2 = (M_1/z_1) / (M_2/z_2)"@en ; - skos:prefLabel "FaradaysSecondLawOfElectrolysis"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_615cff2a_be95_4e65_9471_98db23f4c878 -:EMMO_615cff2a_be95_4e65_9471_98db23f4c878 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_b812e9d0_7c58_4455_b3e7_6847f10c8e8a , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_af499b32_68a7_4b8c_972e_4ebdba8b314e - ] ; - owl:disjointWith :EMMO_6592d8cc_4ce4_42ca_b010_6bfc4a8444d2 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An aqueous electrolyte with a nominal pH greater than 7."@en ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "KOH-H2O"@en ; - skos:altLabel "AlkalineAqueousElectrolyte"@en , - "AlkalineSolution"@en ; - skos:prefLabel "AlkalineElectrolyte"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_634467ad_feed_4979_adb2_877d98fe1768 -:EMMO_634467ad_feed_4979_adb2_877d98fe1768 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_50044b99_b858_433b_a32d_23d1e1cf88b2 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Any junction between two electrolyte solutions of different composition."@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/L03584"@en ; - rdfs:comment "Across such a junction there arises a potential difference, called the liquid junction potential."@en , - "In the operational pH cell the junction is between the test, or pH standard, solution and the filling solution or the bridge solution of the reference electrode."@en ; - skos:prefLabel "LiquidJunction"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_637c576e_a50e_47ae_8c74_2024ce4c6d0f -:EMMO_637c576e_a50e_47ae_8c74_2024ce4c6d0f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6cae5943-737a-4f88-9903-9de4cffebd11 ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Salt_bridge"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Means of making electrolytic connection between two half cells without introducing a significant liquid junction potential. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Salt_bridge"@en ; - rdfs:comment "A typical construction is a tube of an inert material (e.g. agar agar) filled with a solution containing an electrolyte with approximately equal ion mobilities of the cation and the anion (e.g., KNO3, KCl), with the ends of the tube immersed in the electrolyte solution of the half cells."@en ; - skos:prefLabel "SaltBridge"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_63ea1c9b_0bda_4a69_9745_efb08e6be685 -:EMMO_63ea1c9b_0bda_4a69_9745_efb08e6be685 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_19abaccd_43be_4048_965c_e4fb63c5951b ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-06"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Transport of ions in an electrolyte due to an electric field. - ---IEC60050"""@en ; - skos:prefLabel "ElectrochemicalMigration"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_6592d8cc_4ce4_42ca_b010_6bfc4a8444d2 -:EMMO_6592d8cc_4ce4_42ca_b010_6bfc4a8444d2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_b812e9d0_7c58_4455_b3e7_6847f10c8e8a , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_c230694a_04ce_4719_88a4_ecfa85167c30 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An aqueous electrolyte with a nominal pH values less than 7."@en ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "HCl-H2O"@en ; - skos:altLabel "AcidicAqueousElectrolyte"@en , - "AcidicSolution"@en ; - skos:prefLabel "AcidicElectrolyte"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_65c90d8d_9712_4f3f_b830_d8163ec4cfcc -:EMMO_65c90d8d_9712_4f3f_b830_d8163ec4cfcc rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7aa79b12-6b34-4724-9728-f31b5f7ed83d ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Electrode made of a solid amalgam of an appropriate metal. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - rdfs:comment "Liquid and paste amalgams can also be used."@en , - "Solid amalgam electrodes are electrochemically similar to the hanging mercury drop electrode. Their main advantages are high hydrogen overpotential (similar to liquid mercury); a wide working potential range; the simple mechanical, chemical, and electrochemical regeneration of the surface; a long lifetime; low toxicity of material (comparable with that of dental amalgams); applicability for field measurements; compatibility with flow-through systems; simple construction, without mobile parts; and easy miniaturization."@en ; - skos:altLabel "SAE"@en ; - skos:prefLabel "SolidAmalgamElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_670360fd_7cf9_4fe7_a9b5_c966f668ec88 -:EMMO_670360fd_7cf9_4fe7_a9b5_c966f668ec88 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_99f21272_3aba_4dab_a9b7_63e5e1116beb - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An electrode at which the predominant electrochemical reaction is a conversion."@en ; - skos:prefLabel "ConversionElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_6ab1ca1a-3809-4e9a-aaf7-374915288f73 -:EMMO_6ab1ca1a-3809-4e9a-aaf7-374915288f73 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_f89bb8bc-ef9b-43d5-b5df-14e12b0d93b8 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An ElectrochemicalSubcomponent whose primary role is to participate in a reaction."@en ; - skos:prefLabel "ReactiveSubcomponent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_6c1483a0_dcf1_4194_92fd_07e40c8da9ad -:EMMO_6c1483a0_dcf1_4194_92fd_07e40c8da9ad rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a6a69e90_06b5_45b1_83cf_7c0bf39b2914 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_99f21272_3aba_4dab_a9b7_63e5e1116beb - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A type of electrochemical reaction in which a reactant is converted into a chemically distinct product."@en ; - skos:prefLabel "ElectrochemicalConversion"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_6c421175_477f_45e0_8b6c_c3464f5351c5 -:EMMO_6c421175_477f_45e0_8b6c_c3464f5351c5 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A disc electrode that is embedded in the centre of a cylinder which rotates in solution around the longitudinal cylinder axis. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Rotating_disk_electrode"@en ; - rdfs:comment "The current is directly proportional to the electrode area and the electrode is uniformly accessible."@en , - "The limiting current is given by the Levich equation."@en ; - skos:prefLabel "RotatingDiskElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_6cae5943-737a-4f88-9903-9de4cffebd11 -:EMMO_6cae5943-737a-4f88-9903-9de4cffebd11 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_20314893_9351_4e6e_ae58_fb22c6ae7dca , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_23b866e8-27c6-4fd8-a1d2-6b58ad4445af - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ; - owl:onClass :EMMO_f89bb8bc-ef9b-43d5-b5df-14e12b0d93b8 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An ion bridge consisting of at least two subcomponents, one of which is an IonicSubcomponent."@en ; - skos:prefLabel "CompositeIonBridge"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_6cb2f0d6_4925_427f_b33d_0c9a96166768 -:EMMO_6cb2f0d6_4925_427f_b33d_0c9a96166768 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_d07d939a_7865_406d_867a_0500b02cba47 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The complete transfer of one or more electrons to a molecular entity (also called 'electronation'), and, more generally, the reverse of the processes described under oxidation (2) and (3). - -IUPAC. Compendium of Chemical Terminology, 2nd ed. (the \"Gold Book\"). Compiled by A. D. McNaught and A. Wilkinson. Blackwell Scientific Publications, Oxford (1997). Online version (2019-) created by S. J. Chalk. ISBN 0-9678550-9-8. https://doi.org/10.1351/goldbook."""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Redox"@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.R05222"@en ; - skos:prefLabel "ReductionReaction"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_6e4f4681-f327-4300-96e4-5905fcea36e3 -:EMMO_6e4f4681-f327-4300-96e4-5905fcea36e3 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_20314893_9351_4e6e_ae58_fb22c6ae7dca , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass :EMMO_23b866e8-27c6-4fd8-a1d2-6b58ad4445af - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An ion bridge consisting of exactly 1 subcomponent that is an IonicSubcomponent."@en ; - skos:prefLabel "SimpleIonBridge"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_6ec59f99_5f26_4a7d_9b90_b52e0f8ad190 -:EMMO_6ec59f99_5f26_4a7d_9b90_b52e0f8ad190 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7729c34e_1ae9_403d_b933_1765885e7f29 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A type of reference electrode based on the reaction between sliver and silver chloride."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Silver_chloride_electrode"@en ; - skos:prefLabel "SilverChlorideElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 -:EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_038e37a3_1684_4980_b5e4_67ab34cd5bdb , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom emmo:EMMO_ed4af7ae_63a2_497e_bb88_2309619ea405 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_20314893_9351_4e6e_ae58_fb22c6ae7dca - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-01"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A system containing two electrodes that allow transport of electrons, separated by an electrolyte that allows movement of ions but blocks movement of electrons. - --- J. Newman and K. E. Thmoas-Alyea, Electrochemical Systems, 3rd ed. Hoboken, New Jersey: John Wiley & Sons, 2004."""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Electrochemical_cell"@en ; - rdfs:comment """Composite system in which the supplied electric energy mainly produces chemical reactions or, conversely, in which the energy released by chemical reactions is mainly delivered by the system as electric energy. - ---IEC60050"""@en , - """Even though an ElectrochemicalCell has minimum 2 Electrodes we are using the existential restriction - - ElectrochemicalCell hasPart some Electrode - -instead of - - ElectrochemicalCell hasPart min 2 Electrode - -The reason for this is that combining the transitivity property of hasPart with cardinality is outside of the DL profile causing reasoners like FaCT++ to fail."""@en , - "If processes of interest occur at both the anode and the cathode of a cell (as in differential amperometry or controlled-current potentiometric titration with two indicator electrodes), the cell should be said to comprise two indicator or two working electrodes."@en , - "In electrochemistry the term “cell” is commonly qualified to describe the particular device on which electrochemical reactions take place. Examples of galvanic and electrolytic cells are standard cells, electrochemical sensor cells, conductivity cells, spectroelectrochemical cells, fuel cells, batteries, electrochemical measuring cells, and two- and three-electrode cells."@en , - """System that consists of at least two electron conductors (electrodes) in contact with ionic conductors (electrolytes). - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en , - "The current flow through the electrochemical cell may be zero or non-zero. An electrochem- ical cell with current flow can operate either as a galvanic cell or as an electrolytic cell."@en , - "The two electrodes may be a working electrode and an auxiliary electrode or, for zero- current measurements (potentiometric mode), an indicator electrode and a reference electrode. There may be a third electrode, the cell having a separate auxiliary electrode (to carry current) and reference electrode (for measurement of electrode potential) in addition to a working electrode (See three-electrode cell)."@en ; - skos:prefLabel "ElectrochemicalCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_6fec8cc1_4e6c_428e_8343_6cf3c286a185 -:EMMO_6fec8cc1_4e6c_428e_8343_6cf3c286a185 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Foil, wire or disc electrode made of gold which is easily fabricated into a variety of electrode geometries. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - rdfs:comment "At positive potentials, Au forms an oxide and/or chemisorbed oxygen layer, while in the presence of com- plexing anions, such as chloride or cyanide, it readily undergoes oxidation and dissolution, limiting its working potential range and its applications."@en ; - skos:altLabel "AuElectrode"@en ; - skos:prefLabel "GoldElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_757eae08_4d43_42d4_8b4e_8a0bfd2f9a1c -:EMMO_757eae08_4d43_42d4_8b4e_8a0bfd2f9a1c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_3f0a19ba_d90c_4ed3_b2e6_b5e16d594af1 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An electrode at which the predominant electrochemical reaction is an intercalation."@en ; - skos:prefLabel "IntercalationElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_7729c34e_1ae9_403d_b933_1765885e7f29 -:EMMO_7729c34e_1ae9_403d_b933_1765885e7f29 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 , - :EMMO_9f466223_e20a_474d_ac4d_6d4b6131c275 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-15"@en ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a """The standard hydrogen electrode represents the primary standard in electrochemistry. Elec- trodes of the 2nd kind, such as Ag | AgCl, Hg | Hg2 -Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous solutions containing ions Cl^{−}, SO_4^{2−}, and OH^{−}, respectively."""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Reference_electrode"@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/R05229"@en ; - rdfs:comment """Electrode that maintains an essentially constant potential under the conditions prevailing in an electrochemical measurement, and that serves for observation, measurement, or control of the potential of the indicator or working electrode. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en , - "In potentiometry, under zero current condition, the essentially constant potential is achieved by ensuring a constant composition of solution in contact with the electrode forming a half-cell. Practical reference half-cells are generally non-polarizable electrodes of the 2nd kind (metal | insoluble salt | ion), constructed so that their electrolyte solutions serve as salt bridges to the solutions under investigation."@en , - "“Double” junction reference electrodes are recommended when the reference electrolyte contains interfering components."@en ; - skos:altLabel """Electrode with a well-defined and constant equilibrium potential with respect to which it is possible to measure or calculate electrode potentials of other electrodes by including them in an appropriate electrochemical cell. - ---IEC60050"""@en ; - skos:prefLabel "ReferenceElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_7760b241_775f_4be1_b827_59f9bde9e5b2 -:EMMO_7760b241_775f_4be1_b827_59f9bde9e5b2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_e931087f_7681_4096_b200_5223bcc47eb4 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-19"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Electrolytic cell in which a chemical reaction is influenced by the absorption of light. - ---IEC60050"""@en ; - skos:prefLabel "PhotoelectrolyticCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_79d1b273-58cd-4be6-a250-434817f7c261 -:EMMO_79d1b273-58cd-4be6-a250-434817f7c261 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6ab1ca1a-3809-4e9a-aaf7-374915288f73 , - :EMMO_ebdb68e9_c4b5_4d57_a042_c0f51d446755 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-14"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Material that is oxidized or reduced at an electrode in an electrochemical cell. - ---IEC60050"""@en ; - rdfs:comment "If an electroactive substance B is formed, in the solution or at the electrode surface, by a chemical reaction from another substance C, the substance C should be called the precursor of B." , - """Substance that undergoes a change of oxidation state, or whose chemical bonds are broken or formed, in a charge-transfer reaction at an electrode. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - skos:altLabel "ActiveElectrochemicalMaterial"@en , - "ElectroactiveSubstance"@en , - "ElectrochemicallyActiveMaterial"@en ; - skos:prefLabel "ActiveMaterial"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_7aa79b12-6b34-4724-9728-f31b5f7ed83d -:EMMO_7aa79b12-6b34-4724-9728-f31b5f7ed83d rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An electrode consisting of multiple ElectrochemicalSubComponent"@en ; - skos:prefLabel "CompositeElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_7bfcbe2d_eac6_4953_86d6_6f075334cf29 -:EMMO_7bfcbe2d_eac6_4953_86d6_6f075334cf29 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T+1 L0 M-1 I+1 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ChargePerMassDimension"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_7ded61d8_2e4b_4994_9c40_54ec1fd60564 -:EMMO_7ded61d8_2e4b_4994_9c40_54ec1fd60564 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_df96cbb6_b5ee_4222_8eab_b3675df24bea ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A substance that is formed during a chemical reaction."@en ; - skos:prefLabel "Product"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_7f4d74cd_d0a5_4908_9da9_7629fe419917 -:EMMO_7f4d74cd_d0a5_4908_9da9_7629fe419917 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6c421175_477f_45e0_8b6c_c3464f5351c5 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_3a77b5e7_9646_4154_bf8f_5f798989e5f3 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A second annular working electrode positioned concentric with a rotating disc electrode to make a rotating ring-disc electrode (RRDE). - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - rdfs:comment "This arrangement is largely used in mechanistic studies."@en ; - skos:prefLabel "RotatingRingDiskElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_82b66bfe_ec25_417b_ba65_b631ddaaca0e -:EMMO_82b66bfe_ec25_417b_ba65_b631ddaaca0e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7729c34e_1ae9_403d_b933_1765885e7f29 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A reference electrode based on the reaction between elemental mercury and mercury(I) chloride."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Saturated_calomel_electrode"@en ; - skos:prefLabel "SaturatedCalomelElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_82fef384_8eec_4765_b707_5397054df594 -:EMMO_82fef384_8eec_4765_b707_5397054df594 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_9c4e61c6-4a7b-41c2-9133-e780e144ddcd ; - skos:prefLabel "ConductiveAdditive"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_83ee23b3_2f5c_4afa_b972_ac85e91d7306 -:EMMO_83ee23b3_2f5c_4afa_b972_ac85e91d7306 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7729c34e_1ae9_403d_b933_1765885e7f29 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Potential of a platinum electrode in 1 M acid solution."@en ; - skos:altLabel "NHE"@en ; - skos:prefLabel "NormalHydrogenElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_865a40fc_2187_4549_a7e1_37aa2458448f -:EMMO_865a40fc_2187_4549_a7e1_37aa2458448f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_fa22874b_76a9_4043_8b8f_6086c88746de ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Electrolyte on the anode side of an electrochemical cell that is divided into compartments. - ---IEC60050"""@en ; - rdfs:comment """Electrolyte solution in the anodic compartment of an electrolysis cell or galvanic cell, i.e., in that part of the cell where the anode is placed. - --- A. J. Bard, G. Inzelt, and F. Scholz, Eds., Electrochemical Dictionary, 2nd Editio. Berlin: Springer-Verlag, 2012."""@en ; - skos:prefLabel "Anolyte"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_86be0987_5e21_43ec_b975_8f679999d328 -:EMMO_86be0987_5e21_43ec_b975_8f679999d328 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Electrode containing two different metals (e.g. platinum and ruthenium) on its surface (e.g. to modify its electrocatalytic properties). - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - skos:prefLabel "BimetallicElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_871bc4a4_2d17_4b88_9b0f_7ab85f14afea -:EMMO_871bc4a4_2d17_4b88_9b0f_7ab85f14afea rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 ; - owl:disjointWith :EMMO_fb988878_ee54_4350_9ee9_228c00c3ad35 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Electrode whose function is to carry the electric current flowing through the electrical circuit of an electrochemical cell, the electrochemical processes on its surface not being of interest. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Auxiliary_electrode"@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/A00535"@en ; - rdfs:comment "An auxiliary electrode is used in any three-electrode cell, together with a working electrode and reference electrode."@en , - "An auxiliary electrode must not add an excessive potential burden to the cell. It is chosen for the efficiency of the electrochemical reaction and usually has a greater surface area than the working electrode."@en ; - skos:altLabel "AuxiliaryElectrode"@en ; - skos:prefLabel "CounterElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_89ff4fa5_142f_49ec_bfe8_117a38648ed8 -:EMMO_89ff4fa5_142f_49ec_bfe8_117a38648ed8 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_f2d5d3ad_2e00_417f_8849_686f3988d929 ; - skos:prefLabel "MeasuringCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_8a5083b0_cd23_4f8c_99e8_b9ccd6f9f3a2 -:EMMO_8a5083b0_cd23_4f8c_99e8_b9ccd6f9f3a2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-08"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Electrochemical cell that has two half-cells separated by a wall permeable to ions, both containing the same electrolyte differing only in their ion concentrations. - ---IEC60050"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Concentration_cell"@en ; - skos:prefLabel "ConcentrationCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_8b40856f_1ca2_4137_9616_7fb624671909 -:EMMO_8b40856f_1ca2_4137_9616_7fb624671909 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_bbb1d95b_72d1_44f6_b07e_a3d7d41ac215 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A gas diffusion electrode in which the gas is air."@en ; - rdfs:comment "The reaction occuring in an air electrode is typically the oxygen reduction reaction (ORR)."@en ; - skos:prefLabel "AirElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_9679fc51_d9c2_484a_9dba_d86ab407fcbe -:EMMO_9679fc51_d9c2_484a_9dba_d86ab407fcbe rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_670360fd_7cf9_4fe7_a9b5_c966f668ec88 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An electrochemical cell in which the predominant reaction mechanisms at both electrodes are conversions."@en ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "Zinc-air cell"@en ; - skos:prefLabel "ConversionCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_99f21272_3aba_4dab_a9b7_63e5e1116beb -:EMMO_99f21272_3aba_4dab_a9b7_63e5e1116beb rdf:type owl:Class ; - rdfs:subClassOf :EMMO_79d1b273-58cd-4be6-a250-434817f7c261 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An electrochemical material that participates in an electrochemical conversion reaction."@en ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "Lithium metal"@en ; - skos:prefLabel "ConversionMaterial"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_9c4e61c6-4a7b-41c2-9133-e780e144ddcd -:EMMO_9c4e61c6-4a7b-41c2-9133-e780e144ddcd rdf:type owl:Class ; - rdfs:subClassOf :EMMO_f89bb8bc-ef9b-43d5-b5df-14e12b0d93b8 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom :EMMO_6a28741c_ef47_4a11_ba3d_166aef581e86 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An ElectrochemicalSubcomponent whose primary role is electronic."@en ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a """Current Collector -Conducting Additive"""@en ; - skos:prefLabel "ElectronicSubcomponent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_9d7e5fea_a49a_4a19_a8de_8e24c60e420c -:EMMO_9d7e5fea_a49a_4a19_a8de_8e24c60e420c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3d805c2a_4801_440e_9e4d_0fa5585c76ae , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_499a652b_5be6_4931_be7b_15d42e544b0b - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_a17ee4e0_c81a_4a64_9ecb_9c6fa022cf4d - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_abfadc99_6e43_4d37_9b04_7fc5b0f327ae - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_cbc0116d_7cc5_4d09_aed7_963c1262a07a - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom emmo:EMMO_498d80ae_9339_49c7_8c74_44aa704e0395 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom emmo:EMMO_ad6c76cf_b400_423e_820f_cf0c4e77f455 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom emmo:EMMO_affe07e4_e9bc_4852_86c6_69e26182a17f - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An equation relating the limiting molar conductivity Λ_m^0 (see Kohlrausch's law) to the ionic diffusion coefficients."@en ; - rdfs:comment "\\Lambda_m^0 = (F^2/(R*T)) * (v_{+} * z_{+}^2 * D_{+} + v_{–} * z_{–}^2 * D_{–})"@en ; - skos:prefLabel "NernstEinsteinEquation"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_9da958fc_f76d_4654_8a78_99b5f98c118c -:EMMO_9da958fc_f76d_4654_8a78_99b5f98c118c rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_038e37a3_1684_4980_b5e4_67ab34cd5bdb , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom emmo:EMMO_ed4af7ae_63a2_497e_bb88_2309619ea405 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_637c576e_a50e_47ae_8c74_2024ce4c6d0f - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A system comprising one electrode in contact with an ionic conductor."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Half-cell"@en ; - skos:prefLabel "ElectrochemicalHalfCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_9f466223_e20a_474d_ac4d_6d4b6131c275 -:EMMO_9f466223_e20a_474d_ac4d_6d4b6131c275 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A non-polarizable electrode is an electrode that holds its potential essentially constant by efficiently allowing electric current to pass. This is a desirable characteristic for a reference electrode. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - skos:prefLabel "NonPolarizableElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_9ffd191e_8ee2_46ca_aa94_f2dcdd9fc3b4 -:EMMO_9ffd191e_8ee2_46ca_aa94_f2dcdd9fc3b4 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6c1483a0_dcf1_4194_92fd_07e40c8da9ad ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The process of generating molecular hydrogen (H2) by a chemical reaction, usually from water (H2O)."@en ; - skos:altLabel "HER"@en ; - skos:prefLabel "HydrogenEvolutionReaction"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_a0580fa9_5073_44af_b33e_7adbc83892d0 -:EMMO_a0580fa9_5073_44af_b33e_7adbc83892d0 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2e3e14f9_4cb8_45b2_908e_47eec893dec8 , - :EMMO_3f99828c_268a_442f_998d_15c89dc4c1b3 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-09"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Electrode reaction in which oxidation occurs at the anode. - ---IEC60050"""@en ; - rdfs:comment """An electrode reaction, when the energy of electrons in the working electrode is lower than the HOMO orbital of the substrate. - ---A. J. Bard, G. Inzelt, and F. Scholz, Eds., Electrochemical Dictionary, 2nd Edition. Berlin: Springer-Verlag, 2012. DOI: https://doi.org/10.1007/978-3-642-29551-5"""@en ; - skos:altLabel "Electrooxidation"@en , - "ElectrooxidationReaction"@en ; - skos:prefLabel "AnodicReaction"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_a0a619d7_da95_41f0_8bc3_9c19d636d543 -:EMMO_a0a619d7_da95_41f0_8bc3_9c19d636d543 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-08"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Electrode that serves only as a source or sink for electrons without playing a chemical role in the electrode reaction. - ---IEC60050"""@en ; - rdfs:comment "Noble metals, mercury, and carbon are typically used as inert electrodes."@en ; - skos:prefLabel "InertElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_a1bbb273_bc05_4e80_8817_82479178bb41 -:EMMO_a1bbb273_bc05_4e80_8817_82479178bb41 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_af499b32_68a7_4b8c_972e_4ebdba8b314e ; - emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "A base that completely dissociates in water." ; - skos:prefLabel "StrongBase"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_a2b92d2e_4431_411e_8da5_a4c08bac2c0e -:EMMO_a2b92d2e_4431_411e_8da5_a4c08bac2c0e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_f0c24970_4c14_4207_bd78_5f2181a67085 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-17"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Process inside an electrolytic cell used to coat a conductive object with a layer of a material. - ---IEC60050"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Electroplating"@en ; - rdfs:comment """The process of depositing a usually thin layer of metal upon a usually metallic substrate (or any other conductor, e.g. graphite), in order to improve the appearance, and/or to change the surface properties of the substrate. - ---A. J. Bard, G. Inzelt, and F. Scholz, Eds., Electrochemical Dictionary, 2nd Edition. Berlin: Springer-Verlag, 2012. DOI: https://doi.org/10.1007/978-3-642-29551-5"""@en ; - skos:altLabel "Galvanizing"@en ; - skos:prefLabel "Electroplating"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_a462859d_d8bd_48ea_8bde_1576f1248a1e -:EMMO_a462859d_d8bd_48ea_8bde_1576f1248a1e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Electrode in the form of foil, mesh, wire, rod, tube, powder, pellets, or single crystal of silver. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - rdfs:comment "Ag electrodes were first used in potentiometry for the determination of Cl−, Br−, I−, as well as for Ag+ ions, to which they are sensitive."@en ; - skos:altLabel "AgElectrode"@en ; - skos:prefLabel "SilverElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_a6a69e90_06b5_45b1_83cf_7c0bf39b2914 -:EMMO_a6a69e90_06b5_45b1_83cf_7c0bf39b2914 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_19abaccd_43be_4048_965c_e4fb63c5951b , - :EMMO_d07d939a_7865_406d_867a_0500b02cba47 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_50044b99_b858_433b_a32d_23d1e1cf88b2 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_79d1b273-58cd-4be6-a250-434817f7c261 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_d1042a12_e4be_4992_86cb_59420ef4e05c - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom emmo:EMMO_8043d3c6_a4c1_4089_ba34_9744e28e5b3d - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-01"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A chemical reaction in an electrolyte involving a transfer of electrons between chemical components or between chemical components and an electrode. - ---IEC60050"""@en ; - rdfs:comment """Any process either caused or accompanied by the passage of an electric current and involving in most cases the transfer of electrons between two substances. - ---Bockris, J. O'M. and Despić, . Aleksandar R. (2011, December 15). Electrochemical reaction. Encyclopedia Britannica. https://www.britannica.com/science/electrochemical-reaction"""@en , - "Electrochemical reactions occur at electrochemical interfaces."@en ; - skos:altLabel "ChargeTransferReaction"@en ; - skos:prefLabel "ElectrochemicalReaction"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_a9fc3f77_e48e_4bce_b118_044d608722f6 -:EMMO_a9fc3f77_e48e_4bce_b118_044d608722f6 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_f2d5d3ad_2e00_417f_8849_686f3988d929 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Measuring instrument [VIM 3.1] for electric current that controls the potential difference between a working electrode and a reference electrode and measures the electric current between a working electrode and an auxiliary electrode. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Potentiostat"@en ; - skos:prefLabel "Potentiostat"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_aea54471_e0d4_479c_8c11_fd0a4bfe276c -:EMMO_aea54471_e0d4_479c_8c11_fd0a4bfe276c rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_ecb0395f_ee1e_4e9a_bf5c_d8e56eee2d18 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-06"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Chemical reaction which occurs in addition to the main process. - ---IEC60050"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Side_reaction"@en ; - skos:altLabel "SecondaryReaction"@en ; - skos:prefLabel "SideReaction"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_af499b32_68a7_4b8c_972e_4ebdba8b314e -:EMMO_af499b32_68a7_4b8c_972e_4ebdba8b314e rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_cbcf8fe6_6da6_49e0_ab4d_00f737ea9689 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-18"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A substance that decreases the concentration of hydrogen cations H+ when dissolved."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Base_(chemistry)"@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/B00601" ; - rdfs:comment """\"A chemical species or molecular entity having an available pair of electrons capable of forming a covalent bond with a hydron (proton) (see Brønsted base) or with the vacant orbital of some other species (see Lewis base).\" - ---IUPAC Gold Book"""@en ; - skos:altLabel "AlkalineSubstance"@en ; - skos:prefLabel "Base"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_b0413a83_d22f_48a4_b5f4_e4a7d88765bc -:EMMO_b0413a83_d22f_48a4_b5f4_e4a7d88765bc rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_757eae08_4d43_42d4_8b4e_8a0bfd2f9a1c - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An electrochemical cell in which the predominant reaction mechanisms at both electrodes are intercalations."@en ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "Li-ion cell"@en ; - skos:prefLabel "IntercalationCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_b0a0dddb_d942_4af2_b6a7_d7165f4253f1 -:EMMO_b0a0dddb_d942_4af2_b6a7_d7165f4253f1 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7aa79b12-6b34-4724-9728-f31b5f7ed83d ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Electrode of a composite of carbon powder and a pasting liquid (including mineral oil, Nujol, bromoform, bromonaphthalene). - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - rdfs:comment "The CPE was first described by Adams in 1958. A CPE is typically housed in a Teflon holder, contacted by a conductive wire (occasionally a piston is used to renew the surface by extrusion of the used paste). Problems are long-term stability of the paste and that the binder can influence its properties."@en , - "These electrodes can easily be chemically modified by the incorporation of reagents (electrocatalysts, redox mediators, complexation agents, enzymes, etc.) and by the attachment of micro- or nanoparticles to prepare electrochemical sensors for analytical applications."@en ; - skos:altLabel "CPE"@en ; - skos:prefLabel "CarbonPasteElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_b525a629_a679_464f_bc5b_b49d2fc82686 -:EMMO_b525a629_a679_464f_bc5b_b49d2fc82686 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_f2d5d3ad_2e00_417f_8849_686f3988d929 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """An electrochemical cell for conductivity measurements. - ---A. J. Bard, G. Inzelt, and F. Scholz, Eds., Electrochemical Dictionary, 2nd Edition. Berlin: Springer-Verlag, 2012. DOI: http://doi.org/10.1007/978-3-642-29551-5"""@en ; - rdfs:comment """Formed, in theory, by two 1 cm2 reversible electrodes spaced 1 cm apart, providing a uniform distribution of electrical field. In practice, however, a number -of other configurations are used."""@en ; - skos:prefLabel "ConductivityCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_b6319c74_d2ce_48c0_a75a_63156776b302 -:EMMO_b6319c74_d2ce_48c0_a75a_63156776b302 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Anode"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Electrode of an electrochemical cell through which net electric current flows and at which the predominating electrochemical reaction is an oxidation. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Anode"@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/A00370"@en ; - rdfs:comment "At an anode, electrons are produced in a galvanic cell or extracted in an electrolytic cell."@en , - "The concepts of “anode” and “cathode” are related only to the direction of electron flow, not to the polarity of the electrodes."@en ; - skos:prefLabel "Anode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_b6a52fdb_ba40_4caf_a8d9_523a467eb799 -:EMMO_b6a52fdb_ba40_4caf_a8d9_523a467eb799 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_cbcf8fe6_6da6_49e0_ab4d_00f737ea9689 ; - emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "\"A chemical compound consisting of an assembly of cations and anions.\" IUPAC Gold Book" ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/S05447" ; - skos:prefLabel "Salt"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_b76a778f_253f_4210_a67f_fb6444d0de26 -:EMMO_b76a778f_253f_4210_a67f_fb6444d0de26 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_df78745e_f9db_4830_88f0_8ce074fcb8ff ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Mercury electrode formed by sequence of mercury drops falling from a small aperture. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Dropping_mercury_electrode"@en ; - rdfs:comment "Other kinds of mercury drop electrodes are the static mercury drop electrode (SMDE), in which a drop is held at constant radius before being mechanically knocked off, and the hanging mercury drop elec- trode (HMDE), in which the whole experiment is performed on a single drop of mercury."@en , - "The DME was introduced by Jaroslav Heyrovský (1890 – 1967). A drop is renewed every few seconds. Many metals amalgamate with mercury so that in the analysis of metal ions in aqueous solution the DME maintains a fresh surface throughout."@en ; - skos:altLabel "DME"@en ; - skos:prefLabel "DroppingMercuryElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_b812e9d0_7c58_4455_b3e7_6847f10c8e8a -:EMMO_b812e9d0_7c58_4455_b3e7_6847f10c8e8a rdf:type owl:Class ; - rdfs:subClassOf :EMMO_fa22874b_76a9_4043_8b8f_6086c88746de ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Aqueous_solution"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """An ion-transport medium, which may be immobilized, in which water is the solvent. - ---IEEE Standard Glossary of Stationary Battery Terminology (2016), https://doi.org/10.1109/IEEESTD.2016.7552407"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Aqueous_solution"@en ; - skos:altLabel "AqueousElectrolyticSolution"@en ; - skos:prefLabel "AqueousElectrolyte"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_b91180e7_97ae_49e2_bf82_5bf720e7fa66 -:EMMO_b91180e7_97ae_49e2_bf82_5bf720e7fa66 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_038e37a3_1684_4980_b5e4_67ab34cd5bdb ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-03"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Device that stores electrical energy using a double layer in an electrochemical cell. - ---IEC60050"""@en ; - skos:altLabel "Supercapacitor"@en ; - skos:prefLabel "ElectrochemicalCapacitor"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_b9bece97_a511_4cb9_88a2_b5bd5c5e5d74 -:EMMO_b9bece97_a511_4cb9_88a2_b5bd5c5e5d74 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_7729c34e_1ae9_403d_b933_1765885e7f29 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_871bc4a4_2d17_4b88_9b0f_7ab85f14afea - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_fb988878_ee54_4350_9ee9_228c00c3ad35 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Electrochemical cell with a working electrode, reference electrode, and auxiliary electrode. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - rdfs:comment "A potentiostat can be used to maintain a potential difference between the working and ref- erence electrodes."@en , - "Electric current flows between the working and auxiliary electrodes. Electrode potential may be measured between the working and reference electrodes."@en ; - skos:prefLabel "ThreeElectrodeCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_bbb1d95b_72d1_44f6_b07e_a3d7d41ac215 -:EMMO_bbb1d95b_72d1_44f6_b07e_a3d7d41ac215 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3663991d-9319-4f7a-922b-f0e428b58801 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A type of electrode specifically designed for gaseous reactants or products or both. - ---IEC 60050"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Gas_diffusion_electrode"@en ; - rdfs:comment "A gas diffusion electrode usually comprises one or more porous layers, like the gas diffusion layer and the catalyst layer."@en , - "Gas diffusion electrodes can be gas diffusion anodes or gas diffusion cathodes."@en , - "Gas diffusion electrodes can be used in batteries, fuel cells, and electrolyzers."@en ; - skos:altLabel "GDE"@en ; - skos:prefLabel "GasDiffusionElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_bd33779c_6f40_4354_ab5d_f6c17396414d -:EMMO_bd33779c_6f40_4354_ab5d_f6c17396414d rdf:type owl:Class ; - rdfs:subClassOf :EMMO_e248373f_294f_4ca4_9edf_0ad6653bb64f ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-05"@en ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Fuel_cell"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Galvanic cell that transforms chemical energy from continuously supplied reactants to electric energy by an electrochemical process. - ---IEC60050"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Fuel_cell"@en ; - skos:prefLabel "FuelCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_c2024587_3237_474e_8df9_91d10db2df47 -:EMMO_c2024587_3237_474e_8df9_91d10db2df47 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Electrode whose potential changes with an applied potential. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - skos:prefLabel "PolarizableElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_c230694a_04ce_4719_88a4_ecfa85167c30 -:EMMO_c230694a_04ce_4719_88a4_ecfa85167c30 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_cbcf8fe6_6da6_49e0_ab4d_00f737ea9689 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-17"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A substance that increases the concentration of hydrogen cations H+ when dissolved. - ---IEC60050"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Acid"@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/A00071" ; - rdfs:comment """\"A molecular entity or chemical species capable of donating a hydron (proton) (see Brønsted acid) or capable of forming a covalent bond with an electron pair (see Lewis acid).\" - ---IUPAC Gold Book""" ; - skos:altLabel "AcidicSubstance"@en ; - skos:prefLabel "Acid"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_c3f4b34a_0e2c_46f3_baab_4ebd2682d26f -:EMMO_c3f4b34a_0e2c_46f3_baab_4ebd2682d26f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_609b340f_3450_4a10_95c2_c457e3eb8a89 ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Ionic_liquid"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """An ionic liquid is an electrolyte composed of a salt that is liquid below 100 °C. Ionic liquids have found uses in electrochemical analysis, because their unconventional properties include a negligible vapor pressure, a high thermal and electrochemical stability, and exceptional dissolution properties for both organic and inorganic chemical species. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Ionic_liquid"@en ; - skos:altLabel "IonicLiquid"@en ; - skos:prefLabel "IonicLiquidElectrolyte"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_c4a778c7_33da_4e1a_960e_402a210bfeff -:EMMO_c4a778c7_33da_4e1a_960e_402a210bfeff rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-16"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Platinized platinum electrode saturated by a stream of pure gaseous hydrogen. - ---IEC60050"""@en ; - rdfs:comment "A platinized platinum electrode consists of a platinum rod covered by compact platinum powder called platinum black."@en ; - skos:prefLabel "HydrogenElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_c5e5ce2f_6dd5_4b42_97ea_0eb12ff03854 -:EMMO_c5e5ce2f_6dd5_4b42_97ea_0eb12ff03854 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6c1483a0_dcf1_4194_92fd_07e40c8da9ad ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The reduction half reaction whereby molecular oxygen (O2) is reduced to water (H2O) or hydrogen peroxide (H2O2)."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Oxygen_reduction_reaction"@en ; - rdfs:comment "The ORR is the dominant cathode reaction in metal-air batteries and hydrogen fuel cells."@en , - "The ORR usually requires a catalyst in practical electrodes."@en ; - skos:altLabel "ORR"@en ; - skos:prefLabel "OxygenReductionReaction"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_c9e0fb9b_c11e_48ab_9245_04b45e15dcfb -:EMMO_c9e0fb9b_c11e_48ab_9245_04b45e15dcfb rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c230694a_04ce_4719_88a4_ecfa85167c30 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An acid that completely dissociates in water." ; - skos:prefLabel "StrongAcid"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_cdaf1d61_b5df_43a9_91a4_a5b7f719e2b4 -:EMMO_cdaf1d61_b5df_43a9_91a4_a5b7f719e2b4 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_b953f2b1_c8d1_4dd9_b630_d3ef6580c2bb ; - skos:prefLabel "ElectrochemicalConstant"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_ce548161_c987_4beb_9091_adcf80027310 -:EMMO_ce548161_c987_4beb_9091_adcf80027310 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_af499b32_68a7_4b8c_972e_4ebdba8b314e ; - emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "A base that partially dissociates in water." ; - skos:prefLabel "WeakBase"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_d07d939a_7865_406d_867a_0500b02cba47 -:EMMO_d07d939a_7865_406d_867a_0500b02cba47 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_ecb0395f_ee1e_4e9a_bf5c_d8e56eee2d18 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_5562e8ed_b297_4fb4_8db8_a36b99fd53b1 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_e438f539_b8f5_41ae_b2a6_254a6c90414e - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom emmo:EMMO_8043d3c6_a4c1_4089_ba34_9744e28e5b3d - ] ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Redox"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Chemical reactions in which the reactants exchange electrons between each other. - ---A. J. Bard, G. Inzelt, and F. Scholz, Eds., Electrochemical Dictionary, 2nd Edition. Berlin: Springer-Verlag, 2012. DOI: https://doi.org/10.1007/978-3-642-29551-5"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Redox"@en ; - skos:altLabel "OxidationReductionReaction"@en , - "ReductionOxidationReaction"@en ; - skos:prefLabel "RedoxReaction"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_d1042a12_e4be_4992_86cb_59420ef4e05c -:EMMO_d1042a12_e4be_4992_86cb_59420ef4e05c rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_04943e49_1304_4119_8a65_2e91a4f5f02a ; - skos:prefLabel "ChargeCarrierIon"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_d48ea516_5cac_4f86_bc88_21b6276c0938 -:EMMO_d48ea516_5cac_4f86_bc88_21b6276c0938 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3d805c2a_4801_440e_9e4d_0fa5585c76ae , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_499a652b_5be6_4931_be7b_15d42e544b0b - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_60741c58_a10d_4aa6_bb68_0066a6ff8e30 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_a24f8581_a5a4_41a4_bb45_d0fdd5c0d810 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_abfadc99_6e43_4d37_9b04_7fc5b0f327ae - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_ccde24bb_790a_40ca_a06e_cea156a61031 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom emmo:EMMO_ad6c76cf_b400_423e_820f_cf0c4e77f455 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom emmo:EMMO_affe07e4_e9bc_4852_86c6_69e26182a17f - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The standard phenomenological model for electrode kinetics, describing the relation between the electrode current from an electrochemical charge-transfer reaction and the surface overpotential of the electrode."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Butler%E2%80%93Volmer_equation"@en ; - rdfs:comment "i = i0 * (exp(alpha*n*F*eta/(R*T)) – exp(-(1-alpha)*n*F*eta/(R*T)))" ; - skos:altLabel "ButlerVolmerApproximation"@en , - "ErdeyGruzVolmerEquation"@en ; - skos:prefLabel "ButlerVolmerEquation"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_dc205ac2_314e_415c_a2b6_b12e8359d54c -:EMMO_dc205ac2_314e_415c_a2b6_b12e8359d54c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_b812e9d0_7c58_4455_b3e7_6847f10c8e8a ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An aqueous electrolyte with a nominal pH value between 6 and 8."@en ; - skos:altLabel "NearNeutralAqueousElectrolyte"@en , - "NearNeutralSolution"@en ; - skos:prefLabel "NearNeutralElectrolyte"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_dd15b4b0-11e7-4900-b379-9702a8caa6bb -:EMMO_dd15b4b0-11e7-4900-b379-9702a8caa6bb rdf:type owl:Class ; - rdfs:subClassOf :EMMO_f89bb8bc-ef9b-43d5-b5df-14e12b0d93b8 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An ElectrochemicalSubcomponent whose primary role is to provide structural integrity."@en ; - skos:prefLabel "StructuralSubcomponent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_df78745e_f9db_4830_88f0_8ce074fcb8ff -:EMMO_df78745e_f9db_4830_88f0_8ce074fcb8ff rdf:type owl:Class ; - rdfs:subClassOf :EMMO_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Liquid metal electrode used in polarography. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - rdfs:comment "A mercury film electrode (MFE) or thin mercury film electrode (TMFE) is formed by coating a conducting substrate, usually glassy carbon, with a layer of mercury (thin film, amalgam, or array of microdrops), often by electrodeposition from a solution containing Hg(II). The electrode area is normally in the range of 0.1 to 0.5 cm2 and mercury film thickness typically ranges from 10 to 1000 nm, producing a film of large surface area-to-volume ratio that results in a high analyte pre-concentration during the deposition step of anodic stripping voltammetry. Compared to an HMDE, the MFE provides high sensitivity and resolution; however, it is somewhat less reproducible and more prone to interferences from intermetallic formation and surface-active substances."@en , - "Liquid mercury is an ideal electrode material for negative potentials because of its high overpotential for hydrogen evolution (electrochemical reduction of hydroxonium cations from solution). However, mercury is readily oxidized, particularly in the presence of anions that form complexes or that pre- cipitate with Hg(I) or Hg(II) ions, and thus it is not suitable for use at positive potentials. The use of liquid mercury has largely been discontinued because of concerns about the toxicity of the element and its compounds."@en ; - skos:altLabel "HgElectrode"@en ; - skos:prefLabel "MercuryElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_e248373f_294f_4ca4_9edf_0ad6653bb64f -:EMMO_e248373f_294f_4ca4_9edf_0ad6653bb64f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-02"@en ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Galvanic_cell"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Electrochemical cell in which chemical reactions occur spontaneously and chemical energy is converted into electrical energy. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Galvanic_cell"@en ; - rdfs:comment """An electrochemical cell that spontaneously produces work. - --- J. Newman, Electrochemical Systems (p. 6)"""@en , - """Electrochemical cell intended to produce electric energy. - ---IEC60050"""@en ; - skos:prefLabel "GalvanicCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_e2a1dae1_05e4_4bd1_a39d_0eb10db482bc -:EMMO_e2a1dae1_05e4_4bd1_a39d_0eb10db482bc rdf:type owl:Class ; - rdfs:subClassOf :EMMO_19abaccd_43be_4048_965c_e4fb63c5951b ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-09"@en ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Electrolysis"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Method of separating and neutralizing ions by an electric current in an electrolytic cell. - ---IEC60050"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Electrolysis"@en ; - skos:prefLabel "Electrolysis"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_e3ec1307_09d7_4b61_97e3_a69ec87fb408 -:EMMO_e3ec1307_09d7_4b61_97e3_a69ec87fb408 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c230694a_04ce_4719_88a4_ecfa85167c30 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An acid that partially dissociates in water." ; - skos:prefLabel "WeakAcid"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_e438f539_b8f5_41ae_b2a6_254a6c90414e -:EMMO_e438f539_b8f5_41ae_b2a6_254a6c90414e rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_df96cbb6_b5ee_4222_8eab_b3675df24bea , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6 ; - owl:someValuesFrom :EMMO_5b95ac64_2724_4c64_a7ca_db08bde7f5ab - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6 ; - owl:someValuesFrom :EMMO_7ded61d8_2e4b_4994_9c40_54ec1fd60564 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An element or compound that accepts an electron from an electron donator (reducing agent) in a redox chemical reaction."@en ; - skos:altLabel "OxidizingAgent"@en ; - skos:prefLabel "Oxidant"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_e931087f_7681_4096_b200_5223bcc47eb4 -:EMMO_e931087f_7681_4096_b200_5223bcc47eb4 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-06"@en ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 """Electrochemical cell intended to produce chemical reactions. - ---IEC60050"""@en , - "https://dbpedia.org/page/Electrolytic_cell"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Electrolytic_cell"@en ; - rdfs:comment """An electrochemical cell that requires input of work to drive the reaction. - --- J. Newman, Electrochemical Systems (p. 6)"""@en , - """Electrochemical cell in which electrical energy is converted into chemical energy. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - skos:prefLabel "ElectrolyticCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_ebdb68e9_c4b5_4d57_a042_c0f51d446755 -:EMMO_ebdb68e9_c4b5_4d57_a042_c0f51d446755 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_d95e6e0d-e8eb-411a-b407-0d1a517e8767 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A material that participates in a functional process in an electrochemical assembly." ; - skos:prefLabel "ElectrochemicalMaterial"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_ec6f3d6f_bdf5_418f_9314_3ef2ff528103 -:EMMO_ec6f3d6f_bdf5_418f_9314_3ef2ff528103 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_b0a0dddb_d942_4af2_b6a7_d7165f4253f1 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Development of a carbon paste electrode that is screen printed using a carbon/polymer mixture of suitable composition. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - rdfs:comment "These electrodes can easily be chemically modified by the incorporation of reagents (electrocatalysts, redox mediators, complexation agents, enzymes, etc.) and by the attachment of micro- or nanoparticles to prepare electrochemical sensors for analytical applications."@en , - "Typical composition of a carbon ink expressed as mass fractions is graphite powder 60 % and polystyrene 40 %."@en ; - skos:prefLabel "CarbonInkElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_efc38420_ecbb_42e4_bb3f_208e7c417098 -:EMMO_efc38420_ecbb_42e4_bb3f_208e7c417098 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """An electrochemical cell which is designed to be electrically recharged. - -Adapted from: ---IEC 60050, International electro technical vocabulary. Chapter 486: Secondary cells and batteries. https://www.electropedia.org/iev/iev.nsf/index?openform&part=482"""@en ; - skos:altLabel "SecondaryElectrochemicalCell"@en ; - skos:prefLabel "SecondaryCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_f0c24970_4c14_4207_bd78_5f2181a67085 -:EMMO_f0c24970_4c14_4207_bd78_5f2181a67085 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a6a69e90_06b5_45b1_83cf_7c0bf39b2914 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The process of forming a film or a bulk material using an electrochemical process where the electrons are supplied by an external power supply. - ---A. J. Bard, G. Inzelt, and F. Scholz, Eds., Electrochemical Dictionary, 2nd Edition. Berlin: Springer-Verlag, 2012. DOI: https://doi.org/10.1007/978-3-642-29551-5"""@en ; - skos:prefLabel "Electrodeposition"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_f1f61589_831a_44a7_ad1f_246d8a029453 -:EMMO_f1f61589_831a_44a7_ad1f_246d8a029453 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_d07d939a_7865_406d_867a_0500b02cba47 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A reaction in which a substance gains electrons from another reagent called reductant which itself is oxidized. - ---A. J. Bard, G. Inzelt, and F. Scholz, Eds., Electrochemical Dictionary, 2nd Edition. Berlin: Springer-Verlag, 2012. DOI: https://doi.org/10.1007/978-3-642-29551-5"""@en ; - rdfs:comment "The opposite of an oxidation reaction."@en ; - skos:altLabel "Reduction"@en ; - skos:prefLabel "ReductionReaction"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_f4a1323a_ce2b_4c1a_b89d_c80170110ed6 -:EMMO_f4a1323a_ce2b_4c1a_b89d_c80170110ed6 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2e3e14f9_4cb8_45b2_908e_47eec893dec8 , - :EMMO_f1f61589_831a_44a7_ad1f_246d8a029453 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-10"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Electrode reaction in which reduction occurs at the cathode. - ---IEC60050"""@en ; - rdfs:comment """Electrode reaction, where the energy of electrons in the working electrode is higher than the LUMO orbital of the substrate. - ---A. J. Bard, G. Inzelt, and F. Scholz, Eds., Electrochemical Dictionary, 2nd Edition. Berlin: Springer-Verlag, 2012. DOI: https://doi.org/10.1007/978-3-642-29551-5"""@en ; - skos:altLabel "Electroreduction"@en , - "ElectroreductionReaction"@en ; - skos:prefLabel "CathodicReaction"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_f6fcd255_248d_4603_b128_04dab960a676 -:EMMO_f6fcd255_248d_4603_b128_04dab960a676 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Electrode that responds to one, or more than one, species in the solution being investigated, with no appreciable change of bulk solution composition during the measurement. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/I03006"@en ; - rdfs:comment "If processes of interest occur both at the anode and the cathode of a cell (as in differential amperometry or controlled-current potentiometric titration with two indicator electrodes), the cell should be said to comprise two indicator or working electrodes."@en , - "This term is typically used in potentiometry."@en ; - skos:prefLabel "IndicatorElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_f89bb8bc-ef9b-43d5-b5df-14e12b0d93b8 -:EMMO_f89bb8bc-ef9b-43d5-b5df-14e12b0d93b8 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_038e37a3_1684_4980_b5e4_67ab34cd5bdb , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom emmo:EMMO_7c055d65_2929_40e1_af4f_4bf10995ad50 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom emmo:EMMO_ed4af7ae_63a2_497e_bb88_2309619ea405 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_ebdb68e9_c4b5_4d57_a042_c0f51d446755 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A subcomponent of an ElectrochemicalComponent."@en ; - skos:prefLabel "ElectrochemicalSubcomponent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_fa22874b_76a9_4043_8b8f_6086c88746de -:EMMO_fa22874b_76a9_4043_8b8f_6086c88746de rdf:type owl:Class ; - rdfs:subClassOf :EMMO_609b340f_3450_4a10_95c2_c457e3eb8a89 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A solution (with a solvent and one or many solutes) that generally contains ions, atoms or molecules that have lost or gained electrons, and is electrically conductive. - ---Electrolyte Solutions. (2021, February 17). Retrieved April 28, 2021, from https://chem.libretexts.org/@go/page/1619"""@en ; - rdfs:comment "A liquid electrolyte that consists of solutes dissolved in a solvent."@en ; - skos:altLabel "ElectrolyticSolution"@en ; - skos:prefLabel "ElectrolyteSolution"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_fb0d9eef_92af_4628_8814_e065ca255d59 -:EMMO_fb0d9eef_92af_4628_8814_e065ca255d59 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_23b866e8-27c6-4fd8-a1d2-6b58ad4445af , - :EMMO_ebdb68e9_c4b5_4d57_a042_c0f51d446755 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_d1042a12_e4be_4992_86cb_59420ef4e05c - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-02"@en ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Electrolyte"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A material in which the mobile species are ions and free movement of electrons is blocked. - --- J. Newman and K. E. Thmoas-Alyea, Electrochemical Systems, 3rd ed. Hoboken, New Jersey: John Wiley & Sons, 2004.""" ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Electrolyte"@en ; - rdfs:comment """1. Conducting medium in which the flow of electric current is accompanied by the movement of ions. -2. Substance that provides ions on dissolution in a solvent or on melting. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en , - "A solid electrolyte is a solid material where the predominant charge carriers are ions. For example: NASICON (Na Super Ionic Conductor), which has the general formula Na1+xZr2P3-xSix O12 , 0 < x < 3."@en , - "An ionic liquid is an electrolyte composed of a salt that is liquid below 100 °C. Ionic liquids have found uses in electrochemical analysis, because their unconventional properties include a negligible vapor pressure, a high thermal and electrochemical stability, and exceptional dissolution properties for both organic and inorganic chemical species."@en , - """Liquid or solid substance containing mobile ions that render it conductive. - ---IEC 60050-482, 114-01-02"""@en ; - skos:prefLabel "Electrolyte"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_fb988878_ee54_4350_9ee9_228c00c3ad35 -:EMMO_fb988878_ee54_4350_9ee9_228c00c3ad35 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Electrode at which one or more electroactive substances undergo reaction in the solution being investigated. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Working_electrode"@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/W06686"@en ; - rdfs:comment """An electrode at which a given electrode process is examined. - ---A. J. Bard, G. Inzelt, and F. Scholz, Eds., Electrochemical Dictionary, 2nd Edition. Berlin: Springer-Verlag, 2012. DOI: doi.org/10.1007/978-3-642-29551-5"""@en , - "If processes of interest occur both at the anode and the cathode of a cell (as in differential amperometry or controlled-current potentiometric titration with two indicator electrodes), the cell should be said to comprise two indicator or working electrodes."@en , - "Te potential of a working electrode is controlled with respect to the reference electrode."@en , - "This term is typically used in voltammetry, polarography, amperometry, and coulometry."@en ; - skos:prefLabel "WorkingElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_fb9bf7cb_dd4b_4391_99a1_628263dd6940 -:EMMO_fb9bf7cb_dd4b_4391_99a1_628263dd6940 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_f2d5d3ad_2e00_417f_8849_686f3988d929 ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Voltmeter"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Measuring instrument [VIM 3.1] to obtain the electrical charge passed in an experiment, or to produce a known amount of substance in a titration. - ---J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Voltameter"@en ; - rdfs:comment "Modern instruments for measuring trace water by Karl Fischer titration use the passage of a measured charge to produce iodine from iodide solution. They are known as Karl Fischer coulometers"@en , - "The silver coulometer is a primary reference measurement procedure [VIM 2.8] for charge and current. By weighing the mass of silver deposited in a known time at constant current, the charge and current are calculated from Faraday’s laws of electrolysis"@en ; - skos:altLabel "Voltameter"@en ; - skos:prefLabel "Coulometer"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_fe3a6c9a_85b8_4da6_aa4f_71c8de74939e -:EMMO_fe3a6c9a_85b8_4da6_aa4f_71c8de74939e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3d805c2a_4801_440e_9e4d_0fa5585c76ae , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_499a652b_5be6_4931_be7b_15d42e544b0b - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_740d5817_3fa7_464a_90c3_55552e51a3df - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_7fc10197_41d9_4c1e_a107_928f03eb2d36 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_abfadc99_6e43_4d37_9b04_7fc5b0f327ae - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_d91940f0_c8b6_4505_9b68_6bf6cfc5c544 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom emmo:EMMO_ad6c76cf_b400_423e_820f_cf0c4e77f455 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom emmo:EMMO_affe07e4_e9bc_4852_86c6_69e26182a17f - ] ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Nernst_equation"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An equation that relates the reduction potential of an electrochemical reaction (half-cell or full cell reaction) to the standard electrode potential, temperature, and activities (often approximated by concentrations) of the chemical species undergoing reduction and oxidation."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Nernst_equation" ; - rdfs:comment "An expression of the Law of Mass Action."@en , - "E_{eq} = E^0 - (R*T/(z*F))*ln(Q)" ; - skos:prefLabel "NernstEquation"@en . - - -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/ontology/electrochemistry/0.3.0/electrochemicalquantities/catalog-v001.xml b/ontology/electrochemistry/0.3.0/electrochemicalquantities/catalog-v001.xml deleted file mode 100644 index 5da0d87..0000000 --- a/ontology/electrochemistry/0.3.0/electrochemicalquantities/catalog-v001.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/ontology/electrochemistry/0.3.0/electrochemicalquantities/electrochemicalquantities.ttl b/ontology/electrochemistry/0.3.0/electrochemicalquantities/electrochemicalquantities.ttl deleted file mode 100644 index 691154c..0000000 --- a/ontology/electrochemistry/0.3.0/electrochemicalquantities/electrochemicalquantities.ttl +++ /dev/null @@ -1,1374 +0,0 @@ -@prefix : . -@prefix owl: . -@prefix rdf: . -@prefix xml: . -@prefix xsd: . -@prefix emmo: . -@prefix rdfs: . -@prefix skos: . -@prefix dcterms: . -@prefix annotations: . -@base . - - rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; - dcterms:abstract """Everything needed to describe fundamental quantities in electrochemistry common to all electrochemical systems. - -Released under the Creative Commons license Attribution 4.0 International (CC BY 4.0)."""@en ; - dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - owl:versionInfo "0.3.0" . - -################################################################# -# Annotation properties -################################################################# - -### http://purl.org/dc/terms/abstract -dcterms:abstract rdf:type owl:AnnotationProperty . - - -### http://purl.org/dc/terms/license -dcterms:license rdf:type owl:AnnotationProperty . - - -### http://www.w3.org/2004/02/skos/core#prefLabel -skos:prefLabel rdf:type owl:AnnotationProperty . - - -################################################################# -# Classes -################################################################# - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_03a6ce70_5085_4683_bb4e_fc3c18f7143a -:EMMO_03a6ce70_5085_4683_bb4e_fc3c18f7143a rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1cd1d777_e67b_47eb_81f1_edac35d9f2c6 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-09" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "part of the electrode polarization arising from an electric current through an ohmic resistance within the electrode or the electrolyte."@en ; - skos:altLabel "OhmicOvervoltage"@en , - "OhmicPolarization"@en ; - skos:prefLabel "OhmicOverpotential"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_03a6ce70_5085_4683_bb4e_fc3c18f7143a ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "part of the electrode polarization arising from an electric current through an ohmic resistance within the electrode or the electrolyte."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_07e219c3_890f_488f_bd96_bee8e445d764 -:EMMO_07e219c3_890f_488f_bd96_bee8e445d764 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 , - :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electric current that flows, at a particular value of the applied potential, in the absence of the substance whose electrode behaviour is being investigated, i.e. a \"blank\" solution."@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/R05311"@en ; - rdfs:comment "I_{r}"@en , - "The residual (or background) current may be subtracted from the total current to calculate the net faradaic current."@en ; - skos:altLabel "BackgroundCurrent"@en ; - skos:prefLabel "ResidualCurrent"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_07e219c3_890f_488f_bd96_bee8e445d764 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Electric current that flows, at a particular value of the applied potential, in the absence of the substance whose electrode behaviour is being investigated, i.e. a \"blank\" solution."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_0853b072_3b80_4864_8147_24ce35407ade -:EMMO_0853b072_3b80_4864_8147_24ce35407ade rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1cd1d777_e67b_47eb_81f1_edac35d9f2c6 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-07" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode polarization associated with an electrochemical reduction reaction."@en ; - skos:altLabel "CathodicPolarization"@en ; - skos:prefLabel "CathodicOverpotential"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_0853b072_3b80_4864_8147_24ce35407ade ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "electrode polarization associated with an electrochemical reduction reaction."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_0c9655c6_6b0b_4819_a219_f286ad196fa9 -:EMMO_0c9655c6_6b0b_4819_a219_f286ad196fa9 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_ffb73b1e_5786_43e4_a964_cb32ac7affb7 , - :EMMO_4a450a27_b84a_4c70_a3a9_15ec30e2f30b ; - rdfs:comment "Inverse of InternalResistance."@en ; - skos:prefLabel "InternalConductance"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_129926b6_fc30_441d_b359_29b44c988514 -:EMMO_129926b6_fc30_441d_b359_29b44c988514 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2d896559_eee3_447c_9759_87c854a4266a ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The electrode electric potential range between which the substance is neither oxidized nor reduced."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Electrochemical_window"@en ; - skos:altLabel "ElectrochemicalStabilityWindow"@en ; - skos:prefLabel "ElectrochemicalWindow"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_1422cde1_929e_46b6_b0dc_1010eebc5dfd -:EMMO_1422cde1_929e_46b6_b0dc_1010eebc5dfd rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2d896559_eee3_447c_9759_87c854a4266a , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The electrochemical potential is the chemical potential of an ion in the presence of an electric potential."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Electrochemical_potential"@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/E01945" ; - rdfs:comment "In quantum mechanical terms, electrochemical potential is defined as the energy level of the electron orbitals in the species that have a 50 percent probability of occupancy."@en ; - skos:prefLabel "ElectrochemicalPotential"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_1422cde1_929e_46b6_b0dc_1010eebc5dfd ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "The electrochemical potential is the chemical potential of an ion in the presence of an electric potential."@en ; - dcterms:source "Atkins and DePaula, Aktins' Physical Chemistry, 8th ed., p.952" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_1422cde1_929e_46b6_b0dc_1010eebc5dfd ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "In quantum mechanical terms, electrochemical potential is defined as the energy level of the electron orbitals in the species that have a 50 percent probability of occupancy."@en ; - dcterms:source "J. Newman and K. E. Thmoas-Alyea, Electrochemical Systems, 3rd ed. Hoboken, New Jersey: John Wiley & Sons, 2004." - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_14577b99_a8a9_4358_9bc5_ab8c401dd34b -:EMMO_14577b99_a8a9_4358_9bc5_ab8c401dd34b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2a2f59b7_aa16_40aa_9c8b_0de8a2720456 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Algebraic sum of faradaic currents flowing through an electrode."@en ; - rdfs:comment "I"@en ; - skos:prefLabel "NetFaradaicCurrent"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_14577b99_a8a9_4358_9bc5_ab8c401dd34b ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Algebraic sum of faradaic currents flowing through an electrode."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_16a5de33_a2ca_4563_80d4_6caeb08d97ca -:EMMO_16a5de33_a2ca_4563_80d4_6caeb08d97ca rdf:type owl:Class ; - rdfs:subClassOf :EMMO_900e357f_2ee3_425a_a0b6_322661117787 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-14" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "nominal property of an electrode, having values negative or positive according to the sign of the electrode potential, or neutral when the electrode potential is zero."@en ; - skos:prefLabel "Polarity"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_16a5de33_a2ca_4563_80d4_6caeb08d97ca ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "nominal property of an electrode, having values negative or positive according to the sign of the electrode potential, or neutral when the electrode potential is zero."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_17626b8e_dfce_4d3a_ae6c_5a7215d43a90 -:EMMO_17626b8e_dfce_4d3a_ae6c_5a7215d43a90 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2a2f59b7_aa16_40aa_9c8b_0de8a2720456 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Faradaic current that is controlled by the rate at which electroactive species diffuse toward (or away from) and electrode-solution interface."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Diffusion_current"@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/D01722"@en ; - rdfs:comment "Diffusion current is governed by Fick’s Laws of diffusion. It is the principle on which many electroana- lytical methods are based, because the current is proportional to the bulk concentration of the diffusing species. I_{d} = z*F*A*D*\\grad(c)_{x=0}, where z is the electron number of an electrochemical reaction, F the Faraday constant, A the electrode surface area, D the diffusion coefficient of electroactive substance, and (∂c/∂x)x=0 the gradient of the amount concentration at the electrode surface position x = 0."@en , - "I_{d}"@en ; - skos:prefLabel "DiffusionCurrent"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_17626b8e_dfce_4d3a_ae6c_5a7215d43a90 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Faradaic current that is controlled by the rate at which electroactive species diffuse toward (or away from) and electrode-solution interface."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_1cd1d777_e67b_47eb_81f1_edac35d9f2c6 -:EMMO_1cd1d777_e67b_47eb_81f1_edac35d9f2c6 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845 , - :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-02" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electrode potential (E) minus the equilibrium electrode potential (Eeq) of an electrochemical reaction."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Overpotential"@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/O04358" ; - rdfs:comment "Deviation of the potential of an electrode from its equilibrium value required to cause a given current to flow through the electrode."@en , - "Overpotential is positive for oxidation reactions and negative for reduction reactions."@en , - "Overpotential is the extra potential, in relation to the equilibrium value, required to cause a given electric current to flow through the electrode."@en , - "difference between the electrode potential with current flow, and the electrode potential without current flow, i.e. the equilibrium potential."@en ; - skos:altLabel "ElectrodePolarization"@en , - "Overvoltage"@en , - "PolarizationPotential"@en ; - skos:prefLabel "Overpotential"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_1cd1d777_e67b_47eb_81f1_edac35d9f2c6 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Electrode potential (E) minus the equilibrium electrode potential (Eeq) of an electrochemical reaction."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_1cd1d777_e67b_47eb_81f1_edac35d9f2c6 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "difference between the electrode potential with current flow, and the electrode potential without current flow, i.e. the equilibrium potential."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_1e3dc60d_dd6b_47d6_8161_70004fc5ee30 -:EMMO_1e3dc60d_dd6b_47d6_8161_70004fc5ee30 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 , - :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-19" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quotient of the capacity of a cell or battery by its mass."@en ; - rdfs:comment "Can also be applied to electrodes."@en ; - skos:altLabel "GravimetricCapacity"@en , - "SpecificChargeCapacity"@en , - "SpecificElectricChargeCapacity"@en ; - skos:prefLabel "SpecificCapacity"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_1e3dc60d_dd6b_47d6_8161_70004fc5ee30 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "quotient of the capacity of a cell or battery by its mass."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_214d925c_76c4_4f69_9afc_056a1ea82fc6 -:EMMO_214d925c_76c4_4f69_9afc_056a1ea82fc6 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 , - :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electric current that accompanies the adsorption of a species."@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/A00159"@en ; - rdfs:comment "I_{ads}"@en , - "The terms “adsorption current” and “limiting adsorption current” should not be applied to faradaic cur- rents that have been increased or decreased by adding a non-electroactive surfactant to a solution con- taining an electroactive substance, nor to currents resulting from the effect of adsorption or desorption on double-layer currents."@en ; - skos:prefLabel "AdsorptionCurrent"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_214d925c_76c4_4f69_9afc_056a1ea82fc6 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Electric current that accompanies the adsorption of a species."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_21745019_2830_4395_bca7_15ddfd266673 -:EMMO_21745019_2830_4395_bca7_15ddfd266673 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An ElectrochemicalQuantity that relates to the kinetics of a reaction."@en ; - skos:prefLabel "ElectrochemicalKineticQuantity"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_22cec04f_c7f3_4ff8_a34b_e512379c9dcb -:EMMO_22cec04f_c7f3_4ff8_a34b_e512379c9dcb rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 , - :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Component of electric current due to transport of ions in the electric field between the electrodes."@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/M03921"@en ; - rdfs:comment "I_{m}"@en , - "The sign convention regarding current is such that the migration current is positive for the oxida- tion of a cation or the reduction of an anion and is negative for the reduction of a cation or for the oxidation of an anion. Hence, the migration current may either increase or decrease the total current observed. The migration current approaches zero as the transport number of the electroactive sub- stance is decreased by increasing the concentration of supporting electrolyte, and hence the conduc- tivity of the solution."@en ; - skos:prefLabel "MigrationCurrent"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_22cec04f_c7f3_4ff8_a34b_e512379c9dcb ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Component of electric current due to transport of ions in the electric field between the electrodes."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_25c5bd91_bbc4_40dd_8d54_1f817371b21c -:EMMO_25c5bd91_bbc4_40dd_8d54_1f817371b21c rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845 , - :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electric potential difference between two solutions separated by an ion-selective membrane in the absence of any electric current flowing through the membrane."@en ; - skos:prefLabel "MembranePotential"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_25c5bd91_bbc4_40dd_8d54_1f817371b21c ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Electric potential difference between two solutions separated by an ion-selective membrane in the absence of any electric current flowing through the membrane."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_2678a656_4a27_4706_8dde_b0a93e9b92fa -:EMMO_2678a656_4a27_4706_8dde_b0a93e9b92fa rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_d4f7d378_5e3b_468a_baa1_a7e98358cda7 , - :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - skos:prefLabel "RestingTime"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_26c84165_e6e3_47f6_8433_e04e755a4751 -:EMMO_26c84165_e6e3_47f6_8433_e04e755a4751 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Alternating_current"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electric current having a sinusoidal wave form that changes direction during a cycle."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Alternating_current"@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/A00252"@en ; - rdfs:comment "The amplitude of an alternating current is half the peak-to-peak difference of the sinusoidal current."@en ; - skos:altLabel "AC"@en ; - skos:prefLabel "AlternatingCurrent"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_26c84165_e6e3_47f6_8433_e04e755a4751 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Electric current having a sinusoidal wave form that changes direction during a cycle."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_2a2f59b7_aa16_40aa_9c8b_0de8a2720456 -:EMMO_2a2f59b7_aa16_40aa_9c8b_0de8a2720456 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 , - :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Faradaic_current"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electric current that results from the electrooxidation or electroreduction of an electroactive substance."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Faradaic_current"@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/F02321"@en ; - rdfs:comment "Current that is produced by other processes, for example by diffusion of charged species, is termed ‘non- faradaic current’."@en , - "I_f"@en ; - skos:prefLabel "FaradaicCurrent"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_2a2f59b7_aa16_40aa_9c8b_0de8a2720456 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Electric current that results from the electrooxidation or electroreduction of an electroactive substance."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_2d896559_eee3_447c_9759_87c854a4266a -:EMMO_2d896559_eee3_447c_9759_87c854a4266a rdf:type owl:Class ; - rdfs:subClassOf :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A thermodynamically derived ElectrochemicalQuantity."@en ; - skos:prefLabel "ElectrochemicalThermodynamicQuantity"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_327eb3e1_f74a_4076_96de_5a2e3f63cb65 -:EMMO_327eb3e1_f74a_4076_96de_5a2e3f63cb65 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 , - :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Component of an electric current that is associated with the presence of an analyate in square-wave voltammetry."@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/S05897"@en ; - rdfs:comment "I_{SW}"@en , - "The component may be faradaic (if the analyte is electroactive) or non-faradaic (if the analyte is surface-active). The simultaneous occurrence of both effects is quite common."@en ; - skos:prefLabel "SquareWaveCurrent"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_327eb3e1_f74a_4076_96de_5a2e3f63cb65 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Component of an electric current that is associated with the presence of an analyate in square-wave voltammetry."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_382b10dc_83aa_4e77_a1d5_1edd06fd1e05 -:EMMO_382b10dc_83aa_4e77_a1d5_1edd06fd1e05 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 , - :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "In dynamic voltammetric techniques, the maximum value of the faradaic current attained by varying the applied potential in the current-potential or I-E curve."@en ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "Typical examples of imposed potential programmes in dynamic voltammetric techniques resulting in peak-shaped responses are linear-scan voltammetry, cyclic voltammetry, ac voltammetry, differential pulse voltammetry, square-wave voltammetry, stripping voltammetry, and derivative techniques."@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/P04457"@en ; - rdfs:comment "I_{p}"@en , - "Since the concentration of an electroactive substance at the electrode-solution interface decreases mono- tonically, the faradaic current due to its electrooxidation or electroreduction increases monotonically with time because of the increasing concentration gradient of the electroactive substance, the concentra- tion of which remains constant in the bulk. The maximum current value is passed when the transport rate of electroactive substance to the electrode-solution interface starts to be lower than the rate at which it is removed by reaction at the electrode. The result of these two competing processes leads to the peak- shaped I-E dependence."@en ; - skos:prefLabel "PeakCurrent"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_382b10dc_83aa_4e77_a1d5_1edd06fd1e05 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "In dynamic voltammetric techniques, the maximum value of the faradaic current attained by varying the applied potential in the current-potential or I-E curve."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_3bb5ae23_59fa_4bc7_9495_803eb6719f28 -:EMMO_3bb5ae23_59fa_4bc7_9495_803eb6719f28 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom emmo:EMMO_14b629dd_a753_49b2_b6c3_4908eb8b7131 - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-33" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quotient of change in open-circuit voltage of a cell or battery by the corresponding change in temperature."@en ; - skos:prefLabel "TemperatureCoefficientOfTheOpenCircuitVoltage"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_3bb5ae23_59fa_4bc7_9495_803eb6719f28 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "quotient of change in open-circuit voltage of a cell or battery by the corresponding change in temperature."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_3e54f9e3_a31d_4821_9bfb_ef953a42c35b -:EMMO_3e54f9e3_a31d_4821_9bfb_ef953a42c35b rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 , - :EMMO_b6da9be9_aa1d_4044_b030_4fcfefff5bf3 ; - skos:prefLabel "MaxPulseDischargeCurrent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_458c65dc_9331_473f_ba96_0bf244ec5e98 -:EMMO_458c65dc_9331_473f_ba96_0bf244ec5e98 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1e3dc60d_dd6b_47d6_8161_70004fc5ee30 , - :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - skos:prefLabel "TheoreticalSpecificCapacity"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_47ab1dad_cc09_4fd8_af23_acb36fb680dd -:EMMO_47ab1dad_cc09_4fd8_af23_acb36fb680dd rdf:type owl:Class ; - rdfs:subClassOf :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Area of electrode - solution interface."@en ; - rdfs:comment "A"@en , - """The geometric area, A_{geom} , is the interfacial area, determined on the assumption that the interface is truly flat (2-dimensional) and calculated using the geometric data of the involved surfaces. - -The real (true) area, A_{real}, takes into account non-idealities of the interface (roughness, porosity, etc.) and can be measured by a variety of electrochemical methods. The electroactive area is the area calculated from experiments with model electroactive species and may be different from the real surface area in cases where not all of the surface is electrochemically active or accessible."""@en ; - skos:prefLabel "ElectrodeSurfaceArea"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_47ab1dad_cc09_4fd8_af23_acb36fb680dd ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Area of electrode - solution interface."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_49efb72a_f8e6_4f50_acac_975302200d47 -:EMMO_49efb72a_f8e6_4f50_acac_975302200d47 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_900e357f_2ee3_425a_a0b6_322661117787 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-35" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "ability of a cell or battery to retain capacity on open circuit under specified conditions."@en ; - rdfs:comment "See also SelfDischarge"@en ; - skos:altLabel "CapacityRetention"@en ; - skos:prefLabel "ChargeRetention"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_49efb72a_f8e6_4f50_acac_975302200d47 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "ability of a cell or battery to retain capacity on open circuit under specified conditions."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_4a450a27_b84a_4c70_a3a9_15ec30e2f30b -:EMMO_4a450a27_b84a_4c70_a3a9_15ec30e2f30b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An ElectrochemicalQuantity related to the transport of mass, charge, or energy."@en ; - skos:prefLabel "ElectrochemicalTransportQuantity"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_4ebe2ef1_eea8_4b10_822d_7a68215bd24d -:EMMO_4ebe2ef1_eea8_4b10_822d_7a68215bd24d rdf:type owl:Class ; - rdfs:subClassOf :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom emmo:EMMO_2e7e5796_4a80_4d73_bb84_f31138446c0c - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-10" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "voltage between the terminals of an electrochemical cell."@en ; - skos:prefLabel "CellVoltage"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_4ebe2ef1_eea8_4b10_822d_7a68215bd24d ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "voltage between the terminals of an electrochemical cell."@en ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_526bf81a_0572_49ff_a8cc_85efc343c1c2 -:EMMO_526bf81a_0572_49ff_a8cc_85efc343c1c2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-37"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "charged active material remaining in a cell following a discharge to a specified end-of-discharge voltage."@en ; - skos:prefLabel "ResidualActiveMass"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_526bf81a_0572_49ff_a8cc_85efc343c1c2 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "charged active material remaining in a cell following a discharge to a specified end-of-discharge voltage."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_534dd59c_904c_45d9_8550_ae9d2eb6bbc9 -:EMMO_534dd59c_904c_45d9_8550_ae9d2eb6bbc9 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845 , - :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 , - :EMMO_b6da9be9_aa1d_4044_b030_4fcfefff5bf3 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-30" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "specified voltage of a battery at which the battery discharge is terminated."@en ; - skos:altLabel "CutOffVoltage"@en , - "DischargeCutoffVoltage"@en , - "EndPointVoltage"@en , - "FinalVoltage"@en ; - skos:prefLabel "EndOfDischargeVoltage"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_534dd59c_904c_45d9_8550_ae9d2eb6bbc9 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "specified voltage of a battery at which the battery discharge is terminated."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_54e8cef6_b4cb_4560_947a_50811fa0f177 -:EMMO_54e8cef6_b4cb_4560_947a_50811fa0f177 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_f1a51559_aa3d_43a0_9327_918039f0dfed ; - skos:prefLabel "ElectrolyteVolume"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_565c0b10_70fe_441a_b76a_b9a8e08ca7b7 -:EMMO_565c0b10_70fe_441a_b76a_b9a8e08ca7b7 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1cd1d777_e67b_47eb_81f1_edac35d9f2c6 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-06" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode polarization associated with an electrochemical oxidation reaction."@en ; - skos:altLabel "AnodicPolarization"@en ; - skos:prefLabel "AnodicOverpotential"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_565c0b10_70fe_441a_b76a_b9a8e08ca7b7 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "electrode polarization associated with an electrochemical oxidation reaction."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_5696453c_9da7_41e2_bbda_603c1b90a8fc -:EMMO_5696453c_9da7_41e2_bbda_603c1b90a8fc rdf:type owl:Class ; - rdfs:subClassOf :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom emmo:EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-07" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "fraction of the electric current passing through an electrochemical cell which accomplishes the desired chemical reaction."@en ; - skos:altLabel "CoulombicEfficiency"@en , - "FaradayEfficiency"@en ; - skos:prefLabel "CurrentEfficiency"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_5696453c_9da7_41e2_bbda_603c1b90a8fc ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "fraction of the electric current passing through an electrochemical cell which accomplishes the desired chemical reaction."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_5fb7a03f_d6dd_47ee_9317_0629681c7d00 -:EMMO_5fb7a03f_d6dd_47ee_9317_0629681c7d00 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_17626b8e_dfce_4d3a_ae6c_5a7215d43a90 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Diffusion current of the potential-independent value that is approached as the rate of the charge-transfer process is increased by varying the applied potential, being greater than the rate of mass transport controlled by diffusion."@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/L03534"@en ; - rdfs:comment "I_{d,lim}"@en ; - skos:altLabel "LimitingDiffusionCurrent"@en ; - skos:prefLabel "DiffusionLimitedCurrent"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_5fb7a03f_d6dd_47ee_9317_0629681c7d00 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Diffusion current of the potential-independent value that is approached as the rate of the charge-transfer process is increased by varying the applied potential, being greater than the rate of mass transport controlled by diffusion."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_60741c58_a10d_4aa6_bb68_0066a6ff8e30 -:EMMO_60741c58_a10d_4aa6_bb68_0066a6ff8e30 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1cd1d777_e67b_47eb_81f1_edac35d9f2c6 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_d91940f0_c8b6_4505_9b68_6bf6cfc5c544 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The potential of a working electrode relative to a reference electrode of the same kinds placed in the solution adjacent to the surface of the working electrode (just outside the double layer)."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "A positive surface overpotential produces a positive (anodic) current."@en ; - rdfs:comment "The driving force for an electrochemcial charge-transfer reaction."@en , - "\\eta_s = \\phi_{electrode} - \\phi_{solution} - E_{eq}"@en ; - skos:altLabel "SurfacePolarization"@en ; - skos:prefLabel "SurfaceOverpotential"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_60741c58_a10d_4aa6_bb68_0066a6ff8e30 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "The potential of a working electrode relative to a reference electrode of the same kinds placed in the solution adjacent to the surface of the working electrode (just outside the double layer)."@en ; - dcterms:references "J. Newman and K. E. Thmoas-Alyea, Electrochemical Systems, 3rd ed. Hoboken, New Jersey: John Wiley & Sons, 2004." - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_6d4f29e8_c0da_4c6e_93fc_ef422c0f9932 -:EMMO_6d4f29e8_c0da_4c6e_93fc_ef422c0f9932 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 , - :EMMO_b6da9be9_aa1d_4044_b030_4fcfefff5bf3 ; - skos:prefLabel "ChargeCutoffCurrent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_6dcd5baf_58cd_43f5_a692_51508e036c88 -:EMMO_6dcd5baf_58cd_43f5_a692_51508e036c88 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845 , - :EMMO_b6da9be9_aa1d_4044_b030_4fcfefff5bf3 ; - skos:prefLabel "ChargeCutoffVoltage"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_74861991_7da2_4e0f_b6c1_b16713f538bf -:EMMO_74861991_7da2_4e0f_b6c1_b16713f538bf rdf:type owl:Class ; - rdfs:subClassOf :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom emmo:EMMO_2e7e5796_4a80_4d73_bb84_f31138446c0c - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-29"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "discharge voltage of a cell or battery at the beginning of the discharge immediately after any transients have subsided."@en ; - skos:altLabel "InitialClosedCircuitVoltage"@en ; - skos:prefLabel "InitialDischargeVoltage"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_74861991_7da2_4e0f_b6c1_b16713f538bf ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "discharge voltage of a cell or battery at the beginning of the discharge immediately after any transients have subsided."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_76e7e556_f47e_47e2_b2ef_67aeed09c63e -:EMMO_76e7e556_f47e_47e2_b2ef_67aeed09c63e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom emmo:EMMO_120d86b6_d7c4_4490_8ef2_8a5f58403950 - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-13" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "maximum electric current density that can be achieved for an electrode reaction at a given concentration of a electrochemically active material in the presence of a large excess of supporting electrolyte."@en ; - skos:prefLabel "CurrentDensityLimit"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_76e7e556_f47e_47e2_b2ef_67aeed09c63e ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "maximum electric current density that can be achieved for an electrode reaction at a given concentration of a electrochemically active material in the presence of a large excess of supporting electrolyte."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_791c1915_a791_4450_acd8_7f94764743b5 -:EMMO_791c1915_a791_4450_acd8_7f94764743b5 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1604f495_328a_4f28_9962_f4cc210739dd , - :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Amount of electric charge that can be stored."@en ; - skos:altLabel "ChargeCapacity"@en , - "ElectricChargeCapacity"@en ; - skos:prefLabel "Capacity"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_7fa406b0_512a_4d59_9e0c_5d8aba0103ae -:EMMO_7fa406b0_512a_4d59_9e0c_5d8aba0103ae rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1cd1d777_e67b_47eb_81f1_edac35d9f2c6 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-05"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "part of the electrode polarization arising from a charge-transfer step of the electrode reaction."@en ; - skos:altLabel "ActivationPolarization"@en ; - skos:prefLabel "ActivationOverpotential"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_7fa406b0_512a_4d59_9e0c_5d8aba0103ae ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "part of the electrode polarization arising from a charge-transfer step of the electrode reaction."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_7fc10197_41d9_4c1e_a107_928f03eb2d36 -:EMMO_7fc10197_41d9_4c1e_a107_928f03eb2d36 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_d91940f0_c8b6_4505_9b68_6bf6cfc5c544 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-13" ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Standard_electrode_potential" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Equilibrium electrode potential of an electrode under standard conditions."@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/S05912"@en ; - rdfs:comment """E° is related to the standard Gibbs Energy of the electrode reaction, Δr -G° or ΔrG , written as a reduction with respect to that of the standard hydrogen electrode (SHE) E° = −ΔrG°/zF."""@en , - "The standard electrode potential of an electrochemical reaction is the standard potential of a hypothetical cell in which the electrode (half cell) at the left of the cell diagram is the standard hydrogen electrode (SHE) and the electrode at the right is the electrode in question. See also line representation of electrochemical cells."@en , - "equilibrium electrode potential referenced to the standard hydrogen electrode."@en ; - skos:altLabel "StandardPotential"@en ; - skos:prefLabel "StandardElectrodePotential"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_7fc10197_41d9_4c1e_a107_928f03eb2d36 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Equilibrium electrode potential of an electrode under standard conditions."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_7fc10197_41d9_4c1e_a107_928f03eb2d36 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "equilibrium electrode potential referenced to the standard hydrogen electrode."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_7fe804b8_6126_4132_be8f_b4985d61b1f6 -:EMMO_7fe804b8_6126_4132_be8f_b4985d61b1f6 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1422cde1_929e_46b6_b0dc_1010eebc5dfd , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom emmo:EMMO_0972cb08_48bd_4524_ac03_8a2e7f30f02f - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "ElectrochemicalPotential per mole."@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/E01945" ; - rdfs:comment "Of a substance in a specified phase, the partial molar Gibbs energy of the substance at the specified electric potential."@en ; - skos:prefLabel "MolarElectrochemicalPotential"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_885b462e_f6bc_412d_8b94_9425e13af0c7 -:EMMO_885b462e_f6bc_412d_8b94_9425e13af0c7 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Direct_current"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "ElectricCurrent that flows in a constant direction, i.e. a current with a constant sign."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Direct_current"@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/D01767"@en ; - rdfs:comment "I_{DC}"@en , - "The term ‘direct current’ should be used where there is ambiguity concerning the constancy of direction of current. See alternating current."@en ; - skos:altLabel "DC"@en ; - skos:prefLabel "DirectCurrent"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_885b462e_f6bc_412d_8b94_9425e13af0c7 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "ElectricCurrent that flows in a constant direction, i.e. a current with a constant sign."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_8de9735b_374a_4a0f_b29f_71a50794cf94 -:EMMO_8de9735b_374a_4a0f_b29f_71a50794cf94 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1cd1d777_e67b_47eb_81f1_edac35d9f2c6 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-04" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "part of the electrode polarization arising from crystal nucleation and growth phenomena."@en ; - skos:altLabel "CrystalizationPolarization"@en ; - skos:prefLabel "CrystalizationOverpotential"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_8de9735b_374a_4a0f_b29f_71a50794cf94 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "part of the electrode polarization arising from crystal nucleation and growth phenomena."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_8f3ab19f_ce22_424e_a9bf_d5cedb815374 -:EMMO_8f3ab19f_ce22_424e_a9bf_d5cedb815374 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom emmo:EMMO_e6bc751b_5cad_4eb8_92f2_24c041490e43 - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-18" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quotient of the change in capacity of a cell by the corresponding change in temperature."@en ; - skos:prefLabel "TemperatureCoefficientOfTheCapacity"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_8f3ab19f_ce22_424e_a9bf_d5cedb815374 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "quotient of the change in capacity of a cell by the corresponding change in temperature."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_8f4b90ef_fea4_47c9_99f5_a9b3290a505d -:EMMO_8f4b90ef_fea4_47c9_99f5_a9b3290a505d rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845 , - :EMMO_2d896559_eee3_447c_9759_87c854a4266a ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electric potential at which a material undergoes an oxidation or reduction decomposition."@en ; - skos:prefLabel "ElectrochemicalStabilityLimit"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_900e357f_2ee3_425a_a0b6_322661117787 -:EMMO_900e357f_2ee3_425a_a0b6_322661117787 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_909415d1_7c43_4d5e_bbeb_7e1910159f66 ; - skos:prefLabel "NominalElectrochemicalProperty"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_98b6e9d7_d5df_46a5_87dd_79642b8b2e4b -:EMMO_98b6e9d7_d5df_46a5_87dd_79642b8b2e4b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2a2f59b7_aa16_40aa_9c8b_0de8a2720456 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Faradaic current of an electroactive substance B formed by a prior chemical reaction from another substance Y that is no electroactive at the potential at which B is electrochemically transformed."@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/K03399"@en ; - rdfs:comment "The kinetic current is partially or entirely controlled by the rate of the chemical reaction. This reaction may be heterogeneous, occurring at an electrode-solution interface (surface reaction), or it may be homo- geneous, occurring at some distance from the interface (bulk reaction)."@en ; - skos:prefLabel "KineticCurrent"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_98b6e9d7_d5df_46a5_87dd_79642b8b2e4b ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Faradaic current of an electroactive substance B formed by a prior chemical reaction from another substance Y that is no electroactive at the potential at which B is electrochemically transformed."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_9bf40017_3f58_4030_ada7_cb37a3dfda2d -:EMMO_9bf40017_3f58_4030_ada7_cb37a3dfda2d rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_e88f75d6_9a17_4cfc_bdf7_43d7cea5a9a1 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Impetance associated with a power source."@en ; - rdfs:comment "According to to Thévenin's theorem can any linear electric curcuit be replaced with a voltage source in series with an impedance. This impedance is for historical reasons termed \"internal resistance\"."@en , - "For batteries, it the internal resistance the resistance of the cell."@en ; - skos:prefLabel "InternalResistance"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_9c657fdc_b9d3_4964_907c_f9a6e8c5f52b -:EMMO_9c657fdc_b9d3_4964_907c_f9a6e8c5f52b rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845 , - :EMMO_2d896559_eee3_447c_9759_87c854a4266a ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-32" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electrode potential of working electrode relative to the reference electrode when no potential or electric current is being applied to the electrochemical cell."@en ; - rdfs:comment "In the case of a reversible electrode system, the OCP is also referred to as the equilibrium electrode potential. Otherwise, it is called the rest potential, or the corrosion potential, depending on the system being studied."@en , - "voltage of a cell or battery when the discharge current is zero." ; - skos:altLabel "OpenCircuitPotential"@en ; - skos:prefLabel "OpenCircuitVoltage"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_9c657fdc_b9d3_4964_907c_f9a6e8c5f52b ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Electrode potential of working electrode relative to the reference electrode when no potential or electric current is being applied to the electrochemical cell."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_9c657fdc_b9d3_4964_907c_f9a6e8c5f52b ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "voltage of a cell or battery when the discharge current is zero." ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_9ed7210c_c4fa_467b_822d_ba12f885bdf4 -:EMMO_9ed7210c_c4fa_467b_822d_ba12f885bdf4 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1cd1d777_e67b_47eb_81f1_edac35d9f2c6 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-08"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The concentration overpotential of an electrode reaction at a given electrode current density (c.d.) is basically the difference in equilibrium potentials across the diffusion layer. More precisely, it is the potential of a reference electrode (of the same electrode reaction as the working electrode ) with the interfacial concentrations which establish themselves at c.d., relative to the potential of a similar reference electrode with the concentrations of the bulk solution. From such a measured potential difference, with c.d. flowing, one needs to subtract the ohmic potential drop prevailing between the two electrodes."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Overpotential#Concentration_overpotential"@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/C01230" ; - rdfs:comment "part of the electrode polarization arising from concentration gradients of electrode reactants and products."@en ; - skos:altLabel "ConcentrationPolarization"@en , - "MassTransferOverpotential"@en , - "MassTransferPolarization"@en ; - skos:prefLabel "ConcentrationOverpotential"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_9ed7210c_c4fa_467b_822d_ba12f885bdf4 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "The concentration overpotential of an electrode reaction at a given electrode current density (c.d.) is basically the difference in equilibrium potentials across the diffusion layer. More precisely, it is the potential of a reference electrode (of the same electrode reaction as the working electrode ) with the interfacial concentrations which establish themselves at c.d., relative to the potential of a similar reference electrode with the concentrations of the bulk solution. From such a measured potential difference, with c.d. flowing, one needs to subtract the ohmic potential drop prevailing between the two electrodes."@en ; - dcterms:source "IUPAC. Compendium of Chemical Terminology, 2nd ed. (the \"Gold Book\"). Compiled by A. D. McNaught and A. Wilkinson. Blackwell Scientific Publications, Oxford (1997). Online version (2019-) created by S. J. Chalk. ISBN 0-9678550-9-8. https://doi.org/10.1351/goldbook." - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_9ed7210c_c4fa_467b_822d_ba12f885bdf4 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "part of the electrode polarization arising from concentration gradients of electrode reactants and products."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_a17ee4e0_c81a_4a64_9ecb_9c6fa022cf4d -:EMMO_a17ee4e0_c81a_4a64_9ecb_9c6fa022cf4d rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4a450a27_b84a_4c70_a3a9_15ec30e2f30b , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom emmo:EMMO_84d23674_b2d6_401a_9d4a_e718ee346baf - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Molar conductivity at infinite dilution"@en ; - skos:prefLabel "LimitingMolarConductivity"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_a24f8581_a5a4_41a4_bb45_d0fdd5c0d810 -:EMMO_a24f8581_a5a4_41a4_bb45_d0fdd5c0d810 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Value of an electric current at an instant in time, t."@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/I03062"@en ; - rdfs:comment "I_{t}"@en , - "The instantaneous current is usually time-dependent and may have the character of an adsorption current, catalytic current, diffusion current, double-layer current, or kinetic current, and may include a migration current. A plot of the dependence of instantaneous current on time is commonly called an “I-t curve”."@en ; - skos:prefLabel "InstantaneousCurrent"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_a24f8581_a5a4_41a4_bb45_d0fdd5c0d810 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Value of an electric current at an instant in time, t."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_a4dfa5c1_55a9_4285_b71d_90cf6613ca31 -:EMMO_a4dfa5c1_55a9_4285_b71d_90cf6613ca31 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21745019_2830_4395_bca7_15ddfd266673 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom emmo:EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The fraction of the electrostatic potential energy affecting the reduction rate in an electrode reaction, with the remaining fraction affecting the corresponding oxidation rate."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Charge_transfer_coefficient" ; - rdfs:comment "The cathodic transfer coefficient αc is defined as –(RT/nF)(dlnkc /dE), where kc is the electroreduction rate constant, E is the applied potential, and R, T, and F have their usual significance. This definition is equivalent to the other, -(RT/nF)(dln|jc |/dE), where jc is the cathodic current density corrected for any changes in the reactant concentration at the electrode surface with respect to its bulk value."@en ; - skos:prefLabel "ChargeTransferCoefficient"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_a4dfa5c1_55a9_4285_b71d_90cf6613ca31 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "The fraction of the electrostatic potential energy affecting the reduction rate in an electrode reaction, with the remaining fraction affecting the corresponding oxidation rate."@en ; - dcterms:source "R. Guidelli et al., “Defining the transfer coefficient in electrochemistry: An assessment (IUPAC Technical Report),” Pure Appl. Chem., vol. 86, no. 2, pp. 245–258, 2014. https://doi.org/10.1515/pac-2014-5026" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_a4dfa5c1_55a9_4285_b71d_90cf6613ca31 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "The cathodic transfer coefficient αc is defined as –(RT/nF)(dlnkc /dE), where kc is the electroreduction rate constant, E is the applied potential, and R, T, and F have their usual significance. This definition is equivalent to the other, -(RT/nF)(dln|jc |/dE), where jc is the cathodic current density corrected for any changes in the reactant concentration at the electrode surface with respect to its bulk value."@en ; - dcterms:source "R. Guidelli et al., “Defining the transfer coefficient in electrochemistry: An assessment (IUPAC Technical Report),” Pure Appl. Chem., vol. 86, no. 2, pp. 245–258, 2014. https://doi.org/10.1515/pac-2014-5026" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_a56fc557_9dea_42e6_b936_e9d62dcaf84f -:EMMO_a56fc557_9dea_42e6_b936_e9d62dcaf84f rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 , - :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Non-faradaic current associated with the charging of the electrical double layer at the electrode-solution interface."@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/D01847"@en ; - skos:prefLabel "DoubleLayerCurrent"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_a56fc557_9dea_42e6_b936_e9d62dcaf84f ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Non-faradaic current associated with the charging of the electrical double layer at the electrode-solution interface."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_a82e16c3_b766_482f_be94_b8e9af37f6fc -:EMMO_a82e16c3_b766_482f_be94_b8e9af37f6fc rdf:type owl:Class ; - rdfs:subClassOf :EMMO_47ab1dad_cc09_4fd8_af23_acb36fb680dd ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Surface area of an electrode that takes into account non-idealities of the interface (roughness, porosity, etc.) and can be measured by a variety of electrochemical methods. The electroactive area is the area calculated from experiments with model electroactive species and may be different from the real surface area in cases where not all of the surface is electrochemically active or accessible."@en ; - rdfs:comment "A_{real}" ; - skos:prefLabel "ElectrodeRealSurfaceArea"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_a82e16c3_b766_482f_be94_b8e9af37f6fc ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Surface area of an electrode that takes into account non-idealities of the interface (roughness, porosity, etc.) and can be measured by a variety of electrochemical methods. The electroactive area is the area calculated from experiments with model electroactive species and may be different from the real surface area in cases where not all of the surface is electrochemically active or accessible."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_abfadc99_6e43_4d37_9b04_7fc5b0f327ae -:EMMO_abfadc99_6e43_4d37_9b04_7fc5b0f327ae rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21745019_2830_4395_bca7_15ddfd266673 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom emmo:EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Number of electrons transferred in a charge transfer reaction between an electrode and a single entity (ion, radical-ion, or molecule) of an electroactive substance, whose identity must be specified."@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/C00995" ; - rdfs:comment "Symbol n is commonly used when there is no risk of confusion with an amount of substance."@en , - "The apparent number of electrons transferred, z_{app} , represents the experimentally measured number of electrons transferred between an electrode and one electroactive substance species, whose identity must be specified. When the electrooxidation or electroreduction of a substance B is accompanied by chemical processes, such as the catalyzed or induced reduction of a second substance, or a side reaction that consumes B or an intermediate, the value of z_{app} will differ from that of z."@en ; - skos:altLabel "ChargeNumber"@en , - "NumberOfElectronsTransferred"@en ; - skos:prefLabel "ElectronNumberOfAnElectrochemicalReaction"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_abfadc99_6e43_4d37_9b04_7fc5b0f327ae ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Number of electrons transferred in a charge transfer reaction between an electrode and a single entity (ion, radical-ion, or molecule) of an electroactive substance, whose identity must be specified."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_ae782b14_88ce_4cdd_9418_12aca00be937 -:EMMO_ae782b14_88ce_4cdd_9418_12aca00be937 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom emmo:EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - skos:altLabel "ElectrochemicalCycleLife"@en ; - skos:prefLabel "CycleLife"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 -:EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_79751276_b2d0_4e2f_bbd4_99d412f43d55 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Physical quantities defined within the domain of electrochemistry."@en ; - skos:prefLabel "ElectrochemicalQuantity"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_b21de1ef_6c15_4d63_b320_c9b96fbf186f -:EMMO_b21de1ef_6c15_4d63_b320_c9b96fbf186f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_d91940f0_c8b6_4505_9b68_6bf6cfc5c544 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Equilibrium electrode potential under conditions of unit concentration of species involved in the electrode reaction."@en ; - rdfs:comment "E^{\\circ '}"@en , - "E_{eq} = E^{\\circ '} - (R*T / (z*F)) * \\sum_i{\\nu_i * ln(c_i/c^{circ})}"@en , - "It is E°′ which is calculated in electrochemical experiments when the concentrations of the various species are known, but their activities are not. Its value depends on the composi- tion of the electrolyte solution. The argument of ln is dimensionless, while the concentration ci is normalized through division by the standard concentration, usually c° = 1 mol dm^{−3} for soluble species."@en ; - skos:altLabel "FormalPotential"@en ; - skos:prefLabel "FormalElectrodePotential"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_b21de1ef_6c15_4d63_b320_c9b96fbf186f ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Equilibrium electrode potential under conditions of unit concentration of species involved in the electrode reaction."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_b6da9be9_aa1d_4044_b030_4fcfefff5bf3 -:EMMO_b6da9be9_aa1d_4044_b030_4fcfefff5bf3 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_d8aa8e1f_b650_416d_88a0_5118de945456 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A ConventionalQuantitativeProperty that is unique to the field of electrochemistry"@en ; - skos:prefLabel "ConventionalElectrochemicalProperty"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_b7781ebc_90a7_4f19_997f_aed28dee1b01 -:EMMO_b7781ebc_90a7_4f19_997f_aed28dee1b01 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_791c1915_a791_4450_acd8_7f94764743b5 , - :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - skos:altLabel "TheoreticalChargeCapacity"@en ; - skos:prefLabel "TheoreticalCapacity"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_ba7ac581_0e13_4815_b888_013c378932f5 -:EMMO_ba7ac581_0e13_4815_b888_013c378932f5 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 , - :EMMO_b6da9be9_aa1d_4044_b030_4fcfefff5bf3 ; - skos:prefLabel "MaxContinuousDischargeCurrent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_bad1b6f4_1b26_40e2_b552_6d53873e3973 -:EMMO_bad1b6f4_1b26_40e2_b552_6d53873e3973 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_47ab1dad_cc09_4fd8_af23_acb36fb680dd ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The area of the electrode material that is accessible to the electrolyte that is used for charge transfer and/or storage."@en ; - skos:altLabel "EASA"@en , - "ECSA"@en ; - skos:prefLabel "ElectrochemicallyActiveSurfaceArea"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_bcb33f7e_5573_4bc2_b636_4ea313a9dd3a -:EMMO_bcb33f7e_5573_4bc2_b636_4ea313a9dd3a rdf:type owl:Class ; - rdfs:subClassOf :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom emmo:EMMO_c9450d0b_caac_4de6_b4cf_a2141d71836f - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-20" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quotient of the capacity of a battery cell or battery by its plane area."@en ; - rdfs:comment "Can also be applied to electrodes."@en ; - skos:altLabel "ArealCapacity"@en ; - skos:prefLabel "AreicCapacity"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_bcb33f7e_5573_4bc2_b636_4ea313a9dd3a ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "quotient of the capacity of a battery cell or battery by its plane area."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_c39b2498_783e_48e1_9814_6164bd99823c -:EMMO_c39b2498_783e_48e1_9814_6164bd99823c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Range of electrode potentials of a given working electrode in a given electrolyte, where the electric current from reactions of the electrode or electrolyte is negligible compared with the current from reactions of the system under investigation."@en ; - rdfs:comment "Because the working potential range is a function of a specific electrode/electrolyte system, only approximate ranges can be given for generic systems."@en , - "The working potential range is usually limited by the stability of the electrolyte, itself affected by the catalytic properties of the electrode, or by the stability of the electrode."@en ; - skos:prefLabel "WorkingPotentialRange"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_c39b2498_783e_48e1_9814_6164bd99823c ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Range of electrode potentials of a given working electrode in a given electrolyte, where the electric current from reactions of the electrode or electrolyte is negligible compared with the current from reactions of the system under investigation."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_c55bcb85_b7b8_4e67_8a78_9a42fe25b6cf -:EMMO_c55bcb85_b7b8_4e67_8a78_9a42fe25b6cf rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2a2f59b7_aa16_40aa_9c8b_0de8a2720456 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Faradaic current measured in a solution containing two electroactive substances, A and B, that exceeds the sum of the faradaic currents that would be obtained for A and B separately under the same experimental conditions."@en ; - rdfs:comment "I_{cat}"@en , - """In either of the two following situations, the current increase is termed a catalytic current: - -(i) The scheme below generates a catalytic or regenerative current: - -B±e→ B′ -B' + A → B - -(ii) The presence at the electrode-solution interface of a substance, which may be added or generated by an electrochemical reaction, decreases the overpotential for the electrochemical reaction of B. - -In either case, the magnitude of the catalytic current depends on the applied potential. If the current observed with a mixture of A and B is lower than the sum of the separate currents, the term non-additive current should be used."""@en ; - skos:prefLabel "CatalyticCurrent"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_c55bcb85_b7b8_4e67_8a78_9a42fe25b6cf ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Faradaic current measured in a solution containing two electroactive substances, A and B, that exceeds the sum of the faradaic currents that would be obtained for A and B separately under the same experimental conditions."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_c955c089_6ee1_41a2_95fc_d534c5cfd3d5 -:EMMO_c955c089_6ee1_41a2_95fc_d534c5cfd3d5 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_afea89af_ef16_4bdb_99d5_f3b2f4c85a6c , - :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Weight of active material in an electrode per unit electrode area."@en ; - skos:altLabel "ActiveElectrochemicalMaterialLoading"@en ; - skos:prefLabel "ActiveMaterialLoading"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_ccde24bb_790a_40ca_a06e_cea156a61031 -:EMMO_ccde24bb_790a_40ca_a06e_cea156a61031 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 , - :EMMO_21745019_2830_4395_bca7_15ddfd266673 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The common value (i0) of the anodic and cathodic partial currents when the reaction is at equilibrium."@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/E02238" ; - rdfs:comment "For an electrode at equilibrium at which only one reaction is significant i = 0. When more than one reaction is significant at a given electrode, subscripts to i0 may be used to distinguish exchange currents. i is not usually zero when only one of these reactions is at equilibrium."@en , - "i0 = ia = - ic"@en ; - skos:prefLabel "ExchangeCurrent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_d47985f1_6bd7_4c4f_894f_13a6cab38bb5 -:EMMO_d47985f1_6bd7_4c4f_894f_13a6cab38bb5 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_791c1915_a791_4450_acd8_7f94764743b5 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-16" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "capacity remaining in a cell or battery following a discharge, operation or storage under specific test conditions."@en ; - skos:prefLabel "ResidualCapacity"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_d47985f1_6bd7_4c4f_894f_13a6cab38bb5 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "capacity remaining in a cell or battery following a discharge, operation or storage under specific test conditions."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_d5ac8868_d318_4065_aa23_72140ae888ae -:EMMO_d5ac8868_d318_4065_aa23_72140ae888ae rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2a2f59b7_aa16_40aa_9c8b_0de8a2720456 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Faradaic current that is approached as the rate of the charge-transfer process is increased by varying the applied potential, being greater than the rate of mass transport controlled by diffusion."@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/L03532"@en ; - rdfs:comment "A limiting current is reached when the overpotential is sufficiently large that the faradaic current is deter- mined solely by the ability to supply electroactive species by mass transport. A limiting current is there- fore independent of applied potential over a corresponding finite potential range. A limiting current may have the character of an adsorption, catalytic, diffusion, or kinetic current, and may include a migration current."@en ; - skos:prefLabel "LimitingCurrent"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_d5ac8868_d318_4065_aa23_72140ae888ae ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Faradaic current that is approached as the rate of the charge-transfer process is increased by varying the applied potential, being greater than the rate of mass transport controlled by diffusion."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_d5dc0c1d_0926_4268_89f0_4519a326eabc -:EMMO_d5dc0c1d_0926_4268_89f0_4519a326eabc rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_d4f7d378_5e3b_468a_baa1_a7e98358cda7 , - :EMMO_b6da9be9_aa1d_4044_b030_4fcfefff5bf3 ; - skos:prefLabel "MaxPulseDischargeTime"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_d91940f0_c8b6_4505_9b68_6bf6cfc5c544 -:EMMO_d91940f0_c8b6_4505_9b68_6bf6cfc5c544 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_9c657fdc_b9d3_4964_907c_f9a6e8c5f52b ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-12" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Potential of an electrode when no electric current flows through the cell and all local charge transfer equilibria across phase boundaries that are represented in the cell diagram (except at possible electrolyte-electrolyte junctions) and local chemical equilibria are established."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Reversal_potential"@en ; - rdfs:comment "Eeq is related to the standard electrode potential by the Nernst equation."@en , - "Temperature and activities of relevant species must be specified."@en , - "electrode potential when the electrode reaction is in equilibrium."@en ; - skos:altLabel "EquilibriumPotential"@en , - "NernstPotential"@en , - "ReversiblePotential"@en ; - skos:prefLabel "EquilibriumElectrodePotential"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_d91940f0_c8b6_4505_9b68_6bf6cfc5c544 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Potential of an electrode when no electric current flows through the cell and all local charge transfer equilibria across phase boundaries that are represented in the cell diagram (except at possible electrolyte-electrolyte junctions) and local chemical equilibria are established."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_d91940f0_c8b6_4505_9b68_6bf6cfc5c544 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "electrode potential when the electrode reaction is in equilibrium."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_e38f11d0_a16f_4fe8_8ec5_3fe4493b7759 -:EMMO_e38f11d0_a16f_4fe8_8ec5_3fe4493b7759 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom emmo:EMMO_2e7e5796_4a80_4d73_bb84_f31138446c0c - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-20" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "potential difference between the rigid layer and the diffuse layer of a double layer."@en ; - skos:prefLabel "DiffuseLayerPotential"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_e38f11d0_a16f_4fe8_8ec5_3fe4493b7759 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "potential difference between the rigid layer and the diffuse layer of a double layer."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_e4d666ee_d637_45cd_a904_dc33941ead4f -:EMMO_e4d666ee_d637_45cd_a904_dc33941ead4f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom emmo:EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84 - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-24"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electric current delivered by a battery during its discharge."@en ; - skos:prefLabel "DischargeCurrent"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_e4d666ee_d637_45cd_a904_dc33941ead4f ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "electric current delivered by a battery during its discharge."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_e6b63190_acac_4e78_9cba_fb2b10bbe910 -:EMMO_e6b63190_acac_4e78_9cba_fb2b10bbe910 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom emmo:EMMO_badeda5e_cf93_419c_9a16_2cca8fe6ef63 - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-17" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quotient of the capacity of a cell or battery by its volume."@en ; - skos:altLabel "VolumetricChargeCapacity"@en , - "VolumetricElectricChargeCapacity"@en ; - skos:prefLabel "VolumetricCapacity"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_e6b63190_acac_4e78_9cba_fb2b10bbe910 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "quotient of the capacity of a cell or battery by its volume."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_e8e41092_cc75_4952_bc54_af1a72d19fcd -:EMMO_e8e41092_cc75_4952_bc54_af1a72d19fcd rdf:type owl:Class ; - rdfs:subClassOf :EMMO_791c1915_a791_4450_acd8_7f94764743b5 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A capacity measured under a given set of experimental conditions."@en ; - skos:altLabel "ExperimentalElectricChargeCapacity"@en ; - skos:prefLabel "ExperimentalCapacity"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_e9fd9ef9_adfe_46cb_b2f9_4558468a25e7 -:EMMO_e9fd9ef9_adfe_46cb_b2f9_4558468a25e7 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21745019_2830_4395_bca7_15ddfd266673 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom emmo:EMMO_120d86b6_d7c4_4490_8ef2_8a5f58403950 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Defined by j0 = i0/A, where i0 is the exchange current of the electrode reaction and A is usually taken as the geometric area of the electrode."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Exchange_current_density" ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/M03777" ; - skos:altLabel "MeanExchangeCurrentDensity"@en ; - skos:prefLabel "ExchangeCurrentDensity"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_f4fadc4e_ca7d_4e4e_89cf_eacf45b4041e -:EMMO_f4fadc4e_ca7d_4e4e_89cf_eacf45b4041e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1cd1d777_e67b_47eb_81f1_edac35d9f2c6 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-10"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "part of the electrode polarization arising from a chemical reaction impeding the electrode reaction."@en ; - skos:altLabel "ReactionOvervoltage"@en , - "ReactionPolarization"@en ; - skos:prefLabel "ReactionOverpotential"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_f4fadc4e_ca7d_4e4e_89cf_eacf45b4041e ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "part of the electrode polarization arising from a chemical reaction impeding the electrode reaction."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_f509645f_eb27_470e_9112_7ab828ed40d3 -:EMMO_f509645f_eb27_470e_9112_7ab828ed40d3 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845 , - :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-11" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electric potential at an electrode, reported as the difference in potential relative to a reference electrode."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Electrode_potential" ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/E01956" ; - rdfs:comment "E, U"@en , - "The absolute value of the electrode potential cannot be measured, so E is always reported relative to the potential of a reference electrode, e.g. that of a standard hydrogen electrode (SHE)."@en , - "cell source voltage when the electrodes of the electrochemical cell are a reference electrode and the electrode in question."@en ; - skos:prefLabel "ElectrodePotential"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_f509645f_eb27_470e_9112_7ab828ed40d3 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Electric potential at an electrode, reported as the difference in potential relative to a reference electrode."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_f509645f_eb27_470e_9112_7ab828ed40d3 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "cell source voltage when the electrodes of the electrochemical cell are a reference electrode and the electrode in question."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_f94678d6_1386_48fc_8e54_024921924401 -:EMMO_f94678d6_1386_48fc_8e54_024921924401 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_9bf40017_3f58_4030_ada7_cb37a3dfda2d ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-36" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quotient of change of voltage of a battery by the corresponding change in discharge current under specified conditions."@en ; - skos:prefLabel "InternalApparentResistance"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_f94678d6_1386_48fc_8e54_024921924401 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "quotient of change of voltage of a battery by the corresponding change in discharge current under specified conditions."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_fa01b7ce_c398_45f7_be8b_31a6f6533767 -:EMMO_fa01b7ce_c398_45f7_be8b_31a6f6533767 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_aecc6094_c6a5_4a36_a825_8a497a2ae112 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom emmo:EMMO_2e7e5796_4a80_4d73_bb84_f31138446c0c - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Difference of electric potentials measured between identical metallic leads to two electrodes of an electrochemical cell."@en ; - rdfs:comment "Single electrode potentials relative to hypothetical standards, such as vacuum zero, are not experimentally accessible."@en , - "The applied potential is divided into a) two electrode potentials, each of which is the dif- ference of potential existing between the bulk of the solution and the interior of the con- ducting material of the electrode, b) an IR or ohmic potential drop through the solution of resistance R at electric current I, and c) another ohmic potential drop through each elec- trode and its metallic leads."@en ; - skos:altLabel "Voltage"@en ; - skos:prefLabel "AppliedPotential"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_fa01b7ce_c398_45f7_be8b_31a6f6533767 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Difference of electric potentials measured between identical metallic leads to two electrodes of an electrochemical cell."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_fa7790d6_07bb_4b0f_9965_55966828f5f3 -:EMMO_fa7790d6_07bb_4b0f_9965_55966828f5f3 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_47ab1dad_cc09_4fd8_af23_acb36fb680dd ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The interfacial area, determined on the assumption that the interface is truly flat (2-dimensional) and calculated using the geometric data of the involved surfaces."@en ; - rdfs:comment "A_{geom}"@en ; - skos:prefLabel "ElectrodeGeometricSurfaceArea"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_fa7790d6_07bb_4b0f_9965_55966828f5f3 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "The interfacial area, determined on the assumption that the interface is truly flat (2-dimensional) and calculated using the geometric data of the involved surfaces."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/ontology/electrochemistry/0.3.0/electrochemistry/catalog-v001.xml b/ontology/electrochemistry/0.3.0/electrochemistry/catalog-v001.xml deleted file mode 100644 index 5da0d87..0000000 --- a/ontology/electrochemistry/0.3.0/electrochemistry/catalog-v001.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/ontology/electrochemistry/0.3.0/electrochemistry/electrochemistry.ttl b/ontology/electrochemistry/0.3.0/electrochemistry/electrochemistry.ttl deleted file mode 100644 index f2249a4..0000000 --- a/ontology/electrochemistry/0.3.0/electrochemistry/electrochemistry.ttl +++ /dev/null @@ -1,3520 +0,0 @@ -@prefix : . -@prefix owl: . -@prefix rdf: . -@prefix xml: . -@prefix xsd: . -@prefix emmo: . -@prefix rdfs: . -@prefix skos: . -@prefix dcterms: . -@prefix annotations: . -@base . - - rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; - dcterms:abstract """Everything needed to describe fundamental concepts in electrochemistry common to all electrochemical systems. - -Released under the Creative Commons license Attribution 4.0 International (CC BY 4.0)."""@en ; - dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - owl:versionInfo "0.3.0" . - -################################################################# -# Annotation properties -################################################################# - -### http://purl.org/dc/terms/abstract -dcterms:abstract rdf:type owl:AnnotationProperty . - - -### http://purl.org/dc/terms/license -dcterms:license rdf:type owl:AnnotationProperty . - - -### http://www.w3.org/2004/02/skos/core#prefLabel -skos:prefLabel rdf:type owl:AnnotationProperty . - - -################################################################# -# Object Properties -################################################################# - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_3bd08946_4e81_455d_9fca_dc7a5ead9315 -:EMMO_3bd08946_4e81_455d_9fca_dc7a5ead9315 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf emmo:EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - rdfs:domain :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ; - rdfs:range :EMMO_fb0d9eef_92af_4628_8814_e065ca255d59 ; - skos:prefLabel "hasElectrolyte"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_578c41e9_ee01_4840_9c8c_04ab6e4e6241 -:EMMO_578c41e9_ee01_4840_9c8c_04ab6e4e6241 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf emmo:EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - rdfs:domain :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ; - rdfs:range :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 ; - skos:prefLabel "hasElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_5d299271_3f68_494f_ab96_3db9acdd3138 -:EMMO_5d299271_3f68_494f_ab96_3db9acdd3138 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_578c41e9_ee01_4840_9c8c_04ab6e4e6241 ; - rdfs:domain :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ; - rdfs:range :EMMO_c94c041b_8ea6_43e7_85cc_d2bce7785b4c ; - skos:prefLabel "hasNegativeElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_5eb197ea_0c3e_4ea2_8392_81152ee91515 -:EMMO_5eb197ea_0c3e_4ea2_8392_81152ee91515 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_578c41e9_ee01_4840_9c8c_04ab6e4e6241 ; - rdfs:domain :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ; - rdfs:range :EMMO_7729c34e_1ae9_403d_b933_1765885e7f29 ; - skos:prefLabel "hasReferenceElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_6bf73b4c_bc73_4db1_bf51_12628ce9ea3b -:EMMO_6bf73b4c_bc73_4db1_bf51_12628ce9ea3b rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf emmo:EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - rdfs:domain :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 ; - rdfs:range :EMMO_6f21a5fa_3b16_47ab_af2a_51e3e14ed964 ; - skos:prefLabel "hasElectrodeConstituent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_860aa941_5ff9_4452_8a16_7856fad07bee -:EMMO_860aa941_5ff9_4452_8a16_7856fad07bee rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf emmo:EMMO_0dd68b90_c27e_41dd_8fd0_5c9e9ca5563b ; - rdfs:domain :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 ; - rdfs:range :EMMO_79d1b273-58cd-4be6-a250-434817f7c261 ; - skos:prefLabel "hasActiveMaterial"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_8e9cf965_9f92_46e8_b678_b50410ce3616 -:EMMO_8e9cf965_9f92_46e8_b678_b50410ce3616 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_578c41e9_ee01_4840_9c8c_04ab6e4e6241 ; - rdfs:domain :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ; - rdfs:range :EMMO_aff732a9_238a_4734_977c_b2ba202af126 ; - skos:prefLabel "hasPositiveElectrode"@en . - - -################################################################# -# Classes -################################################################# - -### http://emmo.info/emmo#EMMO_4320c72e_312e_494b_9dcd_edbaa397ceb5 -emmo:EMMO_4320c72e_312e_494b_9dcd_edbaa397ceb5 rdfs:subClassOf :EMMO_98652dd1_042c_40ab_be35_480e10b713f8 . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_01260656_ac32_472e_9513_a607366538ec -:EMMO_01260656_ac32_472e_9513_a607366538ec rdf:type owl:Class ; - rdfs:subClassOf :EMMO_19abaccd_43be_4048_965c_e4fb63c5951b ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "Formation of compounds that reduces the conductivity at the surface of an electrode."@en , - "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-16"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Passivation_(chemistry)"@en ; - skos:prefLabel "ElectrodePassivation"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_01260656_ac32_472e_9513_a607366538ec ; - owl:annotatedProperty emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f ; - owl:annotatedTarget "Formation of compounds that reduces the conductivity at the surface of an electrode."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_029f0b45-70a7-481f-8154-bf982a77e08c -:EMMO_029f0b45-70a7-481f-8154-bf982a77e08c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An electrode consisting of a single ElectrochemicalSubComponent"@en ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "Metal foil."@en ; - skos:prefLabel "SimpleElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_03a0ccc9_21fe_46a1_a143_50147fbe3200 -:EMMO_03a0ccc9_21fe_46a1_a143_50147fbe3200 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_ceaaf9f7_fd11_424b_8fda_9afa186af186 ; - skos:prefLabel "ElectrolyteConstituent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_048130e3_7448_4c06_b3b3_d039a848aae3 -:EMMO_048130e3_7448_4c06_b3b3_d039a848aae3 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_761d64bb_b13a_438c_b2cf_972938904e5d ; - skos:altLabel "OER"@en , - "OxygenOxidationReaction"@en ; - skos:prefLabel "OxygenEvolutionReaction"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_0484fe63_7c3f_4559_8747_c8995def0a66 -:EMMO_0484fe63_7c3f_4559_8747_c8995def0a66 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_5c67952c_c5f3_4251_bb02_c99a7f5aedd9 ; - skos:prefLabel "HydrogenOxidationReaction"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_0508a114_544a_4f54_a7de_9b947fb4b618 -:EMMO_0508a114_544a_4f54_a7de_9b947fb4b618 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_fb0d9eef_92af_4628_8814_e065ca255d59 ; - emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "A solid electrolyte is a solid material where the predominant charge carriers are ions."@en ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "NASICON (Na Super Ionic Conductor), which has the general formula Na1+xZr2P3-xSix O12 , 0 < x < 3."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Fast_ion_conductor"@en ; - skos:altLabel "FastIonConductor"@en , - "SolidStateElectrolyte"@en ; - skos:prefLabel "SolidElectrolyte"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_0508a114_544a_4f54_a7de_9b947fb4b618 ; - owl:annotatedProperty emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 ; - owl:annotatedTarget "A solid electrolyte is a solid material where the predominant charge carriers are ions."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_06d8e1ee_924a_4915_998d_33a69f41dadc -:EMMO_06d8e1ee_924a_4915_998d_33a69f41dadc rdf:type owl:Class ; - rdfs:subClassOf :EMMO_f49b84d4_e1f9_424c_bb22_8cea23c0a7d4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d43af210_f854_4432_a891_ce3022e3b558 ; - owl:someValuesFrom :EMMO_825a749f_dd07_46fb_947c_db286440911e - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d43af210_f854_4432_a891_ce3022e3b558 ; - owl:someValuesFrom :EMMO_cf596ea1_c313_4fe1_bd7f_c18afc8a24e3 - ] ; - owl:disjointWith :EMMO_a9873d3d_945b_40ba_b9cd_8dfb64cec88f ; - skos:altLabel "ElectrochemicalDischarging"@en ; - skos:prefLabel "Discharging" . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_0838f0b6_ca9a_4f76_9770_ca964617bf1b -:EMMO_0838f0b6_ca9a_4f76_9770_ca964617bf1b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_f49b84d4_e1f9_424c_bb22_8cea23c0a7d4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d43af210_f854_4432_a891_ce3022e3b558 ; - owl:someValuesFrom :EMMO_53fe3f58_0802_41cf_af69_4784fc42cc30 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d43af210_f854_4432_a891_ce3022e3b558 ; - owl:someValuesFrom :EMMO_83f2b1e9_cb67_4dbf_977f_ba54bbae374f - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d43af210_f854_4432_a891_ce3022e3b558 ; - owl:someValuesFrom :EMMO_cb3c0663_5962_4b79_8e72_1e8242af3977 - ] ; - skos:altLabel "IntermittentCurrentInterruptionMethod"@en ; - skos:prefLabel "ICI"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_0a0de817_addc_46a5_8ba2_255d48cdf366 -:EMMO_0a0de817_addc_46a5_8ba2_255d48cdf366 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_19abaccd_43be_4048_965c_e4fb63c5951b ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A phenomenon that causes an electrochemical system to deviate from its ideal behaviour."@en ; - skos:prefLabel "ElectrochemicalDegradationPhenomenon"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_0acd0fc2_1048_4604_8e90_bf4e84bd87df -:EMMO_0acd0fc2_1048_4604_8e90_bf4e84bd87df rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_494b372c_cfdf_47d3_a4de_5e037c540de8 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_4e4d7f4b-680b-469e-bdd4-728dd3e465bf - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A device whose primary function is facilitating the conversion between chemical and electrical energy."@en ; - skos:prefLabel "ElectrochemicalDevice"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_0cc8f231_0ce5_467e_9c76_29b2c80349ad -:EMMO_0cc8f231_0ce5_467e_9c76_29b2c80349ad rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a9873d3d_945b_40ba_b9cd_8dfb64cec88f , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d43af210_f854_4432_a891_ce3022e3b558 ; - owl:someValuesFrom :EMMO_3e7fe02d_c888_4c49_8e05_ccd9785607a6 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d43af210_f854_4432_a891_ce3022e3b558 ; - owl:someValuesFrom :EMMO_83f2b1e9_cb67_4dbf_977f_ba54bbae374f - ] ; - skos:altLabel "CCCV"@en ; - skos:prefLabel "ConstantCurrentConstantVoltageCharging"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_0d9ba00d_04bc_4bdc_85af_3380694f6f68 -:EMMO_0d9ba00d_04bc_4bdc_85af_3380694f6f68 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7729c34e_1ae9_403d_b933_1765885e7f29 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A practical hydrogen electrode whose potential depends on the pH of the solution"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Reversible_hydrogen_electrode"@en ; - skos:prefLabel "ReversibleHydrogenElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_0f007072-a8dd-4798-b865-1bf9363be627 -:EMMO_0f007072-a8dd-4798-b865-1bf9363be627 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_038e37a3_1684_4980_b5e4_67ab34cd5bdb , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom emmo:EMMO_ed4af7ae_63a2_497e_bb88_2309619ea405 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom :EMMO_47ab1dad_cc09_4fd8_af23_acb36fb680dd - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom :EMMO_791c1915_a791_4450_acd8_7f94764743b5 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom :EMMO_c955c089_6ee1_41a2_95fc_d534c5cfd3d5 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom :EMMO_d91940f0_c8b6_4505_9b68_6bf6cfc5c544 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_5ceab41b_2aea_4041_9e9c_a243f7562cee ; - owl:someValuesFrom :EMMO_9c73aff8_1c82_4116_a6be_78e21982b69d - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_9a084aa3_3d5a_4a62_9fc0_fd88937a19c5 ; - owl:someValuesFrom :EMMO_fb0d9eef_92af_4628_8814_e065ca255d59 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_6bf73b4c_bc73_4db1_bf51_12628ce9ea3b ; - owl:someValuesFrom :EMMO_79d1b273-58cd-4be6-a250-434817f7c261 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty [ owl:inverseOf emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a - ] ; - owl:someValuesFrom :EMMO_a6a69e90_06b5_45b1_83cf_7c0bf39b2914 - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-03"@en ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Electrode"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electronically conductive part in electric contact with a medium of lower electronic conductivity and intended to perform one or more of the functions of emitting charge carriers to or receiving charge carriers from that medium or to establish an electric field in that medium."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Electrode"@en ; - rdfs:comment "Alternative definition: Half-cell consisting of at least one electron conductor and at least one ionic conductor (electrolyte). - Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019)"@en , - "Electron conductor in an electrochemical cell connected to the external circuit."@en , - "In some electroanalytical techniques (conductometry and differential potentiometry), two indicator electrodes are used. For many analytical measurements in cells with current flow, a three-electrode cell is used."@en , - "Many types of electrodes are used. These may be classified into groups according to their composition, form and size, and according to their operating mode. See section 4."@en , - "The current flow through electrochemical cells may be zero or non-zero. An electrochemical cell with current flow can operate either as a galvanic cell or an electrolytic cell."@en ; - skos:prefLabel "Electrode"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Electronically conductive part in electric contact with a medium of lower electronic conductivity and intended to perform one or more of the functions of emitting charge carriers to or receiving charge carriers from that medium or to establish an electric field in that medium."@en ; - dcterms:source "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-02" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "Electron conductor in an electrochemical cell connected to the external circuit."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_113e0469_8ae0_407f_892d_4b988f8d8a08 -:EMMO_113e0469_8ae0_407f_892d_4b988f8d8a08 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-09"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electrochemical cell that has two half-cells separated by a wall permeable to ions, both containing the same electrolyte differing only in their temperatures."@en ; - skos:altLabel "ThermogalvanicCell"@en ; - skos:prefLabel "Thermocell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_113e0469_8ae0_407f_892d_4b988f8d8a08 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Electrochemical cell that has two half-cells separated by a wall permeable to ions, both containing the same electrolyte differing only in their temperatures."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_1152ae6b_8b57_4d99_912e_40c6a29342fb -:EMMO_1152ae6b_8b57_4d99_912e_40c6a29342fb rdf:type owl:Class ; - rdfs:subClassOf :EMMO_579eed46_6918_4275_9a70_dfd0409ab418 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Mass m of electrochemically-transformed substance is proportional to the charge Q passed, m ∝ Q."@en ; - skos:prefLabel "FaradaysFirstLawOfElectrolysis"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_1152ae6b_8b57_4d99_912e_40c6a29342fb ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Mass m of electrochemically-transformed substance is proportional to the charge Q passed, m ∝ Q."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_11895d59_3f97_4bad_badf_1a90f2347c2a -:EMMO_11895d59_3f97_4bad_badf_1a90f2347c2a rdf:type owl:Class ; - rdfs:subClassOf :EMMO_f49b84d4_e1f9_424c_bb22_8cea23c0a7d4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d43af210_f854_4432_a891_ce3022e3b558 ; - owl:someValuesFrom :EMMO_53fe3f58_0802_41cf_af69_4784fc42cc30 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d43af210_f854_4432_a891_ce3022e3b558 ; - owl:someValuesFrom :EMMO_83f2b1e9_cb67_4dbf_977f_ba54bbae374f - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d43af210_f854_4432_a891_ce3022e3b558 ; - owl:someValuesFrom :EMMO_cb3c0663_5962_4b79_8e72_1e8242af3977 - ] ; - skos:altLabel "GalvanostaticIntermittentTitrationTechnique"@en ; - skos:prefLabel "GITT"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_1222f718_4205_4907_a96f_7d332d00ddd7 -:EMMO_1222f718_4205_4907_a96f_7d332d00ddd7 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_048130e3_7448_4c06_b3b3_d039a848aae3 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_4e365fff_2400_4d69_8340_b13ed1fc14ce ; - owl:someValuesFrom :EMMO_31319ed7_0834_43c1_b6ca_73b7d3812441 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_98ec09ed_d4ad_472d_8174_54f81fef2b6e - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 ; - owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_8043d3c6_a4c1_4089_ba34_9744e28e5b3d - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 ; - owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_f1a3a8b0_f812_43f1_accd_947e904125e6 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_4e621aee_e278_453b_b104_3f57ddd95bfc - ] ; - emmo:EMMO_133c2169_c0cc_460b_971d_6cb4e22338ed "\\ce{H2O --> O2(g) + 4H+ + 4e-}" ; - skos:altLabel "AcidicFourElectronOxygenEvolutionReaction"@en ; - skos:prefLabel "TwoLiquidWaterYieldsOneGaseousOxygenAndFourAqueousProtonAndFourElectron"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_1259d305_349a_4c91_9490_c494c12d1e2c -:EMMO_1259d305_349a_4c91_9490_c494c12d1e2c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_670360fd_7cf9_4fe7_a9b5_c966f668ec88 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_757eae08_4d43_42d4_8b4e_8a0bfd2f9a1c - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An electrochemical cell in which the predominant reaction mechanisms at each electrode are different (e.g. conversion & intercalation)."@en ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "Zinc-ion cell" ; - skos:prefLabel "HybridCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_1340dd0b_98cd_4e6a_bd77_1907e0fd57b0 -:EMMO_1340dd0b_98cd_4e6a_bd77_1907e0fd57b0 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_21205421_5783_4d3e_81e5_10c5d894a88a , - [ rdf:type owl:Restriction ; - owl:onProperty [ owl:inverseOf emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a - ] ; - owl:someValuesFrom :EMMO_a6a69e90_06b5_45b1_83cf_7c0bf39b2914 - ] ; - skos:prefLabel "ElectroactiveMolecularEntity"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_1355816f_a2b5_4800_8001_fc888f5d6b1b -:EMMO_1355816f_a2b5_4800_8001_fc888f5d6b1b rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_f2d5d3ad_2e00_417f_8849_686f3988d929 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=313-01-03" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "instrument intended to measure the value of a voltage."@en ; - skos:prefLabel "Voltmeter"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_1355816f_a2b5_4800_8001_fc888f5d6b1b ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "instrument intended to measure the value of a voltage."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_1375560e_dec2_491c_93ac_613a1d905008 -:EMMO_1375560e_dec2_491c_93ac_613a1d905008 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_8b40856f_1ca2_4137_9616_7fb624671909 , - [ rdf:type owl:Restriction ; - owl:onProperty [ owl:inverseOf emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a - ] ; - owl:someValuesFrom :EMMO_4f4c61a2_b823_4c36_ace2_141fcb9355d5 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An air electrode that is designed to perform both the oxygen reduction reaction (ORR) and the oxygen evolution reaction (OER)."@en ; - skos:altLabel "BAE"@en ; - skos:prefLabel "BifunctionalAirElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_1401844f_2ad7_4e01_a7c4_ba575ded1fee -:EMMO_1401844f_2ad7_4e01_a7c4_ba575ded1fee rdf:type owl:Class ; - rdfs:subClassOf :EMMO_35cccde9_cb14_4b26_a324_aec97c4f9a15 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_3bd08946_4e81_455d_9fca_dc7a5ead9315 ; - owl:someValuesFrom :EMMO_615cff2a_be95_4e65_9471_98db23f4c878 - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-08"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell containing an alkaline electrolyte."@en ; - skos:prefLabel "AlkalineElectrochemicalCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_1401844f_2ad7_4e01_a7c4_ba575ded1fee ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "cell containing an alkaline electrolyte."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_14d0358f_f65d_44f9_8b85_40b38f17c4ed -:EMMO_14d0358f_f65d_44f9_8b85_40b38f17c4ed rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_463bcfda_867b_41d9_a967_211d4d437cfb ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-14"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "method of electroanalytical chemistry used to separate by electrolyse ions of a substance and to derive the amount of this substance from the increase in mass of an electrode."@en ; - skos:prefLabel "Electrogravimetry"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_14d0358f_f65d_44f9_8b85_40b38f17c4ed ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "method of electroanalytical chemistry used to separate by electrolyse ions of a substance and to derive the amount of this substance from the increase in mass of an electrode."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_158ae038_c64b_4cc0_aa56_650475490705 -:EMMO_158ae038_c64b_4cc0_aa56_650475490705 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_463bcfda_867b_41d9_a967_211d4d437cfb , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_a8e42b90_7838_460c_8f27_7b5d4238b7a4 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_f693b744_930c_42ac_8e6f_627b22c6da3f - ] ; - skos:prefLabel "ElectricCurrentMeasurement"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_15b852b5_19cc_49ab_849f_7df6175fb2be -:EMMO_15b852b5_19cc_49ab_849f_7df6175fb2be rdf:type owl:Class ; - rdfs:subClassOf :EMMO_fa22874b_76a9_4043_8b8f_6086c88746de ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-18"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electrolyte on the cathode side of an electrochemical cell that is divided into compartments."@en ; - rdfs:comment "Electrolyte solution in the cathodic compartment of an electrolysis cell or galvanic cell, i.e., in that part of the cell where the cathode is placed."@en ; - skos:prefLabel "Catholyte"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_15b852b5_19cc_49ab_849f_7df6175fb2be ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Electrolyte on the cathode side of an electrochemical cell that is divided into compartments."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_15b852b5_19cc_49ab_849f_7df6175fb2be ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "Electrolyte solution in the cathodic compartment of an electrolysis cell or galvanic cell, i.e., in that part of the cell where the cathode is placed."@en ; - dcterms:source "A. J. Bard, G. Inzelt, and F. Scholz, Eds., Electrochemical Dictionary, 2nd Edition. Berlin: Springer-Verlag, 2012. DOI: https://doi.org/10.1007/978-3-642-29551-5" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_187326b9_1089_4122_8e7e_1a0bcba210a1 -:EMMO_187326b9_1089_4122_8e7e_1a0bcba210a1 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2e6933aa_4522_4f16_a437_37110e6cbd0d ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-18"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electrode polarization associated with a cathodic reaction."@en ; - skos:prefLabel "CathodicPolarization"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_187326b9_1089_4122_8e7e_1a0bcba210a1 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Electrode polarization associated with a cathodic reaction."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_19abaccd_43be_4048_965c_e4fb63c5951b -:EMMO_19abaccd_43be_4048_965c_e4fb63c5951b rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_50e36d79_b2dd_422d_81eb_a665028a1ead ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A chemical phenomenon that is accompanied by the flow of electric current"@en ; - skos:prefLabel "ElectrochemicalPhenomenon"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_1e72986e_e19f_4c24_8663_cadd4318bd72 -:EMMO_1e72986e_e19f_4c24_8663_cadd4318bd72 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0 , - emmo:EMMO_bd8db028_aec2_4a44_ad93_1a9f8270f72c ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Chemical_equation"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbolic representation of a chemical reaction in the form of symbols and formulae, wherein the reactant entities are given on the left-hand side and the product entities on the right-hand side."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Chemical_equation"@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.C01034"@en ; - skos:altLabel "ChemicalEquation"@en , - "ChemicalReactionEquation"@en ; - skos:prefLabel "StoichiometricEquation"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_1e72986e_e19f_4c24_8663_cadd4318bd72 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "The symbolic representation of a chemical reaction in the form of symbols and formulae, wherein the reactant entities are given on the left-hand side and the product entities on the right-hand side."@en ; - dcterms:source "IUPAC. Compendium of Chemical Terminology, 2nd ed. (the \"Gold Book\"). Compiled by A. D. McNaught and A. Wilkinson. Blackwell Scientific Publications, Oxford (1997). Online version (2019-) created by S. J. Chalk. ISBN 0-9678550-9-8. https://doi.org/10.1351/goldbook." - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_1f7ba79e_3aaf_47f4_9281_53714416ea26 -:EMMO_1f7ba79e_3aaf_47f4_9281_53714416ea26 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_82fef384_8eec_4765_b707_5397054df594 ; - skos:prefLabel "CarbonBlack"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_1fc5642c_b7b2_43bf_ad20_f96001db8800 -:EMMO_1fc5642c_b7b2_43bf_ad20_f96001db8800 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_fa22874b_76a9_4043_8b8f_6086c88746de ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electrolyte solution, the ions of which are electroinactive in the range of applied potential being studied, and whose ionic strength (and, therefore, contribution to the overall conductivity) is usually much greater than the concentration of an electroactive substance to be dissolved in it."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Supporting_electrolyte"@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/S06149"@en ; - skos:altLabel "BaseElectrolyte" , - "IndifferentElectrolyte" , - "InertElectrolyte" ; - skos:prefLabel "SupportingElectrolyte"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_1fc5642c_b7b2_43bf_ad20_f96001db8800 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Electrolyte solution, the ions of which are electroinactive in the range of applied potential being studied, and whose ionic strength (and, therefore, contribution to the overall conductivity) is usually much greater than the concentration of an electroactive substance to be dissolved in it."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_20314893_9351_4e6e_ae58_fb22c6ae7dca -:EMMO_20314893_9351_4e6e_ae58_fb22c6ae7dca rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_038e37a3_1684_4980_b5e4_67ab34cd5bdb ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An electrochemical component resposible for transporting ions and maintaining physical separation between electrodes."@en ; - skos:prefLabel "IonBridge"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_212af058_3bbb_419f_a9c6_90ba9ebb3706 -:EMMO_212af058_3bbb_419f_a9c6_90ba9ebb3706 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_038e37a3_1684_4980_b5e4_67ab34cd5bdb , - :EMMO_6f21a5fa_3b16_47ab_af2a_51e3e14ed964 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A good electron conductor support designed to transfer electrons from the external circuit to the active materials of the cell."@en ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a """Copper foil -Aluminum foil"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Current_collector"@en ; - skos:altLabel "ElectrodeCurrentCollector"@en ; - skos:prefLabel "CurrentCollector"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_212af058_3bbb_419f_a9c6_90ba9ebb3706 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "A good electron conductor support designed to transfer electrons from the external circuit to the active materials of the cell."@en ; - dcterms:source "A. J. Bard, G. Inzelt, and F. Scholz, Eds., Electrochemical Dictionary, 2nd Edition. Berlin: Springer-Verlag, 2012. DOI: https://doi.org/10.1007/978-3-642-29551-5" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_213ac5da_3931_43a4_a1ce_fd0a8b42ae58 -:EMMO_213ac5da_3931_43a4_a1ce_fd0a8b42ae58 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a6a69e90_06b5_45b1_83cf_7c0bf39b2914 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electrochemical reaction involving zinc."@en ; - skos:prefLabel "ZincElectrochemicalReaction"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_22725105_c941_4b14_a4a2_fcb627958607 -:EMMO_22725105_c941_4b14_a4a2_fcb627958607 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_f2d5d3ad_2e00_417f_8849_686f3988d929 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Instrument which controls the electric current between the working electrode and the auxiliary electrode."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Galvanostat"@en ; - skos:altLabel "Amperostat"@en ; - skos:prefLabel "Galvanostat"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_22725105_c941_4b14_a4a2_fcb627958607 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Instrument which controls the electric current between the working electrode and the auxiliary electrode."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_23b866e8-27c6-4fd8-a1d2-6b58ad4445af -:EMMO_23b866e8-27c6-4fd8-a1d2-6b58ad4445af rdf:type owl:Class ; - rdfs:subClassOf :EMMO_f89bb8bc-ef9b-43d5-b5df-14e12b0d93b8 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An ElectrochemicalSubcomponent whose primary role is ionic."@en ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "Electrolyte"@en ; - skos:prefLabel "IonicSubcomponent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_279ecc9f_bfbc_4108_ae40_3c1c0f735e60 -:EMMO_279ecc9f_bfbc_4108_ae40_3c1c0f735e60 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_f2d5d3ad_2e00_417f_8849_686f3988d929 ; - skos:altLabel "FRA"@en , - "FrequencyResponseAnalyzer"@en ; - skos:prefLabel "FrequencyResponseAnalyser"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_28213033_4c74_441c_81c4_a0cad05f9eb6 -:EMMO_28213033_4c74_441c_81c4_a0cad05f9eb6 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2e6933aa_4522_4f16_a437_37110e6cbd0d ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-17"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electrode polarization associated with an anodic reaction."@en ; - skos:prefLabel "AnodicPolarization"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_28213033_4c74_441c_81c4_a0cad05f9eb6 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Electrode polarization associated with an anodic reaction."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_2a40b878_7d09_49db_91b2_d0ee30192284 -:EMMO_2a40b878_7d09_49db_91b2_d0ee30192284 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7729c34e_1ae9_403d_b933_1765885e7f29 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "For solutions in protic solvents, the universal reference electrode for which, under standard conditions, the standard electrode potential (H+ / H2) is zero at all temperatures."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Standard_hydrogen_electrode"@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/S05917"@en ; - rdfs:comment "Potential of a platinum electrode in a theoretical ideal solution (the current standard for zero potential for all temperatures)"@en ; - skos:altLabel "SHE"@en ; - skos:prefLabel "StandardHydrogenElectrode"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_2a40b878_7d09_49db_91b2_d0ee30192284 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "For solutions in protic solvents, the universal reference electrode for which, under standard conditions, the standard electrode potential (H+ / H2) is zero at all temperatures."@en ; - dcterms:source "IUPAC. Compendium of Chemical Terminology, 2nd ed. (the \"Gold Book\"). Compiled by A. D. McNaught and A. Wilkinson. Blackwell Scientific Publications, Oxford (1997). Online version (2019-) created by S. J. Chalk. ISBN 0-9678550-9-8. https://doi.org/10.1351/goldbook." - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_2cc8ac82_21a3_4d70_94a5_66b85b45df7d -:EMMO_2cc8ac82_21a3_4d70_94a5_66b85b45df7d rdf:type owl:Class ; - rdfs:subClassOf :EMMO_5adb91e0_ffe1_41f3_b779_c6966f65fb0e , - [ rdf:type owl:Restriction ; - owl:onProperty [ owl:inverseOf emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a - ] ; - owl:someValuesFrom :EMMO_b47ee173_965d_4763_8cd9_eda179ea1e2c - ] ; - skos:prefLabel "ZincElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_2d32a81a_2148_41bd_84fb_467aa8de4a8f -:EMMO_2d32a81a_2148_41bd_84fb_467aa8de4a8f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Foil, wire, disc, or mesh electrode made of platinum, which is the most commonly used metallic working electrode in electrochemistry."@en ; - rdfs:comment "Pt has a very small overpotential for hydrogen evolution, which determines the negative potential limit in protic solvents. Pt adsorbs hydrogen, resulting in hydrogen adsorption/desorption waves. However, the positive potential limit in polar aprotic solvents free of oxygen and water is higher than that for any other commonly used electrode materials. In the presence of water and/or oxygen, Pt forms a film of oxide (and/or chemisorbed oxygen), resulting in potentially interfering waves or peaks."@en ; - skos:altLabel "PtElectrode"@en ; - skos:prefLabel "PlatinumElectrode"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_2d32a81a_2148_41bd_84fb_467aa8de4a8f ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Foil, wire, disc, or mesh electrode made of platinum, which is the most commonly used metallic working electrode in electrochemistry."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_2e3e14f9_4cb8_45b2_908e_47eec893dec8 -:EMMO_2e3e14f9_4cb8_45b2_908e_47eec893dec8 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a6a69e90_06b5_45b1_83cf_7c0bf39b2914 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-04"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An interfacial reaction that necessarily involves a charge-transfer step."@en , - "Electrochemical reaction involving the transfer of electrons between electrolyte and electrode."@en ; - rdfs:comment "The electrode (or interfacial) reaction involves all the processes (chemical reaction, structural reorganization, adsorption) accompanying the charge transfer step."@en ; - skos:prefLabel "ElectrodeReaction"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_2e3e14f9_4cb8_45b2_908e_47eec893dec8 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "An interfacial reaction that necessarily involves a charge-transfer step."@en ; - dcterms:source "A. J. Bard, G. Inzelt, and F. Scholz, Eds., Electrochemical Dictionary, 2nd Edition. Berlin: Springer-Verlag, 2012. DOI: https://doi.org/10.1007/978-3-642-29551-5" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_2e3e14f9_4cb8_45b2_908e_47eec893dec8 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Electrochemical reaction involving the transfer of electrons between electrolyte and electrode."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_2e6933aa_4522_4f16_a437_37110e6cbd0d -:EMMO_2e6933aa_4522_4f16_a437_37110e6cbd0d rdf:type owl:Class ; - rdfs:subClassOf :EMMO_19abaccd_43be_4048_965c_e4fb63c5951b ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-15"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Accumulation or depletion of electric charges at an electrode, resulting in a difference between the electrode potential with current flow, and the potential without current flow or equilibrium electrode potential."@en ; - skos:altLabel "ElectrodePolarizationProcess"@en ; - skos:prefLabel "ElectrodePolarization"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_2e6933aa_4522_4f16_a437_37110e6cbd0d ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Accumulation or depletion of electric charges at an electrode, resulting in a difference between the electrode potential with current flow, and the potential without current flow or equilibrium electrode potential."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_31187293_5f00_4a36_b469_e16a83652b09 -:EMMO_31187293_5f00_4a36_b469_e16a83652b09 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_761d64bb_b13a_438c_b2cf_972938904e5d ; - skos:altLabel "ORR"@en ; - skos:prefLabel "OxygenReductionReaction"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_31319ed7_0834_43c1_b6ca_73b7d3812441 -:EMMO_31319ed7_0834_43c1_b6ca_73b7d3812441 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_31187293_5f00_4a36_b469_e16a83652b09 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 ; - owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_4e621aee_e278_453b_b104_3f57ddd95bfc - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_98ec09ed_d4ad_472d_8174_54f81fef2b6e - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 ; - owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_8043d3c6_a4c1_4089_ba34_9744e28e5b3d - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 ; - owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_f1a3a8b0_f812_43f1_accd_947e904125e6 - ] ; - emmo:EMMO_133c2169_c0cc_460b_971d_6cb4e22338ed "\\ce{O2(g) + 4H+ + 4e- --> 2H2O}" ; - skos:altLabel "AcidicFourElectronOxygenReductionReaction" ; - skos:prefLabel "OneGaseousOxygenAndFourAqueousProtonAndFourElectronYieldsTwoLiquidWater"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_32ab98e1_6d72_4a3b_9e4e_197cf7fdc714 -:EMMO_32ab98e1_6d72_4a3b_9e4e_197cf7fdc714 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3eec5411_c402_4d8e_b231_96a490516454 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_631f315a_4096_44e4_a30a_44d108c53756 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 ; - owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_1556787d_2b87_4dec_b0f4_dee6f9d0b47a - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 ; - owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_4e621aee_e278_453b_b104_3f57ddd95bfc - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 ; - owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_8043d3c6_a4c1_4089_ba34_9744e28e5b3d - ] ; - emmo:EMMO_133c2169_c0cc_460b_971d_6cb4e22338ed "\\ce{2H2O+2e- ->H2(g)+2OH-}" ; - skos:altLabel "AlkalineHydrogenEvolutionReaction" ; - skos:prefLabel "TwoLiquidWaterAndTwoElectronYieldsOneGaseousHydrogenAndTwoAqueousHydroxideIon"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_331e6cca_f260_4bf8_af55_35304fe1bbe0 -:EMMO_331e6cca_f260_4bf8_af55_35304fe1bbe0 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_038e37a3_1684_4980_b5e4_67ab34cd5bdb ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-17"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "In an electrochemical cell, device made of insulating material permeable to the ions of the electrolyte and prohibiting totally or partially the mixing of the substances on both sides."@en ; - rdfs:comment "Membranes and diaphragms are special forms of electrochemical separators."@en ; - skos:altLabel "ElectrochemicalSeparator"@en ; - skos:prefLabel "Separator"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_331e6cca_f260_4bf8_af55_35304fe1bbe0 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "In an electrochemical cell, device made of insulating material permeable to the ions of the electrolyte and prohibiting totally or partially the mixing of the substances on both sides."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_3462e175_be41_430b_9a1e_c7bef5775ea3 -:EMMO_3462e175_be41_430b_9a1e_c7bef5775ea3 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_35cccde9_cb14_4b26_a324_aec97c4f9a15 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_3bd08946_4e81_455d_9fca_dc7a5ead9315 ; - owl:someValuesFrom :EMMO_dc205ac2_314e_415c_a2b6_b12e8359d54c - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a cell with a near-neutral electrolyte."@en ; - skos:prefLabel "NearNeutralElectrochemicalCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_3597a1e0_09ef_48ad_b913_b3e71ea21c94 -:EMMO_3597a1e0_09ef_48ad_b913_b3e71ea21c94 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_038e37a3_1684_4980_b5e4_67ab34cd5bdb ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A component that is essential to the function of an electrochemical cell."@en ; - skos:prefLabel "ElectrochemicalComponent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_35c650ab_3b23_4938_b312_1b0dede2e6d5 -:EMMO_35c650ab_3b23_4938_b312_1b0dede2e6d5 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 ; - owl:disjointWith :EMMO_b6319c74_d2ce_48c0_a75a_63156776b302 ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Cathode"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electrode of an electrochemical cell through which net electric current flows and at which the predominating electrochemical reaction is a reduction."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Cathode"@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/C00905"@en ; - rdfs:comment "The concepts of “anode” and “cathode” are related only to the direction of electron flow, not to the polarity of the electrodes."@en ; - skos:prefLabel "Cathode"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_35c650ab_3b23_4938_b312_1b0dede2e6d5 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Electrode of an electrochemical cell through which net electric current flows and at which the predominating electrochemical reaction is a reduction."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_35cccde9_cb14_4b26_a324_aec97c4f9a15 -:EMMO_35cccde9_cb14_4b26_a324_aec97c4f9a15 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_3bd08946_4e81_455d_9fca_dc7a5ead9315 ; - owl:someValuesFrom :EMMO_b812e9d0_7c58_4455_b3e7_6847f10c8e8a - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an electrochemical cell with an aqueous electrolyte."@en ; - skos:prefLabel "AqueousElectrochemicalCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_3663991d-9319-4f7a-922b-f0e428b58801 -:EMMO_3663991d-9319-4f7a-922b-f0e428b58801 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom emmo:EMMO_4937ad81_eeb8_4cd9_a02f_53e0644e2f02 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom emmo:EMMO_7f8db4c8_4dc5_4e39_bfb0_0a123679d831 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_f68030be_94b8_4c61_a161_886468558054 ; - owl:someValuesFrom :EMMO_4f3a2ba3-7abc-4150-ba98-3973d865690f - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Porous electrodes consist of porous matrices of a single reactive electronic conductor or a mixture of solids that include essentially non-conducting, reactive materials in addition to electronic conductors. An electrolytic solution fills the void spaces of the porous matrix. At a given time, there may be a large range of reaction rates within the pores. The distribution of these rates will depend on physical structure, conductivity of the matrix and of the electrolyte, and on parameters characterizing the electrode processes themselves."@en ; - skos:prefLabel "PorousElectrode"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_3663991d-9319-4f7a-922b-f0e428b58801 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Porous electrodes consist of porous matrices of a single reactive electronic conductor or a mixture of solids that include essentially non-conducting, reactive materials in addition to electronic conductors. An electrolytic solution fills the void spaces of the porous matrix. At a given time, there may be a large range of reaction rates within the pores. The distribution of these rates will depend on physical structure, conductivity of the matrix and of the electrolyte, and on parameters characterizing the electrode processes themselves."@en ; - dcterms:references "J. Newman and K. E. Thmoas-Alyea, Electrochemical Systems, 3rd ed. Hoboken, New Jersey: John Wiley & Sons, 2004." - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_3a77b5e7_9646_4154_bf8f_5f798989e5f3 -:EMMO_3a77b5e7_9646_4154_bf8f_5f798989e5f3 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_fb988878_ee54_4350_9ee9_228c00c3ad35 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A working electrode in the shape of a ring used in a rotating ring disk electrode (RRDE)."@en ; - skos:altLabel "RingElectrode"@en ; - skos:prefLabel "AnnularWorkingElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_3b0b0d6e_8b0e_4491_885e_8421d3eb3b69 -:EMMO_3b0b0d6e_8b0e_4491_885e_8421d3eb3b69 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_e248373f_294f_4ca4_9edf_0ad6653bb64f ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-02" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An electrochemical cell which is not designed to be electrically recharged."@en ; - skos:altLabel "PrimaryCell"@en ; - skos:prefLabel "PrimaryElectrochemicalCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_3b0b0d6e_8b0e_4491_885e_8421d3eb3b69 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "An electrochemical cell which is not designed to be electrically recharged."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_3d805c2a_4801_440e_9e4d_0fa5585c76ae -:EMMO_3d805c2a_4801_440e_9e4d_0fa5585c76ae rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_e5438930_04e7_4d42_ade5_3700d4a52ab7 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A material relation in electrochemistry."@en ; - skos:prefLabel "ElectrochemicalRelation"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_3e7fe02d_c888_4c49_8e05_ccd9785607a6 -:EMMO_3e7fe02d_c888_4c49_8e05_ccd9785607a6 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a9873d3d_945b_40ba_b9cd_8dfb64cec88f , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_a9fc3f77_e48e_4bce_b118_044d608722f6 - ] ; - owl:disjointWith :EMMO_83f2b1e9_cb67_4dbf_977f_ba54bbae374f ; - skos:altLabel "FloatCharging"@en , - "PotentiostaticCharging"@en ; - skos:prefLabel "ConstantVoltageCharging"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_3eec5411_c402_4d8e_b231_96a490516454 -:EMMO_3eec5411_c402_4d8e_b231_96a490516454 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_5c67952c_c5f3_4251_bb02_c99a7f5aedd9 ; - skos:altLabel "HER"@en ; - skos:prefLabel "HydrogenEvolutionReaction"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_3f0a19ba_d90c_4ed3_b2e6_b5e16d594af1 -:EMMO_3f0a19ba_d90c_4ed3_b2e6_b5e16d594af1 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_79d1b273-58cd-4be6-a250-434817f7c261 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An electrochemical material that can act as a host lattice in an electrochemical intercalation reaction."@en ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "Graphite"@en ; - skos:prefLabel "ElectrochemicalIntercalationMaterial"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_3f9b2956_1465_4fe0_b0df_5e4784dac3b6 -:EMMO_3f9b2956_1465_4fe0_b0df_5e4784dac3b6 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_7dea2572_ab42_45bd_9fd7_92448cec762a , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_1355816f_a2b5_4800_8001_fc888f5d6b1b - ] ; - skos:prefLabel "ElectricPotentialMeasuringSystem"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_402598d9_0eea_405d_b0d0_3b8b79deba6f -:EMMO_402598d9_0eea_405d_b0d0_3b8b79deba6f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0a0de817_addc_46a5_8ba2_255d48cdf366 ; - skos:prefLabel "InterphaseGrowth"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_43a06daa_3644_429c_953c_4ee49aaf570a -:EMMO_43a06daa_3644_429c_953c_4ee49aaf570a rdf:type owl:Class ; - rdfs:subClassOf :EMMO_35cccde9_cb14_4b26_a324_aec97c4f9a15 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_3bd08946_4e81_455d_9fca_dc7a5ead9315 ; - owl:someValuesFrom :EMMO_6592d8cc_4ce4_42ca_b010_6bfc4a8444d2 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell containing an acid electrolyte."@en ; - skos:prefLabel "AcidicElectrochemicalCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_444992e5_43f8_44a1_9767_b408dbe54330 -:EMMO_444992e5_43f8_44a1_9767_b408dbe54330 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_19abaccd_43be_4048_965c_e4fb63c5951b ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-27" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "phenomenon by which a cell or battery loses energy in other ways than by discharge into an external circuit."@en ; - rdfs:seeAlso "ChargeRetention"@en ; - skos:prefLabel "SelfDischarge"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_444992e5_43f8_44a1_9767_b408dbe54330 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "phenomenon by which a cell or battery loses energy in other ways than by discharge into an external circuit."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_459688a8_0f36_4259_9fb2_98af08d7f9db -:EMMO_459688a8_0f36_4259_9fb2_98af08d7f9db rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_5eb09a10_1b4f_410f_9911_b3e3342d6017 ; - skos:prefLabel "IntercalationStep"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_4a21f141_64ff_4524_8c2c_93073ee9e364 -:EMMO_4a21f141_64ff_4524_8c2c_93073ee9e364 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_91ccf64e_9865_4543_824c_9546ccabf551 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_4e365fff_2400_4d69_8340_b13ed1fc14ce ; - owl:someValuesFrom :EMMO_75f89f06_1c23_4e40_8654_403c21e5a66f - ] ; - skos:prefLabel "LithiumPlatingReaction"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_4bc38e99_1978_4143_a766_fbb57f2cf46e -:EMMO_4bc38e99_1978_4143_a766_fbb57f2cf46e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_19abaccd_43be_4048_965c_e4fb63c5951b ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-03" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "situation in which a material in a given environment undergoes negligible electrochemical corrosion."@en ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "cathodic protection"@en ; - skos:prefLabel "ElectrochemicalImmunity"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_4bc38e99_1978_4143_a766_fbb57f2cf46e ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "situation in which a material in a given environment undergoes negligible electrochemical corrosion."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_4d6f7f50_b343_4bd6_8612_2b8521a99c9b -:EMMO_4d6f7f50_b343_4bd6_8612_2b8521a99c9b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_19abaccd_43be_4048_965c_e4fb63c5951b ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-15" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "increasing the rate of an electrode reaction by adding specific material to the electrode."@en ; - skos:prefLabel "Electrocatalysis"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_4d6f7f50_b343_4bd6_8612_2b8521a99c9b ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "increasing the rate of an electrode reaction by adding specific material to the electrode."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_4df84ec1_8a1a_4770_963f_bf48009bd043 -:EMMO_4df84ec1_8a1a_4770_963f_bf48009bd043 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a6a69e90_06b5_45b1_83cf_7c0bf39b2914 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The electrochemical dissolution of a material to soluble species."@en ; - rdfs:comment "It can be regarded as the reversal of electrodeposition."@en ; - skos:prefLabel "Electrodissolution"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_4df84ec1_8a1a_4770_963f_bf48009bd043 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "The electrochemical dissolution of a material to soluble species."@en ; - dcterms:source "A. J. Bard, G. Inzelt, and F. Scholz, Eds., Electrochemical Dictionary, 2nd Edition. Berlin: Springer-Verlag, 2012. DOI: https://doi.org/10.1007/978-3-642-29551-5" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_4e02d727_07fe_41fd_886c_041317342086 -:EMMO_4e02d727_07fe_41fd_886c_041317342086 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_fb0d9eef_92af_4628_8814_e065ca255d59 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An electrolyte consisting of anions and cations with equal absolute charge numbers."@en ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "KCl (1:1), MgSO4 (2:2)" ; - skos:prefLabel "BinaryElectrolyte"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_4e02d727_07fe_41fd_886c_041317342086 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "An electrolyte consisting of anions and cations with equal absolute charge numbers."@en ; - dcterms:source "A. J. Bard, G. Inzelt, and F. Scholz, Eds., Electrochemical Dictionary, 2nd Edition. Berlin: Springer-Verlag, 2012. DOI: https://doi.org/10.1007/978-3-642-29551-5" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_4e4d7f4b-680b-469e-bdd4-728dd3e465bf -:EMMO_4e4d7f4b-680b-469e-bdd4-728dd3e465bf rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_038e37a3_1684_4980_b5e4_67ab34cd5bdb , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom emmo:EMMO_ed4af7ae_63a2_497e_bb88_2309619ea405 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A system comprising at least one electrochemical cell and the components necessary to support it."@en ; - skos:prefLabel "ElectrochemicalSystem"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_4f3a2ba3-7abc-4150-ba98-3973d865690f -:EMMO_4f3a2ba3-7abc-4150-ba98-3973d865690f rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_69b9aead-bb43-4bd5-9168-728cea2116b1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_9a084aa3_3d5a_4a62_9fc0_fd88937a19c5 ; - owl:someValuesFrom :EMMO_3663991d-9319-4f7a-922b-f0e428b58801 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A pore that exists within an electrode host domain."@en ; - skos:prefLabel "ElectrodePore"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_4f4c61a2_b823_4c36_ace2_141fcb9355d5 -:EMMO_4f4c61a2_b823_4c36_ace2_141fcb9355d5 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_048130e3_7448_4c06_b3b3_d039a848aae3 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_4e365fff_2400_4d69_8340_b13ed1fc14ce ; - owl:someValuesFrom :EMMO_c5e5ce2f_6dd5_4b42_97ea_0eb12ff03854 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_98ec09ed_d4ad_472d_8174_54f81fef2b6e - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 ; - owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_4e621aee_e278_453b_b104_3f57ddd95bfc - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 ; - owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_8043d3c6_a4c1_4089_ba34_9744e28e5b3d - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 ; - owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_1556787d_2b87_4dec_b0f4_dee6f9d0b47a - ] ; - emmo:EMMO_133c2169_c0cc_460b_971d_6cb4e22338ed "4OH^- --> O2 + 2H2O + 4e^-" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The OER usually requires a catalyst in practical electrodes."@en , - "The process of generating molecular oxygen (O2) by a chemical reaction, usually from water (H2O)."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Oxygen_evolution"@en ; - skos:altLabel "AlkalineFourElectronOxygenEvolutionReaction"@en , - "OER"@en ; - skos:prefLabel "FourAqueousHydroxideIonYieldsOneGaseousOxygenAndTwoLiquidWaterAndFourElectron"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_4f51db30_bed6_4b6e_86ae_191abbe6a325 -:EMMO_4f51db30_bed6_4b6e_86ae_191abbe6a325 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_5dc0c44e_6fdc_49fc_8654_b8b2d75d0d2d ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-12" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "method of electroanalytical chemistry based on measurement of an electrode potential."@en ; - skos:prefLabel "Potentiometry"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_4f51db30_bed6_4b6e_86ae_191abbe6a325 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "method of electroanalytical chemistry based on measurement of an electrode potential."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_50044b99_b858_433b_a32d_23d1e1cf88b2 -:EMMO_50044b99_b858_433b_a32d_23d1e1cf88b2 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_b17cd88e_9bb7_4d87_ade5_6e181d921f93 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The boundary between two electrochemical materials, at which electrochemical reactions normally take place."@en ; - skos:prefLabel "ElectrochemicalInterface"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_53fe3f58_0802_41cf_af69_4784fc42cc30 -:EMMO_53fe3f58_0802_41cf_af69_4784fc42cc30 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_06d8e1ee_924a_4915_998d_33a69f41dadc , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_22725105_c941_4b14_a4a2_fcb627958607 - ] ; - owl:disjointWith :EMMO_9865e4f9_756d_4d94_a6fd_4102ab795f9e ; - skos:altLabel "GalvanostaticDischarging"@en ; - skos:prefLabel "ConstantCurrentDischarging"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_5641910f_6e69_4ce4_be84_4b1bf14b8916 -:EMMO_5641910f_6e69_4ce4_be84_4b1bf14b8916 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_19abaccd_43be_4048_965c_e4fb63c5951b ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-01"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Movement of a fluid through a diaphragm, produced by application of an electric field."@en ; - skos:prefLabel "Electroosmosis"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_5641910f_6e69_4ce4_be84_4b1bf14b8916 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Movement of a fluid through a diaphragm, produced by application of an electric field."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_579eed46_6918_4275_9a70_dfd0409ab418 -:EMMO_579eed46_6918_4275_9a70_dfd0409ab418 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_9c32fd69_f480_4130_83b3_fb25d9face14 ; - rdfs:comment "If reference is made only to ‘Faraday’s Law of electrolysis’ the first law is meant."@en ; - skos:prefLabel "FaradaysLawsOfElectrolysis"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_57f7ed5a_0b47_4f62_89c0_dd492b147db3 -:EMMO_57f7ed5a_0b47_4f62_89c0_dd492b147db3 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_75f89f06_1c23_4e40_8654_403c21e5a66f , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_18de7494_05e2_4689_bcb4_2dded32af055 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_8043d3c6_a4c1_4089_ba34_9744e28e5b3d - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_ec2e5ffa_64cd_49db_ab49_90c49a231c4b - ] ; - emmo:EMMO_133c2169_c0cc_460b_971d_6cb4e22338ed "\\ce{Li(s) --> Li+(sln) + e-}" ; - skos:prefLabel "OneSolidLithiumYieldsOneNonAqueousLithiumIonAndOneElectron"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_58143f50_c3c1_4cba_b8eb_577282b4b026 -:EMMO_58143f50_c3c1_4cba_b8eb_577282b4b026 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_0f6f0120_c079_4d95_bb11_4ddee05e530e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d ; - owl:someValuesFrom emmo:EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845 - ] ; - skos:prefLabel "ElectricPotentialMeasurementResult"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_596ff637_06bd_43fd_a5d0_70856f8c6d6d -:EMMO_596ff637_06bd_43fd_a5d0_70856f8c6d6d rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_a3d185ff_1c28_4fe8_87dd_6316fccb454e , - :EMMO_80384f43_8818_42c6_9b1d_7747389a3554 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_18de7494_05e2_4689_bcb4_2dded32af055 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_8043d3c6_a4c1_4089_ba34_9744e28e5b3d - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_9ed6d1e2_0930_4713_aa6d_fd97480f9c43 - ] ; - emmo:EMMO_133c2169_c0cc_460b_971d_6cb4e22338ed "\\ce{LiC6 --> Li+(sln) + e-}" ; - skos:prefLabel "OneSolidLithiumGraphiteYieldsOneNonAqueousLithiumIonAndOneSolidGraphiteAndOneElectron"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_598ae3d0_76e9_429c_a0e1_8694525cb574 -:EMMO_598ae3d0_76e9_429c_a0e1_8694525cb574 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_f19ff3b4_6bfe_4c41_a2b2_9affd39c140b ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "For any electrolyte A_xB_y, the limiting molar conductivity is expressed as x times the limiting molar conductivity of A^{y+} and y times the limiting molar conductivity of B^{x-}."@en ; - skos:prefLabel "KohlrauschsLaw"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_5adb91e0_ffe1_41f3_b779_c6966f65fb0e -:EMMO_5adb91e0_ffe1_41f3_b779_c6966f65fb0e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 , - :EMMO_670360fd_7cf9_4fe7_a9b5_c966f668ec88 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An electrode in which the actve electrochemical material is a metal."@en ; - skos:prefLabel "MetalElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_5c67952c_c5f3_4251_bb02_c99a7f5aedd9 -:EMMO_5c67952c_c5f3_4251_bb02_c99a7f5aedd9 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a6a69e90_06b5_45b1_83cf_7c0bf39b2914 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An electrochemical reaction involving hydrogen."@en ; - skos:prefLabel "HydrogenElectrochemicalReaction"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_5cb5548f_f774_4668_ad02_f0742581f2f1 -:EMMO_5cb5548f_f774_4668_ad02_f0742581f2f1 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_19abaccd_43be_4048_965c_e4fb63c5951b ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-02"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Change of the mechanical stress at the surface separating two bodies due to the presence of electric charges at the interface."@en ; - skos:prefLabel "Electrocapillarity"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_5cb5548f_f774_4668_ad02_f0742581f2f1 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Change of the mechanical stress at the surface separating two bodies due to the presence of electric charges at the interface."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_5dc0c44e_6fdc_49fc_8654_b8b2d75d0d2d -:EMMO_5dc0c44e_6fdc_49fc_8654_b8b2d75d0d2d rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_463bcfda_867b_41d9_a967_211d4d437cfb , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_3f9b2956_1465_4fe0_b0df_5e4784dac3b6 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_58143f50_c3c1_4cba_b8eb_577282b4b026 - ] ; - skos:prefLabel "ElectricPotentialMeasurement"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_5f9a9411_05f9_4576_acd3_81d7d41cfe98 -:EMMO_5f9a9411_05f9_4576_acd3_81d7d41cfe98 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_fa22874b_76a9_4043_8b8f_6086c88746de ; - owl:disjointWith :EMMO_b812e9d0_7c58_4455_b3e7_6847f10c8e8a ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An ion-transport medium that does not contain water."@en ; - skos:altLabel "NonAqueousElectrolyticSolution"@en , - "NonAqueousSolution"@en ; - skos:prefLabel "NonAqueousElectrolyte"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_5f9a9411_05f9_4576_acd3_81d7d41cfe98 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "An ion-transport medium that does not contain water."@en ; - dcterms:source "IEEE Standard Glossary of Stationary Battery Terminology (2016), https://doi.org/10.1109/IEEESTD.2016.7552407" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_609b340f_3450_4a10_95c2_c457e3eb8a89 -:EMMO_609b340f_3450_4a10_95c2_c457e3eb8a89 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_fb0d9eef_92af_4628_8814_e065ca255d59 ; - emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "An electrolyte in the liquid phase."@en ; - skos:prefLabel "LiquidElectrolyte"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_60c5b2e5_164a_4ce6_8409_f386f5e50c03 -:EMMO_60c5b2e5_164a_4ce6_8409_f386f5e50c03 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_579eed46_6918_4275_9a70_dfd0409ab418 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "When the same electric charge (quantity of electricity) Q is passed through several electrolytes, the mass, m_i, of the substances deposited are proportional to their respective chemical equivalent molar mass, M_i/z_i."@en ; - rdfs:comment "m_1/m_2 = (M_1/z_1) / (M_2/z_2)"@en ; - skos:prefLabel "FaradaysSecondLawOfElectrolysis"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_60c5b2e5_164a_4ce6_8409_f386f5e50c03 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "When the same electric charge (quantity of electricity) Q is passed through several electrolytes, the mass, m_i, of the substances deposited are proportional to their respective chemical equivalent molar mass, M_i/z_i."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_615cff2a_be95_4e65_9471_98db23f4c878 -:EMMO_615cff2a_be95_4e65_9471_98db23f4c878 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_b812e9d0_7c58_4455_b3e7_6847f10c8e8a ; - owl:disjointWith :EMMO_6592d8cc_4ce4_42ca_b010_6bfc4a8444d2 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An aqueous electrolyte with a nominal pH greater than 7."@en ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "KOH-H2O"@en ; - skos:altLabel "AlkalineAqueousElectrolyte"@en , - "AlkalineSolution"@en ; - skos:prefLabel "AlkalineElectrolyte"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_634467ad_feed_4979_adb2_877d98fe1768 -:EMMO_634467ad_feed_4979_adb2_877d98fe1768 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_50044b99_b858_433b_a32d_23d1e1cf88b2 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Any junction between two electrolyte solutions of different composition."@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/L03584"@en ; - rdfs:comment "Across such a junction there arises a potential difference, called the liquid junction potential."@en , - "In the operational pH cell the junction is between the test, or pH standard, solution and the filling solution or the bridge solution of the reference electrode."@en ; - skos:prefLabel "LiquidJunction"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_637c576e_a50e_47ae_8c74_2024ce4c6d0f -:EMMO_637c576e_a50e_47ae_8c74_2024ce4c6d0f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6cae5943-737a-4f88-9903-9de4cffebd11 ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Salt_bridge"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Means of making electrolytic connection between two half cells without introducing a significant liquid junction potential."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Salt_bridge"@en ; - rdfs:comment "A typical construction is a tube of an inert material (e.g. agar agar) filled with a solution containing an electrolyte with approximately equal ion mobilities of the cation and the anion (e.g., KNO3, KCl), with the ends of the tube immersed in the electrolyte solution of the half cells."@en ; - skos:prefLabel "SaltBridge"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_637c576e_a50e_47ae_8c74_2024ce4c6d0f ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Means of making electrolytic connection between two half cells without introducing a significant liquid junction potential."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_63ea1c9b_0bda_4a69_9745_efb08e6be685 -:EMMO_63ea1c9b_0bda_4a69_9745_efb08e6be685 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_19abaccd_43be_4048_965c_e4fb63c5951b ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-06"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Transport of ions in an electrolyte due to an electric field."@en ; - skos:prefLabel "ElectrochemicalMigration"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_63ea1c9b_0bda_4a69_9745_efb08e6be685 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Transport of ions in an electrolyte due to an electric field."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_63fe114f_5803_4f2a_8d07_93d3be380e41 -:EMMO_63fe114f_5803_4f2a_8d07_93d3be380e41 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7755ea90_ffeb_4d2e_8833_9e01b3daaf43 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-13" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "method of electroanalytical chemistry in which the electric charge consumed or produced is measured and used to derive the amount-of-substance transformed."@en ; - skos:prefLabel "Coulometry"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_63fe114f_5803_4f2a_8d07_93d3be380e41 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "method of electroanalytical chemistry in which the electric charge consumed or produced is measured and used to derive the amount-of-substance transformed."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_6592d8cc_4ce4_42ca_b010_6bfc4a8444d2 -:EMMO_6592d8cc_4ce4_42ca_b010_6bfc4a8444d2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_b812e9d0_7c58_4455_b3e7_6847f10c8e8a ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An aqueous electrolyte with a nominal pH values less than 7."@en ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "HCl-H2O"@en ; - skos:altLabel "AcidicAqueousElectrolyte"@en , - "AcidicSolution"@en ; - skos:prefLabel "AcidicElectrolyte"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_65c90d8d_9712_4f3f_b830_d8163ec4cfcc -:EMMO_65c90d8d_9712_4f3f_b830_d8163ec4cfcc rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7aa79b12-6b34-4724-9728-f31b5f7ed83d ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electrode made of a solid amalgam of an appropriate metal."@en ; - rdfs:comment "Liquid and paste amalgams can also be used."@en , - "Solid amalgam electrodes are electrochemically similar to the hanging mercury drop electrode. Their main advantages are high hydrogen overpotential (similar to liquid mercury); a wide working potential range; the simple mechanical, chemical, and electrochemical regeneration of the surface; a long lifetime; low toxicity of material (comparable with that of dental amalgams); applicability for field measurements; compatibility with flow-through systems; simple construction, without mobile parts; and easy miniaturization."@en ; - skos:altLabel "SAE"@en ; - skos:prefLabel "SolidAmalgamElectrode"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_65c90d8d_9712_4f3f_b830_d8163ec4cfcc ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Electrode made of a solid amalgam of an appropriate metal."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_66c74bec_dbfb_43c2_a23a_5b6000f1b841 -:EMMO_66c74bec_dbfb_43c2_a23a_5b6000f1b841 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_91ccf64e_9865_4543_824c_9546ccabf551 ; - skos:prefLabel "LithiumCobaltOxideReaction"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_670360fd_7cf9_4fe7_a9b5_c966f668ec88 -:EMMO_670360fd_7cf9_4fe7_a9b5_c966f668ec88 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_99f21272_3aba_4dab_a9b7_63e5e1116beb - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An electrode at which the predominant electrochemical reaction is a conversion."@en ; - skos:prefLabel "ConversionElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_6731f325_dfb4_4dfb_b458_c30508f7e0b7 -:EMMO_6731f325_dfb4_4dfb_b458_c30508f7e0b7 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_213ac5da_3931_43a4_a1ce_fd0a8b42ae58 ; - skos:prefLabel "ZincStrippingReaction"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_68eb5e35_5bd8_47b1_9b7f_f67224fa291e -:EMMO_68eb5e35_5bd8_47b1_9b7f_f67224fa291e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6f21a5fa_3b16_47ab_af2a_51e3e14ed964 ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "CMC, PVDF"@en ; - skos:altLabel "ElectrodeBinder"@en ; - skos:prefLabel "Binder"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_6ab1ca1a-3809-4e9a-aaf7-374915288f73 -:EMMO_6ab1ca1a-3809-4e9a-aaf7-374915288f73 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_f89bb8bc-ef9b-43d5-b5df-14e12b0d93b8 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An ElectrochemicalSubcomponent whose primary role is to participate in a reaction."@en ; - skos:prefLabel "ReactiveSubcomponent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_6c421175_477f_45e0_8b6c_c3464f5351c5 -:EMMO_6c421175_477f_45e0_8b6c_c3464f5351c5 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A disc electrode that is embedded in the centre of a cylinder which rotates in solution around the longitudinal cylinder axis."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Rotating_disk_electrode"@en ; - rdfs:comment "The current is directly proportional to the electrode area and the electrode is uniformly accessible."@en , - "The limiting current is given by the Levich equation."@en ; - skos:prefLabel "RotatingDiskElectrode"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_6c421175_477f_45e0_8b6c_c3464f5351c5 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "A disc electrode that is embedded in the centre of a cylinder which rotates in solution around the longitudinal cylinder axis."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_6cae5943-737a-4f88-9903-9de4cffebd11 -:EMMO_6cae5943-737a-4f88-9903-9de4cffebd11 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_20314893_9351_4e6e_ae58_fb22c6ae7dca , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_23b866e8-27c6-4fd8-a1d2-6b58ad4445af - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ; - owl:onClass :EMMO_f89bb8bc-ef9b-43d5-b5df-14e12b0d93b8 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An ion bridge consisting of at least two subcomponents, one of which is an IonicSubcomponent."@en ; - skos:prefLabel "CompositeIonBridge"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_6d23c695_f016_48fe_bad5_a134d4b3cbec -:EMMO_6d23c695_f016_48fe_bad5_a134d4b3cbec rdf:type owl:Class ; - rdfs:subClassOf :EMMO_d8413c07_1c47_4450_ac05_e3350b4c7600 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_4e365fff_2400_4d69_8340_b13ed1fc14ce ; - owl:someValuesFrom :EMMO_b47ee173_965d_4763_8cd9_eda179ea1e2c - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_39a6962f_0af9_4ce5_89bf_a5cb767a15df - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_27825059_2c09_47f4_b927_35897c0238ea - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 ; - owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_8043d3c6_a4c1_4089_ba34_9744e28e5b3d - ] ; - emmo:EMMO_133c2169_c0cc_460b_971d_6cb4e22338ed "\\ce{Zn^{2+} + 2e- --> Zn(s)}"@en ; - skos:altLabel "AcidicZincPlatingReaction"@en ; - skos:prefLabel "OneAqueousZincIonAndTwoElectronYieldsOneSolidZinc"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_6e4f4681-f327-4300-96e4-5905fcea36e3 -:EMMO_6e4f4681-f327-4300-96e4-5905fcea36e3 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_20314893_9351_4e6e_ae58_fb22c6ae7dca , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass :EMMO_23b866e8-27c6-4fd8-a1d2-6b58ad4445af - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An ion bridge consisting of exactly 1 subcomponent that is an IonicSubcomponent."@en ; - skos:prefLabel "SimpleIonBridge"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_6ec59f99_5f26_4a7d_9b90_b52e0f8ad190 -:EMMO_6ec59f99_5f26_4a7d_9b90_b52e0f8ad190 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7729c34e_1ae9_403d_b933_1765885e7f29 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A type of reference electrode based on the reaction between sliver and silver chloride."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Silver_chloride_electrode"@en ; - skos:prefLabel "SilverChlorideElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_6f21a5fa_3b16_47ab_af2a_51e3e14ed964 -:EMMO_6f21a5fa_3b16_47ab_af2a_51e3e14ed964 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_ceaaf9f7_fd11_424b_8fda_9afa186af186 , - emmo:EMMO_ec7464a9_d99d_45f8_965b_4e9230ea8356 ; - skos:prefLabel "ElectrodeConstituent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 -:EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_038e37a3_1684_4980_b5e4_67ab34cd5bdb , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_3bd08946_4e81_455d_9fca_dc7a5ead9315 ; - owl:someValuesFrom :EMMO_fb0d9eef_92af_4628_8814_e065ca255d59 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_5d299271_3f68_494f_ab96_3db9acdd3138 ; - owl:someValuesFrom :EMMO_c94c041b_8ea6_43e7_85cc_d2bce7785b4c - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8e9cf965_9f92_46e8_b678_b50410ce3616 ; - owl:someValuesFrom :EMMO_aff732a9_238a_4734_977c_b2ba202af126 - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-01"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A system containing two electrodes that allow transport of electrons, separated by an electrolyte that allows movement of ions but blocks movement of electrons."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Electrochemical_cell"@en ; - rdfs:comment "Composite system in which the supplied electric energy mainly produces chemical reactions or, conversely, in which the energy released by chemical reactions is mainly delivered by the system as electric energy."@en , - """Even though an ElectrochemicalCell has minimum 2 Electrodes we are using the existential restriction - - ElectrochemicalCell hasPart some Electrode - -instead of - - ElectrochemicalCell hasPart min 2 Electrode - -The reason for this is that combining the transitivity property of hasPart with cardinality is outside of the DL profile causing reasoners like FaCT++ to fail."""@en , - "If processes of interest occur at both the anode and the cathode of a cell (as in differential amperometry or controlled-current potentiometric titration with two indicator electrodes), the cell should be said to comprise two indicator or two working electrodes."@en , - "In electrochemistry the term “cell” is commonly qualified to describe the particular device on which electrochemical reactions take place. Examples of galvanic and electrolytic cells are standard cells, electrochemical sensor cells, conductivity cells, spectroelectrochemical cells, fuel cells, batteries, electrochemical measuring cells, and two- and three-electrode cells."@en , - "System that consists of at least two electron conductors (electrodes) in contact with ionic conductors (electrolytes)."@en , - "The current flow through the electrochemical cell may be zero or non-zero. An electrochemical cell with current flow can operate either as a galvanic cell or as an electrolytic cell."@en , - "The two electrodes may be a working electrode and an auxiliary electrode or, for zero- current measurements (potentiometric mode), an indicator electrode and a reference electrode. There may be a third electrode, the cell having a separate auxiliary electrode (to carry current) and reference electrode (for measurement of electrode potential) in addition to a working electrode (See three-electrode cell)."@en ; - skos:prefLabel "ElectrochemicalCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "A system containing two electrodes that allow transport of electrons, separated by an electrolyte that allows movement of ions but blocks movement of electrons."@en ; - dcterms:source "J. Newman and K. E. Thmoas-Alyea, Electrochemical Systems, 3rd ed. Hoboken, New Jersey: John Wiley & Sons, 2004." - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "Composite system in which the supplied electric energy mainly produces chemical reactions or, conversely, in which the energy released by chemical reactions is mainly delivered by the system as electric energy."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "System that consists of at least two electron conductors (electrodes) in contact with ionic conductors (electrolytes)."@en ; - rdfs:comment "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_6fec8cc1_4e6c_428e_8343_6cf3c286a185 -:EMMO_6fec8cc1_4e6c_428e_8343_6cf3c286a185 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Foil, wire or disc electrode made of gold which is easily fabricated into a variety of electrode geometries."@en ; - rdfs:comment "At positive potentials, Au forms an oxide and/or chemisorbed oxygen layer, while in the presence of com- plexing anions, such as chloride or cyanide, it readily undergoes oxidation and dissolution, limiting its working potential range and its applications."@en ; - skos:altLabel "AuElectrode"@en ; - skos:prefLabel "GoldElectrode"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_6fec8cc1_4e6c_428e_8343_6cf3c286a185 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Foil, wire or disc electrode made of gold which is easily fabricated into a variety of electrode geometries."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_757eae08_4d43_42d4_8b4e_8a0bfd2f9a1c -:EMMO_757eae08_4d43_42d4_8b4e_8a0bfd2f9a1c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_3f0a19ba_d90c_4ed3_b2e6_b5e16d594af1 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An electrode at which the predominant electrochemical reaction is an intercalation."@en ; - skos:prefLabel "IntercalationElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_75f89f06_1c23_4e40_8654_403c21e5a66f -:EMMO_75f89f06_1c23_4e40_8654_403c21e5a66f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_91ccf64e_9865_4543_824c_9546ccabf551 ; - skos:prefLabel "LithiumStrippingReaction"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_761d64bb_b13a_438c_b2cf_972938904e5d -:EMMO_761d64bb_b13a_438c_b2cf_972938904e5d rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a6a69e90_06b5_45b1_83cf_7c0bf39b2914 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electrochemical reaction involving oxygen."@en ; - skos:prefLabel "OxygenElectrochemicalReaction"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_7729c34e_1ae9_403d_b933_1765885e7f29 -:EMMO_7729c34e_1ae9_403d_b933_1765885e7f29 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 , - :EMMO_9f466223_e20a_474d_ac4d_6d4b6131c275 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-15"@en ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a """The standard hydrogen electrode represents the primary standard in electrochemistry. Elec- trodes of the 2nd kind, such as Ag | AgCl, Hg | Hg2 -Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous solutions containing ions Cl^{−}, SO_4^{2−}, and OH^{−}, respectively."""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Reference_electrode"@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/R05229"@en ; - rdfs:comment "Electrode that maintains an essentially constant potential under the conditions prevailing in an electrochemical measurement, and that serves for observation, measurement, or control of the potential of the indicator or working electrode."@en , - "Electrode with a well-defined and constant equilibrium potential with respect to which it is possible to measure or calculate electrode potentials of other electrodes by including them in an appropriate electrochemical cell."@en , - "In potentiometry, under zero current condition, the essentially constant potential is achieved by ensuring a constant composition of solution in contact with the electrode forming a half-cell. Practical reference half-cells are generally non-polarizable electrodes of the 2nd kind (metal | insoluble salt | ion), constructed so that their electrolyte solutions serve as salt bridges to the solutions under investigation."@en , - "“Double” junction reference electrodes are recommended when the reference electrolyte contains interfering components."@en ; - skos:prefLabel "ReferenceElectrode"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_7729c34e_1ae9_403d_b933_1765885e7f29 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "Electrode that maintains an essentially constant potential under the conditions prevailing in an electrochemical measurement, and that serves for observation, measurement, or control of the potential of the indicator or working electrode."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_7729c34e_1ae9_403d_b933_1765885e7f29 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "Electrode with a well-defined and constant equilibrium potential with respect to which it is possible to measure or calculate electrode potentials of other electrodes by including them in an appropriate electrochemical cell."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_7755ea90_ffeb_4d2e_8833_9e01b3daaf43 -:EMMO_7755ea90_ffeb_4d2e_8833_9e01b3daaf43 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_158ae038_c64b_4cc0_aa56_650475490705 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-11" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "method of electroanalytical chemistry in which the electric current resulting from the application of an electric potential at an electrode is measured."@en ; - skos:prefLabel "Voltammetry"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_7755ea90_ffeb_4d2e_8833_9e01b3daaf43 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "method of electroanalytical chemistry in which the electric current resulting from the application of an electric potential at an electrode is measured."@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_7760b241_775f_4be1_b827_59f9bde9e5b2 -:EMMO_7760b241_775f_4be1_b827_59f9bde9e5b2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_e931087f_7681_4096_b200_5223bcc47eb4 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-19"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electrolytic cell in which a chemical reaction is influenced by the absorption of light."@en ; - skos:prefLabel "PhotoelectrolyticCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_7760b241_775f_4be1_b827_59f9bde9e5b2 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Electrolytic cell in which a chemical reaction is influenced by the absorption of light."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_79d1b273-58cd-4be6-a250-434817f7c261 -:EMMO_79d1b273-58cd-4be6-a250-434817f7c261 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_68390bfb_e307_479d_8f78_d66d8773cb1d , - :EMMO_ebdb68e9_c4b5_4d57_a042_c0f51d446755 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b ; - owl:someValuesFrom :EMMO_1340dd0b_98cd_4e6a_bd77_1907e0fd57b0 - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-14"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Material that is oxidized or reduced at an electrode in an electrochemical cell."@en ; - rdfs:comment "If an electroactive substance B is formed, in the solution or at the electrode surface, by a chemical reaction from another substance C, the substance C should be called the precursor of B." , - "Substance that undergoes a change of oxidation state, or whose chemical bonds are broken or formed, in a charge-transfer reaction at an electrode."@en ; - skos:altLabel "ActiveElectrochemicalMaterial"@en , - "ElectroactiveSubstance"@en , - "ElectrochemicallyActiveMaterial"@en ; - skos:prefLabel "ActiveMaterial"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_79d1b273-58cd-4be6-a250-434817f7c261 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Material that is oxidized or reduced at an electrode in an electrochemical cell."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_79d1b273-58cd-4be6-a250-434817f7c261 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "Substance that undergoes a change of oxidation state, or whose chemical bonds are broken or formed, in a charge-transfer reaction at an electrode."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_7aa79b12-6b34-4724-9728-f31b5f7ed83d -:EMMO_7aa79b12-6b34-4724-9728-f31b5f7ed83d rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An electrode consisting of multiple ElectrochemicalSubComponent"@en ; - skos:prefLabel "CompositeElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_7b63e126_281c_4521_a62d_095d5f593051 -:EMMO_7b63e126_281c_4521_a62d_095d5f593051 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_d8413c07_1c47_4450_ac05_e3350b4c7600 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_4e365fff_2400_4d69_8340_b13ed1fc14ce ; - owl:someValuesFrom :EMMO_b7cc8365_6f5a_4524_9ee3_3ab8d66f2340 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_39a6962f_0af9_4ce5_89bf_a5cb767a15df - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 ; - owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_1556787d_2b87_4dec_b0f4_dee6f9d0b47a - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_874ed64f_7343_4550_8207_d41e0a220925 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 ; - owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_8043d3c6_a4c1_4089_ba34_9744e28e5b3d - ] ; - emmo:EMMO_133c2169_c0cc_460b_971d_6cb4e22338ed "\\ce{Zn(OH)4^{2-} + 2e- --> Zn(s) + 4OH-}"@en ; - skos:altLabel "AlkalineZincPlatingReaction"@en ; - skos:prefLabel "OneAqueousZincateIonAndTwoElectronYieldsOneSolidZincAndFourAqueousHydroxideIon"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_7f4d74cd_d0a5_4908_9da9_7629fe419917 -:EMMO_7f4d74cd_d0a5_4908_9da9_7629fe419917 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6c421175_477f_45e0_8b6c_c3464f5351c5 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_3a77b5e7_9646_4154_bf8f_5f798989e5f3 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A second annular working electrode positioned concentric with a rotating disc electrode to make a rotating ring-disc electrode (RRDE)."@en ; - rdfs:comment "This arrangement is largely used in mechanistic studies."@en ; - skos:prefLabel "RotatingRingDiskElectrode"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_7f4d74cd_d0a5_4908_9da9_7629fe419917 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "A second annular working electrode positioned concentric with a rotating disc electrode to make a rotating ring-disc electrode (RRDE)."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_80384f43_8818_42c6_9b1d_7747389a3554 -:EMMO_80384f43_8818_42c6_9b1d_7747389a3554 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_91ccf64e_9865_4543_824c_9546ccabf551 ; - skos:prefLabel "LithiumGraphiteReaction"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_825a749f_dd07_46fb_947c_db286440911e -:EMMO_825a749f_dd07_46fb_947c_db286440911e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_5dc0c44e_6fdc_49fc_8654_b8b2d75d0d2d , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 - ] ; - skos:altLabel "ElectrochemicalCellVoltageMeasurement"@en ; - skos:prefLabel "CellVoltageMeasurement"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_82b66bfe_ec25_417b_ba65_b631ddaaca0e -:EMMO_82b66bfe_ec25_417b_ba65_b631ddaaca0e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7729c34e_1ae9_403d_b933_1765885e7f29 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A reference electrode based on the reaction between elemental mercury and mercury(I) chloride."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Saturated_calomel_electrode"@en ; - skos:prefLabel "SaturatedCalomelElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_82fef384_8eec_4765_b707_5397054df594 -:EMMO_82fef384_8eec_4765_b707_5397054df594 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_038e37a3_1684_4980_b5e4_67ab34cd5bdb , - :EMMO_6f21a5fa_3b16_47ab_af2a_51e3e14ed964 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom emmo:EMMO_e3f47850_ac99_4c3e_a2da_ae92efda8126 - ] ; - skos:altLabel "ElectronicallyConductiveElectrodeAdditive"@en ; - skos:prefLabel "ConductiveAdditive"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_83d2c2d4_ffa9_42f4_9264_a0c59c657607 -:EMMO_83d2c2d4_ffa9_42f4_9264_a0c59c657607 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_f49b84d4_e1f9_424c_bb22_8cea23c0a7d4 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-03"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "reversing of the polarities of the electrodes of a cell, generally due to over-discharge of a low-capacity cell in a series arrangement"@en ; - skos:altLabel "CellReversal"@en ; - skos:prefLabel "PolarityReversal"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_83d2c2d4_ffa9_42f4_9264_a0c59c657607 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "reversing of the polarities of the electrodes of a cell, generally due to over-discharge of a low-capacity cell in a series arrangement"@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_83ee23b3_2f5c_4afa_b972_ac85e91d7306 -:EMMO_83ee23b3_2f5c_4afa_b972_ac85e91d7306 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7729c34e_1ae9_403d_b933_1765885e7f29 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Potential of a platinum electrode in 1 M acid solution."@en ; - skos:altLabel "NHE"@en ; - skos:prefLabel "NormalHydrogenElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_83f2b1e9_cb67_4dbf_977f_ba54bbae374f -:EMMO_83f2b1e9_cb67_4dbf_977f_ba54bbae374f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a9873d3d_945b_40ba_b9cd_8dfb64cec88f , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_22725105_c941_4b14_a4a2_fcb627958607 - ] ; - skos:altLabel "GalvanostaticCharging"@en ; - skos:prefLabel "ConstantCurrentCharging"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_865a40fc_2187_4549_a7e1_37aa2458448f -:EMMO_865a40fc_2187_4549_a7e1_37aa2458448f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_fa22874b_76a9_4043_8b8f_6086c88746de ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-19" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electrolyte on the anode side of an electrochemical cell that is divided into compartments."@en ; - rdfs:comment "Electrolyte solution in the anodic compartment of an electrolysis cell or galvanic cell, i.e., in that part of the cell where the anode is placed."@en ; - skos:prefLabel "Anolyte"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_865a40fc_2187_4549_a7e1_37aa2458448f ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Electrolyte on the anode side of an electrochemical cell that is divided into compartments."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_865a40fc_2187_4549_a7e1_37aa2458448f ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "Electrolyte solution in the anodic compartment of an electrolysis cell or galvanic cell, i.e., in that part of the cell where the anode is placed."@en ; - dcterms:source "A. J. Bard, G. Inzelt, and F. Scholz, Eds., Electrochemical Dictionary, 2nd Edition. Berlin: Springer-Verlag, 2012. DOI: https://doi.org/10.1007/978-3-642-29551-5" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_86be0987_5e21_43ec_b975_8f679999d328 -:EMMO_86be0987_5e21_43ec_b975_8f679999d328 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electrode containing two different metals (e.g. platinum and ruthenium) on its surface (e.g. to modify its electrocatalytic properties)."@en ; - skos:prefLabel "BimetallicElectrode"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_86be0987_5e21_43ec_b975_8f679999d328 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Electrode containing two different metals (e.g. platinum and ruthenium) on its surface (e.g. to modify its electrocatalytic properties)."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_871bc4a4_2d17_4b88_9b0f_7ab85f14afea -:EMMO_871bc4a4_2d17_4b88_9b0f_7ab85f14afea rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 ; - owl:disjointWith :EMMO_fb988878_ee54_4350_9ee9_228c00c3ad35 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electrode whose function is to carry the electric current flowing through the electrical circuit of an electrochemical cell, the electrochemical processes on its surface not being of interest."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Auxiliary_electrode"@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/A00535"@en ; - rdfs:comment "An auxiliary electrode is used in any three-electrode cell, together with a working electrode and reference electrode."@en , - "An auxiliary electrode must not add an excessive potential burden to the cell. It is chosen for the efficiency of the electrochemical reaction and usually has a greater surface area than the working electrode."@en ; - skos:altLabel "AuxiliaryElectrode"@en ; - skos:prefLabel "CounterElectrode"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_871bc4a4_2d17_4b88_9b0f_7ab85f14afea ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Electrode whose function is to carry the electric current flowing through the electrical circuit of an electrochemical cell, the electrochemical processes on its surface not being of interest."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_89ff4fa5_142f_49ec_bfe8_117a38648ed8 -:EMMO_89ff4fa5_142f_49ec_bfe8_117a38648ed8 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_f2d5d3ad_2e00_417f_8849_686f3988d929 ; - skos:prefLabel "MeasuringCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_8a5083b0_cd23_4f8c_99e8_b9ccd6f9f3a2 -:EMMO_8a5083b0_cd23_4f8c_99e8_b9ccd6f9f3a2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-08"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electrochemical cell that has two half-cells separated by a wall permeable to ions, both containing the same electrolyte differing only in their ion concentrations."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Concentration_cell"@en ; - skos:prefLabel "ConcentrationCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_8a5083b0_cd23_4f8c_99e8_b9ccd6f9f3a2 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Electrochemical cell that has two half-cells separated by a wall permeable to ions, both containing the same electrolyte differing only in their ion concentrations."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_8ab1e656_38ff_48e6_ab09_293d76bc9044 -:EMMO_8ab1e656_38ff_48e6_ab09_293d76bc9044 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_d95e6e0d-e8eb-411a-b407-0d1a517e8767 ; - skos:prefLabel "Catalyst"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_8b40856f_1ca2_4137_9616_7fb624671909 -:EMMO_8b40856f_1ca2_4137_9616_7fb624671909 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_bbb1d95b_72d1_44f6_b07e_a3d7d41ac215 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_6bf73b4c_bc73_4db1_bf51_12628ce9ea3b ; - owl:someValuesFrom :EMMO_a3b53904_22b1_42a9_a515_c8a3aed7e841 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty [ owl:inverseOf emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a - ] ; - owl:someValuesFrom :EMMO_c5e5ce2f_6dd5_4b42_97ea_0eb12ff03854 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A gas diffusion electrode in which the gas is air."@en ; - rdfs:comment "The reaction occuring in an air electrode is typically the oxygen reduction reaction (ORR)."@en ; - skos:prefLabel "AirElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_8c18d60b_c5df_45ce_b64a_91c9b53d322d -:EMMO_8c18d60b_c5df_45ce_b64a_91c9b53d322d rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_3bd08946_4e81_455d_9fca_dc7a5ead9315 ; - owl:someValuesFrom :EMMO_5f9a9411_05f9_4576_acd3_81d7d41cfe98 - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-10"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell with a liquid electrolyte containing neither water nor other sources of reactive protons (H+)."@en ; - skos:prefLabel "NonAqueousElectrochemicalCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_8c18d60b_c5df_45ce_b64a_91c9b53d322d ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "cell with a liquid electrolyte containing neither water nor other sources of reactive protons (H+)."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_8c71739c_27c1_4d19_a0ff_02545296af43 -:EMMO_8c71739c_27c1_4d19_a0ff_02545296af43 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_52bbaaee_1145_4be3_8a5c_b366851ea1b9 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-41" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "arrangement of cells or batteries wherein the positive terminal of each cell or battery is connected to the negative terminal of the next cell or battery in sequence."@en ; - skos:prefLabel "SeriesConnection"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_8c71739c_27c1_4d19_a0ff_02545296af43 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "arrangement of cells or batteries wherein the positive terminal of each cell or battery is connected to the negative terminal of the next cell or battery in sequence."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_91ccf64e_9865_4543_824c_9546ccabf551 -:EMMO_91ccf64e_9865_4543_824c_9546ccabf551 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a6a69e90_06b5_45b1_83cf_7c0bf39b2914 ; - skos:prefLabel "LithiumElectrochemicalReaction"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_9679fc51_d9c2_484a_9dba_d86ab407fcbe -:EMMO_9679fc51_d9c2_484a_9dba_d86ab407fcbe rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_670360fd_7cf9_4fe7_a9b5_c966f668ec88 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An electrochemical cell in which the predominant reaction mechanisms at both electrodes are conversions."@en ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "Zinc-air cell"@en ; - skos:prefLabel "ConversionCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_98652dd1_042c_40ab_be35_480e10b713f8 -:EMMO_98652dd1_042c_40ab_be35_480e10b713f8 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( emmo:EMMO_ec7464a9_d99d_45f8_965b_4e9230ea8356 - :EMMO_79d1b273-58cd-4be6-a250-434817f7c261 - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf emmo:EMMO_038e37a3_1684_4980_b5e4_67ab34cd5bdb , - emmo:EMMO_ec7464a9_d99d_45f8_965b_4e9230ea8356 , - :EMMO_6f21a5fa_3b16_47ab_af2a_51e3e14ed964 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_0dd68b90_c27e_41dd_8fd0_5c9e9ca5563b ; - owl:someValuesFrom :EMMO_79d1b273-58cd-4be6-a250-434817f7c261 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom :EMMO_1e3dc60d_dd6b_47d6_8161_70004fc5ee30 - ] ; - skos:prefLabel "ManufacturedActiveMaterial"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_9865e4f9_756d_4d94_a6fd_4102ab795f9e -:EMMO_9865e4f9_756d_4d94_a6fd_4102ab795f9e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_06d8e1ee_924a_4915_998d_33a69f41dadc , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_a9fc3f77_e48e_4bce_b118_044d608722f6 - ] ; - skos:altLabel "PotentiostaticDischarging"@en ; - skos:prefLabel "ConstantVoltageDischarging"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_99f21272_3aba_4dab_a9b7_63e5e1116beb -:EMMO_99f21272_3aba_4dab_a9b7_63e5e1116beb rdf:type owl:Class ; - rdfs:subClassOf :EMMO_79d1b273-58cd-4be6-a250-434817f7c261 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An electrochemical material that participates in an electrochemical conversion reaction."@en ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "Lithium metal"@en ; - skos:prefLabel "ElectrochemicalConversionMaterial"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_9c4e61c6-4a7b-41c2-9133-e780e144ddcd -:EMMO_9c4e61c6-4a7b-41c2-9133-e780e144ddcd rdf:type owl:Class ; - rdfs:subClassOf :EMMO_f89bb8bc-ef9b-43d5-b5df-14e12b0d93b8 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An ElectrochemicalSubcomponent whose primary role is electronic."@en ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a """Current Collector -Conducting Additive"""@en ; - skos:prefLabel "ElectronicSubcomponent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_9c73aff8_1c82_4116_a6be_78e21982b69d -:EMMO_9c73aff8_1c82_4116_a6be_78e21982b69d rdf:type owl:Class ; - rdfs:subClassOf :EMMO_50044b99_b858_433b_a32d_23d1e1cf88b2 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom :EMMO_bad1b6f4_1b26_40e2_b552_6d53873e3973 - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-05"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "interface between an electrolyte and an electrode where an electrode reaction takes place."@en ; - skos:prefLabel "ActiveSurfaceOfAnElectrode"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_9c73aff8_1c82_4116_a6be_78e21982b69d ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "interface between an electrolyte and an electrode where an electrode reaction takes place."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_9d7e5fea_a49a_4a19_a8de_8e24c60e420c -:EMMO_9d7e5fea_a49a_4a19_a8de_8e24c60e420c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3d805c2a_4801_440e_9e4d_0fa5585c76ae , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom emmo:EMMO_498d80ae_9339_49c7_8c74_44aa704e0395 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom emmo:EMMO_9e955e04_2977_457e_a91a_bc6a541c9a9e - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom emmo:EMMO_ad6c76cf_b400_423e_820f_cf0c4e77f455 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom emmo:EMMO_affe07e4_e9bc_4852_86c6_69e26182a17f - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_a17ee4e0_c81a_4a64_9ecb_9c6fa022cf4d - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_abfadc99_6e43_4d37_9b04_7fc5b0f327ae - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An equation relating the limiting molar conductivity Λ_m^0 (see Kohlrausch's law) to the ionic diffusion coefficients."@en ; - rdfs:comment "\\Lambda_m^0 = (F^2/(R*T)) * (v_{+} * z_{+}^2 * D_{+} + v_{–} * z_{–}^2 * D_{–})"@en ; - skos:prefLabel "NernstEinsteinEquation"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_9da958fc_f76d_4654_8a78_99b5f98c118c -:EMMO_9da958fc_f76d_4654_8a78_99b5f98c118c rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_038e37a3_1684_4980_b5e4_67ab34cd5bdb , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_637c576e_a50e_47ae_8c74_2024ce4c6d0f - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A system comprising one electrode in contact with an ionic conductor."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Half-cell"@en ; - skos:prefLabel "ElectrochemicalHalfCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_9f466223_e20a_474d_ac4d_6d4b6131c275 -:EMMO_9f466223_e20a_474d_ac4d_6d4b6131c275 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A non-polarizable electrode is an electrode that holds its potential essentially constant by efficiently allowing electric current to pass. This is a desirable characteristic for a reference electrode."@en ; - skos:prefLabel "NonPolarizableElectrode"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_9f466223_e20a_474d_ac4d_6d4b6131c275 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "A non-polarizable electrode is an electrode that holds its potential essentially constant by efficiently allowing electric current to pass. This is a desirable characteristic for a reference electrode."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_9ffd191e_8ee2_46ca_aa94_f2dcdd9fc3b4 -:EMMO_9ffd191e_8ee2_46ca_aa94_f2dcdd9fc3b4 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3eec5411_c402_4d8e_b231_96a490516454 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_4e365fff_2400_4d69_8340_b13ed1fc14ce ; - owl:someValuesFrom :EMMO_f8b45e9a_a4cb_4c91_9793_3e980d79c922 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_631f315a_4096_44e4_a30a_44d108c53756 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 ; - owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_8043d3c6_a4c1_4089_ba34_9744e28e5b3d - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 ; - owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_f1a3a8b0_f812_43f1_accd_947e904125e6 - ] ; - emmo:EMMO_133c2169_c0cc_460b_971d_6cb4e22338ed "\\ce{2H+ + 2e- --> H2(g)}" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The process of generating molecular hydrogen (H2) by a chemical reaction, usually from water (H2O)."@en ; - skos:altLabel "AcidicHydrogenEvolutionReaction"@en ; - skos:prefLabel "TwoProtonAndTwoElectronYieldOneGaseousHydrogen"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_a0580fa9_5073_44af_b33e_7adbc83892d0 -:EMMO_a0580fa9_5073_44af_b33e_7adbc83892d0 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_b744dc15_2df5_40d5_8743_64ab61e30e8b , - :EMMO_2e3e14f9_4cb8_45b2_908e_47eec893dec8 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 ; - owl:someValuesFrom emmo:EMMO_8043d3c6_a4c1_4089_ba34_9744e28e5b3d - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-09"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electrode reaction in which oxidation occurs at the anode."@en ; - rdfs:comment "An electrode reaction, when the energy of electrons in the working electrode is lower than the HOMO orbital of the substrate."@en ; - skos:altLabel "Electrooxidation"@en , - "ElectrooxidationReaction"@en ; - skos:prefLabel "AnodicReaction"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_a0580fa9_5073_44af_b33e_7adbc83892d0 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Electrode reaction in which oxidation occurs at the anode."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_a0580fa9_5073_44af_b33e_7adbc83892d0 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "An electrode reaction, when the energy of electrons in the working electrode is lower than the HOMO orbital of the substrate."@en ; - dcterms:source "A. J. Bard, G. Inzelt, and F. Scholz, Eds., Electrochemical Dictionary, 2nd Edition. Berlin: Springer-Verlag, 2012. DOI: https://doi.org/10.1007/978-3-642-29551-5" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_a0a619d7_da95_41f0_8bc3_9c19d636d543 -:EMMO_a0a619d7_da95_41f0_8bc3_9c19d636d543 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-08"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electrode that serves only as a source or sink for electrons without playing a chemical role in the electrode reaction."@en ; - rdfs:comment "Noble metals, mercury, and carbon are typically used as inert electrodes."@en ; - skos:prefLabel "InertElectrode"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_a0a619d7_da95_41f0_8bc3_9c19d636d543 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Electrode that serves only as a source or sink for electrons without playing a chemical role in the electrode reaction."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_a2b92d2e_4431_411e_8da5_a4c08bac2c0e -:EMMO_a2b92d2e_4431_411e_8da5_a4c08bac2c0e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_f0c24970_4c14_4207_bd78_5f2181a67085 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-17"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Process inside an electrolytic cell used to coat a conductive object with a layer of a material."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Electroplating"@en ; - rdfs:comment "The process of depositing a usually thin layer of metal upon a usually metallic substrate (or any other conductor, e.g. graphite), in order to improve the appearance, and/or to change the surface properties of the substrate."@en ; - skos:altLabel "Galvanizing"@en ; - skos:prefLabel "Electroplating"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_a2b92d2e_4431_411e_8da5_a4c08bac2c0e ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Process inside an electrolytic cell used to coat a conductive object with a layer of a material."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_a2b92d2e_4431_411e_8da5_a4c08bac2c0e ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "The process of depositing a usually thin layer of metal upon a usually metallic substrate (or any other conductor, e.g. graphite), in order to improve the appearance, and/or to change the surface properties of the substrate."@en ; - dcterms:source "A. J. Bard, G. Inzelt, and F. Scholz, Eds., Electrochemical Dictionary, 2nd Edition. Berlin: Springer-Verlag, 2012. DOI: https://doi.org/10.1007/978-3-642-29551-5" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_a3b53904_22b1_42a9_a515_c8a3aed7e841 -:EMMO_a3b53904_22b1_42a9_a515_c8a3aed7e841 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_8ab1e656_38ff_48e6_ab09_293d76bc9044 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-16" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "material that can cause electrocatalysis."@en ; - skos:prefLabel "Electrocatalyst"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_a3b53904_22b1_42a9_a515_c8a3aed7e841 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "material that can cause electrocatalysis."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_a462859d_d8bd_48ea_8bde_1576f1248a1e -:EMMO_a462859d_d8bd_48ea_8bde_1576f1248a1e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electrode in the form of foil, mesh, wire, rod, tube, powder, pellets, or single crystal of silver."@en ; - rdfs:comment "Ag electrodes were first used in potentiometry for the determination of Cl−, Br−, I−, as well as for Ag+ ions, to which they are sensitive."@en ; - skos:altLabel "AgElectrode"@en ; - skos:prefLabel "SilverElectrode"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_a462859d_d8bd_48ea_8bde_1576f1248a1e ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Electrode in the form of foil, mesh, wire, rod, tube, powder, pellets, or single crystal of silver."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_a6a69e90_06b5_45b1_83cf_7c0bf39b2914 -:EMMO_a6a69e90_06b5_45b1_83cf_7c0bf39b2914 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_a0580fa9_5073_44af_b33e_7adbc83892d0 - :EMMO_f4a1323a_ce2b_4c1a_b89d_c80170110ed6 - ) - ] ; - rdfs:subClassOf emmo:EMMO_7278f78b_9f53_4b34_9a95_1be2d34c84d2 , - emmo:EMMO_ecb0395f_ee1e_4e9a_bf5c_d8e56eee2d18 , - :EMMO_19abaccd_43be_4048_965c_e4fb63c5951b , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom emmo:EMMO_8043d3c6_a4c1_4089_ba34_9744e28e5b3d - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_50044b99_b858_433b_a32d_23d1e1cf88b2 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_79d1b273-58cd-4be6-a250-434817f7c261 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d43af210_f854_4432_a891_ce3022e3b558 ; - owl:someValuesFrom :EMMO_c8a12e66_aef4_4051_bef9_082ffc8ade48 - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-01"@en , - "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-01" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A chemical reaction in an electrolyte involving a transfer of electrons between chemical components or between chemical components and an electrode."@en ; - rdfs:comment "Any process either caused or accompanied by the passage of an electric current and involving in most cases the transfer of electrons between two substances."@en , - "Electrochemical reactions occur at electrochemical interfaces."@en , - "The electrode reaction can also involve other chemical reactions including subreactions on a cell electrode."@en ; - skos:altLabel "ChargeTransferReaction"@en ; - skos:prefLabel "ElectrochemicalReaction"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_a6a69e90_06b5_45b1_83cf_7c0bf39b2914 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "A chemical reaction in an electrolyte involving a transfer of electrons between chemical components or between chemical components and an electrode."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_a6a69e90_06b5_45b1_83cf_7c0bf39b2914 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "Any process either caused or accompanied by the passage of an electric current and involving in most cases the transfer of electrons between two substances."@en ; - dcterms:source "Bockris, J. O'M. and Despić, . Aleksandar R. (2011, December 15). Electrochemical reaction. Encyclopedia Britannica. https://www.britannica.com/science/electrochemical-reaction" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_a7f0127a_9753_4b09_82ac_9a58a6dea3cb -:EMMO_a7f0127a_9753_4b09_82ac_9a58a6dea3cb rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4a21f141_64ff_4524_8c2c_93073ee9e364 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_4e365fff_2400_4d69_8340_b13ed1fc14ce ; - owl:someValuesFrom :EMMO_57f7ed5a_0b47_4f62_89c0_dd492b147db3 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_ec2e5ffa_64cd_49db_ab49_90c49a231c4b - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_18de7494_05e2_4689_bcb4_2dded32af055 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_8043d3c6_a4c1_4089_ba34_9744e28e5b3d - ] ; - emmo:EMMO_133c2169_c0cc_460b_971d_6cb4e22338ed "\\ce{Li+(sln) + e- --> Li(s)}" ; - skos:prefLabel "OneNonAqueousLithiumAndOneElectronYieldsOneSolidLithium"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_a8e42b90_7838_460c_8f27_7b5d4238b7a4 -:EMMO_a8e42b90_7838_460c_8f27_7b5d4238b7a4 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_0f6f0120_c079_4d95_bb11_4ddee05e530e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d ; - owl:someValuesFrom emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 - ] ; - skos:prefLabel "ElectricCurrentMeasurementResult"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_a9873d3d_945b_40ba_b9cd_8dfb64cec88f -:EMMO_a9873d3d_945b_40ba_b9cd_8dfb64cec88f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_f49b84d4_e1f9_424c_bb22_8cea23c0a7d4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d43af210_f854_4432_a891_ce3022e3b558 ; - owl:someValuesFrom :EMMO_825a749f_dd07_46fb_947c_db286440911e - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d43af210_f854_4432_a891_ce3022e3b558 ; - owl:someValuesFrom :EMMO_cf596ea1_c313_4fe1_bd7f_c18afc8a24e3 - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-27" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "operation during which a secondary cell or battery is supplied with electric energy from an external circuit which results in chemical changes within the cell and thus the storage of energy as chemical energy."@en ; - skos:altLabel "ElectrochemicalCharging"@en ; - skos:prefLabel "Charging"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_a9873d3d_945b_40ba_b9cd_8dfb64cec88f ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "operation during which a secondary cell or battery is supplied with electric energy from an external circuit which results in chemical changes within the cell and thus the storage of energy as chemical energy."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_a9fc3f77_e48e_4bce_b118_044d608722f6 -:EMMO_a9fc3f77_e48e_4bce_b118_044d608722f6 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_f2d5d3ad_2e00_417f_8849_686f3988d929 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measuring instrument for electric current that controls the potential difference between a working electrode and a reference electrode and measures the electric current between a working electrode and an auxiliary electrode."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Potentiostat"@en ; - skos:prefLabel "Potentiostat"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_a9fc3f77_e48e_4bce_b118_044d608722f6 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Measuring instrument for electric current that controls the potential difference between a working electrode and a reference electrode and measures the electric current between a working electrode and an auxiliary electrode."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_ac9723d1_bac0_4109_874e_32849de9299b -:EMMO_ac9723d1_bac0_4109_874e_32849de9299b rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_f19e5c5f_17b1_492e_83bb_521f2fd3e907 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-19" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "model representing the structure of an electrolyte at an electrode-electrolyte interface by a rigid layer formed by the charge carriers on the surface of the electrode and a diffuse layer formed by mobile ions in the electrolyte."@en ; - skos:altLabel "ElectricalDoubleLayer"@en , - "ElectricalPolarizationLayer"@en ; - skos:prefLabel "DoubleLayer"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_ac9723d1_bac0_4109_874e_32849de9299b ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "model representing the structure of an electrolyte at an electrode-electrolyte interface by a rigid layer formed by the charge carriers on the surface of the electrode and a diffuse layer formed by mobile ions in the electrolyte."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_aff732a9_238a_4734_977c_b2ba202af126 -:EMMO_aff732a9_238a_4734_977c_b2ba202af126 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 ; - skos:prefLabel "PositiveElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_b0413a83_d22f_48a4_b5f4_e4a7d88765bc -:EMMO_b0413a83_d22f_48a4_b5f4_e4a7d88765bc rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_5d299271_3f68_494f_ab96_3db9acdd3138 ; - owl:someValuesFrom :EMMO_757eae08_4d43_42d4_8b4e_8a0bfd2f9a1c - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8e9cf965_9f92_46e8_b678_b50410ce3616 ; - owl:someValuesFrom :EMMO_757eae08_4d43_42d4_8b4e_8a0bfd2f9a1c - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An electrochemical cell in which the predominant reaction mechanisms at both electrodes are intercalations."@en ; - emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "Li-ion cell"@en ; - skos:prefLabel "IntercalationCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_b07ae264_719c_4830_b31b_59e1b893d900 -:EMMO_b07ae264_719c_4830_b31b_59e1b893d900 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_2575d741_972b_446e_90ec_c7805a132ecc , - :EMMO_80384f43_8818_42c6_9b1d_7747389a3554 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_4e365fff_2400_4d69_8340_b13ed1fc14ce ; - owl:someValuesFrom :EMMO_596ff637_06bd_43fd_a5d0_70856f8c6d6d - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_9ed6d1e2_0930_4713_aa6d_fd97480f9c43 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_18de7494_05e2_4689_bcb4_2dded32af055 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_49d2b2f3_a487_43d8_a585_71592da4e747 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_8043d3c6_a4c1_4089_ba34_9744e28e5b3d - ] ; - emmo:EMMO_133c2169_c0cc_460b_971d_6cb4e22338ed "\\ce{Li+(sln) + C6 + e- --> LiC6}" ; - skos:prefLabel "OneNonAqueousLithiumIonAndOneSolidGraphiteAndOneElectronYieldOneLithiumGraphite"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_b0a0dddb_d942_4af2_b6a7_d7165f4253f1 -:EMMO_b0a0dddb_d942_4af2_b6a7_d7165f4253f1 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7aa79b12-6b34-4724-9728-f31b5f7ed83d ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electrode of a composite of carbon powder and a pasting liquid (including mineral oil, Nujol, bromoform, bromonaphthalene)."@en ; - rdfs:comment "The CPE was first described by Adams in 1958. A CPE is typically housed in a Teflon holder, contacted by a conductive wire (occasionally a piston is used to renew the surface by extrusion of the used paste). Problems are long-term stability of the paste and that the binder can influence its properties."@en , - "These electrodes can easily be chemically modified by the incorporation of reagents (electrocatalysts, redox mediators, complexation agents, enzymes, etc.) and by the attachment of micro- or nanoparticles to prepare electrochemical sensors for analytical applications."@en ; - skos:altLabel "CPE"@en ; - skos:prefLabel "CarbonPasteElectrode"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_b0a0dddb_d942_4af2_b6a7_d7165f4253f1 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Electrode of a composite of carbon powder and a pasting liquid (including mineral oil, Nujol, bromoform, bromonaphthalene)."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_b47ee173_965d_4763_8cd9_eda179ea1e2c -:EMMO_b47ee173_965d_4763_8cd9_eda179ea1e2c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6731f325_dfb4_4dfb_b458_c30508f7e0b7 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_4e365fff_2400_4d69_8340_b13ed1fc14ce ; - owl:someValuesFrom :EMMO_6d23c695_f016_48fe_bad5_a134d4b3cbec - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_27825059_2c09_47f4_b927_35897c0238ea - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 ; - owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_8043d3c6_a4c1_4089_ba34_9744e28e5b3d - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_39a6962f_0af9_4ce5_89bf_a5cb767a15df - ] ; - emmo:EMMO_133c2169_c0cc_460b_971d_6cb4e22338ed "\\ce{Zn(s) -> Zn^{2+} + 2e-}" ; - skos:altLabel "ZincOxidationReaction"@en ; - skos:prefLabel "OneSolidZincYieldsOneAqueousZincIonAndTwoElectron"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_b525a629_a679_464f_bc5b_b49d2fc82686 -:EMMO_b525a629_a679_464f_bc5b_b49d2fc82686 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_f2d5d3ad_2e00_417f_8849_686f3988d929 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An electrochemical cell for conductivity measurements."@en ; - rdfs:comment """Formed, in theory, by two 1 cm2 reversible electrodes spaced 1 cm apart, providing a uniform distribution of electrical field. In practice, however, a number -of other configurations are used."""@en ; - skos:prefLabel "ConductivityCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_b525a629_a679_464f_bc5b_b49d2fc82686 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "An electrochemical cell for conductivity measurements."@en ; - dcterms:source "A. J. Bard, G. Inzelt, and F. Scholz, Eds., Electrochemical Dictionary, 2nd Edition. Berlin: Springer-Verlag, 2012. DOI: http://doi.org/10.1007/978-3-642-29551-5" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_b6319c74_d2ce_48c0_a75a_63156776b302 -:EMMO_b6319c74_d2ce_48c0_a75a_63156776b302 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Anode"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electrode of an electrochemical cell through which net electric current flows and at which the predominating electrochemical reaction is an oxidation."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Anode"@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/A00370"@en ; - rdfs:comment "At an anode, electrons are produced in a galvanic cell or extracted in an electrolytic cell."@en , - "The concepts of “anode” and “cathode” are related only to the direction of electron flow, not to the polarity of the electrodes."@en ; - skos:prefLabel "Anode"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_b6319c74_d2ce_48c0_a75a_63156776b302 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Electrode of an electrochemical cell through which net electric current flows and at which the predominating electrochemical reaction is an oxidation."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_b76a778f_253f_4210_a67f_fb6444d0de26 -:EMMO_b76a778f_253f_4210_a67f_fb6444d0de26 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_df78745e_f9db_4830_88f0_8ce074fcb8ff ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Mercury electrode formed by sequence of mercury drops falling from a small aperture."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Dropping_mercury_electrode"@en ; - rdfs:comment "Other kinds of mercury drop electrodes are the static mercury drop electrode (SMDE), in which a drop is held at constant radius before being mechanically knocked off, and the hanging mercury drop elec- trode (HMDE), in which the whole experiment is performed on a single drop of mercury."@en , - "The DME was introduced by Jaroslav Heyrovský (1890 – 1967). A drop is renewed every few seconds. Many metals amalgamate with mercury so that in the analysis of metal ions in aqueous solution the DME maintains a fresh surface throughout."@en ; - skos:altLabel "DME"@en ; - skos:prefLabel "DroppingMercuryElectrode"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_b76a778f_253f_4210_a67f_fb6444d0de26 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Mercury electrode formed by sequence of mercury drops falling from a small aperture."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_b7cc8365_6f5a_4524_9ee3_3ab8d66f2340 -:EMMO_b7cc8365_6f5a_4524_9ee3_3ab8d66f2340 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6731f325_dfb4_4dfb_b458_c30508f7e0b7 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_874ed64f_7343_4550_8207_d41e0a220925 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 ; - owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_8043d3c6_a4c1_4089_ba34_9744e28e5b3d - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_39a6962f_0af9_4ce5_89bf_a5cb767a15df - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 ; - owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_1556787d_2b87_4dec_b0f4_dee6f9d0b47a - ] ; - emmo:EMMO_133c2169_c0cc_460b_971d_6cb4e22338ed "\\ce{Zn(s) + 4OH- --> Zn(OH)4^{2-} + 2e-}" ; - skos:altLabel "AlkalineZincStrippingReaction"@en ; - skos:prefLabel "OneSolidZincAndFourAqueousHydroxideIonYieldsOneAqueousZincateIonAndTwoElectron"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_b812e9d0_7c58_4455_b3e7_6847f10c8e8a -:EMMO_b812e9d0_7c58_4455_b3e7_6847f10c8e8a rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_5cb107ba_7daa_46dd_8f9f_da22a6eac676 , - :EMMO_fa22874b_76a9_4043_8b8f_6086c88746de ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Aqueous_solution"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An ion-transport medium, which may be immobilized, in which water is the solvent."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Aqueous_solution"@en ; - skos:altLabel "AqueousElectrolyticSolution"@en ; - skos:prefLabel "AqueousElectrolyte"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_b812e9d0_7c58_4455_b3e7_6847f10c8e8a ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "An ion-transport medium, which may be immobilized, in which water is the solvent."@en ; - dcterms:source "IEEE Standard Glossary of Stationary Battery Terminology (2016), https://doi.org/10.1109/IEEESTD.2016.7552407" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_b91180e7_97ae_49e2_bf82_5bf720e7fa66 -:EMMO_b91180e7_97ae_49e2_bf82_5bf720e7fa66 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_038e37a3_1684_4980_b5e4_67ab34cd5bdb ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-03"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Device that stores electrical energy using a double layer in an electrochemical cell."@en ; - skos:altLabel "Supercapacitor"@en ; - skos:prefLabel "ElectrochemicalCapacitor"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_b91180e7_97ae_49e2_bf82_5bf720e7fa66 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Device that stores electrical energy using a double layer in an electrochemical cell."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_b9b1bce0_a28e_4397_9454_689dbf00bfcc -:EMMO_b9b1bce0_a28e_4397_9454_689dbf00bfcc rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0484fe63_7c3f_4559_8747_c8995def0a66 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_4e365fff_2400_4d69_8340_b13ed1fc14ce ; - owl:someValuesFrom :EMMO_32ab98e1_6d72_4a3b_9e4e_197cf7fdc714 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 ; - owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_4e621aee_e278_453b_b104_3f57ddd95bfc - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 ; - owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_8043d3c6_a4c1_4089_ba34_9744e28e5b3d - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_631f315a_4096_44e4_a30a_44d108c53756 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 ; - owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_1556787d_2b87_4dec_b0f4_dee6f9d0b47a - ] ; - emmo:EMMO_133c2169_c0cc_460b_971d_6cb4e22338ed "\\ce{H2(g)+2OH- -> 2H2O+2e-}" ; - skos:altLabel "AlkalineHydrogenReductionReaction"@en ; - skos:prefLabel "OneGaseousHydrogenAndTwoAqueousHydroxideIonYieldsTwoLiquidWaterAndTwoElectron"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_b9bece97_a511_4cb9_88a2_b5bd5c5e5d74 -:EMMO_b9bece97_a511_4cb9_88a2_b5bd5c5e5d74 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_5eb197ea_0c3e_4ea2_8392_81152ee91515 ; - owl:someValuesFrom :EMMO_7729c34e_1ae9_403d_b933_1765885e7f29 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electrochemical cell with a working electrode, reference electrode, and auxiliary electrode."@en ; - rdfs:comment "A potentiostat can be used to maintain a potential difference between the working and ref- erence electrodes."@en , - "Electric current flows between the working and auxiliary electrodes. Electrode potential may be measured between the working and reference electrodes."@en ; - skos:prefLabel "ThreeElectrodeCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_b9bece97_a511_4cb9_88a2_b5bd5c5e5d74 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Electrochemical cell with a working electrode, reference electrode, and auxiliary electrode."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_bbb1d95b_72d1_44f6_b07e_a3d7d41ac215 -:EMMO_bbb1d95b_72d1_44f6_b07e_a3d7d41ac215 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3663991d-9319-4f7a-922b-f0e428b58801 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:someValuesFrom :EMMO_a3b53904_22b1_42a9_a515_c8a3aed7e841 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A type of electrode specifically designed for gaseous reactants or products or both."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Gas_diffusion_electrode"@en ; - rdfs:comment "A gas diffusion electrode usually comprises one or more porous layers, like the gas diffusion layer and the catalyst layer."@en , - "Gas diffusion electrodes can be gas diffusion anodes or gas diffusion cathodes."@en , - "Gas diffusion electrodes can be used in batteries, fuel cells, and electrolyzers."@en ; - skos:altLabel "GDE"@en ; - skos:prefLabel "GasDiffusionElectrode"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_bbb1d95b_72d1_44f6_b07e_a3d7d41ac215 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "A type of electrode specifically designed for gaseous reactants or products or both."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_bd33779c_6f40_4354_ab5d_f6c17396414d -:EMMO_bd33779c_6f40_4354_ab5d_f6c17396414d rdf:type owl:Class ; - rdfs:subClassOf :EMMO_e248373f_294f_4ca4_9edf_0ad6653bb64f ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-05"@en ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Fuel_cell"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Galvanic cell that transforms chemical energy from continuously supplied reactants to electric energy by an electrochemical process."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Fuel_cell"@en ; - skos:prefLabel "FuelCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_bd33779c_6f40_4354_ab5d_f6c17396414d ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Galvanic cell that transforms chemical energy from continuously supplied reactants to electric energy by an electrochemical process."@en ; - rdfs:comment "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_bea04148_10d9_4eda_9cd5_8f609d7e9ff8 -:EMMO_bea04148_10d9_4eda_9cd5_8f609d7e9ff8 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_463bcfda_867b_41d9_a967_211d4d437cfb ; - skos:prefLabel "TemperatureMeasurement"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_bed5b5f9_b89d_45e3_a8c2_81b70ae21847 -:EMMO_bed5b5f9_b89d_45e3_a8c2_81b70ae21847 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_52bbaaee_1145_4be3_8a5c_b366851ea1b9 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-42" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "arrangement of cells or batteries wherein in series connected cells or batteries are connected in parallel."@en ; - skos:prefLabel "SeriesParallelConnection"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_bed5b5f9_b89d_45e3_a8c2_81b70ae21847 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "arrangement of cells or batteries wherein in series connected cells or batteries are connected in parallel."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_c066c562_906a_4372_843a_036b587a597e -:EMMO_c066c562_906a_4372_843a_036b587a597e rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_2575d741_972b_446e_90ec_c7805a132ecc , - :EMMO_66c74bec_dbfb_43c2_a23a_5b6000f1b841 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_4e365fff_2400_4d69_8340_b13ed1fc14ce ; - owl:someValuesFrom :EMMO_cb335e1a_54ee_491f_9fb7_22b2a026db2e - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_1c0feec6_aaec_418c_8501_88c27d3e2bb0 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_18de7494_05e2_4689_bcb4_2dded32af055 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_8043d3c6_a4c1_4089_ba34_9744e28e5b3d - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_9f20440f_f1e9_4c9e_987d_a7af7763af27 - ] ; - emmo:EMMO_133c2169_c0cc_460b_971d_6cb4e22338ed "\\ce{Li+(sln) + CoO2 + e- --> LiCoO2}" ; - skos:altLabel "LithiumCobaltOxideIntercalationReaction"@en ; - skos:prefLabel "OneNonAqueousLithiumIonAndOneSolidCobaltOxideAndOneElectronYieldsOneSolidLithiumCobaltOxide"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_c2024587_3237_474e_8df9_91d10db2df47 -:EMMO_c2024587_3237_474e_8df9_91d10db2df47 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electrode whose potential changes with an applied potential."@en ; - skos:prefLabel "PolarizableElectrode"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_c2024587_3237_474e_8df9_91d10db2df47 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Electrode whose potential changes with an applied potential."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_c3f4b34a_0e2c_46f3_baab_4ebd2682d26f -:EMMO_c3f4b34a_0e2c_46f3_baab_4ebd2682d26f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_609b340f_3450_4a10_95c2_c457e3eb8a89 ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Ionic_liquid"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An ionic liquid is an electrolyte composed of a salt that is liquid below 100 °C. Ionic liquids have found uses in electrochemical analysis, because their unconventional properties include a negligible vapor pressure, a high thermal and electrochemical stability, and exceptional dissolution properties for both organic and inorganic chemical species."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Ionic_liquid"@en ; - skos:altLabel "IonicLiquid"@en ; - skos:prefLabel "IonicLiquidElectrolyte"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_c3f4b34a_0e2c_46f3_baab_4ebd2682d26f ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "An ionic liquid is an electrolyte composed of a salt that is liquid below 100 °C. Ionic liquids have found uses in electrochemical analysis, because their unconventional properties include a negligible vapor pressure, a high thermal and electrochemical stability, and exceptional dissolution properties for both organic and inorganic chemical species."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_c4a778c7_33da_4e1a_960e_402a210bfeff -:EMMO_c4a778c7_33da_4e1a_960e_402a210bfeff rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-16"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Platinized platinum electrode saturated by a stream of pure gaseous hydrogen."@en ; - rdfs:comment "A platinized platinum electrode consists of a platinum rod covered by compact platinum powder called platinum black."@en ; - skos:prefLabel "HydrogenElectrode"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_c4a778c7_33da_4e1a_960e_402a210bfeff ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Platinized platinum electrode saturated by a stream of pure gaseous hydrogen."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_c5e5ce2f_6dd5_4b42_97ea_0eb12ff03854 -:EMMO_c5e5ce2f_6dd5_4b42_97ea_0eb12ff03854 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_31187293_5f00_4a36_b469_e16a83652b09 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_4e365fff_2400_4d69_8340_b13ed1fc14ce ; - owl:someValuesFrom :EMMO_4f4c61a2_b823_4c36_ace2_141fcb9355d5 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 ; - owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_1556787d_2b87_4dec_b0f4_dee6f9d0b47a - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_98ec09ed_d4ad_472d_8174_54f81fef2b6e - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 ; - owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_4e621aee_e278_453b_b104_3f57ddd95bfc - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 ; - owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_8043d3c6_a4c1_4089_ba34_9744e28e5b3d - ] ; - emmo:EMMO_133c2169_c0cc_460b_971d_6cb4e22338ed "O2 + 2H2O + 4e^- --> 4OH^-" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The reduction half reaction whereby molecular oxygen (O2) is reduced to water (H2O) or hydrogen peroxide (H2O2)."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Oxygen_reduction_reaction"@en ; - rdfs:comment "The ORR is the dominant cathode reaction in metal-air batteries and hydrogen fuel cells."@en , - "The ORR usually requires a catalyst in practical electrodes."@en ; - skos:altLabel "AlkalineFourElectronOxygenReductionReaction"@en ; - skos:prefLabel "OneGaseousOxygenAndTwoLiquidWaterAndFourElectronYieldsFourAqueousHydroxideIon"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_c8a12e66_aef4_4051_bef9_082ffc8ade48 -:EMMO_c8a12e66_aef4_4051_bef9_082ffc8ade48 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_5eb09a10_1b4f_410f_9911_b3e3342d6017 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom emmo:EMMO_8043d3c6_a4c1_4089_ba34_9744e28e5b3d - ] ; - skos:prefLabel "ElectronTransferStep"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_c94c041b_8ea6_43e7_85cc_d2bce7785b4c -:EMMO_c94c041b_8ea6_43e7_85cc_d2bce7785b4c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 ; - skos:prefLabel "NegativeElectrode"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_cb335e1a_54ee_491f_9fb7_22b2a026db2e -:EMMO_cb335e1a_54ee_491f_9fb7_22b2a026db2e rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_a3d185ff_1c28_4fe8_87dd_6316fccb454e , - :EMMO_66c74bec_dbfb_43c2_a23a_5b6000f1b841 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_18de7494_05e2_4689_bcb4_2dded32af055 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_8043d3c6_a4c1_4089_ba34_9744e28e5b3d - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_9f20440f_f1e9_4c9e_987d_a7af7763af27 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_1c0feec6_aaec_418c_8501_88c27d3e2bb0 - ] ; - emmo:EMMO_133c2169_c0cc_460b_971d_6cb4e22338ed "\\ce{LiCoO2 --> Li+(sln) + CoO2 + e-}" ; - skos:altLabel "LithiumCobaltOxideDeintercalationReaction"@en ; - skos:prefLabel "OneSolidLithiumCobaltOxideYieldsOneNonAqueousLithiumIonAndOneSolidCobaltOxideAndOneElectron"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_cb3c0663_5962_4b79_8e72_1e8242af3977 -:EMMO_cb3c0663_5962_4b79_8e72_1e8242af3977 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_f49b84d4_e1f9_424c_bb22_8cea23c0a7d4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d43af210_f854_4432_a891_ce3022e3b558 ; - owl:someValuesFrom :EMMO_825a749f_dd07_46fb_947c_db286440911e - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d43af210_f854_4432_a891_ce3022e3b558 ; - owl:someValuesFrom :EMMO_cf596ea1_c313_4fe1_bd7f_c18afc8a24e3 - ] ; - skos:altLabel "OCVHold"@en ; - skos:prefLabel "OpenCircuitVoltageHold"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_cf596ea1_c313_4fe1_bd7f_c18afc8a24e3 -:EMMO_cf596ea1_c313_4fe1_bd7f_c18afc8a24e3 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_158ae038_c64b_4cc0_aa56_650475490705 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 - ] ; - skos:prefLabel "CellCurrentMeasurement"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_d1042a12_e4be_4992_86cb_59420ef4e05c -:EMMO_d1042a12_e4be_4992_86cb_59420ef4e05c rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_dcfe156b_ec72_48a3_b89f_2ac5b9b91e92 , - emmo:EMMO_fbe23679_7d83_4056_acf3_9127d28120e2 , - [ rdf:type owl:Restriction ; - owl:onProperty [ owl:inverseOf emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a - ] ; - owl:someValuesFrom :EMMO_2e3e14f9_4cb8_45b2_908e_47eec893dec8 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "charge carrier ion in an electrolyte of an electrochemical cell."@en ; - skos:prefLabel "ElectrochemicalChargeCarrierIon"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_d3e2d213_d078_4b9a_8beb_62f063e57d69 -:EMMO_d3e2d213_d078_4b9a_8beb_62f063e57d69 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_f49b84d4_e1f9_424c_bb22_8cea23c0a7d4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d43af210_f854_4432_a891_ce3022e3b558 ; - owl:someValuesFrom :EMMO_06d8e1ee_924a_4915_998d_33a69f41dadc - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d43af210_f854_4432_a891_ce3022e3b558 ; - owl:someValuesFrom :EMMO_a9873d3d_945b_40ba_b9cd_8dfb64cec88f - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-28" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "set of operations that is carried out on a secondary cell or battery and is repeated regularly in the same sequence."@en ; - skos:altLabel "ElectrochemicalCycling"@en ; - skos:prefLabel "Cycling"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_d3e2d213_d078_4b9a_8beb_62f063e57d69 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "set of operations that is carried out on a secondary cell or battery and is repeated regularly in the same sequence."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_d48ea516_5cac_4f86_bc88_21b6276c0938 -:EMMO_d48ea516_5cac_4f86_bc88_21b6276c0938 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3d805c2a_4801_440e_9e4d_0fa5585c76ae , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom emmo:EMMO_ad6c76cf_b400_423e_820f_cf0c4e77f455 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom emmo:EMMO_affe07e4_e9bc_4852_86c6_69e26182a17f - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_60741c58_a10d_4aa6_bb68_0066a6ff8e30 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_a24f8581_a5a4_41a4_bb45_d0fdd5c0d810 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_abfadc99_6e43_4d37_9b04_7fc5b0f327ae - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_ccde24bb_790a_40ca_a06e_cea156a61031 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The standard phenomenological model for electrode kinetics, describing the relation between the electrode current from an electrochemical charge-transfer reaction and the surface overpotential of the electrode."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Butler%E2%80%93Volmer_equation"@en ; - rdfs:comment "i = i0 * (exp(alpha*n*F*eta/(R*T)) – exp(-(1-alpha)*n*F*eta/(R*T)))" ; - skos:altLabel "ButlerVolmerApproximation"@en , - "ErdeyGruzVolmerEquation"@en ; - skos:prefLabel "ButlerVolmerEquation"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_d5da9948_e95b_4f12_a2d2_10a48f390c52 -:EMMO_d5da9948_e95b_4f12_a2d2_10a48f390c52 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_52bbaaee_1145_4be3_8a5c_b366851ea1b9 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-40" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "arrangement of cells or batteries wherein parallel connected cells or batteries are connected in series."@en ; - skos:prefLabel "ParallelSeriesConnection"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_d5da9948_e95b_4f12_a2d2_10a48f390c52 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "arrangement of cells or batteries wherein parallel connected cells or batteries are connected in series."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_d8413c07_1c47_4450_ac05_e3350b4c7600 -:EMMO_d8413c07_1c47_4450_ac05_e3350b4c7600 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_213ac5da_3931_43a4_a1ce_fd0a8b42ae58 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_4e365fff_2400_4d69_8340_b13ed1fc14ce ; - owl:someValuesFrom :EMMO_6731f325_dfb4_4dfb_b458_c30508f7e0b7 - ] ; - skos:prefLabel "ZincPlatingReaction"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_dc205ac2_314e_415c_a2b6_b12e8359d54c -:EMMO_dc205ac2_314e_415c_a2b6_b12e8359d54c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_b812e9d0_7c58_4455_b3e7_6847f10c8e8a ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An aqueous electrolyte with a nominal pH value between 6 and 8."@en ; - skos:altLabel "NearNeutralAqueousElectrolyte"@en , - "NearNeutralSolution"@en ; - skos:prefLabel "NearNeutralElectrolyte"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_dd15b4b0-11e7-4900-b379-9702a8caa6bb -:EMMO_dd15b4b0-11e7-4900-b379-9702a8caa6bb rdf:type owl:Class ; - rdfs:subClassOf :EMMO_f89bb8bc-ef9b-43d5-b5df-14e12b0d93b8 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An ElectrochemicalSubcomponent whose primary role is to provide structural integrity."@en ; - skos:prefLabel "StructuralSubcomponent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_df78745e_f9db_4830_88f0_8ce074fcb8ff -:EMMO_df78745e_f9db_4830_88f0_8ce074fcb8ff rdf:type owl:Class ; - rdfs:subClassOf :EMMO_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Liquid metal electrode used in polarography."@en ; - rdfs:comment "A mercury film electrode (MFE) or thin mercury film electrode (TMFE) is formed by coating a conducting substrate, usually glassy carbon, with a layer of mercury (thin film, amalgam, or array of microdrops), often by electrodeposition from a solution containing Hg(II). The electrode area is normally in the range of 0.1 to 0.5 cm2 and mercury film thickness typically ranges from 10 to 1000 nm, producing a film of large surface area-to-volume ratio that results in a high analyte pre-concentration during the deposition step of anodic stripping voltammetry. Compared to an HMDE, the MFE provides high sensitivity and resolution; however, it is somewhat less reproducible and more prone to interferences from intermetallic formation and surface-active substances."@en , - "Liquid mercury is an ideal electrode material for negative potentials because of its high overpotential for hydrogen evolution (electrochemical reduction of hydroxonium cations from solution). However, mercury is readily oxidized, particularly in the presence of anions that form complexes or that pre- cipitate with Hg(I) or Hg(II) ions, and thus it is not suitable for use at positive potentials. The use of liquid mercury has largely been discontinued because of concerns about the toxicity of the element and its compounds."@en ; - skos:altLabel "HgElectrode"@en ; - skos:prefLabel "MercuryElectrode"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_df78745e_f9db_4830_88f0_8ce074fcb8ff ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Liquid metal electrode used in polarography."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_e248373f_294f_4ca4_9edf_0ad6653bb64f -:EMMO_e248373f_294f_4ca4_9edf_0ad6653bb64f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-02"@en ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Galvanic_cell"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electrochemical cell in which chemical reactions occur spontaneously and chemical energy is converted into electrical energy."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Galvanic_cell"@en ; - rdfs:comment "An electrochemical cell that spontaneously produces work."@en , - "Electrochemical cell intended to produce electric energy."@en ; - skos:prefLabel "GalvanicCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_e248373f_294f_4ca4_9edf_0ad6653bb64f ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Electrochemical cell in which chemical reactions occur spontaneously and chemical energy is converted into electrical energy."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_e248373f_294f_4ca4_9edf_0ad6653bb64f ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "An electrochemical cell that spontaneously produces work."@en ; - dcterms:references "J. Newman and K. E. Thmoas-Alyea, Electrochemical Systems, 3rd ed. Hoboken, New Jersey: John Wiley & Sons, 2004." - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_e248373f_294f_4ca4_9edf_0ad6653bb64f ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "Electrochemical cell intended to produce electric energy."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_e2a1dae1_05e4_4bd1_a39d_0eb10db482bc -:EMMO_e2a1dae1_05e4_4bd1_a39d_0eb10db482bc rdf:type owl:Class ; - rdfs:subClassOf :EMMO_19abaccd_43be_4048_965c_e4fb63c5951b ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-09"@en ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Electrolysis"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Method of separating and neutralizing ions by an electric current in an electrolytic cell."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Electrolysis"@en ; - skos:prefLabel "Electrolysis"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_e2a1dae1_05e4_4bd1_a39d_0eb10db482bc ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Method of separating and neutralizing ions by an electric current in an electrolytic cell."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_e3d3d21c_cb9a_498c_bdb0_63c964f0d3c6 -:EMMO_e3d3d21c_cb9a_498c_bdb0_63c964f0d3c6 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0a0de817_addc_46a5_8ba2_255d48cdf366 ; - skos:prefLabel "CapacityFade"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_e931087f_7681_4096_b200_5223bcc47eb4 -:EMMO_e931087f_7681_4096_b200_5223bcc47eb4 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-06"@en ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "Electrochemical cell intended to produce chemical reactions."@en , - "https://dbpedia.org/page/Electrolytic_cell"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Electrolytic_cell"@en ; - rdfs:comment "An electrochemical cell that requires input of work to drive the reaction."@en , - "Electrochemical cell in which electrical energy is converted into chemical energy."@en ; - skos:prefLabel "ElectrolyticCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_e931087f_7681_4096_b200_5223bcc47eb4 ; - owl:annotatedProperty emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 ; - owl:annotatedTarget "Electrochemical cell intended to produce chemical reactions."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_e931087f_7681_4096_b200_5223bcc47eb4 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "An electrochemical cell that requires input of work to drive the reaction."@en ; - dcterms:references "J. Newman and K. E. Thmoas-Alyea, Electrochemical Systems, 3rd ed. Hoboken, New Jersey: John Wiley & Sons, 2004." - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_e931087f_7681_4096_b200_5223bcc47eb4 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "Electrochemical cell in which electrical energy is converted into chemical energy."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_ebdb68e9_c4b5_4d57_a042_c0f51d446755 -:EMMO_ebdb68e9_c4b5_4d57_a042_c0f51d446755 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_d95e6e0d-e8eb-411a-b407-0d1a517e8767 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A material that participates in a functional process in an electrochemical assembly." ; - skos:prefLabel "ElectrochemicalMaterial"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_ec6f3d6f_bdf5_418f_9314_3ef2ff528103 -:EMMO_ec6f3d6f_bdf5_418f_9314_3ef2ff528103 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_b0a0dddb_d942_4af2_b6a7_d7165f4253f1 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Development of a carbon paste electrode that is screen printed using a carbon/polymer mixture of suitable composition."@en ; - rdfs:comment "These electrodes can easily be chemically modified by the incorporation of reagents (electrocatalysts, redox mediators, complexation agents, enzymes, etc.) and by the attachment of micro- or nanoparticles to prepare electrochemical sensors for analytical applications."@en , - "Typical composition of a carbon ink expressed as mass fractions is graphite powder 60 % and polystyrene 40 %."@en ; - skos:prefLabel "CarbonInkElectrode"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_ec6f3d6f_bdf5_418f_9314_3ef2ff528103 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Development of a carbon paste electrode that is screen printed using a carbon/polymer mixture of suitable composition."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_ecf136cb_2584_4cb1_98b7_2d2b3d22e40d -:EMMO_ecf136cb_2584_4cb1_98b7_2d2b3d22e40d rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_f19e5c5f_17b1_492e_83bb_521f2fd3e907 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An interfacial layer that forms between an electrode phase and and electrolyte phase, due to the decomposition of the electrolyte."@en ; - skos:altLabel "SEI"@en ; - skos:prefLabel "SolidElectrolyteInterphase"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_efc38420_ecbb_42e4_bb3f_208e7c417098 -:EMMO_efc38420_ecbb_42e4_bb3f_208e7c417098 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An electrochemical cell which is designed to be electrically recharged."@en ; - skos:altLabel "SecondaryCell"@en ; - skos:prefLabel "SecondaryElectrochemicalCell"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_efc38420_ecbb_42e4_bb3f_208e7c417098 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "An electrochemical cell which is designed to be electrically recharged."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_efc4f7ab_850d_443c_a17f_184983021f96 -:EMMO_efc4f7ab_850d_443c_a17f_184983021f96 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_52bbaaee_1145_4be3_8a5c_b366851ea1b9 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-39" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "arrangement of cells or batteries wherein all the positive terminals and all the negative terminals, respectively, are connected together."@en ; - skos:prefLabel "ParallelConnection"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_efc4f7ab_850d_443c_a17f_184983021f96 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "arrangement of cells or batteries wherein all the positive terminals and all the negative terminals, respectively, are connected together."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_f0c24970_4c14_4207_bd78_5f2181a67085 -:EMMO_f0c24970_4c14_4207_bd78_5f2181a67085 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_f49b84d4_e1f9_424c_bb22_8cea23c0a7d4 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The process of forming a film or a bulk material using an electrochemical process where the electrons are supplied by an external power supply."@en ; - skos:prefLabel "Electrodeposition"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_f0c24970_4c14_4207_bd78_5f2181a67085 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "The process of forming a film or a bulk material using an electrochemical process where the electrons are supplied by an external power supply."@en ; - dcterms:source "A. J. Bard, G. Inzelt, and F. Scholz, Eds., Electrochemical Dictionary, 2nd Edition. Berlin: Springer-Verlag, 2012. DOI: https://doi.org/10.1007/978-3-642-29551-5" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_f12ad13c_7349_4d82_bf5d_38b51dabf9ec -:EMMO_f12ad13c_7349_4d82_bf5d_38b51dabf9ec rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_5eb09a10_1b4f_410f_9911_b3e3342d6017 ; - skos:prefLabel "DeintercalationStep"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_f49b84d4_e1f9_424c_bb22_8cea23c0a7d4 -:EMMO_f49b84d4_e1f9_424c_bb22_8cea23c0a7d4 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_bafc17b5_9be4_4823_8bbe_ab4e90b6738c ; - skos:prefLabel "IntentionalElectrochemicalProcess"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_f4a1323a_ce2b_4c1a_b89d_c80170110ed6 -:EMMO_f4a1323a_ce2b_4c1a_b89d_c80170110ed6 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_41f9440b_8c6e_49e7_829f_bfbbe1ea00fc , - :EMMO_2e3e14f9_4cb8_45b2_908e_47eec893dec8 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 ; - owl:someValuesFrom emmo:EMMO_8043d3c6_a4c1_4089_ba34_9744e28e5b3d - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-10"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electrode reaction in which reduction occurs at the cathode."@en ; - rdfs:comment "Electrode reaction, where the energy of electrons in the working electrode is higher than the LUMO orbital of the substrate."@en ; - skos:altLabel "Electroreduction"@en , - "ElectroreductionReaction"@en ; - skos:prefLabel "CathodicReaction"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_f4a1323a_ce2b_4c1a_b89d_c80170110ed6 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Electrode reaction in which reduction occurs at the cathode."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_f4a1323a_ce2b_4c1a_b89d_c80170110ed6 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "Electrode reaction, where the energy of electrons in the working electrode is higher than the LUMO orbital of the substrate."@en ; - dcterms:source "A. J. Bard, G. Inzelt, and F. Scholz, Eds., Electrochemical Dictionary, 2nd Edition. Berlin: Springer-Verlag, 2012. DOI: https://doi.org/10.1007/978-3-642-29551-5" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_f6341d7d_7620_48f5_97b2_99b55c349169 -:EMMO_f6341d7d_7620_48f5_97b2_99b55c349169 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0a0de817_addc_46a5_8ba2_255d48cdf366 ; - skos:prefLabel "ActiveMaterialParticleCracking"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_f693b744_930c_42ac_8e6f_627b22c6da3f -:EMMO_f693b744_930c_42ac_8e6f_627b22c6da3f rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_7dea2572_ab42_45bd_9fd7_92448cec762a , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_fb9bf7cb_dd4b_4391_99a1_628263dd6940 - ] ; - skos:prefLabel "ElectricCurrentMeasuringSystem"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_f6fcd255_248d_4603_b128_04dab960a676 -:EMMO_f6fcd255_248d_4603_b128_04dab960a676 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electrode that responds to one, or more than one, species in the solution being investigated, with no appreciable change of bulk solution composition during the measurement."@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/I03006"@en ; - rdfs:comment "If processes of interest occur both at the anode and the cathode of a cell (as in differential amperometry or controlled-current potentiometric titration with two indicator electrodes), the cell should be said to comprise two indicator or working electrodes."@en , - "This term is typically used in potentiometry."@en ; - skos:prefLabel "IndicatorElectrode"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_f6fcd255_248d_4603_b128_04dab960a676 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Electrode that responds to one, or more than one, species in the solution being investigated, with no appreciable change of bulk solution composition during the measurement."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_f89bb8bc-ef9b-43d5-b5df-14e12b0d93b8 -:EMMO_f89bb8bc-ef9b-43d5-b5df-14e12b0d93b8 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_038e37a3_1684_4980_b5e4_67ab34cd5bdb , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom emmo:EMMO_7c055d65_2929_40e1_af4f_4bf10995ad50 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom emmo:EMMO_ed4af7ae_63a2_497e_bb88_2309619ea405 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_ebdb68e9_c4b5_4d57_a042_c0f51d446755 - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A subcomponent of an ElectrochemicalComponent."@en ; - skos:prefLabel "ElectrochemicalSubcomponent"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_f8b45e9a_a4cb_4c91_9793_3e980d79c922 -:EMMO_f8b45e9a_a4cb_4c91_9793_3e980d79c922 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0484fe63_7c3f_4559_8747_c8995def0a66 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 ; - owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_8043d3c6_a4c1_4089_ba34_9744e28e5b3d - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 ; - owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_f1a3a8b0_f812_43f1_accd_947e904125e6 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass emmo:EMMO_631f315a_4096_44e4_a30a_44d108c53756 - ] ; - emmo:EMMO_133c2169_c0cc_460b_971d_6cb4e22338ed "\\ce{H2(g) --> 2H+ + 2e-}" ; - skos:altLabel "AcidicHydrogenOxidationReaction"@en ; - skos:prefLabel "OneGaseousHydrogenYieldsTwoAqueousProtonAndTwoElectron"@en . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_fa22874b_76a9_4043_8b8f_6086c88746de -:EMMO_fa22874b_76a9_4043_8b8f_6086c88746de rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_4b3e2374_52a1_4420_8e3f_3ae6b9bf7dff , - :EMMO_609b340f_3450_4a10_95c2_c457e3eb8a89 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A solution (with a solvent and one or many solutes) that generally contains ions, atoms or molecules that have lost or gained electrons, and is electrically conductive."@en ; - rdfs:comment "A liquid electrolyte that consists of solutes dissolved in a solvent."@en ; - skos:altLabel "ElectrolyticSolution"@en ; - skos:prefLabel "ElectrolyteSolution"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_fa22874b_76a9_4043_8b8f_6086c88746de ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "A solution (with a solvent and one or many solutes) that generally contains ions, atoms or molecules that have lost or gained electrons, and is electrically conductive."@en ; - dcterms:source "Electrolyte Solutions. (2021, February 17). Retrieved April 28, 2021, from https://chem.libretexts.org/@go/page/1619" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_fb0d9eef_92af_4628_8814_e065ca255d59 -:EMMO_fb0d9eef_92af_4628_8814_e065ca255d59 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_038e37a3_1684_4980_b5e4_67ab34cd5bdb , - :EMMO_ebdb68e9_c4b5_4d57_a042_c0f51d446755 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_d1042a12_e4be_4992_86cb_59420ef4e05c - ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-02"@en ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Electrolyte"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A material in which the mobile species are ions and free movement of electrons is blocked." ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Electrolyte"@en ; - rdfs:comment """1. Conducting medium in which the flow of electric current is accompanied by the movement of ions. -2. Substance that provides ions on dissolution in a solvent or on melting."""@en , - "A solid electrolyte is a solid material where the predominant charge carriers are ions. For example: NASICON (Na Super Ionic Conductor), which has the general formula Na1+xZr2P3-xSix O12 , 0 < x < 3."@en , - "An ionic liquid is an electrolyte composed of a salt that is liquid below 100 °C. Ionic liquids have found uses in electrochemical analysis, because their unconventional properties include a negligible vapor pressure, a high thermal and electrochemical stability, and exceptional dissolution properties for both organic and inorganic chemical species."@en , - "Liquid or solid substance containing mobile ions that render it conductive."@en ; - skos:prefLabel "Electrolyte"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_fb0d9eef_92af_4628_8814_e065ca255d59 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "A material in which the mobile species are ions and free movement of electrons is blocked." ; - dcterms:source "J. Newman and K. E. Thmoas-Alyea, Electrochemical Systems, 3rd ed. Hoboken, New Jersey: John Wiley & Sons, 2004." - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_fb0d9eef_92af_4628_8814_e065ca255d59 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget """1. Conducting medium in which the flow of electric current is accompanied by the movement of ions. -2. Substance that provides ions on dissolution in a solvent or on melting."""@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_fb0d9eef_92af_4628_8814_e065ca255d59 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "Liquid or solid substance containing mobile ions that render it conductive."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_fb988878_ee54_4350_9ee9_228c00c3ad35 -:EMMO_fb988878_ee54_4350_9ee9_228c00c3ad35 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0f007072-a8dd-4798-b865-1bf9363be627 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electrode at which one or more electroactive substances undergo reaction in the solution being investigated."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Working_electrode"@en ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/W06686"@en ; - rdfs:comment "If processes of interest occur both at the anode and the cathode of a cell (as in differential amperometry or controlled-current potentiometric titration with two indicator electrodes), the cell should be said to comprise two indicator or working electrodes."@en , - "Te potential of a working electrode is controlled with respect to the reference electrode."@en , - "This term is typically used in voltammetry, polarography, amperometry, and coulometry."@en ; - skos:prefLabel "WorkingElectrode"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_fb988878_ee54_4350_9ee9_228c00c3ad35 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Electrode at which one or more electroactive substances undergo reaction in the solution being investigated."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_fb9bf7cb_dd4b_4391_99a1_628263dd6940 -:EMMO_fb9bf7cb_dd4b_4391_99a1_628263dd6940 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_f2d5d3ad_2e00_417f_8849_686f3988d929 ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Voltmeter"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measuring instrument to obtain the electrical charge passed in an experiment, or to produce a known amount of substance in a titration."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Voltameter"@en ; - rdfs:comment "Modern instruments for measuring trace water by Karl Fischer titration use the passage of a measured charge to produce iodine from iodide solution. They are known as Karl Fischer coulometers"@en , - "The silver coulometer is a primary reference measurement procedure [VIM 2.8] for charge and current. By weighing the mass of silver deposited in a known time at constant current, the charge and current are calculated from Faraday’s laws of electrolysis"@en ; - skos:altLabel "Voltameter"@en ; - skos:prefLabel "Coulometer"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_fb9bf7cb_dd4b_4391_99a1_628263dd6940 ; - owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Measuring instrument to obtain the electrical charge passed in an experiment, or to produce a known amount of substance in a titration."@en ; - dcterms:source "J. M. Pingarrón et al., Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019), Pure and Applied Chemistry, 4, 92, 2020, 641-694. https://doi.org/10.1515/pac-2018-0109" - ] . - - -### https://big-map.github.io/BattINFO/ontology/electrochemistry#EMMO_fe3a6c9a_85b8_4da6_aa4f_71c8de74939e -:EMMO_fe3a6c9a_85b8_4da6_aa4f_71c8de74939e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3d805c2a_4801_440e_9e4d_0fa5585c76ae , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom emmo:EMMO_9a4271fc_98de_49a9_9eda_598afb8c5324 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom emmo:EMMO_ad6c76cf_b400_423e_820f_cf0c4e77f455 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom emmo:EMMO_affe07e4_e9bc_4852_86c6_69e26182a17f - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_7fc10197_41d9_4c1e_a107_928f03eb2d36 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_abfadc99_6e43_4d37_9b04_7fc5b0f327ae - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_d91940f0_c8b6_4505_9b68_6bf6cfc5c544 - ] ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Nernst_equation"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An equation that relates the reduction potential of an electrochemical reaction (half-cell or full cell reaction) to the standard electrode potential, temperature, and activities (often approximated by concentrations) of the chemical species undergoing reduction and oxidation."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Nernst_equation" ; - rdfs:comment "An expression of the Law of Mass Action."@en , - "E_{eq} = E^0 - (R*T/(z*F))*ln(Q)" ; - skos:prefLabel "NernstEquation"@en . - - -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/ontology/emmo/1.0.0-beta/generic-concepts/catalog-v001.xml b/ontology/emmo/1.0.0-beta/generic-concepts/catalog-v001.xml deleted file mode 100644 index 462d921..0000000 --- a/ontology/emmo/1.0.0-beta/generic-concepts/catalog-v001.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/ontology/emmo/1.0.0-beta/generic-concepts/generic-concepts.ttl b/ontology/emmo/1.0.0-beta/generic-concepts/generic-concepts.ttl deleted file mode 100644 index aaad2f1..0000000 --- a/ontology/emmo/1.0.0-beta/generic-concepts/generic-concepts.ttl +++ /dev/null @@ -1,913 +0,0 @@ -@prefix : . -@prefix owl: . -@prefix rdf: . -@prefix xml: . -@prefix xsd: . -@prefix rdfs: . -@prefix skos: . -@prefix dcterms: . -@prefix annotations: . -@base . - - rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; - dcterms:abstract """Generic concepts that are intended to eventually be moved into EMMO middle. - -Released under the Creative Commons license Attribution 4.0 International (CC BY 4.0)."""@en ; - dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - owl:versionInfo "1.0.0-beta" . - -################################################################# -# Annotation properties -################################################################# - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc -:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc rdfs:subPropertyOf rdfs:seeAlso . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f -:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f rdfs:subPropertyOf rdfs:isDefinedBy . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 -:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 rdfs:subPropertyOf rdfs:seeAlso . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 -:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 rdfs:subPropertyOf rdfs:comment . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 -:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 rdfs:subPropertyOf rdfs:comment . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 -:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 rdfs:subPropertyOf rdfs:isDefinedBy . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 -:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 rdfs:subPropertyOf rdfs:comment . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_a9b3d04c_7ceb_40a2_b8d3_28d514a770a8 -:EMMO_a9b3d04c_7ceb_40a2_b8d3_28d514a770a8 rdfs:subPropertyOf rdfs:seeAlso . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a -:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a rdfs:subPropertyOf rdfs:comment . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d -:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d rdfs:subPropertyOf rdfs:seeAlso . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_de178b12_5d35_4bca_8efa_a4193162571d -:EMMO_de178b12_5d35_4bca_8efa_a4193162571d rdf:type owl:AnnotationProperty ; - rdfs:subPropertyOf rdfs:comment . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_e55f2d7c_9893_48cd_b4a4_fdf38253bd20 -:EMMO_e55f2d7c_9893_48cd_b4a4_fdf38253bd20 rdfs:subPropertyOf rdfs:seeAlso . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_fe015383_afb3_44a6_ae86_043628697aa2 -:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 rdfs:subPropertyOf rdfs:seeAlso . - - -### http://purl.org/dc/terms/abstract -dcterms:abstract rdf:type owl:AnnotationProperty . - - -### http://purl.org/dc/terms/license -dcterms:license rdf:type owl:AnnotationProperty . - - -### http://www.w3.org/2000/01/rdf-schema#isDefinedBy -rdfs:isDefinedBy rdfs:subPropertyOf rdfs:seeAlso . - - -### http://www.w3.org/2004/02/skos/core#altLabel -skos:altLabel rdfs:subPropertyOf rdfs:label . - - -### http://www.w3.org/2004/02/skos/core#prefLabel -skos:prefLabel rdf:type owl:AnnotationProperty ; - rdfs:subPropertyOf rdfs:label . - - -################################################################# -# Classes -################################################################# - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_02ae528a_fe38_4e62_8eb1_64d02354901e -:EMMO_02ae528a_fe38_4e62_8eb1_64d02354901e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7d20b67d_3565_492e_9d59_f29c2c525276 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_0466becd_3e08_436f_8412_e2eedbedfd39 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_81cdab15_d13d_47e5_ac1b_65b6bd7c4da6 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_8c505092_403d_4912_9a01_5a56793fbfc1 - ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Equation describing the continuum transport of chemical species."@en ; - rdfs:comment "Derived from the law of conservation of mass."@en ; - skos:prefLabel "ChemicalSpeciesContinuityEquation"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_038e37a3_1684_4980_b5e4_67ab34cd5bdb -:EMMO_038e37a3_1684_4980_b5e4_67ab34cd5bdb rdf:type owl:Class ; - rdfs:subClassOf :EMMO_49804605_c0fe_4538_abda_f70ba1dc8a5d , - [ rdf:type owl:Restriction ; - owl:onProperty [ owl:inverseOf :EMMO_c5aae418_1622_4d02_93c5_21159e28e6c1 - ] ; - owl:someValuesFrom :EMMO_f7dbce66_2822_4855_9f42_1da71aa9e923 - ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A 'physical' that stands for a real world object that takes active part of a functional process."@en ; - skos:prefLabel "ActiveParticipant"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_0466becd_3e08_436f_8412_e2eedbedfd39 -:EMMO_0466becd_3e08_436f_8412_e2eedbedfd39 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_5bc88245_45a1_4163_b640_f8320cc780de ; - skos:prefLabel "ChemicalSpeciesFluxTerm"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_04943e49_1304_4119_8a65_2e91a4f5f02a -:EMMO_04943e49_1304_4119_8a65_2e91a4f5f02a rdf:type owl:Class ; - rdfs:subClassOf :EMMO_cbcf8fe6_6da6_49e0_ab4d_00f737ea9689 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; - owl:someValuesFrom :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad - ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A ChemicalSpecies with a net electric charge."@en ; - skos:prefLabel "IonicSpecies"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_06700060_1326_4478_be51_d8037b986230 -:EMMO_06700060_1326_4478_be51_d8037b986230 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_66305f3d_6eef_448a_953d_17abb87788ae ; - skos:prefLabel "FiniteElementMesh"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_08bcf1d6_e719_46c8_bb21_24bc9bf34dba -:EMMO_08bcf1d6_e719_46c8_bb21_24bc9bf34dba rdf:type owl:Class ; - rdfs:subClassOf :EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac ; - :EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L+1 M0 I0 Θ0 N0 J0" ; - skos:prefLabel "Height"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_09013481_1645_4a0d_8ee8_33969e38bdfe -:EMMO_09013481_1645_4a0d_8ee8_33969e38bdfe rdf:type owl:Class ; - rdfs:subClassOf :EMMO_b37a09e6_2193_43e5_9081_327d3fe2fcb2 ; - skos:prefLabel "ElectricResistorModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_1285a53a_a8a8_45e4_b39b_d54348721db2 -:EMMO_1285a53a_a8a8_45e4_b39b_d54348721db2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_27c5d8c6_8af7_4d63_beb1_ec37cd8b3fa3 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_3afd2a12_732e_4cdc_9312_9c93764b4d1b - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_70cbd515_d278_4d47_9631_4b48931cc83b - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_ba4137a3_e467_4925_9bf7_3084ed733ac5 - ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An equation that describes the transport of some conserved quantity."@en ; - skos:prefLabel "ContinuityEquation"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_12e2f253_caeb_4e3c_9749_edb3683ab732 -:EMMO_12e2f253_caeb_4e3c_9749_edb3683ab732 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_08bcf1d6_e719_46c8_bb21_24bc9bf34dba , - :EMMO_d8aa8e1f_b650_416d_88a0_5118de945456 ; - :EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L+1 M0 I0 Θ0 N0 J0" ; - skos:prefLabel "NominalHeight"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_15699598_29e3_4c8d_b016_c7254df8f2bc -:EMMO_15699598_29e3_4c8d_b016_c7254df8f2bc rdf:type owl:Class ; - rdfs:subClassOf :EMMO_9c32fd69_f480_4130_83b3_fb25d9face14 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The flux of matter (the number of particles passing through an imaginary window in a given interval divided by the area of the window and the duration of the interval) is proportional to the density gradient at that point. - ---P. Atkins and J. De Paula, Atkins’ Physical Chemistry, 8th Ed. New York: W.H. Freeman and Company, 2006, p.757."""@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Fick%27s_laws_of_diffusion#Fick's_first_law"@en ; - skos:prefLabel "FicksFirstLaw"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_1b8d1cf9_7b79_4de2_b9ba_3fb7b02a36f0 -:EMMO_1b8d1cf9_7b79_4de2_b9ba_3fb7b02a36f0 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_e55a5449_e49e_4e8c_bccb_8a1eb110b2e8 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_6bcaf4f2_8639_40b4_9d03_5ad3c9ba9540 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_942684c8_f693_47d2_b12f_82a6bc774c9a - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_c611d72b_0921_4c93_ab42_43b30084283e - ] ; - skos:prefLabel "FiniteVolumeCell"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_1c1ec02e_4def_4979_aff9_572c06a95391 -:EMMO_1c1ec02e_4def_4979_aff9_572c06a95391 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7684ddff_d99b_405d_aad2_90e830b8403c ; - :EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I0 Θ-1 N0 J0" ; - rdfs:comment "alpha_V = (1/V) * (dV/dT)"@en ; - skos:altLabel "The coefficient of thermal expansion describes how the fractional change in volume of an object changes with a change in temperature."@en ; - skos:prefLabel "VolumetricThermalExpansionCoefficient"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_2f761aff_88d1_4e79_a85e_09d6f400de56 -:EMMO_2f761aff_88d1_4e79_a85e_09d6f400de56 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2 , - :EMMO_daf05011_df3f_44a0_bb31_f8d565d7a854 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The energy barrier for diffusion of a given component."@en ; - :EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-2 L+2 M+1 I0 Θ0 N0 J0"@en ; - skos:prefLabel "SingleComponentActivationEnergyOfDiffusion"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_32dcd601_47c7_4028_b7fa_5e972ae57f12 -:EMMO_32dcd601_47c7_4028_b7fa_5e972ae57f12 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac ; - :EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L+1 M0 I0 Θ0 N0 J0" ; - skos:prefLabel "Radius"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_3afd2a12_732e_4cdc_9312_9c93764b4d1b -:EMMO_3afd2a12_732e_4cdc_9312_9c93764b4d1b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_e5438930_04e7_4d42_ade5_3700d4a52ab7 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_942684c8_f693_47d2_b12f_82a6bc774c9a - ] ; - skos:altLabel "AccumulationEquation"@en ; - skos:prefLabel "AccumulationTerm"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_3bd39834_7eb9_4c97_bb25_db88c3df6bab -:EMMO_3bd39834_7eb9_4c97_bb25_db88c3df6bab rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 , - :EMMO_daf05011_df3f_44a0_bb31_f8d565d7a854 ; - :EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "Pre-factor in the Arrhenius expression for diffusion."@en ; - :EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-1 L+2 M0 I0 Θ0 N-1 J0"@en ; - skos:altLabel "MaximalDiffusivity"@en , - "MaximalMassDiffusivity"@en , - "MaximumDiffusionCoefficient"@en ; - skos:prefLabel "SingleComponentMaximalDiffusivity"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_3c4680d5_f597_4d8f_994f_d93caa71193c -:EMMO_3c4680d5_f597_4d8f_994f_d93caa71193c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_70cbd515_d278_4d47_9631_4b48931cc83b ; - skos:prefLabel "ChargeFluxTerm"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_3cc59a03_3837_4504_900b_6ce3e589f610 -:EMMO_3cc59a03_3837_4504_900b_6ce3e589f610 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c8a4df75_3f22_416a_8507_c49e5b0804c3 ; - skos:prefLabel "HeatAccumulationTerm"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_41c6bacf_4e5c_44db_bcbc_6a6a470ad854 -:EMMO_41c6bacf_4e5c_44db_bcbc_6a6a470ad854 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac ; - :EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L+1 M0 I0 Θ0 N0 J0" ; - skos:prefLabel "Diameter"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_42b9bd2b_20af_4b8a_b001_0c0dce9f9745 -:EMMO_42b9bd2b_20af_4b8a_b001_0c0dce9f9745 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3afd2a12_732e_4cdc_9312_9c93764b4d1b ; - skos:prefLabel "MassAccumulationTerm"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_46ef0f56_2b15_4fc5_83bd_79b58b996b93 -:EMMO_46ef0f56_2b15_4fc5_83bd_79b58b996b93 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_9c32fd69_f480_4130_83b3_fb25d9face14 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The rate of a chemical reaction is directly proportional to the product of the activities or concentrations of the reactants."@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Law_of_mass_action"@en ; - rdfs:comment "A postulate in the phenomenological theory of chemical reaction kinetics."@en , - "For a chemical reaction in equilibrium, the reaction quotient is a constant."@en ; - skos:prefLabel "LawOfMassAction"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_489bd765_c35e_48dc_a9e8_dbcda684642b -:EMMO_489bd765_c35e_48dc_a9e8_dbcda684642b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4d255b9c_43bc_4c11_b68b_0e98274eb34f ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Normal_(geometry)"@en ; - skos:prefLabel "DiscretizationFaceNormal"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_4937ad81_eeb8_4cd9_a02f_53e0644e2f02 -:EMMO_4937ad81_eeb8_4cd9_a02f_53e0644e2f02 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A measure of deviation from a straight line. It is the ratio of the actual distance traveled divided by the straight line distance."@en ; - :EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I0 Θ0 N0 J0"@en ; - skos:prefLabel "Tortuosity"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_498d80ae_9339_49c7_8c74_44aa704e0395 -:EMMO_498d80ae_9339_49c7_8c74_44aa704e0395 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 , - :EMMO_daf05011_df3f_44a0_bb31_f8d565d7a854 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Transport of particles belonging to one component of a material due to a concentration gradient."@en ; - :EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-1 L+2 M0 I0 Θ0 N-1 J0"@en ; - skos:altLabel "DiffusionCoefficient"@en , - "Diffusvity"@en , - "MassDiffusivity"@en ; - skos:prefLabel "SingleComponentDiffusivity"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_4a9030bd_a1b2_45ac_909b_f98257c2b355 -:EMMO_4a9030bd_a1b2_45ac_909b_f98257c2b355 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3afd2a12_732e_4cdc_9312_9c93764b4d1b ; - skos:prefLabel "ChargeAccumulationTerm"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_4d255b9c_43bc_4c11_b68b_0e98274eb34f -:EMMO_4d255b9c_43bc_4c11_b68b_0e98274eb34f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ad97ebdc_6ec1_473c_adf0_bfe3e62c529c ; - skos:prefLabel "DiscretizationElementary"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_50c5d440_683c_400f_909e_b03c0327de9c -:EMMO_50c5d440_683c_400f_909e_b03c0327de9c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 , - :EMMO_daf05011_df3f_44a0_bb31_f8d565d7a854 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The molar heat capacity of a substance is the heat capacity of one mole of material."@en ; - :EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-2 L+2 M+1 I0 Θ-1 N-1 J0"@en ; - skos:prefLabel "MolarHeatCapacity"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_50e36d79_b2dd_422d_81eb_a665028a1ead -:EMMO_50e36d79_b2dd_422d_81eb_a665028a1ead rdf:type owl:Class ; - rdfs:subClassOf :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A 'process' that is recognized by chemical sciences and is catogrized accordingly."@en ; - skos:prefLabel "ChemicalPhenomenon"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_52ad5472_29eb_49d5_bff3_bb354a656020 -:EMMO_52ad5472_29eb_49d5_bff3_bb354a656020 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1285a53a_a8a8_45e4_b39b_d54348721db2 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_886437e2_9e44_4e7a_81cb_7404c8f76e8f - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_98e27347_42ca_4613_98c9_c573f199a50e - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_c8a4df75_3f22_416a_8507_c49e5b0804c3 - ] ; - skos:prefLabel "EnergyContinuityEquation"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_5bc88245_45a1_4163_b640_f8320cc780de -:EMMO_5bc88245_45a1_4163_b640_f8320cc780de rdf:type owl:Class ; - rdfs:subClassOf :EMMO_70cbd515_d278_4d47_9631_4b48931cc83b ; - skos:prefLabel "MassFluxTerm"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_61b69d7d_ae90_44d0_b78f_5bde7ad1a326 -:EMMO_61b69d7d_ae90_44d0_b78f_5bde7ad1a326 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_32dcd601_47c7_4028_b7fa_5e972ae57f12 , - :EMMO_d8aa8e1f_b650_416d_88a0_5118de945456 ; - :EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L+1 M0 I0 Θ0 N0 J0" ; - skos:prefLabel "NominalRadius"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_65675235_9ba4_44cc_a1c3_244cd6ea6709 -:EMMO_65675235_9ba4_44cc_a1c3_244cd6ea6709 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_b37a09e6_2193_43e5_9081_327d3fe2fcb2 ; - skos:prefLabel "ElectricCapacitorModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_65c24b42_8074_434b_99ba_7c50cded4149 -:EMMO_65c24b42_8074_434b_99ba_7c50cded4149 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3c4680d5_f597_4d8f_994f_d93caa71193c ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The transport of electric charge driven by a gradient in the electric potential."@en ; - rdfs:comment "Described by Ohm's Law"@en , - "J = -sigma*grad(phi)"@en ; - skos:prefLabel "ConductionChargeFluxEquation"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_661b9697_fefc_4389_85f2_9ebe4cfe0d21 -:EMMO_661b9697_fefc_4389_85f2_9ebe4cfe0d21 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_89f827fa_f3c4_4071_a69c_084132f780a7 ; - skos:prefLabel "ConvectionHeatFluxTerm"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_66305f3d_6eef_448a_953d_17abb87788ae -:EMMO_66305f3d_6eef_448a_953d_17abb87788ae rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ad97ebdc_6ec1_473c_adf0_bfe3e62c529c ; - skos:prefLabel "Mesh"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_686308bd_8ed6_49d0_a204_6487dbe56511 -:EMMO_686308bd_8ed6_49d0_a204_6487dbe56511 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Energy per unit volume."@en ; - :EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-2 L+2 M+1 I0 Θ0 N0 J0" ; - skos:prefLabel "EnergyDensity"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_69b9aead-bb43-4bd5-9168-728cea2116b1 -:EMMO_69b9aead-bb43-4bd5-9168-728cea2116b1 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_98ada9d8_f1c8_4f13_99b5_d890f5354152 , - [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_04f2a2d5_e799_4692_a654_420e76f5acc1 - :EMMO_3c218fbe_60c9_4597_8bcf_41eb1773af1f - :EMMO_7509da43_56b1_4d7f_887a_65d1663df4ba - ) - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_4d6504f1_c470_4ce9_b941_bbbebc9ab05d ; - owl:someValuesFrom :EMMO_a2b006f2_bbfd_4dba_bcaa_3fca20cd6be1 - ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A space within a solid host domain that is filled by a liquid, gas, or vacuum. The characteristic length of the pore is much less than the characteristic length of the host domain. An exception is possible for 1 dimension (e.g. long pores)."@en ; - skos:prefLabel "Pore"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_6adc3c54_96ea_4319_b7b6_2af3bfc10c33 -:EMMO_6adc3c54_96ea_4319_b7b6_2af3bfc10c33 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4456a5d2_16a6_4ee1_9a8e_5c75956b28ea , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_cdbf555a_6352_40b1_af1d_89eff215d506 - ] ; - skos:prefLabel "FiniteVolumeModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_6b8cca3a_e6e1_41a6_a5ea_f580d2c0013c -:EMMO_6b8cca3a_e6e1_41a6_a5ea_f580d2c0013c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_5bc88245_45a1_4163_b640_f8320cc780de ; - rdfs:comment "J = -K*grad(p)"@en ; - skos:prefLabel "ConvectionMassFluxEquation"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_6bcaf4f2_8639_40b4_9d03_5ad3c9ba9540 -:EMMO_6bcaf4f2_8639_40b4_9d03_5ad3c9ba9540 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3e309118_e8b7_4021_80f4_642d2df65d94 , - :EMMO_4d255b9c_43bc_4c11_b68b_0e98274eb34f , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ; - owl:onClass :EMMO_942684c8_f693_47d2_b12f_82a6bc774c9a - ] ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Edge_(geometry)"@en ; - skos:prefLabel "DiscretizationEdge"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_6e9aef15_272b_4eea_aaa9_2f38b8ae951f -:EMMO_6e9aef15_272b_4eea_aaa9_2f38b8ae951f rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T0 L0 M0 I0 Θ-1 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PerTemperatureDimension"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_6ed96a06_0efd_4f0e_95d8_483902c6fb38 -:EMMO_6ed96a06_0efd_4f0e_95d8_483902c6fb38 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_909415d1_7c43_4d5e_bbeb_7e1910159f66 ; - skos:altLabel "Confidentiality"@en ; - skos:prefLabel "Permission"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_70cbd515_d278_4d47_9631_4b48931cc83b -:EMMO_70cbd515_d278_4d47_9631_4b48931cc83b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_e5438930_04e7_4d42_ade5_3700d4a52ab7 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_c611d72b_0921_4c93_ab42_43b30084283e - ] ; - skos:altLabel "FluxEquation"@en ; - skos:prefLabel "FluxTerm"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_7684ddff_d99b_405d_aad2_90e830b8403c -:EMMO_7684ddff_d99b_405d_aad2_90e830b8403c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 , - :EMMO_daf05011_df3f_44a0_bb31_f8d565d7a854 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The coefficient of thermal expansion describes how the fractional change in size of an object changes with a change in temperature."@en ; - :EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I0 Θ-1 N0 J0" ; - rdfs:comment "May be a tensor for general anisotrope termal expansions."@en ; - skos:altLabel "CoefficientOfThermalExpansion"@en ; - skos:prefLabel "ThermalExpansionCoefficient"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_78fb85da_e6d2_4a3e_8fae_e21e63c7b117 -:EMMO_78fb85da_e6d2_4a3e_8fae_e21e63c7b117 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_89f827fa_f3c4_4071_a69c_084132f780a7 ; - skos:prefLabel "RadiationHeatFluxTerm"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_7d20b67d_3565_492e_9d59_f29c2c525276 -:EMMO_7d20b67d_3565_492e_9d59_f29c2c525276 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1285a53a_a8a8_45e4_b39b_d54348721db2 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_42b9bd2b_20af_4b8a_b001_0c0dce9f9745 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_5bc88245_45a1_4163_b640_f8320cc780de - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_d0592008_1de9_4ce1_99a4_3c38547c240f - ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An equation describing the continuum transport of mass."@en ; - rdfs:comment "Derived from the law of the conservation of mass."@en , - "\\dot{\\rho} - div(N) = \\dot{s}"@en ; - skos:prefLabel "MassContinuityEquation"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_7f8db4c8_4dc5_4e39_bfb0_0a123679d831 -:EMMO_7f8db4c8_4dc5_4e39_bfb0_0a123679d831 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Porosity or void fraction is a measure of the void (i.e. \"empty\") spaces in a material, and is a fraction of the volume of voids over the total volume, between 0 and 1, or as a percentage between 0% and 100%."@en ; - :EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L0 M0 I0 Θ0 N0 J0" ; - skos:prefLabel "Porosity"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_802c167d_b792_4cb8_a315_35797345c0e3 -:EMMO_802c167d_b792_4cb8_a315_35797345c0e3 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 , - :EMMO_daf05011_df3f_44a0_bb31_f8d565d7a854 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The amount of heat to be applied to a given mass of material to produce a unit change in its temperature."@en ; - :EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-2 L+2 M+1 I0 Θ-1 N0 J0"@en ; - skos:prefLabel "HeatCapacity"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_81cdab15_d13d_47e5_ac1b_65b6bd7c4da6 -:EMMO_81cdab15_d13d_47e5_ac1b_65b6bd7c4da6 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_d0592008_1de9_4ce1_99a4_3c38547c240f ; - skos:prefLabel "ChemicalSpeciesSourceTerm"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_8758dcf9_df3c_42cb_954a_98c17ace5783 -:EMMO_8758dcf9_df3c_42cb_954a_98c17ace5783 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_b37a09e6_2193_43e5_9081_327d3fe2fcb2 ; - skos:prefLabel "WarburgElementModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_8836f42d_7cf3_4f26_ad15_4798261f26c0 -:EMMO_8836f42d_7cf3_4f26_ad15_4798261f26c0 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1285a53a_a8a8_45e4_b39b_d54348721db2 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_3c4680d5_f597_4d8f_994f_d93caa71193c - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_4a9030bd_a1b2_45ac_909b_f98257c2b355 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_d4980a67_3a9f_47e3_9c8a_edc814dd8654 - ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Equation describing the continuum transport of electric charge."@en ; - rdfs:comment "-\\div(j) + dot{s}_{charge} = 0"@en , - "Derived from the law of conservation of charge (electroneutrality)."@en ; - skos:prefLabel "ElectricChargeContinuityEquation"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_886437e2_9e44_4e7a_81cb_7404c8f76e8f -:EMMO_886437e2_9e44_4e7a_81cb_7404c8f76e8f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_70cbd515_d278_4d47_9631_4b48931cc83b ; - skos:prefLabel "EnergyFluxTerm"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_89f827fa_f3c4_4071_a69c_084132f780a7 -:EMMO_89f827fa_f3c4_4071_a69c_084132f780a7 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_886437e2_9e44_4e7a_81cb_7404c8f76e8f ; - skos:prefLabel "HeatFluxTerm"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_8c505092_403d_4912_9a01_5a56793fbfc1 -:EMMO_8c505092_403d_4912_9a01_5a56793fbfc1 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_42b9bd2b_20af_4b8a_b001_0c0dce9f9745 ; - skos:prefLabel "ChemicalSpeciesAccumulationTerm"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_8dd40ec6_2c5a_43f3_bf64_cadcd447a1c1 -:EMMO_8dd40ec6_2c5a_43f3_bf64_cadcd447a1c1 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 , - :EMMO_daf05011_df3f_44a0_bb31_f8d565d7a854 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The ability of a material to conduct heat."@en ; - :EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-3 L+1 M+1 I0 Θ-1 N0 J0"@en ; - skos:prefLabel "ThermalConductivity"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_942684c8_f693_47d2_b12f_82a6bc774c9a -:EMMO_942684c8_f693_47d2_b12f_82a6bc774c9a rdf:type owl:Class ; - rdfs:subClassOf :EMMO_39362460_2a97_4367_8f93_0418c2ac9a08 , - :EMMO_4d255b9c_43bc_4c11_b68b_0e98274eb34f ; - skos:prefLabel "DiscretizationNode"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_9536a2c6_fddd_48b3_ae48_842ba3e78310 -:EMMO_9536a2c6_fddd_48b3_ae48_842ba3e78310 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Rate of mass movement through a unit area."@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Mass_flux"@en ; - :EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-1 L-2 M+1 I0 Θ0 N0 J0"@en ; - skos:prefLabel "MassFlux"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_98909c8e_7f1f_4a9b_a0b1_a4a33cfb626a -:EMMO_98909c8e_7f1f_4a9b_a0b1_a4a33cfb626a rdf:type owl:Class ; - rdfs:subClassOf :EMMO_52ad5472_29eb_49d5_bff3_bb354a656020 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_3cc59a03_3837_4504_900b_6ce3e589f610 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_89f827fa_f3c4_4071_a69c_084132f780a7 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_e3d442e5_eae4_4fc5_a062_553bf900d9cd - ] ; - skos:prefLabel "HeatContinuityEquation"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_98e27347_42ca_4613_98c9_c573f199a50e -:EMMO_98e27347_42ca_4613_98c9_c573f199a50e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ba4137a3_e467_4925_9bf7_3084ed733ac5 ; - skos:prefLabel "EnergySourceTerm"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_a0d39183_16d7_4a47_9fbc_16e464402bc7 -:EMMO_a0d39183_16d7_4a47_9fbc_16e464402bc7 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_89f827fa_f3c4_4071_a69c_084132f780a7 ; - skos:prefLabel "ConductionHeatFluxTerm"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_a7c3542a_fe8a_480e_b6a9_364497d576d4 -:EMMO_a7c3542a_fe8a_480e_b6a9_364497d576d4 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_df96cbb6_b5ee_4222_8eab_b3675df24bea ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-05"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Substance dissolved into another substance. - ---IEC60050"""@en ; - skos:prefLabel "Solute"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_ac9b6e13_f89b_4378_8a2a_a291fe0ec339 -:EMMO_ac9b6e13_f89b_4378_8a2a_a291fe0ec339 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4456a5d2_16a6_4ee1_9a8e_5c75956b28ea , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_06700060_1326_4478_be51_d8037b986230 - ] ; - skos:prefLabel "FiniteElementModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_ad3b994f_0ea6_4529_b863_3ff9110d6abe -:EMMO_ad3b994f_0ea6_4529_b863_3ff9110d6abe rdf:type owl:Class ; - rdfs:subClassOf :EMMO_04943e49_1304_4119_8a65_2e91a4f5f02a ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-13"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Positively charged ion."@en ; - rdfs:comment """A monoatomic or polyatomic species having one or more elementary charges of the proton. - -- IUPAC Gold Book"""@en ; - skos:prefLabel "Cation"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_ad97ebdc_6ec1_473c_adf0_bfe3e62c529c -:EMMO_ad97ebdc_6ec1_473c_adf0_bfe3e62c529c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4ce76d7f_03f8_45b6_9003_90052a79bfaa ; - skos:prefLabel "Discretization"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_af5ff45c_0f25_4e09_9070_0e9755ea6623 -:EMMO_af5ff45c_0f25_4e09_9070_0e9755ea6623 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_b37a09e6_2193_43e5_9081_327d3fe2fcb2 ; - skos:prefLabel "ElectricInductorModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_b17cd88e_9bb7_4d87_ade5_6e181d921f93 -:EMMO_b17cd88e_9bb7_4d87_ade5_6e181d921f93 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_038e37a3_1684_4980_b5e4_67ab34cd5bdb ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """In chemistry and physics ‘interface’ means the two-dimensional plane separating two phases. - ---A. J. Bard, G. Inzelt, and F. Scholz, Eds., Electrochemical Dictionary, 2nd Edition. Berlin: Springer-Verlag, 2012. DOI: https://doi.org/10.1007/978-3-642-29551-5"""@en ; - skos:prefLabel "Interface"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_b35b8f5d_8e4c_4600_9554_f951113d2c79 -:EMMO_b35b8f5d_8e4c_4600_9554_f951113d2c79 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0466becd_3e08_436f_8412_e2eedbedfd39 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_498d80ae_9339_49c7_8c74_44aa704e0395 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_9536a2c6_fddd_48b3_ae48_842ba3e78310 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_d5be1faf_0c56_4f5a_9b78_581e6dee949f - ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates the diffusive mass flux to the gradient of the concentration."@en ; - rdfs:comment "J = -D*grad(c)" ; - skos:prefLabel "DiffusionMassFluxEquation"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_b37a09e6_2193_43e5_9081_327d3fe2fcb2 -:EMMO_b37a09e6_2193_43e5_9081_327d3fe2fcb2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dcc692cf_0e03_45ee_9d52_763b9e208dac ; - skos:prefLabel "EquivalentCircuitModelElementary"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_b4f4ed28_d24c_4a00_9583_62ab839abeca -:EMMO_b4f4ed28_d24c_4a00_9583_62ab839abeca rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 , - :EMMO_daf05011_df3f_44a0_bb31_f8d565d7a854 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The specific heat capacity (symbol cp) of a substance is the heat capacity of a sample of the substance divided by the mass of the sample."@en ; - :EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T-2 L+2 M0 I0 Θ-1 N0 J0"@en ; - skos:prefLabel "SpecificHeatCapacity"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_ba4137a3_e467_4925_9bf7_3084ed733ac5 -:EMMO_ba4137a3_e467_4925_9bf7_3084ed733ac5 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_e5438930_04e7_4d42_ade5_3700d4a52ab7 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_942684c8_f693_47d2_b12f_82a6bc774c9a - ] ; - skos:altLabel "SourceEquation"@en ; - skos:prefLabel "SourceTerm"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_c611d72b_0921_4c93_ab42_43b30084283e -:EMMO_c611d72b_0921_4c93_ab42_43b30084283e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4d255b9c_43bc_4c11_b68b_0e98274eb34f , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_489bd765_c35e_48dc_a9e8_dbcda684642b - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_6bcaf4f2_8639_40b4_9d03_5ad3c9ba9540 - ] ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Face_(geometry)"@en ; - skos:prefLabel "DiscretizationFace"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_c64231ab_d281_4263_b470_52012f59d076 -:EMMO_c64231ab_d281_4263_b470_52012f59d076 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0466becd_3e08_436f_8412_e2eedbedfd39 ; - skos:prefLabel "DiffusionMigrationMassFluxEquation"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_c8a4df75_3f22_416a_8507_c49e5b0804c3 -:EMMO_c8a4df75_3f22_416a_8507_c49e5b0804c3 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3afd2a12_732e_4cdc_9312_9c93764b4d1b ; - skos:prefLabel "EnergyAccumulationTerm"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_ccca85a5_8a24_4591_93ee_1f137a386bab -:EMMO_ccca85a5_8a24_4591_93ee_1f137a386bab rdf:type owl:Class ; - rdfs:subClassOf :EMMO_04943e49_1304_4119_8a65_2e91a4f5f02a ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-12"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Negatively charged ion. - ---IEC60050"""@en ; - rdfs:comment """A monoatomic or polyatomic species having one or more elementary charges of the electron. - -- IUPAC Gold Book"""@en ; - skos:prefLabel "Anion"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_cdbf555a_6352_40b1_af1d_89eff215d506 -:EMMO_cdbf555a_6352_40b1_af1d_89eff215d506 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_66305f3d_6eef_448a_953d_17abb87788ae , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_1b8d1cf9_7b79_4de2_b9ba_3fb7b02a36f0 - ] ; - skos:prefLabel "FiniteVolumeMesh"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_d0592008_1de9_4ce1_99a4_3c38547c240f -:EMMO_d0592008_1de9_4ce1_99a4_3c38547c240f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ba4137a3_e467_4925_9bf7_3084ed733ac5 ; - skos:altLabel "MassSourceEquation"@en ; - skos:prefLabel "MassSourceTerm"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_d4980a67_3a9f_47e3_9c8a_edc814dd8654 -:EMMO_d4980a67_3a9f_47e3_9c8a_edc814dd8654 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ba4137a3_e467_4925_9bf7_3084ed733ac5 ; - skos:altLabel "ChargeSourceEquation"@en ; - skos:prefLabel "ChargeSourceTerm"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_d5c1857a_46bb_4826_92c8_44a37d6ec230 -:EMMO_d5c1857a_46bb_4826_92c8_44a37d6ec230 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4456a5d2_16a6_4ee1_9a8e_5c75956b28ea ; - skos:prefLabel "FiniteDifferenceModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_d95e6e0d-e8eb-411a-b407-0d1a517e8767 -:EMMO_d95e6e0d-e8eb-411a-b407-0d1a517e8767 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_038e37a3_1684_4980_b5e4_67ab34cd5bdb , - :EMMO_4207e895_8b83_4318_996a_72cfb32acd94 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Materials that have one or more properties that can be significantly changed in a controlled fashion by external stimuli (temperature, electric/magnetic field, etc.) and are therefore applied in a broad range of technological devices as for example in memories, displays and telecommunication. - NTNU FY3114 - Functional Materials"@en ; - skos:prefLabel "FunctionalMaterial"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_dcc692cf_0e03_45ee_9d52_763b9e208dac -:EMMO_dcc692cf_0e03_45ee_9d52_763b9e208dac rdf:type owl:Class ; - rdfs:subClassOf :EMMO_b29fd350_39aa_4af7_9459_3faa0544cba6 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A model that describes the behaviour of a physical system using electric circuit components."@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Equivalent_circuit"@en ; - skos:prefLabel "EquivalentCircuitModel"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_e3d442e5_eae4_4fc5_a062_553bf900d9cd -:EMMO_e3d442e5_eae4_4fc5_a062_553bf900d9cd rdf:type owl:Class ; - rdfs:subClassOf :EMMO_98e27347_42ca_4613_98c9_c573f199a50e ; - skos:prefLabel "HeatSourceTerm"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_e55a5449_e49e_4e8c_bccb_8a1eb110b2e8 -:EMMO_e55a5449_e49e_4e8c_bccb_8a1eb110b2e8 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ad97ebdc_6ec1_473c_adf0_bfe3e62c529c ; - skos:prefLabel "ControlVolume"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_e58bde09_bb09_4bd5_911f_c5d7fb3e5e46 -:EMMO_e58bde09_bb09_4bd5_911f_c5d7fb3e5e46 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_909415d1_7c43_4d5e_bbeb_7e1910159f66 ; - skos:prefLabel "CalendarDate"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_e9dd942e_db98_4aad_b9c3_931dff6f13b0 -:EMMO_e9dd942e_db98_4aad_b9c3_931dff6f13b0 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_df96cbb6_b5ee_4222_8eab_b3675df24bea ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-06"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Substance into which another substance is dissolved."@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Solvent"@en ; - skos:prefLabel "Solvent"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_ebcd70ca_c439_46ab_8bcc_c77b3930d9d9 -:EMMO_ebcd70ca_c439_46ab_8bcc_c77b3930d9d9 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_41c6bacf_4e5c_44db_bcbc_6a6a470ad854 , - :EMMO_d8aa8e1f_b650_416d_88a0_5118de945456 ; - :EMMO_de178b12_5d35_4bca_8efa_a4193162571d "T0 L+1 M0 I0 Θ0 N0 J0" ; - skos:prefLabel "NominalDiameter"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_ecb0395f_ee1e_4e9a_bf5c_d8e56eee2d18 -:EMMO_ecb0395f_ee1e_4e9a_bf5c_d8e56eee2d18 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_50e36d79_b2dd_422d_81eb_a665028a1ead ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A process that results in the interconversion of chemical species. Chemical reactions may be elementary reactions or stepwise reactions. (It should be noted that this definition includes experimentally observable interconversions of conformers.) Detectable chemical reactions normally involve sets of molecular entities as indicated by this definition, but it is often conceptually convenient to use the term also for changes involving single molecular entities (i.e. 'microscopic chemical events'). - -- IUPAC Gold Book"""@en ; - skos:prefLabel "ChemicalReaction"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_f7dbce66_2822_4855_9f42_1da71aa9e923 -:EMMO_f7dbce66_2822_4855_9f42_1da71aa9e923 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The process that makes a product work as intended when in use."@en ; - :EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a """- The light-emitting process of a diode. -- The car crash process for a crash box in a car. -- The discharging process of a battery."""@en ; - skos:prefLabel "FunctionalProcess"@en . - - -### https://big-map.github.io/BattINFO/ontology/emmo#EMMO_fc4e0f47_ed67_4f27_ad2d_72312d9cc105 -:EMMO_fc4e0f47_ed67_4f27_ad2d_72312d9cc105 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_9c32fd69_f480_4130_83b3_fb25d9face14 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The current through a conductor between two points is directly proportional to the voltage across the two points."@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Ohm%27s_law"@en ; - skos:prefLabel "OhmsLaw"@en . - - -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/ontology/emmo/1.0.0-beta3/generic-concepts/catalog-v001.xml b/ontology/emmo/1.0.0-beta3/generic-concepts/catalog-v001.xml deleted file mode 100644 index 5da0d87..0000000 --- a/ontology/emmo/1.0.0-beta3/generic-concepts/catalog-v001.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/ontology/emmo/1.0.0-beta3/generic-concepts/generic-concepts.ttl b/ontology/emmo/1.0.0-beta3/generic-concepts/generic-concepts.ttl deleted file mode 100644 index 2201739..0000000 --- a/ontology/emmo/1.0.0-beta3/generic-concepts/generic-concepts.ttl +++ /dev/null @@ -1,7691 +0,0 @@ -@prefix : . -@prefix owl: . -@prefix rdf: . -@prefix xml: . -@prefix xsd: . -@prefix rdfs: . -@prefix skos: . -@prefix dcterms: . -@prefix annotations: . -@base . - - rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; - dcterms:abstract """Generic concepts that are intended to eventually be moved into EMMO middle. - -Released under the Creative Commons license Attribution 4.0 International (CC BY 4.0)."""@en ; - dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - owl:versionInfo "1.0.0-beta3" . - -################################################################# -# Annotation properties -################################################################# - -### http://emmo.info/emmo#EMMO_094a84d8_b13b_4f89_bb59_1da5670b8ce2 -:EMMO_094a84d8_b13b_4f89_bb59_1da5670b8ce2 rdf:type owl:AnnotationProperty ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A textual identifier for chemical substances, designed to provide a standard way to encode molecular information and to facilitate the search for such information in databases and on the web."@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/International_Chemical_Identifier" ; - rdfs:seeAlso "https://www.inchi-trust.org/" ; - skos:altLabel "InternationalChemicalIdentifier"@en ; - skos:prefLabel "inchl"@en ; - rdfs:subPropertyOf :EMMO_6e71666b_01ad_47d9_8a27_50422566dada . - - -### http://emmo.info/emmo#EMMO_133c2169_c0cc_460b_971d_6cb4e22338ed -:EMMO_133c2169_c0cc_460b_971d_6cb4e22338ed rdf:type owl:AnnotationProperty ; - rdfs:seeAlso "https://ctan.org/pkg/mhchem" ; - skos:prefLabel "mhchem"@en ; - rdfs:subPropertyOf :EMMO_6e71666b_01ad_47d9_8a27_50422566dada . - - -### http://emmo.info/emmo#EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc -:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc rdfs:subPropertyOf rdfs:seeAlso . - - -### http://emmo.info/emmo#EMMO_20f687e3_dcfb_4554_b896_66f1b64efee4 -:EMMO_20f687e3_dcfb_4554_b896_66f1b64efee4 rdf:type owl:AnnotationProperty ; - rdfs:seeAlso "https://echa.europa.eu/" ; - skos:altLabel "europeanChemicalsAgencyInfoCard"@en ; - skos:prefLabel "echaInfoCard"@en ; - rdfs:subPropertyOf :EMMO_6e71666b_01ad_47d9_8a27_50422566dada . - - -### http://emmo.info/emmo#EMMO_3acf3a7e_af12_427a_a21a_68d9ff4afa27 -:EMMO_3acf3a7e_af12_427a_a21a_68d9ff4afa27 rdf:type owl:AnnotationProperty ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A specification in the form of a line notation for describing the structure of chemical species using short ASCII strings."@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Simplified_molecular-input_line-entry_system" ; - skos:altLabel "simplifiedMolecularInputLineEntrySystem"@en ; - skos:prefLabel "smiles"@en ; - rdfs:subPropertyOf :EMMO_6e71666b_01ad_47d9_8a27_50422566dada . - - -### http://emmo.info/emmo#EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f -:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f rdf:type owl:AnnotationProperty ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Link to electropedia - the online electrotechnical online vocabulary"@en ; - rdfs:seeAlso "https://www.electropedia.org/iev/iev.nsf/welcome?openform" ; - skos:prefLabel "ElectropediaReference"@en ; - rdfs:subPropertyOf rdfs:isDefinedBy . - - -### http://emmo.info/emmo#EMMO_5cbfe520_e453_4c80_a4f0_af594cd1b844 -:EMMO_5cbfe520_e453_4c80_a4f0_af594cd1b844 rdf:type owl:AnnotationProperty ; - rdfs:comment "URL to corresponding PubChem entry."@en ; - rdfs:seeAlso "https://pubchem.ncbi.nlm.nih.gov/" ; - skos:prefLabel "pubchemReference"@en ; - rdfs:subPropertyOf rdfs:seeAlso . - - -### http://emmo.info/emmo#EMMO_63c041f0_4a46_4bc2_8cd7_5efebe4aa587 -:EMMO_63c041f0_4a46_4bc2_8cd7_5efebe4aa587 rdf:type owl:AnnotationProperty ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unique seven-digit identifier that was assigned to substances for regulatory purposes within the European Union by the European Commission."@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/European_Community_number" ; - skos:altLabel "europeanCommunityNumber"@en ; - skos:prefLabel "ecNumber"@en ; - rdfs:subPropertyOf :EMMO_6e71666b_01ad_47d9_8a27_50422566dada . - - -### http://emmo.info/emmo#EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 -:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 rdfs:subPropertyOf rdfs:seeAlso . - - -### http://emmo.info/emmo#EMMO_6e71666b_01ad_47d9_8a27_50422566dada -:EMMO_6e71666b_01ad_47d9_8a27_50422566dada rdf:type owl:AnnotationProperty ; - skos:prefLabel "chemicalIdentifier"@en ; - rdfs:subPropertyOf rdfs:seeAlso . - - -### http://emmo.info/emmo#EMMO_7026d971_c53e_48ff_b77e_e2b02485942d -:EMMO_7026d971_c53e_48ff_b77e_e2b02485942d rdf:type owl:AnnotationProperty ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A manually curated chemical database of bioactive molecules with drug-like properties."@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/ChEMBL" ; - rdfs:seeAlso "https://chembl.gitbook.io/chembl-interface-documentation/" ; - skos:prefLabel "chembl"@en ; - rdfs:subPropertyOf :EMMO_6e71666b_01ad_47d9_8a27_50422566dada . - - -### http://emmo.info/emmo#EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 -:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 rdfs:subPropertyOf rdfs:comment . - - -### http://emmo.info/emmo#EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 -:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 rdfs:subPropertyOf rdfs:comment . - - -### http://emmo.info/emmo#EMMO_73dce0b9_5235_44e7_9d6a_e95feac8289d -:EMMO_73dce0b9_5235_44e7_9d6a_e95feac8289d rdf:type owl:AnnotationProperty ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A database of chemicals owned by the Royal Society of Chemistry."@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/ChemSpider" ; - rdfs:seeAlso "http://www.chemspider.com/" ; - skos:prefLabel "chemSpider"@en ; - rdfs:subPropertyOf :EMMO_6e71666b_01ad_47d9_8a27_50422566dada . - - -### http://emmo.info/emmo#EMMO_77009747_9bf4_4746_9762_8e91aeb70ab6 -:EMMO_77009747_9bf4_4746_9762_8e91aeb70ab6 rdf:type owl:AnnotationProperty ; - skos:prefLabel "iupacName"@en ; - rdfs:subPropertyOf :EMMO_6e71666b_01ad_47d9_8a27_50422566dada . - - -### http://emmo.info/emmo#EMMO_83df0ce6_ae53_4c35_97e3_20ee4e23833f -:EMMO_83df0ce6_ae53_4c35_97e3_20ee4e23833f rdf:type owl:AnnotationProperty ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/PubChem"@en ; - skos:altLabel "pubChemCompoundIdentificationNumber"@en ; - skos:prefLabel "pubchemCID"@en ; - rdfs:subPropertyOf :EMMO_6e71666b_01ad_47d9_8a27_50422566dada . - - -### http://emmo.info/emmo#EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 -:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 rdfs:subPropertyOf rdfs:isDefinedBy . - - -### http://emmo.info/emmo#EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 -:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 rdfs:subPropertyOf rdfs:comment . - - -### http://emmo.info/emmo#EMMO_a3ead06e_020f_4500_8251_80741a7ab7b6 -:EMMO_a3ead06e_020f_4500_8251_80741a7ab7b6 rdf:type owl:AnnotationProperty ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unique numerical identifier assigned by the Chemical Abstracts Service (CAS), US to every chemical substance described in the open scientific literature."@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/CAS_Registry_Number" ; - skos:altLabel "casNumber"@en , - "casRN"@en , - "chemicalAbstractsServiceRegistryNumber"@en ; - skos:prefLabel "casRegistryNumber"@en ; - rdfs:subPropertyOf :EMMO_6e71666b_01ad_47d9_8a27_50422566dada . - - -### http://emmo.info/emmo#EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a -:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a rdfs:subPropertyOf rdfs:comment . - - -### http://emmo.info/emmo#EMMO_ba4237ba_e1c3_451d_9785_23d50a242aac -:EMMO_ba4237ba_e1c3_451d_9785_23d50a242aac rdf:type owl:AnnotationProperty ; - skos:prefLabel "molecularFormula"@en ; - rdfs:subPropertyOf :EMMO_6e71666b_01ad_47d9_8a27_50422566dada . - - -### http://emmo.info/emmo#EMMO_bcd90da9_b7ba_4aa1_9382_6f63c8a18461 -:EMMO_bcd90da9_b7ba_4aa1_9382_6f63c8a18461 rdf:type owl:AnnotationProperty ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A freely accessible online database created and maintained by the U.S. Environmental Protection Agency (EPA)."@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/CompTox_Chemicals_Dashboard" ; - skos:prefLabel "compToxDashboard"@en ; - rdfs:subPropertyOf :EMMO_6e71666b_01ad_47d9_8a27_50422566dada . - - -### http://emmo.info/emmo#EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d -:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d rdfs:subPropertyOf rdfs:seeAlso . - - -### http://emmo.info/emmo#EMMO_d33866af_2a56_48f7_afe4_a6763ae4ac64 -:EMMO_d33866af_2a56_48f7_afe4_a6763ae4ac64 rdf:type owl:AnnotationProperty ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A chemical database and ontology of molecular entities focused on 'small' chemical compounds, that is part of the Open Biomedical Ontologies (OBO) effort at the European Bioinformatics Institute (EBI)."@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/ChEBI" ; - skos:altLabel "chemicalEntitiesOfBiologicalInterest"@en ; - skos:prefLabel "chebi"@en ; - rdfs:subPropertyOf :EMMO_6e71666b_01ad_47d9_8a27_50422566dada . - - -### http://emmo.info/emmo#EMMO_fe015383_afb3_44a6_ae86_043628697aa2 -:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 rdfs:subPropertyOf rdfs:seeAlso . - - -### http://purl.org/dc/terms/abstract -dcterms:abstract rdf:type owl:AnnotationProperty . - - -### http://purl.org/dc/terms/license -dcterms:license rdf:type owl:AnnotationProperty . - - -### http://purl.org/dc/terms/references -dcterms:references rdf:type owl:AnnotationProperty ; - skos:prefLabel "dcterms:references" . - - -### http://purl.org/dc/terms/source -dcterms:source rdf:type owl:AnnotationProperty ; - skos:prefLabel "dcterms:source" . - - -### http://www.w3.org/2000/01/rdf-schema#isDefinedBy -rdfs:isDefinedBy rdfs:subPropertyOf rdfs:seeAlso . - - -### http://www.w3.org/2004/02/skos/core#altLabel -skos:altLabel rdfs:subPropertyOf rdfs:label . - - -### http://www.w3.org/2004/02/skos/core#prefLabel -skos:prefLabel rdf:type owl:AnnotationProperty ; - rdfs:subPropertyOf rdfs:label . - - -################################################################# -# Object Properties -################################################################# - -### http://emmo.info/emmo#EMMO_0dd68b90_c27e_41dd_8fd0_5c9e9ca5563b -:EMMO_0dd68b90_c27e_41dd_8fd0_5c9e9ca5563b rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_5ceab41b_2aea_4041_9e9c_a243f7562cee ; - skos:prefLabel "hasMaterial"@en . - - -### http://emmo.info/emmo#EMMO_11d42c64_1da1_4481_9c06_ae6bcbcef671 -:EMMO_11d42c64_1da1_4481_9c06_ae6bcbcef671 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_b3ccab7f_f748_4940_b37e_ffb40a8d219f ; - rdfs:domain :EMMO_2031516a_2be7_48e8_9af7_7e1270e308fe ; - rdfs:range :EMMO_59b3d6ee_7e5e_42d8_9b57_0d39b10d59db ; - skos:prefLabel "hasSolvent"@en . - - -### http://emmo.info/emmo#EMMO_130997c3_501e_41c0_b4f7_fe4936ff88e3 -:EMMO_130997c3_501e_41c0_b4f7_fe4936ff88e3 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_b3ccab7f_f748_4940_b37e_ffb40a8d219f ; - rdfs:domain :EMMO_2031516a_2be7_48e8_9af7_7e1270e308fe ; - rdfs:range :EMMO_3f5ed462_8988_4db1_8701_545e20328930 ; - skos:prefLabel "hasSolute"@en . - - -### http://emmo.info/emmo#EMMO_153f5dc9_aebc_42d1_a226_9f4f30212686 -:EMMO_153f5dc9_aebc_42d1_a226_9f4f30212686 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_b3ccab7f_f748_4940_b37e_ffb40a8d219f ; - rdfs:domain :EMMO_3e66ee3d_056d_48a5_b85e_48ebbeb8d679 ; - rdfs:range :EMMO_21205421_5783_4d3e_81e5_10c5d894a88a ; - skos:prefLabel "hasGuestMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 -:EMMO_1abd3ca5_06ab_49a8_8bc9_42aa5d77dcb7 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_53e5b1e1_6026_4ddc_8a4a_3aaaa5fdbdb7 ; - rdfs:domain :EMMO_ecb0395f_ee1e_4e9a_bf5c_d8e56eee2d18 ; - rdfs:range :EMMO_21205421_5783_4d3e_81e5_10c5d894a88a ; - skos:prefLabel "hasReactionProduct"@en . - - -### http://emmo.info/emmo#EMMO_4e365fff_2400_4d69_8340_b13ed1fc14ce -:EMMO_4e365fff_2400_4d69_8340_b13ed1fc14ce rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_646cdc47_f955_4da3_9398_9aac0edf48a6 ; - rdf:type owl:SymmetricProperty ; - rdfs:domain :EMMO_ecb0395f_ee1e_4e9a_bf5c_d8e56eee2d18 ; - rdfs:range :EMMO_ecb0395f_ee1e_4e9a_bf5c_d8e56eee2d18 ; - skos:prefLabel "hasBackReaction"@en . - - -### http://emmo.info/emmo#EMMO_59f9c4f6_1b4a_4bd2_8bf6_8fe200ffc0c9 -:EMMO_59f9c4f6_1b4a_4bd2_8bf6_8fe200ffc0c9 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_fee5e56c_021f_4591_bbf8_d693e3b498e0 ; - rdfs:domain :EMMO_650e024e_95cd_44a4_82f6_956387eb8a57 ; - rdfs:range :EMMO_ea737941_5adb_479b_9bdf_244425d024a7 ; - skos:prefLabel "hasSerialNumber"@en . - - -### http://emmo.info/emmo#EMMO_8b3a3647_44cf_4bdd_b6ce_9bc9da168012 -:EMMO_8b3a3647_44cf_4bdd_b6ce_9bc9da168012 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_b3ccab7f_f748_4940_b37e_ffb40a8d219f ; - rdfs:domain :EMMO_3e66ee3d_056d_48a5_b85e_48ebbeb8d679 ; - rdfs:range :EMMO_21205421_5783_4d3e_81e5_10c5d894a88a ; - skos:prefLabel "hasHostMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 -:EMMO_a4c90ba9_70da_48cd_b8db_af9ca89cfe62 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_53e5b1e1_6026_4ddc_8a4a_3aaaa5fdbdb7 ; - rdfs:domain :EMMO_ecb0395f_ee1e_4e9a_bf5c_d8e56eee2d18 ; - rdfs:range :EMMO_21205421_5783_4d3e_81e5_10c5d894a88a ; - skos:prefLabel "hasReactionReactant"@en . - - -### http://emmo.info/emmo#EMMO_a6e7a841_bb69_4227_b0e1_2216014b5b6a -:EMMO_a6e7a841_bb69_4227_b0e1_2216014b5b6a rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_53e5b1e1_6026_4ddc_8a4a_3aaaa5fdbdb7 ; - rdfs:domain :EMMO_ecb0395f_ee1e_4e9a_bf5c_d8e56eee2d18 ; - rdfs:range :EMMO_8b0923ab_b500_477b_9ce9_8b3a3e4dc4f2 ; - skos:prefLabel "hasChemicalPhase"@en . - - -### http://emmo.info/emmo#EMMO_b3ccab7f_f748_4940_b37e_ffb40a8d219f -:EMMO_b3ccab7f_f748_4940_b37e_ffb40a8d219f rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b ; - rdfs:domain :EMMO_4207e895_8b83_4318_996a_72cfb32acd94 ; - rdfs:range :EMMO_21205421_5783_4d3e_81e5_10c5d894a88a ; - skos:prefLabel "hasMolecularPart"@en . - - -### http://emmo.info/emmo#EMMO_fee5e56c_021f_4591_bbf8_d693e3b498e0 -:EMMO_fee5e56c_021f_4591_bbf8_d693e3b498e0 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_e1097637_70d2_4895_973f_2396f04fa204 ; - rdfs:range :EMMO_909415d1_7c43_4d5e_bbeb_7e1910159f66 ; - skos:prefLabel "hasNominalProperty"@en . - - -################################################################# -# Data properties -################################################################# - -### http://emmo.info/emmo#EMMO_bc307cfa_fa18_4e1c_ae93_ef169ffa86f4 -:EMMO_bc307cfa_fa18_4e1c_ae93_ef169ffa86f4 rdf:type owl:DatatypeProperty ; - rdfs:domain :EMMO_21205421_5783_4d3e_81e5_10c5d894a88a ; - rdfs:range xsd:integer ; - skos:prefLabel "hasChargeNumber"@en . - - -################################################################# -# Classes -################################################################# - -### http://emmo.info/emmo#EMMO_0030425b_5bce_4baf_b55e_7a1238b14614 -:EMMO_0030425b_5bce_4baf_b55e_7a1238b14614 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T-3 L+1 M+1 I-1 Θ0 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricFieldStrengthDimension"@en . - - -### http://emmo.info/emmo#EMMO_01f08dd8_6823_44bc_a54b_9c6ce6ff1079 -:EMMO_01f08dd8_6823_44bc_a54b_9c6ce6ff1079 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ddd41546_2acf_4e1f_a548_d9ef41fada32 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bc307cfa_fa18_4e1c_ae93_ef169ffa86f4 ; - owl:hasValue 3 - ] ; - skos:prefLabel "IronThreeIon"@en . - - -### http://emmo.info/emmo#EMMO_02ae528a_fe38_4e62_8eb1_64d02354901e -:EMMO_02ae528a_fe38_4e62_8eb1_64d02354901e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7d20b67d_3565_492e_9d59_f29c2c525276 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_0466becd_3e08_436f_8412_e2eedbedfd39 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_81cdab15_d13d_47e5_ac1b_65b6bd7c4da6 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_8c505092_403d_4912_9a01_5a56793fbfc1 - ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Equation describing the continuum transport of chemical species."@en ; - rdfs:comment "Derived from the law of conservation of mass."@en ; - skos:prefLabel "ChemicalSpeciesContinuityEquation"@en . - - -### http://emmo.info/emmo#EMMO_034bc7dd_a8c2_4ed0_8b51_66ac9b00342f -:EMMO_034bc7dd_a8c2_4ed0_8b51_66ac9b00342f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-4" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "angle between the scattered ray and the lattice plane"@en ; - skos:prefLabel "BraggAngle"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_034bc7dd_a8c2_4ed0_8b51_66ac9b00342f ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "angle between the scattered ray and the lattice plane"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_038e37a3_1684_4980_b5e4_67ab34cd5bdb -:EMMO_038e37a3_1684_4980_b5e4_67ab34cd5bdb rdf:type owl:Class ; - rdfs:subClassOf :EMMO_13191289_6c2b_4741_93e1_82d53bd0e703 , - [ rdf:type owl:Restriction ; - owl:onProperty [ owl:inverseOf :EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a - ] ; - owl:someValuesFrom :EMMO_f7dbce66_2822_4855_9f42_1da71aa9e923 - ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A 'physical' that stands for a real world object that takes active part of a functional process."@en ; - skos:prefLabel "ActiveParticipant"@en . - - -### http://emmo.info/emmo#EMMO_03d32783_3780_43c3_8b73_7efe9aeeed54 -:EMMO_03d32783_3780_43c3_8b73_7efe9aeeed54 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-1.2" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "fundamental translation vectors for the crystal lattice"@en ; - skos:prefLabel "FundamentalLatticeVectors"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_03d32783_3780_43c3_8b73_7efe9aeeed54 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "fundamental translation vectors for the crystal lattice"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_0466becd_3e08_436f_8412_e2eedbedfd39 -:EMMO_0466becd_3e08_436f_8412_e2eedbedfd39 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_5bc88245_45a1_4163_b640_f8320cc780de ; - skos:prefLabel "ChemicalSpeciesFluxTerm"@en . - - -### http://emmo.info/emmo#EMMO_06156ae2_e0db_4c22_a013_5858946c8222 -:EMMO_06156ae2_e0db_4c22_a013_5858946c8222 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21205421_5783_4d3e_81e5_10c5d894a88a , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ; - owl:onClass - ] ; - :EMMO_3acf3a7e_af12_427a_a21a_68d9ff4afa27 "O=[Mn]=O" ; - :EMMO_5cbfe520_e453_4c80_a4f0_af594cd1b844 "https://pubchem.ncbi.nlm.nih.gov/compound/Manganese-dioxide" ; - :EMMO_77009747_9bf4_4746_9762_8e91aeb70ab6 "dioxomanganese" ; - :EMMO_83df0ce6_ae53_4c35_97e3_20ee4e23833f 14801 ; - :EMMO_ba4237ba_e1c3_451d_9785_23d50a242aac "MnO2" ; - skos:prefLabel "ManganeseDioxideMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_066937f0_ea5c_4b06_8739_53f66d5ef89e -:EMMO_066937f0_ea5c_4b06_8739_53f66d5ef89e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 - ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "for solutions, product for all substances B of concentration c_B of substance B in power of its stoichiometric number v_B: K_p = \\sum_B{c_B^{v_B}}."@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Equilibrium_constant"@en ; - rdfs:comment "The physical dimension can change based on the stoichiometric numbers of the substances involved."@en ; - skos:altLabel "EquilibriumConstantConcentrationBasis"@en ; - skos:prefLabel "EquilibriumConstant"@en . - - -### http://emmo.info/emmo#EMMO_06700060_1326_4478_be51_d8037b986230 -:EMMO_06700060_1326_4478_be51_d8037b986230 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_66305f3d_6eef_448a_953d_17abb87788ae ; - skos:prefLabel "FiniteElementMesh"@en . - - -### http://emmo.info/emmo#EMMO_072bc73e_9167_49f5_a62c_612a52c74f50 -:EMMO_072bc73e_9167_49f5_a62c_612a52c74f50 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_120d86b6_d7c4_4490_8ef2_8a5f58403950 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-18" ; - skos:prefLabel "DisplacementCurrentDensity"@en . - - -### http://emmo.info/emmo#EMMO_08415c4f_58bf_4696_8581_f5f90fec24b7 -:EMMO_08415c4f_58bf_4696_8581_f5f90fec24b7 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-23.4" ; - skos:altLabel "DragFactor"@en ; - skos:prefLabel "DragCoefficient"@en . - - -### http://emmo.info/emmo#EMMO_08bcf1d6_e719_46c8_bb21_24bc9bf34dba -:EMMO_08bcf1d6_e719_46c8_bb21_24bc9bf34dba rdf:type owl:Class ; - rdfs:subClassOf :EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-21" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "length in the direction regarded as vertical."@en ; - skos:prefLabel "Height"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_08bcf1d6_e719_46c8_bb21_24bc9bf34dba ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "length in the direction regarded as vertical."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_09013481_1645_4a0d_8ee8_33969e38bdfe -:EMMO_09013481_1645_4a0d_8ee8_33969e38bdfe rdf:type owl:Class ; - rdfs:subClassOf :EMMO_b37a09e6_2193_43e5_9081_327d3fe2fcb2 ; - skos:prefLabel "ElectricResistorModel"@en . - - -### http://emmo.info/emmo#EMMO_09f0619a_d584_4747_b0a1_e53f729e2460 -:EMMO_09f0619a_d584_4747_b0a1_e53f729e2460 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T-2 L+2 M0 I0 Θ-1 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "EntropyPerMassDimension"@en . - - -### http://emmo.info/emmo#EMMO_0a89a67f_f990_4b17_8f55_a2d2f76eed7f -:EMMO_0a89a67f_f990_4b17_8f55_a2d2f76eed7f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_18d180e4_5e3e_42f7_820c_e08951223486 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-02-12" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "the part b of a complex number c=a+jb, where a and b are real numbers."@en ; - rdfs:comment "The concept of imaginary part may be applied to complex scalar, vector or tensor quantities or to matrices of complex elements."@en , - "The imaginary part of a complex number c is denoted by Im c (where I is an uppercase i) or sometimes by c″ in electrotechnology."@en ; - skos:prefLabel "ImaginaryPart"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_0a89a67f_f990_4b17_8f55_a2d2f76eed7f ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "the part b of a complex number c=a+jb, where a and b are real numbers."@en ; - rdfs:seeAlso "-- International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_0a982eeb_e5ef_4828_93bc_53ece1b3f171 -:EMMO_0a982eeb_e5ef_4828_93bc_53ece1b3f171 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-5.3" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quotient of radiation amplitude scattered by the atom and radiation amplitude scattered by a single electron"@en ; - skos:prefLabel "AtomicScatteringFactor"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_0a982eeb_e5ef_4828_93bc_53ece1b3f171 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "quotient of radiation amplitude scattered by the atom and radiation amplitude scattered by a single electron"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_0a9b2f78_baa8_4d3f_ac11_a95d53f07fe0 -:EMMO_0a9b2f78_baa8_4d3f_ac11_a95d53f07fe0 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21205421_5783_4d3e_81e5_10c5d894a88a , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ; - owl:onClass - ] ; - :EMMO_3acf3a7e_af12_427a_a21a_68d9ff4afa27 "[HH]" ; - :EMMO_5cbfe520_e453_4c80_a4f0_af594cd1b844 "https://pubchem.ncbi.nlm.nih.gov/compound/Hydrogen" ; - :EMMO_77009747_9bf4_4746_9762_8e91aeb70ab6 "molecular hydrogen" ; - :EMMO_83df0ce6_ae53_4c35_97e3_20ee4e23833f 783 ; - :EMMO_ba4237ba_e1c3_451d_9785_23d50a242aac "H2" ; - skos:prefLabel "HydrogenMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_0ab4306c_ba36_4a6e_941e_474ed04e8ccf -:EMMO_0ab4306c_ba36_4a6e_941e_474ed04e8ccf rdf:type owl:Class ; - rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-9.5"@en ; - skos:altLabel "RollingDrag"@en , - "RollingFrictionForce"@en ; - skos:prefLabel "RollingResistance"@en . - - -### http://emmo.info/emmo#EMMO_0b080610_84a6_4a61_b44f_6c04b42f9563 -:EMMO_0b080610_84a6_4a61_b44f_6c04b42f9563 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_42acec23_ce3b_4f2f_b872_d8d35f1acb01 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-02-13" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "complex number with real part equal to zero."@en ; - skos:altLabel "ImaginaryNumber"@en ; - skos:prefLabel "Imaginary"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_0b080610_84a6_4a61_b44f_6c04b42f9563 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "complex number with real part equal to zero."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_0b3295fa_f4bf_4f83_a603_9d98c03da5bb -:EMMO_0b3295fa_f4bf_4f83_a603_9d98c03da5bb rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_1878e99c_3be6_4e31_a12d_f2bde7b4ae8c - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-40" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-10.2" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "coefficient of heat transfer when heat exchange takes place between a body at thermodynamic temperature Ts and its surroundings that are at a reference temperature Tr."@en ; - skos:prefLabel "SurfaceCoefficientOfHeatTransfer"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_0b3295fa_f4bf_4f83_a603_9d98c03da5bb ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "coefficient of heat transfer when heat exchange takes place between a body at thermodynamic temperature Ts and its surroundings that are at a reference temperature Tr."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_0b32c749_62d2_473b_bf45_c1a7893d9a39 -:EMMO_0b32c749_62d2_473b_bf45_c1a7893d9a39 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ecb0395f_ee1e_4e9a_bf5c_d8e56eee2d18 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-11" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "insertion or removal of electrons into or from ions to obtain particles having zero electric charge."@en ; - skos:prefLabel "Neutralization"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_0b32c749_62d2_473b_bf45_c1a7893d9a39 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "insertion or removal of electrons into or from ions to obtain particles having zero electric charge."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_0dbdd7c5_86a5_4867_a396_2277e20fc4bc -:EMMO_0dbdd7c5_86a5_4867_a396_2277e20fc4bc rdf:type owl:Class ; - rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-9.6" ; - skos:prefLabel "DragForce"@en . - - -### http://emmo.info/emmo#EMMO_0de3878e_7928_4ab6_bc6d_cf590b2d0e5b -:EMMO_0de3878e_7928_4ab6_bc6d_cf590b2d0e5b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_e10b7f63_f14d_44d0_a241_449fe96686fc - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-20" ; - skos:prefLabel "Compressibility"@en . - - -### http://emmo.info/emmo#EMMO_0eda7ada_e2aa_4416_9a93_d56a4c4c61ef -:EMMO_0eda7ada_e2aa_4416_9a93_d56a4c4c61ef rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21f56795_ee72_4858_b571_11cfaa59c1a8 ; - skos:prefLabel "Denominator"@en . - - -### http://emmo.info/emmo#EMMO_101a5ad8_d220_4c7c_a9fa_53b9a042fe93 -:EMMO_101a5ad8_d220_4c7c_a9fa_53b9a042fe93 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_e150fa8d_06dc_4bb8_bf95_04e2aea529c1 ; - skos:prefLabel "IonicResistivity"@en . - - -### http://emmo.info/emmo#EMMO_1044e509_e204_433a_8130_8d4579ada59f -:EMMO_1044e509_e204_433a_8130_8d4579ada59f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_e10b7f63_f14d_44d0_a241_449fe96686fc - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-5.2" ; - skos:prefLabel "IsentropicCompressibility"@en . - - -### http://emmo.info/emmo#EMMO_110dbe15_9268_4531_b100_7f456e9f770a -:EMMO_110dbe15_9268_4531_b100_7f456e9f770a rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T-2 L+2 M+1 I0 Θ-1 N-1 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "EntropyPerAmountDimension"@en . - - -### http://emmo.info/emmo#EMMO_12227b8b_13f8_43cf_858a_db1f86ea3de5 -:EMMO_12227b8b_13f8_43cf_858a_db1f86ea3de5 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21205421_5783_4d3e_81e5_10c5d894a88a , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ; - owl:onClass - ] ; - :EMMO_3acf3a7e_af12_427a_a21a_68d9ff4afa27 "Cl[Zn]Cl" ; - :EMMO_5cbfe520_e453_4c80_a4f0_af594cd1b844 "https://pubchem.ncbi.nlm.nih.gov/compound/ZINC-chloride" ; - :EMMO_77009747_9bf4_4746_9762_8e91aeb70ab6 "dichlorozinc" ; - :EMMO_83df0ce6_ae53_4c35_97e3_20ee4e23833f 5727 ; - :EMMO_ba4237ba_e1c3_451d_9785_23d50a242aac "ZnCl2" ; - skos:prefLabel "ZincChlorideMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_125e1f48_1312_4dc4_b533_c3a4b6052a76 -:EMMO_125e1f48_1312_4dc4_b533_c3a4b6052a76 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3975ee51_cc8b_4356_8c5f_5cf2a0b20b10 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-14" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "sum of durations characterized by given conditions over a given time interval."@en ; - rdfs:comment "The time intervals related to the different durations may overlap each other or not. Example for non-overlapping time intervals: accumulated down time. Example for overlapping time intervals: maintenance man-hours."@en ; - skos:altLabel "AccumulatedTime"@en , - "TotalDuration"@en ; - skos:prefLabel "AccumulatedDuration"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_125e1f48_1312_4dc4_b533_c3a4b6052a76 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "sum of durations characterized by given conditions over a given time interval."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_125e1f48_1312_4dc4_b533_c3a4b6052a76 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "The time intervals related to the different durations may overlap each other or not. Example for non-overlapping time intervals: accumulated down time. Example for overlapping time intervals: maintenance man-hours."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_125e8614_0dad_4c04_9ac9_03317e63beec -:EMMO_125e8614_0dad_4c04_9ac9_03317e63beec rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-24" ; - skos:altLabel "RelativeActivityOfSolute"@en ; - skos:prefLabel "ActivityOfSolute"@en . - - -### http://emmo.info/emmo#EMMO_126e57a9_0f9c_4315_a031_bc273a0f302b -:EMMO_126e57a9_0f9c_4315_a031_bc273a0f302b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_365b6b4f_baa5_42d4_9e07_09f8ce6952c5 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-29.3" ; - skos:prefLabel "IntrinsicCarrierDensity"@en . - - -### http://emmo.info/emmo#EMMO_1285a53a_a8a8_45e4_b39b_d54348721db2 -:EMMO_1285a53a_a8a8_45e4_b39b_d54348721db2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_27c5d8c6_8af7_4d63_beb1_ec37cd8b3fa3 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_3afd2a12_732e_4cdc_9312_9c93764b4d1b - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_70cbd515_d278_4d47_9631_4b48931cc83b - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_ba4137a3_e467_4925_9bf7_3084ed733ac5 - ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An equation that describes the transport of some conserved quantity."@en ; - skos:prefLabel "ContinuityEquation"@en . - - -### http://emmo.info/emmo#EMMO_12b2ec1e_fb89_468a_a51d_97c2a6db297c -:EMMO_12b2ec1e_fb89_468a_a51d_97c2a6db297c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_125e8614_0dad_4c04_9ac9_03317e63beec ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-20"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "ratio of the product of ion molality b and a correction factor γ to the molality b° of the same ion in a standard solution under standardized conditions: a = bγ / b°."@en ; - rdfs:comment "Normally a standard solution is a solution of the ion at a molality of 1 mol/kg (exactly). Standardized conditions are normally 1013,25 hPa and 25 °C."@en , - "The correction factor is called activity coefficient and it is determined experimentally. See ActivityCoefficient"@en ; - skos:prefLabel "IonActivity"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_12b2ec1e_fb89_468a_a51d_97c2a6db297c ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "ratio of the product of ion molality b and a correction factor γ to the molality b° of the same ion in a standard solution under standardized conditions: a = bγ / b°."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_12b2ec1e_fb89_468a_a51d_97c2a6db297c ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "Normally a standard solution is a solution of the ion at a molality of 1 mol/kg (exactly). Standardized conditions are normally 1013,25 hPa and 25 °C."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_12b2ec1e_fb89_468a_a51d_97c2a6db297c ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "The correction factor is called activity coefficient and it is determined experimentally. See ActivityCoefficient"@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_12e2f253_caeb_4e3c_9749_edb3683ab732 -:EMMO_12e2f253_caeb_4e3c_9749_edb3683ab732 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_08bcf1d6_e719_46c8_bb21_24bc9bf34dba , - :EMMO_d8aa8e1f_b650_416d_88a0_5118de945456 ; - skos:altLabel "NominalHeight"@en ; - skos:prefLabel "ConventionalHeight"@en . - - -### http://emmo.info/emmo#EMMO_12f0b2eb_a7b2_4f87_8176_12748f415832 -:EMMO_12f0b2eb_a7b2_4f87_8176_12748f415832 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-15" ; - skos:prefLabel "RelativePermittivity"@en . - - -### http://emmo.info/emmo#EMMO_134b78a0_63f8_4f7f_8098_925d1d934e48 -:EMMO_134b78a0_63f8_4f7f_8098_925d1d934e48 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-2.2" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "fundamental translation vectors for the reciprocal lattice"@en ; - skos:prefLabel "FundamentalReciprocalLatticeVectors"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_134b78a0_63f8_4f7f_8098_925d1d934e48 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "fundamental translation vectors for the reciprocal lattice"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_135e2e88_7080_4a21_b411_66021cfdea47 -:EMMO_135e2e88_7080_4a21_b411_66021cfdea47 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7c8007b0_58a7_4486_bf1c_4772852caca0 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An electric current density in which the charge carriers are ions."@en ; - skos:prefLabel "IonicCurrentDensity"@en . - - -### http://emmo.info/emmo#EMMO_13ef09a8_3d48_49b6_9e45_7cee4e0a05e6 -:EMMO_13ef09a8_3d48_49b6_9e45_7cee4e0a05e6 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_135ab8ea_e028_439e_be64_3e0f9734ea2b ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-34" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """transfer of amount of heat by a moving fluid - --- International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org"""@en ; - rdfs:comment """Convection can be natural or forced. - --- IEC Note 1"""@en , - """Convection is always associated with thermal conduction. - --- IEC Note 2"""@en , - """The state of the moving fluid may change by phase transition or chemical reaction. - --- IEC Note 3"""@en ; - skos:altLabel "Convection"@en ; - skos:prefLabel "ThermalConvection"@en . - - -### http://emmo.info/emmo#EMMO_14392682_b748_4ee9_868c_bb079fe80558 -:EMMO_14392682_b748_4ee9_868c_bb079fe80558 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a9d6ecb1_32ee_4b67_8913_493c0589a4e6 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-06-13" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """square matrix E the elements of which are the Kronecker deltas - -Eij = δij"""@en ; - rdfs:comment "The unit matrix is the unit element for the multiplication: AE = EA = A for every square matrix A of a given order."@en , - "The unit matrix of order n is denoted by En or In."@en ; - skos:prefLabel "UnitMatrix"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_14392682_b748_4ee9_868c_bb079fe80558 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget """square matrix E the elements of which are the Kronecker deltas - -Eij = δij"""@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_14b629dd_a753_49b2_b6c3_4908eb8b7131 -:EMMO_14b629dd_a753_49b2_b6c3_4908eb8b7131 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T-3 L+2 M+1 I-1 Θ-1 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricPotentialPerTemperatureDimension"@en . - - -### http://emmo.info/emmo#EMMO_1546eaa7_4e6a_4d17_898b_01e639724fd8 -:EMMO_1546eaa7_4e6a_4d17_898b_01e639724fd8 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_43cd9d34_466b_4914_9b07_7c0142590723 ; - skos:prefLabel "StrongAcid"@en . - - -### http://emmo.info/emmo#EMMO_1556787d_2b87_4dec_b0f4_dee6f9d0b47a -:EMMO_1556787d_2b87_4dec_b0f4_dee6f9d0b47a rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2b039054_e7a2_4f7a_8d59_54cb598e4488 , - :EMMO_f2481039_319f_4703_bf75_5ae969a7dc4a ; - skos:prefLabel "AqueousHydroxideIon"@en . - - -### http://emmo.info/emmo#EMMO_15699598_29e3_4c8d_b016_c7254df8f2bc -:EMMO_15699598_29e3_4c8d_b016_c7254df8f2bc rdf:type owl:Class ; - rdfs:subClassOf :EMMO_9c32fd69_f480_4130_83b3_fb25d9face14 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The flux of matter (the number of particles passing through an imaginary window in a given interval divided by the area of the window and the duration of the interval) is proportional to the density gradient at that point."@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Fick%27s_laws_of_diffusion#Fick's_first_law"@en ; - skos:prefLabel "FicksFirstLaw"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_15699598_29e3_4c8d_b016_c7254df8f2bc ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "The flux of matter (the number of particles passing through an imaginary window in a given interval divided by the area of the window and the duration of the interval) is proportional to the density gradient at that point."@en ; - dcterms:source "P. Atkins and J. De Paula, Atkins’ Physical Chemistry, 8th Ed. New York: W.H. Freeman and Company, 2006, p.757." - ] . - - -### http://emmo.info/emmo#EMMO_15ae2cb5_4877_4f61_95e9_2d014a55ae4b -:EMMO_15ae2cb5_4877_4f61_95e9_2d014a55ae4b rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T-1 L+2 M0 I0 Θ0 N-1 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "DiffusivityDimension"@en . - - -### http://emmo.info/emmo#EMMO_15cdfac4_02c4_4582_8dee_339a6a3daffa -:EMMO_15cdfac4_02c4_4582_8dee_339a6a3daffa rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1e1a627e_24c9_43bd_bb1c_4f8ffabd1549 , - :EMMO_f0c23636_edf4_4303_a1fb_cd238b618e00 ; - skos:prefLabel "SolidManganiteMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_164b8937_b242_45d0_8839_3b0605f0a556 -:EMMO_164b8937_b242_45d0_8839_3b0605f0a556 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T-3 L+2 M+1 I0 Θ-1 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ThermalConductanceDimension"@en . - - -### http://emmo.info/emmo#EMMO_1715e002_3f62_493a_8af4_74f273df2cd7 -:EMMO_1715e002_3f62_493a_8af4_74f273df2cd7 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T0 L0 M-1 I0 Θ0 N+1 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AmountPerMassDimension"@en . - - -### http://emmo.info/emmo#EMMO_17f298a6_306a_42b8_b98b_3930e58e617d -:EMMO_17f298a6_306a_42b8_b98b_3930e58e617d rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3f15d200_c97b_42c8_8ac0_d81d150361e2 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-02-09" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "fundamental physical constant equal to the product of the elementary electric charge e and the Avogadro constant NA, thus F = eNA."@en ; - rdfs:comment "The Faraday constant is numerically equal to the electric charge of 1 mol of protons."@en , - "The value of the Faraday constant is 96 485,339 9(24) × 103 C/mol (CODATA 2006)."@en ; - skos:prefLabel "FaradayConstant"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_17f298a6_306a_42b8_b98b_3930e58e617d ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "fundamental physical constant equal to the product of the elementary electric charge e and the Avogadro constant NA, thus F = eNA."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_17f298a6_306a_42b8_b98b_3930e58e617d ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "The Faraday constant is numerically equal to the electric charge of 1 mol of protons."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_17f298a6_306a_42b8_b98b_3930e58e617d ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "The value of the Faraday constant is 96 485,339 9(24) × 103 C/mol (CODATA 2006)."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_18632089_e306_4848_ba85_d5ce5010d9fd -:EMMO_18632089_e306_4848_ba85_d5ce5010d9fd rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4207e895_8b83_4318_996a_72cfb32acd94 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b3ccab7f_f748_4940_b37e_ffb40a8d219f ; - owl:someValuesFrom :EMMO_abb46b94_0f24_4944_97e2_9e61965f4485 - ] ; - skos:prefLabel "CobaltOxideMaterial"@en . - - -### http://emmo.info/emmo#EMMO_1878e99c_3be6_4e31_a12d_f2bde7b4ae8c -:EMMO_1878e99c_3be6_4e31_a12d_f2bde7b4ae8c rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T-3 L0 M+1 I0 Θ-1 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ThermalTransmittanceDimension"@en . - - -### http://emmo.info/emmo#EMMO_18de7494_05e2_4689_bcb4_2dded32af055 -:EMMO_18de7494_05e2_4689_bcb4_2dded32af055 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_31f35d09_f483_4c12_ba49_b7581c5891e8 , - :EMMO_b03f7843_a332_4bbf_a4fa_dfa24d9cf33b ; - skos:prefLabel "NonAqueousLithiumIon"@en . - - -### http://emmo.info/emmo#EMMO_19c5c2b2_463b_4e41_bd50_4f7239aa62d9 -:EMMO_19c5c2b2_463b_4e41_bd50_4f7239aa62d9 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-28" ; - skos:prefLabel "OsmoticPressure"@en . - - -### http://emmo.info/emmo#EMMO_19d328fb_71d5_4143_b186_b26a4a44b6b9 -:EMMO_19d328fb_71d5_4143_b186_b26a4a44b6b9 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_852b4ab8_fc29_4749_a8c7_b92d4fca7d5a ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-42" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SpeedOfRotation"@en , - "magnitude of the angular velocity ω divided by the angle 2π, thus n = |ω|/2π."@en ; - rdfs:comment "The rotational frequency is also the derivative of the absolute value of angle of rotation φ with respect to time t, divided by 2π."@en ; - skos:prefLabel "RotationalFrequency"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_19d328fb_71d5_4143_b186_b26a4a44b6b9 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "magnitude of the angular velocity ω divided by the angle 2π, thus n = |ω|/2π."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_19d328fb_71d5_4143_b186_b26a4a44b6b9 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "The rotational frequency is also the derivative of the absolute value of angle of rotation φ with respect to time t, divided by 2π."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_1a009ce3_e4d4_4617_8634_f0e9bd2a9f06 -:EMMO_1a009ce3_e4d4_4617_8634_f0e9bd2a9f06 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T-2 L-1 M+1 I0 Θ-1 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PressurePerTemperatureDimension"@en . - - -### http://emmo.info/emmo#EMMO_1a4ed964_9ee4_44a9_b386_4b0f95cf6666 -:EMMO_1a4ed964_9ee4_44a9_b386_4b0f95cf6666 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-3" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "distance between successive lattice planes"@en ; - skos:prefLabel "LatticePlaneSpacing"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_1a4ed964_9ee4_44a9_b386_4b0f95cf6666 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "distance between successive lattice planes"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_1adc70d7_dd52_4f21_83dd_25f0bc502d6e -:EMMO_1adc70d7_dd52_4f21_83dd_25f0bc502d6e rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T0 L+4 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "QuarticLengthDimension"@en . - - -### http://emmo.info/emmo#EMMO_1b0f38b3_2897_42b4_a09e_c04977717bf9 -:EMMO_1b0f38b3_2897_42b4_a09e_c04977717bf9 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ad3b994f_0ea6_4529_b863_3ff9110d6abe , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bc307cfa_fa18_4e1c_ae93_ef169ffa86f4 ; - owl:hasValue 2 - ] ; - :EMMO_3acf3a7e_af12_427a_a21a_68d9ff4afa27 "[Zn+2]" ; - :EMMO_5cbfe520_e453_4c80_a4f0_af594cd1b844 "https://pubchem.ncbi.nlm.nih.gov/compound/ZINC-ion" ; - :EMMO_77009747_9bf4_4746_9762_8e91aeb70ab6 "zinc(2+)" ; - :EMMO_83df0ce6_ae53_4c35_97e3_20ee4e23833f 32051 ; - :EMMO_ba4237ba_e1c3_451d_9785_23d50a242aac "Zn(II)" ; - skos:prefLabel "ZincIon"@en . - - -### http://emmo.info/emmo#EMMO_1b1557fe_f389_4e4e_8369_a61d74796812 -:EMMO_1b1557fe_f389_4e4e_8369_a61d74796812 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T0 L+3 M-1 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "VolumePerMassDimension"@en . - - -### http://emmo.info/emmo#EMMO_1b8d1cf9_7b79_4de2_b9ba_3fb7b02a36f0 -:EMMO_1b8d1cf9_7b79_4de2_b9ba_3fb7b02a36f0 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_e55a5449_e49e_4e8c_bccb_8a1eb110b2e8 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_6bcaf4f2_8639_40b4_9d03_5ad3c9ba9540 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_942684c8_f693_47d2_b12f_82a6bc774c9a - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_c611d72b_0921_4c93_ab42_43b30084283e - ] ; - skos:prefLabel "FiniteVolumeCell"@en . - - -### http://emmo.info/emmo#EMMO_1c0feec6_aaec_418c_8501_88c27d3e2bb0 -:EMMO_1c0feec6_aaec_418c_8501_88c27d3e2bb0 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1e1a627e_24c9_43bd_bb1c_4f8ffabd1549 , - :EMMO_ccb3f624_3d96_4c64_91e1_7f1382d56fe1 ; - skos:prefLabel "SolidLithiumCobaltOxideMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_1c1ec02e_4def_4979_aff9_572c06a95391 -:EMMO_1c1ec02e_4def_4979_aff9_572c06a95391 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_6e9aef15_272b_4eea_aaa9_2f38b8ae951f - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-3.2" ; - rdfs:comment "alpha_V = (1/V) * (dV/dT)"@en ; - skos:altLabel "The coefficient of thermal expansion describes how the fractional change in volume of an object changes with a change in temperature."@en ; - skos:prefLabel "CubicExpansionCoefficient"@en . - - -### http://emmo.info/emmo#EMMO_1c858a71_7078_4c00_8a98_ef883dd8bd9d -:EMMO_1c858a71_7078_4c00_8a98_ef883dd8bd9d rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T-1 L-2 M+1 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassFluxDimension"@en . - - -### http://emmo.info/emmo#EMMO_1c93d636_e921_43b9_8890_80183ff264f0 -:EMMO_1c93d636_e921_43b9_8890_80183ff264f0 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4207e895_8b83_4318_996a_72cfb32acd94 ; - skos:prefLabel "IsotropicMaterial"@en . - - -### http://emmo.info/emmo#EMMO_1db22203_95cb_46e2_ad94_14367a93d1dc -:EMMO_1db22203_95cb_46e2_ad94_14367a93d1dc rdf:type owl:Class ; - rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_1b1557fe_f389_4e4e_8369_a61d74796812 - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-09" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-3" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "inverse of the mass density ρ, thus v = 1/ρ."@en ; - skos:altLabel "MassicVolume"@en ; - skos:prefLabel "SpecificVolume"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_1db22203_95cb_46e2_ad94_14367a93d1dc ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "inverse of the mass density ρ, thus v = 1/ρ."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_1e1a627e_24c9_43bd_bb1c_4f8ffabd1549 -:EMMO_1e1a627e_24c9_43bd_bb1c_4f8ffabd1549 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_9c244bae_4611_427d_9c60_d48469fc3656 , - [ rdf:type owl:Restriction ; - owl:onProperty [ owl:inverseOf :EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b - ] ; - owl:allValuesFrom :EMMO_a2b006f2_bbfd_4dba_bcaa_3fca20cd6be1 - ] ; - skos:prefLabel "SolidMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_1eb6b28e_f260_4f04_ada1_19c6dcb668d9 -:EMMO_1eb6b28e_f260_4f04_ada1_19c6dcb668d9 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_359312ca_1d9d_4765_b20b_28d9f45d77e7 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-17" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "for metals, the resistivity extrapolated to zero thermodynamic temperature"@en ; - skos:prefLabel "ResidualResistivity"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_1eb6b28e_f260_4f04_ada1_19c6dcb668d9 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "for metals, the resistivity extrapolated to zero thermodynamic temperature"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_2031516a_2be7_48e8_9af7_7e1270e308fe -:EMMO_2031516a_2be7_48e8_9af7_7e1270e308fe rdfs:subClassOf :EMMO_23b9d75b_2fdb_4bef_b839_202c026f88f9 . - - -### http://emmo.info/emmo#EMMO_2036c85b_413e_4a57_814c_e51fc114592b -:EMMO_2036c85b_413e_4a57_814c_e51fc114592b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2b039054_e7a2_4f7a_8d59_54cb598e4488 , - :EMMO_c8c711d0_3101_4562_953c_3c5b498f0a6c ; - skos:prefLabel "AqueousPotassiumIon"@en . - - -### http://emmo.info/emmo#EMMO_2286c65e_20ca_490d_9e4d_a37d197b2147 -:EMMO_2286c65e_20ca_490d_9e4d_a37d197b2147 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ad3b994f_0ea6_4529_b863_3ff9110d6abe , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass - ] ; - skos:prefLabel "NickelIon"@en . - - -### http://emmo.info/emmo#EMMO_23070eb5_8034_44a5_8e36_a6f1cf26034c -:EMMO_23070eb5_8034_44a5_8e36_a6f1cf26034c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21205421_5783_4d3e_81e5_10c5d894a88a , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass - ] ; - :EMMO_3acf3a7e_af12_427a_a21a_68d9ff4afa27 "[Zn]" ; - :EMMO_5cbfe520_e453_4c80_a4f0_af594cd1b844 "https://pubchem.ncbi.nlm.nih.gov/compound/zinc" ; - :EMMO_77009747_9bf4_4746_9762_8e91aeb70ab6 "zinc" ; - :EMMO_83df0ce6_ae53_4c35_97e3_20ee4e23833f 23994 ; - :EMMO_ba4237ba_e1c3_451d_9785_23d50a242aac "Zn" ; - skos:prefLabel "ZincMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_23683780_ffda_447e_a40e_db0b0f96c6eb -:EMMO_23683780_ffda_447e_a40e_db0b0f96c6eb rdf:type owl:Class ; - rdfs:subClassOf :EMMO_18d180e4_5e3e_42f7_820c_e08951223486 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-02-11" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "2-15.2" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "the part a of a complex number c=a+jb, where a and b are real numbers."@en ; - rdfs:comment "The concept of real part may be applied to complex scalar, vector or tensor quantities or to matrices of complex elements."@en , - "The real part of a complex number c is denoted by Re c or sometimes by c′ in electrotechnology."@en ; - skos:prefLabel "RealPart"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_23683780_ffda_447e_a40e_db0b0f96c6eb ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "the part a of a complex number c=a+jb, where a and b are real numbers."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_23b9d75b_2fdb_4bef_b839_202c026f88f9 -:EMMO_23b9d75b_2fdb_4bef_b839_202c026f88f9 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_8b0923ab_b500_477b_9ce9_8b3a3e4dc4f2 ; - skos:prefLabel "StateOfAggregation"@en . - - -### http://emmo.info/emmo#EMMO_2407f94a_993f_4d27_871b_ae05c356a870 -:EMMO_2407f94a_993f_4d27_871b_ae05c356a870 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-28" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "length travelled by a moving point from its initial position to its final position."@en ; - skos:prefLabel "LengthOfPath"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_2407f94a_993f_4d27_871b_ae05c356a870 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "length travelled by a moving point from its initial position to its final position."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_24c44d2c_9ec3_438d_8cff_348cb9d7cb5c -:EMMO_24c44d2c_9ec3_438d_8cff_348cb9d7cb5c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_0972cb08_48bd_4524_ac03_8a2e7f30f02f - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-6.1" ; - skos:prefLabel "MolarInternalEnergy"@en . - - -### http://emmo.info/emmo#EMMO_254ff869_7d28_42dd_aedc_adb4cc8ad0cb -:EMMO_254ff869_7d28_42dd_aedc_adb4cc8ad0cb rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-22" ; - skos:prefLabel "ActivityFactor"@en . - - -### http://emmo.info/emmo#EMMO_2575d741_972b_446e_90ec_c7805a132ecc -:EMMO_2575d741_972b_446e_90ec_c7805a132ecc rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ecb0395f_ee1e_4e9a_bf5c_d8e56eee2d18 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_4e365fff_2400_4d69_8340_b13ed1fc14ce ; - owl:someValuesFrom :EMMO_a3d185ff_1c28_4fe8_87dd_6316fccb454e - ] ; - skos:prefLabel "IntercalationReaction"@en . - - -### http://emmo.info/emmo#EMMO_262d4582_15b9_4685_b693_24f8e9ead98d -:EMMO_262d4582_15b9_4685_b693_24f8e9ead98d rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-20.4" ; - skos:prefLabel "HelmholtzEnergy"@en . - - -### http://emmo.info/emmo#EMMO_26922e28_b266_46c1_b93e_4940633ba5e4 -:EMMO_26922e28_b266_46c1_b93e_4940633ba5e4 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dc467621_3b49_4f31_9b09_82290f29da52 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-25"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "charge number that an atom within a molecule would have if all the ligands were removed along with the electron pairs that were shared."@en ; - skos:prefLabel "OxidationNumber"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_26922e28_b266_46c1_b93e_4940633ba5e4 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "charge number that an atom within a molecule would have if all the ligands were removed along with the electron pairs that were shared."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_26b13395_0031_4da2_b4d0_55eca1792107 -:EMMO_26b13395_0031_4da2_b4d0_55eca1792107 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-22" ; - skos:prefLabel "SectionModulus"@en . - - -### http://emmo.info/emmo#EMMO_26c6f1b3_c33f_4804_a3e8_3c5c931582b3 -:EMMO_26c6f1b3_c33f_4804_a3e8_3c5c931582b3 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_02e894c3_b793_4197_b120_3442e08f58d1 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-32.1" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "time constant for scattering, trapping or annihilation of charge carriers, phonons or other quasiparticles"@en ; - skos:prefLabel "RelaxationTime"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_26c6f1b3_c33f_4804_a3e8_3c5c931582b3 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "time constant for scattering, trapping or annihilation of charge carriers, phonons or other quasiparticles"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_275380f9_3579_483e_9202_21624307756b -:EMMO_275380f9_3579_483e_9202_21624307756b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_d35bee3e_3138_4eff_8c99_e90d873915b3 ; - skos:prefLabel "MinimumOperatingTemperature"@en . - - -### http://emmo.info/emmo#EMMO_276f1224_fdc1_42ac_bd27_03d6dcec191a -:EMMO_276f1224_fdc1_42ac_bd27_03d6dcec191a rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_15ae2cb5_4877_4f61_95e9_2d014a55ae4b - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-53" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-14" ; - skos:altLabel "ThermalDiffusionCoefficient" ; - skos:prefLabel "ThermalDiffusivity"@en . - - -### http://emmo.info/emmo#EMMO_27825059_2c09_47f4_b927_35897c0238ea -:EMMO_27825059_2c09_47f4_b927_35897c0238ea rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1b0f38b3_2897_42b4_a09e_c04977717bf9 , - :EMMO_2b039054_e7a2_4f7a_8d59_54cb598e4488 ; - skos:prefLabel "AqueousZincIon"@en . - - -### http://emmo.info/emmo#EMMO_2a4dd78e_69c4_4221_98ca_29ec03f8d46f -:EMMO_2a4dd78e_69c4_4221_98ca_29ec03f8d46f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_f658c301_ce93_46cf_9639_4eace2c5d1d5 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-02-19"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quantity represented by a single scalar which depends on the choice of a unit of measurement or on a reference to a measurement procedure."@en ; - rdfs:comment "In the usual three-dimensional space, a scalar quantity is independent of direction and of the choice of the coordinate frame. Examples are: mass, electric charge, thermodynamic temperature, Rockwell C hardness, Engler viscosity for transformer oil."@en , - "The concept of absolute value applies to real scalar quantities, the concepts of real part, imaginary part, modulus and argument apply to complex scalar quantities, and the concept of square root applies to both."@en ; - skos:prefLabel "ScalarQuantity"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_2a4dd78e_69c4_4221_98ca_29ec03f8d46f ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "quantity represented by a single scalar which depends on the choice of a unit of measurement or on a reference to a measurement procedure."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_2a971203_58d5_4039_98ce_be7eafb2b14f -:EMMO_2a971203_58d5_4039_98ce_be7eafb2b14f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-35.4" ; - skos:prefLabel "MolecularPartitionFunction"@en . - - -### http://emmo.info/emmo#EMMO_2ae37adf_07f2_4920_8ec6_084c69761e34 -:EMMO_2ae37adf_07f2_4920_8ec6_084c69761e34 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-18" ; - skos:prefLabel "AbsoluteActivity"@en . - - -### http://emmo.info/emmo#EMMO_2b020290_eae0_42ab_9a94_b95f2c58da4f -:EMMO_2b020290_eae0_42ab_9a94_b95f2c58da4f rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_18d180e4_5e3e_42f7_820c_e08951223486 - :EMMO_42acec23_ce3b_4f2f_b872_d8d35f1acb01 - ) - ] ; - rdfs:subClassOf :EMMO_21f56795_ee72_4858_b571_11cfaa59c1a8 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-02-18" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "real or complex number."@en ; - rdfs:comment "By extension, a scalar is also an element of a set for which an addition and a commutative multiplication are defined, each with a neutral element, such that any element has an opposite and any element other than the neutral element for addition has an inverse."@en , - "Sets of scalars, including the extension of Note 1, are usually called fields in mathematics. The set of real numbers and the set of complex numbers are infinite fields. An example of a finite field is the set of two elements 0 and 1 subject to Boolean algebra (where 1 + 1 = 0)."@en ; - skos:prefLabel "Scalar"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_2b020290_eae0_42ab_9a94_b95f2c58da4f ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "real or complex number."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_2b039054_e7a2_4f7a_8d59_54cb598e4488 -:EMMO_2b039054_e7a2_4f7a_8d59_54cb598e4488 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3d893112_1554_4427_b953_10a9a17a75f3 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_a6e7a841_bb69_4227_b0e1_2216014b5b6a ; - owl:allValuesFrom :EMMO_5cb107ba_7daa_46dd_8f9f_da22a6eac676 - ] ; - skos:prefLabel "AqueousMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_2b0a1578_ae70_4cd1_940d_54d9c220d8f7 -:EMMO_2b0a1578_ae70_4cd1_940d_54d9c220d8f7 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-31" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quotient of mobilities of electrons and holes, respectively"@en ; - skos:prefLabel "MobilityRatio"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_2b0a1578_ae70_4cd1_940d_54d9c220d8f7 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "quotient of mobilities of electrons and holes, respectively"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_2d022880_ec5d_434a_b7da_13ce121bf034 -:EMMO_2d022880_ec5d_434a_b7da_13ce121bf034 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1e1a627e_24c9_43bd_bb1c_4f8ffabd1549 , - :EMMO_9ed6d1e2_0930_4713_aa6d_fd97480f9c43 ; - skos:prefLabel "SolidLithiumGraphiteMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_2d206929_ff1d_4651_8823_daa860105a96 -:EMMO_2d206929_ff1d_4651_8823_daa860105a96 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_909415d1_7c43_4d5e_bbeb_7e1910159f66 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-12"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "mark attributed to an instant by means of a specified timescale."@en ; - rdfs:comment "In common language, the term “date” is mainly used when the timescale is a calendar as a sequence of days."@en , - "On a timescale consisting of successive steps, two distinct instants may be expressed by the same date"@en , - "With respect to the specified timescale, a date may also be considered as the duration between the origin of the timescale and the considered instant."@en ; - skos:prefLabel "Date"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_2d206929_ff1d_4651_8823_daa860105a96 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "mark attributed to an instant by means of a specified timescale."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_2dba411a_a6bd_474d_af1f_ad64d63e7c97 -:EMMO_2dba411a_a6bd_474d_af1f_ad64d63e7c97 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_06156ae2_e0db_4c22_a013_5858946c8222 , - :EMMO_1e1a627e_24c9_43bd_bb1c_4f8ffabd1549 ; - skos:prefLabel "SolidManganeseDioxideMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_2e19759a_b728_4a42_8a0c_5e6c57ea4811 -:EMMO_2e19759a_b728_4a42_8a0c_5e6c57ea4811 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_066937f0_ea5c_4b06_8739_53f66d5ef89e ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-10"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "ratio of the number of dissociated molecules of a specified type to the total number of dissolved molecules of this type."@en ; - skos:prefLabel "DissociationConstant"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_2e19759a_b728_4a42_8a0c_5e6c57ea4811 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "ratio of the number of dissociated molecules of a specified type to the total number of dissolved molecules of this type."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_2ed364b1_affe_4711_a83f_74bfd57b94ad -:EMMO_2ed364b1_affe_4711_a83f_74bfd57b94ad rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-27.1" ; - skos:prefLabel "ActivityOfSolvent"@en . - - -### http://emmo.info/emmo#EMMO_2f761aff_88d1_4e79_a85e_09d6f400de56 -:EMMO_2f761aff_88d1_4e79_a85e_09d6f400de56 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2 , - :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The energy barrier for diffusion of a given component."@en ; - skos:prefLabel "SingleComponentActivationEnergyOfDiffusion"@en . - - -### http://emmo.info/emmo#EMMO_2fb9b3ca_a3ba_4176_b9dc_ce5449286195 -:EMMO_2fb9b3ca_a3ba_4176_b9dc_ce5449286195 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-5.2" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "fraction of atoms in an Ising ferromagnet having magnetic moments in one direction, minus the fraction having magnetic moments in the opposite direction"@en ; - skos:prefLabel "LongRangeOrderParameter"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_2fb9b3ca_a3ba_4176_b9dc_ce5449286195 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "fraction of atoms in an Ising ferromagnet having magnetic moments in one direction, minus the fraction having magnetic moments in the opposite direction"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_2fdff47e_e4db_4404_8eea_13a508ebf847 -:EMMO_2fdff47e_e4db_4404_8eea_13a508ebf847 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ecb0395f_ee1e_4e9a_bf5c_d8e56eee2d18 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-08" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "process where molecules split up into ions due to being dissolved."@en ; - skos:prefLabel "Dissociation"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_2fdff47e_e4db_4404_8eea_13a508ebf847 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "process where molecules split up into ions due to being dissolved."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_2ff4e3d6_34b3_4994_9f3f_184bfaffbb03 -:EMMO_2ff4e3d6_34b3_4994_9f3f_184bfaffbb03 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_65a007dc_2550_46b0_b394_3346c67fbb69 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-01" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "system that cannot exchange either energy or matter with the surrounding."@en ; - skos:prefLabel "IsolatedSystem"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_2ff4e3d6_34b3_4994_9f3f_184bfaffbb03 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "system that cannot exchange either energy or matter with the surrounding."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_31f35d09_f483_4c12_ba49_b7581c5891e8 -:EMMO_31f35d09_f483_4c12_ba49_b7581c5891e8 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ad3b994f_0ea6_4529_b863_3ff9110d6abe , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bc307cfa_fa18_4e1c_ae93_ef169ffa86f4 ; - owl:hasValue 1 - ] ; - :EMMO_3acf3a7e_af12_427a_a21a_68d9ff4afa27 "[Li+]" ; - :EMMO_5cbfe520_e453_4c80_a4f0_af594cd1b844 "https://pubchem.ncbi.nlm.nih.gov/compound/Lithium-ion" ; - :EMMO_77009747_9bf4_4746_9762_8e91aeb70ab6 "lithium(1+)" ; - :EMMO_83df0ce6_ae53_4c35_97e3_20ee4e23833f 28486 ; - :EMMO_ba4237ba_e1c3_451d_9785_23d50a242aac "Li+" ; - skos:prefLabel "LithiumIon"@en . - - -### http://emmo.info/emmo#EMMO_32dcd601_47c7_4028_b7fa_5e972ae57f12 -:EMMO_32dcd601_47c7_4028_b7fa_5e972ae57f12 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-25"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "distance from the centre of a circle to the circumference."@en ; - skos:prefLabel "Radius"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_32dcd601_47c7_4028_b7fa_5e972ae57f12 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "distance from the centre of a circle to the circumference."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_340ec9c3_7b0a_4169_a739_6f9242517ff4 -:EMMO_340ec9c3_7b0a_4169_a739_6f9242517ff4 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-23" ; - skos:prefLabel "StandardAbsoluteActivity"@en . - - -### http://emmo.info/emmo#EMMO_3434b127_1820_43a7_9e13_b96f25e66ee8 -:EMMO_3434b127_1820_43a7_9e13_b96f25e66ee8 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-25" ; - skos:prefLabel "ActivityCoefficient"@en . - - -### http://emmo.info/emmo#EMMO_365b6b4f_baa5_42d4_9e07_09f8ce6952c5 -:EMMO_365b6b4f_baa5_42d4_9e07_09f8ce6952c5 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T0 L-3 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PerVolumeDimension"@en . - - -### http://emmo.info/emmo#EMMO_374ed69a_59ae_43a0_adbe_877ee43d68c2 -:EMMO_374ed69a_59ae_43a0_adbe_877ee43d68c2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ecb0395f_ee1e_4e9a_bf5c_d8e56eee2d18 ; - skos:prefLabel "CompositeReaction"@en . - - -### http://emmo.info/emmo#EMMO_37578d0f_9e9f_40b1_885c_f07e13118cfe -:EMMO_37578d0f_9e9f_40b1_885c_f07e13118cfe rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T+3 L-1 M-1 I0 Θ+1 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ThermalResistivityDimension"@en . - - -### http://emmo.info/emmo#EMMO_37bf7e74_6713_47fb_a9fa_93482526c84d -:EMMO_37bf7e74_6713_47fb_a9fa_93482526c84d rdf:type owl:Class ; - rdfs:subClassOf :EMMO_43003c86_9d15_433b_9789_ee2940920656 ; - skos:prefLabel "ConventionalThickness"@en . - - -### http://emmo.info/emmo#EMMO_38a53b33_0eda_45fd_b955_69d2f0d3f9de -:EMMO_38a53b33_0eda_45fd_b955_69d2f0d3f9de rdf:type owl:Class ; - rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_1adc70d7_dd52_4f21_83dd_25f0bc502d6e - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-21.2" ; - skos:prefLabel "SecondPolarMomentOfArea"@en . - - -### http://emmo.info/emmo#EMMO_38d65ffa_353f_4820_8781_ff986b63e517 -:EMMO_38d65ffa_353f_4820_8781_ff986b63e517 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_d5be1faf_0c56_4f5a_9b78_581e6dee949f - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-15" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "concentration of a solute in a saturated solution."@en ; - skos:prefLabel "Solubility"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_38d65ffa_353f_4820_8781_ff986b63e517 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "concentration of a solute in a saturated solution."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_391d1929_1446_4030_b860_d95f6374d9c1 -:EMMO_391d1929_1446_4030_b860_d95f6374d9c1 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_f658c301_ce93_46cf_9639_4eace2c5d1d5 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-09"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quantity that can be defined for a system in an equilibrium state."@en ; - :EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "pressure, temperature, internal energy, entropy"@en ; - skos:prefLabel "StateQuantity"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_391d1929_1446_4030_b860_d95f6374d9c1 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "quantity that can be defined for a system in an equilibrium state."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_394390c8_7b29_4c0a_9104_2d2bc8780138 -:EMMO_394390c8_7b29_4c0a_9104_2d2bc8780138 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_918afe84_ccae_4d64_a793_ccf727f07887 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-18" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quotient of thermal conductivity, and the product of electric conductivity and thermodynamic temperature"@en ; - skos:altLabel "LorenzNumber"@en ; - skos:prefLabel "LorenzCoefficient"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_394390c8_7b29_4c0a_9104_2d2bc8780138 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "quotient of thermal conductivity, and the product of electric conductivity and thermodynamic temperature"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_3975ee51_cc8b_4356_8c5f_5cf2a0b20b10 -:EMMO_3975ee51_cc8b_4356_8c5f_5cf2a0b20b10 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_d4f7d378_5e3b_468a_baa1_a7e98358cda7 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-13" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "range of a time interval. See TimeInterval."@en ; - rdfs:comment "For the term “duration”, the word expressions “time” or “time interval” are often used, but the term “time” is not recommended in this sense and the term “time interval” is deprecated in this sense to avoid confusion with the concept of “time interval”."@en , - "In common language, the word \"time\" is used with several different meanings. In technical language, however, more precise terms, e.g. \"date\", \"duration\", \"time interval\" should be used."@en , - "The coherent SI unit of duration and time is second, s (see IEC 60050-112). The units minute (1 min = 60 s), hour (1 h = 60 min = 3 600 s), and day (1 d = 24 h = 86 400 s) are accepted for use with the SI."@en , - "The duration is one of the base quantities in the International System of Quantities (ISQ) on which the International System of Units (SI) is based. The term “time” instead of “duration” is often used in this context and also for an infinitesimal duration."@en , - "The duration of a time interval is a non-negative quantity equal to the difference between the dates of the final instant and the initial instant of the time interval, when the dates are quantitative marks. Different time intervals may have the same duration, e.g. the period of a time-dependent periodic quantity is a duration that is independent of the choice of the initial instant."@en ; - skos:prefLabel "Duration"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_3975ee51_cc8b_4356_8c5f_5cf2a0b20b10 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "range of a time interval. See TimeInterval."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_3975ee51_cc8b_4356_8c5f_5cf2a0b20b10 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "For the term “duration”, the word expressions “time” or “time interval” are often used, but the term “time” is not recommended in this sense and the term “time interval” is deprecated in this sense to avoid confusion with the concept of “time interval”."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_3975ee51_cc8b_4356_8c5f_5cf2a0b20b10 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "In common language, the word \"time\" is used with several different meanings. In technical language, however, more precise terms, e.g. \"date\", \"duration\", \"time interval\" should be used."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_3975ee51_cc8b_4356_8c5f_5cf2a0b20b10 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "The coherent SI unit of duration and time is second, s (see IEC 60050-112). The units minute (1 min = 60 s), hour (1 h = 60 min = 3 600 s), and day (1 d = 24 h = 86 400 s) are accepted for use with the SI."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_3975ee51_cc8b_4356_8c5f_5cf2a0b20b10 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "The duration is one of the base quantities in the International System of Quantities (ISQ) on which the International System of Units (SI) is based. The term “time” instead of “duration” is often used in this context and also for an infinitesimal duration."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_3975ee51_cc8b_4356_8c5f_5cf2a0b20b10 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "The duration of a time interval is a non-negative quantity equal to the difference between the dates of the final instant and the initial instant of the time interval, when the dates are quantitative marks. Different time intervals may have the same duration, e.g. the period of a time-dependent periodic quantity is a duration that is independent of the choice of the initial instant."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_399426d1_c4cc_414c_806f_47096c72d634 -:EMMO_399426d1_c4cc_414c_806f_47096c72d634 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_6e9aef15_272b_4eea_aaa9_2f38b8ae951f - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-3.1" ; - skos:prefLabel "LinearExpansionCoefficient"@en . - - -### http://emmo.info/emmo#EMMO_39a6962f_0af9_4ce5_89bf_a5cb767a15df -:EMMO_39a6962f_0af9_4ce5_89bf_a5cb767a15df rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1e1a627e_24c9_43bd_bb1c_4f8ffabd1549 , - :EMMO_23070eb5_8034_44a5_8e36_a6f1cf26034c ; - skos:prefLabel "SolidZincMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_39f94f54_f1ab_4fd8_8922_4fb24e635ba8 -:EMMO_39f94f54_f1ab_4fd8_8922_4fb24e635ba8 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6653f57d_efb9_4f14_ae2a_f4cf23f9cff1 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-15" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "time interval starting at midnight and ending at the next midnight."@en ; - rdfs:comment "The duration of a calendar day is 24 h, except for special situations (daylight saving time, leap second)."@en , - "The ending midnight of a calendar day coincides with the starting midnight of the next day."@en ; - skos:prefLabel "CalendarDay"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_39f94f54_f1ab_4fd8_8922_4fb24e635ba8 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "time interval starting at midnight and ending at the next midnight."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_39f94f54_f1ab_4fd8_8922_4fb24e635ba8 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "The duration of a calendar day is 24 h, except for special situations (daylight saving time, leap second)."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_39f94f54_f1ab_4fd8_8922_4fb24e635ba8 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "The ending midnight of a calendar day coincides with the starting midnight of the next day."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_3a5b4cf3_08d7_4107_be20_cdd0ef7fc73c -:EMMO_3a5b4cf3_08d7_4107_be20_cdd0ef7fc73c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_0972cb08_48bd_4524_ac03_8a2e7f30f02f - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-30" ; - skos:prefLabel "AffinityOfAChemicalReaction"@en . - - -### http://emmo.info/emmo#EMMO_3a713a3d_dee2_4acd_bc30_5d2b23f605cd -:EMMO_3a713a3d_dee2_4acd_bc30_5d2b23f605cd rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_ec903946_ddc9_464a_903c_7373e0d1eeb5 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-36.1" ; - skos:prefLabel "ThermodynamicCriticalMagneticFluxDensity"@en . - - -### http://emmo.info/emmo#EMMO_3afd2a12_732e_4cdc_9312_9c93764b4d1b -:EMMO_3afd2a12_732e_4cdc_9312_9c93764b4d1b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_e5438930_04e7_4d42_ade5_3700d4a52ab7 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_942684c8_f693_47d2_b12f_82a6bc774c9a - ] ; - skos:altLabel "AccumulationEquation"@en ; - skos:prefLabel "AccumulationTerm"@en . - - -### http://emmo.info/emmo#EMMO_3aff11e2_1253_4d01_9956_e4995c114536 -:EMMO_3aff11e2_1253_4d01_9956_e4995c114536 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_e88f75d6_9a17_4cfc_bdf7_43d7cea5a9a1 ; - skos:prefLabel "IonicResistance"@en . - - -### http://emmo.info/emmo#EMMO_3b586409_b05e_4129_ab40_93768eef503f -:EMMO_3b586409_b05e_4129_ab40_93768eef503f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_12b2ec1e_fb89_468a_a51d_97c2a6db297c ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """number quantifying the acidic or the alkaline character of a solution, equal to the negative of the decimal logarithm of ion activity aOH- of the hydroxide anion OH- - -pH = −10 log(a_OH-)"""@en ; - rdfs:comment "Written as pOH"@en ; - skos:prefLabel "POH"@en . - - -### http://emmo.info/emmo#EMMO_3b838395_9d62_433b_bed0_41b161c83b85 -:EMMO_3b838395_9d62_433b_bed0_41b161c83b85 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ffb73b1e_5786_43e4_a964_cb32ac7affb7 ; - skos:prefLabel "IonicConductance"@en . - - -### http://emmo.info/emmo#EMMO_3bd39834_7eb9_4c97_bb25_db88c3df6bab -:EMMO_3bd39834_7eb9_4c97_bb25_db88c3df6bab rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 , - :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_15ae2cb5_4877_4f61_95e9_2d014a55ae4b - ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Pre-factor in the Arrhenius expression for diffusion."@en ; - skos:altLabel "MaximalDiffusivity"@en , - "MaximalMassDiffusivity"@en , - "MaximumDiffusionCoefficient"@en ; - skos:prefLabel "SingleComponentMaximalDiffusivity"@en . - - -### http://emmo.info/emmo#EMMO_3c4680d5_f597_4d8f_994f_d93caa71193c -:EMMO_3c4680d5_f597_4d8f_994f_d93caa71193c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_70cbd515_d278_4d47_9631_4b48931cc83b ; - skos:prefLabel "ChargeFluxTerm"@en . - - -### http://emmo.info/emmo#EMMO_3cae45cc_3b57_469c_a695_713735886f31 -:EMMO_3cae45cc_3b57_469c_a695_713735886f31 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-25" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "energy difference between an electron at rest at infinity and an electron at the lowest level of the conduction band in an insulator or semiconductor"@en ; - skos:prefLabel "ElectronAffinity"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_3cae45cc_3b57_469c_a695_713735886f31 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "energy difference between an electron at rest at infinity and an electron at the lowest level of the conduction band in an insulator or semiconductor"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_3cc59a03_3837_4504_900b_6ce3e589f610 -:EMMO_3cc59a03_3837_4504_900b_6ce3e589f610 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c8a4df75_3f22_416a_8507_c49e5b0804c3 ; - skos:prefLabel "HeatAccumulationTerm"@en . - - -### http://emmo.info/emmo#EMMO_3ce6f89a_04d8_4561_b569_3e16dc1dd93b -:EMMO_3ce6f89a_04d8_4561_b569_3e16dc1dd93b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ecec2983_7c26_4f8d_a981_51ca29668baf ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-31" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "inverse of the radius of curvature ρ, thus κ = 1/ρ."@en ; - rdfs:comment "Curvature is the limiting value of the quotient of the difference of the angles of the tangents in two neighbouring points on a curve by their distance, when this distance tends to zero"@en ; - skos:prefLabel "Curvature"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_3ce6f89a_04d8_4561_b569_3e16dc1dd93b ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "inverse of the radius of curvature ρ, thus κ = 1/ρ."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_3d54c1e7_69d6_4736_92ff_595f31109f2a -:EMMO_3d54c1e7_69d6_4736_92ff_595f31109f2a rdf:type owl:Class ; - rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-08" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-4"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quantity of dimension 1 equal to the mass density ρ of a substance divided by the mass density ρ0 of a reference substance, under conditions that should be specified for both substances, thus d = ρ/ρ0."@en ; - skos:altLabel "RelativeDensity"@en ; - skos:prefLabel "RelativeMassDensity"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_3d54c1e7_69d6_4736_92ff_595f31109f2a ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "quantity of dimension 1 equal to the mass density ρ of a substance divided by the mass density ρ0 of a reference substance, under conditions that should be specified for both substances, thus d = ρ/ρ0."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_3d893112_1554_4427_b953_10a9a17a75f3 -:EMMO_3d893112_1554_4427_b953_10a9a17a75f3 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_9c244bae_4611_427d_9c60_d48469fc3656 , - [ rdf:type owl:Restriction ; - owl:onProperty [ owl:inverseOf :EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b - ] ; - owl:allValuesFrom :EMMO_4b3e2374_52a1_4420_8e3f_3ae6b9bf7dff - ] ; - skos:prefLabel "DissolvedMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_3e66ee3d_056d_48a5_b85e_48ebbeb8d679 -:EMMO_3e66ee3d_056d_48a5_b85e_48ebbeb8d679 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4207e895_8b83_4318_996a_72cfb32acd94 ; - skos:prefLabel "IntercalationMaterial"@en . - - -### http://emmo.info/emmo#EMMO_3e7fb54e_da5e_48fa_a536_6ad1d7a32144 -:EMMO_3e7fb54e_da5e_48fa_a536_6ad1d7a32144 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_5eb09a10_1b4f_410f_9911_b3e3342d6017 ; - skos:prefLabel "RateDeterminingStep"@en . - - -### http://emmo.info/emmo#EMMO_3f0b0bf1_4a54_4b7f_a18e_b03bb18aee58 -:EMMO_3f0b0bf1_4a54_4b7f_a18e_b03bb18aee58 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_b291d078_b7c5_4e62_a0bf_dd7807a68386 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-07" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "unwanted side reaction."@en ; - rdfs:comment "Parasitic reactions may cause inefficiencies or loss of performance in reactors."@en ; - skos:prefLabel "ParasiticReaction"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_3f0b0bf1_4a54_4b7f_a18e_b03bb18aee58 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "unwanted side reaction."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_3f183593_33da_44f1_861d_765669f26ce2 -:EMMO_3f183593_33da_44f1_861d_765669f26ce2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3e66ee3d_056d_48a5_b85e_48ebbeb8d679 , - :EMMO_4207e895_8b83_4318_996a_72cfb32acd94 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_153f5dc9_aebc_42d1_a226_9f4f30212686 ; - owl:someValuesFrom :EMMO_6077b877_8e26_4e07_b559_1869f5346b59 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8b3a3647_44cf_4bdd_b6ce_9bc9da168012 ; - owl:someValuesFrom :EMMO_49d2b2f3_a487_43d8_a585_71592da4e747 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b3ccab7f_f748_4940_b37e_ffb40a8d219f ; - owl:someValuesFrom :EMMO_9ed6d1e2_0930_4713_aa6d_fd97480f9c43 - ] ; - skos:prefLabel "LithiumGraphiteMaterial"@en . - - -### http://emmo.info/emmo#EMMO_3f205478_d66e_428e_b369_39a4037cafee -:EMMO_3f205478_d66e_428e_b369_39a4037cafee rdf:type owl:Class ; - rdfs:subClassOf :EMMO_9c407ac0_fd4c_4178_8763_95fad9fe29ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_02e894c3_b793_4197_b120_3442e08f58d1 - ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The shelf life of a product."@en ; - skos:prefLabel "ShelfLife"@en . - - -### http://emmo.info/emmo#EMMO_3f5ed462_8988_4db1_8701_545e20328930 -:EMMO_3f5ed462_8988_4db1_8701_545e20328930 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21205421_5783_4d3e_81e5_10c5d894a88a ; - skos:prefLabel "SoluteMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_3f7feefd_ac94_4208_8dfd_92bb50be30f3 -:EMMO_3f7feefd_ac94_4208_8dfd_92bb50be30f3 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-30" ; - skos:prefLabel "EffectiveMass"@en . - - -### http://emmo.info/emmo#EMMO_3f97cf06_fde4_4c2d_b867_d7983228a1ff -:EMMO_3f97cf06_fde4_4c2d_b867_d7983228a1ff rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_365b6b4f_baa5_42d4_9e07_09f8ce6952c5 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-9.1" ; - skos:prefLabel "ParticleConcentration"@en . - - -### http://emmo.info/emmo#EMMO_3ff4ab81_a213_45e7_843f_6ccafe4267c9 -:EMMO_3ff4ab81_a213_45e7_843f_6ccafe4267c9 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1604f495_328a_4f28_9962_f4cc210739dd ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-02-12" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electric charge which is of the same sign as that attributed by convention to a proton."@en ; - skos:altLabel "PositiveElectricCharge"@en ; - skos:prefLabel "PositiveCharge"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_3ff4ab81_a213_45e7_843f_6ccafe4267c9 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "electric charge which is of the same sign as that attributed by convention to a proton."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_40989212_4866_41c0_8a20_84fd39540f29 -:EMMO_40989212_4866_41c0_8a20_84fd39540f29 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_066937f0_ea5c_4b06_8739_53f66d5ef89e ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "product of the ion activities of the ions resulting from the dissociation of a solute in a saturated solution, raised to powers equal to their stoichiometric numbers."@en ; - rdfs:comment "For the dissociation of a salt AmBn → mA + nB, the solubility product is KSP = am(A) ⋅ an(B), where a is ionic activity and m and n are the stoichiometric numbers."@en ; - skos:altLabel "SolubilityProductConstant"@en ; - skos:prefLabel "SolubilityProduct"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_40989212_4866_41c0_8a20_84fd39540f29 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "product of the ion activities of the ions resulting from the dissociation of a solute in a saturated solution, raised to powers equal to their stoichiometric numbers."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_40989212_4866_41c0_8a20_84fd39540f29 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "For the dissociation of a salt AmBn → mA + nB, the solubility product is KSP = am(A) ⋅ an(B), where a is ionic activity and m and n are the stoichiometric numbers."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_40a1d85c_bcfe_48aa_89a2_79e8a8c82af1 -:EMMO_40a1d85c_bcfe_48aa_89a2_79e8a8c82af1 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_365b6b4f_baa5_42d4_9e07_09f8ce6952c5 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-29.1" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quotient of number of electrons in conduction band and volume"@en ; - skos:prefLabel "ElectronDensity"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_40a1d85c_bcfe_48aa_89a2_79e8a8c82af1 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "quotient of number of electrons in conduction band and volume"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_4112f40c_9979_4765_b036_968ebaa3253f -:EMMO_4112f40c_9979_4765_b036_968ebaa3253f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2b039054_e7a2_4f7a_8d59_54cb598e4488 , - :EMMO_432f5038_ab96_4d80_930a_fc5c8baa2337 ; - skos:prefLabel "AqueousAmmoniaMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_412d650e_7118_4d9c_be5b_ff8f2c0e6ccd -:EMMO_412d650e_7118_4d9c_be5b_ff8f2c0e6ccd rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T0 L+2 M+1 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassAreaDimension"@en . - - -### http://emmo.info/emmo#EMMO_41efdf5d_0c9c_4ea0_bb65_f8236e663be5 -:EMMO_41efdf5d_0c9c_4ea0_bb65_f8236e663be5 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-1" ; - skos:prefLabel "NumberOfEntities"@en . - - -### http://emmo.info/emmo#EMMO_41f9440b_8c6e_49e7_829f_bfbbe1ea00fc -:EMMO_41f9440b_8c6e_49e7_829f_bfbbe1ea00fc rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7278f78b_9f53_4b34_9a95_1be2d34c84d2 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-02-16"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """chemical reaction in which oxygen is removed from an oxide, implying a transfer of electrons from the oxygen atoms, or, more generally, in which a substance gains electrons. - --- International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org"""@en ; - rdfs:comment "Electrons are generally transferred from another substance by an oxidation reaction."@en ; - skos:prefLabel "Reduction"@en . - - -### http://emmo.info/emmo#EMMO_4207e895_8b83_4318_996a_72cfb32acd94 -:EMMO_4207e895_8b83_4318_996a_72cfb32acd94 owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_1c93d636_e921_43b9_8890_80183ff264f0 - :EMMO_47657622_9b1e_4bd3_a584_c16988930ad2 - ) - ] , - [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_6befec66_12cc_4a3c_90b6_f974581acc66 - :EMMO_ec0bbd99_8055_42de_b0b4_738e81486a79 - ) - ] . - - -### http://emmo.info/emmo#EMMO_427d553a_d220_46db_a0e5_9e31ebb79797 -:EMMO_427d553a_d220_46db_a0e5_9e31ebb79797 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_f658c301_ce93_46cf_9639_4eace2c5d1d5 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-03-21"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quantity which can be represented by a vector multiplied by a scalar quantity."@en ; - :EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "velocity, force, electric field strength."@en ; - rdfs:comment "A vector quantity may be considered either as attached to a point of acting (localized or bound vector), or as having any point of acting on a straight line parallel to it (sliding vector), or as having any point of acting in the space (free vector)."@en , - "Operations defined for vectors apply to vector quantities. For example, the product of a scalar quantity p and the vector quantity Q=qe is the vector quantity pQ=pqe, where e is a unit vector."@en , - "The vector defining a vector quantity is generally a unit vector in the usual two- or three-dimensional geometrical space. A vector quantity can then be represented as an oriented line segment characterized by its point of acting, its direction and its magnitude, where the magnitude is a non-negative number multiplied by a unit of measurement. The components are also the product of a numerical value and the unit."@en ; - skos:prefLabel "VectorQuantity"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_427d553a_d220_46db_a0e5_9e31ebb79797 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "quantity which can be represented by a vector multiplied by a scalar quantity."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_42acec23_ce3b_4f2f_b872_d8d35f1acb01 -:EMMO_42acec23_ce3b_4f2f_b872_d8d35f1acb01 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21f56795_ee72_4858_b571_11cfaa59c1a8 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_0a89a67f_f990_4b17_8f55_a2d2f76eed7f - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_23683780_ffda_447e_a40e_db0b0f96c6eb - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-02-09" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """element of a set containing the real numbers and other elements, which may be represented by an ordered pair of real numbers (a, b), with following properties: - -the pair (a, 0) represents the real number a, -an addition is defined by (a1, b1)+(a2, b2)=(a1+a2, b1+b2), -a multiplication is defined by (a1, b1)×(a2, b2)=(a1a2−b1b2, a1b2+a2b1)"""@en ; - rdfs:comment "All properties of real numbers (operations and limits) are extended to complex numbers except the order relation."@en , - "In electrotechnology, a complex number is usually denoted by an underlined letter symbol, for example c−."@en , - "The complex number defined by the pair (a, b) is denoted by c=a+jb where j is the imaginary unit (IEV 102-02-10) represented by the pair (0, 1), a is the real part and b the imaginary part. A complex number may also be expressed as c=|c|(cosφ+j sinφ)=|c|ejφ where |c| is a non-negative real number called modulus and φ a real number called argument."@en , - "The set of complex numbers is denoted by ℂ (C with a vertical bar in the left arc) or C. This set without zero is denoted by an asterisk to the symbol, for example ℂ*."@en ; - skos:prefLabel "ComplexNumber"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_42acec23_ce3b_4f2f_b872_d8d35f1acb01 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget """element of a set containing the real numbers and other elements, which may be represented by an ordered pair of real numbers (a, b), with following properties: - -the pair (a, 0) represents the real number a, -an addition is defined by (a1, b1)+(a2, b2)=(a1+a2, b1+b2), -a multiplication is defined by (a1, b1)×(a2, b2)=(a1a2−b1b2, a1b2+a2b1)"""@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_42acec23_ce3b_4f2f_b872_d8d35f1acb01 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "All properties of real numbers (operations and limits) are extended to complex numbers except the order relation."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_42acec23_ce3b_4f2f_b872_d8d35f1acb01 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "In electrotechnology, a complex number is usually denoted by an underlined letter symbol, for example c−."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_42acec23_ce3b_4f2f_b872_d8d35f1acb01 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "The complex number defined by the pair (a, b) is denoted by c=a+jb where j is the imaginary unit (IEV 102-02-10) represented by the pair (0, 1), a is the real part and b the imaginary part. A complex number may also be expressed as c=|c|(cosφ+j sinφ)=|c|ejφ where |c| is a non-negative real number called modulus and φ a real number called argument."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_42acec23_ce3b_4f2f_b872_d8d35f1acb01 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "The set of complex numbers is denoted by ℂ (C with a vertical bar in the left arc) or C. This set without zero is denoted by an asterisk to the symbol, for example ℂ*."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_42b9bd2b_20af_4b8a_b001_0c0dce9f9745 -:EMMO_42b9bd2b_20af_4b8a_b001_0c0dce9f9745 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3afd2a12_732e_4cdc_9312_9c93764b4d1b ; - skos:prefLabel "MassAccumulationTerm"@en . - - -### http://emmo.info/emmo#EMMO_43003c86_9d15_433b_9789_ee2940920656 -:EMMO_43003c86_9d15_433b_9789_ee2940920656 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-24"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "shortest distance between two surfaces limiting a layer, when this distance can be considered to be constant over a region of a finite size."@en ; - skos:prefLabel "Thickness"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_43003c86_9d15_433b_9789_ee2940920656 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "shortest distance between two surfaces limiting a layer, when this distance can be considered to be constant over a region of a finite size."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_4320c72e_312e_494b_9dcd_edbaa397ceb5 -:EMMO_4320c72e_312e_494b_9dcd_edbaa397ceb5 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4207e895_8b83_4318_996a_72cfb32acd94 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b3ccab7f_f748_4940_b37e_ffb40a8d219f ; - owl:someValuesFrom :EMMO_23070eb5_8034_44a5_8e36_a6f1cf26034c - ] ; - skos:prefLabel "ZincMaterial"@en . - - -### http://emmo.info/emmo#EMMO_432f5038_ab96_4d80_930a_fc5c8baa2337 -:EMMO_432f5038_ab96_4d80_930a_fc5c8baa2337 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21205421_5783_4d3e_81e5_10c5d894a88a , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "3"^^xsd:nonNegativeInteger ; - owl:onClass - ] ; - :EMMO_3acf3a7e_af12_427a_a21a_68d9ff4afa27 "N" ; - :EMMO_5cbfe520_e453_4c80_a4f0_af594cd1b844 "https://pubchem.ncbi.nlm.nih.gov/compound/Ammonia" ; - :EMMO_77009747_9bf4_4746_9762_8e91aeb70ab6 "azane" ; - :EMMO_83df0ce6_ae53_4c35_97e3_20ee4e23833f 222 ; - :EMMO_ba4237ba_e1c3_451d_9785_23d50a242aac "NH3" ; - skos:prefLabel "AmmoniaMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_43b349fc_c7ed_480d_b0ca_9db84b700813 -:EMMO_43b349fc_c7ed_480d_b0ca_9db84b700813 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_1878e99c_3be6_4e31_a12d_f2bde7b4ae8c - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-39" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-10.1" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The coefficient of heat transfer is zero for an adiabatic boundary and infinity for a diathermic boundary."@en , - "The name “thermal transmittance” and the symbol U are mainly used in building technology."@en , - "at a point on the surface separating two media with different thermodynamic temperatures, magnitude of the density of heat flow rate φ divided by the absolute value of temperature difference ΔT."@en ; - skos:prefLabel "CoefficientOfHeatTransfer"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_43b349fc_c7ed_480d_b0ca_9db84b700813 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "The coefficient of heat transfer is zero for an adiabatic boundary and infinity for a diathermic boundary."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_43b349fc_c7ed_480d_b0ca_9db84b700813 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "The name “thermal transmittance” and the symbol U are mainly used in building technology."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_43b349fc_c7ed_480d_b0ca_9db84b700813 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "at a point on the surface separating two media with different thermodynamic temperatures, magnitude of the density of heat flow rate φ divided by the absolute value of temperature difference ΔT."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_43cd9d34_466b_4914_9b07_7c0142590723 -:EMMO_43cd9d34_466b_4914_9b07_7c0142590723 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_df96cbb6_b5ee_4222_8eab_b3675df24bea ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-17" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "substance that increases the concentration of hydrogen cations H+ when dissolved."@en ; - skos:altLabel "AcidicSubstance"@en ; - skos:prefLabel "Acid"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_43cd9d34_466b_4914_9b07_7c0142590723 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "substance that increases the concentration of hydrogen cations H+ when dissolved."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_445d186f_1896_4752_8940_384f98440cfe -:EMMO_445d186f_1896_4752_8940_384f98440cfe rdf:type owl:Class ; - rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-9.3" ; - skos:altLabel "StaticFriction"@en ; - skos:prefLabel "StaticFrictionForce"@en . - - -### http://emmo.info/emmo#EMMO_456ece86_6605_445e_b25a_db3c41546463 -:EMMO_456ece86_6605_445e_b25a_db3c41546463 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21f56795_ee72_4858_b571_11cfaa59c1a8 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "element of a set of mathematical entities that includes all integers and other entities, each defined as the quotient of two integers, such that the division is defined for any two entities, except zero as a divisor."@en ; - rdfs:comment "Any of the ordered pairs 2/1, 4/2, 6/3, ..., −2/(−1), −4/(−2), ... represents the rational number identified with the integer 2. Any of the ordered pairs 2/3, 4/6, 6/9, ... −2/(−3), −4/(−6), ... represents the rational number which is the quotient of the integer 2 by the integer 3, also denoted by \"0,666 6...\"."@en , - "In the decimal representation of a rational number other than an integer, the sequence of digits after the decimal sign is either finite or periodically repeated after some position."@en , - "The operations of addition, subtraction, multiplication and division, except the division by zero, are defined for any two rational numbers. Any rational number has a negative. Any non-zero rational number has an inverse."@en , - "The set of rational numbers is denoted by ℚ (Q with vertical bars in the left and right arcs), or Q, or sometimes Q with a vertical bar in the left arc. This set without zero is denoted by an asterisk to the symbol, for example ℚ*."@en , - "There is a total order on the set of rational numbers."@en ; - skos:prefLabel "RationalNumber"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_456ece86_6605_445e_b25a_db3c41546463 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "element of a set of mathematical entities that includes all integers and other entities, each defined as the quotient of two integers, such that the division is defined for any two entities, except zero as a divisor."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_45fe8416_479f_4783_921a_3ad875a32b90 -:EMMO_45fe8416_479f_4783_921a_3ad875a32b90 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_9c244bae_4611_427d_9c60_d48469fc3656 ; - skos:prefLabel "ChemicalReactionProduct"@en . - - -### http://emmo.info/emmo#EMMO_462ddd42_0acf_4548_8718_b93b319feddc -:EMMO_462ddd42_0acf_4548_8718_b93b319feddc rdf:type owl:Class ; - rdfs:subClassOf :EMMO_65fc6cb7_eec0_4491_861f_f6adff4359a3 , - :EMMO_fd22cc71_7746_46a8_8ea0_42c06ff02d30 ; - skos:prefLabel "GaseousCarbonDioxideMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_4639e0e4_5539_445a_8c7f_e27c2654bf41 -:EMMO_4639e0e4_5539_445a_8c7f_e27c2654bf41 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21205421_5783_4d3e_81e5_10c5d894a88a , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ; - owl:onClass - ] ; - :EMMO_3acf3a7e_af12_427a_a21a_68d9ff4afa27 "O=O" ; - :EMMO_5cbfe520_e453_4c80_a4f0_af594cd1b844 "https://pubchem.ncbi.nlm.nih.gov/compound/Oxygen" ; - :EMMO_77009747_9bf4_4746_9762_8e91aeb70ab6 "molecular oxygen" ; - :EMMO_83df0ce6_ae53_4c35_97e3_20ee4e23833f 977 ; - :EMMO_ba4237ba_e1c3_451d_9785_23d50a242aac "O2" ; - skos:prefLabel "OxygenMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_463a251a_3df2_4096_8a65_28e59d3f2b21 -:EMMO_463a251a_3df2_4096_8a65_28e59d3f2b21 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21205421_5783_4d3e_81e5_10c5d894a88a , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger ; - owl:onClass - ] ; - :EMMO_3acf3a7e_af12_427a_a21a_68d9ff4afa27 "[NH4+].[Cl-]" ; - :EMMO_5cbfe520_e453_4c80_a4f0_af594cd1b844 "https://pubchem.ncbi.nlm.nih.gov/compound/Ammonium-chloride" ; - :EMMO_77009747_9bf4_4746_9762_8e91aeb70ab6 "azanium;chloride" ; - :EMMO_83df0ce6_ae53_4c35_97e3_20ee4e23833f 25517 ; - :EMMO_ba4237ba_e1c3_451d_9785_23d50a242aac "NH4Cl" ; - skos:prefLabel "AmmoniumChlorideMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_46406907_9afd_424e_934a_a523f9f9cc36 -:EMMO_46406907_9afd_424e_934a_a523f9f9cc36 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_365b6b4f_baa5_42d4_9e07_09f8ce6952c5 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-9.2" ; - skos:prefLabel "MolecularConcentration"@en . - - -### http://emmo.info/emmo#EMMO_46b8d239_5d79_4d3e_bf8e_228d52fc3428 -:EMMO_46b8d239_5d79_4d3e_bf8e_228d52fc3428 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - :EMMO_d5be1faf_0c56_4f5a_9b78_581e6dee949f ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-12.2" ; - skos:altLabel "StandardConcentration"@en , - "StandardMolarConcentration"@en ; - skos:prefLabel "StandardAmountConcentration"@en . - - -### http://emmo.info/emmo#EMMO_46ca7db1_b913_4bbd_bb79_1b1e8e2a8bd5 -:EMMO_46ca7db1_b913_4bbd_bb79_1b1e8e2a8bd5 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_43cd9d34_466b_4914_9b07_7c0142590723 ; - skos:prefLabel "WeakAcid"@en . - - -### http://emmo.info/emmo#EMMO_46ef0f56_2b15_4fc5_83bd_79b58b996b93 -:EMMO_46ef0f56_2b15_4fc5_83bd_79b58b996b93 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_9c32fd69_f480_4130_83b3_fb25d9face14 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The rate of a chemical reaction is directly proportional to the product of the activities or concentrations of the reactants."@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Law_of_mass_action"@en ; - rdfs:comment "A postulate in the phenomenological theory of chemical reaction kinetics."@en , - "For a chemical reaction in equilibrium, the reaction quotient is a constant."@en ; - skos:prefLabel "LawOfMassAction"@en . - - -### http://emmo.info/emmo#EMMO_47657622_9b1e_4bd3_a584_c16988930ad2 -:EMMO_47657622_9b1e_4bd3_a584_c16988930ad2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4207e895_8b83_4318_996a_72cfb32acd94 ; - skos:prefLabel "AnisotropicMaterial"@en . - - -### http://emmo.info/emmo#EMMO_476cb776_8219_418d_92e8_2fe04b1fe5cf -:EMMO_476cb776_8219_418d_92e8_2fe04b1fe5cf rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-25.2" ; - skos:prefLabel "MaximumEfficiency"@en . - - -### http://emmo.info/emmo#EMMO_477042ef_3173_49b2_a264_0e3270733f8c -:EMMO_477042ef_3173_49b2_a264_0e3270733f8c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-38.2" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "distance in a superconductor over which the effect of a perturbation is appreciable at zero thermodynamic temperature"@en ; - skos:prefLabel "CoherenceLength"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_477042ef_3173_49b2_a264_0e3270733f8c ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "distance in a superconductor over which the effect of a perturbation is appreciable at zero thermodynamic temperature"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_47f2da35_3b01_4290_964a_589c593e85c6 -:EMMO_47f2da35_3b01_4290_964a_589c593e85c6 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3ecff38b_b3cf_4a78_b49f_8580abf8715b - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-23" ; - skos:prefLabel "PlanckFunction"@en . - - -### http://emmo.info/emmo#EMMO_48007922_40a6_4f49_8410_cdce0adaefb7 -:EMMO_48007922_40a6_4f49_8410_cdce0adaefb7 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T-2 L0 M+1 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ForcePerLengthDimension"@en . - - -### http://emmo.info/emmo#EMMO_485720e7_b24a_4149_86eb_9985b2bea4da -:EMMO_485720e7_b24a_4149_86eb_9985b2bea4da rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-8" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "factor by which the intensity of a diffraction line is reduced because of the lattice vibrations"@en ; - skos:prefLabel "DebyeWallerFactor"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_485720e7_b24a_4149_86eb_9985b2bea4da ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "factor by which the intensity of a diffraction line is reduced because of the lattice vibrations"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_48621aee_d367_4928_8f1e_64173101a8da -:EMMO_48621aee_d367_4928_8f1e_64173101a8da rdf:type owl:Class ; - rdfs:subClassOf :EMMO_65a007dc_2550_46b0_b394_3346c67fbb69 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-03" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "system that can exchange both energy and matter with the surrounding."@en ; - skos:prefLabel "OpenSystem"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_48621aee_d367_4928_8f1e_64173101a8da ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "system that can exchange both energy and matter with the surrounding."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_489bd765_c35e_48dc_a9e8_dbcda684642b -:EMMO_489bd765_c35e_48dc_a9e8_dbcda684642b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4d255b9c_43bc_4c11_b68b_0e98274eb34f ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Normal_(geometry)"@en ; - skos:prefLabel "DiscretizationFaceNormal"@en . - - -### http://emmo.info/emmo#EMMO_489de98f_583f_44dc_87bb_9eb2d2e0fd82 -:EMMO_489de98f_583f_44dc_87bb_9eb2d2e0fd82 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T-1 L+3 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "VolumePerTimeDimension"@en . - - -### http://emmo.info/emmo#EMMO_4937ad81_eeb8_4cd9_a02f_53e0644e2f02 -:EMMO_4937ad81_eeb8_4cd9_a02f_53e0644e2f02 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A measure of deviation from a straight line. It is the ratio of the actual distance traveled divided by the straight line distance."@en ; - skos:prefLabel "Tortuosity"@en . - - -### http://emmo.info/emmo#EMMO_498d80ae_9339_49c7_8c74_44aa704e0395 -:EMMO_498d80ae_9339_49c7_8c74_44aa704e0395 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 , - :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_15ae2cb5_4877_4f61_95e9_2d014a55ae4b - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-39" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Transport of particles belonging to one component of a material due to a concentration gradient."@en ; - skos:altLabel "Diffusvity"@en , - "MassDiffusivity"@en , - "SingleComponentDiffusivity"@en ; - skos:prefLabel "DiffusionCoefficient"@en . - - -### http://emmo.info/emmo#EMMO_49d2b2f3_a487_43d8_a585_71592da4e747 -:EMMO_49d2b2f3_a487_43d8_a585_71592da4e747 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21205421_5783_4d3e_81e5_10c5d894a88a , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "6"^^xsd:nonNegativeInteger ; - owl:onClass - ] ; - skos:prefLabel "GraphiteMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_4a9030bd_a1b2_45ac_909b_f98257c2b355 -:EMMO_4a9030bd_a1b2_45ac_909b_f98257c2b355 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3afd2a12_732e_4cdc_9312_9c93764b4d1b ; - skos:prefLabel "ChargeAccumulationTerm"@en . - - -### http://emmo.info/emmo#EMMO_4b3e2374_52a1_4420_8e3f_3ae6b9bf7dff -:EMMO_4b3e2374_52a1_4420_8e3f_3ae6b9bf7dff rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_11d42c64_1da1_4481_9c06_ae6bcbcef671 ; - owl:someValuesFrom :EMMO_59b3d6ee_7e5e_42d8_9b57_0d39b10d59db - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_130997c3_501e_41c0_b4f7_fe4936ff88e3 ; - owl:someValuesFrom :EMMO_3f5ed462_8988_4db1_8701_545e20328930 - ] . - - -### http://emmo.info/emmo#EMMO_4c3ccf65_0950_4328_b04b_91d1eaa14681 -:EMMO_4c3ccf65_0950_4328_b04b_91d1eaa14681 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-40.2" ; - skos:prefLabel "ThermalDiffusionFactor"@en . - - -### http://emmo.info/emmo#EMMO_4d255b9c_43bc_4c11_b68b_0e98274eb34f -:EMMO_4d255b9c_43bc_4c11_b68b_0e98274eb34f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ad97ebdc_6ec1_473c_adf0_bfe3e62c529c ; - skos:prefLabel "DiscretizationElementary"@en . - - -### http://emmo.info/emmo#EMMO_4e621aee_e278_453b_b104_3f57ddd95bfc -:EMMO_4e621aee_e278_453b_b104_3f57ddd95bfc rdf:type owl:Class ; - rdfs:subClassOf :EMMO_90e934e5_634e_4821_80f8_998b1291a9ef , - :EMMO_9439cc75_48ea_444e_a7b9_7842e1bb034c ; - skos:prefLabel "LiquidWaterMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_4ef8c0e4_1b0b_4699_a135_8c89ca289802 -:EMMO_4ef8c0e4_1b0b_4699_a135_8c89ca289802 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_c9450d0b_caac_4de6_b4cf_a2141d71836f - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-12" ; - skos:prefLabel "ElectricFluxDensity"@en . - - -### http://emmo.info/emmo#EMMO_50717821_8d78_4695_95bd_5843aa8be915 -:EMMO_50717821_8d78_4695_95bd_5843aa8be915 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T0 L-2 M0 I+1 Θ-2 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "RichardsonConstantDimension"@en . - - -### http://emmo.info/emmo#EMMO_50c5d440_683c_400f_909e_b03c0327de9c -:EMMO_50c5d440_683c_400f_909e_b03c0327de9c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 , - :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_110dbe15_9268_4531_b100_7f456e9f770a - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-7" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The molar heat capacity of a substance is the heat capacity of one mole of material."@en ; - skos:prefLabel "MolarHeatCapacity"@en . - - -### http://emmo.info/emmo#EMMO_50dbbf9a_ed96_486f_99f6_d8ba78a0047c -:EMMO_50dbbf9a_ed96_486f_99f6_d8ba78a0047c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-19.3" ; - skos:altLabel "BulkModulus"@en ; - skos:prefLabel "ModulusOfCompression"@en . - - -### http://emmo.info/emmo#EMMO_50e36d79_b2dd_422d_81eb_a665028a1ead -:EMMO_50e36d79_b2dd_422d_81eb_a665028a1ead rdf:type owl:Class ; - rdfs:subClassOf :EMMO_314d0bd5_67ed_437e_a609_36d46147cea7 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A 'process' that is recognized by chemical sciences and is catogrized accordingly."@en ; - skos:prefLabel "ChemicalPhenomenon"@en . - - -### http://emmo.info/emmo#EMMO_5186b2e6_f34f_46ee_b08e_ec517a1f43d2 -:EMMO_5186b2e6_f34f_46ee_b08e_ec517a1f43d2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-7.1" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "position vector of a particle"@en ; - skos:prefLabel "ParticlePositionVector"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_5186b2e6_f34f_46ee_b08e_ec517a1f43d2 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "position vector of a particle"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_51a8adc5_aa32_4b48_8447_42a6c0f24e4b -:EMMO_51a8adc5_aa32_4b48_8447_42a6c0f24e4b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dcbc6bec_d372_4cef_a116_3f7fdb5d391c , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bc307cfa_fa18_4e1c_ae93_ef169ffa86f4 ; - owl:hasValue 2 - ] ; - :EMMO_3acf3a7e_af12_427a_a21a_68d9ff4afa27 "[Mn]" ; - :EMMO_5cbfe520_e453_4c80_a4f0_af594cd1b844 "https://pubchem.ncbi.nlm.nih.gov/compound/Mn" ; - :EMMO_77009747_9bf4_4746_9762_8e91aeb70ab6 "manganese" ; - :EMMO_83df0ce6_ae53_4c35_97e3_20ee4e23833f 23930 ; - :EMMO_ba4237ba_e1c3_451d_9785_23d50a242aac "Mn(II)" ; - skos:prefLabel "ManganeseTwoIon"@en . - - -### http://emmo.info/emmo#EMMO_51e72318_0e25_42e8_b066_42aa69dc6e5e -:EMMO_51e72318_0e25_42e8_b066_42aa69dc6e5e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_e218c625_6a39_47a9_8d08_a2ef41c152a9 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-21.4" ; - skos:prefLabel "SpecificHelmholtzEnergy"@en . - - -### http://emmo.info/emmo#EMMO_52ad5472_29eb_49d5_bff3_bb354a656020 -:EMMO_52ad5472_29eb_49d5_bff3_bb354a656020 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1285a53a_a8a8_45e4_b39b_d54348721db2 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_886437e2_9e44_4e7a_81cb_7404c8f76e8f - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_98e27347_42ca_4613_98c9_c573f199a50e - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_c8a4df75_3f22_416a_8507_c49e5b0804c3 - ] ; - skos:prefLabel "EnergyContinuityEquation"@en . - - -### http://emmo.info/emmo#EMMO_535021bf_d490_416a_9855_b918cf96c115 -:EMMO_535021bf_d490_416a_9855_b918cf96c115 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-19" ; - skos:prefLabel "PartialPressure"@en . - - -### http://emmo.info/emmo#EMMO_54e2304f_eb91_49bc_8694_1a6804071a80 -:EMMO_54e2304f_eb91_49bc_8694_1a6804071a80 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_135ab8ea_e028_439e_be64_3e0f9734ea2b ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-33" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """transfer of amount of heat through direct interaction within a medium or between mediums in direct physical contact without a flow of material - --- International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org"""@en ; - rdfs:comment """The transfer of heat occurs usually from a region of higher temperature to a region of lower temperature. In the case of phase transition, it may occur even with equal temperatures. - --- IEC Note 1"""@en ; - skos:prefLabel "ThermalConduction"@en . - - -### http://emmo.info/emmo#EMMO_5574a8ed_5094_4d63_8d95_1c19cfd38409 -:EMMO_5574a8ed_5094_4d63_8d95_1c19cfd38409 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-17.2" ; - skos:prefLabel "RelativeLinearStrain"@en . - - -### http://emmo.info/emmo#EMMO_560235dd_9c66_4cb2_9468_21662214b9b6 -:EMMO_560235dd_9c66_4cb2_9468_21662214b9b6 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ec7464a9_d99d_45f8_965b_4e9230ea8356 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom :EMMO_32dcd601_47c7_4028_b7fa_5e972ae57f12 - ] ; - skos:prefLabel "PowderParticle"@en . - - -### http://emmo.info/emmo#EMMO_560d031f_cc8a_4f0d_a52b_039149fdc171 -:EMMO_560d031f_cc8a_4f0d_a52b_039149fdc171 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-37" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "width of the forbidden energy band in a superconductor"@en ; - skos:prefLabel "SuperConductorEnergyGap"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_560d031f_cc8a_4f0d_a52b_039149fdc171 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "width of the forbidden energy band in a superconductor"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_565063d0_e8b7_45f4_8b84_0c9dfd8c3ebc -:EMMO_565063d0_e8b7_45f4_8b84_0c9dfd8c3ebc rdf:type owl:Class ; - rdfs:subClassOf :EMMO_d4f7d378_5e3b_468a_baa1_a7e98358cda7 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-18" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quantitative expression marking an instant within a calendar day by the duration elapsed after midnight in the local standard time."@en ; - rdfs:comment "The duration used in the definition is modified for special situations (daylight saving time, leap second)."@en , - "Usually, clock time is represented by the number of hours elapsed after midnight, the number of minutes elapsed after the last full hour, and, if necessary, the number of seconds elapsed after the last full minute, possibly with decimal parts of a second. Examples of the standardized representation are 09:01; 09:01:12; 09:01:12,23. The combination of calendar date and clock time is denoted by inserting T; an example is 1998-11-15T09:01:12. (See ISO 8601)."@en ; - skos:altLabel "StandardTimeOfDay"@en ; - skos:prefLabel "ClockTime"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_565063d0_e8b7_45f4_8b84_0c9dfd8c3ebc ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "quantitative expression marking an instant within a calendar day by the duration elapsed after midnight in the local standard time."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_565063d0_e8b7_45f4_8b84_0c9dfd8c3ebc ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "The duration used in the definition is modified for special situations (daylight saving time, leap second)."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_565063d0_e8b7_45f4_8b84_0c9dfd8c3ebc ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "Usually, clock time is represented by the number of hours elapsed after midnight, the number of minutes elapsed after the last full hour, and, if necessary, the number of seconds elapsed after the last full minute, possibly with decimal parts of a second. Examples of the standardized representation are 09:01; 09:01:12; 09:01:12,23. The combination of calendar date and clock time is denoted by inserting T; an example is 1998-11-15T09:01:12. (See ISO 8601)."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_574549f5_1dbf_4f12_8a78_047cbb39bfb9 -:EMMO_574549f5_1dbf_4f12_8a78_047cbb39bfb9 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_99f9c4e3_3079_4d10_bb81_a8138e27193e , - :EMMO_b03f7843_a332_4bbf_a4fa_dfa24d9cf33b ; - skos:prefLabel "NonAqueousZincateIon"@en . - - -### http://emmo.info/emmo#EMMO_5773b9f0_9b71_489a_8ad9_3af63d5c757b -:EMMO_5773b9f0_9b71_489a_8ad9_3af63d5c757b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-23" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "distance from the surface of a solid or liquid body to a point inwards."@en ; - skos:prefLabel "Depth"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_5773b9f0_9b71_489a_8ad9_3af63d5c757b ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "distance from the surface of a solid or liquid body to a point inwards."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_581e05bc_a4fe_494a_a85c_f2c4b4374e18 -:EMMO_581e05bc_a4fe_494a_a85c_f2c4b4374e18 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_1604f495_328a_4f28_9962_f4cc210739dd - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-17" ; - skos:prefLabel "ElectricFlux"@en . - - -### http://emmo.info/emmo#EMMO_58a85e5b_6526_484d_b080_e1059ce9994c -:EMMO_58a85e5b_6526_484d_b080_e1059ce9994c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_412d650e_7118_4d9c_be5b_ff8f2c0e6ccd - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-7" ; - skos:prefLabel "MomentOfIntertia"@en . - - -### http://emmo.info/emmo#EMMO_58c31095_55ba_412d_8763_d768921e5f66 -:EMMO_58c31095_55ba_412d_8763_d768921e5f66 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T+3 L0 M-1 I0 Θ+1 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PerThermalTransmittanceDimension"@en . - - -### http://emmo.info/emmo#EMMO_593ecc7c_250d_4e4d_8957_0170f3cc2154 -:EMMO_593ecc7c_250d_4e4d_8957_0170f3cc2154 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-27" ; - skos:prefLabel "RelativePermeability"@en . - - -### http://emmo.info/emmo#EMMO_59b3d6ee_7e5e_42d8_9b57_0d39b10d59db -:EMMO_59b3d6ee_7e5e_42d8_9b57_0d39b10d59db rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21205421_5783_4d3e_81e5_10c5d894a88a ; - skos:prefLabel "SolventMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_5a377aa6_f466_42a8_a566_d13eb7e5a3c5 -:EMMO_5a377aa6_f466_42a8_a566_d13eb7e5a3c5 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_456ece86_6605_445e_b25a_db3c41546463 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_0eda7ada_e2aa_4416_9a93_d56a4c4c61ef - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_adb62ad9_3fd7_4b8e_99ed_a495f593d0bf - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-02-04" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "ordered pair of integers representing a rational number."@en ; - rdfs:comment "A rational number can be represented by an infinity of fractions."@en , - "For the ordered pair (p, q), the fraction is denoted by p/q."@en , - "In a fraction p/q, the first element p is called \"numerator\" and the second is called \"denominator\"."@en ; - skos:prefLabel "Fraction"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_5a377aa6_f466_42a8_a566_d13eb7e5a3c5 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "ordered pair of integers representing a rational number."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_5afa28f0_8c9f_4fcd_8f67_805bd2f9c068 -:EMMO_5afa28f0_8c9f_4fcd_8f67_805bd2f9c068 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_be668b98_7f89_4e4c_8fb8_74e8d8d68eae - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-5" ; - skos:prefLabel "LinearDensityOfElectricCharge"@en . - - -### http://emmo.info/emmo#EMMO_5bc88245_45a1_4163_b640_f8320cc780de -:EMMO_5bc88245_45a1_4163_b640_f8320cc780de rdf:type owl:Class ; - rdfs:subClassOf :EMMO_70cbd515_d278_4d47_9631_4b48931cc83b ; - skos:prefLabel "MassFluxTerm"@en . - - -### http://emmo.info/emmo#EMMO_5cb107ba_7daa_46dd_8f9f_da22a6eac676 -:EMMO_5cb107ba_7daa_46dd_8f9f_da22a6eac676 rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_11d42c64_1da1_4481_9c06_ae6bcbcef671 ; - owl:someValuesFrom :EMMO_9439cc75_48ea_444e_a7b9_7842e1bb034c - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_130997c3_501e_41c0_b4f7_fe4936ff88e3 ; - owl:someValuesFrom :EMMO_8f87e700_99a8_4427_8ffb_e493de05c217 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_130997c3_501e_41c0_b4f7_fe4936ff88e3 ; - owl:someValuesFrom :EMMO_f2481039_319f_4703_bf75_5ae969a7dc4a - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 ; - owl:someValuesFrom :EMMO_80fe82d4_f4c1_43a1_98dc_ee5fc7927e19 - ] . - - -### http://emmo.info/emmo#EMMO_5eb09a10_1b4f_410f_9911_b3e3342d6017 -:EMMO_5eb09a10_1b4f_410f_9911_b3e3342d6017 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ecb0395f_ee1e_4e9a_bf5c_d8e56eee2d18 ; - skos:prefLabel "ElementaryReactionStep"@en . - - -### http://emmo.info/emmo#EMMO_5f4c38e2_6661_45c7_97fc_81d443560c1b -:EMMO_5f4c38e2_6661_45c7_97fc_81d443560c1b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_602397bd_e302_42a6_be33_fe67ea81933a ; - skos:prefLabel "ReactionOrder"@en . - - -### http://emmo.info/emmo#EMMO_5fde0fa1_bbb3_42a9_ac2d_d144771aeb4b -:EMMO_5fde0fa1_bbb3_42a9_ac2d_d144771aeb4b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-51"@en ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-17.1" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "ratio of specific heat capacity at constant pressure cp to specific heat capacity at constant volume cV, thus γ = cp/cV."@en ; - skos:prefLabel "RatioOfSpecificHeatCapacities"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_5fde0fa1_bbb3_42a9_ac2d_d144771aeb4b ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "ratio of specific heat capacity at constant pressure cp to specific heat capacity at constant volume cV, thus γ = cp/cV."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_6077b877_8e26_4e07_b559_1869f5346b59 -:EMMO_6077b877_8e26_4e07_b559_1869f5346b59 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21205421_5783_4d3e_81e5_10c5d894a88a , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass - ] ; - :EMMO_3acf3a7e_af12_427a_a21a_68d9ff4afa27 "[Li]" ; - :EMMO_5cbfe520_e453_4c80_a4f0_af594cd1b844 "https://pubchem.ncbi.nlm.nih.gov/compound/Lithium" ; - :EMMO_77009747_9bf4_4746_9762_8e91aeb70ab6 "lithium" ; - :EMMO_83df0ce6_ae53_4c35_97e3_20ee4e23833f 3028194 ; - :EMMO_ba4237ba_e1c3_451d_9785_23d50a242aac "Li" ; - skos:prefLabel "LithiumMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_6110af0a_bc82_4c9e_aa4b_b45d08d9c9e0 -:EMMO_6110af0a_bc82_4c9e_aa4b_b45d08d9c9e0 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-7.2" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "position vector of an ion or atom in equilibrium"@en ; - skos:prefLabel "EquilibriumPositionVector"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_6110af0a_bc82_4c9e_aa4b_b45d08d9c9e0 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "position vector of an ion or atom in equilibrium"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_6129867e_e3e6_4538_a8ad_2cd921321ce2 -:EMMO_6129867e_e3e6_4538_a8ad_2cd921321ce2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2b039054_e7a2_4f7a_8d59_54cb598e4488 , - :EMMO_c3ba45d3_3cf8_4305_af3f_49103c51f200 ; - skos:prefLabel "AqueousSilverIon"@en . - - -### http://emmo.info/emmo#EMMO_61b69d7d_ae90_44d0_b78f_5bde7ad1a326 -:EMMO_61b69d7d_ae90_44d0_b78f_5bde7ad1a326 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_32dcd601_47c7_4028_b7fa_5e972ae57f12 , - :EMMO_d8aa8e1f_b650_416d_88a0_5118de945456 ; - skos:altLabel "NominalRadius"@en ; - skos:prefLabel "ConventionalRadius"@en . - - -### http://emmo.info/emmo#EMMO_62273272_4cec_4168_bc7b_448f57feaba6 -:EMMO_62273272_4cec_4168_bc7b_448f57feaba6 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-65"@en ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-33" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "ratio of the partial pressure p of water vapour in moist air to its partial pressure psat at saturation, at the same temperature φ = p/psat."@en ; - rdfs:comment "The relative humidity is often expressed in per cent."@en ; - skos:prefLabel "RelativeHumidity"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_62273272_4cec_4168_bc7b_448f57feaba6 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "ratio of the partial pressure p of water vapour in moist air to its partial pressure psat at saturation, at the same temperature φ = p/psat."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_62273272_4cec_4168_bc7b_448f57feaba6 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "The relative humidity is often expressed in per cent."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_62824128_35bd_45c4_9516_23f3f24c8332 -:EMMO_62824128_35bd_45c4_9516_23f3f24c8332 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-19.1" ; - skos:altLabel "YoungModulus"@en ; - skos:prefLabel "ModulusOfElasticity"@en . - - -### http://emmo.info/emmo#EMMO_631f315a_4096_44e4_a30a_44d108c53756 -:EMMO_631f315a_4096_44e4_a30a_44d108c53756 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0a9b2f78_baa8_4d3f_ac11_a95d53f07fe0 , - :EMMO_65fc6cb7_eec0_4491_861f_f6adff4359a3 ; - skos:prefLabel "GaseousHydrogenMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_63c34c0a_83c7_4afb_b23e_27f332223dfb -:EMMO_63c34c0a_83c7_4afb_b23e_27f332223dfb rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3e66ee3d_056d_48a5_b85e_48ebbeb8d679 , - :EMMO_4207e895_8b83_4318_996a_72cfb32acd94 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_153f5dc9_aebc_42d1_a226_9f4f30212686 ; - owl:someValuesFrom :EMMO_6077b877_8e26_4e07_b559_1869f5346b59 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8b3a3647_44cf_4bdd_b6ce_9bc9da168012 ; - owl:someValuesFrom :EMMO_abb46b94_0f24_4944_97e2_9e61965f4485 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b3ccab7f_f748_4940_b37e_ffb40a8d219f ; - owl:someValuesFrom :EMMO_8f0cb3b9_f29e_4a4b_905a_3b5a012466ec - ] ; - skos:prefLabel "LithiumCobaltOxideMaterial"@en . - - -### http://emmo.info/emmo#EMMO_64420439_5282_4996_b6e1_2044358ac899 -:EMMO_64420439_5282_4996_b6e1_2044358ac899 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_c9450d0b_caac_4de6_b4cf_a2141d71836f - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-7" ; - skos:prefLabel "ElectricPolarization"@en . - - -### http://emmo.info/emmo#EMMO_644b10c5_8948_453e_a440_19c0509d4b5e -:EMMO_644b10c5_8948_453e_a440_19c0509d4b5e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_04cf0295_3e8f_4693_a87f_3130d125cf05 ; - skos:prefLabel "ConventionalWeight"@en . - - -### http://emmo.info/emmo#EMMO_648295d4_7c5a_4aaa_8347_e612dc133d00 -:EMMO_648295d4_7c5a_4aaa_8347_e612dc133d00 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ccca85a5_8a24_4591_93ee_1f137a386bab , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bc307cfa_fa18_4e1c_ae93_ef169ffa86f4 ; - owl:hasValue -1 - ] ; - :EMMO_5cbfe520_e453_4c80_a4f0_af594cd1b844 "https://pubchem.ncbi.nlm.nih.gov/compound/Chloride-ion" ; - :EMMO_83df0ce6_ae53_4c35_97e3_20ee4e23833f 312 ; - skos:prefLabel "ChlorideIon"@en . - - -### http://emmo.info/emmo#EMMO_650e024e_95cd_44a4_82f6_956387eb8a57 -:EMMO_650e024e_95cd_44a4_82f6_956387eb8a57 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_59f9c4f6_1b4a_4bd2_8bf6_8fe200ffc0c9 ; - owl:someValuesFrom :EMMO_ea737941_5adb_479b_9bdf_244425d024a7 - ] ; - skos:prefLabel "TraceableObject"@en . - - -### http://emmo.info/emmo#EMMO_65675235_9ba4_44cc_a1c3_244cd6ea6709 -:EMMO_65675235_9ba4_44cc_a1c3_244cd6ea6709 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_b37a09e6_2193_43e5_9081_327d3fe2fcb2 ; - skos:prefLabel "ElectricCapacitorModel"@en . - - -### http://emmo.info/emmo#EMMO_65c24b42_8074_434b_99ba_7c50cded4149 -:EMMO_65c24b42_8074_434b_99ba_7c50cded4149 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3c4680d5_f597_4d8f_994f_d93caa71193c ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The transport of electric charge driven by a gradient in the electric potential."@en ; - rdfs:comment "Described by Ohm's Law"@en , - "J = -sigma*grad(phi)"@en ; - skos:prefLabel "ConductionChargeFluxEquation"@en . - - -### http://emmo.info/emmo#EMMO_65ec122c_b67f_4009_8b16_2df7dfae118a -:EMMO_65ec122c_b67f_4009_8b16_2df7dfae118a rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-10" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cut-off angular frequency in the Debye model of the vibrational spectrum of a solid"@en ; - skos:prefLabel "DebyeAngularFrequency"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_65ec122c_b67f_4009_8b16_2df7dfae118a ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "cut-off angular frequency in the Debye model of the vibrational spectrum of a solid"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_65efeec4_148f_4843_9954_fe52efff3441 -:EMMO_65efeec4_148f_4843_9954_fe52efff3441 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_eb868040_998a_41b3_bcad_5fb36681b326 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-30.3" ; - skos:prefLabel "MassChangeRate"@en . - - -### http://emmo.info/emmo#EMMO_65fc6cb7_eec0_4491_861f_f6adff4359a3 -:EMMO_65fc6cb7_eec0_4491_861f_f6adff4359a3 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_9c244bae_4611_427d_9c60_d48469fc3656 , - [ rdf:type owl:Restriction ; - owl:onProperty [ owl:inverseOf :EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b - ] ; - owl:allValuesFrom :EMMO_04f2a2d5_e799_4692_a654_420e76f5acc1 - ] ; - skos:prefLabel "GaseousMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_661b9697_fefc_4389_85f2_9ebe4cfe0d21 -:EMMO_661b9697_fefc_4389_85f2_9ebe4cfe0d21 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_89f827fa_f3c4_4071_a69c_084132f780a7 ; - skos:prefLabel "ConvectionHeatFluxTerm"@en . - - -### http://emmo.info/emmo#EMMO_66305f3d_6eef_448a_953d_17abb87788ae -:EMMO_66305f3d_6eef_448a_953d_17abb87788ae rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ad97ebdc_6ec1_473c_adf0_bfe3e62c529c ; - skos:prefLabel "Mesh"@en . - - -### http://emmo.info/emmo#EMMO_6653f57d_efb9_4f14_ae2a_f4cf23f9cff1 -:EMMO_6653f57d_efb9_4f14_ae2a_f4cf23f9cff1 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_d4f7d378_5e3b_468a_baa1_a7e98358cda7 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-10" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "part of the time axis limited by two instants."@en ; - rdfs:comment "A time interval can be specified by the dates marking the initial instant and final instant or by one of these dates and the duration of the time interval."@en , - "A time interval comprises all instants between the two limiting instants and, unless otherwise stated, the limiting instants themselves."@en , - "For the term “time interval”, the word “time” is often used, but is not recommended in this sense. The expression “time interval” is often used in the sense of “duration” but this usage is deprecated to avoid confusion."@en ; - skos:prefLabel "TimeInterval"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_6653f57d_efb9_4f14_ae2a_f4cf23f9cff1 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "part of the time axis limited by two instants."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_6653f57d_efb9_4f14_ae2a_f4cf23f9cff1 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "A time interval can be specified by the dates marking the initial instant and final instant or by one of these dates and the duration of the time interval."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_6653f57d_efb9_4f14_ae2a_f4cf23f9cff1 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "A time interval comprises all instants between the two limiting instants and, unless otherwise stated, the limiting instants themselves."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_6653f57d_efb9_4f14_ae2a_f4cf23f9cff1 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "For the term “time interval”, the word “time” is often used, but is not recommended in this sense. The expression “time interval” is often used in the sense of “duration” but this usage is deprecated to avoid confusion."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_66d01570_36dd_42fd_844d_29b81b029cd5 -:EMMO_66d01570_36dd_42fd_844d_29b81b029cd5 rdfs:subClassOf :EMMO_427d553a_d220_46db_a0e5_9e31ebb79797 . - - -### http://emmo.info/emmo#EMMO_672e2475_8376_4987_82cf_097f0024e74b -:EMMO_672e2475_8376_4987_82cf_097f0024e74b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-32" ; - skos:altLabel "ThermodynamicEquilibriumConstant" ; - skos:prefLabel "StandardEquilibriumConstant"@en . - - -### http://emmo.info/emmo#EMMO_67ba8fb3_6c8a_4122_9c1b_9aa15837bc6a -:EMMO_67ba8fb3_6c8a_4122_9c1b_9aa15837bc6a rdf:type owl:Class ; - rdfs:subClassOf :EMMO_b03f7843_a332_4bbf_a4fa_dfa24d9cf33b , - :EMMO_c3ba45d3_3cf8_4305_af3f_49103c51f200 ; - skos:prefLabel "NonAqueousSilverIon"@en . - - -### http://emmo.info/emmo#EMMO_686308bd_8ed6_49d0_a204_6487dbe56511 -:EMMO_686308bd_8ed6_49d0_a204_6487dbe56511 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b - ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Energy per unit volume."@en ; - skos:altLabel "VolumetricEnergyDensity"@en , - "VolumicEnergy"@en ; - skos:prefLabel "EnergyDensity"@en . - - -### http://emmo.info/emmo#EMMO_69164f9e_c75d_4fbc_a0f8_af7a81bbd128 -:EMMO_69164f9e_c75d_4fbc_a0f8_af7a81bbd128 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-27.2" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "difference in energy between the lowest level of conduction band and the highest level of valence band at zero thermodynamic temperature"@en ; - skos:prefLabel "GapEnergy"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_69164f9e_c75d_4fbc_a0f8_af7a81bbd128 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "difference in energy between the lowest level of conduction band and the highest level of valence band at zero thermodynamic temperature"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_693c1c3c_d988_42c5_9d8f_ddf44f2100e8 -:EMMO_693c1c3c_d988_42c5_9d8f_ddf44f2100e8 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T+1 L-3 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "TimePerVolumeDimension"@en . - - -### http://emmo.info/emmo#EMMO_69b9aead-bb43-4bd5-9168-728cea2116b1 -:EMMO_69b9aead-bb43-4bd5-9168-728cea2116b1 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_98ada9d8_f1c8_4f13_99b5_d890f5354152 , - [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_04f2a2d5_e799_4692_a654_420e76f5acc1 - :EMMO_3c218fbe_60c9_4597_8bcf_41eb1773af1f - :EMMO_7509da43_56b1_4d7f_887a_65d1663df4ba - ) - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_9a084aa3_3d5a_4a62_9fc0_fd88937a19c5 ; - owl:someValuesFrom :EMMO_a2b006f2_bbfd_4dba_bcaa_3fca20cd6be1 - ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A space within a solid host domain that is filled by a liquid, gas, or vacuum. The characteristic length of the pore is much less than the characteristic length of the host domain. An exception is possible for 1 dimension (e.g. long pores)."@en ; - skos:prefLabel "Pore"@en . - - -### http://emmo.info/emmo#EMMO_6a490979_2226_47bb_a2b2_a7951c04cfc7 -:EMMO_6a490979_2226_47bb_a2b2_a7951c04cfc7 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_df96cbb6_b5ee_4222_8eab_b3675df24bea ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-18" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "substance that decreases the concentration of hydrogen cations H+ when dissolved."@en ; - skos:altLabel "AlkalineSubstance"@en ; - skos:prefLabel "Base"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_6a490979_2226_47bb_a2b2_a7951c04cfc7 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "substance that decreases the concentration of hydrogen cations H+ when dissolved."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_6aad14ae_5ca1_4d19_aa6c_56448ff534b6 -:EMMO_6aad14ae_5ca1_4d19_aa6c_56448ff534b6 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-9.2" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "angular wavenumber of electrons in states on the Fermi sphere"@en ; - skos:altLabel "FermiAnglularRepetency"@en ; - skos:prefLabel "FermiAnglularWaveNumber"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_6aad14ae_5ca1_4d19_aa6c_56448ff534b6 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "angular wavenumber of electrons in states on the Fermi sphere"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_6adc3c54_96ea_4319_b7b6_2af3bfc10c33 -:EMMO_6adc3c54_96ea_4319_b7b6_2af3bfc10c33 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4456a5d2_16a6_4ee1_9a8e_5c75956b28ea , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_cdbf555a_6352_40b1_af1d_89eff215d506 - ] ; - skos:prefLabel "FiniteVolumeModel"@en . - - -### http://emmo.info/emmo#EMMO_6b5af5a8_a2d8_4353_a1d6_54c9f778343d -:EMMO_6b5af5a8_a2d8_4353_a1d6_54c9f778343d rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_a77a0a4b_6bd2_42b2_be27_4b63cebbb59e - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-35.1" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "critical thermodynamic temperature of a ferromagnet"@en ; - skos:prefLabel "CurieTemperature"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_6b5af5a8_a2d8_4353_a1d6_54c9f778343d ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "critical thermodynamic temperature of a ferromagnet"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_6b8cca3a_e6e1_41a6_a5ea_f580d2c0013c -:EMMO_6b8cca3a_e6e1_41a6_a5ea_f580d2c0013c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_5bc88245_45a1_4163_b640_f8320cc780de ; - rdfs:comment "J = -K*grad(p)"@en ; - skos:prefLabel "ConvectionMassFluxEquation"@en . - - -### http://emmo.info/emmo#EMMO_6bae1f5a_1644_4da3_b3e4_0a01171034ad -:EMMO_6bae1f5a_1644_4da3_b3e4_0a01171034ad rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-16" ; - skos:prefLabel "LatentHeatOfPhaseTransition"@en . - - -### http://emmo.info/emmo#EMMO_6bcaf4f2_8639_40b4_9d03_5ad3c9ba9540 -:EMMO_6bcaf4f2_8639_40b4_9d03_5ad3c9ba9540 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3e309118_e8b7_4021_80f4_642d2df65d94 , - :EMMO_4d255b9c_43bc_4c11_b68b_0e98274eb34f , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ; - owl:onClass :EMMO_942684c8_f693_47d2_b12f_82a6bc774c9a - ] ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Edge_(geometry)"@en ; - skos:prefLabel "DiscretizationEdge"@en . - - -### http://emmo.info/emmo#EMMO_6befec66_12cc_4a3c_90b6_f974581acc66 -:EMMO_6befec66_12cc_4a3c_90b6_f974581acc66 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4207e895_8b83_4318_996a_72cfb32acd94 ; - skos:prefLabel "InhomogeneousMaterial"@en . - - -### http://emmo.info/emmo#EMMO_6bfe6ad2_96ba_4478_81e5_d8881c550757 -:EMMO_6bfe6ad2_96ba_4478_81e5_d8881c550757 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_ec903946_ddc9_464a_903c_7373e0d1eeb5 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-36.3" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "for type II superconductors, the threshold magnetic flux density for disappearance of bulk superconductivity"@en ; - skos:prefLabel "UpperCriticalMagneticFluxDensity"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_6bfe6ad2_96ba_4478_81e5_d8881c550757 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "for type II superconductors, the threshold magnetic flux density for disappearance of bulk superconductivity"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_6c1c7b2e_7824_47e2_8378_f526632c8db2 -:EMMO_6c1c7b2e_7824_47e2_8378_f526632c8db2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_5773b9f0_9b71_489a_8ad9_3af63d5c757b ; - skos:altLabel "NominalDepth"@en ; - skos:prefLabel "ConventionalDepth"@en . - - -### http://emmo.info/emmo#EMMO_6c659b35_4ded_46b8_82ef_11103664aa0f -:EMMO_6c659b35_4ded_46b8_82ef_11103664aa0f rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T-1 L+2 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AreicSpeedDimension"@en . - - -### http://emmo.info/emmo#EMMO_6cbc00ce_8494_4751_85d6_ada9443226b0 -:EMMO_6cbc00ce_8494_4751_85d6_ada9443226b0 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_135ab8ea_e028_439e_be64_3e0f9734ea2b , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_b17cd88e_9bb7_4d87_ade5_6e181d921f93 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_df96cbb6_b5ee_4222_8eab_b3675df24bea - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-02-14" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """increase of concentration of any component of a gaseous or liquid substance at the interface with another substance, solid or liquid, due to physical or chemical interactions. - --- International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org"""@en ; - rdfs:comment """An example is the attachment of gaseous or liquid substances at the surface of solid bodies. - --- IEC Note 1"""@en ; - skos:prefLabel "Adsorption"@en . - - -### http://emmo.info/emmo#EMMO_6d53d04c_07d3_4522_9181_92649ef78f86 -:EMMO_6d53d04c_07d3_4522_9181_92649ef78f86 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_365b6b4f_baa5_42d4_9e07_09f8ce6952c5 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-29.4" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quotient of number of donor levels and volume"@en ; - skos:prefLabel "DonorDensity"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_6d53d04c_07d3_4522_9181_92649ef78f86 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "quotient of number of donor levels and volume"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_6d61ee3c_c5b6_4452_bc11_e9c33af992a7 -:EMMO_6d61ee3c_c5b6_4452_bc11_e9c33af992a7 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_1c858a71_7078_4c00_8a98_ef883dd8bd9d - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-30.1" ; - skos:prefLabel "MassFlow"@en . - - -### http://emmo.info/emmo#EMMO_6d663cf1_40c6_4a3f_9916_02530c8a9bd8 -:EMMO_6d663cf1_40c6_4a3f_9916_02530c8a9bd8 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2b039054_e7a2_4f7a_8d59_54cb598e4488 , - :EMMO_78f7c8ec_538c_4bf9_b2ff_afc7269d0742 ; - skos:prefLabel "AqueousMagnesiumIon"@en . - - -### http://emmo.info/emmo#EMMO_6e9aef15_272b_4eea_aaa9_2f38b8ae951f -:EMMO_6e9aef15_272b_4eea_aaa9_2f38b8ae951f rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T0 L0 M0 I0 Θ-1 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PerTemperatureDimension"@en . - - -### http://emmo.info/emmo#EMMO_6ed96a06_0efd_4f0e_95d8_483902c6fb38 -:EMMO_6ed96a06_0efd_4f0e_95d8_483902c6fb38 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_909415d1_7c43_4d5e_bbeb_7e1910159f66 ; - skos:altLabel "Confidentiality"@en ; - skos:prefLabel "Permission"@en . - - -### http://emmo.info/emmo#EMMO_6f55a062_4a3b_4bb7_b2d3_54a4a93ce5cc -:EMMO_6f55a062_4a3b_4bb7_b2d3_54a4a93ce5cc rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_50717821_8d78_4695_95bd_5843aa8be915 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-26" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "parameter in the expression for the thermionic emission current density J for a metal in terms of the thermodynamic temperature T and work function"@en ; - skos:prefLabel "RichardsonConstant"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_6f55a062_4a3b_4bb7_b2d3_54a4a93ce5cc ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "parameter in the expression for the thermionic emission current density J for a metal in terms of the thermodynamic temperature T and work function"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_6f876e9d_c6c9_4cda_8c45_7052cca59e7d -:EMMO_6f876e9d_c6c9_4cda_8c45_7052cca59e7d rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2a4dd78e_69c4_4221_98ca_29ec03f8d46f , - :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-16.2" ; - skos:prefLabel "ShearStress"@en . - - -### http://emmo.info/emmo#EMMO_6fbaa99c_54d6_41e2_8c60_0d38e8ef7f47 -:EMMO_6fbaa99c_54d6_41e2_8c60_0d38e8ef7f47 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A flow of electric charge, in which electrons are the charge carrier."@en ; - skos:prefLabel "ElectronicCurrent"@en . - - -### http://emmo.info/emmo#EMMO_700cd058_a54d_4104_97ab_887ad865409e -:EMMO_700cd058_a54d_4104_97ab_887ad865409e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_1adc70d7_dd52_4f21_83dd_25f0bc502d6e - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-21.1" ; - skos:prefLabel "SecondAxialMomentOfArea"@en . - - -### http://emmo.info/emmo#EMMO_70cbd515_d278_4d47_9631_4b48931cc83b -:EMMO_70cbd515_d278_4d47_9631_4b48931cc83b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_e5438930_04e7_4d42_ade5_3700d4a52ab7 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_c611d72b_0921_4c93_ab42_43b30084283e - ] ; - skos:altLabel "FluxEquation"@en ; - skos:prefLabel "FluxTerm"@en . - - -### http://emmo.info/emmo#EMMO_71a0d05d_4c29_4eae_aff1_fb34b8d36f96 -:EMMO_71a0d05d_4c29_4eae_aff1_fb34b8d36f96 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_b6c60208_6552_4412_ae09_9c583d059084 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-16" ; - skos:prefLabel "EnergyDensityOfStates"@en . - - -### http://emmo.info/emmo#EMMO_7243633d_96ff_426d_ae44_8a2504e682da -:EMMO_7243633d_96ff_426d_ae44_8a2504e682da rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_1715e002_3f62_493a_8af4_74f273df2cd7 - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-24" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-42" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "for all types of ions in a solution, half the sum of the products of their molality b_i and the square of their charge number z_i."@en ; - rdfs:comment "Charge number is a quantity of dimension one defined in ChargeNumber."@en ; - skos:prefLabel "IonicStrength"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_7243633d_96ff_426d_ae44_8a2504e682da ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "for all types of ions in a solution, half the sum of the products of their molality b_i and the square of their charge number z_i."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_7254c8be_965d_4b3c_b3be_12c5578bee7c -:EMMO_7254c8be_965d_4b3c_b3be_12c5578bee7c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-2.1" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "vector whose scalar products with all fundamental lattice vectors are integral multiples of 2pi"@en ; - skos:prefLabel "AngularReciprocalLatticeVector"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_7254c8be_965d_4b3c_b3be_12c5578bee7c ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "vector whose scalar products with all fundamental lattice vectors are integral multiples of 2pi"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_7278f78b_9f53_4b34_9a95_1be2d34c84d2 -:EMMO_7278f78b_9f53_4b34_9a95_1be2d34c84d2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ecb0395f_ee1e_4e9a_bf5c_d8e56eee2d18 ; - skos:prefLabel "RedoxReaction"@en . - - -### http://emmo.info/emmo#EMMO_72a6d6b1_04c9_4255_96b8_8dc5b28afb10 -:EMMO_72a6d6b1_04c9_4255_96b8_8dc5b28afb10 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_78f7c8ec_538c_4bf9_b2ff_afc7269d0742 , - :EMMO_b03f7843_a332_4bbf_a4fa_dfa24d9cf33b ; - skos:prefLabel "NonAqueousMagnesiumIon"@en . - - -### http://emmo.info/emmo#EMMO_74cfc811_6e04_4fe4_aea5_6a5cc09f6571 -:EMMO_74cfc811_6e04_4fe4_aea5_6a5cc09f6571 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_a77a0a4b_6bd2_42b2_be27_4b63cebbb59e - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-11" ; - skos:prefLabel "DebyeTemperature"@en . - - -### http://emmo.info/emmo#EMMO_75fd98fe_ed8f_4abc_9afd_b4b99503c541 -:EMMO_75fd98fe_ed8f_4abc_9afd_b4b99503c541 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_f66c2152_0c22_4139_a3ca_f43ff4b8c02a ; - skos:prefLabel "AqueousSodiumIon"@en . - - -### http://emmo.info/emmo#EMMO_764898fa_6d10_40e4_af00_1a62cb2c0311 -:EMMO_764898fa_6d10_40e4_af00_1a62cb2c0311 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ec7464a9_d99d_45f8_965b_4e9230ea8356 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b ; - owl:someValuesFrom :EMMO_560235dd_9c66_4cb2_9468_21662214b9b6 - ] ; - skos:prefLabel "Powder"@en . - - -### http://emmo.info/emmo#EMMO_768c673c_4ab7_41d8_bdaf_fb66a617ac97 -:EMMO_768c673c_4ab7_41d8_bdaf_fb66a617ac97 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_5be9c137_325a_43d8_b7cd_ea93e7721c2d , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b ; - owl:someValuesFrom :EMMO_4639e0e4_5539_445a_8c7f_e27c2654bf41 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b ; - owl:someValuesFrom :EMMO_9439cc75_48ea_444e_a7b9_7842e1bb034c - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b ; - owl:someValuesFrom :EMMO_a416e35d_f12c_4aa6_94c9_e8df0ebf860e - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b ; - owl:someValuesFrom :EMMO_fd22cc71_7746_46a8_8ea0_42c06ff02d30 - ] ; - skos:prefLabel "Air"@en . - - -### http://emmo.info/emmo#EMMO_76acb5d8_5ab8_484b_8354_7f7612f39c17 -:EMMO_76acb5d8_5ab8_484b_8354_7f7612f39c17 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-9.3" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cut-off angular wavenumber in the Debye model of the vibrational spectrum of a solid"@en ; - skos:altLabel "DebyeAngluarRepetency"@en ; - skos:prefLabel "DebyeAngularWaveNumber"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_76acb5d8_5ab8_484b_8354_7f7612f39c17 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "cut-off angular wavenumber in the Debye model of the vibrational spectrum of a solid"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_7753c2f3_3216_432e_85f4_a087c62b6dd7 -:EMMO_7753c2f3_3216_432e_85f4_a087c62b6dd7 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21205421_5783_4d3e_81e5_10c5d894a88a ; - skos:prefLabel "Oxidant"@en . - - -### http://emmo.info/emmo#EMMO_7875bce1_d340_421f_9a4b_c30d03fc0204 -:EMMO_7875bce1_d340_421f_9a4b_c30d03fc0204 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_d5be1faf_0c56_4f5a_9b78_581e6dee949f ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-16"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quotient of the amount of substance nB of ions B, contained in a given volume V of a solution, by that volume: c_B = n_B / V."@en ; - skos:prefLabel "IonConcenration"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_7875bce1_d340_421f_9a4b_c30d03fc0204 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "quotient of the amount of substance nB of ions B, contained in a given volume V of a solution, by that volume: c_B = n_B / V."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_78f7c8ec_538c_4bf9_b2ff_afc7269d0742 -:EMMO_78f7c8ec_538c_4bf9_b2ff_afc7269d0742 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ad3b994f_0ea6_4529_b863_3ff9110d6abe , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bc307cfa_fa18_4e1c_ae93_ef169ffa86f4 ; - owl:hasValue 2 - ] ; - skos:prefLabel "MagnesiumIon"@en . - - -### http://emmo.info/emmo#EMMO_78fb85da_e6d2_4a3e_8fae_e21e63c7b117 -:EMMO_78fb85da_e6d2_4a3e_8fae_e21e63c7b117 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_89f827fa_f3c4_4071_a69c_084132f780a7 ; - skos:prefLabel "RadiationHeatFluxTerm"@en . - - -### http://emmo.info/emmo#EMMO_7baaddc9_2d75_4681_b476_2a892107896c -:EMMO_7baaddc9_2d75_4681_b476_2a892107896c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_427d553a_d220_46db_a0e5_9e31ebb79797 , - :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_ec987ba8_a548_4fc9_9df6_a834daebd140 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-10" ; - skos:prefLabel "Impulse"@en . - - -### http://emmo.info/emmo#EMMO_7c1dc325_109b_4735_b9ea_b33a0368446f -:EMMO_7c1dc325_109b_4735_b9ea_b33a0368446f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-34" ; - skos:prefLabel "RelativeMassConcentrationOfVapour"@en . - - -### http://emmo.info/emmo#EMMO_7c622a76_3822_443d_a96d_e530f75d5cda -:EMMO_7c622a76_3822_443d_a96d_e530f75d5cda rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2b039054_e7a2_4f7a_8d59_54cb598e4488 , - :EMMO_31f35d09_f483_4c12_ba49_b7581c5891e8 ; - skos:prefLabel "AqueousLithiumIon"@en . - - -### http://emmo.info/emmo#EMMO_7d20b67d_3565_492e_9d59_f29c2c525276 -:EMMO_7d20b67d_3565_492e_9d59_f29c2c525276 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1285a53a_a8a8_45e4_b39b_d54348721db2 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_42b9bd2b_20af_4b8a_b001_0c0dce9f9745 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_5bc88245_45a1_4163_b640_f8320cc780de - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_d0592008_1de9_4ce1_99a4_3c38547c240f - ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An equation describing the continuum transport of mass."@en ; - rdfs:comment "Derived from the law of the conservation of mass."@en , - "\\dot{\\rho} - div(N) = \\dot{s}"@en ; - skos:prefLabel "MassContinuityEquation"@en . - - -### http://emmo.info/emmo#EMMO_7e53a8b4_6e02_4e56_80d4_8683f92b9c77 -:EMMO_7e53a8b4_6e02_4e56_80d4_8683f92b9c77 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_9df135e7_12e3_42a1_8ea2_10e63ce22498 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-9" ; - skos:prefLabel "LinearElectricCurrentDensity"@en . - - -### http://emmo.info/emmo#EMMO_7e7ec754_074c_4664_864f_d55ef2f42f0a -:EMMO_7e7ec754_074c_4664_864f_d55ef2f42f0a rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T-1 L0 M0 I0 Θ0 N+1 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AmountPerTimeDimension"@en . - - -### http://emmo.info/emmo#EMMO_7ea55049_bd1a_46ee_98b4_04ec1c24c9b1 -:EMMO_7ea55049_bd1a_46ee_98b4_04ec1c24c9b1 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7c8007b0_58a7_4486_bf1c_4772852caca0 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An electric current density in which the charge carriers are electrons."@en ; - skos:prefLabel "ElectronicCurrentDensity"@en . - - -### http://emmo.info/emmo#EMMO_7efd602d_a2b5_4e95_89df_014a287b7f84 -:EMMO_7efd602d_a2b5_4e95_89df_014a287b7f84 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ff1cb30e_1490_474c_80db_81808a30e13f ; - skos:altLabel "NominalDisplacement"@en ; - skos:prefLabel "ConventionalDisplacement"@en . - - -### http://emmo.info/emmo#EMMO_7f8db4c8_4dc5_4e39_bfb0_0a123679d831 -:EMMO_7f8db4c8_4dc5_4e39_bfb0_0a123679d831 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Porosity or void fraction is a measure of the void (i.e. \"empty\") spaces in a material, and is a fraction of the volume of voids over the total volume, between 0 and 1, or as a percentage between 0% and 100%."@en ; - skos:prefLabel "Porosity"@en . - - -### http://emmo.info/emmo#EMMO_7f9b4abe_0bf1_48dc_9bd0_ea34e926ec85 -:EMMO_7f9b4abe_0bf1_48dc_9bd0_ea34e926ec85 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-29" ; - skos:prefLabel "MechanicalEfficiency"@en . - - -### http://emmo.info/emmo#EMMO_802c167d_b792_4cb8_a315_35797345c0e3 -:EMMO_802c167d_b792_4cb8_a315_35797345c0e3 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 , - :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3ecff38b_b3cf_4a78_b49f_8580abf8715b - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-47"@en ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-15" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quantity C = dQ/dT, when the thermodynamic temperature of a system is increased by dT as a result of the addition of a amount of heat dQ, under given condition."@en ; - rdfs:comment "Examples of condition might be constant volume or constant pressure for a gas."@en ; - skos:prefLabel "HeatCapacity"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_802c167d_b792_4cb8_a315_35797345c0e3 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "quantity C = dQ/dT, when the thermodynamic temperature of a system is increased by dT as a result of the addition of a amount of heat dQ, under given condition."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_802c167d_b792_4cb8_a315_35797345c0e3 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "Examples of condition might be constant volume or constant pressure for a gas."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_8040a6f6_4736_4dd2_8d1c_f2c13cb77a71 -:EMMO_8040a6f6_4736_4dd2_8d1c_f2c13cb77a71 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-52" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-17.2" ; - rdfs:comment "For an ideal gas, isentropic exponent is equal to ratio of the specific heat capacities."@en ; - skos:prefLabel "IsentropicExponent"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_8040a6f6_4736_4dd2_8d1c_f2c13cb77a71 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "For an ideal gas, isentropic exponent is equal to ratio of the specific heat capacities."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_80b19ae3_7248_4205_8c79_4e94f5f0444c -:EMMO_80b19ae3_7248_4205_8c79_4e94f5f0444c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-35.3" ; - skos:altLabel "GrandPartionFunction"@en ; - skos:prefLabel "GrandCanonicalPartionFunction"@en . - - -### http://emmo.info/emmo#EMMO_80fe82d4_f4c1_43a1_98dc_ee5fc7927e19 -:EMMO_80fe82d4_f4c1_43a1_98dc_ee5fc7927e19 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_12b2ec1e_fb89_468a_a51d_97c2a6db297c ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-21"@en ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "For more details, see ISO 80000-9:2009, Annex C"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """number quantifying the acidic or the alkaline character of a solution, equal to the negative of the decimal logarithm of ion activity aH+ of the hydrogen cation H+ - -pH = −10 log(a_H+)"""@en ; - rdfs:comment """At about 25 °C aqueous solutions with: - -pH < 7 are acidic; -pH = 7 are neutral; -pH > 7 are alkaline. - -At temperatures far from 25 °C the pH of a neutral solution differs significantly from 7."""@en , - "Written as pH"@en ; - skos:prefLabel "PH"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_80fe82d4_f4c1_43a1_98dc_ee5fc7927e19 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget """number quantifying the acidic or the alkaline character of a solution, equal to the negative of the decimal logarithm of ion activity aH+ of the hydrogen cation H+ - -pH = −10 log(a_H+)"""@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_80fe82d4_f4c1_43a1_98dc_ee5fc7927e19 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget """At about 25 °C aqueous solutions with: - -pH < 7 are acidic; -pH = 7 are neutral; -pH > 7 are alkaline. - -At temperatures far from 25 °C the pH of a neutral solution differs significantly from 7."""@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_8168c707_1b2a_4c6f_8d2e_a4e8081fd276 -:EMMO_8168c707_1b2a_4c6f_8d2e_a4e8081fd276 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_58c31095_55ba_412d_8763_d768921e5f66 - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-41" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-11" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "reciprocal of the coefficient of heat transfer K, thus M = 1/K."@en ; - skos:altLabel "CoefficientOfThermalInsulance"@en ; - skos:prefLabel "ThermalInsulance"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_8168c707_1b2a_4c6f_8d2e_a4e8081fd276 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "reciprocal of the coefficient of heat transfer K, thus M = 1/K."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_81cdab15_d13d_47e5_ac1b_65b6bd7c4da6 -:EMMO_81cdab15_d13d_47e5_ac1b_65b6bd7c4da6 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_d0592008_1de9_4ce1_99a4_3c38547c240f ; - skos:prefLabel "ChemicalSpeciesSourceTerm"@en . - - -### http://emmo.info/emmo#EMMO_8219a082_9443_4374_8038_6459d5cf4ce9 -:EMMO_8219a082_9443_4374_8038_6459d5cf4ce9 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_365b6b4f_baa5_42d4_9e07_09f8ce6952c5 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-29.5" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quotient of number of acceptor levels and volume."@en ; - skos:prefLabel "AcceptorDensity"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_8219a082_9443_4374_8038_6459d5cf4ce9 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "quotient of number of acceptor levels and volume."@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_83033b45_90fd_456b_92e3_c4abcefd0fa6 -:EMMO_83033b45_90fd_456b_92e3_c4abcefd0fa6 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_602397bd_e302_42a6_be33_fe67ea81933a , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_7e7ec754_074c_4664_864f_d55ef2f42f0a - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-02" ; - skos:prefLabel "ReactionRate"@en . - - -### http://emmo.info/emmo#EMMO_84d23674_b2d6_401a_9d4a_e718ee346baf -:EMMO_84d23674_b2d6_401a_9d4a_e718ee346baf rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T+3 L-3 M-1 I+2 Θ0 N-1 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricConductivityPerAmountDimension"@en . - - -### http://emmo.info/emmo#EMMO_85605643_f9ed_42ae_85ff_4a7443288dfd -:EMMO_85605643_f9ed_42ae_85ff_4a7443288dfd rdf:type owl:Class ; - rdfs:subClassOf :EMMO_e218c625_6a39_47a9_8d08_a2ef41c152a9 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-21.3" ; - skos:prefLabel "SpecificEnthalpy"@en . - - -### http://emmo.info/emmo#EMMO_85bb3746_9000_443e_a225_7e44b5b19131 -:EMMO_85bb3746_9000_443e_a225_7e44b5b19131 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_32dcd601_47c7_4028_b7fa_5e972ae57f12 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-30" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "at a point of a curve, radius of the osculating circle."@en ; - rdfs:comment "The osculating circle is the circle tangent to a curve at a point that approaches at best the curve in the vicinity of the point."@en ; - skos:prefLabel "RadiusOfCurvature"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_85bb3746_9000_443e_a225_7e44b5b19131 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "at a point of a curve, radius of the osculating circle."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_85bb3746_9000_443e_a225_7e44b5b19131 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "The osculating circle is the circle tangent to a curve at a point that approaches at best the curve in the vicinity of the point."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_874ed64f_7343_4550_8207_d41e0a220925 -:EMMO_874ed64f_7343_4550_8207_d41e0a220925 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2b039054_e7a2_4f7a_8d59_54cb598e4488 , - :EMMO_99f9c4e3_3079_4d10_bb81_a8138e27193e ; - skos:prefLabel "AqueousZincateIon"@en . - - -### http://emmo.info/emmo#EMMO_8758dcf9_df3c_42cb_954a_98c17ace5783 -:EMMO_8758dcf9_df3c_42cb_954a_98c17ace5783 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_b37a09e6_2193_43e5_9081_327d3fe2fcb2 ; - skos:prefLabel "WarburgElementModel"@en . - - -### http://emmo.info/emmo#EMMO_877491a2_c810_47d0_8187_e796e01bc562 -:EMMO_877491a2_c810_47d0_8187_e796e01bc562 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T+3 L-2 M-1 I0 Θ+1 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ThermalResistanceDimension"@en . - - -### http://emmo.info/emmo#EMMO_87ac88ff_8379_4f5a_8c7b_424a8fff1ee8 -:EMMO_87ac88ff_8379_4f5a_8c7b_424a8fff1ee8 rdfs:subClassOf :EMMO_23b9d75b_2fdb_4bef_b839_202c026f88f9 . - - -### http://emmo.info/emmo#EMMO_87f7ffba_148c_4be2_b03c_6b93d044e355 -:EMMO_87f7ffba_148c_4be2_b03c_6b93d044e355 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A flow of electric charge, in which ions are the charge carrier."@en ; - skos:prefLabel "IonicCurrent"@en . - - -### http://emmo.info/emmo#EMMO_8836f42d_7cf3_4f26_ad15_4798261f26c0 -:EMMO_8836f42d_7cf3_4f26_ad15_4798261f26c0 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1285a53a_a8a8_45e4_b39b_d54348721db2 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_3c4680d5_f597_4d8f_994f_d93caa71193c - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_4a9030bd_a1b2_45ac_909b_f98257c2b355 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_d4980a67_3a9f_47e3_9c8a_edc814dd8654 - ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Equation describing the continuum transport of electric charge."@en ; - rdfs:comment "-\\div(j) + dot{s}_{charge} = 0"@en , - "Derived from the law of conservation of charge (electroneutrality)."@en ; - skos:prefLabel "ElectricChargeContinuityEquation"@en . - - -### http://emmo.info/emmo#EMMO_8855ee61_bd9d_40a5_a1b3_1bba1265997f -:EMMO_8855ee61_bd9d_40a5_a1b3_1bba1265997f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21f56795_ee72_4858_b571_11cfaa59c1a8 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-02-01" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "element of the unlimited sequence {0, 1, 2, 3,...}"@en ; - rdfs:comment "The operations of addition and multiplication are defined for any two natural numbers."@en , - "The set of natural numbers is denoted by ℕ (N with oblique bar doubled), or N, or sometimes N with left vertical bar doubled. This set without zero is denoted by an asterisk to the symbol, for example ℕ*."@en , - "There is a total order on the set of natural numbers."@en ; - skos:prefLabel "NaturalNumber"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_8855ee61_bd9d_40a5_a1b3_1bba1265997f ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "element of the unlimited sequence {0, 1, 2, 3,...}"@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_886437e2_9e44_4e7a_81cb_7404c8f76e8f -:EMMO_886437e2_9e44_4e7a_81cb_7404c8f76e8f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_70cbd515_d278_4d47_9631_4b48931cc83b ; - skos:prefLabel "EnergyFluxTerm"@en . - - -### http://emmo.info/emmo#EMMO_8864793d_0f36_4fa3_b54a_90d0234f976a -:EMMO_8864793d_0f36_4fa3_b54a_90d0234f976a rdf:type owl:Class ; - rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_48007922_40a6_4f49_8410_cdce0adaefb7 - ] ; - skos:altLabel "4-26" ; - skos:prefLabel "SurfaceTension"@en . - - -### http://emmo.info/emmo#EMMO_88bbdd04_908f_45f0_9ded_d73b430de3b1 -:EMMO_88bbdd04_908f_45f0_9ded_d73b430de3b1 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_693c1c3c_d988_42c5_9d8f_ddf44f2100e8 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-12" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quotient of the number of vibrational modes in an infinitesimal interval of angular frequency, and the product of the width of that interval and volume"@en ; - skos:prefLabel "DensityOfVibrationalStates"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_88bbdd04_908f_45f0_9ded_d73b430de3b1 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "quotient of the number of vibrational modes in an infinitesimal interval of angular frequency, and the product of the width of that interval and volume"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_89d04b65_5b11_4916_b606_0cf3f007fcd9 -:EMMO_89d04b65_5b11_4916_b606_0cf3f007fcd9 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-23.2" ; - skos:altLabel "DynamicFrictionFactor"@en ; - skos:prefLabel "KineticFrictionFactor"@en . - - -### http://emmo.info/emmo#EMMO_89f827fa_f3c4_4071_a69c_084132f780a7 -:EMMO_89f827fa_f3c4_4071_a69c_084132f780a7 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_886437e2_9e44_4e7a_81cb_7404c8f76e8f ; - skos:prefLabel "HeatFluxTerm"@en . - - -### http://emmo.info/emmo#EMMO_8a5abb71_1611_46ea_9cb0_0ab974224f0d -:EMMO_8a5abb71_1611_46ea_9cb0_0ab974224f0d rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T0 L-2 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PerAreaDimension"@en . - - -### http://emmo.info/emmo#EMMO_8b3c89c3_57a1_41fc_9c92_653f586a4074 -:EMMO_8b3c89c3_57a1_41fc_9c92_653f586a4074 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_cde4368c_1d4d_4c94_8548_604749523c6d ; - skos:prefLabel "IonicConductivity"@en . - - -### http://emmo.info/emmo#EMMO_8b4af754_110a_4854_ac65_349ebafc1bed -:EMMO_8b4af754_110a_4854_ac65_349ebafc1bed rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_dd8f0409_bde4_4a6f_a130_7064ab904264 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-5" ; - skos:prefLabel "MolarVolume"@en . - - -### http://emmo.info/emmo#EMMO_8c505092_403d_4912_9a01_5a56793fbfc1 -:EMMO_8c505092_403d_4912_9a01_5a56793fbfc1 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_42b9bd2b_20af_4b8a_b001_0c0dce9f9745 ; - skos:prefLabel "ChemicalSpeciesAccumulationTerm"@en . - - -### http://emmo.info/emmo#EMMO_8dacb56f_5931_443b_8de6_f31aec44036c -:EMMO_8dacb56f_5931_443b_8de6_f31aec44036c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-15.1" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "average distance that phonons travel between two successive interactions"@en ; - skos:prefLabel "MeanFreePathOfPhonons"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_8dacb56f_5931_443b_8de6_f31aec44036c ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "average distance that phonons travel between two successive interactions"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_8dd40ec6_2c5a_43f3_bf64_cadcd447a1c1 -:EMMO_8dd40ec6_2c5a_43f3_bf64_cadcd447a1c1 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 , - :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_ac3b327c_fc83_4aec_acd1_80ef3caaef5b - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-38" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-9" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "at a point fixed in a medium with a temperature field, scalar quantity λ characterizing the ability of the medium to transmit heat through a surface element containing that point: φ = −λ grad T, where φ is the density of heat flow rate and T is thermodynamic temperature."@en ; - rdfs:comment "In an anisotropic medium, thermal conductivity is a tensor quantity."@en ; - skos:prefLabel "ThermalConductivity"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_8dd40ec6_2c5a_43f3_bf64_cadcd447a1c1 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "at a point fixed in a medium with a temperature field, scalar quantity λ characterizing the ability of the medium to transmit heat through a surface element containing that point: φ = −λ grad T, where φ is the density of heat flow rate and T is thermodynamic temperature."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_8dd40ec6_2c5a_43f3_bf64_cadcd447a1c1 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "In an anisotropic medium, thermal conductivity is a tensor quantity."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_8e08b6d4_da0f_4722_a69a_301f2246546c -:EMMO_8e08b6d4_da0f_4722_a69a_301f2246546c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-15.2" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "average distance that electrons travel between two successive interactions"@en ; - skos:prefLabel "MeanFreePathOfElectrons"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_8e08b6d4_da0f_4722_a69a_301f2246546c ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "average distance that electrons travel between two successive interactions"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_8ec0948b_2c21_4b50_a35f_4f9f8ad0f3d7 -:EMMO_8ec0948b_2c21_4b50_a35f_4f9f8ad0f3d7 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_e150fa8d_06dc_4bb8_bf95_04e2aea529c1 ; - skos:prefLabel "ElectronicResistivity"@en . - - -### http://emmo.info/emmo#EMMO_8f0cb3b9_f29e_4a4b_905a_3b5a012466ec -:EMMO_8f0cb3b9_f29e_4a4b_905a_3b5a012466ec rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4207e895_8b83_4318_996a_72cfb32acd94 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_153f5dc9_aebc_42d1_a226_9f4f30212686 ; - owl:someValuesFrom :EMMO_6077b877_8e26_4e07_b559_1869f5346b59 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8b3a3647_44cf_4bdd_b6ce_9bc9da168012 ; - owl:someValuesFrom :EMMO_abb46b94_0f24_4944_97e2_9e61965f4485 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b3ccab7f_f748_4940_b37e_ffb40a8d219f ; - owl:someValuesFrom :EMMO_8f0cb3b9_f29e_4a4b_905a_3b5a012466ec - ] ; - skos:prefLabel "LithiumCobaltOxideMolecule"@en . - - -### http://emmo.info/emmo#EMMO_8f171308_f902_42c5_ac1d_d5259022e9c1 -:EMMO_8f171308_f902_42c5_ac1d_d5259022e9c1 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-64" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-32" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quantity wd = 1 − wH2O, where wH2O is mass fraction of water."@en ; - skos:prefLabel "MassFractionOfDryMatter"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_8f171308_f902_42c5_ac1d_d5259022e9c1 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "quantity wd = 1 − wH2O, where wH2O is mass fraction of water."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_8f6090af_095c_4d07_ba4f_6d6ff00b0bf4 -:EMMO_8f6090af_095c_4d07_ba4f_6d6ff00b0bf4 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T-2 L0 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AngularFrequencyDimension"@en . - - -### http://emmo.info/emmo#EMMO_8fc576e1_3984_402b_a548_be921b4e1bf4 -:EMMO_8fc576e1_3984_402b_a548_be921b4e1bf4 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_b4f4ed28_d24c_4a00_9583_62ab839abeca ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-50" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-16.3" ; - skos:altLabel "SpecificHeatCapacityAtConstantVolume"@en ; - skos:prefLabel "IsochoricHeatCapacity"@en . - - -### http://emmo.info/emmo#EMMO_8fdabd25_01e0_4296_b82a_09d1c34e52d4 -:EMMO_8fdabd25_01e0_4296_b82a_09d1c34e52d4 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-18" ; - skos:prefLabel "PoissonNumber"@en . - - -### http://emmo.info/emmo#EMMO_908da3d5_775e_425e_af96_33914618eb66 -:EMMO_908da3d5_775e_425e_af96_33914618eb66 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_a919791c_2d25_4589_87eb_742b6134473d - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-34"@en ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-24"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "for a fluid with laminar flow in x-direction, thus for which vy = vz = 0 and vx = vx (z) ≥ 0, where x, y, z are Cartesian coordinates, scalar quantity characterizing internal friction and equal to τxz/(dvx/dz), where τxz is the shear stress in the fluid."@en ; - skos:altLabel "Viscosity"@en ; - skos:prefLabel "DynamicViscosity"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_908da3d5_775e_425e_af96_33914618eb66 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "for a fluid with laminar flow in x-direction, thus for which vy = vz = 0 and vx = vx (z) ≥ 0, where x, y, z are Cartesian coordinates, scalar quantity characterizing internal friction and equal to τxz/(dvx/dz), where τxz is the shear stress in the fluid."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_90a1a4d4_7f02_4b0e_9bfd_053bafbed5f2 -:EMMO_90a1a4d4_7f02_4b0e_9bfd_053bafbed5f2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-35.1" ; - skos:prefLabel "MicrocanonicalPartitionFunction"@en . - - -### http://emmo.info/emmo#EMMO_90e934e5_634e_4821_80f8_998b1291a9ef -:EMMO_90e934e5_634e_4821_80f8_998b1291a9ef rdf:type owl:Class ; - rdfs:subClassOf :EMMO_9c244bae_4611_427d_9c60_d48469fc3656 , - [ rdf:type owl:Restriction ; - owl:onProperty [ owl:inverseOf :EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b - ] ; - owl:allValuesFrom :EMMO_7509da43_56b1_4d7f_887a_65d1663df4ba - ] ; - skos:prefLabel "LiquidMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_90fa8b63_e59d_4c71_b245_6bb759a22e26 -:EMMO_90fa8b63_e59d_4c71_b245_6bb759a22e26 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_6e9aef15_272b_4eea_aaa9_2f38b8ae951f - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-3.3" ; - skos:prefLabel "RelativePressureCoefficient"@en . - - -### http://emmo.info/emmo#EMMO_918afe84_ccae_4d64_a793_ccf727f07887 -:EMMO_918afe84_ccae_4d64_a793_ccf727f07887 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T-6 L+4 M+2 I-2 Θ0 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "LorenzNumberDimension"@en . - - -### http://emmo.info/emmo#EMMO_91a99750_7914_42be_9fe5_b82c59183450 -:EMMO_91a99750_7914_42be_9fe5_b82c59183450 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-36"@en ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-7"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "amount of heat through a surface during a time interval divided by the duration of this interval."@en ; - skos:prefLabel "HeatFlowRate"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_91a99750_7914_42be_9fe5_b82c59183450 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "amount of heat through a surface during a time interval divided by the duration of this interval."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_92a9423e_c565_49ee_b9d9_8c3c99ec278b -:EMMO_92a9423e_c565_49ee_b9d9_8c3c99ec278b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_f658c301_ce93_46cf_9639_4eace2c5d1d5 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-10" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quantity that can be defined for a quasi-static process."@en ; - :EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "work and amount of heat"@en ; - skos:prefLabel "ProcessQuantity"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_92a9423e_c565_49ee_b9d9_8c3c99ec278b ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "quantity that can be defined for a quasi-static process."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_942684c8_f693_47d2_b12f_82a6bc774c9a -:EMMO_942684c8_f693_47d2_b12f_82a6bc774c9a rdf:type owl:Class ; - rdfs:subClassOf :EMMO_39362460_2a97_4367_8f93_0418c2ac9a08 , - :EMMO_4d255b9c_43bc_4c11_b68b_0e98274eb34f ; - skos:prefLabel "DiscretizationNode"@en . - - -### http://emmo.info/emmo#EMMO_9439cc75_48ea_444e_a7b9_7842e1bb034c -:EMMO_9439cc75_48ea_444e_a7b9_7842e1bb034c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21205421_5783_4d3e_81e5_10c5d894a88a , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ; - owl:onClass - ] ; - :EMMO_3acf3a7e_af12_427a_a21a_68d9ff4afa27 "O" ; - :EMMO_5cbfe520_e453_4c80_a4f0_af594cd1b844 "https://pubchem.ncbi.nlm.nih.gov/compound/Water" ; - :EMMO_77009747_9bf4_4746_9762_8e91aeb70ab6 "oxidane" ; - :EMMO_83df0ce6_ae53_4c35_97e3_20ee4e23833f 962 ; - :EMMO_ba4237ba_e1c3_451d_9785_23d50a242aac "H2O" ; - skos:prefLabel "WaterMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_94857660_8739_4270_99a7_c388933fa17d -:EMMO_94857660_8739_4270_99a7_c388933fa17d rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-62"@en ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-30" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "ratio of the mass of water vapour to the mass of dry air in a given volume of air."@en ; - rdfs:comment "The mixing ratio at saturation is denoted xsat."@en ; - skos:altLabel "MassRatioOfWaterVapourToDryGas"@en ; - skos:prefLabel "MixingRatio"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_94857660_8739_4270_99a7_c388933fa17d ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "ratio of the mass of water vapour to the mass of dry air in a given volume of air."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_94857660_8739_4270_99a7_c388933fa17d ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "The mixing ratio at saturation is denoted xsat."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_950256cd_c286_4793_b9f7_a3f922d0c354 -:EMMO_950256cd_c286_4793_b9f7_a3f922d0c354 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_14b629dd_a753_49b2_b6c3_4908eb8b7131 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-23" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quotient of Thomson heat power developed, and the electric current and temperature difference"@en ; - skos:prefLabel "ThomsonCoefficient"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_950256cd_c286_4793_b9f7_a3f922d0c354 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "quotient of Thomson heat power developed, and the electric current and temperature difference"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_9536a2c6_fddd_48b3_ae48_842ba3e78310 -:EMMO_9536a2c6_fddd_48b3_ae48_842ba3e78310 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_1c858a71_7078_4c00_8a98_ef883dd8bd9d - ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Rate of mass movement through a unit area."@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Mass_flux"@en ; - skos:prefLabel "MassFlux"@en . - - -### http://emmo.info/emmo#EMMO_954b7346_35d9_4ca1_8c75_34738c9df157 -:EMMO_954b7346_35d9_4ca1_8c75_34738c9df157 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_135ab8ea_e028_439e_be64_3e0f9734ea2b , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_6703954e_34c4_4a15_a9e7_f313760ae1a8 ; - owl:someValuesFrom :EMMO_c301e91b_a861_464b_9f61_736fdb55abbd - ] ; - skos:prefLabel "PhaseGrowth"@en . - - -### http://emmo.info/emmo#EMMO_97a0b9c7_8568_4674_9bb7_938d5cd9f607 -:EMMO_97a0b9c7_8568_4674_9bb7_938d5cd9f607 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4207e895_8b83_4318_996a_72cfb32acd94 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b3ccab7f_f748_4940_b37e_ffb40a8d219f ; - owl:someValuesFrom :EMMO_8f87e700_99a8_4427_8ffb_e493de05c217 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b3ccab7f_f748_4940_b37e_ffb40a8d219f ; - owl:someValuesFrom :EMMO_9439cc75_48ea_444e_a7b9_7842e1bb034c - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b3ccab7f_f748_4940_b37e_ffb40a8d219f ; - owl:someValuesFrom :EMMO_f2481039_319f_4703_bf75_5ae969a7dc4a - ] ; - skos:prefLabel "WaterMaterial"@en . - - -### http://emmo.info/emmo#EMMO_9864a26d_ee34_43ac_bc01_118734886185 -:EMMO_9864a26d_ee34_43ac_bc01_118734886185 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-36.2" ; - skos:altLabel "Multiplicity"@en ; - skos:prefLabel "Degenerency"@en . - - -### http://emmo.info/emmo#EMMO_987594e7_c152_4f76_88cf_a80874a864fd -:EMMO_987594e7_c152_4f76_88cf_a80874a864fd rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-27.2" ; - skos:altLabel "OsmoticFactorOfSolvent"@en ; - skos:prefLabel "OsmoticCoefficientOfSolvent"@en . - - -### http://emmo.info/emmo#EMMO_98909c8e_7f1f_4a9b_a0b1_a4a33cfb626a -:EMMO_98909c8e_7f1f_4a9b_a0b1_a4a33cfb626a rdf:type owl:Class ; - rdfs:subClassOf :EMMO_52ad5472_29eb_49d5_bff3_bb354a656020 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_3cc59a03_3837_4504_900b_6ce3e589f610 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_89f827fa_f3c4_4071_a69c_084132f780a7 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_e3d442e5_eae4_4fc5_a062_553bf900d9cd - ] ; - skos:prefLabel "HeatContinuityEquation"@en . - - -### http://emmo.info/emmo#EMMO_9895ee08_0a4f_46a5_8aee_f2f175bd686b -:EMMO_9895ee08_0a4f_46a5_8aee_f2f175bd686b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ad3b994f_0ea6_4529_b863_3ff9110d6abe , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bc307cfa_fa18_4e1c_ae93_ef169ffa86f4 ; - owl:hasValue 1 - ] ; - :EMMO_5cbfe520_e453_4c80_a4f0_af594cd1b844 "https://pubchem.ncbi.nlm.nih.gov/compound/Proton" ; - :EMMO_83df0ce6_ae53_4c35_97e3_20ee4e23833f 5460653 ; - skos:altLabel "H+" ; - skos:prefLabel "Proton"@en . - - -### http://emmo.info/emmo#EMMO_98e27347_42ca_4613_98c9_c573f199a50e -:EMMO_98e27347_42ca_4613_98c9_c573f199a50e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ba4137a3_e467_4925_9bf7_3084ed733ac5 ; - skos:prefLabel "EnergySourceTerm"@en . - - -### http://emmo.info/emmo#EMMO_98ec09ed_d4ad_472d_8174_54f81fef2b6e -:EMMO_98ec09ed_d4ad_472d_8174_54f81fef2b6e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4639e0e4_5539_445a_8c7f_e27c2654bf41 , - :EMMO_65fc6cb7_eec0_4491_861f_f6adff4359a3 ; - skos:prefLabel "GaseousOxygenMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_99f9c4e3_3079_4d10_bb81_a8138e27193e -:EMMO_99f9c4e3_3079_4d10_bb81_a8138e27193e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ccca85a5_8a24_4591_93ee_1f137a386bab , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass :EMMO_1b0f38b3_2897_42b4_a09e_c04977717bf9 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger ; - owl:onClass :EMMO_f2481039_319f_4703_bf75_5ae969a7dc4a - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bc307cfa_fa18_4e1c_ae93_ef169ffa86f4 ; - owl:hasValue -2 - ] ; - skos:prefLabel "ZincateIon"@en . - - -### http://emmo.info/emmo#EMMO_9a4271fc_98de_49a9_9eda_598afb8c5324 -:EMMO_9a4271fc_98de_49a9_9eda_598afb8c5324 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a293f923_954c_4af5_9f97_9600ebd362cb ; - skos:prefLabel "ReactionQuotient"@en . - - -### http://emmo.info/emmo#EMMO_9a937ec4_0037_44ef_b734_965250c54186 -:EMMO_9a937ec4_0037_44ef_b734_965250c54186 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ccca85a5_8a24_4591_93ee_1f137a386bab , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger ; - owl:onClass - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bc307cfa_fa18_4e1c_ae93_ef169ffa86f4 ; - owl:hasValue -1 - ] ; - :EMMO_3acf3a7e_af12_427a_a21a_68d9ff4afa27 "[O-][Mn](=O)(=O)=O" ; - :EMMO_5cbfe520_e453_4c80_a4f0_af594cd1b844 "https://pubchem.ncbi.nlm.nih.gov/compound/Permanganate" ; - :EMMO_77009747_9bf4_4746_9762_8e91aeb70ab6 "permanganate" ; - :EMMO_83df0ce6_ae53_4c35_97e3_20ee4e23833f 24401 ; - :EMMO_ba4237ba_e1c3_451d_9785_23d50a242aac "MnO4-" ; - skos:prefLabel "PermanganateIon"@en . - - -### http://emmo.info/emmo#EMMO_9bc6da11_528a_44e8_bd9e_c4154eae7e55 -:EMMO_9bc6da11_528a_44e8_bd9e_c4154eae7e55 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_e10b7f63_f14d_44d0_a241_449fe96686fc - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-5.1" ; - skos:prefLabel "IsothermalCompressibility"@en . - - -### http://emmo.info/emmo#EMMO_9c244bae_4611_427d_9c60_d48469fc3656 -:EMMO_9c244bae_4611_427d_9c60_d48469fc3656 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_038e37a3_1684_4980_b5e4_67ab34cd5bdb , - :EMMO_21205421_5783_4d3e_81e5_10c5d894a88a , - [ rdf:type owl:Restriction ; - owl:onProperty [ owl:inverseOf :EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b - ] ; - owl:someValuesFrom :EMMO_23b9d75b_2fdb_4bef_b839_202c026f88f9 - ] ; - skos:prefLabel "MolecularEntityInStateOfAggregation"@en . - - -### http://emmo.info/emmo#EMMO_9cfa7f0a_8e3d_4980_bd32_13fed02f1710 -:EMMO_9cfa7f0a_8e3d_4980_bd32_13fed02f1710 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_602397bd_e302_42a6_be33_fe67ea81933a , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f - ] ; - skos:prefLabel "GibbsEnergyOfReaction"@en . - - -### http://emmo.info/emmo#EMMO_9d018f03_bbda_4ca5_bc4c_646e72651e53 -:EMMO_9d018f03_bbda_4ca5_bc4c_646e72651e53 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_365b6b4f_baa5_42d4_9e07_09f8ce6952c5 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-29.2" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quotient of number of holes in valence band and volume"@en ; - skos:prefLabel "HoleDensity"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_9d018f03_bbda_4ca5_bc4c_646e72651e53 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "quotient of number of holes in valence band and volume"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_9dc3fa70_9e98_4d89_b474_0f351c6d84a6 -:EMMO_9dc3fa70_9e98_4d89_b474_0f351c6d84a6 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_135ab8ea_e028_439e_be64_3e0f9734ea2b ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-08"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """process which can be approximated by a sequence of equilibrium states - --- International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org"""@en ; - skos:prefLabel "QuasiStaticProcess"@en . - - -### http://emmo.info/emmo#EMMO_9dc63b2d_08ff_41c8_9a94_f11feeec5c85 -:EMMO_9dc63b2d_08ff_41c8_9a94_f11feeec5c85 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ad3b994f_0ea6_4529_b863_3ff9110d6abe , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger ; - owl:onClass - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bc307cfa_fa18_4e1c_ae93_ef169ffa86f4 ; - owl:hasValue 1 - ] ; - :EMMO_5cbfe520_e453_4c80_a4f0_af594cd1b844 "https://pubchem.ncbi.nlm.nih.gov/compound/Ammonium-ion" ; - :EMMO_a3ead06e_020f_4500_8251_80741a7ab7b6 223 ; - skos:altLabel "NH4+" ; - skos:prefLabel "AmmoniumIon"@en . - - -### http://emmo.info/emmo#EMMO_9e0891a6_4d87_4891_b557_69ab2bae1dae -:EMMO_9e0891a6_4d87_4891_b557_69ab2bae1dae rdf:type owl:Class ; - rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-14.2" ; - skos:prefLabel "GaugePressure"@en . - - -### http://emmo.info/emmo#EMMO_9e2ab15a_f1c7_435b_91ff_bc774e6ba4e7 -:EMMO_9e2ab15a_f1c7_435b_91ff_bc774e6ba4e7 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-20" ; - skos:prefLabel "Fugacity"@en . - - -### http://emmo.info/emmo#EMMO_9e955e04_2977_457e_a91a_bc6a541c9a9e -:EMMO_9e955e04_2977_457e_a91a_bc6a541c9a9e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_a8ab91df_a2d1_4e62_8711_e515ff8b1278 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-45" ; - skos:prefLabel "MolarConductivity"@en . - - -### http://emmo.info/emmo#EMMO_9eb2d590_2115_4edd_aa8e_345d60921765 -:EMMO_9eb2d590_2115_4edd_aa8e_345d60921765 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-27.1" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "in a metal, highest occupied energy level at zero thermodynamic temperature, where energy level means the energy of an electron in the interior of a substance"@en ; - skos:prefLabel "FermiEnergy"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_9eb2d590_2115_4edd_aa8e_345d60921765 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "in a metal, highest occupied energy level at zero thermodynamic temperature, where energy level means the energy of an electron in the interior of a substance"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_9ed4ea5a_42c4_48aa_bd59_c16c7d34e741 -:EMMO_9ed4ea5a_42c4_48aa_bd59_c16c7d34e741 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-5.4" ; - skos:prefLabel "StructureFactor"@en . - - -### http://emmo.info/emmo#EMMO_9ed6d1e2_0930_4713_aa6d_fd97480f9c43 -:EMMO_9ed6d1e2_0930_4713_aa6d_fd97480f9c43 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21205421_5783_4d3e_81e5_10c5d894a88a , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "6"^^xsd:nonNegativeInteger ; - owl:onClass - ] ; - :EMMO_ba4237ba_e1c3_451d_9785_23d50a242aac "LiC6" ; - skos:prefLabel "LithiumGraphiteMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_9f20440f_f1e9_4c9e_987d_a7af7763af27 -:EMMO_9f20440f_f1e9_4c9e_987d_a7af7763af27 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1e1a627e_24c9_43bd_bb1c_4f8ffabd1549 , - :EMMO_abb46b94_0f24_4944_97e2_9e61965f4485 ; - skos:prefLabel "SolidCobaltOxideMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_a0c4322d_4de2_4770_991c_5fad4e6ec25b -:EMMO_a0c4322d_4de2_4770_991c_5fad4e6ec25b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-06-35" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-24.1" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "least energy required for the emission of a conduction electron."@en ; - rdfs:comment "Work function is the energy difference between an electron at rest at infinity and an electron at the Fermi level in the interior of a substance."@en ; - skos:prefLabel "WorkFunction"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_a0c4322d_4de2_4770_991c_5fad4e6ec25b ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "least energy required for the emission of a conduction electron."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_a0c4322d_4de2_4770_991c_5fad4e6ec25b ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "Work function is the energy difference between an electron at rest at infinity and an electron at the Fermi level in the interior of a substance."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_a0d39183_16d7_4a47_9fbc_16e464402bc7 -:EMMO_a0d39183_16d7_4a47_9fbc_16e464402bc7 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_89f827fa_f3c4_4071_a69c_084132f780a7 ; - skos:prefLabel "ConductionHeatFluxTerm"@en . - - -### http://emmo.info/emmo#EMMO_a13cff6e_41fd_48d5_82b6_3a9015f19001 -:EMMO_a13cff6e_41fd_48d5_82b6_3a9015f19001 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_1c957677_a460_4702_85a6_baef659d14b1 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-28" ; - skos:altLabel "MassConcentrationOfWaterVapour"@en ; - skos:prefLabel "AbsoluteHumidity"@en . - - -### http://emmo.info/emmo#EMMO_a1bd0bfc_5464_43ce_a1a2_947b58dc0f89 -:EMMO_a1bd0bfc_5464_43ce_a1a2_947b58dc0f89 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-1.1" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "translation vector that maps the crystal lattice on itself"@en ; - skos:prefLabel "LatticeVector"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_a1bd0bfc_5464_43ce_a1a2_947b58dc0f89 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "translation vector that maps the crystal lattice on itself"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_a2641370_e4b8_4582_b4e0_fb389c8d8efb -:EMMO_a2641370_e4b8_4582_b4e0_fb389c8d8efb rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-33" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "square root of the product of diffusion coefficient and lifetime"@en ; - skos:prefLabel "DiffusionLength"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_a2641370_e4b8_4582_b4e0_fb389c8d8efb ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "square root of the product of diffusion coefficient and lifetime"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_a2682209_f9e2_4024_98dd_ed1f6c5699be -:EMMO_a2682209_f9e2_4024_98dd_ed1f6c5699be rdf:type owl:Class ; - rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-17.3" ; - skos:prefLabel "ShearStrain"@en . - - -### http://emmo.info/emmo#EMMO_a2b006f2_bbfd_4dba_bcaa_3fca20cd6be1 -:EMMO_a2b006f2_bbfd_4dba_bcaa_3fca20cd6be1 rdfs:subClassOf :EMMO_23b9d75b_2fdb_4bef_b839_202c026f88f9 . - - -### http://emmo.info/emmo#EMMO_a2f0a015_38ba_4030_8fbe_6d9904b735fc -:EMMO_a2f0a015_38ba_4030_8fbe_6d9904b735fc rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T-3 L0 M+1 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PowerDensityDimension"@en . - - -### http://emmo.info/emmo#EMMO_a383e332_a271_463f_9e44_559604547220 -:EMMO_a383e332_a271_463f_9e44_559604547220 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_a77a0a4b_6bd2_42b2_be27_4b63cebbb59e - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-67" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-36" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "thermodynamic temperature at which vapour in air reaches saturation."@en ; - rdfs:comment "The corresponding Celsius temperature is denoted td and is also called dew point."@en ; - skos:prefLabel "DewPointTemperature"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_a383e332_a271_463f_9e44_559604547220 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "thermodynamic temperature at which vapour in air reaches saturation."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_a383e332_a271_463f_9e44_559604547220 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "The corresponding Celsius temperature is denoted td and is also called dew point."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_a3d185ff_1c28_4fe8_87dd_6316fccb454e -:EMMO_a3d185ff_1c28_4fe8_87dd_6316fccb454e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ecb0395f_ee1e_4e9a_bf5c_d8e56eee2d18 ; - skos:prefLabel "DeintercalationReaction"@en . - - -### http://emmo.info/emmo#EMMO_a416e35d_f12c_4aa6_94c9_e8df0ebf860e -:EMMO_a416e35d_f12c_4aa6_94c9_e8df0ebf860e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21205421_5783_4d3e_81e5_10c5d894a88a , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ; - owl:onClass - ] ; - :EMMO_3acf3a7e_af12_427a_a21a_68d9ff4afa27 "N#N" ; - :EMMO_5cbfe520_e453_4c80_a4f0_af594cd1b844 "https://pubchem.ncbi.nlm.nih.gov/compound/Nitrogen" ; - :EMMO_77009747_9bf4_4746_9762_8e91aeb70ab6 "molecular nitrogen" ; - :EMMO_83df0ce6_ae53_4c35_97e3_20ee4e23833f 947 ; - :EMMO_ba4237ba_e1c3_451d_9785_23d50a242aac "N2" ; - skos:prefLabel "NitrogenMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_a43cb01a_beb0_46e1_ae6d_22236222e6a1 -:EMMO_a43cb01a_beb0_46e1_ae6d_22236222e6a1 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_dff0d78c_27db_483a_9009_dd42ee6e465b - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-24" ; - skos:prefLabel "JouleThomsonCoefficient"@en . - - -### http://emmo.info/emmo#EMMO_a45dc074_c5ed_4aad_a4e7_141a02fe1d73 -:EMMO_a45dc074_c5ed_4aad_a4e7_141a02fe1d73 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-35" ; - skos:prefLabel "RelativeMassFractionOfVapour"@en . - - -### http://emmo.info/emmo#EMMO_a4e36749_1f44_4e6c_80e8_d5b27d986d8b -:EMMO_a4e36749_1f44_4e6c_80e8_d5b27d986d8b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_1a009ce3_e4d4_4617_8634_f0e9bd2a9f06 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-4" ; - skos:prefLabel "PressureCoefficient"@en . - - -### http://emmo.info/emmo#EMMO_a573eefb_3e2e_4cd8_a7e4_bf22a3636b85 -:EMMO_a573eefb_3e2e_4cd8_a7e4_bf22a3636b85 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2b039054_e7a2_4f7a_8d59_54cb598e4488 , - :EMMO_9a937ec4_0037_44ef_b734_965250c54186 ; - skos:prefLabel "AqueousPermanganateIon"@en . - - -### http://emmo.info/emmo#EMMO_a5aa8d6b_5fe3_4b6f_91a4_930438f9611a -:EMMO_a5aa8d6b_5fe3_4b6f_91a4_930438f9611a rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2a4dd78e_69c4_4221_98ca_29ec03f8d46f , - :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-16.1" ; - skos:prefLabel "NormalStress"@en . - - -### http://emmo.info/emmo#EMMO_a65ffaf1_17f7_4938_a9c7_6943641184e4 -:EMMO_a65ffaf1_17f7_4938_a9c7_6943641184e4 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_d35bee3e_3138_4eff_8c99_e90d873915b3 ; - skos:prefLabel "MaximumOperatingTemperature"@en . - - -### http://emmo.info/emmo#EMMO_a750fa08_2ada_4e7b_99d6_98c742b1076f -:EMMO_a750fa08_2ada_4e7b_99d6_98c742b1076f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-06" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "property of a system described by a macrostate."@en ; - :EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "volume, pressure, total energy"@en ; - skos:prefLabel "MacroscopicProperty"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_a750fa08_2ada_4e7b_99d6_98c742b1076f ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "property of a system described by a macrostate."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_a79f905f_5b8c_486a_8ee8_5a2960adb8ac -:EMMO_a79f905f_5b8c_486a_8ee8_5a2960adb8ac rdf:type owl:Class ; - rdfs:subClassOf :EMMO_06658d8d_dcde_4fc9_aae1_17f71c0bcdec ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-03-25" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "any vector of magnitude equal to one."@en ; - rdfs:comment "A unit vector is often denoted by the symbol e."@en , - "Unit vectors may have any directions."@en ; - skos:prefLabel "UnitVector"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_a79f905f_5b8c_486a_8ee8_5a2960adb8ac ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "any vector of magnitude equal to one."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_a7c3542a_fe8a_480e_b6a9_364497d576d4 -:EMMO_a7c3542a_fe8a_480e_b6a9_364497d576d4 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_df96cbb6_b5ee_4222_8eab_b3675df24bea ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-05"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Substance dissolved into another substance."@en ; - skos:prefLabel "Solute"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_a7c3542a_fe8a_480e_b6a9_364497d576d4 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Substance dissolved into another substance."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_a8ab91df_a2d1_4e62_8711_e515ff8b1278 -:EMMO_a8ab91df_a2d1_4e62_8711_e515ff8b1278 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T+3 L0 M-1 I+2 Θ0 N-1 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AmountConductivityDimension"@en . - - -### http://emmo.info/emmo#EMMO_a919791c_2d25_4589_87eb_742b6134473d -:EMMO_a919791c_2d25_4589_87eb_742b6134473d rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T-1 L-1 M+1 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassPerLengthTimeDimension"@en . - - -### http://emmo.info/emmo#EMMO_a9d6ecb1_32ee_4b67_8913_493c0589a4e6 -:EMMO_a9d6ecb1_32ee_4b67_8913_493c0589a4e6 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1cba0b27_15d0_4326_933f_379d0b3565b6 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "matrix having the same number of rows and columns."@en ; - rdfs:comment "A square matrix is often used to represent the components of a tensor of the second order."@en ; - skos:prefLabel "SquareMatrix"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_a9d6ecb1_32ee_4b67_8913_493c0589a4e6 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "matrix having the same number of rows and columns."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_aafe08e9_c3b5_4f7d_a951_06bb83f8b6ce -:EMMO_aafe08e9_c3b5_4f7d_a951_06bb83f8b6ce rdf:type owl:Class ; - rdfs:subClassOf :EMMO_427d553a_d220_46db_a0e5_9e31ebb79797 , - :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-13" ; - skos:prefLabel "AngularImpulse"@en . - - -### http://emmo.info/emmo#EMMO_ab17745b_bb69_4b2f_9e73_0110a5c357e5 -:EMMO_ab17745b_bb69_4b2f_9e73_0110a5c357e5 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2b039054_e7a2_4f7a_8d59_54cb598e4488 , - :EMMO_d566e523_5de6_4a75_9d52_a0f1fbc0fd53 ; - skos:prefLabel "AqueousManganeseThreeIon"@en . - - -### http://emmo.info/emmo#EMMO_abb46b94_0f24_4944_97e2_9e61965f4485 -:EMMO_abb46b94_0f24_4944_97e2_9e61965f4485 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21205421_5783_4d3e_81e5_10c5d894a88a , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ; - owl:onClass - ] ; - skos:prefLabel "CobaltOxideMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_ac3b327c_fc83_4aec_acd1_80ef3caaef5b -:EMMO_ac3b327c_fc83_4aec_acd1_80ef3caaef5b rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T-3 L+1 M+1 I0 Θ-1 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ThermalConductivityDimension"@en . - - -### http://emmo.info/emmo#EMMO_ac82358d_94a7_4ceb_93e7_41bab5bcefdf -:EMMO_ac82358d_94a7_4ceb_93e7_41bab5bcefdf rdf:type owl:Class ; - rdfs:subClassOf :EMMO_b4f4ed28_d24c_4a00_9583_62ab839abeca ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-49" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-16.2" ; - skos:altLabel "SpecificHeatCapacityAtConstantPressure"@en ; - skos:prefLabel "IsobaricHeatCapacity"@en . - - -### http://emmo.info/emmo#EMMO_ac9b6e13_f89b_4378_8a2a_a291fe0ec339 -:EMMO_ac9b6e13_f89b_4378_8a2a_a291fe0ec339 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4456a5d2_16a6_4ee1_9a8e_5c75956b28ea , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_06700060_1326_4478_be51_d8037b986230 - ] ; - skos:prefLabel "FiniteElementModel"@en . - - -### http://emmo.info/emmo#EMMO_acf636d4_9ac2_4ce3_960a_d54338e6cae3 -:EMMO_acf636d4_9ac2_4ce3_960a_d54338e6cae3 rdfs:subClassOf :EMMO_c7ad2455_1bbf_4299_ba2e_101a553496a6 . - - -### http://emmo.info/emmo#EMMO_ad3b994f_0ea6_4529_b863_3ff9110d6abe -:EMMO_ad3b994f_0ea6_4529_b863_3ff9110d6abe rdf:type owl:Class ; - rdfs:subClassOf :EMMO_fbe23679_7d83_4056_acf3_9127d28120e2 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-13"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Positively charged ion."@en ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/C00907"@en ; - rdfs:comment "A monoatomic or polyatomic species having one or more elementary charges of the proton."@en ; - skos:prefLabel "Cation"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_ad3b994f_0ea6_4529_b863_3ff9110d6abe ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Positively charged ion."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_ad3b994f_0ea6_4529_b863_3ff9110d6abe ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "A monoatomic or polyatomic species having one or more elementary charges of the proton."@en ; - dcterms:source "IUPAC. Compendium of Chemical Terminology, 2nd ed. (the \"Gold Book\"). Compiled by A. D. McNaught and A. Wilkinson. Blackwell Scientific Publications, Oxford (1997). Online version (2019-) created by S. J. Chalk. ISBN 0-9678550-9-8. https://doi.org/10.1351/goldbook." - ] . - - -### http://emmo.info/emmo#EMMO_ad91ad62_ef79_42ad_8e15_34cbd95d69cb -:EMMO_ad91ad62_ef79_42ad_8e15_34cbd95d69cb rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-38.1" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "distance a magnetic field penetrates the plane surface of a semi-finite superconductor"@en ; - skos:prefLabel "LondonPenetrationDepth"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_ad91ad62_ef79_42ad_8e15_34cbd95d69cb ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "distance a magnetic field penetrates the plane surface of a semi-finite superconductor"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_ad97ebdc_6ec1_473c_adf0_bfe3e62c529c -:EMMO_ad97ebdc_6ec1_473c_adf0_bfe3e62c529c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4ce76d7f_03f8_45b6_9003_90052a79bfaa ; - skos:prefLabel "Discretization"@en . - - -### http://emmo.info/emmo#EMMO_ad9d6895_2800_48ad_8007_e293c52a8178 -:EMMO_ad9d6895_2800_48ad_8007_e293c52a8178 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_0972cb08_48bd_4524_ac03_8a2e7f30f02f - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-6.4" ; - skos:prefLabel "MolarGibbsEnergy"@en . - - -### http://emmo.info/emmo#EMMO_adb62ad9_3fd7_4b8e_99ed_a495f593d0bf -:EMMO_adb62ad9_3fd7_4b8e_99ed_a495f593d0bf rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21f56795_ee72_4858_b571_11cfaa59c1a8 ; - skos:prefLabel "Numerator"@en . - - -### http://emmo.info/emmo#EMMO_adc5aa0d_9add_4c8a_aa81_b5798a654ca9 -:EMMO_adc5aa0d_9add_4c8a_aa81_b5798a654ca9 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-06-37" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-38" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "in a given medium, average distance that particles of a specified type travel between successive interactions of a specified type."@en ; - rdfs:comment "The mean free path may thus be specified either for all interactions, i.e. total mean free path, or for particular types of interaction such as scattering, capture, or ionization."@en ; - skos:prefLabel "MeanFreePath"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_adc5aa0d_9add_4c8a_aa81_b5798a654ca9 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "in a given medium, average distance that particles of a specified type travel between successive interactions of a specified type."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_adc5aa0d_9add_4c8a_aa81_b5798a654ca9 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "The mean free path may thus be specified either for all interactions, i.e. total mean free path, or for particular types of interaction such as scattering, capture, or ionization."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_ae1623d8_eea0_4526_a8f0_94577ec3561e -:EMMO_ae1623d8_eea0_4526_a8f0_94577ec3561e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_65a007dc_2550_46b0_b394_3346c67fbb69 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-02"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "system that can exchange energy with the surrounding, but not matter."@en ; - skos:prefLabel "ClosedSystem"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_ae1623d8_eea0_4526_a8f0_94577ec3561e ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "system that can exchange energy with the surrounding, but not matter."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_aea43ae4_f824_4c42_892e_709bf9dc1c40 -:EMMO_aea43ae4_f824_4c42_892e_709bf9dc1c40 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_0972cb08_48bd_4524_ac03_8a2e7f30f02f - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-6.3" ; - skos:prefLabel "MolarHelmholtzEnergy"@en . - - -### http://emmo.info/emmo#EMMO_af5ff45c_0f25_4e09_9070_0e9755ea6623 -:EMMO_af5ff45c_0f25_4e09_9070_0e9755ea6623 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_b37a09e6_2193_43e5_9081_327d3fe2fcb2 ; - skos:prefLabel "ElectricInductorModel"@en . - - -### http://emmo.info/emmo#EMMO_b02aaadc_592d_4d65_bf11_eee06bd9f80d -:EMMO_b02aaadc_592d_4d65_bf11_eee06bd9f80d rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_1c957677_a460_4702_85a6_baef659d14b1 - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-59" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-27" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quotient of the mass of water in a three-dimensional domain, irrespective of the form of aggregation, by the volume of the domain."@en ; - rdfs:comment "The mass concentration of water at saturation is denoted wsat."@en ; - skos:prefLabel "MassConcentrationOfWater"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_b02aaadc_592d_4d65_bf11_eee06bd9f80d ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "quotient of the mass of water in a three-dimensional domain, irrespective of the form of aggregation, by the volume of the domain."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_b02aaadc_592d_4d65_bf11_eee06bd9f80d ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "The mass concentration of water at saturation is denoted wsat."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_b03f7843_a332_4bbf_a4fa_dfa24d9cf33b -:EMMO_b03f7843_a332_4bbf_a4fa_dfa24d9cf33b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3d893112_1554_4427_b953_10a9a17a75f3 ; - skos:prefLabel "NonAqueousMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_b0be5187_181f_44c1_b3a8_9d0c3ca6ec91 -:EMMO_b0be5187_181f_44c1_b3a8_9d0c3ca6ec91 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_135ab8ea_e028_439e_be64_3e0f9734ea2b ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-35" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """electromagnetic radiation emitted from or absorbed by any body and depending only on its thermodynamic temperature and on the properties of its surface - --- International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org"""@en ; - rdfs:comment """Thermal radiation is one way for the transfer of amount of heat. - --- IEC Note 1"""@en ; - skos:prefLabel "ThermalRadiation"@en . - - -### http://emmo.info/emmo#EMMO_b0ef0941_5c92_4b71_bc26_95e95e5e0004 -:EMMO_b0ef0941_5c92_4b71_bc26_95e95e5e0004 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-36.1" ; - skos:prefLabel "StatisticalWeightOfSubsystem"@en . - - -### http://emmo.info/emmo#EMMO_b17cd88e_9bb7_4d87_ade5_6e181d921f93 -:EMMO_b17cd88e_9bb7_4d87_ade5_6e181d921f93 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_038e37a3_1684_4980_b5e4_67ab34cd5bdb ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "In chemistry and physics, the two-dimensional plane separating two phases."@en ; - skos:prefLabel "Interface"@en . - - -### http://emmo.info/emmo#EMMO_b291d078_b7c5_4e62_a0bf_dd7807a68386 -:EMMO_b291d078_b7c5_4e62_a0bf_dd7807a68386 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ecb0395f_ee1e_4e9a_bf5c_d8e56eee2d18 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-06" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "chemical reaction which occurs in addition to the main process."@en ; - skos:altLabel "SecondaryReaction"@en ; - skos:prefLabel "SideReaction"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_b291d078_b7c5_4e62_a0bf_dd7807a68386 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "chemical reaction which occurs in addition to the main process."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_b2fc5d2f_2f24_4740_b9c8_1583e3ceeed0 -:EMMO_b2fc5d2f_2f24_4740_b9c8_1583e3ceeed0 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c1c8ac3c_8a1c_4777_8e0b_14c1f9f9b0c6 ; - skos:altLabel "NominalDiameter"@en ; - skos:prefLabel "ConventionalDiameter"@en . - - -### http://emmo.info/emmo#EMMO_b30d4f1c_61e3_4647_bae1_c0928acb2095 -:EMMO_b30d4f1c_61e3_4647_bae1_c0928acb2095 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_fa142978_8775_4afa_8a1d_fbbe56ccd616 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-19" ; - skos:prefLabel "HallCoefficient"@en . - - -### http://emmo.info/emmo#EMMO_b33909cc_61a1_4ab3_a1f8_d9283a6b1a0d -:EMMO_b33909cc_61a1_4ab3_a1f8_d9283a6b1a0d rdf:type owl:Class ; - rdfs:subClassOf :EMMO_b4f4ed28_d24c_4a00_9583_62ab839abeca ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-16.4" ; - skos:prefLabel "SpecificHeatCapacityAtSaturatedVaporPressure"@en . - - -### http://emmo.info/emmo#EMMO_b35b8f5d_8e4c_4600_9554_f951113d2c79 -:EMMO_b35b8f5d_8e4c_4600_9554_f951113d2c79 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0466becd_3e08_436f_8412_e2eedbedfd39 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_498d80ae_9339_49c7_8c74_44aa704e0395 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_9536a2c6_fddd_48b3_ae48_842ba3e78310 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_d5be1faf_0c56_4f5a_9b78_581e6dee949f - ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates the diffusive mass flux to the gradient of the concentration."@en ; - rdfs:comment "J = -D*grad(c)" ; - skos:prefLabel "DiffusionMassFluxEquation"@en . - - -### http://emmo.info/emmo#EMMO_b37a09e6_2193_43e5_9081_327d3fe2fcb2 -:EMMO_b37a09e6_2193_43e5_9081_327d3fe2fcb2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dcc692cf_0e03_45ee_9d52_763b9e208dac ; - skos:prefLabel "EquivalentCircuitModelElementary"@en . - - -### http://emmo.info/emmo#EMMO_b385b94e_ffff_47a2_8971_856f92dd786e -:EMMO_b385b94e_ffff_47a2_8971_856f92dd786e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 , - :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-72" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-31" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quantity equal to the volume dV of substance crossing a given surface during a time interval with infinitesimal duration dt, divided by this duration, thus qV = dV / dt-"@en ; - skos:prefLabel "VolumeFlowRate"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_b385b94e_ffff_47a2_8971_856f92dd786e ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "quantity equal to the volume dV of substance crossing a given surface during a time interval with infinitesimal duration dt, divided by this duration, thus qV = dV / dt-"@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_b3bf01d2_5d67_45d3_91e6_70abddae08a9 -:EMMO_b3bf01d2_5d67_45d3_91e6_70abddae08a9 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_02e894c3_b793_4197_b120_3442e08f58d1 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-32.2" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "time constant for recombination or trapping of minority charge carriers in semiconductors"@en ; - skos:prefLabel "CarrierLifetime"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_b3bf01d2_5d67_45d3_91e6_70abddae08a9 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "time constant for recombination or trapping of minority charge carriers in semiconductors"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_b4b30b0a_05f7_45ea_8f1c_218cc4abc0e0 -:EMMO_b4b30b0a_05f7_45ea_8f1c_218cc4abc0e0 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ddd41546_2acf_4e1f_a548_d9ef41fada32 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bc307cfa_fa18_4e1c_ae93_ef169ffa86f4 ; - owl:hasValue 2 - ] ; - skos:prefLabel "IronTwoIon"@en . - - -### http://emmo.info/emmo#EMMO_b4f4ed28_d24c_4a00_9583_62ab839abeca -:EMMO_b4f4ed28_d24c_4a00_9583_62ab839abeca rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 , - :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_09f0619a_d584_4747_b0a1_e53f729e2460 - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-48" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-16.1" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "heat capacity C divided by mass m, thus c = C/m."@en ; - skos:prefLabel "SpecificHeatCapacity"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_b4f4ed28_d24c_4a00_9583_62ab839abeca ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "heat capacity C divided by mass m, thus c = C/m."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_b5523f03_5f2f_4e11_92c0_3734c6de3749 -:EMMO_b5523f03_5f2f_4e11_92c0_3734c6de3749 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-35" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-25" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quotient of dynamic viscosity and mass density of a fluid."@en ; - skos:prefLabel "KinematicViscosity"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_b5523f03_5f2f_4e11_92c0_3734c6de3749 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "quotient of dynamic viscosity and mass density of a fluid."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_b6bc6bdf_d9a5_45ce_b62f_e00d50af5b3e -:EMMO_b6bc6bdf_d9a5_45ce_b62f_e00d50af5b3e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_135ab8ea_e028_439e_be64_3e0f9734ea2b ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-06-49" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """transport of particles due to a concentration gradient - --- International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org"""@en ; - skos:prefLabel "Diffusion"@en . - - -### http://emmo.info/emmo#EMMO_b6c60208_6552_4412_ae09_9c583d059084 -:EMMO_b6c60208_6552_4412_ae09_9c583d059084 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T+2 L-5 M-1 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "EnergyDensityOfStatesDimension"@en . - - -### http://emmo.info/emmo#EMMO_b6d97ab3_463d_4884_82ad_09169fa50f36 -:EMMO_b6d97ab3_463d_4884_82ad_09169fa50f36 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_08bcf1d6_e719_46c8_bb21_24bc9bf34dba ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-22" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "height above see level"@en ; - skos:prefLabel "Altitude"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_b6d97ab3_463d_4884_82ad_09169fa50f36 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "height above see level"@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_b7229683_d2c5_4225_8e5f_7693744fd5a2 -:EMMO_b7229683_d2c5_4225_8e5f_7693744fd5a2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-23.1" ; - skos:altLabel "CoefficientOfStaticFriction"@en , - "StaticFrictionFactor"@en ; - skos:prefLabel "StaticFricionCoefficient"@en . - - -### http://emmo.info/emmo#EMMO_b725aad8_55e2_430a_b2d2_f84b8333484e -:EMMO_b725aad8_55e2_430a_b2d2_f84b8333484e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_14b629dd_a753_49b2_b6c3_4908eb8b7131 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-21" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "differential quotient of thermoelectric voltage with respect to thermodynamic temperature"@en ; - skos:prefLabel "SeebeckCoefficient"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_b725aad8_55e2_430a_b2d2_f84b8333484e ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "differential quotient of thermoelectric voltage with respect to thermodynamic temperature"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_b7383524_2a70_43c4_ab53_86c98ae072d7 -:EMMO_b7383524_2a70_43c4_ab53_86c98ae072d7 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-26" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "shortest distance from a given point to a point on an axis Q."@en ; - skos:prefLabel "RadialDistance"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_b7383524_2a70_43c4_ab53_86c98ae072d7 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "shortest distance from a given point to a point on an axis Q."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_b744dc15_2df5_40d5_8743_64ab61e30e8b -:EMMO_b744dc15_2df5_40d5_8743_64ab61e30e8b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7278f78b_9f53_4b34_9a95_1be2d34c84d2 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-02-15"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """chemical reaction in which electrons are transferred from a substance to oxygen to form a compound of that substance or, more generally, in which substance loses electrons. - --- International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org"""@en ; - rdfs:comment "Electrons are generally transferred to another substance by a reduction reaction."@en ; - skos:prefLabel "Oxidation"@en . - - -### http://emmo.info/emmo#EMMO_b94b3748_71c5_4de9_95e7_42586c3ed607 -:EMMO_b94b3748_71c5_4de9_95e7_42586c3ed607 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_a77a0a4b_6bd2_42b2_be27_4b63cebbb59e - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-35.3" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "critical thermodynamic temperature of a superconductor"@en ; - skos:prefLabel "SuperConductionTransitionTemperature"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_b94b3748_71c5_4de9_95e7_42586c3ed607 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "critical thermodynamic temperature of a superconductor"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_ba4137a3_e467_4925_9bf7_3084ed733ac5 -:EMMO_ba4137a3_e467_4925_9bf7_3084ed733ac5 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_e5438930_04e7_4d42_ade5_3700d4a52ab7 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_942684c8_f693_47d2_b12f_82a6bc774c9a - ] ; - skos:altLabel "SourceEquation"@en ; - skos:prefLabel "SourceTerm"@en . - - -### http://emmo.info/emmo#EMMO_badeda5e_cf93_419c_9a16_2cca8fe6ef63 -:EMMO_badeda5e_cf93_419c_9a16_2cca8fe6ef63 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T+1 L-3 M0 I+1 Θ0 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricChargeDensityDimension"@en . - - -### http://emmo.info/emmo#EMMO_bba5d6f7_53e5_417a_855e_a95322fb641e -:EMMO_bba5d6f7_53e5_417a_855e_a95322fb641e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-61" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-29" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "ratio of the mass of water to the mass of dry matter in a given volume of matter."@en ; - rdfs:comment "The mass concentration of water at saturation is denoted usat." ; - skos:prefLabel "MassRatioOfWaterToDryMatter"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_bba5d6f7_53e5_417a_855e_a95322fb641e ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "ratio of the mass of water to the mass of dry matter in a given volume of matter."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_bba5d6f7_53e5_417a_855e_a95322fb641e ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "The mass concentration of water at saturation is denoted usat." ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_bdb76b61_4bf6_44d6_9424_6cc073f964bc -:EMMO_bdb76b61_4bf6_44d6_9424_6cc073f964bc rdf:type owl:Class ; - rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-17.4" ; - skos:prefLabel "RelativeVolumeStrain"@en . - - -### http://emmo.info/emmo#EMMO_be31e6c6_881f_41c4_8354_c05aac4d7c46 -:EMMO_be31e6c6_881f_41c4_8354_c05aac4d7c46 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_0972cb08_48bd_4524_ac03_8a2e7f30f02f - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-21" ; - skos:prefLabel "StandardChemicalPotential"@en . - - -### http://emmo.info/emmo#EMMO_be668b98_7f89_4e4c_8fb8_74e8d8d68eae -:EMMO_be668b98_7f89_4e4c_8fb8_74e8d8d68eae rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T+1 L-1 M0 I+1 Θ0 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricChargePerLengthDimension"@en . - - -### http://emmo.info/emmo#EMMO_bf66642d_f13d_42d2_ad6d_eafd41686155 -:EMMO_bf66642d_f13d_42d2_ad6d_eafd41686155 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-27.3" ; - skos:prefLabel "StandardAbsoluteActivityOfSolvent"@en . - - -### http://emmo.info/emmo#EMMO_bfff5530_75af_4fa0_81c5_394e9bd5834f -:EMMO_bfff5530_75af_4fa0_81c5_394e9bd5834f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_e4de48b1_dabb_4490_ac2b_040f926c64f0 ; - skos:prefLabel "ConventionalWidth"@en . - - -### http://emmo.info/emmo#EMMO_c055d9d7_0436_46da_b5fc_03dee511a199 -:EMMO_c055d9d7_0436_46da_b5fc_03dee511a199 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4207e895_8b83_4318_996a_72cfb32acd94 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b3ccab7f_f748_4940_b37e_ffb40a8d219f ; - owl:someValuesFrom :EMMO_49d2b2f3_a487_43d8_a585_71592da4e747 - ] ; - skos:prefLabel "GraphiteMaterial"@en . - - -### http://emmo.info/emmo#EMMO_c070afe7_132c_4dc3_86bf_b8a91dba7706 -:EMMO_c070afe7_132c_4dc3_86bf_b8a91dba7706 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_d2793407_4693_469f_acd8_f839499a4e66 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """macrostate which does not change spontaneously with time and is stable against small perturbations - --- International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org"""@en ; - rdfs:comment """Equilibrium state is achieved by an isolated system after sufficiently long time, depending on the considered process. - --- IEC Note 1"""@en , - """Fluctuations exist even in the equilibrium state, but they are not considered in this concept. - --- IEC Note 3"""@en , - """The equilibrium state is the macrostate having the highest number of different microstates among all macrostates of an isolated system. - --- IEC Note 2"""@en ; - skos:prefLabel "EquilibriumState"@en . - - -### http://emmo.info/emmo#EMMO_c0d5debc_41b8_4de9_888f_c4b4d86fcfc5 -:EMMO_c0d5debc_41b8_4de9_888f_c4b4d86fcfc5 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ffb73b1e_5786_43e4_a964_cb32ac7affb7 ; - skos:prefLabel "ElectronicConductance"@en . - - -### http://emmo.info/emmo#EMMO_c106f318_38b1_4261_94cc_f4ac6ccc47af -:EMMO_c106f318_38b1_4261_94cc_f4ac6ccc47af rdf:type owl:Class ; - rdfs:subClassOf :EMMO_7c1dc325_109b_4735_b9ea_b33a0368446f ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-66" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "ratio of the mass concentration of water vapour v to its mass concentration at saturation vsat, at the same temperature, thus ψ = v/vsat."@en ; - rdfs:comment "For normal cases, the relative humidity may be assumed to be equal to relative mass concentration of vapour."@en ; - skos:prefLabel "RelativeMassConcentrationOfWaterVapour"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_c106f318_38b1_4261_94cc_f4ac6ccc47af ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "ratio of the mass concentration of water vapour v to its mass concentration at saturation vsat, at the same temperature, thus ψ = v/vsat."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_c106f318_38b1_4261_94cc_f4ac6ccc47af ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "For normal cases, the relative humidity may be assumed to be equal to relative mass concentration of vapour."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_c1c8ac3c_8a1c_4777_8e0b_14c1f9f9b0c6 -:EMMO_c1c8ac3c_8a1c_4777_8e0b_14c1f9f9b0c6 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-27" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "maximal distance of two points of an object, in a given direction or along a straight line passing through the centre."@en ; - rdfs:comment "The diameter of a circle or a sphere is twice its radius." ; - skos:prefLabel "Diameter"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_c1c8ac3c_8a1c_4777_8e0b_14c1f9f9b0c6 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "maximal distance of two points of an object, in a given direction or along a straight line passing through the centre."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_c301e91b_a861_464b_9f61_736fdb55abbd -:EMMO_c301e91b_a861_464b_9f61_736fdb55abbd rdf:type owl:Class ; - rdfs:subClassOf :EMMO_135ab8ea_e028_439e_be64_3e0f9734ea2b ; - skos:prefLabel "PhaseNucleation"@en . - - -### http://emmo.info/emmo#EMMO_c39d6a20_b987_49db_addb_a498635b89ff -:EMMO_c39d6a20_b987_49db_addb_a498635b89ff rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3ecff38b_b3cf_4a78_b49f_8580abf8715b - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-22" ; - skos:prefLabel "MassieuFunction"@en . - - -### http://emmo.info/emmo#EMMO_c3ba45d3_3cf8_4305_af3f_49103c51f200 -:EMMO_c3ba45d3_3cf8_4305_af3f_49103c51f200 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ad3b994f_0ea6_4529_b863_3ff9110d6abe , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass - ] ; - skos:prefLabel "SilverIon"@en . - - -### http://emmo.info/emmo#EMMO_c4c104dc_b354_4da8_89de_b3174bed162e -:EMMO_c4c104dc_b354_4da8_89de_b3174bed162e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_d983cb20_3c6d_4fb9_a81a_0d2686222b4c ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "mathematical representation of the succession in time of instantaneous events along a unique axis."@en ; - rdfs:comment "According to the special theory of relativity, the time axis depends on the choice of a spatial reference frame."@en ; - skos:prefLabel "TimeAxis"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_c4c104dc_b354_4da8_89de_b3174bed162e ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "mathematical representation of the succession in time of instantaneous events along a unique axis."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_c4c104dc_b354_4da8_89de_b3174bed162e ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "According to the special theory of relativity, the time axis depends on the choice of a spatial reference frame."@en ; - rdfs:comment "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_c5fcfb08_12a9_4030_925b_14e3a0eabd07 -:EMMO_c5fcfb08_12a9_4030_925b_14e3a0eabd07 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-7.3" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "difference between the position vector of an ion or atom and its position vector in equilibrium"@en ; - skos:prefLabel "DisplacementVector"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_c5fcfb08_12a9_4030_925b_14e3a0eabd07 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "difference between the position vector of an ion or atom and its position vector in equilibrium"@en ; - rdfs:comment "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_c611d72b_0921_4c93_ab42_43b30084283e -:EMMO_c611d72b_0921_4c93_ab42_43b30084283e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4d255b9c_43bc_4c11_b68b_0e98274eb34f , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_489bd765_c35e_48dc_a9e8_dbcda684642b - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_6bcaf4f2_8639_40b4_9d03_5ad3c9ba9540 - ] ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Face_(geometry)"@en ; - skos:prefLabel "DiscretizationFace"@en . - - -### http://emmo.info/emmo#EMMO_c64231ab_d281_4263_b470_52012f59d076 -:EMMO_c64231ab_d281_4263_b470_52012f59d076 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0466becd_3e08_436f_8412_e2eedbedfd39 ; - skos:prefLabel "DiffusionMigrationMassFluxEquation"@en . - - -### http://emmo.info/emmo#EMMO_c65b3632_7120_4df7_9f54_e2fcdebaf30c -:EMMO_c65b3632_7120_4df7_9f54_e2fcdebaf30c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_8f6090af_095c_4d07_ba4f_6d6ff00b0bf4 - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-46" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "axial vector quantity given by the derivative of the angular velocity ω with respect to time t, thus α = dω/dt."@en ; - skos:prefLabel "AngularAcceleration"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_c65b3632_7120_4df7_9f54_e2fcdebaf30c ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "axial vector quantity given by the derivative of the angular velocity ω with respect to time t, thus α = dω/dt."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_c72ee662_0d46_40f2_b23b_c14bc1781aa4 -:EMMO_c72ee662_0d46_40f2_b23b_c14bc1781aa4 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2b039054_e7a2_4f7a_8d59_54cb598e4488 , - :EMMO_9dc63b2d_08ff_41c8_9a94_f11feeec5c85 ; - skos:prefLabel "AqueousAmmoniumIon"@en . - - -### http://emmo.info/emmo#EMMO_c7597353_8223_4d77_866c_963fbb58923d -:EMMO_c7597353_8223_4d77_866c_963fbb58923d rdf:type owl:Class ; - rdfs:subClassOf :EMMO_f66c2152_0c22_4139_a3ca_f43ff4b8c02a ; - skos:prefLabel "NonAqueousSodiumIon"@en . - - -### http://emmo.info/emmo#EMMO_c7ad2455_1bbf_4299_ba2e_101a553496a6 -:EMMO_c7ad2455_1bbf_4299_ba2e_101a553496a6 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_f658c301_ce93_46cf_9639_4eace2c5d1d5 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-03-40" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """quantity Q which can be represented by a tensor of the second order T multiplied by a scalar quantity q: - -Q=qT"""@en ; - skos:prefLabel "TensorQuantity"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_c7ad2455_1bbf_4299_ba2e_101a553496a6 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget """quantity Q which can be represented by a tensor of the second order T multiplied by a scalar quantity q: - -Q=qT"""@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_c863dfe7_a956_4e37_a00b_dbd4f6cd705d -:EMMO_c863dfe7_a956_4e37_a00b_dbd4f6cd705d rdf:type owl:Class ; - rdfs:subClassOf :EMMO_038e37a3_1684_4980_b5e4_67ab34cd5bdb ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-07" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "needle-like or tree-like formation of crystalline growth formed during deposition of a material."@en ; - skos:prefLabel "Dendrite"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_c863dfe7_a956_4e37_a00b_dbd4f6cd705d ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "needle-like or tree-like formation of crystalline growth formed during deposition of a material."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_c8a4df75_3f22_416a_8507_c49e5b0804c3 -:EMMO_c8a4df75_3f22_416a_8507_c49e5b0804c3 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3afd2a12_732e_4cdc_9312_9c93764b4d1b ; - skos:prefLabel "EnergyAccumulationTerm"@en . - - -### http://emmo.info/emmo#EMMO_c8c711d0_3101_4562_953c_3c5b498f0a6c -:EMMO_c8c711d0_3101_4562_953c_3c5b498f0a6c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ad3b994f_0ea6_4529_b863_3ff9110d6abe , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bc307cfa_fa18_4e1c_ae93_ef169ffa86f4 ; - owl:hasValue 1 - ] ; - skos:prefLabel "PotassiumIon"@en . - - -### http://emmo.info/emmo#EMMO_c9354e77_e6c9_4a76_8571_2446bc934c94 -:EMMO_c9354e77_e6c9_4a76_8571_2446bc934c94 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-19.2" ; - skos:altLabel "ShearModulus"@en ; - skos:prefLabel "ModulusOfRigidity"@en . - - -### http://emmo.info/emmo#EMMO_c9450d0b_caac_4de6_b4cf_a2141d71836f -:EMMO_c9450d0b_caac_4de6_b4cf_a2141d71836f rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T+1 L-2 M0 I+1 Θ0 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricDisplacementFieldDimension"@en . - - -### http://emmo.info/emmo#EMMO_ca77a260_3727_43f6_acc5_081d7e26ca6d -:EMMO_ca77a260_3727_43f6_acc5_081d7e26ca6d rdf:type owl:Class ; - rdfs:subClassOf :EMMO_9c244bae_4611_427d_9c60_d48469fc3656 ; - skos:prefLabel "ChemicalReactionReactant"@en . - - -### http://emmo.info/emmo#EMMO_cac16ce6_2cef_405d_ac63_0f918db4875e -:EMMO_cac16ce6_2cef_405d_ac63_0f918db4875e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-63" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-31" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quantity of dimension 1 equal to u/(1 + u), where u is mass ratio of water to dry matter."@en ; - skos:prefLabel "MassFractionOfWater"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_cac16ce6_2cef_405d_ac63_0f918db4875e ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "quantity of dimension 1 equal to u/(1 + u), where u is mass ratio of water to dry matter."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_cac7b636_0d57_4225_a54a_17c6548d285a -:EMMO_cac7b636_0d57_4225_a54a_17c6548d285a rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1604f495_328a_4f28_9962_f4cc210739dd ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-02-13"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electric charge which is of the same sign as that attributed by convention to an electron."@en ; - skos:altLabel "NegativeElectricCharge"@en ; - skos:prefLabel "NegativeCharge"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_cac7b636_0d57_4225_a54a_17c6548d285a ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "electric charge which is of the same sign as that attributed by convention to an electron."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_cbba91a7_d639_461f_ae23_d021751029e4 -:EMMO_cbba91a7_d639_461f_ae23_d021751029e4 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-29" ; - skos:prefLabel "StoichiometricNumberOfSubstance"@en . - - -### http://emmo.info/emmo#EMMO_ccb3f624_3d96_4c64_91e1_7f1382d56fe1 -:EMMO_ccb3f624_3d96_4c64_91e1_7f1382d56fe1 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21205421_5783_4d3e_81e5_10c5d894a88a , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ; - owl:onClass - ] ; - :EMMO_3acf3a7e_af12_427a_a21a_68d9ff4afa27 "[Li+].[O-][Co]=O" ; - :EMMO_5cbfe520_e453_4c80_a4f0_af594cd1b844 "https://pubchem.ncbi.nlm.nih.gov/compound/Lithium-cobalt_III_-oxide" ; - :EMMO_77009747_9bf4_4746_9762_8e91aeb70ab6 "lithium;oxido(oxo)cobalt" ; - :EMMO_83df0ce6_ae53_4c35_97e3_20ee4e23833f 23670860 ; - :EMMO_ba4237ba_e1c3_451d_9785_23d50a242aac "LiCoO2" ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Lithium_cobalt_oxide"@en ; - skos:altLabel "LithiumCobalt(III)Oxide"@en ; - skos:prefLabel "LithiumCobaltOxideMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_ccca85a5_8a24_4591_93ee_1f137a386bab -:EMMO_ccca85a5_8a24_4591_93ee_1f137a386bab rdf:type owl:Class ; - rdfs:subClassOf :EMMO_fbe23679_7d83_4056_acf3_9127d28120e2 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-12"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Negatively charged ion."@en ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/A00358"@en ; - rdfs:comment "A monoatomic or polyatomic species having one or more elementary charges of the electron."@en ; - skos:prefLabel "Anion"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_ccca85a5_8a24_4591_93ee_1f137a386bab ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Negatively charged ion."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_ccca85a5_8a24_4591_93ee_1f137a386bab ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "A monoatomic or polyatomic species having one or more elementary charges of the electron."@en ; - dcterms:source "IUPAC. Compendium of Chemical Terminology, 2nd ed. (the \"Gold Book\"). Compiled by A. D. McNaught and A. Wilkinson. Blackwell Scientific Publications, Oxford (1997). Online version (2019-) created by S. J. Chalk. ISBN 0-9678550-9-8. https://doi.org/10.1351/goldbook." - ] . - - -### http://emmo.info/emmo#EMMO_cd741cf5_317b_425c_a8fb_d1f3574772f3 -:EMMO_cd741cf5_317b_425c_a8fb_d1f3574772f3 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6a490979_2226_47bb_a2b2_a7951c04cfc7 ; - skos:prefLabel "WeakBase"@en . - - -### http://emmo.info/emmo#EMMO_cdbf555a_6352_40b1_af1d_89eff215d506 -:EMMO_cdbf555a_6352_40b1_af1d_89eff215d506 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_66305f3d_6eef_448a_953d_17abb87788ae , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_1b8d1cf9_7b79_4de2_b9ba_3fb7b02a36f0 - ] ; - skos:prefLabel "FiniteVolumeMesh"@en . - - -### http://emmo.info/emmo#EMMO_cdc5a859_de8d_401a_b2fd_6bed90aad310 -:EMMO_cdc5a859_de8d_401a_b2fd_6bed90aad310 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_110dbe15_9268_4531_b100_7f456e9f770a - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-8" ; - skos:prefLabel "MolarEntropy"@en . - - -### http://emmo.info/emmo#EMMO_d02912df_fe35_4a67_b280_868cf5ed7476 -:EMMO_d02912df_fe35_4a67_b280_868cf5ed7476 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 , - :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_eb868040_998a_41b3_bcad_5fb36681b326 - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-71" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-30.2" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quantity equal to the mass dm of substance crossing a given surface during a time interval with infinitesimal duration dt, divided by this duration, thus qm = dm / dt."@en ; - rdfs:comment "qm = ρqv where ρ is mass density and qv is volume flow rate."@en ; - skos:prefLabel "MassFlowRate"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_d02912df_fe35_4a67_b280_868cf5ed7476 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "quantity equal to the mass dm of substance crossing a given surface during a time interval with infinitesimal duration dt, divided by this duration, thus qm = dm / dt."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_d02912df_fe35_4a67_b280_868cf5ed7476 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "qm = ρqv where ρ is mass density and qv is volume flow rate."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_d0592008_1de9_4ce1_99a4_3c38547c240f -:EMMO_d0592008_1de9_4ce1_99a4_3c38547c240f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ba4137a3_e467_4925_9bf7_3084ed733ac5 ; - skos:altLabel "MassSourceEquation"@en ; - skos:prefLabel "MassSourceTerm"@en . - - -### http://emmo.info/emmo#EMMO_d1917609_db5e_4b8a_9b76_ef1d6f860a81 -:EMMO_d1917609_db5e_4b8a_9b76_ef1d6f860a81 rdfs:subClassOf :EMMO_c7ad2455_1bbf_4299_ba2e_101a553496a6 . - - -### http://emmo.info/emmo#EMMO_d2793407_4693_469f_acd8_f839499a4e66 -:EMMO_d2793407_4693_469f_acd8_f839499a4e66 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_36c79456_e29c_400d_8bd3_0eedddb82652 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-05" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """set of all microstates fitting a given property, thus resulting in a description at a level less detailed than that given for a microstate - --- International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org"""@en ; - rdfs:comment """If n is the number of microstates in a macrostate, entropy is proportional to the logarithm of n. - --- IEC Note 1"""@en ; - skos:prefLabel "Macrostate"@en . - - -### http://emmo.info/emmo#EMMO_d35bee3e_3138_4eff_8c99_e90d873915b3 -:EMMO_d35bee3e_3138_4eff_8c99_e90d873915b3 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_66bc9029_f473_45ff_bab9_c3509ff37a22 , - :EMMO_d8aa8e1f_b650_416d_88a0_5118de945456 ; - skos:prefLabel "OperatingTemperature"@en . - - -### http://emmo.info/emmo#EMMO_d368744e_bb2e_4d40_a7ef_762505b6027e -:EMMO_d368744e_bb2e_4d40_a7ef_762505b6027e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-26" ; - skos:prefLabel "StandardAbsoluteActivity"@en . - - -### http://emmo.info/emmo#EMMO_d4980a67_3a9f_47e3_9c8a_edc814dd8654 -:EMMO_d4980a67_3a9f_47e3_9c8a_edc814dd8654 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ba4137a3_e467_4925_9bf7_3084ed733ac5 ; - skos:altLabel "ChargeSourceEquation"@en ; - skos:prefLabel "ChargeSourceTerm"@en . - - -### http://emmo.info/emmo#EMMO_d566e523_5de6_4a75_9d52_a0f1fbc0fd53 -:EMMO_d566e523_5de6_4a75_9d52_a0f1fbc0fd53 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dcbc6bec_d372_4cef_a116_3f7fdb5d391c , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bc307cfa_fa18_4e1c_ae93_ef169ffa86f4 ; - owl:hasValue 3 - ] ; - :EMMO_3acf3a7e_af12_427a_a21a_68d9ff4afa27 "[Mn+3]" ; - :EMMO_5cbfe520_e453_4c80_a4f0_af594cd1b844 "https://pubchem.ncbi.nlm.nih.gov/compound/Manganese_3" ; - :EMMO_77009747_9bf4_4746_9762_8e91aeb70ab6 "manganese(3+)" ; - :EMMO_83df0ce6_ae53_4c35_97e3_20ee4e23833f 105130 ; - :EMMO_ba4237ba_e1c3_451d_9785_23d50a242aac "Mn(III)" ; - skos:prefLabel "ManganeseThreeIon"@en . - - -### http://emmo.info/emmo#EMMO_d5c1857a_46bb_4826_92c8_44a37d6ec230 -:EMMO_d5c1857a_46bb_4826_92c8_44a37d6ec230 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4456a5d2_16a6_4ee1_9a8e_5c75956b28ea ; - skos:prefLabel "FiniteDifferenceModel"@en . - - -### http://emmo.info/emmo#EMMO_d65cd6ce_26aa_4472_8e0b_887c613be705 -:EMMO_d65cd6ce_26aa_4472_8e0b_887c613be705 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_b03f7843_a332_4bbf_a4fa_dfa24d9cf33b , - :EMMO_c8c711d0_3101_4562_953c_3c5b498f0a6c ; - skos:prefLabel "NonAqueousPotassiumIon"@en . - - -### http://emmo.info/emmo#EMMO_d722016a_4907_497b_b0d3_cfd10adfef26 -:EMMO_d722016a_4907_497b_b0d3_cfd10adfef26 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_ea801e22_eb27_470a_9271_66861e175db3 - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-11" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-6" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "at a given point on a one-dimensional domain of quasi-infinitesimal length dl, scalar quantity equal to the mass dm within the domain divided by the length dl, thus ρl = dm/dl."@en ; - skos:altLabel "LinearDensity"@en , - "LineicMass"@en ; - skos:prefLabel "LinearMassDensity"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_d722016a_4907_497b_b0d3_cfd10adfef26 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "at a given point on a one-dimensional domain of quasi-infinitesimal length dl, scalar quantity equal to the mass dm within the domain divided by the length dl, thus ρl = dm/dl."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_d7efc862_981f_4909_925b_700cd93070fc -:EMMO_d7efc862_981f_4909_925b_700cd93070fc rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_877491a2_c810_47d0_8187_e796e01bc562 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-12" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "thermodynamic temperature difference divided by heat flow rate."@en ; - rdfs:comment "The name “thermal resistance” and the symbol R are used in building technology to designate thermal insulance."@en ; - skos:prefLabel "ThermalResistance"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_d7efc862_981f_4909_925b_700cd93070fc ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "thermodynamic temperature difference divided by heat flow rate."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_d7efc862_981f_4909_925b_700cd93070fc ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "The name “thermal resistance” and the symbol R are used in building technology to designate thermal insulance."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_d8612fa0_c0fb_485d_b45a_1845e7a46796 -:EMMO_d8612fa0_c0fb_485d_b45a_1845e7a46796 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-35.2" ; - skos:prefLabel "CanonicalPartitionFunction"@en . - - -### http://emmo.info/emmo#EMMO_d95e6e0d-e8eb-411a-b407-0d1a517e8767 -:EMMO_d95e6e0d-e8eb-411a-b407-0d1a517e8767 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_038e37a3_1684_4980_b5e4_67ab34cd5bdb , - :EMMO_4207e895_8b83_4318_996a_72cfb32acd94 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Materials that have one or more properties that can be significantly changed in a controlled fashion by external stimuli (temperature, electric/magnetic field, etc.) and are therefore applied in a broad range of technological devices as for example in memories, displays and telecommunication. - NTNU FY3114 - Functional Materials"@en ; - skos:prefLabel "FunctionalMaterial"@en . - - -### http://emmo.info/emmo#EMMO_d97b27cb_61a4_4568_a38b_4edd4f224acc -:EMMO_d97b27cb_61a4_4568_a38b_4edd4f224acc rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-46" ; - skos:altLabel "CurrentFraction"@en , - "TransferrenceNumber"@en ; - skos:prefLabel "TransportNumber"@en . - - -### http://emmo.info/emmo#EMMO_d983cb20_3c6d_4fb9_a81a_0d2686222b4c -:EMMO_d983cb20_3c6d_4fb9_a81a_0d2686222b4c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-04-04" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """in a real point space, oriented straight line with an origin point. - --- International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org"""@en ; - rdfs:comment """An axis defines a direction. - --- IEC Note 1"""@en ; - skos:prefLabel "Axis"@en . - - -### http://emmo.info/emmo#EMMO_da4ea7e3_6e60_410b_a209_6ea735a6b10c -:EMMO_da4ea7e3_6e60_410b_a209_6ea735a6b10c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-6" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "closing vector in a sequence of vectors encircling a dislocation"@en ; - skos:prefLabel "BurgersVector"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_da4ea7e3_6e60_410b_a209_6ea735a6b10c ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "closing vector in a sequence of vectors encircling a dislocation"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_daa6884a_d9ab_4433_b600_fcb44ef7ac63 -:EMMO_daa6884a_d9ab_4433_b600_fcb44ef7ac63 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_602397bd_e302_42a6_be33_fe67ea81933a ; - skos:prefLabel "ReactionRateConstant"@en . - - -### http://emmo.info/emmo#EMMO_dc1370b5_3902_4652_8736_0804d88dd128 -:EMMO_dc1370b5_3902_4652_8736_0804d88dd128 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-14" ; - skos:prefLabel "GrueneisenParamter"@en . - - -### http://emmo.info/emmo#EMMO_dc33cea5_fe7f_4ad0_8aed_0bf92eee5df6 -:EMMO_dc33cea5_fe7f_4ad0_8aed_0bf92eee5df6 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4207e895_8b83_4318_996a_72cfb32acd94 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b3ccab7f_f748_4940_b37e_ffb40a8d219f ; - owl:someValuesFrom :EMMO_06156ae2_e0db_4c22_a013_5858946c8222 - ] ; - skos:prefLabel "ManganeseDioxideMaterial"@en . - - -### http://emmo.info/emmo#EMMO_dc467621_3b49_4f31_9b09_82290f29da52 -:EMMO_dc467621_3b49_4f31_9b09_82290f29da52 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-05-17"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "for a particle, electric charge q divided by elementary charge e, thus e, soit c = q/e."@en ; - rdfs:comment "The charge number of a particle may be presented as a superscript to the symbol of that particle, e.g. H+, He++, Al3+, Cl−, S=, N3−."@en , - "The charge number of an electrically charged particle can be positive or negative. The charge number of an electrically neutral particle is zero."@en ; - skos:altLabel "IonizationNumber"@en ; - skos:prefLabel "ChargeNumber"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_dc467621_3b49_4f31_9b09_82290f29da52 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "for a particle, electric charge q divided by elementary charge e, thus e, soit c = q/e."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_dc467621_3b49_4f31_9b09_82290f29da52 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "The charge number of a particle may be presented as a superscript to the symbol of that particle, e.g. H+, He++, Al3+, Cl−, S=, N3−."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_dc467621_3b49_4f31_9b09_82290f29da52 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "The charge number of an electrically charged particle can be positive or negative. The charge number of an electrically neutral particle is zero."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_dcbc6bec_d372_4cef_a116_3f7fdb5d391c -:EMMO_dcbc6bec_d372_4cef_a116_3f7fdb5d391c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ad3b994f_0ea6_4529_b863_3ff9110d6abe , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass - ] ; - skos:prefLabel "ManganeseIon"@en . - - -### http://emmo.info/emmo#EMMO_dcc692cf_0e03_45ee_9d52_763b9e208dac -:EMMO_dcc692cf_0e03_45ee_9d52_763b9e208dac rdf:type owl:Class ; - rdfs:subClassOf :EMMO_b29fd350_39aa_4af7_9459_3faa0544cba6 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A model that describes the behaviour of a physical system using electric circuit components."@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Equivalent_circuit"@en ; - skos:prefLabel "EquivalentCircuitModel"@en . - - -### http://emmo.info/emmo#EMMO_dcfe156b_ec72_48a3_b89f_2ac5b9b91e92 -:EMMO_dcfe156b_ec72_48a3_b89f_2ac5b9b91e92 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a15cea10_9946_4d2b_95c5_cfc333fd2abb ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-06-25" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "particle such as an electron, proton, ion, or, by extension, entity with particle-like characteristics, such as a hole, having non-zero electric charge."@en ; - rdfs:comment "The electric charge of a charge carrier is always an integral multiple, positive or negative, of the elementary electric charge, except for quarks and some particle-like entities in semiconductors."@en ; - skos:prefLabel "ChargeCarrier"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_dcfe156b_ec72_48a3_b89f_2ac5b9b91e92 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "particle such as an electron, proton, ion, or, by extension, entity with particle-like characteristics, such as a hole, having non-zero electric charge."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_dd8f0409_bde4_4a6f_a130_7064ab904264 -:EMMO_dd8f0409_bde4_4a6f_a130_7064ab904264 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T0 L+3 M0 I0 Θ0 N-1 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "VolumePerAmountDimension"@en . - - -### http://emmo.info/emmo#EMMO_ddd41546_2acf_4e1f_a548_d9ef41fada32 -:EMMO_ddd41546_2acf_4e1f_a548_d9ef41fada32 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ad3b994f_0ea6_4529_b863_3ff9110d6abe , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass - ] ; - skos:prefLabel "IronIon"@en . - - -### http://emmo.info/emmo#EMMO_df8b283c_c02a_4158_b65e_60de7bb0b550 -:EMMO_df8b283c_c02a_4158_b65e_60de7bb0b550 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_1c957677_a460_4702_85a6_baef659d14b1 - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-60"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quotient of the mass of water vapour in moist gas by the total gas volume."@en ; - rdfs:comment "The mass concentration of water at saturation is denoted vsat."@en ; - skos:prefLabel "MassConcentrationOfWaterVapour"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_df8b283c_c02a_4158_b65e_60de7bb0b550 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "quotient of the mass of water vapour in moist gas by the total gas volume."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_df8b283c_c02a_4158_b65e_60de7bb0b550 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "The mass concentration of water at saturation is denoted vsat."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_dfcff795_0fe9_4eb7_8f8f_879bb50939c9 -:EMMO_dfcff795_0fe9_4eb7_8f8f_879bb50939c9 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_2e7e5796_4a80_4d73_bb84_f31138446c0c - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-22" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quotient of Peltier heat power developed at a junction, and the electric current flowing from substance a to substance b"@en ; - skos:prefLabel "PeltierCoefficient"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_dfcff795_0fe9_4eb7_8f8f_879bb50939c9 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "quotient of Peltier heat power developed at a junction, and the electric current flowing from substance a to substance b"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_dff0d78c_27db_483a_9009_dd42ee6e465b -:EMMO_dff0d78c_27db_483a_9009_dd42ee6e465b rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T+2 L+1 M-1 I0 Θ+1 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "TemperaturePerPressureDimension"@en . - - -### http://emmo.info/emmo#EMMO_e10b7f63_f14d_44d0_a241_449fe96686fc -:EMMO_e10b7f63_f14d_44d0_a241_449fe96686fc rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T+2 L+1 M-1 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PerPressureDimension"@en . - - -### http://emmo.info/emmo#EMMO_e16033b0_cb72_4d02_84fa_4df7f54a9c4e -:EMMO_e16033b0_cb72_4d02_84fa_4df7f54a9c4e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_e218c625_6a39_47a9_8d08_a2ef41c152a9 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-21.5" ; - skos:prefLabel "SpecificGibbsEnergy"@en . - - -### http://emmo.info/emmo#EMMO_e18f025f_df9a_40b3_8681_5f37197dd659 -:EMMO_e18f025f_df9a_40b3_8681_5f37197dd659 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T0 L0 M+1 I0 Θ0 N-1 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassPerAmountDimension"@en . - - -### http://emmo.info/emmo#EMMO_e218c625_6a39_47a9_8d08_a2ef41c152a9 -:EMMO_e218c625_6a39_47a9_8d08_a2ef41c152a9 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 , - :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-21.1" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Energy per unit mass"@en ; - skos:prefLabel "SpecificEnergy"@en . - - -### http://emmo.info/emmo#EMMO_e35d2cb2_e915_4667_bbe1_1149b19777cb -:EMMO_e35d2cb2_e915_4667_bbe1_1149b19777cb rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_e501069c_34d3_4dc7_ac87_c90c7342192b - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-31" ; - skos:prefLabel "ExtentOfReaction"@en . - - -### http://emmo.info/emmo#EMMO_e3727dab_74f9_438b_90f0_d03ea76c31fc -:EMMO_e3727dab_74f9_438b_90f0_d03ea76c31fc rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-20.5" ; - skos:prefLabel "GibbsEnergy"@en . - - -### http://emmo.info/emmo#EMMO_e37ec2b9_aed3_4549_ad25_5f78d31cac06 -:EMMO_e37ec2b9_aed3_4549_ad25_5f78d31cac06 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-25.1" ; - skos:prefLabel "ThermodynamicEfficiency"@en . - - -### http://emmo.info/emmo#EMMO_e3d442e5_eae4_4fc5_a062_553bf900d9cd -:EMMO_e3d442e5_eae4_4fc5_a062_553bf900d9cd rdf:type owl:Class ; - rdfs:subClassOf :EMMO_98e27347_42ca_4613_98c9_c573f199a50e ; - skos:prefLabel "HeatSourceTerm"@en . - - -### http://emmo.info/emmo#EMMO_e3f47850_ac99_4c3e_a2da_ae92efda8126 -:EMMO_e3f47850_ac99_4c3e_a2da_ae92efda8126 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_cde4368c_1d4d_4c94_8548_604749523c6d ; - skos:prefLabel "ElectronicConductivity"@en . - - -### http://emmo.info/emmo#EMMO_e4791212_5a13_4aa6_aac2_08704550dcc3 -:EMMO_e4791212_5a13_4aa6_aac2_08704550dcc3 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-9.1" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quotient of momentum and the reduced Planck constant"@en ; - skos:altLabel "AngularRepetency"@en ; - skos:prefLabel "AngluarWaveNumber"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_e4791212_5a13_4aa6_aac2_08704550dcc3 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "quotient of momentum and the reduced Planck constant"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_e490793f_9999_402e_8ea2_86c3ba16c4c1 -:EMMO_e490793f_9999_402e_8ea2_86c3ba16c4c1 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2b039054_e7a2_4f7a_8d59_54cb598e4488 , - :EMMO_648295d4_7c5a_4aaa_8347_e612dc133d00 ; - skos:prefLabel "AqueousChlorideIon"@en . - - -### http://emmo.info/emmo#EMMO_e4b5d63f_17ee_4751_bcd2_b47423ed6318 -:EMMO_e4b5d63f_17ee_4751_bcd2_b47423ed6318 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4207e895_8b83_4318_996a_72cfb32acd94 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b3ccab7f_f748_4940_b37e_ffb40a8d219f ; - owl:someValuesFrom :EMMO_edd129dd_a036_4091_9fab_2dd125256450 - ] ; - skos:prefLabel "SaltMaterial"@en . - - -### http://emmo.info/emmo#EMMO_e4de48b1_dabb_4490_ac2b_040f926c64f0 -:EMMO_e4de48b1_dabb_4490_ac2b_040f926c64f0 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-20" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "length in a given direction regarded as horizontal."@en ; - rdfs:comment "The terms breadth and width are often used by convention, as distinguished from length and from height or thickness."@en ; - skos:altLabel "Breadth"@en ; - skos:prefLabel "Width"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_e4de48b1_dabb_4490_ac2b_040f926c64f0 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "length in a given direction regarded as horizontal."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_e4de48b1_dabb_4490_ac2b_040f926c64f0 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "The terms breadth and width are often used by convention, as distinguished from length and from height or thickness."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_e55a5449_e49e_4e8c_bccb_8a1eb110b2e8 -:EMMO_e55a5449_e49e_4e8c_bccb_8a1eb110b2e8 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ad97ebdc_6ec1_473c_adf0_bfe3e62c529c ; - skos:prefLabel "ControlVolume"@en . - - -### http://emmo.info/emmo#EMMO_e58bde09_bb09_4bd5_911f_c5d7fb3e5e46 -:EMMO_e58bde09_bb09_4bd5_911f_c5d7fb3e5e46 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_909415d1_7c43_4d5e_bbeb_7e1910159f66 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "date on a timescale consisting of the origin of a calendar and a succession of calendar days."@en ; - rdfs:comment "In the standardized calendar, a calendar date is expressed by a triple of numbers consisting of the number of the year relative to a conventional origin, the number of the month within this year and the number of the day within this month. The standardized representation (see ISO 8601) is in the order year-month-day"@en , - "In the standardized calendar, each calendar day extends from one midnight to the next midnight for the standard time at a given location. Consecutive calendar days are usually grouped together in various time intervals, i.e. calendar weeks, calendar months, calendar years."@en ; - skos:prefLabel "CalendarDate"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_e58bde09_bb09_4bd5_911f_c5d7fb3e5e46 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "date on a timescale consisting of the origin of a calendar and a succession of calendar days."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_e5e17147_64a9_47c9_b3d1_2d4ab23eed54 -:EMMO_e5e17147_64a9_47c9_b3d1_2d4ab23eed54 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-34" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "constituent of the interaction energy between the spins of adjacent electrons in matter arising from the overlap of electron state functions"@en ; - skos:prefLabel "ExchangeIntegral"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_e5e17147_64a9_47c9_b3d1_2d4ab23eed54 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "constituent of the interaction energy between the spins of adjacent electrons in matter arising from the overlap of electron state functions"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_e6bc751b_5cad_4eb8_92f2_24c041490e43 -:EMMO_e6bc751b_5cad_4eb8_92f2_24c041490e43 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T+1 L0 M0 I+1 Θ-1 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricChargePerTemperatureDimension"@en . - - -### http://emmo.info/emmo#EMMO_e6e7277a_1d40_4be5_a3a9_afd3da53d937 -:EMMO_e6e7277a_1d40_4be5_a3a9_afd3da53d937 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-44"@en ; - skos:prefLabel "ElectrolyticConductivity"@en . - - -### http://emmo.info/emmo#EMMO_e6efd70d_87b4_4e18_a471_9b29c7a1fe16 -:EMMO_e6efd70d_87b4_4e18_a471_9b29c7a1fe16 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-5.1" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "fraction of nearest-neighbour atom pairs in an Ising ferromagnet having magnetic moments in one direction, minus the fraction having magnetic moments in the opposite direction"@en ; - skos:prefLabel "ShortRangeOrderParameter"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_e6efd70d_87b4_4e18_a471_9b29c7a1fe16 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "fraction of nearest-neighbour atom pairs in an Ising ferromagnet having magnetic moments in one direction, minus the fraction having magnetic moments in the opposite direction"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_e84be61e_6f6f_43e2_b91d_86898a5dc7c4 -:EMMO_e84be61e_6f6f_43e2_b91d_86898a5dc7c4 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-40.1" ; - skos:prefLabel "ThermalDiffusionRatio"@en . - - -### http://emmo.info/emmo#EMMO_e86c84bd_af21_402d_a1ad_42a90599f9eb -:EMMO_e86c84bd_af21_402d_a1ad_42a90599f9eb rdf:type owl:Class ; - rdfs:subClassOf :EMMO_e218c625_6a39_47a9_8d08_a2ef41c152a9 ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-21.2" ; - skos:prefLabel "SpecificInternalEnergy"@en . - - -### http://emmo.info/emmo#EMMO_e980389d_6dfe_4156_9b40_32050c9644a5 -:EMMO_e980389d_6dfe_4156_9b40_32050c9644a5 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-4" ; - skos:prefLabel "MolarMass"@en . - - -### http://emmo.info/emmo#EMMO_e9dd942e_db98_4aad_b9c3_931dff6f13b0 -:EMMO_e9dd942e_db98_4aad_b9c3_931dff6f13b0 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_df96cbb6_b5ee_4222_8eab_b3675df24bea ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-06" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Substance into which another substance is dissolved."@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Solvent"@en ; - skos:prefLabel "Solvent"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_e9dd942e_db98_4aad_b9c3_931dff6f13b0 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "Substance into which another substance is dissolved."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_ea246e79_022f_469d_be0b_576dea230c32 -:EMMO_ea246e79_022f_469d_be0b_576dea230c32 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T+1 L0 M-1 I+1 Θ0 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricChargePerMassDimension"@en . - - -### http://emmo.info/emmo#EMMO_ea47add2_8e93_4659_a5f0_e6879032dee0 -:EMMO_ea47add2_8e93_4659_a5f0_e6879032dee0 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-23.3" ; - skos:prefLabel "RollingResistanceFactor"@en . - - -### http://emmo.info/emmo#EMMO_ea737941_5adb_479b_9bdf_244425d024a7 -:EMMO_ea737941_5adb_479b_9bdf_244425d024a7 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_909415d1_7c43_4d5e_bbeb_7e1910159f66 ; - skos:prefLabel "SerialNumber"@en . - - -### http://emmo.info/emmo#EMMO_ea801e22_eb27_470a_9271_66861e175db3 -:EMMO_ea801e22_eb27_470a_9271_66861e175db3 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T0 L-1 M+1 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassPerLengthDimension"@en . - - -### http://emmo.info/emmo#EMMO_ead7c629_824a_410f_afec_579f08894c78 -:EMMO_ead7c629_824a_410f_afec_579f08894c78 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_1715e002_3f62_493a_8af4_74f273df2cd7 - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-19"@en ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-15" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quotient of the amount of substance nB of solute B by the mass m of the solvent: bB = nB / m."@en ; - skos:altLabel "AmountPerMass"@en ; - skos:prefLabel "Molality"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_ead7c629_824a_410f_afec_579f08894c78 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "quotient of the amount of substance nB of solute B by the mass m of the solvent: bB = nB / m."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_eaf592ea_7761_4128_87a8_e643906258b4 -:EMMO_eaf592ea_7761_4128_87a8_e643906258b4 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 - ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "axial vector quantity describing the rotation around an axis, with magnitude ω=|dφ/dt|, where dφ is the plane angle change during the infinitesimal time interval with duration dt, and with direction along the axis for which the rotation is clockwise."@en ; - rdfs:comment "In an inertial frame, the angular velocity does not depend on the chosen coordinate system provided that the orientation of space is kept (either right-handed or left-handed)."@en ; - skos:prefLabel "AngularVelocity"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_eaf592ea_7761_4128_87a8_e643906258b4 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "axial vector quantity describing the rotation around an axis, with magnitude ω=|dφ/dt|, where dφ is the plane angle change during the infinitesimal time interval with duration dt, and with direction along the axis for which the rotation is clockwise."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_eaf592ea_7761_4128_87a8_e643906258b4 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "In an inertial frame, the angular velocity does not depend on the chosen coordinate system provided that the orientation of space is kept (either right-handed or left-handed)."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_eb868040_998a_41b3_bcad_5fb36681b326 -:EMMO_eb868040_998a_41b3_bcad_5fb36681b326 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T-1 L0 M+1 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassPerTimeDimension"@en . - - -### http://emmo.info/emmo#EMMO_ec0bbd99_8055_42de_b0b4_738e81486a79 -:EMMO_ec0bbd99_8055_42de_b0b4_738e81486a79 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4207e895_8b83_4318_996a_72cfb32acd94 ; - skos:prefLabel "HomogeneousMaterial"@en . - - -### http://emmo.info/emmo#EMMO_ec2e5ffa_64cd_49db_ab49_90c49a231c4b -:EMMO_ec2e5ffa_64cd_49db_ab49_90c49a231c4b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1e1a627e_24c9_43bd_bb1c_4f8ffabd1549 , - :EMMO_6077b877_8e26_4e07_b559_1869f5346b59 ; - skos:prefLabel "SolidLithiumMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_ec767367_a773_4935_80ea_dd6a5eaefb54 -:EMMO_ec767367_a773_4935_80ea_dd6a5eaefb54 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_90798691_3b86_4d8c_910f_be2b39c98b39 - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-10" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-5" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "at a given point on a two-dimensional domain of quasi-infinitesimal area dA, scalar quantity equal to the mass dm within the domain divided by the area dA, thus ρA = dm/dA."@en ; - skos:altLabel "AreicMass"@en , - "SurfaceDensity"@en ; - skos:prefLabel "SurfaceMassDensity"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_ec767367_a773_4935_80ea_dd6a5eaefb54 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "at a given point on a two-dimensional domain of quasi-infinitesimal area dA, scalar quantity equal to the mass dm within the domain divided by the area dA, thus ρA = dm/dA."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_ecb0395f_ee1e_4e9a_bf5c_d8e56eee2d18 -:EMMO_ecb0395f_ee1e_4e9a_bf5c_d8e56eee2d18 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_50e36d79_b2dd_422d_81eb_a665028a1ead , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :EMMO_3397f270_dfc1_4500_8f6f_4d0d85ac5f71 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d43af210_f854_4432_a891_ce3022e3b558 ; - owl:someValuesFrom :EMMO_5eb09a10_1b4f_410f_9911_b3e3342d6017 - ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A process that results in the interconversion of chemical species. Chemical reactions may be elementary reactions or stepwise reactions. (It should be noted that this definition includes experimentally observable interconversions of conformers.) Detectable chemical reactions normally involve sets of molecular entities as indicated by this definition, but it is often conceptually convenient to use the term also for changes involving single molecular entities (i.e. 'microscopic chemical events')."@en ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/C01033"@en ; - skos:prefLabel "ChemicalReaction"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_ecb0395f_ee1e_4e9a_bf5c_d8e56eee2d18 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "A process that results in the interconversion of chemical species. Chemical reactions may be elementary reactions or stepwise reactions. (It should be noted that this definition includes experimentally observable interconversions of conformers.) Detectable chemical reactions normally involve sets of molecular entities as indicated by this definition, but it is often conceptually convenient to use the term also for changes involving single molecular entities (i.e. 'microscopic chemical events')."@en ; - dcterms:source "IUPAC. Compendium of Chemical Terminology, 2nd ed. (the \"Gold Book\"). Compiled by A. D. McNaught and A. Wilkinson. Blackwell Scientific Publications, Oxford (1997). Online version (2019-) created by S. J. Chalk. ISBN 0-9678550-9-8. https://doi.org/10.1351/goldbook." - ] . - - -### http://emmo.info/emmo#EMMO_ed9b672a_cb98_44b2_8704_f88a25a7ab1d -:EMMO_ed9b672a_cb98_44b2_8704_f88a25a7ab1d rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2b039054_e7a2_4f7a_8d59_54cb598e4488 , - :EMMO_51a8adc5_aa32_4b48_8447_42a6c0f24e4b ; - skos:prefLabel "AqueousManganeseTwoIon"@en . - - -### http://emmo.info/emmo#EMMO_edd129dd_a036_4091_9fab_2dd125256450 -:EMMO_edd129dd_a036_4091_9fab_2dd125256450 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3397f270_dfc1_4500_8f6f_4d0d85ac5f71 ; - skos:prefLabel "SaltMolecule"@en . - - -### http://emmo.info/emmo#EMMO_ee7ddcb8_ad8e_4ff7_a09f_889d8edf8f8b -:EMMO_ee7ddcb8_ad8e_4ff7_a09f_889d8edf8f8b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_a2f0a015_38ba_4030_8fbe_6d9904b735fc - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-37" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-8" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "vector quantity with magnitude equal to the heat flow rate dΦ through a surface element divided by the area dA of the element, and direction eφ in the direction of propagation of heat."@en ; - rdfs:comment "At a fixed point in a medium, the direction of propagation of heat is opposite to the temperature gradient. At a point on the surface separating two media with different temperatures, the direction of propagation of heat is normal to the surface, from higher to lower temperatures."@en ; - skos:altLabel "AreicHeatFlowRate"@en ; - skos:prefLabel "DensityOfHeatFlowRate"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_ee7ddcb8_ad8e_4ff7_a09f_889d8edf8f8b ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "vector quantity with magnitude equal to the heat flow rate dΦ through a surface element divided by the area dA of the element, and direction eφ in the direction of propagation of heat."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_ee7ddcb8_ad8e_4ff7_a09f_889d8edf8f8b ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget "At a fixed point in a medium, the direction of propagation of heat is opposite to the temperature gradient. At a point on the surface separating two media with different temperatures, the direction of propagation of heat is normal to the surface, from higher to lower temperatures."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_ee837ed0_2355_4802_b3cd_a8fab297d244 -:EMMO_ee837ed0_2355_4802_b3cd_a8fab297d244 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_0972cb08_48bd_4524_ac03_8a2e7f30f02f - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-6.2" ; - skos:prefLabel "MolarEnthalpy"@en . - - -### http://emmo.info/emmo#EMMO_eead19f5_c0cd_4946_a501_c870bb50f3b1 -:EMMO_eead19f5_c0cd_4946_a501_c870bb50f3b1 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-16" ; - skos:prefLabel "ElectricSusceptibility"@en . - - -### http://emmo.info/emmo#EMMO_f0b8bace_151e_4f54_8129_c180fd83ae44 -:EMMO_f0b8bace_151e_4f54_8129_c180fd83ae44 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_a77a0a4b_6bd2_42b2_be27_4b63cebbb59e - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-35.2" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "critical thermodynamic temperature of an antiferromagnet"@en ; - skos:prefLabel "NeelTemperature"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_f0b8bace_151e_4f54_8129_c180fd83ae44 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "critical thermodynamic temperature of an antiferromagnet"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_f0b903be_d86f_4d28_9f42_b4d4753e2cf4 -:EMMO_f0b903be_d86f_4d28_9f42_b4d4753e2cf4 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-24.2" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "difference between energy of an electron at rest at infinity and a certain energy level which is the energy of an electron in the interior of a substance"@en ; - skos:prefLabel "IonizationEnergy"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_f0b903be_d86f_4d28_9f42_b4d4753e2cf4 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "difference between energy of an electron at rest at infinity and a certain energy level which is the energy of an electron in the interior of a substance"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_f0c23636_edf4_4303_a1fb_cd238b618e00 -:EMMO_f0c23636_edf4_4303_a1fb_cd238b618e00 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21205421_5783_4d3e_81e5_10c5d894a88a ; - :EMMO_3acf3a7e_af12_427a_a21a_68d9ff4afa27 "O[Mn](=O)[O-]" ; - :EMMO_5cbfe520_e453_4c80_a4f0_af594cd1b844 "https://pubchem.ncbi.nlm.nih.gov/compound/hydroxy-oxido-oxomanganese" ; - :EMMO_77009747_9bf4_4746_9762_8e91aeb70ab6 "hydroxy-oxido-oxomanganese" ; - :EMMO_83df0ce6_ae53_4c35_97e3_20ee4e23833f 164808 ; - :EMMO_ba4237ba_e1c3_451d_9785_23d50a242aac "MnO(OH)" ; - skos:altLabel "HydroxyOxidoOxoManganeseMolecule"@en ; - skos:prefLabel "ManganiteMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_f14ae884_9345_4de4_a322_362329517e3e -:EMMO_f14ae884_9345_4de4_a322_362329517e3e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_09f0619a_d584_4747_b0a1_e53f729e2460 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-19" ; - skos:prefLabel "SpecificEntropy"@en . - - -### http://emmo.info/emmo#EMMO_f19e5c5f_17b1_492e_83bb_521f2fd3e907 -:EMMO_f19e5c5f_17b1_492e_83bb_521f2fd3e907 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_038e37a3_1684_4980_b5e4_67ab34cd5bdb ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The inhomogeneous space region intermediate between two bulk phases in contact, and where properties are significantly different from, but related to, the properties of the bulk phases."@en ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/I03085"@en ; - skos:altLabel "Interphase"@en ; - skos:prefLabel "InterfacialLayer"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_f19e5c5f_17b1_492e_83bb_521f2fd3e907 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "The inhomogeneous space region intermediate between two bulk phases in contact, and where properties are significantly different from, but related to, the properties of the bulk phases."@en ; - dcterms:source "IUPAC. Compendium of Chemical Terminology, 2nd ed. (the \"Gold Book\"). Compiled by A. D. McNaught and A. Wilkinson. Blackwell Scientific Publications, Oxford (1997). Online version (2019-) created by S. J. Chalk. ISBN 0-9678550-9-8. https://doi.org/10.1351/goldbook." - ] . - - -### http://emmo.info/emmo#EMMO_f1a3a8b0_f812_43f1_accd_947e904125e6 -:EMMO_f1a3a8b0_f812_43f1_accd_947e904125e6 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2b039054_e7a2_4f7a_8d59_54cb598e4488 , - :EMMO_8f87e700_99a8_4427_8ffb_e493de05c217 ; - skos:prefLabel "AqueousProton"@en . - - -### http://emmo.info/emmo#EMMO_f1be7d92_c57d_4698_a0ba_968130a3f9e1 -:EMMO_f1be7d92_c57d_4698_a0ba_968130a3f9e1 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_09f0619a_d584_4747_b0a1_e53f729e2460 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-26" ; - skos:prefLabel "SpecificGasConstant"@en . - - -### http://emmo.info/emmo#EMMO_f2481039_319f_4703_bf75_5ae969a7dc4a -:EMMO_f2481039_319f_4703_bf75_5ae969a7dc4a rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ccca85a5_8a24_4591_93ee_1f137a386bab , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bc307cfa_fa18_4e1c_ae93_ef169ffa86f4 ; - owl:hasValue -1 - ] ; - :EMMO_3acf3a7e_af12_427a_a21a_68d9ff4afa27 "[OH-]" ; - :EMMO_5cbfe520_e453_4c80_a4f0_af594cd1b844 "https://pubchem.ncbi.nlm.nih.gov/compound/Hydroxide" ; - :EMMO_77009747_9bf4_4746_9762_8e91aeb70ab6 "hydroxide" ; - :EMMO_83df0ce6_ae53_4c35_97e3_20ee4e23833f 961 ; - :EMMO_ba4237ba_e1c3_451d_9785_23d50a242aac "HO-" ; - skos:prefLabel "HydroxideIon"@en . - - -### http://emmo.info/emmo#EMMO_f25f8eff_9570_4ecb_be51_64f1e6dd4ca2 -:EMMO_f25f8eff_9570_4ecb_be51_64f1e6dd4ca2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_36c79456_e29c_400d_8bd3_0eedddb82652 ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-04" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """set of parameters necessary to completely characterize particles and fields constituting a given system - --- International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org"""@en ; - rdfs:comment """For a classical system, a microstate may be given by the full set of coordinates and momentums of all particles. For a quantum system, a microstate may be described by wave functions, density matrices, or state vectors. - --- IEC Note 1""" ; - skos:prefLabel "Microstate"@en . - - -### http://emmo.info/emmo#EMMO_f277c401_bd69_4260_b338_6e7b8db09c42 -:EMMO_f277c401_bd69_4260_b338_6e7b8db09c42 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6a490979_2226_47bb_a2b2_a7951c04cfc7 ; - skos:prefLabel "StrongBase"@en . - - -### http://emmo.info/emmo#EMMO_f3908466_9cdf_4b9c_a4df_0295150973e2 -:EMMO_f3908466_9cdf_4b9c_a4df_0295150973e2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2031516a_2be7_48e8_9af7_7e1270e308fe ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-14"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "solution which has the same concentration of a solute as one that is in equilibrium with undissolved solute at specified values of the temperature and pressure."@en ; - skos:prefLabel "SaturatedSolution"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_f3908466_9cdf_4b9c_a4df_0295150973e2 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "solution which has the same concentration of a solute as one that is in equilibrium with undissolved solute at specified values of the temperature and pressure."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_f4cce1ec_c7dd_4061_8c46_7a24fdcd07ca -:EMMO_f4cce1ec_c7dd_4061_8c46_7a24fdcd07ca rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-09"@en ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-43" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "ratio of the number of dissociation events to the maximum number of theoretically possible dissociation events."@en ; - rdfs:comment "Dissociation may occur stepwise."@en ; - skos:altLabel "DissociationFraction"@en ; - skos:prefLabel "DegreeOfDissociation"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_f4cce1ec_c7dd_4061_8c46_7a24fdcd07ca ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "ratio of the number of dissociation events to the maximum number of theoretically possible dissociation events."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_f53bafb6_b17d_4eb9_ad58_9d209f70dbfd -:EMMO_f53bafb6_b17d_4eb9_ad58_9d209f70dbfd rdf:type owl:Class ; - rdfs:subClassOf :EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_0030425b_5bce_4baf_b55e_7a1238b14614 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-10" ; - skos:prefLabel "ElectricFieldStrength"@en . - - -### http://emmo.info/emmo#EMMO_f66c2152_0c22_4139_a3ca_f43ff4b8c02a -:EMMO_f66c2152_0c22_4139_a3ca_f43ff4b8c02a rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ad3b994f_0ea6_4529_b863_3ff9110d6abe , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bc307cfa_fa18_4e1c_ae93_ef169ffa86f4 ; - owl:hasValue 1 - ] ; - skos:prefLabel "SodiumIon"@en . - - -### http://emmo.info/emmo#EMMO_f6ec0f5a_b7a2_47c3_a22f_8b8b4e9a4ce9 -:EMMO_f6ec0f5a_b7a2_47c3_a22f_8b8b4e9a4ce9 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1e1a627e_24c9_43bd_bb1c_4f8ffabd1549 , - :EMMO_463a251a_3df2_4096_8a65_28e59d3f2b21 ; - skos:prefLabel "SolidAmmouniumChlorideMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_f77a3eae_3e2a_498f_8a92_2e17cc9b45c7 -:EMMO_f77a3eae_3e2a_498f_8a92_2e17cc9b45c7 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_427d553a_d220_46db_a0e5_9e31ebb79797 , - :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-12.1" ; - skos:prefLabel "MomentOfForce"@en . - - -### http://emmo.info/emmo#EMMO_f7dbce66_2822_4855_9f42_1da71aa9e923 -:EMMO_f7dbce66_2822_4855_9f42_1da71aa9e923 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_bafc17b5_9be4_4823_8bbe_ab4e90b6738c ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The process that makes a product work as intended when in use."@en ; - :EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a """- The light-emitting process of a diode. -- The car crash process for a crash box in a car. -- The discharging process of a battery."""@en ; - skos:prefLabel "FunctionalProcess"@en . - - -### http://emmo.info/emmo#EMMO_f8f90a23_92ac_4266_988d_192e1df89d77 -:EMMO_f8f90a23_92ac_4266_988d_192e1df89d77 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_06658d8d_dcde_4fc9_aae1_17f71c0bcdec ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A vector whose spatial direct parts have a physical dimension some time dimension."@en ; - skos:prefLabel "TimeVector"@en . - - -### http://emmo.info/emmo#EMMO_f994ff77_692a_4a89_a495_ef972a3c7e48 -:EMMO_f994ff77_692a_4a89_a495_ef972a3c7e48 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ad3b994f_0ea6_4529_b863_3ff9110d6abe , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass - ] ; - skos:altLabel "AluminumIon"@en ; - skos:prefLabel "AluminiumIon"@en . - - -### http://emmo.info/emmo#EMMO_fa142978_8775_4afa_8a1d_fbbe56ccd616 -:EMMO_fa142978_8775_4afa_8a1d_fbbe56ccd616 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "T-1 L+3 M0 I-1 Θ0 N0 J0" - ] ; - rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ReciprocalElectricChargeDensityDimension"@en . - - -### http://emmo.info/emmo#EMMO_fa2a3c9f_1218_4a10_84d1_4fb126c5c4cd -:EMMO_fa2a3c9f_1218_4a10_84d1_4fb126c5c4cd rdf:type owl:Class ; - rdfs:subClassOf :EMMO_f1a51559_aa3d_43a0_9327_918039f0dfed ; - skos:prefLabel "ConventionalVolume"@en . - - -### http://emmo.info/emmo#EMMO_fb1e757e_087e_4541_847f_392990643f64 -:EMMO_fb1e757e_087e_4541_847f_392990643f64 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-6.2"@en ; - skos:prefLabel "LatentHeat"@en . - - -### http://emmo.info/emmo#EMMO_fbe23679_7d83_4056_acf3_9127d28120e2 -:EMMO_fbe23679_7d83_4056_acf3_9127d28120e2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21205421_5783_4d3e_81e5_10c5d894a88a ; - skos:prefLabel "Ion"@en . - - -### http://emmo.info/emmo#EMMO_fbe3e96f_dd7a_4938_ad3d_15c554c91fa3 -:EMMO_fbe3e96f_dd7a_4938_ad3d_15c554c91fa3 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21205421_5783_4d3e_81e5_10c5d894a88a ; - skos:prefLabel "Reductant"@en . - - -### http://emmo.info/emmo#EMMO_fc1987b2_afff_4dc6_a102_bdd9f024b03b -:EMMO_fc1987b2_afff_4dc6_a102_bdd9f024b03b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-32" ; - skos:prefLabel "Action"@en . - - -### http://emmo.info/emmo#EMMO_fc4e0f47_ed67_4f27_ad2d_72312d9cc105 -:EMMO_fc4e0f47_ed67_4f27_ad2d_72312d9cc105 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_9c32fd69_f480_4130_83b3_fb25d9face14 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The current through a conductor between two points is directly proportional to the voltage across the two points."@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Ohm%27s_law"@en ; - skos:prefLabel "OhmsLaw"@en . - - -### http://emmo.info/emmo#EMMO_fce67a38_ed23_4bee_b2f9_23e15adc57f0 -:EMMO_fce67a38_ed23_4bee_b2f9_23e15adc57f0 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_e88f75d6_9a17_4cfc_bdf7_43d7cea5a9a1 ; - skos:prefLabel "ElectronicResistance"@en . - - -### http://emmo.info/emmo#EMMO_fd22cc71_7746_46a8_8ea0_42c06ff02d30 -:EMMO_fd22cc71_7746_46a8_8ea0_42c06ff02d30 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_21205421_5783_4d3e_81e5_10c5d894a88a , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ; - owl:onClass - ] ; - :EMMO_3acf3a7e_af12_427a_a21a_68d9ff4afa27 "C(=O)=O" ; - :EMMO_5cbfe520_e453_4c80_a4f0_af594cd1b844 "https://pubchem.ncbi.nlm.nih.gov/compound/Carbon-dioxide" ; - :EMMO_77009747_9bf4_4746_9762_8e91aeb70ab6 "carbon dioxide" ; - :EMMO_83df0ce6_ae53_4c35_97e3_20ee4e23833f 280 ; - :EMMO_ba4237ba_e1c3_451d_9785_23d50a242aac "CO2" ; - skos:prefLabel "CarbonDioxideMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_fd4a6307_f9f7_4b54_b044_caa04e620232 -:EMMO_fd4a6307_f9f7_4b54_b044_caa04e620232 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_ec903946_ddc9_464a_903c_7373e0d1eeb5 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-36.2" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "for type II superconductors, the threshold magnetic flux density for magnetic flux entering the superconductor"@en ; - skos:prefLabel "LowerCriticalMagneticFluxDensity"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_fd4a6307_f9f7_4b54_b044_caa04e620232 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "for type II superconductors, the threshold magnetic flux density for magnetic flux entering the superconductor"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_fdbac382_c0d5_425e_b0ae_314bee975799 -:EMMO_fdbac382_c0d5_425e_b0ae_314bee975799 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_909415d1_7c43_4d5e_bbeb_7e1910159f66 ; - skos:prefLabel "Name"@en . - - -### http://emmo.info/emmo#EMMO_fdd744f7_72e5_4060_86a7_93ff361237d6 -:EMMO_fdd744f7_72e5_4060_86a7_93ff361237d6 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_a77a0a4b_6bd2_42b2_be27_4b63cebbb59e - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-28" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "in the free electron model, the Fermi energy divided by the Boltzmann constant"@en ; - skos:prefLabel "FermiTemperature"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_fdd744f7_72e5_4060_86a7_93ff361237d6 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "in the free electron model, the Fermi energy divided by the Boltzmann constant"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_fe3eb868_8745_4fea_8370_4313d0531c18 -:EMMO_fe3eb868_8745_4fea_8370_4313d0531c18 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-9.4" ; - skos:altLabel "DynamicFrictionForce"@en ; - skos:prefLabel "KineticFrictionForce"@en . - - -### http://emmo.info/emmo#EMMO_fe573dc7_9aac_49f2_9390_02cf697bfe53 -:EMMO_fe573dc7_9aac_49f2_9390_02cf697bfe53 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_164b8937_b242_45d0_8839_3b0605f0a556 - ] ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-46" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-13" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "reciprocal of the thermal resistance R, thus G = 1/R."@en ; - skos:prefLabel "ThermalConductance"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_fe573dc7_9aac_49f2_9390_02cf697bfe53 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "reciprocal of the thermal resistance R, thus G = 1/R."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_fe5ab340_ba17_46d8_935b_ab43f2e9470c -:EMMO_fe5ab340_ba17_46d8_935b_ab43f2e9470c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1e1a627e_24c9_43bd_bb1c_4f8ffabd1549 , - :EMMO_49d2b2f3_a487_43d8_a585_71592da4e747 ; - skos:prefLabel "SolidGraphiteMolecularEntity"@en . - - -### http://emmo.info/emmo#EMMO_fec651dc_8962_48c3_8b30_1115b2dd7c16 -:EMMO_fec651dc_8962_48c3_8b30_1115b2dd7c16 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_2e7e5796_4a80_4d73_bb84_f31138446c0c - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-20" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "voltage between substances a and b caused by the thermoelectric effect"@en ; - skos:prefLabel "ThermoelectricVoltage"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_fec651dc_8962_48c3_8b30_1115b2dd7c16 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "voltage between substances a and b caused by the thermoelectric effect"@en ; - dcterms:source "International Organization for Standardization. (2019). Quantities and units — Part 12: Condensed matter physics (ISO 800000-12:2019(en)). Retrieved from https://www.iso.org/obp/ui/#iso:std:iso:80000:-12:ed-2:v2:en" - ] . - - -### http://emmo.info/emmo#EMMO_ff1cb30e_1490_474c_80db_81808a30e13f -:EMMO_ff1cb30e_1490_474c_80db_81808a30e13f rdf:type owl:Class ; - rdfs:subClassOf :EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac ; - :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-29" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "for a moving point, difference of the final position vector rf and the initial position vector ri, thus Δr = rf − ri."@en ; - skos:prefLabel "Displacement"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_ff1cb30e_1490_474c_80db_81808a30e13f ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "for a moving point, difference of the final position vector rf and the initial position vector ri, thus Δr = rf − ri."@en ; - dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org" - ] . - - -### http://emmo.info/emmo#EMMO_ff4dfc0f_6d79_41e1_9e32_68801bdea085 -:EMMO_ff4dfc0f_6d79_41e1_9e32_68801bdea085 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - ] ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-13" ; - skos:prefLabel "ThermodynamicGrueneisenParameter"@en . - - -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/resources.html b/resources.html new file mode 100644 index 0000000..556132f --- /dev/null +++ b/resources.html @@ -0,0 +1,463 @@ + + + + + + + + + + + + Resources — BattInfo documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+ + + +
+
+ +
+ + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+ +
+ +
+ + + + +
+ +
+ + +
+
+ + + + + + + + + +
+ +
+ +
+
+
+ +
+ +
+ +
+ + + +
+ + +
+
+ +
+ +
+
+
+ + + + + +
+ + +
+ + \ No newline at end of file diff --git a/search.html b/search.html new file mode 100644 index 0000000..b5e1873 --- /dev/null +++ b/search.html @@ -0,0 +1,412 @@ + + + + + + + + + + Search - BattInfo documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+ + + +
+
+ +
+ + + + + + + + + + + +
+ +
+ + +
+
+ +
+ + +
+

Search

+ + + +
+
+ + + + +
+ +
+ +
+
+
+ +
+ +
+ +
+ + + + +
+
+ +
+ +
+
+
+ + + + + +
+ + +
+ + \ No newline at end of file diff --git a/searchindex.js b/searchindex.js new file mode 100644 index 0000000..032ad54 --- /dev/null +++ b/searchindex.js @@ -0,0 +1 @@ +Search.setIndex({"docnames": ["about", "battinfo", "contribute", "index", "resources"], "filenames": ["about.rst", "battinfo.rst", "contribute.rst", "index.rst", "resources.rst"], "titles": ["About Electrochemistry Domain Ontology", "Class Index", "Contributing to the ontology", "BattINFO", "Resources"], "terms": {"simon": [0, 1], "clark": [0, 1], "sintef": 0, "norwai": 0, "eibar": 0, "flore": 0, "francesca": 0, "l\u00f8nstad": 0, "bleken": 0, "jesper": 0, "frii": 0, "casper": 0, "welzel": 0, "andersen": 0, "martin": 0, "uhrin": 0, "epfl": 0, "switzerland": 0, "stier": 0, "fraunhof": 0, "germani": 0, "marek": 0, "marcinek": 0, "warsaw": 0, "univers": 0, "technologi": [0, 1], "poland": 0, "anna": 0, "szczesna": 0, "miran": 0, "gaberscek": 0, "nation": 0, "institut": 0, "chemistri": [0, 1], "slovenia": 0, "deyana": 0, "stoytcheva": 0, "icmab": 0, "spain": 0, "rosa": 0, "palacin": 0, "ingeborg": 0, "helen": 0, "svenum": 0, "inga": 0, "gudem": 0, "ringdalen": 0, "emanuel": 0, "farhi": 0, "soleil": 0, "synchrotron": 0, "franc": 0, "big": 0, "map": [0, 1], "grant": 0, "agreement": [0, 1], "No": 0, "957189": 0, "The": [0, 1, 2, 3], "batteri": [0, 2, 3], "interfac": [0, 1, 2], "i": [0, 1, 2, 3], "releas": [0, 1], "under": [0, 1], "creativ": 0, "common": [0, 1, 2, 3], "attribut": [0, 1], "4": [0, 1], "0": [0, 1], "intern": [0, 1], "cc": 0, "BY": 0, "http": [1, 2], "info": [1, 2], "emmo_253e1d54_69af_4931_90d0_5ccfd7e690ad": 1, "fabric": 1, "through": 1, "deposit": 1, "us": [1, 2, 3], "print": 1, "head": 1, "nozzl": 1, "anoth": 1, "printer": 1, "electrochemistri": [1, 3], "electrochemistry_8ca00b45_5ba6_48a0_aaf6_abd959a7238b": 1, "which": [1, 2], "sinusoid": 1, "altern": [1, 3], "potenti": 1, "small": 1, "amplitud": 1, "10": 1, "50": 1, "mv": 1, "hz": 1, "100": 1, "khz": 1, "superimpos": 1, "slowli": 1, "linearli": 1, "vari": 1, "ramp": 1, "label": 1, "": 1, "acv": 1, "iupac": 1, "refer": [1, 2, 3], "doi": 1, "org": [1, 4], "1515": 1, "pac": 1, "2018": 1, "0109": 1, "wikidata": 1, "www": 1, "wiki": 1, "q120895154": 1, "result": 1, "current": 1, "plot": 1, "versu": 1, "impos": 1, "dc": 1, "obtain": 1, "ac": [1, 3], "peak": 1, "shape": 1, "electrochemistry_58a20764_c339_4856_983a_05092b5282e8": 1, "waveform": 1, "linear": 1, "emmo_1a2cbca8_3d3b_4e2c_9a71_e39273937786": 1, "electrochemistry_0b1f77b8_2349_4433_b440_43dc84a2210f": 1, "electrochem": 1, "method": 1, "where": 1, "trace": 1, "particl": 1, "ar": [1, 2, 3], "abras": 1, "transfer": 1, "onto": 1, "surfac": 1, "an": [1, 3], "follow": 1, "record": 1, "8211": 1, "emmo_2ae37adf_07f2_4920_8ec6_084c69761e34": 1, "exponenti": 1, "ratio": 1, "r": 1, "t": 1, "thermodynam": 1, "temperatur": 1, "goldbook": 1, "term": 1, "view": 1, "a00019": 1, "q56638155": 1, "emmo_a13cff6e_41fd_48d5_82b6_3a9015f19001": 1, "contain": 1, "water": 1, "vapour": 1, "per": 1, "iec": 1, "electropedia": 1, "iev": 1, "nsf": 1, "displai": 1, "openform": 1, "ievref": 1, "113": 1, "04": 1, "60": 1, "q76378808": 1, "emmo_8e5dd473_808b_4a8a_b7cd_63068c12ff57": 1, "1351": 1, "a00031": 1, "emmo_15d36b02_fbb4_4c35_bca9_38e9c573bae": 1, "differenti": 1, "quotient": 1, "absorb": 1, "dose": 1, "respect": 1, "881": 1, "12": 1, "07": 1, "q69428958": 1, "emmo_835f4e4": 1, "680d": 1, "404c": 1, "8c73": 1, "92a6a570f6eb": 1, "emmo_847f1d9f_205e_46c1_8cb6_a9e479421f88": 1, "emmo_e37ac288_aa60_415a_8cb7_c375724ac8e1": 1, "a00051": 1, "deriv": 1, "emmo_2da7408f_d389_4245_887d_a1743b81a9b6": 1, "emmo_8219a082_9443_4374_8038_6459d5cf4ce9": 1, "acceptor": 1, "level": 1, "q105979968": 1, "material_b0abf2a1_540e_42fc_b3cf_f5a8a43e591d": 1, "ch3co2h": 1, "wikipedia": 1, "en": 1, "acetic_acid": 1, "q47512": 1, "material_a065f68b_99ed_4bdd_b568_13158ba1731f": 1, "ch3": 1, "2co": 1, "q49546": 1, "material_b3708b26_f2dc_4a68_97c3_fced02c8d0e2": 1, "mecn": 1, "q408047": 1, "material_cc155ed5_c60c_4d9f_bfad_fbf6b7c77e57": 1, "increas": 1, "hydrogen": 1, "when": 1, "dissolv": 1, "a00071": 1, "q11158": 1, "electrochemistry_6592d8cc_4ce4_42ca_b010_6bfc4a8444d2": 1, "aqueou": 1, "nomin": 1, "valu": 1, "less": 1, "than": 1, "7": 1, "acidicaqueouselectrolyt": 1, "acidicsolut": 1, "typic": 1, "alkalin": 1, "have": [1, 2], "rang": 1, "x": 1, "emmo_50b91f00_d1b3_4638_ab1e_8f982a37621a": 1, "categoris": 1, "accord": 1, "iso": 1, "80000": 1, "8": 1, "material_0391f63f_9ab8_4b33_a4c5_47591a89de72": 1, "acrylic_acid": 1, "q324628": 1, "disciplin": 1, "periodict": 1, "emmo_380f1ba6": 1, "b4f3": 1, "51e2": 1, "a63f": 1, "ceeeca2ed2f4": 1, "subclass": 1, "actinium": 1, "emmo_3bf0809d": 1, "2f7c": 1, "5282": 1, "b7fd": 1, "2e5486f6dbd3": 1, "emmo_fc1987b2_afff_4dc6_a102_bdd9f024b03b": 1, "physic": 1, "dimens": 1, "215": 1, "03": 1, "51": 1, "q846785": 1, "electrochemistry_7fa406b0_512a_4d59_9e0c_5d8aba0103a": 1, "part": [1, 3], "aris": 1, "from": 1, "reaction": 1, "activationpolar": 1, "482": 1, "05": 1, "electrochemistry_9a823d64_9d10_4a29_9cbd_9bbdad7985bc": 1, "alter": 1, "noninertelectrod": 1, "reactiveelectrod": 1, "opposit": 1, "inert": 1, "emmo_621607ae_90ef_4f48_845e_3b53091a9340": 1, "integr": 1, "over": 1, "interv": 1, "instantan": 1, "131": 1, "11": 1, "57": 1, "q79813678": 1, "electrochemistry_79d1b273": 1, "58cd": 1, "4be6": 1, "a250": 1, "434817f7c261": 1, "oxid": 1, "reduc": 1, "cell": 1, "activeelectrochemicalmateri": 1, "electrochemicallyactivemateri": 1, "114": 1, "14": 1, "q120907375": 1, "secondari": 1, "restor": 1, "its": [1, 3], "origin": 1, "state": 1, "dure": 1, "electrochemistry_81833d8a_b03d_4250_be84_6385415beb01": 1, "blend": 1, "react": 1, "produc": 1, "electr": 1, "other": 1, "addit": [1, 3], "02": 1, "34": 1, "electrochemistry_f6341d7d_7620_48f5_97b2_99b55c349169": 1, "degrad": 1, "mechan": 1, "fractur": 1, "resist": 1, "emmo_2c9f993c_5b30_40a5_a471_808f7eb719db": 1, "averag": 1, "period": 1, "42": 1, "q20820042": 1, "emmo_c20dd550_7241_4ca4_b5b1_0d300ab03b6c": 1, "dn": 1, "spontan": 1, "nuclear": 1, "transit": 1, "disintegr": 1, "radionuclid": 1, "amount": 1, "n": 1, "short": 1, "dt": 1, "divid": 1, "thi": [1, 2], "395": 1, "01": 1, "a00114": 1, "q317949": 1, "emmo_3434b127_1820_43a7_9e13_b96f25e66ee8": 1, "a00116": 1, "q745224": 1, "emmo_f94fceab_966b_4ead_b615_f6b6b07dfd55": 1, "unit": 1, "sampl": [1, 3], "activityconcentr": 1, "volumetricact": 1, "volumicact": 1, "09": 1, "q423263": 1, "emmo_254ff869_7d28_42dd_aedc_adb4cc8ad0cb": 1, "q89335167": 1, "emmo_125e8614_0dad_4c04_9ac9_03317e63beec": 1, "relativeactivityofsolut": 1, "q89408862": 1, "emmo_2ed364b1_affe_4711_a83f_74bfd57b94ad": 1, "For": 1, "solvent": 1, "absolut": 1, "pure": 1, "same": 1, "q89486193": 1, "emmo_03eb9b46_8ff0_4fcd_b1a0_73f65ae7434": 1, "generativemanufactur": 1, "emmo_4fb35ebc_0f3f_4cda_b181_a5334bc2b114": 1, "invers": 1, "impend": 1, "complexadmitt": 1, "q214518": 1, "electrochemistry_214d925c_76c4_4f69_9afc_056a1ea82fc6": 1, "accompani": 1, "adsorpt": 1, "speci": 1, "a00159": 1, "i_": 1, "ad": [1, 2], "electrochemistry_a05e7945_c942_45cf_812c_c9a595d15888": 1, "strip": 1, "involv": 1, "pre": 1, "analyt": 1, "contrast": 1, "electro": 1, "accumul": 1, "adsv": 1, "A": 1, "depend": 1, "transport": 1, "stir": 1, "scan": 1, "rate": 1, "mode": 1, "puls": 1, "emmo_560d833a_6184_410c_859a_05d982712fd7": 1, "compos": 1, "fine": 1, "droplet": 1, "air": 1, "emmo_3a5b4cf3_08d7_4107_be20_cdd0ef7fc73c": 1, "describ": [1, 3], "element": 1, "compound": 1, "readi": 1, "form": 1, "bond": 1, "chemicalaffin": 1, "a00178": 1, "q382783": 1, "emmo_2480b72b_db8d_460f_9a5f_c2912f979046": 1, "driver": 1, "electrochemistry_8b40856f_1ca2_4137_9616_7fb624671909": 1, "occur": 1, "reduct": 1, "orr": 1, "material_961f7671_8708_4ce3_9c7d_79444adba9c0": 1, "emmo_98d65021_4574_4890_b2fb_46430841077f": 1, "ha": [1, 3], "two": [1, 2, 3], "emmo_1aed91a3_d00c_48af_8f43_a0c958b2512a": 1, "onli": 1, "algebra": 1, "oper": 1, "subtract": 1, "ration": 1, "emmo_3c424d37_cf62_41b1_ac9d_a316f8d113d6": 1, "material_68e4028b_0ec6_46da_8d1c_d00c644e8c82": 1, "material_6c490298_2ce8_41e1_ac37_4b44faff2d44": 1, "battery_2e47736e_285a_4215_9c7c_296ae6a45f20": 1, "cylindr": 1, "dioxid": 1, "seri": 1, "4lr44": 1, "often": 1, "simpli": 1, "stack": 1, "four": 1, "sr44": 1, "button": 1, "shrink": 1, "wrap": 1, "togeth": 1, "battery_3ec55c79_6421_4ca3_88c8_a6c98ec6fd0b": 1, "8lr932": 1, "usual": 1, "eight": 1, "lr932": 1, "battery_5ea1c25b_3b25_401c_b6be_76e9f7a4c4bd": 1, "lr732": 1, "8lr732": 1, "battery_50b911f7_c903_4700_9764_c308d8a95470": 1, "08": 1, "l": 1, "material_a4a5b239_d88e_4e03_a763_0bf2a3dd0f47": 1, "material_fc93282d_cb35_4bab_81a8_78689ae59e5f": 1, "electrochemistry_615cff2a_be95_4e65_9471_98db23f4c878": 1, "greater": 1, "alkalineaqueouselectrolyt": 1, "alkalinesolut": 1, "13": 1, "15": 1, "battery_cbc032aa_657f_4dca_87f8_edaccc70348d": 1, "4lr25": 1, "rectangular": 1, "battery_6e8efa8d_ec92_40e7_8013_e5efb4bc654d": 1, "6": 1, "lr61": 1, "9": 1, "v": 1, "6lp3146": 1, "e": [1, 2], "ninevoltbatteri": 1, "battery_b5910d2f_3114_4663_8d46_e418ff859251": 1, "metal": 1, "neg": 1, "battery_b572826a_b4e4_4986_b57d_f7b945061f8b": 1, "primari": 1, "posit": 1, "alkalinebatteri": 1, "alkaline_batteri": 1, "q861345": 1, "emmo_260dfba7_f7ab_4e5d_99e5_137600778220": 1, "sum": 1, "kinet": 1, "945": 1, "recoil": 1, "frame": 1, "emit": 1, "rest": 1, "befor": [1, 2], "q98146025": 1, "electrochemistry_a53d6dee_1547_4854_a311_805b4d557298": 1, "steadi": 1, "between": 1, "fix": 1, "minimum": 1, "maximum": 1, "24": 1, "alternating_curr": 1, "q124164": 1, "material_8f7dd877_5ad0_48f1_bbec_84153d8215f4": 1, "q663": 1, "material_1b31f3bb_1c1b_40e2_8d0f_0e21abe237e7": 1, "al": 1, "oac": 1, "3": 1, "aluminium_triacet": 1, "q27861942": 1, "battery_44cb1e3b_480c_4594_a79a_4e4f001050ea": 1, "e2": 1, "80": 1, "93air_batteri": 1, "emmo_7e8f9419": 1, "0bda": 1, "5aa3": 1, "ba88": 1, "00b2be6ca69": 1, "battery_3f08a520_6e46_47f3_a6c6_2ec54ed0a7c1": 1, "aluminium_batteri": 1, "q85741073": 1, "material_fed5b5ee_de69_405d_9ce1_d6aaf89017db": 1, "albr3": 1, "aluminium_bromid": 1, "q259311": 1, "material_0470d73a_ea51_4505_b164_0c090bf0382b": 1, "al2": 1, "co3": 1, "aluminium_carbon": 1, "q4737377": 1, "material_0238c3cb_706f_4c5a_84e3_0738e16264bb": 1, "clo3": 1, "q447553": 1, "material_89898e91_c4c7_4057_8040_965d1776d2ba": 1, "alcl3": 1, "aluminium_chlorid": 1, "q314036": 1, "electrochemistry_952c8c3a_df21_4dd1_8d8c_380e43dc8c78": 1, "material_6a2432b3_abf1_4eba_825f_f0022ccba884": 1, "alf3": 1, "aluminium_fluorid": 1, "q409057": 1, "material_0e21b44e_5749_4b19_9d79_d8b70df1cdc6": 1, "oh": 1, "aluminium_hydroxid": 1, "q407125": 1, "electrochemistry_1c6cef85_811f_45d0_a0fd_2bc2d9369ea4": 1, "material_30960f1f_5af5_4700_8df8_428c994b5cb6": 1, "ali3": 1, "aluminium_iodid": 1, "q159096": 1, "material_b6ec6818_6d76_41b7_83d4_92b8e2363b90": 1, "no3": 1, "aluminium_nitr": 1, "q415471": 1, "material_a2b46543_4d0f_488a_b51a_7ed3a4149170": 1, "al2o3": 1, "aluminium_oxid": 1, "q177342": 1, "material_6411d319_81a0_40f3_8e4d_09784d1c7644": 1, "material_4c6265b5_d9e4_4493_b1e8_ae35f463ceeb": 1, "clo4": 1, "q20107470": 1, "material_89228db4_7491_40f1_bd25_c87e459a2d20": 1, "alpo4": 1, "aluminium_phosph": 1, "q419503": 1, "material_f313522b_e2c4_4251_ba7f_d6b9dc7db1d6": 1, "battery_7db1c7e9_5039_41f2_a5ef_b9e27d080050": 1, "combin": 1, "insert": 1, "ion_batteri": 1, "q15732670": 1, "misnom": 1, "becaus": 1, "rather": 1, "intercal": 1, "material_e7a4f9ca_e221_4080_8281_304c3a8290f9": 1, "so4": 1, "aluminium_sulf": 1, "q421857": 1, "material_be34d464_0eb9_4861_8998_5cce0f1e2979": 1, "al2s3": 1, "aluminium_sulfid": 1, "q412874": 1, "emmo_fc7ab7d2": 1, "d960": 1, "5ae8": 1, "b13b": 1, "a53dbc547cca": 1, "material_7fa9e820_f244_4929_a926_a6ebf85014ba": 1, "otf": 1, "q55573807": 1, "electrochemistry_39a44af0_0e1a_4859_b550_bdabad64386": 1, "emmo_f90da1f3": 1, "eb4c": 1, "54c4": 1, "b5d9": 1, "cf00fef180a1": 1, "americium": 1, "emmo_f107c0e5": 1, "0b9f": 1, "566c": 1, "9cba": 1, "a3443c904f78": 1, "material_3dfd47ff_ed4b_4e83_85a0_02917b79fef9": 1, "nh3": 1, "ammonia_solut": 1, "q421888": 1, "material_54f744b3_1d02_4571_a303_a2a7dd8f0446": 1, "br": 1, "ammonium_bromid": 1, "q413982": 1, "material_d9c342d8_497e_4378_96e2_3b9b2c42cf17": 1, "ammonium_carbon": 1, "q204873": 1, "material_2773ee9b_cee9_4367_8b81_4ce6265d411a": 1, "ammonium_chlor": 1, "q1392795": 1, "material_3016a276_0f17_4576_b8fd_200c07d71bfc": 1, "cl": 1, "ammonium_chlorid": 1, "q188543": 1, "material_9db045a6_0104_4b2d_85ce_9610e99c7fc4": 1, "nh4f": 1, "ammonium_fluorid": 1, "q205374": 1, "material_e2764cfb_4fa6_4fe9_85e0_1dfe69a37ff1": 1, "ammonium_iodid": 1, "q413953": 1, "material_a8a48b58_d2ea_441c_b4ea_1b3ba65d9545": 1, "ammonium_nitr": 1, "q182329": 1, "material_d5bf1391_1bc2_472d_adc8_1b2407d2af70": 1, "no2": 1, "ammonium_nitrit": 1, "q421538": 1, "material_231feb61_4200_4bc7_b060_02b51ab13ee2": 1, "ammonium_perchlor": 1, "q410203": 1, "material_aa92d6c6_2c46_4e7d_9b2c_c95b849041d4": 1, "material_c3474f9a_87bd_4b73_9398_6e1ccbf133af": 1, "ammonium_sulf": 1, "q191831": 1, "material_8ab4c789_bad4_4b36_9f54_d8c6e9e7b5b2": 1, "q416913": 1, "material_5414a9d0_6c2e_4d21_bfad_9a19fc8f62f9": 1, "so3": 1, "ammonium_sulfit": 1, "q2336041": 1, "emmo_0afc19b0_2d43_4b3d_8da0_9ffb63bc1492": 1, "noncrystallinemateri": 1, "emmo_d5be1faf_0c56_4f5a_9b78_581e6dee949f": 1, "molarconcentr": 1, "molar": 1, "a00295": 1, "emmo_e9348e5b_af4f_4898_bbfe_c4583cf44b80": 1, "emmo_14235b93_650f_4452_8395_a23b8f645c9a": 1, "emmo_04b3300c_98bd_42dc_a3b5_e6c29d69f1ac": 1, "molefract": 1, "a00296": 1, "emmo_f76f5a24_d703_4e8c_b368_f9a7777cb73a": 1, "one": 1, "emmo_8159c26a_494b_4fa0_9959_10888f152298": 1, "elementari": 1, "entiti": [1, 2, 3], "present": 1, "a00297": 1, "In": [1, 2], "8220": 1, "8221": 1, "word": 1, "replac": 1, "specifi": [1, 2], "concern": 1, "ani": 1, "particular": 1, "applic": 1, "chlorid": 1, "hcl": 1, "c6h6": 1, "It": 1, "import": 1, "give": 1, "precis": 1, "emphas": 1, "should": 1, "prefer": [1, 2, 3], "done": 1, "molecular": 1, "formula": 1, "although": 1, "more": [1, 2], "gener": 1, "dictionari": 1, "abbrevi": 1, "full": 1, "mai": 1, "breviti": 1, "si": 1, "brochur": 1, "emmo_a94aec97_71ff_4574_b111_a52d77d2c230": 1, "emmo_183f6fac_8543_44e0_bd59_434aa7054f4c": 1, "emmo_2d66cf6d_9396_40c8_bb82_324ab19067c": 1, "emmo_5d2d48c4_4fb6_4f33_bfc0_273129429c30": 1, "emmo_95971713_d589_4002_a5a7_affc5c74cfdb": 1, "emmo_c5ac5c53_14de_47ce_b424_2576d042d241": 1, "emmo_052e9796_1144_43ae_a798_c5755cd6cd81": 1, "emmo_3d254432_6f8f_4a6d_9eb3_4ab54388171b": 1, "emmo_e501069c_34d3_4dc7_ac87_c90c7342192b": 1, "a00300": 1, "oldid": 1, "494026699": 1, "practic": 1, "flow": 1, "conductor": 1, "pass": 1, "amp": 1, "ah": 1, "ahr": 1, "183": 1, "h": 1, "sub": 1, "milliamper": 1, "mah": 1, "ma": 1, "One": [1, 2], "3600": 1, "frequent": 1, "system": [1, 4], "commonli": 1, "seen": 1, "thousandth": 1, "qudt": 1, "centimetr": 1, "how": 1, "wien": 1, "law": 1, "phenomena": 1, "relat": 1, "filament": 1, "todai": 1, "derat": 1, "celsiu": 1, "recipr": 1, "flux": 1, "field": 1, "strength": 1, "meter": 1, "960": 1, "250": 1, "oerst": 1, "566": 1, "371": 1, "millioerst": 1, "cg": 1, "also": 1, "sens": 1, "dipol": 1, "moment": 1, "context": 1, "1": 1, "m": 1, "001": 1, "emu": 1, "cubic": 1, "centimet": 1, "millimetr": 1, "0001": 1, "2": 1, "squar": 1, "categori": 1, "000": 1, "out": 1, "electromagnet": 1, "gyromagnet": 1, "electrochemistry_3fe63496_6d87_427a_b2aa_4555bc31ee1a": 1, "techniqu": 1, "control": 1, "can": [1, 2, 3], "distinguish": 1, "being": 1, "function": 1, "see": 1, "material_de038959_9251_48d1_a141_3684f14d957f": 1, "act": 1, "electrochemistry_10eb778d_da60_4832_a355_4ee74baea650": 1, "half": 1, "a00310": 1, "electrochemistry_f591a444_89d6_4093_836d_7d53895edce4": 1, "perturb": 1, "within": 1, "singl": 1, "a00311": 1, "imped": 1, "spectroscopi": 1, "normal": 1, "5": 1, "emmo_0d1c0018_42e2_4506_bc3d_f53c117c1ad3": 1, "decod": 1, "retain": 1, "continu": 1, "variat": 1, "characterist": 1, "emmo_4f2d1fcc_e20c_4479_9ad7_7a0480dd3e44": 1, "repres": [1, 3], "logic": 1, "structur": 1, "emmo_f3dd74c0_f480_49e8_9764_33b78638c235": 1, "planeangl": 1, "a00346": 1, "emmo_77c53503_48b5_4811_a1a5_6bb4425e0bbf": 1, "chang": 1, "angular": 1, "46": 1, "angular_acceler": 1, "emmo_f4a30d7e_8e8b_41e6_9695_d33a68f54f4b": 1, "phase": 1, "103": 1, "a00352": 1, "angular_frequ": 1, "emmo_78487bf1_c0bc_4db8_99dd_d8b7cc8b3bac": 1, "emmo_930ce8d9_6cde_4ef9_9cb2_a98a63852b96": 1, "abstract": 1, "notion": 1, "102": 1, "q1357788": 1, "emmo_66d01570_36dd_42fd_844d_29b81b029cd5": 1, "a00353": 1, "extent": 1, "direct": 1, "about": 1, "emmo_501f9b3a_c469_48f7_9281_2e6a8d805d7a": 1, "emmo_7254c8be_965d_4b3c_b3be_12c5578bee7c": 1, "whose": 1, "scalar": 1, "all": 1, "lattic": 1, "2pi": 1, "q105475278": 1, "emmo_bd325ef5_4127_420c_83d3_207b3e2184fd": 1, "axial": 1, "around": 1, "axi": 1, "magnitud": 1, "969": 1, "d": 1, "966": 1, "infinitesim": 1, "along": 1, "clockwis": 1, "41": 1, "angular_veloc": 1, "emmo_e4791212_5a13_4aa6_aac2_08704550dcc3": 1, "condens": 1, "planck": 1, "angularrepet": 1, "q105542089": 1, "emmo_ba236f43_7f94_4386_9673_9122952e928b": 1, "wave": 1, "q30338487": 1, "material_5a5e8609_83bf_46d1_a1b0_eaafa27aaed4": 1, "emmo_9900d51c_bdd3_40e8_aa82_ad1aa7092f71": 1, "electrochemistry_3a77b5e7_9646_4154_bf8f_5f798989e5f3": 1, "ring": 1, "disk": 1, "rrde": 1, "ringelectrod": 1, "electrochemistry_b6319c74_d2ce_48c0_a75a_63156776b302": 1, "27": 1, "a00370": 1, "extract": 1, "electrochemistry_565c0b10_70fe_441a_b76a_b9a8e08ca7b7": 1, "associ": 1, "anodicpolar": 1, "06": 1, "electrochemistry_28213033_4c74_441c_81c4_a0cad05f9eb6": 1, "17": 1, "electrochemistry_a0580fa9_5073_44af_b33e_7adbc83892d0": 1, "electrooxid": 1, "electrooxidationreact": 1, "lower": 1, "homo": 1, "orbit": 1, "substrat": 1, "electrochemistry_8ba8ec72_abd0_49eb_a06f_83fe5da108f4": 1, "oxi": 1, "dize": 1, "q939328": 1, "electrochemistry_865a40fc_2187_4549_a7e1_37aa2458448f": 1, "side": 1, "compart": 1, "19": 1, "place": 1, "electrochemistry_38755e67_9d3b_4a82_bd8d_ef40a70379c1": 1, "tank": 1, "hold": 1, "emmo_4e36a0b8_e6c7_456e_bef5_c830e3c0ed17": 1, "emmo_716fadba_7ff8_4247_97fc_c6703437c018": 1, "emmo_f13672a3_59cc_40ed_8def_65009a8f74e6": 1, "antiparticl": 1, "those": 1, "constitut": 1, "ordinari": 1, "emmo_29ce946a_f164_43ea_b9f8_0cb4f1022853": 1, "emmo_edfa7d90_6b21_4669_b9b1_13c77de760eb": 1, "emmo_cc741dde_2c7c_46ef_bb66_16a6d12c2a88": 1, "emmo_b4abf29e_aab7_4c2f_af0b_536a92ef327f": 1, "material_e1d2936e_8382_463e_bd83_f7bac40c355b": 1, "sb": 1, "q1099": 1, "emmo_c32f8642": 1, "f1a1": 1, "5fae": 1, "8b4e": 1, "990b40f6eff8": 1, "emmo_4ee57a22": 1, "0634": 1, "5889": 1, "a283": 1, "0b4f8e5023f6": 1, "emmo_7b09c6b8_d120_4518_9b66_3b1139e0aa66": 1, "rm": 1, "multipli": 1, "q1930258": 1, "emmo_3b031fa9_8623_4ea5_8b57_bcafb70c5c8b": 1, "aim": 1, "provid": [1, 2], "specif": 1, "high": 1, "user": [1, 3], "hide": 1, "app": 1, "3c5b33a1_4f28_41f9_b725_1994df79bf55": 1, "script": 1, "develop": 1, "so": 1, "usag": 1, "limit": 1, "material_7fd3843d_f0b7_4490_bcf3_519fb9e2b150": 1, "electrochemistry_f9e2e676_5cd1_4e22_a776_af45838d4027": 1, "electrochemistry_3f67016b_32b9_4419_a3f8_a5ffb5e92538": 1, "electrochemistry_b812e9d0_7c58_4455_b3e7_6847f10c8e8a": 1, "medium": 1, "immobil": 1, "aqueouselectrolyticsolut": 1, "q120906632": 1, "electrochemistry_e84e691a_df58_465c_9771_7a7fe2212ed5": 1, "battery_edc98332_248a_436a_a352_5a7897150c4f": 1, "redox": 1, "battery_4a620a13_ef9f_40c7_8833_c6e0720ce3ca": 1, "organ": [1, 3, 4], "electrochemistry_26a0dc36_8171_4a84_88dd_0f5dd7cb2d20": 1, "electrochemistry_ebd01982_6b0c_48e7_90ef_7b7342009449": 1, "emmo_5cb107ba_7daa_46dd_8f9f_da22a6eac676": 1, "electrochemistry_7393f12f_e3b9_42d6_bffb_e5613f53108f": 1, "material_7a757020_eecc_4dc1_afc7_55759911c772": 1, "emmo_22496460_c849_4bd7_8be0_9a1202506f18": 1, "archetyp": 1, "attach": 1, "workpiec": 1, "defin": 1, "supplementari": 1, "made": [1, 2], "amorph": 1, "g": [1, 2], "emmo_e9244742_c185_4c50_b455_c57654852582": 1, "bodi": 1, "well": 1, "shapeless": 1, "cohes": 1, "creat": [1, 2], "primitiveform": 1, "urformen": 1, "emmo_96f39f77_44dc_491b_8fa7_30d887fe0890": 1, "a00429": 1, "emmo_afea89af_ef16_4bdb_99d5_f3b2f4c85a6c": 1, "s06167": 1, "emmo_90798691_3b86_4d8c_910f_be2b39c98b39": 1, "emmo_6f4d704a_a7c6_4c07_b8a7_ea0bab04128f": 1, "emmo_973656ed_870e_40ba_8bc0_c879687a335a": 1, "emmo_4817e479_e401_437e_a49b_54540b93d2a1": 1, "emmo_27c8e4db_eb18_402c_951e_6a38751cf1d0": 1, "emmo_002e4002_58c7_4aea_ac1f_bba5188818ff": 1, "emmo_10f703b5_8b2a_4c5a_a734_f0cfb29622ad": 1, "emmo_7855043d_a466_4585_97a9_b9fe4ce0c12d": 1, "emmo_ceaa4c6b_f5b7_46f4_bfcd_16eb4afab945": 1, "emmo_48a3c106": 1, "9d39": 1, "455e": 1, "a849": 1, "81ceff95bdea": 1, "emmo_959c9715_14fb_4ce8_a93b_79678b2959b9": 1, "emmo_33433bb1_c68f_45ee_a466_f01e2c57b214": 1, "electrochemistry_bcb33f7e_5573_4bc2_b636_4ea313a9dd3a": 1, "arealcapac": 1, "20": 1, "appli": 1, "emmo_b33cc5b5_a9dc_4082_b497_14d1654c5591": 1, "material_38178633_83fb_42ea_81a2_cd23e9db9b04": 1, "q696": 1, "emmo_755d962f": 1, "c703": 1, "514f": 1, "8d90": 1, "ca4f55e331d4": 1, "emmo_69e0ff08": 1, "9843": 1, "5ca2": 1, "b2bb": 1, "58467b07c4bb": 1, "emmo_a6138ba7_e365_4f2d_b6b4_fe5a5918d403": 1, "emmo_89083bab_f69c_4d06_bf6d_62973b56cdc7": 1, "emmo_707f0cd1_941c_4b57_9f20_d0ba30cd6ff3": 1, "emmo_36c79456_e29c_400d_8bd3_0eedddb82652": 1, "spatial": 1, "mereologicalst": 1, "impli": 1, "gain": 1, "lost": 1, "tempor": 1, "thei": [1, 3], "left": 1, "right": [1, 2], "cardin": 1, "doe": 1, "mean": 1, "cannot": 1, "must": 1, "affect": 1, "itself": 1, "emmo_28fbea28_2204_4613_87ff_6d877b855fcd": 1, "order": 1, "who": 1, "Their": 1, "dimension": 1, "construct": 1, "parthood": 1, "restrict": 1, "emmo_20ff3b34_c864_4936_8955_9345fc0a3b3c": 1, "matric": 1, "3darrai": 1, "material_20319b23_0673_45de_9b12_794813d948a9": 1, "q871": 1, "emmo_41dba862": 1, "503f": 1, "57c2": 1, "86c7": 1, "bb40030481f0": 1, "emmo_0ba17fb4": 1, "6149": 1, "5332": 1, "b65f": 1, "0639ace42edf": 1, "emmo_52bbaaee_1145_4be3_8a5c_b366851ea1b9": 1, "independ": 1, "perform": 1, "emmo_d64920b5_acd0_4e29_893e_ae03b3d7cdaf": 1, "interchang": 1, "sequenti": 1, "manner": 1, "end": 1, "sinc": 1, "connect": 1, "emmo_912ac3a2_a124_4233_92dd_06c9aebea46c": 1, "someth": 1, "emmo_dabe353b_8bfc_4da7_8ac7_8f52786d16f8": 1, "emmo_f273529f_9f2c_4877_a94b_5b47590353fc": 1, "predefin": 1, "knowledg": [1, 4], "emmo_d5adc819_d4b2_4661_b429_1705b75d5053": 1, "criteria": 1, "emmo_186607c3": 1, "fe59": 1, "5731": 1, "983f": 1, "4374a1f8544b": 1, "astatin": 1, "emmo_c7651944": 1, "e33f": 1, "56bc": 1, "8d83": 1, "f6de9760d661": 1, "astronom": 1, "au": 1, "u": 1, "ua": 1, "149": 1, "597": 1, "870": 1, "700": 1, "92": 1, "955": 1, "807": 1, "273": 1, "mi": 1, "approxim": 1, "earth": 1, "sun": 1, "recommend": [1, 2], "bureau": 1, "standard": 1, "while": 1, "union": 1, "anglospher": 1, "countri": 1, "capit": 1, "after": [1, 2], "individu": 1, "scientist": 1, "even": 1, "arbitrari": 1, "howev": 1, "widespread": 1, "given": 1, "astronomical_unit": 1, "electrochemistry_b2d11f0d_c1b0_4476_8d17_03b73d31e01f": 1, "non": 1, "ident": 1, "morphologi": 1, "at06862": 1, "q120965018": 1, "emmo_eb77076b_a104_42ac_a065_798b2d2809ad": 1, "standalon": 1, "electron_cloud": 1, "o": [1, 3], "8322": 1, "bonded_atom": 1, "branch": [1, 2], "higher": 1, "soon": 1, "share": 1, "entangl": 1, "cloud": 1, "we": [1, 2], "sai": 1, "emmo_3b1b64d1_60c9_4689_a300_eb9cd56e368b": 1, "emmo_21e69447_1d0c_4880_ab8c_6bfbcd83aab4": 1, "coeffici": 1, "181": 1, "q98592911": 1, "emmo_27367073_ed8a_481a_9b07_f836dfe31f7f": 1, "a00496": 1, "atomic_mass": 1, "account": 1, "nearli": 1, "total": 1, "bind": 1, "make": [1, 2], "minor": 1, "contribut": 1, "da": 1, "emmo_07de47e0_6bb6_45b9_b55a_4f238efbb105": 1, "a00499": 1, "emmo_3d77504a_a1fe_485f_aabb_6750598fe1ea": 1, "take": 1, "collis": 1, "q17128025": 1, "emmo_0a982eeb_e5ef_4828_93bc_53ece1b3f171": 1, "radiat": 1, "scatter": 1, "atomic_form_factor": 1, "q837866": 1, "emmo_84cadc45_6758_46f2_ba2a_5ead65c70213": 1, "emmo_ecf938f1_bc37_4897_841d_092cd37f74d": 1, "decreas": 1, "kind": 1, "extinct": 1, "a00515": 1, "e9722f13_947c_444e_82ef_1ce045f6637c": 1, "emmo_42955b2d_b465_4666_86cc_ea3c2d685753": 1, "superclass": 1, "prefix": 1, "1e": 1, "18": 1, "emmo_4b3afb22_27cf_4ce3_88bc_492bfccb546b": 1, "stand": 1, "world": 1, "spatiotempor": 1, "pattern": 1, "identifi": [1, 3], "sound": 1, "acoust": 1, "percept": 1, "microphon": 1, "ear": 1, "emmo_dd92c2ae_3ca4_49bc_9147_d82b96f7505": 1, "initi": 1, "ek": 1, "ioniz": 1, "ni": 1, "q98793042": 1, "emmo_44afb828_82bf_4091_a7a0_7c80ec47281d": 1, "increment": 1, "q1940739": 1, "emmo_176cae33_b83e_4cd2_a6bc_281f42f0ccc8": 1, "a00543": 1, "dbpedia": 1, "page": 1, "avogadro_const": 1, "outdat": 1, "2019": 1, "now": 1, "exact": 1, "material_26452118_db69_4a2f_a862_2cebe1f6c85f": 1, "material_fc4220a5_3f91_4a60_83c3_4c1be988c2f1": 1, "ba": 1, "q1112": 1, "material_ab34d4a3_a5c8_4318_9b7d_0608e2149398": 1, "barium_acet": 1, "q421133": 1, "emmo_1b1aa658": 1, "a7d5": 1, "5bc6": 1, "9d78": 1, "37a901fd66dd": 1, "material_7cb7c122_995f_43d3_b419_b8a0d0fe8406": 1, "fsi": 1, "material_ad1fe482_6d88_4207_b1e5_ef01b68bec97": 1, "bob": 1, "material_55d2a257_feb3_4af1_bf8d_4b53bb73610c": 1, "bop": 1, "material_05b11934_6a3e_4434_855b_111aced0a6b": 1, "tfsi": 1, "material_ff0f6cb9_d9e7_4a9e_848f_02200eed0cf7": 1, "babr2": 1, "barium_bromid": 1, "q414613": 1, "material_d459562f_94cb_4b2d_902f_788399c64cfc": 1, "baco3": 1, "barium_carbon": 1, "q409224": 1, "material_8d866be8_fec3_4253_a388_ca6005fd9c85": 1, "barium_chlor": 1, "q412492": 1, "material_da1623c4_3d3b_4c9d_8601_ea055848df39": 1, "bacl2": 1, "barium_chlorid": 1, "q407270": 1, "material_a092c93d_1d03_4d74_b0d7_7ed51b0a3eca": 1, "dfob": 1, "material_af1422d5_f626_49e4_9302_cb94e6d5ff7b": 1, "baf2": 1, "barium_fluorid": 1, "q417080": 1, "material_64bbeab1_1e9a_481e_8aaf_6fa629071818": 1, "pf6": 1, "material_c9141094_0700_41ec_8373_4fc52b2f1615": 1, "barium_hydroxid": 1, "q407605": 1, "material_53c372d6_b1fa_4e53_93b3_0904c0580d28": 1, "bai2": 1, "barium_iodid": 1, "q421465": 1, "material_e1de5285_dbc5_4845_9f8d_9821708681ca": 1, "barium_nitr": 1, "q407666": 1, "material_e1569fd3_34ac_440c_845c_f7c85f59c88d": 1, "q4321627": 1, "material_6e5726c5_0589_4a2a_bdf4_3bece3121df5": 1, "barium_perchlor": 1, "q361627": 1, "material_8cbdf192_69bf_45cc_a570_95bf69fd8f91": 1, "ba3": 1, "po4": 1, "q808224": 1, "material_7dd5ebb3_1084_485a_9fbf_05954cd2da84": 1, "material_d24edc6f_d03b_48ff_8a47_780ad7c2e2b2": 1, "baso4": 1, "barium_sulf": 1, "q309038": 1, "material_7fdf54d6_5503_4f83_8627_537805542c5b": 1, "barium_sulfid": 1, "q411656": 1, "material_4e2e3adb_47cc_44d8_a3c3_28257dffcb28": 1, "baso3": 1, "barium_sulfit": 1, "q415543": 1, "emmo_d60619c8": 1, "1abe": 1, "52c0": 1, "9491": 1, "eb3086245e22": 1, "material_16d7c7a6_56ef_429b_9ce8_cd911410d083": 1, "bf4": 1, "material_fcc8de17_cb4d_409e_93ef_4970df535743": 1, "q72444806": 1, "material_4d6845ce_47c8_4c7d_b275_1d4494a0799b": 1, "tfob": 1, "emmo_24dda193_ada8_433b_bb74_6ca4a0b89a20": 1, "subatom": 1, "odd": 1, "valenc": 1, "least": 1, "material_7beec353_bad9_46fc_a035_a76b131fb32b": 1, "alkalinesubst": 1, "b00601": 1, "base_": 1, "q11193": 1, "emmo_acaaa124_3dde_48b6_86e6_6ec6f364f408": 1, "convention": 1, "chosen": 1, "subset": 1, "emmo_db716151_6b73_45ff_910c_d182fdcbb4f5": 1, "set": 1, "correspond": 1, "electrochemistry_269ddd97_1437_4545_b272_0df75a12c68a": 1, "signal": 1, "battery_74ed2670_657d_4f0b_b0a6_3f13bc2e9c17": 1, "fit": 1, "necessari": 1, "mark": 1, "protect": 1, "electricbatteri": 1, "electric_batteri": 1, "q267298": 1, "battery_4dfa5c98_e185_456b_9f06_89364ac637e5": 1, "support": [1, 3], "insul": 1, "stationari": 1, "monobloc": 1, "battery_68ed592a_7924_45d0_a108_94d6275d57f0": 1, "basic": 1, "consist": [1, 3], "sourc": 1, "convers": 1, "battery_b1921f7b_afac_465a_a275_26f929f7f936": 1, "battery_5029a2e2_3f59_4f28_a6c4_bc6a28e75a66": 1, "wall": 1, "sever": 1, "battery_23e6170d_a70b_4de9_a4db_458e24a327ac": 1, "battery_bc033b97_a5b7_455c_94ce_e95676cb816b": 1, "battery_1d33b96d_f362_41e5_b670_d33cd6a7ab28": 1, "battery_2198cf67_b5d2_4325_9b6a_dde0a26fd065": 1, "battery_87bb15ff_4fc2_4929_9938_0b31d9166001": 1, "deliv": 1, "condit": 1, "21": 1, "battery_4c78a492_b14d_4005_b555_d3c92e8def0f": 1, "battery_5129704d_3e08_4bee_b2d3_7b9e193cb481": 1, "battery_6c481323_498b_42c6_915a_53490f409430": 1, "battery_14ea92c1_2682_4c52_83a5_632adcfdb1c": 1, "battery_9acfeea6_ca7f_4b97_9844_c38edf6387ec": 1, "modular": 1, "design": 1, "larger": 1, "pack": 1, "battery_22a6f05f_fdc7_4670_830d_c23062c9ba6b": 1, "perman": 1, "suffici": 1, "maintain": 1, "fulli": 1, "intend": 1, "suppli": 1, "circuit": 1, "temporarili": 1, "interrupt": 1, "35": 1, "battery_be3b35a7_75a3_4be0_9265_beb178ea7b00": 1, "battery_pack": 1, "q420116": 1, "battery_f768ea27_09ba_4875_a5cc_2c644b0753a3": 1, "battery_230809da_bc18_42ec_ac94_4ca6a86292d1": 1, "domain": [1, 3], "battery_af472269_bff7_4aa1_95e9_15666a350fc4": 1, "grate": 1, "tier": 1, "instal": [1, 2], "mono": 1, "bloc": 1, "battery_d9b99b14_44e8_473b_af8f_2a160429df69": 1, "battery_bcf8f9dd_f493_4547_a5a3_e14b1f4c0f5f": 1, "b00624": 1, "493710036": 1, "much": 1, "tbd": 1, "emmo_b941e455_2cb1_4c11_93e3_17caa06086b4": 1, "emmo_fa595892_070d_455e_9459_06c97179c080": 1, "emmo_fe63194f_7c04_4dbd_a244_524b38b6699b": 1, "emmo_210e7e99_c1cf_44cc_87c7_310a10ff068b": 1, "electrochemistry_98d5101e_cd11_4a0d_b856_6fcd8aad132": 1, "emmo_68ee441e_c89e_4391_93c3_e68fef59fe14": 1, "material_ac358c17_0cb7_4472_9c7a_fea07ae09e58": 1, "colorless": 1, "sweet": 1, "odor": 1, "evapor": 1, "veri": 1, "quickli": 1, "slightli": 1, "highli": 1, "flammabl": 1, "both": 1, "natur": 1, "human": 1, "wide": 1, "rank": 1, "top": 1, "some": [1, 2], "industri": 1, "plastic": 1, "resin": 1, "nylon": 1, "synthet": 1, "fiber": 1, "type": 1, "rubber": 1, "lubric": 1, "dye": 1, "deterg": 1, "drug": 1, "pesticid": 1, "includ": 1, "volcano": 1, "forest": 1, "fire": 1, "crude": 1, "oil": 1, "gasolin": 1, "cigarett": 1, "q2270": 1, "material_d0d1db46_f674_437f_a322_2913b1eca5d": 1, "benzoic_acid": 1, "q191700": 1, "emmo_d2a4df79": 1, "23a0": 1, "5536": 1, "9f12": 1, "37d3b49c323f": 1, "berkelium": 1, "emmo_5c736993": 1, "31b7": 1, "5839": 1, "aa36": 1, "38b6cd8b41a2": 1, "material_c7b881c4_6149_488c_bd47_5e8ccfdd071": 1, "Be": 1, "q569": 1, "emmo_b8294a50": 1, "b121": 1, "5b9c": 1, "bacd": 1, "5d4206c3aaaf": 1, "material_2b9de1a2_18cc_41ea_81e0_cf576ca56015": 1, "beryllium_hydroxid": 1, "q419729": 1, "emmo_b42b9f49": 1, "aa2a": 1, "5dc7": 1, "afa5": 1, "9c5c013b621d": 1, "emmo_34bdb169_90da_4d38_a351_647071804e5d": 1, "beta": 1, "q98148340": 1, "electrochemistry_f1c7eacb_9f21_4100_925c_3974f266e06f": 1, "asymmetr": 1, "layer": 1, "differ": 1, "electrochemistry_86be0987_5e21_43ec_b975_8f679999d328": 1, "modifi": [1, 2], "electrocatalyt": 1, "electrochemistry_4839708a_3864_47eb_b719_373ff8874c61": 1, "electrochemistry_4e02d727_07fe_41fd_886c_041317342086": 1, "electrochemistry_68eb5e35_5bd8_47b1_9b7f_f67224fa291": 1, "draw": 1, "electrodebind": 1, "binder_": 1, "q863583": 1, "emmo_29edd972_2e77_4658_8106_01c86b3b10a2": 1, "q98058362": 1, "material_df72af75_cc1c_4286_aeb8_66de90ef276d": 1, "material_8ab6b726_e711_41d7_b237_b21094383239": 1, "bmb": 1, "material_7e9bbc33_c681_467a_b0d7_5de0e71230b4": 1, "q81982574": 1, "material_334b7617_34d5_4cb4_9e03_cde9ff19183d": 1, "q942": 1, "emmo_0e08326": 1, "376b": 1, "5d54": 1, "ad2c": 1, "2a7cf274af61": 1, "electrochemistry_eb09ca25_90c9_4b55_9165_76fbf7fb5a46": 1, "emmo_ed5acb06": 1, "0af0": 1, "5a3a": 1, "9b31": 1, "a1b32267f753": 1, "material_88d380f4_1207_4a30_a117_8472bb3d1d81": 1, "q4918589": 1, "electrochemistry_5186239a_2af7_4dbf_92ca_22e8e583c528": 1, "emmo_381b6a6e_6e8e_461a_8591_d7a60e823d4d": 1, "emmo_c88a0f70_482b_4e37_9ae2_ee66bbfc20a7": 1, "emmo_29d24a97_f3bd_4e9b_934d_9da589f719e5": 1, "emmo_e1ae2427_e902_44ae_bac2_8ac80939c457": 1, "emmo_5a77b7a6_7b16_48cd_8d69_a0c4b9174a3f": 1, "emmo_1d2bf964_5d54_4da6_a02d_7c908517ef91": 1, "emmo_9d6eeca7_89a0_4a65_a497_9039f1164b96": 1, "emmo_94b07779_910a_4e56_bb34_2754dae4e376": 1, "emmo_dcca141c_dba1_4f83_86ac_f4cb2d9a1bdd": 1, "emmo_975bdc11_12db_44e7_a3c3_c5436b5e17cc": 1, "emmo_b8fa18b7_14c7_42cd_bd5f_4fc073677a5b": 1, "emmo_ad6b0980_fa04_4ec3_b033_6aed9f4ed17c": 1, "emmo_3ab4154b_d163_4236_8251_8917b07c2788": 1, "emmo_4cc06415_9c11_4071_b732_fd05ad750f07": 1, "emmo_f321cf62_99e4_418e_bb3e_3dfcc91f701f": 1, "electrochemistry_4bdd6359_1422_4c50_ac0c_5d8042dd65fc": 1, "doubl": 1, "bdm": 1, "propos": 1, "john": 1, "bockri": 1, "devanathan": 1, "klau": 1, "mueller": 1, "1963": 1, "electrochemistry_e0b57b09_68ee_4687_a901_bfb599421972": 1, "logarithm": 1, "bodediagram": 1, "bode_plot": 1, "q245627": 1, "emmo_6884600e_5d9b_44b1_9fc5_7d4dc1639e2f": 1, "due": 1, "motion": 1, "q737120": 1, "emmo_3f2a669c_101b_428e_9cfc_0157986c36d5": 1, "ground": 1, "bohr": 1, "b00693": 1, "q652571": 1, "emmo_67761ddc": 1, "260b": 1, "5945": 1, "bfc3": 1, "311813ab71c9": 1, "bohrium": 1, "emmo_0805a892": 1, "352b": 1, "53e3": 1, "9577": 1, "60aa0835bc17": 1, "emmo_ffc7735f_c177_46a4_98e9_a54440d29209": 1, "avogadro": 1, "b00695": 1, "boltzmann_const": 1, "emmo_8303a247_f9d9_4616_bdcd_f5cbd7b298e3": 1, "alwai": 1, "hybrid": 1, "coval": 1, "ionic": 1, "emmo_54dc83cb_06e1_4739_9e45_bc09cead7f48": 1, "electrochemistry_02aefb7a_d6ce_4b6e_b854_f7b3d641f670": 1, "fastcharg": 1, "37": 1, "material_cac01669_51a9_410f_9a12_4bb0e19296f6": 1, "b": 1, "q618": 1, "emmo_62cb8f50": 1, "5ce5": 1, "5f99": 1, "9cc8": 1, "514eff05d05": 1, "emmo_a30e9658": 1, "1a08": 1, "50cc": 1, "b200": 1, "25dbc8add30a": 1, "emmo_b5a5494c_83bf_44aa_a9a6_49b948e68939": 1, "bose": 1, "einstein": 1, "statist": 1, "emmo_12a3441c_4fe8_4d9c_a7db_9e86ce6c41e": 1, "emmo_d37eeb84_895f_4c30_bf60_387b3314a1a6": 1, "bottom_quark": 1, "emmo_034bc7dd_a8c2_4ed0_8b51_66ac9b00342f": 1, "rai": 1, "q105488118": 1, "79aad3fb_2e01_4626_8369_4e914893aa6d": 1, "material_bd6a2a7a_d9d6_453e_a1d8_2048e884d36": 1, "br2": 1, "q879": 1, "emmo_b3dfa085": 1, "5206": 1, "5868": 1, "b060": 1, "13efa01caf8": 1, "emmo_41ee55b": 1, "d0e9": 1, "5f39": 1, "86a6": 1, "36b81a7bc301": 1, "battery_dbc86554_1a2a_4f2b_b8c2_e793fa219883": 1, "across": 1, "effect": [1, 3], "backupbatteri": 1, "16": 1, "battery_70dad2a6_5316_4211_99a6_2031119515c1": 1, "dual": 1, "nitric": 1, "chromic": 1, "bunsen_cel": 1, "q901286": 1, "histor": 1, "emmo_da4ea7e3_6e60_410b_a209_6ea735a6b10c": 1, "characteris": 1, "disloc": 1, "q623093": 1, "material_78a1367d_61b4_40a4_9c22_fdd0017f535f": 1, "butyric_acid": 1, "q193213": 1, "electrochemistry_d48ea516_5cac_4f86_bc88_21b6276c0938": 1, "phenomenolog": 1, "butlervolmerapproxim": 1, "erdeygruzvolmerequ": 1, "butler": 1, "93volmer_equ": 1, "q903846": 1, "i0": 1, "exp": 1, "alpha": 1, "f": [1, 3], "eta": 1, "emmo_36a9bf69_483b_42fd_8a0c_7ac9206320bc": 1, "emmo_d2a47cd8_662f_438f_855a_b4378eb992ff": 1, "abstact": 1, "registri": 1, "american": 1, "societi": 1, "electrochemistry_ac6c2371_995a_4fcb_89a2_15cb6615741": 1, "protocol": 1, "first": 1, "put": 1, "cccv": 1, "emmo_64aba1e5_24b7_4140_8eb4_676c35698e79": 1, "syntact": 1, "rule": 1, "battery_980da224_75c0_4c47_af95_b51ca1443213": 1, "li": 1, "mno2": 1, "coin": 1, "battery_9984642f_c9dc_4b98_94f6_6ffe20cfc014": 1, "q28955604": 1, "battery_b61b96ac_f2f4_4b74_82d5_565fe3a2d88b": 1, "q5013811": 1, "electrochemistry_e1fd84eb_acdb_4b2c_b90c_e899d552a3e": 1, "indic": 1, "charger": 1, "45": 1, "emmo_268a8a97_3a6f_4022_93da_962a66827cdc": 1, "material_90f71119_f476_4033_b6ee_6342680322e5": 1, "q1091": 1, "emmo_0761710a": 1, "3de3": 1, "5cff": 1, "a0cc": 1, "dfb8eba5a99d": 1, "battery_d27fd24f_a96c_4db3_a579_777bb423043d": 1, "electrochemistry_dd4c5ffa_6228_41d8_8a44_a40a2b22723": 1, "material_83285f8c_bbf3_4548_9599_bc8c327fc099": 1, "cd": 1, "cadmium_hydroxid": 1, "q420717": 1, "material_0111ec52_b838_49ab_a24b_884aaa3f54e8": 1, "cdo": 1, "cadmium_oxid": 1, "q196661": 1, "material_3540fb20_f719_42eb_ad0c_112ffedb7c6d": 1, "emmo_b12e3fea": 1, "4467": 1, "5a08": 1, "9b14": 1, "67c51def1431": 1, "material_8522bd08_3855_4e4b_bca0_30923a40de88": 1, "q1108": 1, "emmo_85ab88f1": 1, "3bb6": 1, "5fb7": 1, "8996": 1, "d1be786da995": 1, "electrochemistry_7cc8b738_3462_4592_ba83_951a8d50fef7": 1, "emmo_f7e8a63d": 1, "d40c": 1, "57f7": 1, "8017": 1, "7ad6b1d89b4": 1, "material_8069b9ca_4639_49c6_b182_fedff62869a1": 1, "ca": 1, "q706": 1, "material_56a8e7ef_29da_46d2_92e4_81c38ec39b4b": 1, "calcium_acet": 1, "q409251": 1, "battery_eeab063b_9dbf_4879_8008_44e5c4a34f1f": 1, "emmo_2b6dcba2": 1, "8e5f": 1, "50fb": 1, "8242": 1, "26fa609379a8": 1, "battery_21943399_9d3f_46cf_83a9_3913cddfdee1": 1, "calcium_batteri": 1, "q106611348": 1, "material_fe5452de_6d49_4f60_9a15_a022bb5219a2": 1, "material_9d6b0e6b_b51f_40a8_bc9d_1418ea5356b1": 1, "material_1e5c69b2_6dac_44b6_a24e_6170b516cf2c": 1, "material_d30fb481_a68d_496f_9be3_0e78aef3ef32": 1, "material_527fbfa6_7a48_4f6e_8442_38f2590a51bb": 1, "cabr2": 1, "calcium_bromid": 1, "q409739": 1, "material_cb320164_c9d7_48a0_8b54_f22398ce3e20": 1, "caco3": 1, "calcium_carbon": 1, "q23767": 1, "material_7bebc661_c77b_4124_bed3_c2ac6346a2a6": 1, "calcium_chlor": 1, "q419721": 1, "material_d6b4453f_6a41_446a_874c_5fcce4948ef2": 1, "cacl2": 1, "calcium_chlorid": 1, "q208451": 1, "material_55b09b6b_c8cd_410c_8971_b2bd86e0c905": 1, "material_508e6e27_16a6_40f4_930c_d6c793721181": 1, "caf2": 1, "calcium_fluorid": 1, "q413374": 1, "material_8dd87ac5_a8e1_4228_93bb_189e442fa71b": 1, "material_09e14ca2_f909_40cc_ba93_e1a149938abc": 1, "calcium_hydroxid": 1, "q182849": 1, "electrochemistry_90103be0_9096_4f98_89c7_b5db01197858": 1, "material_b72166c7_eb2a_44b0_8af4_3a2042148157": 1, "cai2": 1, "calcium_iodid": 1, "q412538": 1, "battery_2099e6d6_680b_476c_a123_f6c89ff93389": 1, "electrochemistry_4f2348dd_d9ea_4448_af8c_a4a38f3d04b4": 1, "material_73ce979c_af17_4187_81a7_7206bde39ec6": 1, "calcium_nitr": 1, "q407392": 1, "material_f2dad0d0_8392_490d_932c_d920f8ff3d64": 1, "calcium_nitrit": 1, "q2749498": 1, "material_fd189d24_5434_4f93_b5a9_4796e67d88f1": 1, "calcium_perchlor": 1, "q906306": 1, "material_847590b4_fae5_4f57_b1b0_1bb545528152": 1, "ca3": 1, "tricalcium_phosph": 1, "q278387": 1, "material_c12c3203_9d18_4a69_8a10_25b100ff48c8": 1, "material_8a897ed1_a611_46bf_8252_502428a0bff7": 1, "caso4": 1, "calcium_sulf": 1, "q407258": 1, "material_dc592618_13ec_498a_834b_2188ecb9535d": 1, "calcium_sulfid": 1, "q408464": 1, "material_40bdf780_394e_49e8_9a46_c88320c9d734": 1, "caso3": 1, "calcium_sulfit": 1, "q899410": 1, "battery_e3717684_26bd_40ce_b279_e7b39cc3e67": 1, "emmo_38626021": 1, "30ac": 1, "5bd1": 1, "8776": 1, "0541a8341bf2": 1, "material_bb42264f_9049_47a5_ac87_a363fa8ae503": 1, "material_0952b0ae_0067_4b42_812a_abb68c95a6f8": 1, "material_dd8823eb_ea6f_49f2_a4f9_d21828cb8b8": 1, "electrochemistry_f9e1c862_c510_4b11_9141_bc91045df817": 1, "electrochemistry_520995f8_ec9c_4b3c_bb64_2cd691947379": 1, "emmo_c7f4684e_ee74_4119_87e0_ecd255e10d2f": 1, "emmo_b443dea3": 1, "7407": 1, "59c3": 1, "9e86": 1, "6784e715f48b": 1, "californium": 1, "emmo_ff1d6ec": 1, "712d": 1, "54b8": 1, "9c05": 1, "c26854e0c35a": 1, "c00787": 1, "484253082": 1, "178": 1, "nit": 1, "nt": 1, "deprec": 1, "As": [1, 3], "light": 1, "bright": 1, "most": 1, "consum": 1, "desktop": 1, "200": 1, "300": 1, "srgb": 1, "spec": 1, "monitor": 1, "target": 1, "m2": 1, "hdtv": 1, "450": 1, "1000": 1, "calibr": 1, "120": 1, "believ": 1, "come": 1, "latin": 1, "niter": 1, "shine": 1, "emmo_d8612fa0_c0fb_485d_b45a_1845e7a46796": 1, "q96142389": 1, "emmo_99dba333_0dbd_4f75_8841_8c0f97fd58e2": 1, "electriccapacit": 1, "c00791": 1, "emmo_860ef96c_e93e_4549_b3a3_099a625a26a5": 1, "emmo_b14d9be5_f81e_469b_abca_379c2e83feab": 1, "electrochemistry_791c1915_a791_4450_acd8_7f94764743b5": 1, "electricchargecapac": 1, "storagecapac": 1, "electrochemistry_e3d3d21c_cb9a_498c_bdb0_63c964f0d3c6": 1, "practicaclli": 1, "achiev": 1, "begin": 1, "life": 1, "capacityloss": 1, "capacity_loss": 1, "q16851742": 1, "material_4e5582a6_caec_4917_acad_6f472cd7d831": 1, "q623": 1, "emmo_0056cc2f": 1, "f2fe": 1, "558e": 1, "a65c": 1, "9a8fc5cea333": 1, "material_0a5cb747_60cf_4929_a54a_712c54b49f3b": 1, "carbon_black": 1, "q764245": 1, "material_1d8e9a99_b998_47e6_98a7_a6efd8dab9c": 1, "co2": 1, "carbon_dioxid": 1, "q1997": 1, "material_6c0cc397_d8c4_4473_a09f_1e5de568e0dd": 1, "electrochemistry_ec6f3d6f_bdf5_418f_9314_3ef2ff528103": 1, "past": 1, "screen": 1, "polym": 1, "suitabl": 1, "composit": 1, "q120907443": 1, "These": 1, "easili": 1, "incorpor": 1, "reagent": 1, "mediat": 1, "complex": 1, "enzym": 1, "etc": [1, 3], "nanoparticl": 1, "prepar": 1, "sensor": 1, "material_9da78aea_d436_40e2_a68f_c3dee32b825": 1, "cfx": 1, "carbon_monofluorid": 1, "q947047": 1, "electrochemistry_5c0fdc09_166e_40a6_ad74_be66f0db51bc": 1, "electrochemistry_b0a0dddb_d942_4af2_b6a7_d7165f4253f1": 1, "miner": 1, "nujol": 1, "bromoform": 1, "bromonaphthalen": 1, "cpe": 1, "carbon_paste_electrod": 1, "q5037987": 1, "wa": 1, "adam": 1, "1958": 1, "hous": 1, "teflon": 1, "holder": 1, "conduct": 1, "wire": 1, "occasion": 1, "piston": 1, "renew": 1, "problem": 1, "long": 1, "stabil": 1, "influenc": 1, "emmo_a7180b5f": 1, "d46d": 1, "5751": 1, "b3bc": 1, "ae28a6655992": 1, "material_28899817_2002_42d8_92bf_b43d2cf7b4c6": 1, "h2co3": 1, "carbonic_acid": 1, "q104334": 1, "material_d36fbe2f_6b0a_4178_b6ca_7373bdefcb51": 1, "cmc": 1, "carboxymethyl_cellulos": 1, "q411030": 1, "emmo_b3bf01d2_5d67_45d3_91e6_70abddae08a9": 1, "recombin": 1, "trap": 1, "carrier": 1, "semiconductor": 1, "q5046374": 1, "electrochemistry_1aec4cc0_82d5_4042_a657_ed7fe291c3d8": 1, "impervi": 1, "emmo_ae3c9eb3_289d_4133_99d6_77068367a58d": 1, "electrochemistry_8ab1e656_38ff_48e6_ab09_293d76bc9044": 1, "conserv": 1, "q12385831": 1, "emmo_bd67d149_24c2_4bc9_833a_c2bc26f98fd3": 1, "assai": 1, "c00881": 1, "emmo_ce7d4720_aa20_4a8c_93e8_df41a35b6723": 1, "electrochemistry_c55bcb85_b7b8_4e67_8a78_9a42fe25b6cf": 1, "farada": 1, "electroact": 1, "exce": 1, "would": 1, "experiment": 1, "c00889": 1, "cat": 1, "emmo_79751276_b2d0_4e2f_bbd4_99d412f43d55": 1, "categor": 1, "interest": 1, "metallurgi": 1, "electrochemistry_35c650ab_3b23_4938_b312_1b0dede2e6d5": 1, "c00905": 1, "q175233": 1, "net": 1, "predomin": 1, "electrochemistry_f8e0d532_cf44_403c_9188_e00ee161a3c1": 1, "call": 1, "sei": 1, "electrochemistry_0853b072_3b80_4864_8147_24ce35407ad": 1, "cathodicpolar": 1, "electrochemistry_187326b9_1089_4122_8e7e_1a0bcba210a1": 1, "electrochemistry_c936bfbe_7a0c_4185_a317_db1ce2c3c38c": 1, "cathodic_protect": 1, "immun": 1, "appropri": 1, "electrochemistry_f4a1323a_ce2b_4c1a_b89d_c80170110ed6": 1, "electroreduct": 1, "electroreductionreact": 1, "electrochemistry_61740c42_d332_492c_8b37_90a187c7f6d9": 1, "csv": 1, "q4016325": 1, "electrochemistry_15b852b5_19cc_49ab_849f_7df6175fb2b": 1, "electrochemistry_9b6853e7_3412_463d_b5a9_82c14acebf7d": 1, "material_dae2320d_be18_44ba_90bd_8176decc4b47": 1, "emmo_1f2bfb9f_ecc6_46a0_9e41_2d6fcbf59e4b": 1, "emmo_a6d8e2e2_5e61_4838_977b_9a5dea421fc1": 1, "emmo_a9891fff_fa7a_4806_b7bd_786de7358e8d": 1, "emmo_50afa1a9_2c4e_40fd_aa93_0e33511f1f27": 1, "emmo_6c03574f_6daa_4488_a970_ee355cca2530": 1, "emmo_0f795e3e_c602_4577_9a43_d5a231aa1360": 1, "possess": 1, "causalchain": 1, "emmo_c5ddfdba_c074_4aa4_ad6b_1ac4942d300d": 1, "self": 1, "causalobject": 1, "emmo_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac": 1, "4bb03d40_78d2_45a4_9cb0_4336c9fc3b70": 1, "electrochemistry_328c6e36_3706_4d92_abae_432fa3adb2a0": 1, "loss": 1, "carri": 1, "movement": 1, "baffl": 1, "damag": 1, "hole": 1, "electrochemistry_4a5660bd_1c1a_40e5_8a41_463c720d3903": 1, "exclus": 1, "electrochemistry_637ee9c4_4b3f_4d3a_975b_c0572dfe53c": 1, "electrochemistry_1e33e37e_d7c9_4701_ba6d_a09456a13aaf": 1, "close": 1, "up": 1, "escap": 1, "electrochemistry_265bb4d6_5eec_40f6_a3fa_59b3bd08e9af": 1, "cellpolarizationpotenti": 1, "electrochemistry_4ebe2ef1_eea8_4b10_822d_7a68215bd24d": 1, "appliedpotenti": 1, "a00424": 1, "emmo_66bc9029_f473_45ff_bab9_c3509ff37a22": 1, "compar": 1, "hot": 1, "cold": 1, "rel": 1, "unlik": 1, "t06261": 1, "electrochemistry_bea04148_10d9_4eda_9cd5_8f609d7e9ff8": 1, "electrochemistry_2dea31c2_5061_4464_ab76_5336bef23629": 1, "electrochemistry_efaca8db_a3e0_4188_9c9b_ed0037966725": 1, "emmo_dc3a6b2d_e31d_491a_ab40_c433f8dd8d48": 1, "03d2c71b_0276_45d7_a847_7cd164cb7d45": 1, "emmo_b55cd09a_e54d_4eb1_81dd_03c29d1b878": 1, "emmo_9d8f708a_f291_4d72_80ec_362c6e6bbca6": 1, "uniqu": [1, 3], "distribut": 1, "zero": 1, "equival": 1, "caus": 1, "move": 1, "without": 1, "center_of_mass": 1, "relativist": 1, "centr": 1, "doesn": 1, "8217": 1, "emmo_e1f38566_ba25_4c09_9282_eea2b86cb90b": 1, "emmo_c5e9e390_8836_4440_b4fd_c906fdd4f438": 1, "emmo_c0ec56d1_0deb_4452_a6a1_70570308b6bb": 1, "emmo_125b6f65": 1, "caf4": 1, "5ff2": 1, "89f2": 1, "90a6183ee34": 1, "cerium": 1, "emmo_44eb5d63": 1, "b868": 1, "54c5": 1, "bd52": 1, "7528db10674d": 1, "electrochemistry_a9873d3d_945b_40ba_b9cd_8dfb64cec88f": 1, "extern": 1, "thu": 1, "storag": 1, "electrochemicalcharg": 1, "q11388109": 1, "electrochemistry_10763eb0_dbc9_4d34_bd1a_7b8996590d45": 1, "electrochemistry_d1042a12_e4be_4992_86cb_59420ef4e05c": 1, "denomin": 1, "quasiparticl": 1, "respons": 1, "charge_carri": 1, "q865807": 1, "electrochemistry_a5962e05_466d_46a4_8951_bea59d7326e5": 1, "preced": 1, "39": 1, "electrochemistry_2ab7af60_da58_4243_b3bc_cbb2155cac53": 1, "emmo_dc467621_3b49_4f31_9b09_82290f29da52": 1, "q": 1, "ionizationnumb": 1, "c00993": 1, "charge_numb": 1, "q1800063": 1, "superscript": 1, "he": 1, "al3": 1, "8722": 1, "n3": 1, "electrochemistry_49efb72a_f8e6_4f50_acac_975302200d47": 1, "abil": 1, "open": [1, 2], "capacityretent": 1, "electrochemistry_46676855_68b0_4096_ac6c_35400111d46d": 1, "chargetimecurv": 1, "electricchargetimecurv": 1, "electricchargetimeplot": 1, "qtcurv": 1, "electrochemistry_a4dfa5c1_55a9_4285_b71d_90cf6613ca31": 1, "electrostat": 1, "remain": 1, "charge_transfer_coeffici": 1, "rt": 1, "nf": 1, "dlnkc": 1, "de": 1, "kc": 1, "signific": 1, "dln": 1, "jc": 1, "correct": 1, "reactant": 1, "bulk": 1, "electrochemistry_79551e01_4bc6_4292_916e_08fe28a84600": 1, "emmo_68c0e0cd_6afd_4eb7_9dfa_91c2462002c9": 1, "emmo_1ea2f3fc_da94_4685_99b4_352922fbc461": 1, "charm_quark": 1, "emmo_abf7efbe_6b04_41b8_8326_4dd0f6be753": 1, "emmo_7efd64d1_05a1_49cd_a7f0_783ca050d4f3": 1, "consitut": 1, "emmo_a293f923_954c_4af5_9f97_9600ebd362cb": 1, "emmo_e2b11f6a_4191_427e_9844_2e0ac88dfc8b": 1, "mani": 1, "held": 1, "chemical_compound": 1, "emmo_4f40def1_3cd7_4067_9596_541e9a5134cf": 1, "c01022": 1, "book": 1, "qualifi": 1, "obejct": 1, "emmo_47338839_6cca_4a8e_b565_3c4d5517e2c0": 1, "compris": 1, "wai": [1, 2], "recogniz": 1, "distinct": 1, "assess": [1, 2], "actual": 1, "nomenclatur": 1, "adopt": 1, "strict": 1, "mereotopologi": 1, "host": 1, "necessarili": 1, "consid": 1, "hydrocarbon": 1, "gase": 1, "emmo_9236d0aa_cb39_43a1_bbdd_6a2a714951c8": 1, "proport": 1, "parenthes": 1, "bracket": 1, "emmo_8a41ed1b_64f9_4be7_9b60_01fcece45075": 1, "emmo_26586828_3b8c_4d8b_9c6c_0bc2502f26a": 1, "emmo_643d99dd_fae6_4121_a76f_47f486a4480b": 1, "univoc": 1, "numenclatur": 1, "confus": 1, "emmo_88fc5d1b_d3ab_4626_b24c_915ebe7400ca": 1, "c01032": 1, "electrochemistry_8a1c9a7b_978c_4421_a9c1_d0b07b42aab9": 1, "interconvers": 1, "c01033": 1, "chemical_react": 1, "q36534": 1, "emmo_ecc4efe9_77a2_47e3_8190_f9a883d54ac6": 1, "belong": 1, "emmo_cbcf8fe6_6da6_49e0_ab4d_00f737ea9689": 1, "isotop": 1, "macroscop": 1, "ensembl": 1, "ct06859": 1, "nominalist": 1, "approach": 1, "everyth": 1, "address": 1, "called": 1, "emmo_df96cbb6_b5ee_4222_8eab_b3675df24bea": 1, "best": 1, "character": 1, "c01039": 1, "lai": 1, "continuum": 1, "mesoscop": 1, "emmo_d357e0dd_3497_4590_af6f_7954db7fecf7": 1, "emmo_bd8db028_aec2_4a44_ad93_1a9f8270f72c": 1, "emmo_375aaa5a_998f_4626_83e0_c7d7e52a6565": 1, "material_19292fbf_8a09_45a0_b807_f643253a333c": 1, "hclo3": 1, "chloric_acid": 1, "q138809": 1, "material_43aef3e7_12aa_44b2_9d0f_973e634bfbe0": 1, "cl2": 1, "q688": 1, "emmo_b92900ac": 1, "69b2": 1, "5a63": 1, "a9d5": 1, "4984ae20905a": 1, "emmo_2dc17698": 1, "8cd9": 1, "562e": 1, "8eca": 1, "7818d507c813": 1, "material_df038b95_6c39_4fce_8c16_237057a08c0b": 1, "q725": 1, "emmo_2a61986": 1, "772c": 1, "5f68": 1, "bdc9": 1, "80adbc618e41": 1, "electrochemistry_510e4061_c4fa_49aa_a052_23ad56098eda": 1, "material_24bb590f_86c4_4fd9_ac4e_ef89a43d0fb1": 1, "cr": 1, "iii": 1, "_hydroxid": 1, "q410563": 1, "material_aef7d4bb_0b44_4974_84a0_e2729f5f2bef": 1, "_oxid": 1, "q407905": 1, "material_e54b6547_e915_4c10_9864_30e6a7b456d7": 1, "iv": 1, "q2366389": 1, "material_88748886_9b7c_4df0_91eb_fe91ecc1b9cd": 1, "emmo_517752af": 1, "5883": 1, "5cf5": 1, "8363": 1, "6b19f76aca3": 1, "electrochemistry_729a1064_d039_4b74_9d1d_759b18a3971c": 1, "amperiometricdetect": 1, "amperometriccurrenttimecurv": 1, "If": 1, "obei": 1, "cottrel": 1, "electrochemistry_f91c9ae3_42b8_4efa_9b67_a406d162d3b5": 1, "nevertheless": 1, "offer": 1, "advantag": 1, "henc": 1, "later": 1, "transient": 1, "detect": 1, "accur": 1, "ii": 1, "better": 1, "nois": 1, "overal": 1, "discrimin": 1, "electrochemistry_63dec5af_f3e9_46c9_8b0c_82516231d96b": 1, "cyclic": 1, "revers": 1, "emmo_b2a234a8_579a_422c_9305_b8f7e72c76cd": 1, "material_b258c23a_748e_4f92_9d55_354b92c298df": 1, "citric_acid": 1, "q159683": 1, "battery_d6d75b55_6f9b_42f5_a31e_b0e5ba3536a0": 1, "wet": 1, "sulfat": 1, "invent": 1, "english": 1, "engin": 1, "josiah": 1, "latim": 1, "clark_cel": 1, "q898656": 1, "emmo_ed257e78_8b59_44c3_9d61_06c261184f55": 1, "classic": 1, "emmo_92eaefcb_50be_4237_9ec0_4a019ce24921": 1, "electrochemistry_09a7f560_9ddf_4c32_b067_b213eca5b0a1": 1, "cover": 1, "q1570182": 1, "emmo_92028373_3a43_4b80_9a69_caca22df3918": 1, "adher": 1, "beschichten": 1, "electrochemistry_3b938708_e7e4_4ac0_a959_9c04306302e7": 1, "treatment": 1, "material_8f857eb2_7cc8_4294_954d_e69f2842c084": 1, "q740": 1, "emmo_3fe9d899": 1, "f1f1": 1, "5657": 1, "b176": 1, "ac6afff2e93d": 1, "electrochemistry_7b811780_7251_481b_a4d3_97d437955099": 1, "material_29b1c15d_2632_40d7_88f7_43575b68b988": 1, "co": 1, "q72461179": 1, "material_4310c690_9810_4a95_8d62_7e78e0b84437": 1, "_acet": 1, "q421198": 1, "material_f4dffee2_c642_4114_a748_5e93b3908380": 1, "material_651da334_c9a7_4658_998e_03533b5316f6": 1, "cobr2": 1, "_bromid": 1, "q420300": 1, "material_5fde02de_e08f_4854_9fe0_1e967bb3f60d": 1, "coco3": 1, "_carbon": 1, "material_ececb906_d081_470b_aa5c_5ea526b0baf8": 1, "_chlorat": 1, "q5138693": 1, "material_e3a3dc4f_b910_49e3_b66d_c25ce4889d68": 1, "cocl2": 1, "_chlorid": 1, "q407849": 1, "material_046acf7e_3390_484c_8c7e_7cf2a331fb3b": 1, "cof2": 1, "_fluorid": 1, "q417121": 1, "material_4a72632d_2168_4f66_8cd7_e764ea7909d6": 1, "coi2": 1, "_iodid": 1, "q421250": 1, "material_41379755_2818_4dea_b3d3_15ac755fb751": 1, "_nitrat": 1, "q414860": 1, "material_08695cfe_3dfa_4b17_9f09_13e6f90e3875": 1, "material_e0b08aed_a2c6_4168_84fc_940e4d0bdd97": 1, "dictionary_of_chemical_formula": 1, "q16685924": 1, "material_bea2f4f7_04b9_48db_aae3_a04832c0f58d": 1, "_phosphat": 1, "q15634038": 1, "material_29dc7a8a_95a6_467c_baa1_25f6a20a5eb": 1, "coso4": 1, "_sulfat": 1, "q411214": 1, "material_de52b69b_3c86_4f1c_a467_7a1fa411bc36": 1, "_sulfid": 1, "q417806": 1, "material_191c3c02_4930_44d4_bf20_0d79ed41f8c5": 1, "coso3": 1, "q16326547": 1, "material_9f40a798_f293_487a_a263_fc703778ae25": 1, "q55164806": 1, "material_48108f36_d856_46d4_b293_e174aeff9970": 1, "material_bc76f17d_931a_4728_9663_9f8ed208d5e4": 1, "emmo_4aa59242": 1, "76e7": 1, "5cce": 1, "a126": 1, "c7e9c657e7ad": 1, "emmo_7286b164_df4c_4c14_a4b5_d41ad9c121f3": 1, "reflect": 1, "interact": 1, "partial": 1, "capabl": 1, "sort": 1, "upon": 1, "perceiv": 1, "warm": 1, "emmo_a18a3e9b_7e3d_44bf_9640_c8634e770ba8": 1, "dimensionless": 1, "friction": 1, "them": [1, 2], "frictioncoeffici": 1, "frictionfactor": 1, "f02530": 1, "q1932524": 1, "emmo_43b349fc_c7ed_480d_b0ca_9db84b700813": 1, "At": 1, "media": 1, "916": 1, "thermaltransmitt": 1, "q634340": 1, "emmo_80f3d95d_b1fd_46c0_b98a_b6b611b47105": 1, "size": 1, "thermalexpansioncoeffici": 1, "q45760": 1, "emmo_0e78a4d4_b4e0_48e7_97d8_e7d41a85a54d": 1, "either": 1, "brought": 1, "satur": 1, "monoton": 1, "121": 1, "69": 1, "q432635": 1, "emmo_881606d0_6f2f_4947_bc8b_75c5b7b2b688": 1, "emmo_19608340_178c_4bfd_bd4d_0d3b935c6fec": 1, "establish": 1, "recogn": 1, "resembl": 1, "emmo_7cdc375d_d371_4d78_acd5_d51732f52126": 1, "iconsemiosi": 1, "emmo_477042ef_3173_49b2_a264_0e3270733f8c": 1, "superconductor": 1, "appreci": 1, "q1778793": 1, "battery_b7fdab58_6e91_4c84_b097_b06eff86a124": 1, "buttonbatterycel": 1, "buttoncel": 1, "coinbatterycel": 1, "coincel": 1, "40": 1, "button_cel": 1, "electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37": 1, "buttoncas": 1, "round": 1, "emmo_2d2ecd97_067f_4d0e_950c_d746b7700a31": 1, "emmo_6c487fb3_03d1_4e56_91ed_c2e16dcbef60": 1, "microscop": 1, "insolubl": 1, "nm": 1, "956": 1, "suspend": 1, "throughout": 1, "settl": 1, "emmo_00b85655_f20c_4e83_b90e_094e8ea7e48f": 1, "commerci": 1, "emmo_1461e904_a2bf_4558_ad74_2706f5706b34": 1, "emmo_28440627_1088_4733_bd3a_a63dc71411a8": 1, "intermedi": 1, "raw": 1, "final": 1, "commercialis": 1, "market": 1, "emmo_c7bc281c_0f58_431c_a66f_04be575fae7": 1, "phasor": 1, "conjug": 1, "complexapparentpow": 1, "q65239736": 1, "emmo_f76884f7_964e_488e_9bb7_1b2453e9e817": 1, "emmo_1f19b65b_35bf_4662_a318_7f1c147cb3b6": 1, "emmo_29108c7c_9087_4992_ab1c_02561665df21": 1, "emmo_f678173d_f036_4df1_a86b_2894560be617": 1, "emmo_8b1367d6_0133_4b56_acc1_fa8b058169e3": 1, "emmo_0de3878e_7928_4ab6_bc6d_cf590b2d0e5b": 1, "70": 1, "q8067817": 1, "emmo_d5888438_b092_4057_b8df_966cf6034fb2": 1, "vacuum": 1, "compton_wavelength": 1, "q1145377": 1, "emmo_eff42cb3_208e_4768_9a39_f8b6b3c3d7a2": 1, "deal": 1, "quantit": 1, "orient": 1, "b45fbdc6_2519_4885_aa49_c56b394c3910": 1, "emmo_a356870d_409a_4de6_a910_0d8498e593ff": 1, "abund": 1, "c01222": 1, "q3686031": 1, "electrochemistry_8a5083b0_cd23_4f8c_99e8_b9ccd6f9f3a2": 1, "concentration_cel": 1, "q903563": 1, "attempt": 1, "reach": 1, "equilibrium": 1, "electrochemistry_5eae657f_5914_4252_85c6_3fc772dea113": 1, "electrochemistry_9ed7210c_c4fa_467b_822d_ba12f885bdf4": 1, "interfaci": 1, "themselv": 1, "similar": 1, "need": 1, "ohmic": 1, "drop": 1, "prevail": 1, "concentrationpolar": 1, "masstransferoverpotenti": 1, "masstransferpolar": 1, "c01230": 1, "concentration_overpotenti": 1, "emmo_9e452535_a369_404d_9afb_d41fd79d12b8": 1, "emmo_bf836c2b_7800_474d_b674_f5d629fa0bb1": 1, "emmo_220b7201_d277_4dca_bf6a_5a5e2c4062dd": 1, "emmo_c29603f5_95e8_42f5_ab0c_f3bcf3166d53": 1, "emmo_01b80fdd_065c_4caf_b36c_4c0724936e24": 1, "53": 1, "q79464628": 1, "electrochemistry_82fef384_8eec_4765_b707_5397054df594": 1, "purpos": 1, "electronicallyconductiveelectrodeaddit": 1, "electrochemistry_b525a629_a679_464f_bc5b_b49d2fc82686": 1, "cm2": 1, "cm": 1, "apart": 1, "uniform": 1, "configur": [1, 2], "electrochemistry_e9639083_e9c5_4d0a_97e8_be1e139c179f": 1, "titrat": 1, "titrant": 1, "q11778221": 1, "intersect": 1, "electrochemistry_b3a6d552_b38e_47ad_9d48_e8b77035d63": 1, "principl": 1, "q901180": 1, "electrochemistry_d8a78cd2_8107_46dd_a198_0b64676efc00": 1, "emmo_8c64fcfa_23aa_45f8_9e58_bdfd065fab8f": 1, "electrochemistry_83f2b1e9_cb67_4dbf_977f_ba54bbae374f": 1, "regardless": 1, "galvanostaticcharg": 1, "38": 1, "electrochemistry_0cc8f231_0ce5_467e_9c76_29b2c80349ad": 1, "until": 1, "upper": 1, "cutoff": 1, "fall": 1, "below": [1, 2], "threshhold": 1, "electrochemistry_53fe3f58_0802_41cf_af69_4784fc42cc30": 1, "kept": 1, "galvanostaticdischarg": 1, "electrochemistry_84d37a37_88bd_47db_9425_31f73a81d38c": 1, "success": 1, "electrochemistry_0d3e8340_4229_4fd3_b6dd_763bd566551d": 1, "electrochemistry_3e7fe02d_c888_4c49_8e05_ccd9785607a6": 1, "floatcharg": 1, "potentiostaticcharg": 1, "49": 1, "electrochemistry_9865e4f9_756d_4d94_a6fd_4102ab795f9": 1, "potentiostaticdischarg": 1, "emmo_ceaaf9f7_fd11_424b_8fda_9afa186af186": 1, "objectpart": 1, "emmo_f68858dd_64f4_4877_b7fb_70d04fbe5bab": 1, "emmo_4b77c8ac_6d0e_456a_af41_ce43601b28b7": 1, "electrochemistry_25d01d13_3ca5_4619_98c1_8ebbd01ad794": 1, "uninterrupt": 1, "48": 1, "emmo_8b0923ab_b500_477b_9ce9_8b3a3e4dc4f2": 1, "larg": 1, "bearer": 1, "qualiti": 1, "fact": 1, "smallest": 1, "partit": 1, "dv": 1, "enough": 1, "m3": 1, "emmo_4456a5d2_16a6_4ee1_9a8e_5c75956b28ea": 1, "electrochemistry_33e6986c_b35a_4cae_9a94_acb23248065c": 1, "controlledquant": 1, "setquant": 1, "emmo_35d2e130_6e01_41ed_94f7_00b333d46cf9": 1, "norm": 1, "habit": 1, "peirc": 1, "formal": 1, "emmo_d8aa8e1f_b650_416d_88a0_5118de945456": 1, "assumpt": 1, "emmo_f9125b67": 1, "8798": 1, "5595": 1, "9db3": 1, "ffc1840c9947": 1, "copernicium": 1, "emmo_920b8adc": 1, "575b": 1, "55e9": 1, "9cd5": 1, "cf5eab1696f1": 1, "material_0993cbab_ff7f_4ec3_8a6c_cd67497d54d9": 1, "q753": 1, "emmo_57a7ab6b": 1, "30a4": 1, "54e5": 1, "821d": 1, "0b8efb5e08b2": 1, "electrochemistry_26b19a7c_59ca_4e1b_8fb9_ba061c22531": 1, "material_788494aa_e502_4b8d_8e3a_883d14d3ed98": 1, "cu": 1, "q72461389": 1, "material_bd75a1b8_f5fe_4676_a42c_6192c3a70b22": 1, "q421854": 1, "material_d6ed8fcd_4d21_4401_b16c_478985799100": 1, "cubr2": 1, "q420370": 1, "material_815f5532_e1d0_48e5_bc2b_b3b7d018f032": 1, "cuco3": 1, "q409630": 1, "material_f028e380_2abf_49b8_8e65_9ae788791f3c": 1, "q4498184": 1, "material_9ad998c9_f5dd_48ff_af9f_b03d7b0211b4": 1, "cucl2": 1, "q421781": 1, "material_2aef236e_eaf8_479d_aaa4_a08392b8a90b": 1, "cuf2": 1, "q419686": 1, "material_3d6c473f_fdfb_4f8a_922e_215d18691e21": 1, "cui2": 1, "material_04a7bd93_0a55_444b_a28e_33b01ee0bc4": 1, "q286064": 1, "material_469e5dc9_7b3e_4e72_8fd5_fe2e8386862d": 1, "material_250fa43e_1f26_4ed8_b787_91a2325a8e7b": 1, "cuo": 1, "q421787": 1, "material_6ec62f7b_2168_423f_81d2_4555fa29415": 1, "_perchlor": 1, "q15628157": 1, "material_13eaf787_000e_44f8_b939_332101e81dd2": 1, "cu3": 1, "q60568753": 1, "material_d27a5bb0_b35d_4133_8b2c_b32e94c899ec": 1, "cuso4": 1, "q107184": 1, "material_d5c2e705_2e15_4c97_9d6a_0c90afa606ec": 1, "copper_monosulfid": 1, "q416688": 1, "material_dfa3d84e_279c_47d0_ad87_5a30b1a325c": 1, "_tetrafluorobor": 1, "material_d3739474_ed71_4e61_b9ae_d7dc2c091179": 1, "_triflat": 1, "q4119952": 1, "material_3eaad9be_eae9_4735_b03a_1b07f9f79805": 1, "cui": 1, "q411207": 1, "material_22796803_c3b7_4e24_b6f9_7f65d453b01a": 1, "cu2o": 1, "q407709": 1, "material_f7d13311_6dd1_422c_b32b_b55fd9e77145": 1, "electrochemistry_a8edd38f_f8a5_41fb_9fc7_48f1866fd699": 1, "cupricoxideelectrod": 1, "material_094f08bc_90ea_4118_b136_47e61e495ab5": 1, "emmo_bd93ef72": 1, "3d4f": 1, "5f17": 1, "b613": 1, "01f440296995": 1, "c01365": 1, "491815163": 1, "known": 1, "lti": 1, "179": 1, "8315": 1, "ti": 1, "kg": 1, "185": 1, "mol": 1, "tn": 1, "quadrupol": 1, "l2ti": 1, "polariz": 1, "electrochemistry_5696453c_9da7_41e2_bbda_603c1b90a8fc": 1, "accomplish": 1, "desir": 1, "currenteffici": 1, "faradayeffici": 1, "electrochemistry_fb9bf7cb_dd4b_4391_99a1_628263dd6940": 1, "instrument": 1, "voltamet": 1, "q905539": 1, "modern": 1, "karl": 1, "fischer": 1, "passag": 1, "iodid": 1, "electrochemistry_52501237_0c13_4bfb_aa3a_441c6a9ae3a6": 1, "stoichiometr": 1, "calcul": 1, "faradai": 1, "requir": 1, "coulometr": 1, "convect": 1, "auxiliari": 1, "locat": 1, "sepa": 1, "effici": 1, "biamperometri": 1, "bipotentiometri": 1, "photometri": 1, "electrochemistry_6e439f86_3d00_4b0b_82ab_1fa25241d4e9": 1, "By": 1, "q1136979": 1, "vim": 1, "electrochemistry_871bc4a4_2d17_4b88_9b0f_7ab85f14afea": 1, "auxiliaryelectrod": 1, "a00535": 1, "auxiliary_electrod": 1, "q1768785": 1, "three": 1, "emmo_15d62b55_38ea_4aec_b7c4_25db1a2e5a01": 1, "count": 1, "emmo_02c4890b_aef3_4173_9669_94d1f6baf611": 1, "emmo_c6f8d962_2239_4a9e_a9ac_63c01b84de09": 1, "inductivecouplingfactor": 1, "q78101715": 1, "emmo_83424a56_e28f_4aea_8125_bef7b9347ee6": 1, "domin": 1, "q1450516": 1, "emmo_0bb3b434_73aa_428f_b4e8_2a2468648e19": 1, "essenti": 1, "sharp": 1, "diffract": 1, "bragg": 1, "besid": 1, "8721": 1, "1hia": 1, "8727": 1, "8805": 1, "electrochemistry_8de9735b_374a_4a0f_b29f_71a50794cf94": 1, "nucleat": 1, "growth": 1, "crystalizationpolar": 1, "emmo_f1025834_0cd2_42a1_bfeb_13bec41c8655": 1, "suggest": 1, "rickard": 1, "armiento": 1, "millilit": 1, "061": 1, "023": 1, "inch": 1, "000001": 1, "j": 1, "decametr": 1, "decimetr": 1, "emmo_360adeca_9eee_4bb9_a5ca_728756c1ed4a": 1, "emmo_1c1ec02e_4def_4979_aff9_572c06a95391": 1, "28": 1, "q74761076": 1, "alpha_v": 1, "kilomet": 1, "gravit": 1, "km": 1, "kilometr": 1, "0e6": 1, "cm3": 1, "liter": 1, "3147": 1, "ft3": 1, "30795": 1, "yd3": 1, "264": 1, "gallon": 1, "219": 1, "99": 1, "british": 1, "imperi": 1, "cubic_metr": 1, "490956678": 1, "hr": 1, "flowrat": 1, "l3t": 1, "convert": 1, "factor": 1, "00027777777": 1, "1l3": 1, "vm": 1, "occupi": 1, "dm3": 1, "cumec": 1, "stere": 1, "cube": 1, "u0303": 1, "exchang": 1, "each": [1, 3], "popularli": 1, "especi": 1, "river": 1, "stream": 1, "hvac": 1, "micrometr": 1, "millilitr": 1, "metric": 1, "millimet": 1, "edg": 1, "000000001": 1, "material_4ebc1929_2acd_4afb_8a13_6b2f70e2956c": 1, "alkylbenzen": 1, "isopropyl": 1, "group": 1, "isopropylbenzen": 1, "q410107": 1, "emmo_6b5af5a8_a2d8_4353_a1d6_54c9f778343d": 1, "critic": 1, "ferromagnet": 1, "q191073": 1, "emmo_08522112": 1, "0872": 1, "599f": 1, "9d81": 1, "81889333254e": 1, "curium": 1, "emmo_c97277f7": 1, "f011": 1, "51bb": 1, "aeb8": 1, "5e8b1f3f711c": 1, "electrochemistry_71f10616_15eb_4dc4_bc8d_ffaac3838af2": 1, "electrochemistry_212af058_3bbb_419f_a9c6_90ba9ebb3706": 1, "good": 1, "electrodecurrentcollector": 1, "485": 1, "q120907411": 1, "electrochemistry_5548f188_df00_4c05_ae98_7846e92efe36": 1, "electrochemistry_76e7e556_f47e_47e2_b2ef_67aeed09c63": 1, "presenc": 1, "excess": 1, "electrochemistry_74de2c33_84fc_4c2f_afe1_56d169149114": 1, "emmo_0d2c0390_51fb_42aa_93b1_af903b3ad510": 1, "bound": 1, "q77995703": 1, "electrochemistry_b9a72491_8a50_4cac_a131_1e95d72b57e": 1, "currentpotentialcurv": 1, "electriccurrentpotentialcurv": 1, "sigmoid": 1, "hydrodynam": 1, "microelectrod": 1, "polarographi": 1, "electrochemistry_9f1ffb54_4403_4541_98c1_3a821c6d060f": 1, "electrochemistry_712c791a_d593_4732_af73_493f7bc50999": 1, "rapid": 1, "baselin": 1, "higer": 1, "return": 1, "q114979515": 1, "electrochemistry_f046d602_22ea_4f9b_9101_319f510d39f0": 1, "electrochemistry_b99cff7f_b13f_4075_aa88_62c04f8daacc": 1, "currenttimecurv": 1, "emmo_d4deccf7_8cbf_4766_bf3d_57db491fa637": 1, "31": 1, "q214881": 1, "emmo_0ef4ff4a_5458_4f2a_b51f_4689d472a3f2": 1, "emmo_d5f98475_00ce_4987_99fb_262aed395e46": 1, "electrochemistry_d2f6f1a6_4dee_4c5e_9a69_32b9fe990d2f": 1, "electrochemistry_ae782b14_88ce_4cdd_9418_12aca00be937": 1, "criterion": 1, "electrochemicalcyclelif": 1, "electrochemistry_5766a819_c319_48ba_ab9a_ce3bd8fedee8": 1, "cycleindex": 1, "electrochemistry_ca48d41c_f5ea_4bf8_84ce_2d67fd9dad98": 1, "electrochemistry_225cb9b8_d413_451e_9e36_fb6d1344b16": 1, "undergo": 1, "electrochemistry_2f96eb3e_4115_4236_9203_525fb27fe92d": 1, "cycli": 1, "calli": 1, "cv": 1, "cyclic_voltammetri": 1, "q1147647": 1, "investig": 1, "electrochemi": 1, "cal": 1, "electrochemistry_d3e2d213_d078_4b9a_8beb_62f063e57d69": 1, "repeat": 1, "regularli": 1, "chargecycl": 1, "electrochemicalcycl": 1, "charge_cycl": 1, "q5074261": 1, "emmo_bdb1ece0_0631_452e_9348_8387595428e8": 1, "q97708211": 1, "battery_ac604ecd_cc60_4b98_b57c_74cd5d3ccd40": 1, "cylindricalbatterycel": 1, "cylindricalcel": 1, "roundcel": 1, "electrochemistry_b1cf9fee_2164_4f95_8204_90f717373a8a": 1, "electrochemistry_5a0f3b6a_10b4_43a7_b0b6_4eb5c077980": 1, "slow": 1, "grow": 1, "discourag": 1, "electrochemistry_25e20915_c35d_4bee_ad31_736235a79780": 1, "discharger": 1, "25": 1, "unifi": 1, "scale": 1, "twelfth": 1, "unbound": 1, "660538782": 1, "83": 1, "8311": 1, "cipm": 1, "d01514": 1, "atomic_mass_unit": 1, "emmo_ab3e812f_4d0f_4290_83fb_b2f5963f3772": 1, "battery_d94a5498_321a_43d3_af62_80f8253068a9": 1, "mix": 1, "daniell_cel": 1, "q749635": 1, "emmo_5455d87d": 1, "1c98": 1, "50e1": 1, "9904": 1, "c94f6a697097": 1, "darmastadtium": 1, "emmo_71d48627": 1, "4696": 1, "54c2": 1, "a990": 1, "4fdd9f353aef": 1, "emmo_1e877c70_3b01_45a8_a8f6_8ce4f6a24660": 1, "dedomena": 1, "emmo_a4b14b83_9392_4a5f_a2e8_b2b58793f59b": 1, "predict": 1, "analogi": 1, "1c7f2dfe_0db4_4bf6_a0f6_853054a34ead": 1, "output": 1, "elabor": 1, "input": 1, "emmo_cbf42aa6": 1, "9e11": 1, "4be8": 1, "932a": 1, "ae3c792ab17d": 1, "emmo_194e367c_9783_4bf5_96d0_9ad597d48d9a": 1, "encod": 1, "8d9db119_139d_48dc_9350_369e8fdbe608": 1, "emmo_50d6236a_7667_4883_8ae1_9bb5d190423a": 1, "solar": 1, "d01527": 1, "494970012": 1, "emmo_65ec122c_b67f_4009_8b16_2df7dfae118a": 1, "off": 1, "deby": 1, "vibrat": 1, "spectrum": 1, "q105580986": 1, "emmo_76acb5d8_5ab8_484b_8354_7f7612f39c17": 1, "debyeangluarrepet": 1, "q105554370": 1, "emmo_74cfc811_6e04_4fe4_aea5_6a5cc09f6571": 1, "q3517821": 1, "emmo_485720e7_b24a_4149_86eb_9985b2bea4da": 1, "q902587": 1, "e07a252a_6913_49d6_9038_37a258b2d95": 1, "deka": 1, "emmo_1d8b370b_c672_4d0c_964e_eaafcbf2f51f": 1, "dekaprefixedunit": 1, "emmo_0449de81_0995_4575_8f2b_2c70cffafa71": 1, "nuclei": 1, "disintegrationconst": 1, "d01538": 1, "q11477200": 1, "890856a3_3eb4_471e_a54a_65031bee30f4": 1, "emmo_1181c938_c8f0_4ad6_bc7a_2bfdc0903d29": 1, "emmo_47bf3513_4ae6_4858_9c45_76e23230d68d": 1, "conventionalsemiosi": 1, "emmo_c9805ac9_a943_4be4_ac4b_6da64ba36c73": 1, "emmo_2d72e38c_d587_437f_98f6_f2718fb130eb": 1, "emmo_669d2749_bece_460a_b26a_9a909fd8ca4d": 1, "emmo_36a4c1ca_5085_49ca_9e13_4c70d00c50a5": 1, "contigu": 1, "emmo_39a4e2a4_d835_426d_b497_182d06e1caff": 1, "indexsemiosi": 1, "emmo_ecf78412_f0ca_4368_9078_559ffe8935d3": 1, "emmo_61846411_8c6f_410b_ae7b_8999ec18f2b2": 1, "emmo_8679c7d3_fd5d_49ba_bc1f_1bb820a1f73f": 1, "emmo_29afdf54_90ae_4c98_8845_fa9ea3f143a8": 1, "new": [1, 2], "emmo_9864a26d_ee34_43ac_bc01_118734886185": 1, "d01556": 1, "q902301": 1, "arc": 1, "arcdegre": 1, "denot": 1, "176": 1, "360": 1, "rad": 1, "017453": 1, "accept": 1, "d01560": 1, "d01561": 1, "494152178": 1, "degc": 1, "vertic": 1, "depth": 1, "emmo_f4cce1ec_c7dd_4061_8c46_7a24fdcd07ca": 1, "event": 1, "theoret": 1, "possibl": 1, "dissociationfract": 1, "d01566": 1, "q907334": 1, "stepwis": 1, "deg": 1, "electrochemistry_34bc54e3_de4c_41f8_8d3a_d77c951ee23a": 1, "needl": 1, "like": 1, "tree": 1, "format": [1, 2], "crystallin": 1, "d01588": 1, "dendrite_": 1, "q190136": 1, "emmo_06448f64_8db6_4304_8b2c_e785dba82044": 1, "massdens": 1, "d01590": 1, "emmo_ee7ddcb8_ad8e_4ff7_a09f_889d8edf8f8b": 1, "934": 1, "propag": 1, "areicheatflowr": 1, "h02755": 1, "q1478382": 1, "emmo_88bbdd04_908f_45f0_9ded_d73b430de3b1": 1, "q105637294": 1, "emmo_1c957677_a460_4702_85a6_baef659d14b1": 1, "battery_22353114_9b0a_42d1_b96c_3a702c273e2d": 1, "dod": 1, "depth_of_discharg": 1, "emmo_71f6ab56_342c_484b_bbe0_de86b7367cb3": 1, "emmo_08b308d4_31cd_4779_a784_aa92fc730f39": 1, "emmo_35d4c439_fcb6_4399_a855_a89a207b41e9": 1, "emmo_10a5fd39_06aa_4648_9e70_f962a9cb2069": 1, "emmo_dc5dee4e_4305_4a21_8dd5_4e8311c98c73": 1, "emmo_1b52ee70_121e_4d8d_8419_3f97cd0bd89c": 1, "emmo_494b372c_cfdf_47d3_a4de_5e037c540de8": 1, "equip": [1, 3], "emmo_a383e332_a271_463f_9e44_559604547220": 1, "67": 1, "d01652": 1, "q178828": 1, "td": 1, "dew": 1, "emmo_c1c8ac3c_8a1c_4777_8e0b_14c1f9f9b0c6": 1, "maxim": 1, "straight": 1, "twice": 1, "material_8385c3c4_5906_48f6_b6b6_4bb60dccc27a": 1, "dcm": 1, "methylenechlorid": 1, "methylenedichlorid": 1, "q421748": 1, "material_a6feec60_5fe7_4687_b427_3bf2ed06008d": 1, "emmo_a85d0b8a_588e_423f_b799_97b0890e9183": 1, "electrochemistry_43ce1a7e_8056_40cb_bdbd_4ce991af1821": 1, "dielectr": 1, "dielectrometr": 1, "material_b8baff0d_7163_4ef1_ac3b_7694b59e500a": 1, "diethyl": 1, "ester": 1, "dec": 1, "diethyl_carbon": 1, "q420616": 1, "material_29ee50d4_27ed_4228_bd26_0010d9310f03": 1, "ethyldiglym": 1, "electrochemistry_81b7c95b_8671_4ba7_b4f8_ec19a25096eb": 1, "emmo_f8a2fe9f_458b_4771_9aba_a50e76afc52d": 1, "electrochemistry_b49e2355_392f_4e83_b630_7ff4581d767b": 1, "staircas": 1, "electrochemistry_b3e56313_417c_42b7_a934_0018ce2dffc2": 1, "just": 1, "onset": 1, "dpv": 1, "differential_pulse_voltammetri": 1, "q5275361": 1, "mechani": 1, "enforc": 1, "dislodg": 1, "synchron": 1, "electrochemistry_56da3bb3_a0ce_40ed_b152_d3c14329d31a": 1, "electrochemistry_e38f11d0_a16f_4fe8_8ec5_3fe4493b7759": 1, "rigid": 1, "emmo_e93927b4_f403_4df8_8801_1162558a9b3": 1, "sixth": 1, "enter": 1, "leav": 1, "q98966292": 1, "emmo_931a725b_926d_4f60_8955_61fe17fce98b": 1, "proportion": 1, "emmo_51c4190e_dc9a_4292_968c_b36f7fb68912": 1, "fluenc": 1, "q98876254": 1, "emmo_56710a21_601b_43bb_88c5_0bd9eca06da2": 1, "q98875545": 1, "electrochemistry_17626b8e_dfce_4d3a_ae6c_5a7215d43a90": 1, "toward": 1, "awai": 1, "d01722": 1, "diffusion_curr": 1, "q1224527": 1, "govern": 1, "fick": 1, "electroana": 1, "lytic": 1, "z": 1, "grad": 1, "_": 1, "8706": 1, "emmo_a2641370_e4b8_4582_b4e0_fb389c8d8efb": 1, "root": 1, "lifetim": 1, "521": 1, "q106097176": 1, "electrochemistry_5fb7a03f_d6dd_47ee_9317_0629681c7d00": 1, "limitingdiffusioncurr": 1, "l03534": 1, "lim": 1, "electrochemistry_37b24a94_cae0_4d7a_9519_9f7692dec607": 1, "emmo_721be099_4826_4b51_a78f_542b5728bd74": 1, "emmo_4db96fb7_e9e0_466d_942b_f6f17bfdc145": 1, "discret": 1, "true": 1, "fals": 1, "binarydata": 1, "material_98c358bd_7326_4ce7_b46c_2a78f3fd10eb": 1, "polyeth": 1, "dimethyl": 1, "ether": 1, "diethylen": 1, "glycol": 1, "xenobiot": 1, "environment": 1, "contamin": 1, "2glyme": 1, "diethyleneglycoldimethyleth": 1, "q865952": 1, "emmo_cbdea88b_fef1_4c7c_b69f_ae1f0f241c4a": 1, "focus": 1, "emmo_3227b821_26a5_4c7c_9c01_5c24483e0bd0": 1, "material_b9d9fc15_544b_4b9f_b39c_250b90c379b7": 1, "q27273582": 1, "material_b6ecabf9_14a4_4808_a139_55329e70ad42": 1, "diether": 1, "ethan": 1, "diol": 1, "ethylen": 1, "dme": 1, "q416271": 1, "material_21954b0b_c05c_42db_b276_3a931d8aabb1": 1, "acet": 1, "formaldehyd": 1, "methanediol": 1, "dmm": 1, "methyl": 1, "q411496": 1, "material_c4a7d7bd_497e_457e_b858_ff73254266d0": 1, "colourless": 1, "p": 1, "8451": 1, "90": 1, "characterst": 1, "odour": 1, "green": 1, "dmc": 1, "dimethyl_carbon": 1, "q416254": 1, "material_b593b5dd_7957_4b85_856a_dd59775210b6": 1, "dmso": 1, "dimethyl_sulfoxid": 1, "q407927": 1, "material_ea68e1a4_6be8_4686_8701_ba88b40d00b7": 1, "material_769bdc09_f533_4fde_bb53_20339d5bfcb7": 1, "dmf": 1, "q409298": 1, "material_817d1989_4d6d_4c32_9951_85973afc538d": 1, "member": 1, "formamid": 1, "amino": 1, "aprot": 1, "hepatotox": 1, "geroprotector": 1, "volatil": 1, "material_945c68da_3baf_4da6_b794_dca7aebc4ca7": 1, "dmpu": 1, "q416637": 1, "material_3c8fb431_7d9d_4a89_a494_708df34f44d3": 1, "dm": 1, "dimethyl_sulf": 1, "q413421": 1, "material_0e235e95_739d_443a_ad4b_97ef1edb9c89": 1, "appear": 1, "clear": 1, "denser": 1, "heavier": 1, "dol": 1, "q2234483": 1, "emmo_a09a5342_cad4_40fa_a619_a5af0867cb8f": 1, "material_f6eb3754_2ccb_406d_b407_c989a7e1b4f9": 1, "propylsulfon": 1, "q27261538": 1, "electrochemistry_180878b5_8de8_4dd8_b881_1d0bebe326d4": 1, "stop": 1, "inflect": 1, "indi": 1, "volumetr": 1, "directli": 1, "electrochemistry_39536efc_22a6_4f39_b0c2_e8b845a36278": 1, "preselect": 1, "tran": 1, "fer": 1, "electrochemistry_885b462e_f6bc_412d_8b94_9425e13af0c7": 1, "d01767": 1, "direct_curr": 1, "q159241": 1, "electrochemistry_40ca9548_910a_48b6_9a26_f94095d349cd": 1, "constantcurrentsign": 1, "22": 1, "constant_curr": 1, "q5163647": 1, "emmo_0e0ee94d_70be_4b7e_afcc_320e62a94974": 1, "cross": 1, "section": 1, "q98269571": 1, "emmo_748ff828_763b_4290_adb9_e05376d4136a": 1, "q98266630": 1, "electrochemistry_06d8e1ee_924a_4915_998d_33a69f41dadc": 1, "electrochemicaldischarg": 1, "23": 1, "electrochemistry_0141b5c2_9f15_46f4_82e6_92a104faa476": 1, "electrochemistry_e4d666ee_d637_45cd_a904_dc33941ead4f": 1, "electrochemistry_ca36cbf3_1fed_4b88_9177_b4e16ad00cf7": 1, "electrochemistry_c7b26177_21bf_4787_b656_8e78edf27f88": 1, "closedcircuitvoltag": 1, "battery_0493552f_6463_4f57_bdbf_31b5b15ea72f": 1, "been": 1, "drain": 1, "seal": 1, "keep": 1, "dischargedunfilledbatteri": 1, "emmo_be8592a7_68d1_4a06_ad23_82f2b56ef926": 1, "schema": [1, 4], "emmo_c7171429_b9e3_4812_95c1_e97309370538": 1, "emmo_0b15f4ae_092e_4487_9100_3c44176c545c": 1, "emmo_4024a7f8_2991_4d80_bcc9_63705aa0c750": 1, "29": 1, "displacement_": 1, "geometri": 1, "q190291": 1, "emmo_b6a008a8_39b1_451c_93d2_dae1e17ec8db": 1, "jd": 1, "43": 1, "q853178": 1, "emmo_072bc73e_9167_49f5_a62c_612a52c74f50": 1, "q77614612": 1, "emmo_c5fcfb08_12a9_4030_925b_14e3a0eabd07": 1, "q105533558": 1, "electrochemistry_b3b3868f_6edd_4ce8_a984_08f9cf391f90": 1, "split": 1, "dissociation_": 1, "q189673": 1, "emmo_2e19759a_b728_4a42_8a0c_5e6c57ea4811": 1, "q898254": 1, "electrochemistry_49263a32_eca6_4644_8144_0d3b14c26d0a": 1, "homogen": 1, "emmo_6ee9304e_54b7_4594_8354_0790138dffb8": 1, "shortest": 1, "q126017": 1, "emmo_a365b3c1_7bde_41d7_a15b_2820762e85f4": 1, "emmo_ccdc1a41_6e96_416b_92ec_efe67917434a": 1, "heterogen": 1, "emmo_6d53d04c_07d3_4522_9181_92649ef78f86": 1, "donor": 1, "q105979886": 1, "emmo_3df10765_f6ff_4c9e_be3d_10b1809d78bd": 1, "commiss": 1, "radiolog": 1, "icrp": 1, "e02101": 1, "emmo_01e4191d_03ba_4107_a307_1c09c0e6a7d2": 1, "q99604810": 1, "electrochemistry_56f85b19_1384_4e88_b130_cb8e7984db83": 1, "collector": 1, "electrochemistry_2b50cdac_581f_48b9_87ca_bad5138ab58d": 1, "balanc": 1, "dl": 1, "edl": 1, "electricaldoublelay": 1, "double_layer_": 1, "surface_sci": 1, "q904857": 1, "electrochemistry_a56fc557_9dea_42e6_b936_e9d62dcaf84f": 1, "d01847": 1, "electrochemistry_ac9723d1_bac0_4109_874e_32849de9299b": 1, "electricaldoublelayermodel": 1, "electricalpolarizationlayermodel": 1, "emmo_e7adbaa9_ae34_42e4_8101_cbd38851dcab": 1, "emmo_a24cbaac_9595_4672_8a60_2818938cfc60": 1, "emmo_a4edc1d4_bb38_4897_ba1e_f87e7aa31c5b": 1, "down_quark": 1, "emmo_ff010476_5153_422b_99ad_0cd59b226892": 1, "emmo_08415c4f_58bf_4696_8581_f5f90fec24b7": 1, "quantifi": 1, "dragfactor": 1, "q1778961": 1, "emmo_0dbdd7c5_86a5_4867_a396_2277e20fc4bc": 1, "retard": 1, "q206621": 1, "battery_4688d93e_1c2b_4ff0_8a12_b2e540d8a737": 1, "emmo_d02f6f3e_9e32_4188_a116_29dc304ceb49": 1, "emmo_c1dad83e_974f_432e_ac92_d016f2445279": 1, "emmo_4e099d7e_f624_4761_aff6_2ee6c63b8d2d": 1, "electrochemistry_4b18c3f9_df10_4259_adb4_cd10842ff0b": 1, "elaps": 1, "instant": 1, "detach": 1, "tip": 1, "capillari": 1, "d01862": 1, "electrochemistry_b76a778f_253f_4210_a67f_fb6444d0de26": 1, "apertur": 1, "dropping_mercury_electrod": 1, "q962292": 1, "static": 1, "smde": 1, "knock": 1, "hang": 1, "elec": 1, "trode": 1, "hmde": 1, "battery_92bc9b20_5de1_40f8_9b55_aff6c3f5e7b0": 1, "dry_cel": 1, "1886": 1, "german": 1, "carl": 1, "gassner": 1, "battery_a1924455_6f7e_4a2d_afd3_95527523183a": 1, "deliveri": 1, "dry": 1, "30": 1, "emmo_b65acde7": 1, "56c5": 1, "5cca": 1, "b589": 1, "b6744beb4223": 1, "dubnium": 1, "emmo_43815c80": 1, "05dc": 1, "5917": 1, "8d52": 1, "b200badbf1d3": 1, "emmo_0adabf6f_7404_44cb_9f65_32d83d8101a3": 1, "q2199864": 1, "emmo_e4281979_2b07_4a43_a772_4903fb3696f": 1, "atmospher": 1, "emmo_908da3d5_775e_425e_af96_33914618eb66": 1, "viscos": 1, "d01877": 1, "q15152757": 1, "emmo_e1e686a5": 1, "71c3": 1, "5a98": 1, "8646": 1, "6d4e0f665f35": 1, "dysprosium": 1, "emmo_1936bc9": 1, "5e81": 1, "5267": 1, "bd48": 1, "cbec9a6cfb17": 1, "emmo_802d3e92_8770_4f98_a289_ccaaab7fdddf": 1, "owl": 1, "emmo_ec2472ae_cf4a_46a5_8555_1556f5a6c3c5": 1, "battery_1d8112fa_7561_41b0_ba6e_876f3dbde4a8": 1, "buri": 1, "soil": 1, "immers": 1, "sea": 1, "earth_batteri": 1, "sometim": 1, "remot": 1, "electrochemistry_bbc77932_643b_4603_a4e8_970ef06a76ad": 1, "insur": 1, "adjac": 1, "emmo_1744d51d_0dac_4f48_8b50_fde6c7c2ab39": 1, "pore": 1, "porou": 1, "q258852": 1, "emmo_3f7feefd_ac94_4208_8dfd_92bb50be30f3": 1, "seem": 1, "respond": 1, "thermal": 1, "q1064434": 1, "emmo_2e36028f": 1, "f5a0": 1, "5a5a": 1, "af66": 1, "c357fb64765e": 1, "einsteinium": 1, "emmo_6b241a1f": 1, "2a5f": 1, "5ea8": 1, "b0aa": 1, "7b162d7d73e4": 1, "emmo_1604f495_328a_4f28_9962_f4cc210739dd": 1, "e01923": 1, "q1111": 1, "emmo_92aaff7b_3a7c_4c1a_b149_d422e9682106": 1, "emmo_5cbb7bfb_7ab8_4151_8ed1_13a5b7d5caa4": 1, "volumeelectriccharg": 1, "c00988": 1, "q69425629": 1, "emmo_8f36559a_a494_4b00_abc5_60bbc1475009": 1, "emmo_e6110006_88b9_45cd_9f9c_a2a91c0c21f8": 1, "emmo_9794a778_47d7_45d5_b4ab_ae6a8db04c78": 1, "emmo_4dbe2b16_3e84_4049_898d_eb89bcc925a2": 1, "emmo_200c735e_3dd7_44b2_bb34_4bb454a8e53b": 1, "electrochemistry_276cfa84_3cc0_40c0_9f6a_57a3b776f47c": 1, "emmo_ab79e92b_5377_454d_be06_d61b50db295a": 1, "emmo_ffb73b1e_5786_43e4_a964_cb32ac7affb7": 1, "eas": 1, "e01925": 1, "q309017": 1, "electricalresist": 1, "emmo_321af35f_f0cc_4a5c_b4fe_8c2c0303fb0c": 1, "emmo_cde4368c_1d4d_4c94_8548_604749523c6d": 1, "c01245": 1, "q4593291": 1, "equeal": 1, "resiproc": 1, "emmo_89113866_31a4_4d19_bc83_7f7c1661ab73": 1, "emmo_86ffe1bb_d457_4948_9e39_35f363b9a9f": 1, "emmo_c995ae70_3b84_4ebb_bcfc_69e6a281bb88": 1, "e01927": 1, "emmo_5a5cf124_1ece_4b8e_ae63_edc2b5ee573a": 1, "emmo_7c8007b0_58a7_4486_bf1c_4772852caca0": 1, "areicelectriccurr": 1, "currentdens": 1, "e01928": 1, "current_dens": 1, "q234072": 1, "emmo_93681c53_4316_415d_8243_a42a0e171de6": 1, "emmo_120d86b6_d7c4_4490_8ef2_8a5f58403950": 1, "electrochemistry_158ae038_c64b_4cc0_aa56_650475490705": 1, "electrochemistry_7beef5fb_a406_4284_b85a_87d55cf46a0": 1, "electrochemistry_f693b744_930c_42ac_8e6f_627b22c6da3f": 1, "measu": 1, "emmo_d5b6a25a_408a_408d_aebc_e017260d885d": 1, "emmo_53b10105_52c7_4746_ab73_a5a30bd198e2": 1, "emmo_73be8825_e9a7_41d0_956e_b58060e5d5ac": 1, "emmo_ed7dd267_e2ee_4565_8117_e5c1eafa3e66": 1, "emmo_1aaaceb6": 1, "c5eb": 1, "4cf3": 1, "a494": 1, "f82d43fda10a": 1, "emmo_8ef46550_7bf2_4ef9_8334_ca3d63fb69b1": 1, "q78514596": 1, "electrochemistry_904b12e0_4a10_47b0_b7db_592aba215cb6": 1, "emmo_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84": 1, "electrochemistry_4920de95_3a48_4669_b762_5a0b5232b52f": 1, "emmo_1a179ce4_3724_47f8_bee5_6292e3ac9942": 1, "e01929": 1, "q735135": 1, "emmo_cab2be5c_4e71_4c15_8412_adb2a7f0831a": 1, "emmo_6d753e0c_a967_4de4_ad22_c2fecb3913b": 1, "emmo_f53bafb6_b17d_4eb9_ad58_9d209f70dbfd": 1, "exert": 1, "q20989": 1, "emmo_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720": 1, "emmo_581e05bc_a4fe_494a_a85c_f2c4b4374e18": 1, "q501267": 1, "emmo_4ef8c0e4_1b0b_4699_a135_8c89ca289802": 1, "949": 1, "electricdisplac": 1, "q371907": 1, "emmo_48f00c52": 1, "8d3d": 1, "4e80": 1, "8d88": 1, "59fabaa01d87": 1, "emmo_79a02de5_b884_4eab_bc18_f67997d597a2": 1, "electrical_imped": 1, "q179043": 1, "emmo_04cc9451_5306_45d0_8554_22cee4d6e785": 1, "induc": 1, "electromot": 1, "nearbi": 1, "mutual": 1, "induct": 1, "m04076": 1, "q177897": 1, "emmo_ca54593a_6828_491b_8fda_22b0ad85e446": 1, "emmo_64420439_5282_4996_b6e1_2044358ac899": 1, "quasi": 1, "q1050425": 1, "emmo_4f2d3939_91b1_4001_b8ab_7d19074bf845": 1, "electrostaticpotenti": 1, "e01935": 1, "electric_potenti": 1, "electrochemistry_3f9b2956_1465_4fe0_b0df_5e4784dac3b6": 1, "emmo_a5111335_6d14_49d9_ba7a_10c10b2189e7": 1, "emmo_96ffda63_71e7_451b_85ee_2cc8e341ff11": 1, "emmo_6837b106_7220_4ec6_b7c9_d549d6163672": 1, "electrochemistry_0a03ce7e_d79f_412e_a103_b5d74de9f4d7": 1, "emmo_2e7e5796_4a80_4d73_bb84_f31138446c0c": 1, "emmo_92b2fb85_2143_4bc7_bbca_df3e6944bfc1": 1, "reactanc": 1, "r05162": 1, "electrical_react": 1, "q193972": 1, "emmo_e88f75d6_9a17_4cfc_bdf7_43d7cea5a9a1": 1, "difficulti": 1, "e01936": 1, "q25358": 1, "electricalconduct": 1, "emmo_7610efb8_c7c6_4684_abc1_774783c62472": 1, "emmo_e150fa8d_06dc_4bb8_bf95_04e2aea529c1": 1, "r05316": 1, "q108193": 1, "emmo_359312ca_1d9d_4765_b20b_28d9f45d77e7": 1, "electrochemistry_898971cb_a9fc_4955_8abf_5d7163a9fe6c": 1, "emmo_eead19f5_c0cd_4946_a501_c870bb50f3b1": 1, "electric_suscept": 1, "q598305": 1, "emmo_1b01c9c6_6367_498c_a04d_1a37499b3eff": 1, "electrochemistry_10359c79_cdf2_401a_83ee_d22e7fbb2ad1": 1, "core": [1, 4], "qualit": 1, "electrochemistry_5cb5548f_f774_4668_ad02_f0742581f2f1": 1, "q9252431": 1, "electrochemistry_4d6f7f50_b343_4bd6_8612_2b8521a99c9b": 1, "q100318565": 1, "electrochemistry_a3b53904_22b1_42a9_a515_c8a3aed7e841": 1, "q5357962": 1, "electrochemistry_6f2c88c9_5c04_4953_a298_032cc3ab9b77": 1, "allow": 1, "block": 1, "electrochemical_cel": 1, "q80097": 1, "potentiometr": 1, "said": 1, "electrochemistry_b5ea31c9_bb10_4276_980e_c3eceb1efc82": 1, "thing": 1, "electrochemistry_c5047d29_4e68_43ee_8355_3e8f05dc70a5": 1, "electroanalyt": 1, "electrochemistry_0a0de817_addc_46a5_8ba2_255d48cdf366": 1, "phenomenon": 1, "deviat": 1, "ideal": 1, "electrochemistry_0acd0fc2_1048_4604_8e90_bf4e84bd87df": 1, "facilit": 1, "apparati": 1, "electrochemistry_b91180e7_97ae_49e2_bf82_5bf720e7fa66": 1, "store": 1, "doublelayercapacitor": 1, "edlc": 1, "electrochemicalcapacitor": 1, "helmholtz": 1, "battery_679f6984_e0dc_4285_9dbb_429c5779590c": 1, "electrochemistry_9da958fc_f76d_4654_8a78_99b5f98c118c": 1, "halfcel": 1, "q903509": 1, "electrochemistry_4bc38e99_1978_4143_a766_fbb57f2cf46": 1, "situat": 1, "environ": 1, "neglig": 1, "corros": 1, "electrochemistry_d30d9de0_b9bf_4919_a022_0394df9c3672": 1, "ei": 1, "q3492904": 1, "impedimetr": 1, "taken": 1, "analysi": 1, "spectra": 1, "electrochemistry_50044b99_b858_433b_a32d_23d1e1cf88b2": 1, "boundari": 1, "electrochemistry_21745019_2830_4395_bca7_15ddfd266673": 1, "electrochemistry_ebdb68e9_c4b5_4d57_a042_c0f51d446755": 1, "electrochemistry_f49b84d4_e1f9_424c_bb22_8cea23c0a7d4": 1, "electrochemistry_63ea1c9b_0bda_4a69_9745_efb08e6be685": 1, "electrochemical_migr": 1, "q30587730": 1, "electrochemistry_02eb0465_4f94_453c_8c1f_5ddf80134634": 1, "electrochemistry_19abaccd_43be_4048_965c_e4fb63c5951b": 1, "electrochemistry_1a7fb32a_743f_4aa6_ac5a_ff7a2ba29dc": 1, "quartz": 1, "microbal": 1, "reso": 1, "nanc": 1, "sauerbrei": 1, "electrochemistry_ddade648_2033_47b6_bc36_b562a9af591": 1, "show": 1, "relationship": 1, "electrochemistry_1422cde1_929e_46b6_b0dc_1010eebc5dfd": 1, "e01945": 1, "electrochemical_potenti": 1, "q62525": 1, "percent": 1, "occup": 1, "electrochemistry_900e357f_2ee3_425a_a0b6_322661117787": 1, "electrochemistry_ca0527c1_f682_4eea_aca5_f3ae66a9ddc": 1, "pseudocapacit": 1, "pseudocapacitor": 1, "q7254569": 1, "via": 1, "electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112": 1, "electrochemistry_a6a69e90_06b5_45b1_83cf_7c0bf39b2914": 1, "chargetransferreact": 1, "q120892494": 1, "electrochemistry_3d805c2a_4801_440e_9e4d_0fa5585c76a": 1, "electrochemistry_8f4b90ef_fea4_47c9_99f5_a9b3290a505d": 1, "decomposit": 1, "electrochemistry_2d896559_eee3_447c_9759_87c854a4266a": 1, "electrochemistry_4a450a27_b84a_4c70_a3a9_15ec30e2f30b": 1, "electrochemistry_129926b6_fc30_441d_b359_29b44c988514": 1, "neither": 1, "nor": 1, "electrochemicalstabilitywindow": 1, "electrochemical_window": 1, "q759643": 1, "electrochemistry_bad1b6f4_1b26_40e2_b552_6d53873e3973": 1, "access": 1, "easa": 1, "ecsa": 1, "electrochemicalactivesurfacearea": 1, "electrochemistry_96309fa9_e157_48fe_9fda_41003860a3c0": 1, "chemiluminesc": 1, "ecl": 1, "electrogeneratedchemiluminesc": 1, "q755961": 1, "electrochemistry_0f007072": 1, "a8dd": 1, "4798": 1, "b865": 1, "1bf9363be627": 1, "receiv": 1, "q176140": 1, "terminologi": 1, "electrochemistry_63a8f9d2_0cf6_484d_b996_2e5c3f0a3c73": 1, "electrodecoverag": 1, "coverag": 1, "reactiv": 1, "timescal": 1, "electrochemistry_9c73aff8_1c82_4116_a6be_78e21982b69d": 1, "activesurfaceofanelectrod": 1, "electrochemistry_fa7790d6_07bb_4b0f_9965_55966828f5f3": 1, "truli": 1, "flat": 1, "a_": 1, "geom": 1, "electrochemistry_d907805f_678b_4ab6_8b56_59631684f84b": 1, "platepair": 1, "electrochemistry_01260656_ac32_472e_9513_a607366538ec": 1, "passiv": 1, "passivation_": 1, "q917260": 1, "electrochemistry_2e6933aa_4522_4f16_a437_37110e6cbd0d": 1, "deplet": 1, "electrodepolar": 1, "polaris": 1, "polarization_": 1, "q2698605": 1, "electrochemistry_f509645f_eb27_470e_9112_7ab828ed40d3": 1, "report": 1, "e01956": 1, "electrode_potenti": 1, "electrochemistry_2e3e14f9_4cb8_45b2_908e_47eec893dec8": 1, "e01960": 1, "electrochemistry_a82e16c3_b766_482f_be94_b8e9af37f6fc": 1, "rough": 1, "varieti": 1, "electrochemistry_27662d03_1bcf_4393_a239_32e31b760839": 1, "finish": 1, "interleav": 1, "intercel": 1, "platepack": 1, "electrochemistry_47ab1dad_cc09_4fd8_af23_acb36fb680dd": 1, "electrochemistry_f0c24970_4c14_4207_bd78_5f2181a67085": 1, "film": 1, "electrochemistry_4df84ec1_8a1a_4770_963f_bf48009bd043": 1, "regard": 1, "electrochemistry_14d0358f_f65d_44f9_8b85_40b38f17c4": 1, "electrolys": 1, "q902953": 1, "electrochemistry_e2a1dae1_05e4_4bd1_a39d_0eb10db482bc": 1, "neutral": 1, "q64403": 1, "electrochemistry_fb0d9eef_92af_4628_8814_e065ca255d59": 1, "free": 1, "q162908": 1, "nasicon": 1, "na": 1, "super": 1, "na1": 1, "xzr2p3": 1, "xsix": 1, "o12": 1, "electrochemistry_83928dce_9746_4452_a9f9_da4366a20ca4": 1, "electrochemistry_3f6c9e09_5f23_41cc_9f85_7de365cef089": 1, "gradual": 1, "spread": 1, "creep": 1, "visibl": 1, "spot": 1, "electrochemistry_c05692eb_ae92_4e03_b355_f259f9089cb8": 1, "assist": 1, "52": 1, "electrochemistry_fa22874b_76a9_4043_8b8f_6086c88746d": 1, "electrolyticsolut": 1, "electrochemistry_900d95fb_863d_4142_a96d_369fb39e2639": 1, "capacitor": 1, "thin": 1, "electrolytic_capacitor": 1, "q1326992": 1, "electrochemistry_e931087f_7681_4096_b200_5223bcc47eb4": 1, "electrolytic_cel": 1, "q2608426": 1, "drive": 1, "emmo_e6e7277a_1d40_4be5_a3a9_afd3da53d937": 1, "q907564": 1, "emmo_a139c6d5_1a0b_4605_a6c0_9f383539f9b1": 1, "emmo_48540672_f1ee_4848_982f_0cd5ec396a84": 1, "arithmet": 1, "volumicelectromagneticenergi": 1, "65": 1, "q77989624": 1, "emmo_af794e9d_dc7d_4756_83e1_2cd0e2ec864": 1, "emmo_8043d3c6_a4c1_4089_ba34_9744e28e5b3d": 1, "emmo_3cae45cc_3b57_469c_a695_713735886f31": 1, "infin": 1, "lowest": 1, "band": 1, "q105846486": 1, "emmo_60d13cae_ea44_4a71_9ca7_ba65f72836a4": 1, "emmo_cc01751d_dd05_429b_9d0c_1b7a74d1f277": 1, "e01982": 1, "emmo_40a1d85c_bcfe_48aa_89a2_79e8a8c82af1": 1, "705": 1, "emmo_44fc8c60_7a9c_49af_a046_e1878c88862c": 1, "e02008": 1, "emmo_1d5305d7_5690_4e5a_92de_4611e8c356ef": 1, "neutrino": 1, "electron_neutrino": 1, "electrochemistry_abfadc99_6e43_4d37_9b04_7fc5b0f327a": 1, "radic": 1, "numberofelectronstransf": 1, "c00995": 1, "risk": 1, "emmo_e6a173ac_40e9_4616_8883_710b358f5c85": 1, "uniformli": 1, "q2152581": 1, "emmo_d2fc9fc2_7f50_495d_a311_1832349db6cb": 1, "ev": 1, "travel": 1, "you": [1, 2, 3], "imagin": 1, "start": 1, "parallel": 1, "6x10": 1, "8313": 1, "2x10": 1, "8312": 1, "8304": 1, "sec": 1, "bulb": 1, "e02014": 1, "electron_volt": 1, "344021738": 1, "k": 1, "electrochemistry_ce74d2dc_d496_4116_b2fb_3e83d88bc744": 1, "tendenc": 1, "emmo_6eca09be_17e9_445e_abc9_000aa61b7a11": 1, "electrochemistry_5641910f_6e69_4ce4_be84_4b1bf14b8916": 1, "diaphragm": 1, "osmosi": 1, "q241065": 1, "electrochemistry_a2b92d2e_4431_411e_8da5_a4c08bac2c0": 1, "insid": 1, "improv": 1, "emmo_30e3edb5_0977_4b9b_9aed_5a4d16c1c07c": 1, "emmo_a086af15_a7c3_404c_b4ce_c8e4466f1b4b": 1, "emmo_436b11bd_1756_4821_9f14_c9ed6b67552": 1, "puresubst": 1, "emmo_cafd0f10_ce85_48b9_9a36_2b0af141ce21": 1, "emmo_58a650f0_a638_4743_8439_535a325e5c4c": 1, "e02032": 1, "elementary_charg": 1, "emmo_820619ca_b23e_4c7a_8543_18a17722abc0": 1, "emmo_7b79b2ac_3cf2_4d3b_8cdc_bcabb59d869": 1, "chausal": 1, "chain": 1, "singleparticlechain": 1, "battery_27e2df40_b85d_4cdb_8469_b3b61b18e4c": 1, "emmo_6afdb7e8_2a0b_444d_bde3_8d67d98180c0": 1, "emmo_67c70dcd_2adf_4e6c_b3f8_f33dd1512487": 1, "empir": 1, "reli": 1, "emmo_40e18c93_a1b5_49ff_b06a_d9d932d1fb65": 1, "immisc": 1, "emmo_3e7add3d_e6ed_489a_a796_8e31fef9b490": 1, "encodedvari": 1, "semant": 1, "meaninig": 1, "none": 1, "random": 1, "basi": 1, "emmo_8a2a1cbc_dfc3_4e6c_b337_00ee56fd438a": 1, "emmo_edf72228_e040_4edc_8b46_78b2a47c72d7": 1, "emmo_c0f48dc6_4a32_4d9a_a956_d68415954a8": 1, "emmo_31ec09ba_1713_42cb_83c7_b38bf6f9ced2": 1, "might": 1, "mislead": 1, "avail": 1, "do": 1, "emmo_88f36585_bd30_4160_b975_61362f3468a9": 1, "emmo_71a0d05d_4c29_4eae_aff1_fb34b8d36f96": 1, "q105687031": 1, "emmo_971c8cb1_156f_4a70_a72c_2d851d4d2b20": 1, "electrochemistry_4aa1b96e_44a0_4b1a_a0ac_723d0223d80b": 1, "energydens": 1, "emmo_5d61057e_d7f1_43e4_98fa_ae04e0cb470a": 1, "q98267245": 1, "electrochemistry_79198264_cdf5_4fc3_8bcf_e5140a52547a": 1, "emmo_c9aa84db_e12f_4ab7_8807_0c09d5dba2cb": 1, "incid": 1, "radiant": 1, "q98538612": 1, "emmo_f8736fbd_b1e3_4fdc_bf5f_f69f54aef3bb": 1, "q98538655": 1, "emmo_5d7f00a7_0374_4517_b5a8_62b154f33cc6": 1, "q99526944": 1, "emmo_8fb052e8_fcca_43ce_85db_55266baf2d7c": 1, "emmo_0972cb08_48bd_4524_ac03_8a2e7f30f02f": 1, "emmo_df1d3a25_eba2_4530_9803_d82d349f4051": 1, "electrochemistry_46376e5d_9627_4514_9881_9e62083625c3": 1, "emmo_4fdf946a_9c40_4d71_80ab_e4221ff6a534": 1, "emmo_f6070071_d054_4b17_9d2d_f446f7147d0f": 1, "emmo_4091d5ec_a4df_42b9_a073_9a090839279f": 1, "e02141": 1, "emmo_9bbab0be_f9cc_4f46_9f46_0fd271911b79": 1, "e02149": 1, "emmo_3cb55500_dc5b_4586_bbf3_1d4158afac35": 1, "emmo_7cef5aae_baae_42d1_959a_ee70a7cf7a73": 1, "emmo_3ecff38b_b3cf_4a78_b49f_8580abf8715b": 1, "electrochemistry_990d19b8_672a_4219_a2b3_0a25bfa13f69": 1, "extend": 1, "ensur": [1, 2], "emmo_535d75a4_1972_40bc_88c6_ca566386934f": 1, "emmo_e56ee3eb_7609_4ae1_8bed_51974f0960a6": 1, "statement": 1, "v0": 1, "v1": 1, "vn": 1, "hand": 1, "emmo_066937f0_ea5c_4b06_8739_53f66d5ef89": 1, "c_b": 1, "v_b": 1, "k_p": 1, "sum_b": 1, "equilibriumconstantconcentrationbasi": 1, "e02177": 1, "equilibrium_const": 1, "q857809": 1, "electrochemistry_d91940f0_c8b6_4505_9b68_6bf6cfc5c544": 1, "local": [1, 2], "equilibria": 1, "diagram": 1, "except": 1, "junction": 1, "equilibriumpotenti": 1, "nernstpotenti": 1, "reversiblepotenti": 1, "reversal_potenti": 1, "eeq": 1, "nernst": 1, "emmo_6110af0a_bc82_4c9e_aa4b_b45d08d9c9e0": 1, "q105533477": 1, "emmo_14729316": 1, "fa36": 1, "5eda": 1, "a5e6": 1, "86e28a5d80ba": 1, "erbium": 1, "emmo_357b32b5": 1, "7d1b": 1, "5649": 1, "b9bd": 1, "2b1b9359fcd0": 1, "emmo_9b87d718_9dcc_4f7d_ad20_12c2aa4c76b": 1, "emmo_1c0b22a2_be82_4fa8_9e2b_a569a625d442": 1, "emmo_4a1c73f1_b6f5_4d10_a3a6_5de90bac7cd0": 1, "infer": 1, "material_b403f5ab_25b5_4721_983d_2792a7624972": 1, "etoh": 1, "q153": 1, "material_fdfcbe9c_164d_4e11_b547_519a1abed8d0": 1, "ea": 1, "ethyl_acet": 1, "q407153": 1, "material_bb20bdea_343c_4911_8c45_37fc1077d22f": 1, "emc": 1, "q15632858": 1, "material_f1e2238d_f5eb_45b0_9209_f493f821fffc": 1, "ethyl": 1, "substitu": 1, "coal": 1, "tar": 1, "petroleum": 1, "q409184": 1, "material_57339d90_0553_4a96_8da9_ff6c3684e226": 1, "ec": 1, "ethylene_carbon": 1, "q421145": 1, "material_da29bb03_cd0d_44b2_9c94_f62ae56f5def": 1, "ethyleneglycoldiethyleth": 1, "q1223259": 1, "emmo_5f278af9_8593_4e27_a717_ccc9e07a0ddf": 1, "emmo_8aa13073": 1, "865b": 1, "5035": 1, "b128": 1, "43a4758a0302": 1, "europium": 1, "emmo_4894a40d": 1, "6bf5": 1, "54a2": 1, "8b21": 1, "e9b278e0e973": 1, "3f2d29d9_6d27_43bd_a1bc_85475eae98b": 1, "emmo_5cf9f86c_86f5_40c4_846d_60371f670e0a": 1, "emmo_89762966_8076_4f7c_b745_f718d653e8e2": 1, "uncertainti": 1, "electrochemistry_ccde24bb_790a_40ca_a06e_cea156a61031": 1, "e02238": 1, "subscript": 1, "electrochemistry_e9fd9ef9_adfe_46cb_b2f9_4558468a25e7": 1, "j0": 1, "meanexchangecurrentdens": 1, "m03777": 1, "exchange_current_dens": 1, "emmo_e5e17147_64a9_47c9_b3d1_2d4ab23eed54": 1, "q10882959": 1, "emmo_52211e5e_d767_4812_845e_eb6b402c476a": 1, "granular": 1, "hierarchi": 1, "axiomat": 1, "help": 1, "car": 1, "supersatur": 1, "becom": [1, 3], "emmo_22522299_4091_4d1f_82a2_3890492df6db": 1, "replic": 1, "emmo_223d9523_4169_4ecd_b8af_acad1215e1ff": 1, "emmo_d2b37868_7b74_469b_ae26_0a7153c23222": 1, "gamma": 1, "32": 1, "q336938": 1, "emmo_c12eb68b_8526_4c35_8346_c27194946353": 1, "q99720212": 1, "emmo_f9bc8b52_85e9_4b53_b969_dd7724d5b8e4": 1, "finit": 1, "emmo_194100e1_e11a_4b7c_bb5a_171655679fc8": 1, "subsystem": 1, "note": [1, 2], "emmo_e35d2cb2_e915_4667_bbe1_1149b19777cb": 1, "e02283": 1, "q899046": 1, "emmo_c9a2307d_51d0_426b_ae2f_85f5a44934e0": 1, "emmo_aab6a0cc_2fbd_43ac_ac5a_b7b7b75331dc": 1, "emmo_02122e58_e0b3_4274_bdd4_745f64a61645": 1, "build": 1, "industrialpl": 1, "f02320": 1, "493070876": 1, "1l": 1, "3t4i2": 1, "electrochemistry_2a2f59b7_aa16_40aa_9c8b_0de8a2720456": 1, "f02321": 1, "faradaic_curr": 1, "q5434687": 1, "8216": 1, "electrochemistry_77f9d496_555e_4ae2_ae80_f297ef8335ca": 1, "f02325": 1, "faraday_const": 1, "q192819": 1, "electrochemistry_1152ae6b_8b57_4d99_912e_40c6a29342fb": 1, "transform": 1, "8733": 1, "faradayslaw": 1, "faradayslawofelectrolysi": 1, "27s_laws_of_electrolysi": 1, "first_law": 1, "electrochemistry_60c5b2e5_164a_4ce6_8409_f386f5e50c03": 1, "m_i": 1, "z_i": 1, "second_law": 1, "m_1": 1, "m_2": 1, "z_1": 1, "z_2": 1, "emmo_cb62c651_f41a_4e12_a374_a3da3db1d2ff": 1, "infinit": 1, "fission": 1, "q99197493": 1, "battery_7aa76ea6_f388_4b1b_9d77_187526a1e31f": 1, "grid": 1, "7fd8ec39_1c4b_4ff3_9bc8_0bf3c27e2db0": 1, "emmo_23bfe79a_cade_48f1_9a8c_fd96e6bac8ba": 1, "emmo_6aad14ae_5ca1_4d19_aa6c_56448ff534b6": 1, "fermi": 1, "fermianglularrepet": 1, "q105554303": 1, "emmo_9eb2d590_2115_4edd_aa8e_345d60921765": 1, "highest": 1, "interior": 1, "f02340": 1, "q431335": 1, "emmo_fdd744f7_72e5_4060_86a7_93ff361237d6": 1, "boltzmann": 1, "q105942324": 1, "emmo_53dced52_34f6_4cf0_8a99_ddf451861543": 1, "dirac": 1, "emmo_5ee30708": 1, "feb6": 1, "54c0": 1, "977e": 1, "3d069e496a76": 1, "fermium": 1, "emmo_9c5b1294": 1, "ac9": 1, "554f": 1, "a135": 1, "a3d72a763d9c": 1, "emmo_c2d9d370_f9eb_40be_b01e_7ceba8f7457f": 1, "emmo_d700aed9_2eb9_4e26_ba30_81cc36157fb1": 1, "emmo_998dd3a0": 1, "c85f": 1, "4c8d": 1, "9fb8": 1, "816a93cc3bb8": 1, "battery_eb962056_c48c_439a_a1a7_a2868e2e312f": 1, "battery_b8a811a8_733e_45e9_ac8a_8a6e93781265": 1, "33": 1, "emmo_095b3c46_2b60_43cb_bade_9ee9ac969720": 1, "emmo_d7d2ca25_03e1_4099_9220_c1a58df13ad0": 1, "f02389": 1, "electrochemistry_50674621_09ae_4f03_8ee9_3997b88c8b2a": 1, "finishingcharger": 1, "decoupl": 1, "flox": 1, "battery_c6b0d98f_e566_46b1_9dea_635a3299c512": 1, "initialcharg": 1, "emmo_7773f63a_cd7c_4393_b36b_cd1b8a71565a": 1, "electrochemistry_ae56cce3_7a7c_4e53_bb58_31e0d642d47": 1, "vent": 1, "special": 1, "against": 1, "flame": 1, "front": 1, "spark": 1, "nake": 1, "ignit": 1, "combust": 1, "emmo_e258099f_5361_463c_ba1d_51d7d730630f": 1, "emmo_3086e6a8_edd9_4592_b33c_66d818835951": 1, "emmo_7aa6b5b1": 1, "34c8": 1, "5d37": 1, "9db0": 1, "cc6a232f3946": 1, "flerovium": 1, "emmo_1c5c8217": 1, "481b": 1, "5ae9": 1, "b44f": 1, "9ec353f6ea93": 1, "electrochemistry_95e4aa95_b7e9_40d7_b78e_4d7dcc31093d": 1, "electrochemicalflowcel": 1, "emmo_87ac88ff_8379_4f5a_8c7b_424a8fff1ee8": 1, "yield": 1, "material_505b0b88_e622_43e7_bf5e_d04c0b540ccb": 1, "f2": 1, "q650": 1, "emmo_ff4e0ff1": 1, "a3ea": 1, "5c59": 1, "82dc": 1, "75f0abad66eb": 1, "electrochemistry_339e1ba1_2006_4f22_aac4_3ce75edf1088": 1, "ftoelectrod": 1, "emmo_36a32a8c": 1, "8307": 1, "5b09": 1, "adcb": 1, "bbaeb9e36b49": 1, "material_20004d19_02cf_4667_a09f_b5c595b44b1f": 1, "fec": 1, "emmo_1f5e3e7e_72c9_40d4_91dd_ae432d7b7018": 1, "pocket": 1, "emmo_865a1a70_02e8_40b2_948d_078e636c8701": 1, "electrochemistry_1d5377a7_9f2b_4fdf_958a_7eeadce158d6": 1, "emmo_aa446897_0683_4e9b_9b0e_b6081d2d70d8": 1, "emmo_1f087811_06cb_42d5_90fb_25d0e7e068ef": 1, "unoppos": 1, "f02480": 1, "emmo_cb77e107_43ed_4a97_bf39_03b3587404d3": 1, "emmo_d46e131b_f51a_4ae7_9301_824d718c56fa": 1, "emmo_53e825d9_1a09_483c_baa7_37501ebfbe1c": 1, "emmo_1ce18268_dc63_42af_9113_6589331b5562": 1, "wich": 1, "next": 1, "electrochemistry_b21de1ef_6c15_4d63_b320_c9b96fbf186f": 1, "formalpotenti": 1, "circ": 1, "electrochemistry_cb223440_51bd_4f16_a536_96ec408e7de4": 1, "material_032dde57_9fb4_4cd4_b212_282ff72ea152": 1, "hco2h": 1, "formic_acid": 1, "q161233": 1, "emmo_5e5656ef_971e_49e6_a32f_048b6e86c3e0": 1, "emmo_4e6c4c25_e937_40d5_9cd1_0f3b740cc0a8": 1, "emmo_326e7731_76c5_402d_a041_c9b48a736963": 1, "emmo_d7432d8c_3182_4d61_a08f_dc686efaabe9": 1, "emmo_6523cad7_ea54_471c_adb7_e783f824ec09": 1, "emmo_f8b20fd2_08b9_4368_b786_156e11d1cec8": 1, "emmo_a46f2e3f_6d06_4968_a02f_55274d131130": 1, "emmo_78284835_f4ed_4a7c_914f_a7fdb460ed8": 1, "emmo_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da": 1, "aid": 1, "understand": 1, "ratiounit": 1, "option": 1, "nmol": 1, "emmo_291a1550": 1, "d4cb": 1, "5934": 1, "b0db": 1, "0ea3c6a23932": 1, "francium": 1, "emmo_c3a05192": 1, "7d78": 1, "5190": 1, "bc3e": 1, "3ea44cfc9d19": 1, "emmo_852b4ab8_fc29_4749_a8c7_b92d4fca7d5a": 1, "ft07383": 1, "q11652": 1, "emmo_7cfbe969_6ced_47a2_86c6_de33673c45d0": 1, "emmo_43e499a1_ca67_4380_ac08_cfc52a93ad04": 1, "electrochemistry_279ecc9f_bfbc_4108_ae40_3c1c0f735e60": 1, "analyz": 1, "stimul": 1, "fra": 1, "frequencyresponseanalyz": 1, "fourier": 1, "emmo_515b5579_d526_4842_9e6f_ecc34db6f368": 1, "battery_a48145f2_ba93_40c1_a4f7_0017ccff02b4": 1, "dissimilar": 1, "frog": 1, "leg": 1, "frog_batteri": 1, "q5505233": 1, "luigi": 1, "galvani": 1, "earli": 1, "anim": 1, "were": 1, "inspir": 1, "alessandro": 1, "volta": 1, "voltaic": 1, "pile": 1, "electrochemistry_bd33779c_6f40_4354_ab5d_f6c17396414d": 1, "fuel_cel": 1, "q180253": 1, "emmo_9e2ab15a_f1c7_435b_91ff_bc774e6ba4e7": 1, "f02543": 1, "q898412": 1, "battery_1cfab1de_8a2c_49cd_abbe_a71a3f1ba78c": 1, "wherein": 1, "select": 1, "battery_8c808507_976a_4225_8099_604dc7abc5ea": 1, "emmo_c7013b53_3071_410b_a5e4_a8d266dcdfb5": 1, "imit": 1, "charact": 1, "peirceian": 1, "metaphor": 1, "els": 1, "emmo_57c75ca1_bf8a_42bc_85d9_58cfe38c7df2": 1, "emmo_9226c7af_573f_4762_865c_e3a68a4832dd": 1, "emmo_fa3c9d4d_9fc9_4e8a_82c1_28c84e34133a": 1, "elementary_boson": 1, "emmo_8dbaf3ca_8f0d_4c45_92e1_c6d805b83c87": 1, "emmo_43a4e80d_6ae9_45ed_8cfb_fd0a5339bf87": 1, "feynman": 1, "exit": 1, "emmo_03d32783_3780_43c3_8b73_7efe9aeeed54": 1, "translat": 1, "q105451063": 1, "emmo_dad35c10_dd6c_4602_8474_f4ef68517fe9": 1, "emmo_134b78a0_63f8_4f7f_8098_925d1d934e48": 1, "reciproc": 1, "q105475399": 1, "emmo_cd981768_f96b_4b65_85e6_19216c0e1dd4": 1, "q1951266": 1, "emmo_137c6f65_f393_43ca_9c6d_ac765de56a5a": 1, "magneton": 1, "nucleargfactor": 1, "q97591250": 1, "electrochemistry_11895d59_3f97_4bad_badf_1a90f2347c2a": 1, "galvanostaticintermittenttitrationtechniqu": 1, "q120906986": 1, "emmo_0724601": 1, "642c": 1, "5770": 1, "bc86": 1, "7078e7441664": 1, "gadolinium": 1, "emmo_2563e18a": 1, "93d2": 1, "5d81": 1, "86d3": 1, "736295e9e519": 1, "material_73d4606c_7460_4a5c_9413_793bdf35753": 1, "q861": 1, "emmo_71c716bf": 1, "75bb": 1, "529f": 1, "b7c8": 1, "9d36a7c58b3a": 1, "material_bf83d174_677d_45ec_ab8b_fef7109ad91c": 1, "ga2o": 1, "material_1988f19c_c06b_44ab_817e_dd23b9dfd9d5": 1, "ga2o3": 1, "q419487": 1, "material_0111fe83_2d6c_4df0_9fd3_500ddda7242c": 1, "emmo_b546b51b": 1, "c19d": 1, "5368": 1, "8810": 1, "c9e4e9b1c1f3": 1, "electrochemistry_e248373f_294f_4ca4_9edf_0ad6653bb64f": 1, "galvanic_cel": 1, "q209440": 1, "emmo_16d1606c_e562_43cd_a92c_0894abc2027b": 1, "electrochemistry_22725105_c941_4b14_a4a2_fcb627958607": 1, "amperostat": 1, "q5519411": 1, "electrochemistry_79a8802e_8296_459a_b65d_6e5c79e1bf37": 1, "electrochemistry_78a8f60b_10c2_41ee_9946_d35437e1edb5": 1, "material_046a3fb1_cd54_4014_afd0_908a8ad1da5": 1, "furan": 1, "carbonyl": 1, "therebi": 1, "lacton": 1, "endogen": 1, "aminobutyr": 1, "precursor": 1, "hydroxybutyr": 1, "pharmacolog": 1, "gbl": 1, "gbutyrolacton": 1, "butyrolacton": 1, "q79739": 1, "emmo_69164f9e_c75d_4fbc_a0f8_af7a81bbd128": 1, "bandgapenergi": 1, "b00593": 1, "q103982939": 1, "emmo_04f2a2d5_e799_4692_a654_420e76f5acc1": 1, "electrochemistry_bbb1d95b_72d1_44f6_b07e_a3d7d41ac215": 1, "gaseou": 1, "gde": 1, "gas_diffusion_electrod": 1, "q909759": 1, "emmo_e0edfb9e_9a96_4fae_b942_831ffe27b84a": 1, "coars": 1, "emmo_12a9a254_9791_4a00_b045_f397bc3ab2bc": 1, "emmo_d4f37e32_16ae_4cc6_b4cd_fd896b2449c4": 1, "emmo_5be9c137_325a_43d8_b7cd_ea93e7721c2d": 1, "electrochemistry_0f827b54_370d_4c63_99a6_80f13b24e55": 1, "evolut": 1, "b1862e72_219f_4fc0_b58c_b26339f6dc88": 1, "emmo_fd6559e8_ef94_460c_9dfc_bad5c68d63b4": 1, "among": 1, "gauge_boson": 1, "emmo_9e0891a6_4d87_4891_b557_69ab2bae1da": 1, "q109594211": 1, "emmo_3995e22d_5720_4dcf_ba3b_d0ce03f514c6": 1, "soft": 1, "substanti": 1, "emmo_b5957cef_a287_442d_a3ce_fd39f20ba1cd": 1, "concept": [1, 3], "material_37c4342f_3c3f_47d3_97f0_761c8c877933": 1, "ge": 1, "q867": 1, "emmo_694e27a2": 1, "f3ee": 1, "5a3e": 1, "8851": 1, "d6f78d79d84e": 1, "emmo_6b670dc": 1, "5692": 1, "5505": 1, "9688": 1, "8f735b325214": 1, "emmo_e3727dab_74f9_438b_90f0_d03ea76c31fc": 1, "certain": 1, "gibbsfreeenergi": 1, "g02629": 1, "q334631": 1, "117d3e39_de3e_46f5_9744_b4a28d9fc83": 1, "emmo_a8eb4bbb_1bd3_4ad4_b114_2789bcbd2134": 1, "electrochemistry_d11b0e66_c35b_4da7_80a1_037ce89b77fb": 1, "intermesh": 1, "glass": 1, "fibreglasssepar": 1, "electrochemistry_057bb143_639c_472b_99ed_ffa1867f6e63": 1, "glassi": 1, "intertwin": 1, "ribbon": 1, "pyrolysi": 1, "resol": 1, "3000": 1, "gce": 1, "extrem": 1, "imperm": 1, "hard": 1, "biocompat": 1, "emmo_ecc10f05_b301_4dcf_8c84_b6f511117234": 1, "emmo_7db59e56_f68b_48b7_ae99_891c35ae5c3b": 1, "emmo_311ba558_6444_4de1_9c68_5009b9dfb80c": 1, "emmo_70a1c163_7436_4ce3_9784_3aab0e62b900": 1, "emmo_ebb26c39_dbbc_4363_b784_88d9110e4d5b": 1, "emmo_4eb4cb62_10e3_41ef_9226_a53462d52357": 1, "emmo_8a83b7bd_85bd_48e4_a4ac_bb2eb97d3014": 1, "emmo_e2000aeb_e3ab_41b7_a790_7c8bd02d0b6": 1, "emmo_9668ae43_d1a0_43ae_a91a_9051512b0a54": 1, "emmo_299f6949_6bf2_4ee6_9ec7_fd742881fb27": 1, "material_4112b3b8_69fa_4f20_9f99_f572f57ab66f": 1, "glyceric_acid": 1, "q424906": 1, "material_d72cdf03_965d_4149_865f_d44ed9e5e1b8": 1, "glycidic_acid": 1, "q15411014": 1, "material_22a9ed4c_0e7b_4f40_93e5_6aa9ecda1fff": 1, "hoch2co2h": 1, "glycolic_acid": 1, "q409373": 1, "material_b1cf27b3_b657_430e_80e9_c506cc522cbb": 1, "ohcco2h": 1, "glyoxylic_acid": 1, "q413552": 1, "material_b3815a7f_f64a_48f6_b0ce_d0032578c699": 1, "q897": 1, "emmo_0d37beeb": 1, "9dea": 1, "82c5": 1, "4df3fb6d08d0": 1, "electrochemistry_6fec8cc1_4e6c_428e_8343_6cf3c286a185": 1, "disc": 1, "auelectrod": 1, "chemisorb": 1, "cyanid": 1, "readili": 1, "emmo_811c67a9": 1, "bcdf": 1, "5a9e": 1, "bbce": 1, "28ae2af12915": 1, "electrochemistry_fa54f95d_b49e_43b5_84c3_35520d0fb2f6": 1, "electroylt": 1, "fail": 1, "emmo_b5c58790_fb2d_42eb_b184_2a3f6ca60acb": 1, "electrochemistry_7f168ebc_4c78_459c_9a39_bddaa57e214c": 1, "modif": 1, "stern": 1, "region": 1, "inner": 1, "outer": 1, "graham": 1, "1947": 1, "gram": 1, "160": 1, "emmo_80b19ae3_7248_4205_8c79_4e94f5f0444c": 1, "grandpartionfunct": 1, "q96176022": 1, "material_bf30b2d9_adc4_424a_83b0_927d33b2cbad": 1, "q169917": 1, "emmo_c74da218_9147_4f03_92d1_8894abca55f3": 1, "explicit": 1, "material_d53259a7_0d9c_48b9_a6c1_4418169df303": 1, "gr": 1, "q5309": 1, "electrochemistry_c831d963_629a_41ab_850f_97fb6841b739": 1, "electrochemistry_32ab2ea8_6263_42a8_8682_2fe0343f8bea": 1, "gravimetricmethod": 1, "g02694": 1, "gravimetric_analysi": 1, "q192414": 1, "emmo_eb3c61f0_3983_4346_a0c6_e7f6b90a67a8": 1, "emmo_f1d0f28b_7575_4e82_8d22_cb5b46b84cfd": 1, "emmo_3ec45f3b_677d_4e71_be75_6f8966b4f808": 1, "loos": 1, "powdersint": 1, "pressurelesssint": 1, "g02696": 1, "grei": 1, "494774160": 1, "gy": 1, "emmo_ffd65547_6a7e_499d_826a_cee9e7d669fd": 1, "emmo_88ca735d_af0e_4773_b769_9c9bc6f8f91c": 1, "emmo_80252279_046c_4e33_bdf4_8932f79b6c91": 1, "emmo_fbf354a6_a466_4467_9473_a90b68f5d032": 1, "emmo_891d1351_3843_4da3_906b_3b30411bd512": 1, "emmo_ab5ba485_7c16_4c9e_b65e_4cb7560f8e8c": 1, "emmo_d5e14e54_fa64_4638_83d3_faced4575e72": 1, "emmo_dcc63058_f36a_4f49_a109_a8c3de88d890": 1, "emmo_ab922466_6333_4f13_91e6_03c3cad13ed8": 1, "emmo_470697b1_a5bd_44b9_b00d_a77c9bcfb066": 1, "emmo_29836ff7_d416_49ae_b76b_f367c326b107": 1, "emmo_76267214_2137_4909_83a4_0b815a62cbc3": 1, "emmo_4a465306_cb91_4458_a94a_2d0584d9aa95": 1, "emmo_b57afc1a_93e9_43ba_b41f_9ec3598b4e46": 1, "emmo_2138677c_845a_4bc2_8be7_7b0a07b4777d": 1, "emmo_fa957390_cdfb_4dda_b160_94ae25bd2254": 1, "envelop": 1, "groupspe": 1, "group_veloc": 1, "q217361": 1, "battery_bd44dba6_459e_4b66_8342_804b09a3a6b5": 1, "grove_cel": 1, "q2004643": 1, "welsh": 1, "william": 1, "robert": 1, "grove": 1, "emmo_662e94ea_babe_4709_af8f_b669931076bc": 1, "emmo_dc1370b5_3902_4652_8736_0804d88dd128": 1, "consequ": 1, "dynam": 1, "q444656": 1, "emmo_57b9fd6c_84d6_43f2_8c4f_de6a1ab50aea": 1, "premis": 1, "emmo_dd14d055_2db0_4b81_bc97_ef6c2f72b8a0": 1, "emmo_030ce585_429a_4cfb_95c2_8364e58a1ebb": 1, "gyromagneticcoeffici": 1, "magnetogyricratio": 1, "m03693": 1, "q634552": 1, "emmo_e689c57f_2a8e_4bea_8750_a4fa015a1989": 1, "gyromagneticcoefficientoftheelectron": 1, "magnetogyricratiooftheelectron": 1, "q97543076": 1, "emmo_aa078194_12df_4b10_b264_6595d2472570": 1, "circular": 1, "larmorradiu": 1, "q1194458": 1, "electrochemistry_99bdbd45_c3ea_4fb9_ae50_ed1ab6bb1dff": 1, "load": [1, 2], "hybridpulsepowercharacteris": 1, "hybridpulsepowercharacter": 1, "emmo_7b42954f_0b91_4b3a_a65e_2470202cf548": 1, "material_513a92b2_26b5_420d_8cf9_922869bbec61": 1, "q1119": 1, "emmo_e37eaa49": 1, "d5e8": 1, "54e7": 1, "a7dc": 1, "9ad6073e86b7": 1, "emmo_c9ac19c": 1, "af4f": 1, "5abd": 1, "975d": 1, "c86dca0b4d58": 1, "emmo_90f255f7_4890_440d_a8de_841a8437676c": 1, "decai": 1, "q98118544": 1, "electrochemistry_c4d551db_db17_4c33_92e6_aec71638afbc": 1, "voltammetr": 1, "h02720": 1, "quarter": 1, "ep": 1, "ep3": 1, "similarli": 1, "emmo_5273677c_1cf3_4ae1_b73e_98df6fe9cfa9": 1, "unidirect": 1, "beam": 1, "q127526": 1, "electrochemistry_2ae53fc6_d44d_41c9_acaf_c5606e6a981d": 1, "rise": 1, "h02722": 1, "e1": 1, "tast": 1, "emmo_b30d4f1c_61e3_4647_bae1_c0928acb2095": 1, "isotrop": 1, "q997439": 1, "emmo_2565210a_bbcc_4c00_a122_6a608faa355b": 1, "material_5cee19d2_f916_4264_a8ed_efed13a808d2": 1, "hard_carbon": 1, "q105038172": 1, "electrochemistry_6235cc7c_2eee_432a_93af_47d7e05db007": 1, "emmo_7cd8a4ec_b219_498e_b696_028257163aa4": 1, "emmo_c4ffca76_fb0c_43c7_bc16_8c2430888c83": 1, "emmo_c62b76d5_c1cc_432a_8c9e_7684ab054669": 1, "emmo_46dc0d51_b60f_49cd_8650_9aba7be3726c": 1, "emmo_607ccc15_38aa_4a69_a70a_effa8015bf42": 1, "emmo_9ecb2aa2_10a9_4499_a3ff_9ad76e9f4e0d": 1, "h02748": 1, "hartre": 1, "q476572": 1, "emmo_1acc07d0": 1, "709d": 1, "53f4": 1, "9807": 1, "cbc0d144865c": 1, "hassium": 1, "emmo_ef4ce791": 1, "8ba4": 1, "55cd": 1, "a6fa": 1, "778133a19d19": 1, "emmo_12d4ba9b_2f89_4ea3_b206_cd376f96c875": 1, "amountofheat": 1, "h02752": 1, "emmo_802c167d_b792_4cb8_a315_35797345c0e3": 1, "dq": 1, "47": 1, "h02753": 1, "heat_capac": 1, "q179388": 1, "emmo_91a99750_7914_42be_9fe5_b82c59183450": 1, "36": 1, "q12160631": 1, "emmo_dacfc7dc_5ddb_4f67_986b_dcd01d649d60": 1, "customari": 1, "land": 1, "hectomet": 1, "exactli": 1, "107": 1, "639": 1, "feet": 1, "959": 1, "yard": 1, "471": 1, "054": 1, "acr": 1, "4bc07644_8301_4aed_b21c_823f99b08d1a": 1, "emmo_21aaefc1_3f86_4208_b7db_a755f31f0f8c": 1, "emmo_08bcf1d6_e719_46c8_bb21_24bc9bf34dba": 1, "segment": 1, "q208826": 1, "material_761bcae6_b46b_4002_8601_474132fba6d8": 1, "q560": 1, "emmo_2c85ff7a": 1, "835c": 1, "5559": 1, "b369": 1, "193683d631c8": 1, "emmo_fad04773": 1, "08a7": 1, "5bd3": 1, "8990": 1, "06d7e9d2c21": 1, "emmo_262d4582_15b9_4685_b693_24f8e9ead98d": 1, "helmholtzfreeenergi": 1, "h02772": 1, "q865821": 1, "electrochemistry_9bc02662_9799_4593_906d_638a841d7352": 1, "hermann": 1, "von": 1, "1853": 1, "h02782": 1, "491435978": 1, "kiloohm": 1, "electrochemistry_c14ae9b3_e4ba_4129_a7b6_afd2d4571de6": 1, "tight": 1, "h02785": 1, "pitch": 1, "goe": 1, "octav": 1, "everi": 1, "footag": 1, "1000hz": 1, "2000hz": 1, "bottom": 1, "1v": 1, "2v": 1, "4v": 1, "8v": 1, "mainli": 1, "yamaha": 1, "korg": 1, "emmo_50967f46_51f9_462a_b1e4_e63365b4a184": 1, "material_bafc6512_126d_4d9a_9c08_2b210317e77f": 1, "fluoroarsen": 1, "material_dd746094_1893_4b77_9c07_13b3bd94a742": 1, "phosphoru": 1, "halid": 1, "q2786508": 1, "material_3210b87b_988f_49f5_99a8_0a20cd42db57": 1, "hmpa": 1, "material_9d130518_2b84_435f_8632_039d43d2ef5d": 1, "caproic_acid": 1, "q422597": 1, "emmo_676a29e6_d4e1_4b54_8961_25947bd20861": 1, "excit": 1, "higg": 1, "higgs_boson": 1, "emmo_9d018f03_bbda_4ca5_bc4c_646e72651e53": 1, "q105971101": 1, "emmo_0277f24a_ea7f_4917_81b7_fb0406c8fc62": 1, "belief": 1, "intim": 1, "interconnect": 1, "explic": 1, "vice": 1, "versa": 1, "wholist": 1, "emmo_b9522e56_1fac_4766_97e6_428605fabd3": 1, "emmo_65a007dc_2550_46b0_b394_3346c67fbb69": 1, "artifici": 1, "conceiv": 1, "aggreg": 1, "4d": 1, "elucd": 1, "emmo_fd03c660": 1, "7b3b": 1, "5451": 1, "bc48836e1cc6": 1, "holmium": 1, "emmo_e0136ad7": 1, "1435": 1, "5292": 1, "9ed6": 1, "9848b481d503": 1, "emmo_e024544d_e374_45b7_9340_1982040bc6b7": 1, "elementalmolecul": 1, "emmo_47eea65c_e6ce_4c95_9406_fdb1519abc87": 1, "dipgalvan": 1, "600": 1, "coordin": 1, "utc": 1, "leap": 1, "therefor": 1, "599": 1, "601": 1, "adjust": 1, "h02866": 1, "battery_aaac65cb_050c_407a_953a_f3ad3b675baa": 1, "electrochemistry_f54474fc_5d07_474b_97ae_f5d0349363b4": 1, "emmo_1c16bb7f_5400_4498_8ef2_54392908da4": 1, "material_52c1076c_9349_44f7_8067_4de36bd49e10": 1, "hn3": 1, "hydrazoic_acid": 1, "q408925": 1, "electrochemistry_d95fdd2e_38bf_4065_a857_78eb201ee166": 1, "hydrodynamic_voltammetri": 1, "q17028237": 1, "emmo_5a4790e5": 1, "b11b": 1, "5a0c": 1, "80e4": 1, "81515c27a560": 1, "material_acb8c003_6453_49d8_ad93_456cc99d5d10": 1, "hbr": 1, "hydrogen_bromid": 1, "q2447": 1, "battery_81ed185e_a45a_4e4b_9be7_f8c93e63c81d": 1, "bromid": 1, "serv": 1, "93bromine_batteri": 1, "q17045938": 1, "material_aa740290_2568_4b54_9d0f_2edc88e333ba": 1, "hydrochloric_acid": 1, "q2409": 1, "electrochemistry_c4a778c7_33da_4e1a_960e_402a210bfeff": 1, "platin": 1, "rod": 1, "compact": 1, "black": 1, "material_f7a11bfc_4cb1_45a7_8248_8e2d534884d3": 1, "hf": 1, "hydrogen_fluorid": 1, "q2468": 1, "material_835df324_98ae_44c2_a0ff_bd9142240b8c": 1, "hi": 1, "hydrogen_iodid": 1, "q2462": 1, "emmo_93582808": 1, "e5fc": 1, "5bb5": 1, "bc7a": 1, "0e674e1a7f0": 1, "material_5b24c742_1149_4533_8d48_41473396d06d": 1, "nh2oh": 1, "q259997": 1, "emmo_1942247a_50b4_4109_bff4_bb213de45e08": 1, "inclin": 1, "quantiz": 1, "q97577449": 1, "emmo_f96feb3f_4438_4e43_aa44_7458c4d87fc2": 1, "absorpt": 1, "hyperfin": 1, "133": 1, "emmo_f87e79eb_f549_4a06_9c27_a3d1412444c6": 1, "strang": 1, "charm": 1, "emmo_e7cbc129_0d05_41a2_851a_10b198cd7ca2": 1, "electrochemistry_0838f0b6_ca9a_4f76_9770_ca964617bf1b": 1, "intermittentcurrentinterruptionmethod": 1, "emmo_50c298c2_55a2_4068_b3ac_4e948c33181f": 1, "entri": 1, "electrotechn": 1, "vocabulari": [1, 3], "emmo_964568dd_64d2_454b_a12f_ac389f1c5e7f": 1, "2ce04004_62cf_4394_b6a2_b45fce1aebf": 1, "emmo_8de5d5bf_db1c_40ac_b698_095ba3b18578": 1, "emmo_3aa37f92_8dc5_4ee4_8438_e41e6ae20c62": 1, "emmo_1a4c1a97_88a7_4d8e_b2f9_2ca58e92dde4": 1, "isq": 1, "international_system_of_quant": 1, "emmo_2946d40b_24a1_47fa_8176_e3f79bb45064": 1, "emmo_a66427d1_9932_4363_9ec5_7d91f2bfda1": 1, "d01742": 1, "dimensionless_quant": 1, "emmo_f652e7d2_0b33_4d10_8d0f_2f70089982ba": 1, "emmo_16a3bd5c_75f0_42b3_b000_cb0d018f840": 1, "emmo_91a0635a_a89a_46de_8928_04a777d145c7": 1, "emmo_d7788d1a_020d_4c78_85a1_13563fcec168": 1, "simulacrum": 1, "fuction": 1, "diagrammat": 1, "boe": 1, "747": 1, "emmo_b51fbd00_a857_4132_9711_0ef70e7bdd20": 1, "i02941": 1, "emmo_e467cc3f_676c_432e_b70e_19237d1bcc78": 1, "electrochemistry_07ad0aff_ab59_442d_9c0a_7f8c5cba8982": 1, "emmo_d74ed682_894f_46c5_87cb_167f60926965": 1, "textual": 1, "databas": 1, "electrochemistry_77be01ef_49bd_4f2e_bec8_eec0894b8562": 1, "emmo_0cd58641_824c_4851_907f_f4c3be76630c": 1, "contingu": 1, "electrochemistry_f6fcd255_248d_4603_b128_04dab960a676": 1, "i03006": 1, "q120907462": 1, "material_9b92f5b9_a477_4267_bf68_769c995e6e83": 1, "q1094": 1, "emmo_96522455": 1, "d7d7": 1, "5b1e": 1, "b10a": 1, "ad87e41a5adc": 1, "electrochemistry_7b9db6b3_36f0_4b5d_acbb_9284a9054a09": 1, "material_8afd2477_9c49_4465_9910_6103732a3318": 1, "inbr": 1, "q4096880": 1, "material_564edbfa_af96_41c5_8fd5_7f22b1ca658d": 1, "indium_acet": 1, "q27274769": 1, "material_09338922_833a_406c_be2c_4098980cabc3": 1, "inbr3": 1, "q4096881": 1, "material_da48c6df_3730_490e_a970_44ef4a6cbf4": 1, "in2": 1, "q27272874": 1, "material_777a99d3_f2db_4c54_b093_85e3fbbe632d": 1, "incl3": 1, "q415500": 1, "material_3f5d5e9c_adb6_4fbb_88a5_1d5472e2c99f": 1, "inf3": 1, "q4493207": 1, "material_6d49be7e_bdd1_4d3b_bb95_d28047800a34": 1, "ini3": 1, "q4202653": 1, "material_244fbc5c_41d5_42aa_b078_019cb0b2f3b7": 1, "q4321583": 1, "material_2a87ca10_fc6a_4d61_b48c_d9790a566ee3": 1, "in2o3": 1, "q424955": 1, "material_17c30663_ccc8_45b0_b713_9bd095e20ebd": 1, "indium_perchlor": 1, "q15628085": 1, "material_3d3ca8c8_4ea0_43b8_b496_aca78a0d1584": 1, "inpo4": 1, "material_ca0f0da1_70d2_46ec_a1bb_0f0662ff4191": 1, "inso4": 1, "q2331023": 1, "material_9541345c_da1f_4f5b_bf89_09a4dfdb43cb": 1, "in2s3": 1, "q421215": 1, "material_09e44ba7_e928_4aa8_aa50_484742e6965c": 1, "q72482882": 1, "material_0aae472b_b322_43c4_991f_e4ec88f52f3": 1, "q72482889": 1, "material_b7f0a973_a394_409a_8752_f920b001c2d7": 1, "ini": 1, "q4202651": 1, "material_8018d7e8_c3f3_411e_adda_644bbd53338d": 1, "in2o": 1, "q4332819": 1, "material_8f1af9c2_9b6d_44f4_8f55_70a4cd5f9dd": 1, "emmo_67589be3": 1, "8acd": 1, "5230": 1, "bc54": 1, "89280412a3fb": 1, "electrochemistry_c63baed9_48dd_4b5c_9e8c_03011010ffb6": 1, "ito": 1, "emmo_585e0ff0_9429_4d3c_b578_58abb1ba21d1": 1, "emmo_2b9cbfb5_dbd0_4a68_9c6f_acc41b40dd72": 1, "productionengineeringprocess": 1, "emmo_0b6ebe5a_0026_4bef_a1c1_5be00df9f98": 1, "comparison": 1, "electrochemistry_a0a619d7_da95_41f0_8bc3_9c19d636d543": 1, "sink": 1, "plai": 1, "q120907475": 1, "nobl": 1, "emmo_5a0f35b8_d18e_4570_a94e_ee84b13bb7bc": 1, "q99440487": 1, "emmo_64c72d00_7582_44ea_a0b5_3a14e50acc36": 1, "electrochemistry_74861991_7da2_4e0f_b6c1_b16713f538bf": 1, "immedi": 1, "subsid": 1, "initialclosedcircuitvoltag": 1, "electrochemistry_9c9b80a4_a00b_4b91_8e17_3a7831f2bf2f": 1, "emmo_4d5053a7_273e_495b_8098_5aa5c0f3f925": 1, "emmo_4e659c69_ca2d_4569_8a96_f99857a1fa32": 1, "electrochemistry_757eae08_4d43_42d4_8b4e_8a0bfd2f9a1c": 1, "intercalationelectrod": 1, "emmo_3967de47_343f_4bab_aada_b4bec73d11da": 1, "electrochemistry_a24f8581_a5a4_41a4_bb45_d0fdd5c0d810": 1, "i03062": 1, "q108057717": 1, "emmo_f8bd64d5_5d3e_4ad4_a46e_c30714fecb7f": 1, "emmo_fd2aa864_eef7_4c3d_8243_9ea832d9df3": 1, "intensity_": 1, "emmo_602397bd_e302_42a6_be33_fe67ea81933a": 1, "emmo_c130614a_2985_476d_a7ed_8a137847703c": 1, "driven": 1, "intent": 1, "battery_7c072505_7ea6_4bfd_8403_7133b3a4b806": 1, "emmo_bafc17b5_9be4_4823_8bbe_ab4e90b6738c": 1, "project": 1, "emmo_26f34447_32ec_48ce_9baa_4afec09120f4": 1, "electrochemistry_f94678d6_1386_48fc_8e54_024921924401": 1, "appar": 1, "electrochemistry_0c9655c6_6b0b_4819_a219_f286ad196fa9": 1, "emmo_c365fcb8_095d_416b_b4df_a18f2f557016": 1, "quanta": 1, "internalconversioncoeffici": 1, "q6047819": 1, "emmo_830b59f7_d047_438c_90cd_62845749efcb": 1, "thermodynamicenergi": 1, "i03103": 1, "electrochemistry_9bf40017_3f58_4030_ada7_cb37a3dfda2d": 1, "th": 1, "233": 1, "venin": 1, "internal_resist": 1, "q2527701": 1, "theorem": 1, "curcuit": 1, "reason": 1, "emmo_322ce14e_9ede_4841_ad70_302b4d6c5f28": 1, "emmo_f35cff4d_dc09_44cf_a729_22fb79e3bfb2": 1, "electrochemistry_54e0c2bd_1bb2_4f9c_9b55_5b6cc34651ec": 1, "interfaciallay": 1, "i03085": 1, "electrochemistry_402598d9_0eea_405d_b0d0_3b8b79deba6f": 1, "emmo_054af807_85cd_4a13_8eba_119dfdaaf38b": 1, "emmo_0527413c_b286_4e9c_b2d0_03fb2a038de": 1, "ontologist": 1, "outsid": 1, "ontologi": 1, "meta": 1, "On": 1, "contrari": 1, "emmo_126e57a9_0f9c_4315_a031_bc273a0f302b": 1, "q1303188": 1, "emmo_d2a20142_b3a4_4d3b_a7e1_e17597e7f177": 1, "emmo_6aa04359": 1, "50d6": 1, "43d7": 1, "b3a7": 1, "296bd391bf7d": 1, "material_6d158508_abf0_4e10_beea_1d940da5fed1": 1, "i2": 1, "q1103": 1, "emmo_52a611ba": 1, "81df": 1, "5557": 1, "9dfe": 1, "c55e4d0f5860": 1, "emmo_c10700ef": 1, "832b": 1, "5b39": 1, "a0a0": 1, "5e3f5f17b8e8": 1, "material_f07ae87e_b56e_4835_8a28_04c6c7dfbaa2": 1, "emmo_12b2ec1e_fb89_468a_a51d_97c2a6db297c": 1, "947": 1, "1013": 1, "hpa": 1, "emmo_db03061b_db31_4132_a47a_6a634846578b": 1, "unbalanc": 1, "ion_atom": 1, "eclectron": 1, "electrochemistry_8177eae6_1631_430d_99f2_942669bcb784": 1, "electrochemistry_15325775_6d4c_4192_82f1_e4feca9de426": 1, "it07155": 1, "exchange_membran": 1, "q21082486": 1, "emmo_31b393c5_4cfe_4ad4_a9a4_0eafcb7fbd1a": 1, "iondens": 1, "q98831218": 1, "emmo_d97b27cb_61a4_4568_a38b_4edd4f224acc": 1, "faction": 1, "currentfract": 1, "transferrencenumb": 1, "i03181": 1, "q331854": 1, "electrochemistry_25dabdc2_68bf_4a38_8cbe_11be017358bc": 1, "i03175": 1, "ionic_conductivity_": 1, "solid_st": 1, "q6063658": 1, "electrochemistry_c3f4b34a_0e2c_46f3_baab_4ebd2682d26f": 1, "found": 1, "unconvent": 1, "inorgan": 1, "ionicliquid": 1, "ionic_liquid": 1, "emmo_7243633d_96ff_426d_ae44_8a2504e682da": 1, "b_i": 1, "i03180": 1, "q898396": 1, "emmo_f0b903be_d86f_4d28_9f42_b4d4753e2cf4": 1, "i03199": 1, "q483769": 1, "material_dc68514f_b592_4e1b_a00f_fbb29f2fafbd": 1, "material_bbfa82dc_68a0_4d0b_a3f0_735cbbc19cf2": 1, "q877": 1, "emmo_5ae62317": 1, "1681": 1, "5ca9": 1, "9fa7": 1, "8801757ee5c8": 1, "material_f7525766_90cf_43e9_8932_7cb3b14f676f": 1, "iro2": 1, "q418812": 1, "electrochemistry_3e6a7d5f_3700_46b3_b1b8_f34e37e6f931": 1, "material_c1b3e4ab_f4c2_443e_9143_99e7c3654448": 1, "ir2o3": 1, "q4332822": 1, "material_4ad18bbe_6478_4009_8f80_b669a6ae3f7a": 1, "electrochemistry_cba03815_eaa8_493d_b9e4_52856b57fde6": 1, "iro2electrod": 1, "material_63788521_5764_4ee2_8d8a_ce4978682546": 1, "emmo_b8aab013": 1, "b729": 1, "51f1": 1, "bc14": 1, "5302e7f97cb": 1, "material_89fd13e8_8061_41da_83f4_634144116425": 1, "q677": 1, "battery_361a67aa_a7d5_4c2b_98e5_7c8e9a919d79": 1, "93air_electrochemical_cel": 1, "emmo_a4839f08": 1, "1080": 1, "53bf": 1, "9cb3": 1, "101e20c2656b": 1, "battery_f93bd38a_c44a_4a79_95fb_9937504b9448": 1, "material_c728b6b9_449a_45ff_b5ae_6b7968708f0d": 1, "fes2": 1, "pyrit": 1, "q1311146": 1, "electrochemistry_d2726dd5_69f0_4cb1_bd3c_4c48813e57e7": 1, "electrochemistry_cc4e178c_bc1f_4502_b6c2_33f304ef6bab": 1, "material_323a2e39_d7d5_4802_884a_9aa41a280986": 1, "fe": 1, "material_383f6ea4_344d_4f3f_ae04_4c5005e9c8fd": 1, "fe2o3": 1, "q419170": 1, "material_c0f3ef19_325e_469d_95d4_2d7568796163": 1, "feo": 1, "q196680": 1, "material_ea0471d2_cfe0_4b64_9b0d_118254ed3dcc": 1, "fe3o4": 1, "q411235": 1, "material_52da9471_9979_44b0_a415_63c72110fd43": 1, "battery_31a80cd5_d4eb_4f7d_a990_f32a5a75ea86": 1, "irb": 1, "isb": 1, "ironsaltbatteri": 1, "iron_redox_flow_batteri": 1, "q112649313": 1, "material_4154e6b6_8e3c_4173_91aa_e8ba403bde85": 1, "emmo_71b5082d": 1, "9908": 1, "5011": 1, "8ad0": 1, "b2ab70ffd08c": 1, "emmo_c4fba898_896b_4d58_a24c_b5c0851fa2a2": 1, "emmo_1044e509_e204_433a_8130_8d4579ada59f": 1, "q2990695": 1, "emmo_8040a6f6_4736_4dd2_8d1c_f2c13cb77a71": 1, "q75775739": 1, "isentrop": 1, "emmo_ac82358d_94a7_4ceb_93e7_41bab5bcefdf": 1, "heatcapacityatconstantpressur": 1, "q112187490": 1, "emmo_8fc576e1_3984_402b_a548_be921b4e1bf4": 1, "heatcapacityatconstantvolum": 1, "q112187521": 1, "electrochemistry_ff7797ed_9ef7_40d0_872b_2c215cd54578": 1, "ISE": 1, "i03304": 1, "material_2ee4c506_526d_4483_bca3_b95585f77d00": 1, "ipa": 1, "isopropyl_alcohol": 1, "q16392": 1, "emmo_9bc6da11_528a_44e8_bd9e_c4154eae7e55": 1, "q2990696": 1, "emmo_6c213064_e525_45d4_99cf_afebed8bbddd": 1, "emmo_eb3a768e_d53e_4be9_a23b_0714833c36d": 1, "emmo_01354ac2_cce1_4b7d_8b4a_7322d6cb10bc": 1, "link": [1, 3, 4], "solv": 1, "iter": 1, "segreg": 1, "emmo_9ac10a20_63d0_4bbd_a5d3_f00a0ad4682c": 1, "framework": 1, "emmo_ddecfff6_d3a1_4972_b9e9_3d0ca11a3a0b": 1, "repetit": 1, "electrochemistry_a0fcb105_587f_45d8_a89a_46dc8f745069": 1, "complet": 1, "paper": 1, "emmo_09007bc0_b5f2_4fb9_af01_caf948cf2044": 1, "emmo_161bef57_cc59_4246_8249_19dbdae96e7b": 1, "emmo_c7ee175d_4c25_45cb_b74e_71435b11b77d": 1, "emmo_6ab555fd_5803_4f03_82e8_127c01aabfea": 1, "creation": 1, "252": 1, "gen": 1, "emmo_ba380bc6_2bfd_4f11_94c7_b3cbaafd1631": 1, "magnetic_flux_quantum": 1, "emmo_6b8bf0c9_4ec7_452c_bee5_26e5149a4f05": 1, "j03363": 1, "494340406": 1, "ml": 1, "l2t": 1, "rais": 1, "c_p": 1, "particularli": 1, "possibli": 1, "stp": 1, "That": 1, "nonzero": 1, "room": 1, "quartic": 1, "8308": 1, "spectral": 1, "diamagnet": 1, "loop": 1, "bar": 1, "planet": 1, "u00b7t": 1, "u00b7m2": 1, "emmo_a43cb01a_beb0_46e1_ae6d_22236222e6a1": 1, "q93946998": 1, "emmo_d4c95fa1_5bda_4063_a22d_62c81fcea284": 1, "hybridli": 1, "battery_ad7c1d81_9a9f_4174_88ea_3ba3e8f4dbe2": 1, "nickelcadmiumaabatteri": 1, "nicd": 1, "r6": 1, "aa": 1, "catalyt": 1, "k03372": 1, "486431865": 1, "k03374": 1, "495075694": 1, "kelvinpermet": 1, "emmo_e963f280_1599_4ee8_bb74_439a4bc6412d": 1, "q1739288": 1, "emmo_d481815b_11bd_4cf6_a290_941062ee76ef": 1, "q99713105": 1, "68a031ba_abf5_4859_b84c_32977f029908": 1, "emmo_74931b1b_c133_4e59_9a75_1bf0e1626201": 1, "k03391": 1, "493633626": 1, "emmo_b5523f03_5f2f_4e11_92c0_3734c6de3749": 1, "k03395": 1, "q15106259": 1, "electrochemistry_98b6e9d7_d5df_46a5_87dd_79642b8b2e4b": 1, "prior": 1, "y": 1, "k03399": 1, "entir": 1, "geneou": 1, "emmo_ac540a9d_0131_43f6_a33b_17e5cfc432": 1, "k03402": 1, "emmo_89d04b65_5b11_4916_b606_0cf3f007fcd9": 1, "dynamicfrictionfactor": 1, "q73695445": 1, "emmo_fe3eb868_8745_4fea_8370_4313d0531c18": 1, "oppos": 1, "slide": 1, "dynamicfrictionforc": 1, "q91005629": 1, "emmo_ae15fb4f_8e4d_41de_a0f9_3997f89ba6a2": 1, "electrochemistry_598ae3d0_76e9_429c_a0e1_8694525cb574": 1, "a_xb_i": 1, "molar_conduct": 1, "kohlrausch": 1, "s_law_of_independent_migration_of_ion": 1, "q3258329": 1, "friedrich": 1, "1875": 1, "1879": 1, "material_2c0d3403_e3d9_4e5d_93ec_625261f74217": 1, "q888": 1, "emmo_72379870": 1, "0d00": 1, "5e48": 1, "912b": 1, "62cbd5b3f548": 1, "emmo_7c79a41c": 1, "c0aa": 1, "564b": 1, "b0b1": 1, "6fd4ee6f3256": 1, "battery_a5299801_2a8d_4d03_a476_ca2c5e9ca702": 1, "r03": 1, "aaa": 1, "alkalineaaabatteri": 1, "household": 1, "battery_1c0306f5_5698_4874_b6ce_e5cc45a46b91": 1, "alkalinenbatteri": 1, "battery_dc2325e3_5a8b_4230_8ad7_fa528fff3059": 1, "r12": 1, "alkalinebbatteri": 1, "battery_d00e842e_ee0b_4e25_bd17_d64d76d69730": 1, "r14": 1, "alkalinecbatteri": 1, "battery_0c9979c2_c981_48ea_a8e1_72bdcb58fd58": 1, "r20": 1, "alkalinedbatteri": 1, "introduc": 1, "1898": 1, "flashlight": 1, "battery_21634c62_62eb_4a4f_9210_fb056c0bf98f": 1, "r23": 1, "alkalineabatteri": 1, "battery_a03942fb_dfa3_408a_806d_6cf05f8cb08f": 1, "r25": 1, "alkalinefbatt": 1, "battery_d10ff656_f9fd_4b0e_9de9_4812a44ea359": 1, "lr1154": 1, "battery_6b2540b9_5af6_478a_81ae_583db9636db8": 1, "alkalineaabatteri": 1, "1907": 1, "ansi": 1, "material_c4d116ed_258d_482c_8632_5c8229e7b245": 1, "lactic_acid": 1, "q161249": 1, "emmo_2c33f59a_fbeb_445e_aea9_8b05738b5f8b": 1, "gfactorofatom": 1, "q1191684": 1, "emmo_d8d2144e_5c8d_455d_a643_5caf4d8d9df8": 1, "52867015_cd2b_4697_8c8f_3acb32c13587": 1, "emmo_b0597d20": 1, "6438": 1, "53e5": 1, "a627": 1, "b9dacebc69da": 1, "lanthanum": 1, "emmo_a3569860": 1, "5d20": 1, "5e69": 1, "baf6": 1, "cbe8ae7cfc15": 1, "emmo_048a14e3_65fb_457d_8695_948965c89492": 1, "emmo_b452fe23_0c61_436d_8357_57a521448801": 1, "precess": 1, "emmo_40923aa2_c600_44e4_8af8_80260ba25ab2": 1, "larmor": 1, "emmo_c5970406_0b66_4931_8a23_3e81162ba65b": 1, "emmo_fb1e757e_087e_4541_847f_392990643f64": 1, "q207721": 1, "emmo_6bae1f5a_1644_4da3_b3e4_0a01171034ad": 1, "remov": 1, "q106553458": 1, "emmo_1a4ed964_9ee4_44a9_b386_4b0f95cf6666": 1, "q105488046": 1, "emmo_a1bd0bfc_5464_43ce_a1a2_947b58dc0f89": 1, "q105435234": 1, "electrochemistry_5a7a3028_db9e_4045_ab68_054c6afc91fc": 1, "law_of_mass_act": 1, "q899494": 1, "emmo_41f2ed3b": 1, "aba4": 1, "5b99": 1, "a5a1": 1, "547109a7cb4c": 1, "lawrencium": 1, "emmo_f21db3a4": 1, "d5de": 1, "52dd": 1, "9460": 1, "5cdd138fb83f": 1, "material_ff5b9c8c_3fb0_4575_9ab8_23ebd9116294": 1, "q708": 1, "battery_7eb62323_1001_4320_8fb5_c590ce93d3c": 1, "dilut": 1, "sulphur": 1, "leaddioxideleadbatteri": 1, "93acid_batteri": 1, "q337724": 1, "1859": 1, "french": 1, "physicist": 1, "gaston": 1, "plant": 1, "emmo_749a9347": 1, "0b50": 1, "530a": 1, "995a": 1, "054f2a90bc0d": 1, "battery_76288c39_86d7_45cf_85f8_a498ccf6f531": 1, "electrochemistry_610f0bc8_557d_455b_a8ed_272d5d1813c9": 1, "material_02ec30fa_cbca_4988_8c6b_6ec9f0cd138c": 1, "pb": 1, "q422837": 1, "material_fc7a3d86_8399_4afa_9d12_f5265ec6ec0": 1, "pbbr2": 1, "q425231": 1, "material_012d4091_06bc_4089_bba4_b832200e69cd": 1, "pbco3": 1, "lead_carbon": 1, "q411260": 1, "material_61250895_082a_46e8_8ce5_b8f6b3710866": 1, "q18234771": 1, "material_5a88a655_4e82_4b86_8636_50c70609536f": 1, "pbcl2": 1, "q411848": 1, "material_8cf9ae58_147a_4fb3_a3c8_972bb2fdcca0": 1, "pbf2": 1, "q419690": 1, "material_fec97ca4_73a1_4b8f_b7ae_eddc88498829": 1, "pbi2": 1, "q408805": 1, "material_6d22feec_8b09_41ee_a98c_4eae316d445b": 1, "q215281": 1, "material_957cb95c_00a1_4cf1_97b9_0d3b4f89f27": 1, "q24237111": 1, "material_4126ee09_b9c6_4694_bf33_0d8970e05f72": 1, "pbo": 1, "q407879": 1, "material_b0948006_869b_4426_b2b7_30b5c5112e3": 1, "q24629264": 1, "material_f4eacd3e_ec96_4448_a090_2f7f18ddda0": 1, "pb3": 1, "q883666": 1, "material_94af35ef_9e0d_4e4d_b794_ee0a14706831": 1, "pbso4": 1, "q407821": 1, "material_f8ed464a_16e3_491e_b366_6c933e689fa5": 1, "q411436": 1, "material_55080032_1536_4cf7_a4a6_7784422720f5": 1, "pbso3": 1, "q6135415": 1, "material_7d024df4_884b_4de3_b6f1_28af090356c3": 1, "q27292536": 1, "material_c505a8a2_feb3_4a8e_92fa_e2fee3cd776b": 1, "material_dcb0d128_c3db_4c91_84ba_af9df1688766": 1, "pb3o4": 1, "q419205": 1, "material_9d25dbcc_5fc2_4281_ace2_335a1b5da266": 1, "pbo2": 1, "lead_dioxid": 1, "q410749": 1, "material_bc9ba950_96c1_4ac2_a0e2_1c4f7f001b1d": 1, "electrochemistry_f6223121_7df5_42f8_902c_d26fa2fc4f04": 1, "pboelectrod": 1, "material_0331ffd2_7cb2_40d3_80ce_8b4ab7b3adc5": 1, "emmo_717d8808": 1, "5085": 1, "5f35": 1, "86b4": 1, "6bc75bafac0b": 1, "electrochemistry_c55ec02c_b727_4df1_97ce_91d7bb5d5e91": 1, "unplan": 1, "emmo_4f75924f_782d_4a9d_995f_43ae968fe5e2": 1, "q78102042": 1, "battery_1d3a2bb3_1d39_4cdb_9a28_c73d663388ab": 1, "salin": 1, "ammonium": 1, "leclanch": 1, "c3": 1, "a9_cel": 1, "electrochemistry_23b30468_be7b_45a9_bc11_a8219bc3ab8b": 1, "battery_8c391d2a_7d44_49a2_affd_176afd3d4ba4": 1, "patent": 1, "georg": 1, "1866": 1, "emmo_8ab3ff9d_35d4_44b7_9d66_7b0b30c40da8": 1, "battery_899c3993_9a45_498f_9489_ee40ed3098c9": 1, "lemon": 1, "lemon_batteri": 1, "q3621156": 1, "emmo_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac": 1, "l03498": 1, "emmo_cdc962d8_f3ea_4764_a57a_c7caa4859179": 1, "emmo_3fe66e46_9343_4a36_b101_a732ad5f4f76": 1, "emmo_09cee580_aed5_4541_ab94_ec5bb1c64a7c": 1, "emmo_55ffe612": 1, "cf43": 1, "4b9b": 1, "a4e1": 1, "6aeb0c59c10c": 1, "emmo_793f3567_b351_42ef_a1d4_5111d53999c4": 1, "emmo_d02c92e0_99ba_4c09_b01f_0d7a7dd7b24": 1, "emmo_8515e948_bc2f_423b_8025_e4830f2b21dd": 1, "emmo_2f31340f_59ca_4a57_8513_269837af3796": 1, "emmo_44ddbe46_0112_4185_b595_132866e902da": 1, "emmo_b3600e73_3e05_479d_9714_c041c3acf5cc": 1, "emmo_d324ae63_7574_4d73_b25b_96479e2626f2": 1, "8260": 1, "strong": 1, "emmo_25e8c0c4_943a_4851_9cb7_3c4b45f69bb5": 1, "q25508781": 1, "emmo_bed2fe4c_dc7e_43a8_8200_6aac44030bff": 1, "emmo_937db6d0_38c3_4469_aeec_1e033f5ea6c4": 1, "unstabl": 1, "l03507": 1, "q98082340": 1, "electrochemistry_6559c04d_75bc_41ea_8ed8_8d3c09dae6b0": 1, "lid": 1, "emmo_ec1aa2cd_74eb_4506_81d1_901a3124aaba": 1, "electrochemistry_b395a244_3a75_4737_be38_981bfa1277f": 1, "electrochemistry_d5ac8868_d318_4065_aa23_72140ae888a": 1, "l03532": 1, "deter": 1, "mine": 1, "sole": 1, "fore": 1, "migrat": 1, "electrochemistry_a17ee4e0_c81a_4a64_9ecb_9c6fa022cf4d": 1, "variation_of_molar_conductivity_with_dilut": 1, "emmo_3e309118_e8b7_4021_80f4_642d2df65d94": 1, "emmo_ebd133e3_b823_478d_984f_1e399c6c99aa": 1, "travers": 1, "q98583077": 1, "electrochemistry_618538fa_6607_45a3_ad06_6a5f98febcbd": 1, "electrochemistry_fa774456_718a_4a28_ba6a_6f828887c510": 1, "emmo_5afa28f0_8c9f_4fcd_8f67_805bd2f9c068": 1, "q77267838": 1, "emmo_7e53a8b4_6e02_4e56_80d4_8683f92b9c77": 1, "q2356741": 1, "emmo_c2d725c3_9c16_4871_9a86_7afa12fc0a01": 1, "l03550": 1, "q1699996": 1, "emmo_399426d1_c4cc_414c_806f_47096c72d634": 1, "q74760821": 1, "emmo_8c151a67_f04a_4435_b7d1_1738e6d952e": 1, "115": 1, "q98690755": 1, "emmo_d722016a_4907_497b_b0d3_cfd10adfef26": 1, "lineardens": 1, "lineicmass": 1, "q56298294": 1, "electrochemistry_29f2a35a_8c09_429d_b9e8_33f3e1fc3671": 1, "electrochemistry_a9f19bb0_55bc_4908_b0e4_7888077b0019": 1, "lsv": 1, "linearpolar": 1, "linearsweepvoltammetri": 1, "linear_sweep_voltammetri": 1, "q620700": 1, "emmo_72301c89_4337_48f5_a390_7649c5fad98b": 1, "onc": [1, 2], "77": 1, "q4374882": 1, "emmo_ec502e30_b9ec_4216_90c6_f67d2df75627": 1, "emmo_7509da43_56b1_4d7f_887a_65d1663df4ba": 1, "incompress": 1, "conform": 1, "emmo_94010cbc_c2a6_4cb9_b29a_83aa99d2ff70": 1, "electrochemistry_609b340f_3450_4a10_95c2_c457e3eb8a89": 1, "emmo_d69d2e95_b22f_499a_a552_17fde0d778fc": 1, "electrochemistry_80fdbd63_9b7a_462b_a8cb_b50f5f6ab182": 1, "emmo_42185fe7_122c_4e0c_a3cd_659d3e21c389": 1, "electrochemistry_634467ad_feed_4979_adb2_877d98fe1768": 1, "l03584": 1, "emmo_47fe2379_be21_48d1_9ede_402f0faf494b": 1, "electrochemistry_9fd49892_cf6d_482e_a6c3_5f763948ec29": 1, "liquid_metal_electrod": 1, "q6557456": 1, "emmo_3cb27225_df45_4616_aa3b_32dba383524c": 1, "emmo_4354ac74_7425_43ab_92e4_6dc19d1afee9": 1, "emmo_e9e02156_651f_41c8_9efb_d5da0d4ce5e2": 1, "emmo_4b3e2374_52a1_4420_8e3f_3ae6b9bf7dff": 1, "material_c109ca45_08c7_4436_a818_a9c575785e2f": 1, "q568": 1, "material_846f0b5b_cdf5_4a12_938b_75d9312e02b3": 1, "lioac": 1, "lithium_acet": 1, "q416969": 1, "battery_aea9d6ae_7ac4_4dcd_b6ef_5afcde1ccd22": 1, "q6126452": 1, "emmo_3bb84fc5": 1, "5cb4": 1, "5250": 1, "ba87": 1, "169ae90ec6d7": 1, "battery_d63c6483_4b0c_4966_b152_976ab02a45ef": 1, "lithiumcel": 1, "lithium_batteri": 1, "featur": [1, 2], "material_f12d9fa2_a9a8_44e9_8f24_ceb9e74b0731": 1, "lifsi": 1, "q72487579": 1, "material_4c01eadc_81a0_4ad7_a72f_4d5f72f60f04": 1, "libob": 1, "material_6cdc8512_d4f2_4904_8471_3121871d48e8": 1, "material_8267551d_7572_42f6_888d_96ff0c78f3aa": 1, "litfsi": 1, "lithium_bi": 1, "trifluoromethanesulfonyl": 1, "imid": 1, "q27273378": 1, "material_7c919833_aea5_4029_a0db_2289444ec2a5": 1, "libr": 1, "lithium_bromid": 1, "q409701": 1, "battery_126e9af4_41b4_45b8_81ca_b36af2841d5b": 1, "monofluorid": 1, "material_aa7169ea_b61f_4b4c_a67b_50f2aea8bbf6": 1, "li2co3": 1, "lithium_carbon": 1, "q410174": 1, "material_ead9b571_f6ec_46da_955c_7049ecee9366": 1, "lithium_chlor": 1, "q416502": 1, "material_ff193c19_3ddf_4c61_96f1_322254c3980": 1, "licl": 1, "lithium_chlorid": 1, "q422930": 1, "material_4c62d334_a124_40b3_9fd1_fe713d01a6af": 1, "lco": 1, "lithium_cobalt_oxid": 1, "q415891": 1, "electrochemistry_fd7caf39_0a43_4fbf_958e_a62067aa9007": 1, "lcoelectrod": 1, "battery_eb37da80_4500_49c6_ac9b_da2b3d810efc": 1, "material_480a4c29_fa1b_4e14_b5e0_a0b82d73df57": 1, "lidfob": 1, "q72487598": 1, "material_6400ba8f_97cf_4fa7_bc3b_aa2280bf5bea": 1, "lipo2f2": 1, "q113114521": 1, "electrochemistry_47346d85_b9be_4480_8993_6307b1c58fcd": 1, "battery_74f06cdd_1f07_4e4f_9aac_21ffc4eba5ad": 1, "ion_flow_batteri": 1, "q17142201": 1, "material_ada25a02_551d_4193_a944_57dda99ebb5b": 1, "lif": 1, "lithium_fluorid": 1, "q409319": 1, "material_0deb4fe8_b0c0_4e3f_8848_64435e5c0771": 1, "lipf6": 1, "lithium_hexafluorophosph": 1, "q2583808": 1, "material_65032a2b_f5ce_44e4_8798_6bd989e6785f": 1, "lithium_hydroxid": 1, "q407613": 1, "electrochemistry_4c3ee364_829b_41a4_b895_ca4a041efb2a": 1, "material_e24e19b5_57b2_44ab_8ef8_c5ce6c08a16c": 1, "lii": 1, "lithium_iodid": 1, "q79566": 1, "battery_96addc62_ea04_449a_8237_4cd541dd8e5f": 1, "util": 1, "q2822895": 1, "battery_4f0b1312_da2f_4039_a06d_d571ce51f835": 1, "lcobatteri": 1, "q1865299": 1, "battery_2018e0da_4c25_46e9_83db_38431fc81ce0": 1, "grbatteri": 1, "battery_04a4e5a4_e6fd_43af_b1ca_4a16d5f8886c": 1, "phosphat": 1, "lfpbatteri": 1, "lithium_iron_phosphate_batteri": 1, "q901551": 1, "battery_c429bb30_50d6_4cec_ae7e_279f59c36ccd": 1, "lmfpbatteri": 1, "lmfp_batteri": 1, "battery_45804eeb_fba3_49dd_ae79_6b4e958d6e09": 1, "lmobatteri": 1, "lithium_ion_manganese_oxide_batteri": 1, "q16911101": 1, "battery_217e44ed_efd9_4b9e_9cb4_1f7488d996b2": 1, "battery_834095fa_f684_4368_a7ce_853579a1362a": 1, "q93837163": 1, "lini_xmn_yco_zo2": 1, "battery_72542944_ee85_4335_9f6d_621840e38686": 1, "recharg": 1, "lip": 1, "lipo": 1, "lipoli": 1, "lithium_polymer_batteri": 1, "battery_c4fe9409_3cd3_4af0_aa96_5681ef0261b4": 1, "battery_4d308636_8dac_4cc9_a0a1_197eefeb203f": 1, "negaitv": 1, "battery_d51a2b95_a327_4ef5_8692_ab6c412f4945": 1, "battery_b3405eb1_801e_416b_8cd2_1473f1868e27": 1, "battery_fd811dc3_8c37_4741_a099_78e26e4110ef": 1, "ltobatteri": 1, "titanate_batteri": 1, "q2564903": 1, "titan": 1, "lto": 1, "battery_fcbbda5e_7ba3_4355_8817_b90159e59847": 1, "disulphid": 1, "material_aa8e9cc4_5f66_4307_b1c8_26fac7653a90": 1, "lfp": 1, "lithium_iron_phosph": 1, "q3042400": 1, "electrochemistry_1d0f15cb_d6b5_4c27_89ca_fe78adc1ce5b": 1, "lfpelectrod": 1, "battery_05adf5d2_0fbd_4c58_906e_4b875a7f2363": 1, "electrochemistry_9109b3f6_112b_456d_ae45_b82c271c656b": 1, "lmfpelectrod": 1, "material_e8fafdc8_6cd3_4dd0_9630_10ca8e3f1827": 1, "lmo": 1, "q29565403": 1, "electrochemistry_c231227b_f318_4e59_ad90_6e91072903": 1, "lmoelectrod": 1, "electrochemistry_fffc3dad_6946_4c32_a9d3_f5f311339881": 1, "lmolfpelectrod": 1, "electrochemistry_713200a1_952b_49e2_90b7_deba229f6bb": 1, "lmpelectrod": 1, "battery_ada13509_4eed_4e40_a7b1_4cc488144154": 1, "lithium_metal_batteri": 1, "material_cd17ca33_ae3d_4738_8930_547673bf6c1f": 1, "nca": 1, "electrochemistry_f19d3b4f_d59b_4a92_a547_54a6f59cc9b4": 1, "ncaelectrod": 1, "electrochemistry_48e380c3_0441_4761_a80f_3e448cb2f0ba": 1, "nmc": 1, "nmclmoelectrod": 1, "material_3ac62305_acd6_4312_9e31_4f824bd2530d": 1, "q121086245": 1, "electrochemistry_b3eb8c65_5644_45e3_9e17_0be6277c7962": 1, "nmcelectrod": 1, "electrochemistry_098690e3_9010_437e_8042_cee1656efa9b": 1, "nmclcoelectrod": 1, "material_f3e7979a_e3ef_450a_8762_7d8778afe478": 1, "lnmo": 1, "q120861607": 1, "electrochemistry_41ddf723_245f_4ce8_b9b1_7d9b3b9eea7d": 1, "lnmoelectrod": 1, "electrochemistry_bb710d71_98fa_48a1_85bc_d8f1ef2200da": 1, "lnmolfpelectrod": 1, "material_c28a0967_ed23_48cc_a14e_a651d75a19db": 1, "lno": 1, "q81988484": 1, "electrochemistry_cab66388_3feb_4101_82bc_f4441f0b60e3": 1, "lnoelectrod": 1, "material_4b3e8f9e_9857_4bc3_8e17_aa75757d9860": 1, "lino3": 1, "lithium_nitr": 1, "q420146": 1, "material_f8954854_f303_4a2e_9e81_ff1a20623c96": 1, "lino2": 1, "lithium_nitrit": 1, "q2091170": 1, "material_dedc4519_9651_415e_95e8_1ed03b195244": 1, "liclo4": 1, "lithium_perchlor": 1, "q412015": 1, "material_46eb3e23_0d77_4e1e_9c3c_48a47f8d022c": 1, "li3po4": 1, "q426354": 1, "material_4744a12c_ca28_46b4_9e59_43c1cc15b536": 1, "material_c7282858_dabe_4cbc_96f9_d5d844986e4f": 1, "li2so4": 1, "lithium_sulf": 1, "q421106": 1, "material_8aeab71f_c07f_4eb6_9652_08ee27c29ffc": 1, "li2": 1, "lithium_sulfid": 1, "q417658": 1, "material_642ddaa3_0842_49c5_8bc9_2ae65f28da25": 1, "li2so3": 1, "lithium_sulfit": 1, "q6647969": 1, "battery_a5c1aa29_5404_4746_a9d0_0262c44ca419": 1, "notabl": 1, "sulfur_batteri": 1, "q899170": 1, "emmo_0755dd67": 1, "bdf1": 1, "5164": 1, "a706": 1, "55fcf9ced526": 1, "material_2e758ca0_7f2a_446b_b416_e5bb0ec2dae7": 1, "lialcl4": 1, "lithium_tetrachloroalumin": 1, "q6647971": 1, "material_3fd0b901_88fa_47e2_9d99_7db13cd02c9f": 1, "libf4": 1, "lithium_tetrafluorobor": 1, "q2754907": 1, "battery_f5fea163_410c_4e35_9408_15d5732c9f32": 1, "thionyl": 1, "q1537879": 1, "material_acdb232f_8041_4e11_8a11_5db2d2baae4d": 1, "lithium_titan": 1, "q3991823": 1, "electrochemistry_6d0fe07e_a629_479c_ab24_2846f209bb0b": 1, "ltoelectrod": 1, "material_b8b79435_2d26_4784_8c36_385ec8ef9661": 1, "liotf": 1, "lithium_trifl": 1, "q3998748": 1, "material_3370cbd2_3fb0_47ba_9a20_50124ae6b4cb": 1, "litfob": 1, "electrochemistry_b5e91259_cd97_4ed6_9ab2_4b18ef68a35a": 1, "spell": 1, "render": 1, "cursiv": 1, "offici": 1, "approv": 1, "l03594": 1, "8467": 1, "untit": 1, "ventil": 1, "floor": 1, "emmo_f2d4c89a": 1, "c354": 1, "5e4c": 1, "9cdb": 1, "f2de932e294f": 1, "livermorium": 1, "emmo_31fda9f8": 1, "24e1": 1, "5c53": 1, "8616": 1, "a63cee7613d": 1, "emmo_59809abc_d206_4015_9836_9d3a32460586": 1, "damp": 1, "q1399446": 1, "emmo_972e01b0_b017_4903_8c05_b7edda958723": 1, "logarithmic_scal": 1, "logarithmic_unit": 1, "emmo_ad91ad62_ef79_42ad_8e15_34cbd95d69cb": 1, "penetr": 1, "semi": 1, "815": 1, "q3277853": 1, "emmo_2fb9b3ca_a3ba_4176_b9dc_ce5449286195": 1, "Ising": 1, "q105496124": 1, "emmo_394390c8_7b29_4c0a_9104_2d2bc8780138": 1, "lorenznumb": 1, "q105728754": 1, "emmo_197095a5_6d0c_4747_bcd7_f239203217dc": 1, "emmo_c2a2b2ac_1fbe_46d9_8853_6497cea6ff43": 1, "arctan": 1, "q20820438": 1, "emmo_c3796906_8063_47d4_92af_890ae08f25fa": 1, "q79468728": 1, "emmo_8b2fd84c_8f51_4731_9bd7_830545e78b23": 1, "emmo_fd4a6307_f9f7_4b54_b044_caa04e620232": 1, "threshold": 1, "q106127355": 1, "electrochemistry_b66d6553_6136_4754_902a_707e414210c2": 1, "electrochemistry_534dd59c_904c_45d9_8550_ae9d2eb6bbc9": 1, "cutoffvoltag": 1, "dischargecutoffvoltag": 1, "endofdischargevoltag": 1, "endpointvoltag": 1, "endvoltag": 1, "finalvoltag": 1, "lowercutoffvoltag": 1, "l03639": 1, "lumen_": 1, "efficaci": 1, "talbot": 1, "older": 1, "lumberg": 1, "emmo_97589322_710c_4af4_9431_1e5027f2be42": 1, "l03640": 1, "Not": 1, "sr": 1, "emmo_4000d06d_8594_4263_ba72_5d9440b66c5": 1, "emmo_506f7823_52bc_40cb_be07_b3b1e10cce13": 1, "monochromat": 1, "540": 1, "technic": 1, "ey": 1, "w": 1, "photobiolog": 1, "lm": 1, "emmo_044f83a6": 1, "ade4": 1, "4441": 1, "9c73": 1, "5490dd93344f": 1, "emmo_5c003f53_20a2_4bd7_8445_58187e582578": 1, "emmo_e2ee1c98_497a_4f66_b4ed_5711496a848": 1, "l03646": 1, "emmo_50bf79a6_a48b_424d_9d2c_813bd631231a": 1, "luminos": 1, "sensit": 1, "emmo_14ff4393_0f28_4fb4_abc7_c2cc00bc761d": 1, "emmo_098f6f77": 1, "746a": 1, "5fcc": 1, "a6d1": 1, "4988929bf404": 1, "lutetium": 1, "emmo_66c364c4": 1, "16b7": 1, "5d5f": 1, "abd5": 1, "b6977c46f525": 1, "l03651": 1, "494700274": 1, "phot": 1, "variou": 1, "think": 1, "candelau00b7steradian": 1, "09290": 1, "foot": 1, "candl": 1, "material_04ad7fec_b260_4d25_9c6e_47711c0f8a46": 1, "2methoxyethylmethylcarbon": 1, "127": 1, "5000": 1, "23290296": 1, "material_f44338b9_7672_4e53_b002_3d980911c349": 1, "metaxylen": 1, "xylen": 1, "q3234708": 1, "emmo_4d2ca841_6cb1_4710_a756_5b989746bca2": 1, "machineri": 1, "repositori": [1, 2], "emmo_bfce8136_8f58_4ea5_ab3a_1734170c5d92": 1, "chip": 1, "emmo_a14dd591_8b7a_4847_8c91_3a2f421a45b4": 1, "material_59168cd9_e3af_4345_96e9_88a80afd3d16": 1, "mg": 1, "q660": 1, "material_2e70735d_8769_4416_948b_ab9e856050b7": 1, "magnesium_acet": 1, "q418767": 1, "battery_80c5a33a_db50_4560_8c04_ba1ce014177": 1, "emmo_ff5e8306": 1, "8e33": 1, "5305": 1, "84aa": 1, "d99055d34e0c": 1, "battery_53dec2af_0a2a_4205_a9b2_ae96ed717027": 1, "magnesium_batteri": 1, "material_43ec3168_0f1a_44aa_99ad_716fcc48bbcb": 1, "material_27696fcd_aa90_44b9_816a_c19400f0ab9a": 1, "material_c0ed3eca_64ef_4e69_a415_3e5f76ca27b6": 1, "material_62be6033_d836_4fc9_92d4_bd8cf2a9ce3a": 1, "material_fadf36f3_166e_4a2d_a933_7072e6bc578c": 1, "mgbr2": 1, "magnesium_bromid": 1, "q420413": 1, "material_a021f565_c3de_46b7_b46b_be4c7849e1ea": 1, "mgco3": 1, "magnesium_carbon": 1, "q425450": 1, "material_4525c1ee_1d0c_4a17_9fa8_24c19c690db6": 1, "magnesium_chlor": 1, "q11129394": 1, "material_b1c9078e_f001_4a8a_a56d_2c6444a18201": 1, "mgcl2": 1, "magnesium_chlorid": 1, "q265414": 1, "material_82d57014_0870_45f3_ab05_0f97c05b531d": 1, "electrochemistry_2a177462_ff01_4b83_ab9f_032e93c9ec69": 1, "material_5263c4d3_8759_48a1_b35e_5abf7a1f0454": 1, "mgf2": 1, "magnesium_fluorid": 1, "q411752": 1, "material_00db9ba1_7259_4180_a82e_7ed4dafc29a9": 1, "material_d441cd55_e84c_450f_a91e_9585b3c24527": 1, "magnesium_hydroxid": 1, "q407548": 1, "electrochemistry_d9888f1f_2226_4ce3_9cb3_91fd9bd1bf22": 1, "material_ba4394f5_21c3_4ae1_96a4_3c9e2138b7e0": 1, "mgi2": 1, "magnesium_iodid": 1, "q416265": 1, "battery_9c262b93_0a38_4f0e_9e29_ca958ebfa24": 1, "shuttl": 1, "battery_f13ac384_e21a_40b3_9ee8_023c2586049a": 1, "material_cfc02dad_a994_430b_a2b2_fd275016c485": 1, "magnesium_nitr": 1, "q411014": 1, "material_4216bdc4_ef30_43e6_bd44_47f78761939": 1, "q18211720": 1, "material_603164db_76c9_407b_be5c_8fa9b73f2dcc": 1, "magnesium_perchlor": 1, "q417970": 1, "material_b7c3fc7f_a189_46ff_bd3d_21f899507e94": 1, "mg3": 1, "trimagnesium_phosph": 1, "q6731399": 1, "material_0001e895_e74b_438f_b47f_b52f33d68331": 1, "battery_910434d7_36fa_4279_b071_9bac5a9daf92": 1, "material_9d7497bb_fe1b_4b9f_808b_f6df310dd900": 1, "mgso4": 1, "magnesium_sulf": 1, "q288266": 1, "material_95503d46_8343_4054_aa34_f0169ae0db": 1, "magnesium_sulfid": 1, "q424250": 1, "material_8c49b4a2_00e2_421e_97af_9dde2a59ac69": 1, "mgso3": 1, "magnesium_sulfit": 1, "q2396092": 1, "emmo_91579f8a": 1, "e3b1": 1, "5ac9": 1, "9533": 1, "402c8cb1ffdd": 1, "material_c581b064_f357_4378_96bc_dcb2c72013f8": 1, "material_df24fad8_7ef0_4330_a3f2_c4d65d9a3be8": 1, "q72488070": 1, "material_2b7473ba_9156_489a_880f_3a2f746cd104": 1, "emmo_81e767f1_59b1_4d7a_bf69_17f322241831": 1, "55": 1, "m03688": 1, "written": 1, "mostli": 1, "emmo_1c2226a9_22f0_40c8_8928_5a01d398f96": 1, "emmo_5073dc80": 1, "aec2": 1, "4a3b": 1, "8057": 1, "fababfcbfe11": 1, "emmo_b4895f75_41c8_4fd9_b6d6_4d5f7c99c423": 1, "magnetizingfieldstrength": 1, "56": 1, "m03683": 1, "q28123": 1, "emmo_e6b83139": 1, "ba92": 1, "4fbd": 1, "a8b2": 1, "c8dde55844a1": 1, "emmo_3b931698_937e_49be_ab1b_36fa52d91181": 1, "m03684": 1, "magnetic_flux": 1, "q177831": 1, "emmo_961d1aba_f75e_4411_aaa4_457f7516ed6b": 1, "magneticinduct": 1, "m03686": 1, "q30204": 1, "emmo_ec903946_ddc9_464a_903c_7373e0d1eeb5": 1, "emmo_4c49ab58_a6f6_409e_b849_f873ae1dcbe": 1, "emmo_3ef37f82_cd1a_4d49_ace1_83b17487c8e2": 1, "magneticareamo": 1, "q242657": 1, "emmo_74a096dd_cc83_4c7e_b704_0541620ff18d": 1, "54": 1, "q856711": 1, "emmo_8cf32f24_ada1_4350_af2c_50eb0e5f6415": 1, "emmo_6e5608ec_7768_4764_b052_2254bb5283bb": 1, "lz": 1, "jz": 1, "sz": 1, "q2009727": 1, "emmo_673433f6_47c6_4c28_ae91_12945488ed10": 1, "tension": 1, "reluct": 1, "q863390": 1, "emmo_07f571cd_252b_4421_8f98_94b6690d2ab9": 1, "emmo_01cd670e_d37c_424f_b91e_c2c2bbb5ea43": 1, "emmo_e59eb557_3a0f_4532_9984_deed22f94952": 1, "tensor": 1, "q691463": 1, "emmo_fcdf3dd6_c5d7_40d2_b062_b5580e37a9bd": 1, "q77993836": 1, "emmo_1d77524b_ff3f_4e9a_90a4_be3d0bd88855": 1, "q2299100": 1, "emmo_b23e7251_a488_4732_8268_027ad76d7e37": 1, "emmo_c30aaeb1_66cc_4c69_8890_d7812c1d608c": 1, "emmo_e75fdaed_cb4e_41ba_8aa3_4cfa5087358f": 1, "q1266982": 1, "electrochemistry_346519a4_006c_496d_8f36_74e38814ed2d": 1, "pulsemagnitudecurr": 1, "electrochemistry_4d2b102b_3515_4591_b079_69232c44f9dc": 1, "pulsemagnitudepotenti": 1, "battery_d8b9f2b9_5eb8_4be8_bafa_87789de73434": 1, "mainten": 1, "fulfil": 1, "material_7bc25dd0_8096_4ca0_98f3_03fb847f82e7": 1, "malic_acid": 1, "q190143": 1, "material_d7f2ab2a_e3ff_4aea_8cf1_862df545c882": 1, "malonic_acid": 1, "q421972": 1, "material_b496f6dd_0476_43e7_a1a9_7e025afce627": 1, "q731": 1, "emmo_2c701f72": 1, "a859": 1, "5e33": 1, "9552": 1, "b6bdbcbd28d9": 1, "material_dcdbdbed_2e20_40d1_a7a5_5761de7f0618": 1, "manganese_dioxid": 1, "q407674": 1, "electrochemistry_ca4d9efc_70be_441e_b358_d927aa4c36c4": 1, "mno2electrod": 1, "material_2f1bbf42_2021_453e_baf0_937607b4919": 1, "mn": 1, "q180713": 1, "material_29eddf3b_c99a_4624_a520_dc7983da27e0": 1, "mnbr2": 1, "q416246": 1, "material_c5adcfc9_d0f3_40d5_8aa0_6836d3c3b374": 1, "mnco3": 1, "q414659": 1, "material_09aa1409_b244_4d5e_a6ed_c94bdff60e42": 1, "material_3061643c_9dea_4e98_bc1f_6e1a28567c1d": 1, "mncl2": 1, "q421071": 1, "material_fa20cd88_2a7d_4820_9f22_d55e1f592b5c": 1, "mnf2": 1, "q414680": 1, "material_64d67eac_b2dc_45ad_9279_cff3a235e4e2": 1, "mn2o3": 1, "q419605": 1, "material_29611fc5_9fc1_486b_bdbb_33bb8b3ee916": 1, "mni2": 1, "q415520": 1, "material_eada6f39_231c_45be_ae3e_fd9a67fe0003": 1, "q421490": 1, "material_6cfae78f_ccca_40ec_b80d_ec09595cca95": 1, "mno": 1, "q414669": 1, "material_97932144_ab3b_4206_8238_ee8ea9b3327": 1, "q15631940": 1, "material_6928f0e0_767e_4f33_a18e_e3041bf7d9e9": 1, "mn3": 1, "q6748768": 1, "material_bdeefc5a_a32a_4354_a7a3_2a842784a937": 1, "mnso4": 1, "q409393": 1, "material_843697d9_5863_4959_9163_5b58dba6a3f0": 1, "manganese_sulfid": 1, "q419893": 1, "material_6861354b_cb5b_415d_b970_9b11235b4775": 1, "mn3o4": 1, "q410985": 1, "material_5a4d05f1_dd15_465b_8b44_704238e20813": 1, "material_cb6d2c65_9977_4bb1_987a_5ea828de445f": 1, "emmo_179a652d": 1, "68c8": 1, "5412": 1, "9621": 1, "98b4b00984dd": 1, "emmo_ec7464a9_d99d_45f8_965b_4e9230ea8356": 1, "engineeredmateri": 1, "processedmateri": 1, "emmo_86ca9b93_1183_4b65_81b8_c0fcd3bba5ad": 1, "artifact": 1, "tangibleproduct": 1, "emmo_c0afb341_7d31_4883_a307_ae4606df2a1b": 1, "emmo_a4d66059_5dd3_4b90_b4cb_10960559441b": 1, "manual": 1, "labor": 1, "biolog": 1, "fertigungsverfahren": 1, "emmo_86a305d1_7644_48be_b84c_1f976679b904": 1, "emmo_16cc6deb_d9f8_4ede_900a_a17cc86e57c4": 1, "setup": 1, "af7b627d_6528_4fdb_97df_ba4579c4bb5d": 1, "emmo_ed4af7ae_63a2_497e_bb88_2309619ea405": 1, "m03709": 1, "emmo_0f43918c": 1, "3578": 1, "4196": 1, "a5fa": 1, "d3fa6c0d5869": 1, "emmo_3532cc67_472a_4227_96f4_04b93146cec3": 1, "emmo_fcfc9256_1159_44d2_b4c2_bac1b85698da": 1, "961": 1, "q98591983": 1, "emmo_65efeec4_148f_4843_9954_fe52efff3441": 1, "q92020547": 1, "emmo_16f2fe60_2db7_43ca_8fee_5b3e416bfe87": 1, "m03713": 1, "emmo_b02aaadc_592d_4d65_bf11_eee06bd9f80d": 1, "irrespect": 1, "59": 1, "q76378758": 1, "wsat": 1, "emmo_df8b283c_c02a_4158_b65e_60de7bb0b550": 1, "moist": 1, "vsat": 1, "emmo_4cdec724_8ed2_4e8e_b145_260a828bb1": 1, "q26897126": 1, "emmo_b642d14c_0ba3_43c0_aa90_d0df922486c0": 1, "uncharg": 1, "rtr": 1, "rho": 1, "q99714619": 1, "emmo_7dd84949_0afa_4313_9b89_7bb0dd2e7771": 1, "m03719": 1, "q1571163": 1, "emmo_6d61ee3c_c5b6_4452_bc11_e9c33af992a7": 1, "q3265048": 1, "emmo_e35d4936_b2e3_4cd6_a437_f1c864b3d450": 1, "emmo_7c055d65_2929_40e1_af4f_4bf10995ad50": 1, "m03722": 1, "emmo_8f171308_f902_42c5_ac1d_d5259022e9c1": 1, "wd": 1, "wh2o": 1, "64": 1, "q76379189": 1, "emmo_cac16ce6_2cef_405d_ac63_0f918db4875": 1, "63": 1, "q76379025": 1, "emmo_18448443_dcf1_49b8_a321_cf46e2c393e1": 1, "emmo_3371fb68_5f07_467c_ada6_5aa3da3808d0": 1, "electrochemistry_c955c089_6ee1_41a2_95fc_d534c5cfd3d5": 1, "emmo_dc6c8de0_cfc4_4c66_a7dc_8f720e732d54": 1, "atomicmassnumb": 1, "emmo_9ba91622_e39f_43e3_b95f_290937928d7": 1, "emmo_971b3dff_28b4_4538_b082_3ec9fa5af294": 1, "emmo_1c3de02f": 1, "ddbd": 1, "4704": 1, "9538": 1, "3d4f38cc373e": 1, "emmo_2c224eb4_cb86_44a4_a067_8969ead598d7": 1, "emmo_4007522b_7ab7_4855_acd2_e99e2a0690b6": 1, "emmo_9cffc70d_4b60_4187_a7cd_706f5740ae87": 1, "emmo_30261696_a8a4_44ce_9bf5_b18201a83c76": 1, "emmo_ddcc1e64_69cc_4a0c_9ee8_08aca78b3c85": 1, "emmo_8826aefb_0bf6_4378_8732_fc80aa95654c": 1, "emmo_8f3a9f9f_6f56_49dc_b39e_1aee57ffdc58": 1, "emmo_bba5d6f7_53e5_417a_855e_a95322fb641": 1, "61": 1, "q76378860": 1, "usat": 1, "emmo_5f375229_de0c_46bf_b11f_da9d3b742253": 1, "emmo_c0f32e02_44d7_4c99_986e_c368d7219e4c": 1, "emmo_8455fa05_a877_48d7_b8a3_8e3bfad119bf": 1, "emmo_77e9dc31_5b19_463e_b000_44c6e79f98aa": 1, "emmo_c39d6a20_b987_49db_addb_a498635b89ff": 1, "26": 1, "q3077625": 1, "emmo_4207e895_8b83_4318_996a_72cfb32acd94": 1, "instanc": [1, 2], "reveal": 1, "emmo_f19ff3b4_6bfe_4c41_a2b2_9affd39c140b": 1, "emmo_e5438930_04e7_4d42_ade5_3700d4a52ab7": 1, "physics_quant": 1, "material_rel": 1, "queri": 1, "emmo_084b4f77_6df7_4c6a_b705_2528aba5cdda": 1, "emmo_fa9cfc5d_9c3c_4856_a708_28be3858917": 1, "emmo_fc859d37_408d_44b6_b345_a0ea0b65121": 1, "relev": 1, "synthesi": 1, "emmo_90f18cf0_1225_4c64_b5f8_f65cd7f992c5": 1, "solvabl": 1, "emmo_71d1c8f0_c6e3_44b5_a4b6_1b74ff35698a": 1, "manipul": 1, "continuummanufactur": 1, "emmo_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0": 1, "built": 1, "mathematc": 1, "math": 1, "emmo_ffe760a2_9d1f_4aef_8bee_1f450f9cb00d": 1, "emmo_88470739_03d3_4c47_a03e_b30a1288d50c": 1, "codomain": 1, "emmo_4bc29b0f_8fcc_4026_a291_f9774a66d9b8": 1, "notat": 1, "functiondefinit": 1, "emmo_f7ed665b_c2e1_42bc_889b_6b42ed3a36f0": 1, "analog": 1, "proper": 1, "explan": 1, "studi": 1, "abramowitz": 1, "stegun": 1, "1968": 1, "emmo_f6d0c26a_98b6_4cf8_8632_aa259131faaa": 1, "emmo_5be83f9c_a4ba_4b9a_be1a_5bfc6e891231": 1, "emmo_1cba0b27_15d0_4326_933f_379d0b3565b6": 1, "2darrai": 1, "emmo_5b2222df_4da6_442f_8244_96e9e45887d1": 1, "physicalsubst": 1, "emmo_d364e5e0_9652_4295_8f85_bd1297497377": 1, "q98148038": 1, "electrochemistry_47287d09_6108_45ca_ac65_8b9451b1065": 1, "electrochemistry_ba7ac581_0e13_4815_b888_013c378932f5": 1, "emmo_476cb776_8219_418d_92e8_2fe04b1fe5cf": 1, "carnot": 1, "carnoteffici": 1, "q93949862": 1, "electrochemistry_3e54f9e3_a31d_4821_9bfb_ef953a42c35b": 1, "electrochemistry_d5dc0c1d_0926_4268_89f0_4519a326eabc": 1, "electrochemistry_95ef8c3c_62fe_467f_b5d4_dd0cd18a7ea8": 1, "electrochemistry_cc519a19_b8d5_4e3f_b893_3a884888ad79": 1, "emmo_52f7d4e5_b4aa_4e11_9205_71e42eea13b3": 1, "meanlifetim": 1, "emmo_08865f1c_4d7e_4fa7_afba_05e5f7d06cb9": 1, "expect": 1, "impart": 1, "44": 1, "q99526969": 1, "emmo_adc5aa0d_9add_4c8a_aa81_b5798a654ca9": 1, "m03778": 1, "q756307": 1, "captur": 1, "emmo_8e08b6d4_da0f_4722_a69a_301f2246546c": 1, "q105672307": 1, "emmo_8dacb56f_5931_443b_8de6_f31aec44036c": 1, "phonon": 1, "q105672255": 1, "emmo_d64a491b_d160_4adf_bba1_1a3f0624f0ea": 1, "rectifi": 1, "cours": 1, "down": 1, "m03782": 1, "q98681589": 1, "emmo_376d013c_b703_40dc_bd8d_23145dfed2e3": 1, "m03783": 1, "q98681670": 1, "emmo_3f15d200_c97b_42c8_8ac0_d81d150361e2": 1, "emmo_873b0ab3_88e6_4054_b901_5531e01f14a4": 1, "measurand": 1, "emmo_463bcfda_867b_41d9_a967_211d4d437cfb": 1, "mesur": 1, "electrochemistry_64bf0969_37a1_4aaf_82e9_68462847ac65": 1, "principleofmeasur": 1, "112": 1, "q1530469": 1, "emmo_0f6f0120_c079_4d95_bb11_4ddee05e530": 1, "emmo_b081b346_7279_46ef_9a3d_2c088fcd79f4": 1, "emmo_9be5fcc4_0d8b_481d_b984_6338d4b55588": 1, "emmo_f2d5d3ad_2e00_417f_8849_686f3988d929": 1, "alon": 1, "conjunct": 1, "emmo_7dea2572_ab42_45bd_9fd7_92448cec762a": 1, "adapt": 1, "measuredquantityproperti": 1, "emmo_7f9b4abe_0bf1_48dc_9bd0_ea34e926ec85": 1, "q2628085": 1, "emmo_52ba3876": 1, "b51e": 1, "4670": 1, "a6f2": 1, "ce726abc2d3d": 1, "emmo_be76ad52_2e29_4202_be6f_0a15eb9c1817": 1, "85ee9154_5a3e_482e_aa37_c617ff1947ff": 1, "megaamper": 1, "emmo_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928": 1, "emmo_3213514": 1, "b1ba": 1, "506c": 1, "ae22": 1, "d4e3a688ddf3": 1, "meitnerium": 1, "emmo_b2e41936": 1, "a44f": 1, "578d": 1, "960b": 1, "91f8f0135b2b": 1, "emmo_a2a68924_b759_4ba4_a25d_126021569fb9": 1, "m03823": 1, "q176088": 1, "electrochemistry_601ff226_59b9_460b_90f5_2593450d96fa": 1, "absenc": 1, "donnanpotenti": 1, "membraneelectromotiveforc": 1, "m03825": 1, "battery_5ae0d63a_51a9_433f_b92b_da7fd66ace6": 1, "leverag": 1, "laminar": 1, "perm": 1, "emmo_e85b68e1": 1, "ca2b": 1, "51b5": 1, "8b61": 1, "dea134d88bef": 1, "mendelevium": 1, "emmo_20bb4724": 1, "2370": 1, "5205": 1, "ab8": 1, "51a4c3609d3b": 1, "material_dc5fb846_1824_40f8_9834_81f118aa1c2d": 1, "mercury_": 1, "q925": 1, "emmo_bc1bb0e8": 1, "ec90": 1, "5276": 1, "a15c": 1, "3e805144a083": 1, "battery_04d0ea52_8528_4e09_8751_2f55897a8f6": 1, "mercur": 1, "mercuricoxidebatteri": 1, "rubenmallorybatteri": 1, "mercury_batteri": 1, "q899725": 1, "electrochemistry_df78745e_f9db_4830_88f0_8ce074fcb8ff": 1, "hgelectrod": 1, "mfe": 1, "tmfe": 1, "amalgam": 1, "microdrop": 1, "hg": 1, "resolut": 1, "somewhat": 1, "reproduc": 1, "prone": 1, "interfer": 1, "intermetal": 1, "material_fd587814_4556_4909_8690_9d539d612e2a": 1, "hgo": 1, "q174727": 1, "material_d9f73522_049b_4542_909d_d7daefa9613b": 1, "emmo_12120d44": 1, "785e": 1, "5e5e": 1, "a9fd": 1, "73fe7c24ead4": 1, "emmo_eb85216f_b872_4ee5_9f62_655aa2ae0470": 1, "emmo_be0a7278_b4e6_4bca_88ba_de3f67a478e2": 1, "emmo_660a4964_0333_4663_bc66_e93ef59b0679": 1, "emmo_53935db0_af45_4426_b9e9_244a0d77db00": 1, "bead": 1, "material_bb66572a_387d_4384_92d8_fdf71918dc45": 1, "mesoxalic_acid": 1, "q2823289": 1, "battery_9cfcb1d3_ed39_476a_9300_47ffb6de6cf0": 1, "airmetalbatteri": 1, "air_electrochemical_cel": 1, "q2891821": 1, "battery_cf82b3bd_25cc_4930_bf49_c57711da1847": 1, "electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0": 1, "actv": 1, "meant": 1, "alkali": 1, "post": 1, "metalloid": 1, "electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5": 1, "emmo_4c1f58cd_6e2c_48fb_8098_1cbb762abb05": 1, "emmo_1a9e6e27_1e1d_492a_824e_6fb848574846": 1, "material_a9a6507f_9c61_44d3_bd86_f1ebf763e150": 1, "material_09c627db_bca7_4a25_9233_90af4e22505": 1, "meoh": 1, "q14982": 1, "material_9d6b7dd4_6276_4e57_bdbb_228823821995": 1, "q72514132": 1, "material_1dd8fd65_919b_40d1_a78c_9409b28e323": 1, "meoac": 1, "methylethano": 1, "methyl_acet": 1, "q414189": 1, "m03884": 1, "495145797": 1, "Its": 1, "mu00b7h": 1, "mph": 1, "min": 1, "lt": 1, "016666666666": 1, "mu00b7": 1, "emmo_442bd91e_a724_4e9f_89c1_18423016fb75": 1, "emmo_985bec21_989f_4b9e_a4b3_735d88099c3c": 1, "metrologi": 1, "emmo_18ce5200_00f5_45bb_8c6f_6fb128cd41a": 1, "vim3": 1, "emmo_50a3552e_859a_4ff7_946d_76d537cabce6": 1, "meterolog": 1, "emmo_847724b7_acef_490e_9f0d_67da967f2812": 1, "understood": 1, "6da1b965_768c_4cf0_8873_44f2035133ba": 1, "microcoulomb": 1, "microfarad": 1, "microhenri": 1, "emmo_9ff3bf8e_2168_406e_8251_1d158fc948a": 1, "emmo_90a1a4d4_7f02_4b0e_9bfd_053bafbed5f2": 1, "q96106546": 1, "emmo_0342678c_13ba_43d7_9cbd_df60967a0a45": 1, "emmo_4d548993_7a73_4cb1_a125_d417014b571": 1, "q98966325": 1, "electrochemistry_22cec04f_c7f3_4ff8_a34b_e512379c9dcb": 1, "m03921": 1, "emmo_c05759c8_de71_4223_abba_630ae405b2b8": 1, "q98998318": 1, "49adf406_5c8f_498a_8c90_e4974e9e6d11": 1, "emmo_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7": 1, "emmo_44f91d47_3faf_48e2_844c_d44bbe3e22f6": 1, "electrochemistry_86324806_4263_4d80_b5af_1a7be844ab5b": 1, "electrochemistry_a9873707_8103_4bb4_9e51_83db1e89b1bd": 1, "electrochemistry_4747c51d_86ab_4684_a4fb_b05f5c405ea3": 1, "emmo_46d5643b_9706_4b67_8bea_ed77d6026539": 1, "sexagesim": 1, "rare": 1, "occas": 1, "prime": 1, "material_15d08ff9_7685_4020_8481_d9c9b0052176": 1, "emmo_2b1fb71c_0eb0_445c_9be7_fb5d30ae79fd": 1, "emmo_94857660_8739_4270_99a7_c388933fa17d": 1, "massratioofwatervapourtodryga": 1, "62": 1, "q76378940": 1, "xsat": 1, "emmo_ec2c8ac8_98c5_4c74_b85b_ff8e8ca6655c": 1, "miixtur": 1, "emmo_9b8f36cd_4312_4bc3_a99c_420c00f41550": 1, "drift": 1, "m03955": 1, "q900648": 1, "emmo_2b0a1578_ae70_4cd1_940d_54d9c220d8f7": 1, "q106010255": 1, "emmo_d0200cf1_e4f4_45ae_873f_b9359daea3cd": 1, "emmo_f94e509a_be29_4365_a4cd_70165e47e232": 1, "electrochemistry_acdeaa89_0e99_4941_8821_d5dea3d34912": 1, "predetermin": 1, "emmo_5e26440d_af47_4c30_a1c3_511e4072c617": 1, "q79466359": 1, "emmo_50dbbf9a_ed96_486f_99f6_d8ba78a0047c": 1, "bulkmodulu": 1, "q900371": 1, "emmo_62824128_35bd_45c4_9516_23f3f24c8332": 1, "elast": 1, "youngsmodulu": 1, "m03966": 1, "q2091584": 1, "emmo_efe73b0e_006b_417a_98a7_6db26b3ce2ac": 1, "q25457909": 1, "emmo_c9354e77_e6c9_4a76_8571_2446bc934c94": 1, "shear": 1, "shearmodulu": 1, "68": 1, "s05635": 1, "q461466": 1, "emmo_ead7c629_824a_410f_afec_579f08894c78": 1, "nb": 1, "bb": 1, "amountpermass": 1, "m03970": 1, "q172623": 1, "emmo_0ca67b4c_bdd3_40a6_b8c6_ba77e39c13a3": 1, "q98592828": 1, "emmo_9e955e04_2977_457e_a91a_bc6a541c9a9": 1, "m03976": 1, "q1943278": 1, "electrochemistry_7fe804b8_6126_4132_be8f_b4985d61b1f6": 1, "Of": 1, "gibb": 1, "emmo_f675294e_6f30_4b1d_a68e_a74e59f3b2fc": 1, "q69427512": 1, "emmo_ee837ed0_2355_4802_b3cd_a8fab297d244": 1, "emmo_cdc5a859_de8d_401a_b2fd_6bed90aad310": 1, "q68972876": 1, "emmo_ad6c76cf_b400_423e_820f_cf0c4e77f455": 1, "g02579": 1, "emmo_ad9d6895_2800_48ad_8007_e293c52a8178": 1, "q88863324": 1, "emmo_aea43ae4_f824_4c42_892e_709bf9dc1c40": 1, "q88862986": 1, "emmo_24c44d2c_9ec3_438d_8cff_348cb9d7cb5c": 1, "q88523106": 1, "emmo_e980389d_6dfe_4156_9b40_32050c9644a5": 1, "q145623": 1, "emmo_8b4af754_110a_4854_ac65_349ebafc1b": 1, "q487112": 1, "emmo_8f4d2c80_002f_44b4_a4f1_0d9ead0779ba": 1, "m03980": 1, "mole_": 1, "molperkilogram": 1, "pa": 1, "unavail": 1, "emmo_46406907_9afd_424e_934a_a523f9f9cc36": 1, "q88865973": 1, "emmo_21205421_5783_4d3e_81e5_10c5d894a88a": 1, "constitution": 1, "pair": 1, "singular": 1, "emmo_4208f937_8bad_47cf_af46_4ada75e63adb": 1, "constitur": 1, "emmo_2a971203_58d5_4039_98ce_be7eafb2b14f": 1, "q96192064": 1, "emmo_3397f270_dfc1_4500_8f6f_4d0d85ac5f71": 1, "atom_bas": 1, "battery_dae4c0f0_c3eb_4662_a0df_767e02014053": 1, "anhydr": 1, "molten": 1, "salt_batteri": 1, "q949927": 1, "inactiv": 1, "material_5fbecfe6_4d2f_467d_a301_f4698b0ea7dd": 1, "q1053": 1, "emmo_0d8247fb": 1, "82b0": 1, "5ad6": 1, "996b": 1, "19469e1d7960": 1, "emmo_e4c89307": 1, "e63b": 1, "57c8": 1, "8892": 1, "60924c65aa3b": 1, "emmo_58a85e5b_6526_484d_b080_e1059ce9994c": 1, "inertia": 1, "m04006": 1, "q165618": 1, "emmo_43776fc9_d712_4571_85f0_72183678039a": 1, "m04007": 1, "emmo_ec987ba8_a548_4fc9_9df6_a834daebd140": 1, "battery_84b41796_e958_4740_925c_94c180b91e0f": 1, "electrochemistry_e94f6d42_35e4_4f9f_bb74_5e0628bbd454": 1, "emmo_b655f801": 1, "c5b9": 1, "5187": 1, "99e8": 1, "c9eba8645c05": 1, "moscovium": 1, "emmo_ced3fb28": 1, "51f7": 1, "5208": 1, "9aab": 1, "d1f8bef21ee5": 1, "electrochemistry_1a2eb6db_c927_4039_aea0_8dfab060fd27": 1, "ridg": 1, "5e00b1db_48fc_445b_82e8_ab0e2255bf52": 1, "emmo_7d56ec24_499d_487a_af7d_a91aaa787bf": 1, "emmo_2b1303e8_d4c3_453b_9918_76f1d009543f": 1, "emmo_ccb1ccaa_c8bd_47a4_b572_ca809325ac68": 1, "q99440471": 1, "emmo_2531fe94_1cdf_4f36_9abc_7ab7574310db": 1, "emmo_2a0f30f5_bb26_4235_9d67_a6b22aca78e3": 1, "emmo_83550665_c68c_4015_86a7_308c9dd2fb4b": 1, "muon_neutrino": 1, "emmo_ea7ef02a_589c_4971_908d_dee6688eebda": 1, "q78101401": 1, "material_30078875_6d7b_4c2b_8cae_1c73e6031163": 1, "c4h9oh": 1, "butanol": 1, "q16391": 1, "material_59c65403_b7f9_4852_a37a_e6295c7b026c": 1, "nmp": 1, "pyrrolidon": 1, "q33103": 1, "electrochemistry_05012606_b93d_4016_bbc7_8a927efdf723": 1, "ntopratio": 1, "material_c77f3c17_6eec_4875_92fc_50db5212ea86": 1, "proh": 1, "propan": 1, "ol": 1, "q14985": 1, "material_4295c63e_3024_4e69_8da5_102861bebac1": 1, "q412967": 1, "emmo_4f46c5ab_1c21_4639_90d5_3c4ebf3b156b": 1, "emmo_421167c0_1ea5_405f_970f_a41e9cb308f9": 1, "motiv": 1, "emmo_e999f9e0_7d63_4564_9028_07246580a267": 1, "afb29c1a_eba4_4ba7_b6a1_62e9023c94ec": 1, "emmo_5d659e25_a508_43ed_903c_3707c7c7cd4b": 1, "100nm": 1, "emmo_e1981c25_7c55_4020_aa7a_d2e14ced86d4": 1, "emmo_db9a009e_f097_43f5_9520_6cbc07e7610b": 1, "scientif": 1, "necessarilii": 1, "emmo_75fe4fd1_0f7e_429b_b91d_59d248561ba": 1, "intervent": 1, "emmo_135ab8ea_e028_439e_be64_3e0f9734ea2b": 1, "nonintentionalprocess": 1, "electrochemistry_dc205ac2_314e_415c_a2b6_b12e8359d54c": 1, "nearneutralaqueouselectrolyt": 1, "nearneutralsolut": 1, "weakli": 1, "emmo_f0b8bace_151e_4f54_8129_c180fd83ae44": 1, "antiferromagnet": 1, "q830311": 1, "electrochemistry_c94c041b_8ea6_43e7_85cc_d2bce7785b4c": 1, "negativepl": 1, "151": 1, "q120907506": 1, "electrochemistry_b851c7e9_60bf_4d3d_abe1_8d08d3d85124": 1, "emmo_2e6eba5": 1, "8c55": 1, "534c": 1, "b955": 1, "f09296e190e0": 1, "neodymium": 1, "emmo_afee3bf0": 1, "d0e0": 1, "53dc": 1, "bfb1": 1, "b624b5724d47": 1, "material_d7314c57_c073_4a7a_afa3_e81fea4b44a3": 1, "q654": 1, "emmo_24e7961c": 1, "26c8": 1, "5ae1": 1, "a29c": 1, "c32717c40684": 1, "emmo_2e96348b": 1, "f8d1": 1, "5877": 1, "a5c5": 1, "b6863c5ebcf2": 1, "np": 1, "napier": 1, "inventor": 1, "decibel": 1, "bel": 1, "alongsid": 1, "decad": 1, "euler": 1, "n04106": 1, "emmo_15595dc5": 1, "20a7": 1, "5b9f": 1, "a896": 1, "aad79f97bb8b": 1, "neptunium": 1, "emmo_e941986d": 1, "658b": 1, "ae3d": 1, "4cc170344b06": 1, "electrochemistry_9d7e5fea_a49a_4a19_a8de_8e24c60e420c": 1, "923": 1, "_m": 1, "einstein_relation_": 1, "kinetic_theori": 1, "93einstein_equ": 1, "q9325636": 1, "lambda_m": 1, "v_": 1, "z_": 1, "d_": 1, "electrochemistry_fe3a6c9a_85b8_4da6_aa4f_71c8de74939": 1, "nernst_equ": 1, "q751124": 1, "electrochemistry_14577b99_a8a9_4358_9bc5_ab8c401dd34b": 1, "emmo_f93fe78b_9646_4a15_b88b_1c93686a764d": 1, "emmo_4588526f_8553_4f4d_aa73_a483e88d599b": 1, "battery_1251f69a_6aab_41df_8e68_eabfcca43bd": 1, "nearneutralzincairbatteri": 1, "electrochemistry_0471ec77_91bc_4a78_be31_b6af613e5966": 1, "emmo_dbb2ae7f_9f47_41b3_bf68_d9bece864e2c": 1, "weak": 1, "graviti": 1, "emmo_df808271_df91_4f27_ba59_fa423c51896c": 1, "emmo_2e6c62da_2836_42c1_b2f9_dd801eef5992": 1, "n04119": 1, "neutron_numb": 1, "q970319": 1, "emmo_d3fce82a_4acb_40f9_bbcf_9b123dbe84af": 1, "prompt": 1, "delai": 1, "nuclid": 1, "fuel": 1, "q99159075": 1, "emmo_5d34ae8e_182c_49f3_815e_ea675faaaf30": 1, "q99157909": 1, "n04135": 1, "488427661": 1, "center": 1, "To": 1, "737562": 1, "pound": 1, "drag": 1, "torsion": 1, "si_derived_unit": 1, "mlt": 1, "3i": 1, "mt": 1, "mk": 1, "blais": 1, "1623": 1, "1662": 1, "philosoph": 1, "mathematician": 1, "person": [1, 3], "baromet": 1, "altitud": 1, "492989202": 1, "emmo_431ce3bc": 1, "3d54": 1, "481d": 1, "a10d": 1, "7c4a4418732a": 1, "emmo_da831168_975a_41f8_baae_279c298569da": 1, "g02695": 1, "emmo_3181bb28_623b_4411_ad79_80277c661322": 1, "material_f92b3948_72a5_4662_acf7_5d8dd64e85d": 1, "q744": 1, "emmo_caacc634": 1, "4328": 1, "5d9d": 1, "a8e8": 1, "1c25a2557e94": 1, "battery_14ffa830_2789_429d_8c05_d2ae0ca51732": 1, "nickeloxidecadmiumbatteri": 1, "93cadmium_batteri": 1, "q898377": 1, "electrochemistry_b8dc138f_8024_4f15_8350_192425d23a4d": 1, "material_b9d12a93_8bcc_4da1_ab17_3c5bbe25ba5f": 1, "q414637": 1, "material_47a21fb6_2158_4f41_8f74_5b873d5eae53": 1, "q899422": 1, "material_12f3fc79_fc8f_44a1_8736_945e03392ab": 1, "material_79614448_5a32_49e2_a690_3b5ff59ba5b7": 1, "nibr2": 1, "q419684": 1, "material_6a733ffe_5a00_40c5_b9b2_52e339a4c804": 1, "nico3": 1, "q417856": 1, "material_ccf52cd9_fc33_44c4_903d_e4a2915bd74a": 1, "q18234777": 1, "material_573a02c5_da67_438f_9056_f66caa1febaf": 1, "nicl2": 1, "material_ff2979a3_06b8_416c_bc49_208d96f25fa4": 1, "nif2": 1, "q416623": 1, "material_4ed2fb2e_2e73_43c1_bc98_4d0ee34f859": 1, "material_e9010b6e_e43b_4454_8231_e67ab1a81a18": 1, "nii2": 1, "q421443": 1, "material_465f2569_2bb8_4360_a2cb_480017390074": 1, "q425274": 1, "material_74bd7b49_4dd1_4093_8a4c_8b27a7998d05": 1, "_nitrit": 1, "q15425780": 1, "material_5088ad54_b37d_4ee1_a086_d6c17e644f9a": 1, "nio": 1, "q411221": 1, "material_92a60b4f_7abf_46f9_824b_47ff7aa09c15": 1, "q18212007": 1, "material_df5d45a8_ce23_46f7_92b2_84dd28942b0d": 1, "ni3": 1, "q18212211": 1, "material_1dfa4556_49d2_494c_971d_bd193219e9b2": 1, "niso4": 1, "q411337": 1, "material_63797ff9_c087_4033_a2e3_dd958e0b51e6": 1, "q1985595": 1, "material_2ab06c55_4453_4254_8a6e_0447ce1bc76a": 1, "niso3": 1, "q18002898": 1, "material_6405fdd6_9ba7_436a_a9f1_56fd6bd3610f": 1, "q55583610": 1, "material_3421af1a_a9fc_4079_a1a5_37d828f0c94b": 1, "q72494142": 1, "battery_a316de25_e469_4a60_81fa_fcb0f372502f": 1, "nifebatteri": 1, "nickeloxideironbatteri": 1, "93iron_batteri": 1, "q80722": 1, "battery_75cab90d_4bff_472a_be0f_48e61a272d01": 1, "hydroxid": 1, "hydrid": 1, "93metal_hydride_batteri": 1, "q308567": 1, "battery_cf74f431_cdd3_4f0a_a3e7_f1554d6204b2": 1, "material_b8c65e71_05de_4f07_acd8_a16938b550fd": 1, "electrochemistry_76e461aa_5948_4a68_8337_284d11e0fd7d": 1, "nioelectrod": 1, "material_7dc738d6_74f2_489e_ae84_a6dbdf627f2": 1, "niooh": 1, "nickel_oxide_hydroxid": 1, "q23927502": 1, "electrochemistry_344ed3a6_481a_499f_afef_631f1cece9ef": 1, "nioohelectrod": 1, "nickeloxyhydroxideelectrod": 1, "battery_46b8433d_fd57_4819_b34f_1636b72ad12": 1, "electolyt": 1, "nickeloxidehydroxidebatteri": 1, "nickel_oxyhydroxide_batteri": 1, "q127108": 1, "material_dce90b66_3414_4f5d_b818_4a0e4339e949": 1, "emmo_1fade54b": 1, "20ed": 1, "5e58": 1, "af59": 1, "214ea3b15ba9": 1, "battery_0c3674b5_3f7b_4308_9bed_0ade6eb69a4": 1, "nickeloxidezincbatteri": 1, "emmo_75771a96": 1, "5e17": 1, "568c": 1, "bc28": 1, "caba06c0047a": 1, "nihonium": 1, "emmo_8fbc9110": 1, "c822": 1, "5b8e": 1, "a5fc": 1, "ee5430d9f34a": 1, "material_5ce53b37_1248_43b0_8862_ef4bff996dcf": 1, "q1046": 1, "emmo_ad2056af": 1, "0fa7": 1, "56cf": 1, "a881": 1, "80e3a7dfd266": 1, "emmo_f0f7abe2": 1, "766d": 1, "5dcd": 1, "ba67": 1, "ada816684677": 1, "material_fabdb93c_dc23_40a9_ae83_8981d2bea07": 1, "hno3": 1, "nitric_acid": 1, "q83320": 1, "material_2eaab67b_5117_41a6_b485_2bd53564e44c": 1, "n2": 1, "q627": 1, "emmo_252f143a": 1, "2c00": 1, "5d9a": 1, "a551": 1, "c07daa22c5c0": 1, "emmo_26b7c6ca": 1, "6c6c": 1, "52e0": 1, "ba01": 1, "dcc883e64d46": 1, "material_9fb92a20_082e_4d43_83d0_4b2aba8345ca": 1, "hno2": 1, "nitrous_acid": 1, "q211891": 1, "emmo_49eb0790": 1, "50c2": 1, "5691": 1, "a8bf": 1, "dfa6f4a9f6c7": 1, "nobelium": 1, "emmo_c1bb775c": 1, "0888": 1, "5b88": 1, "9cce": 1, "c49bae1d298b": 1, "material_cac14194_2d5f_4fe6_b794_a9319f6d76e": 1, "battery_fb9baf9b_680e_493e_a755_da9bb1fc9fa": 1, "emmo_909415d1_7c43_4d5e_bbeb_7e1910159f66": 1, "alphanumer": 1, "electrochemistry_639b844a_e801_436b_985d_28926129ead6": 1, "emmo_83318add_d05e_40fc_93ea_c6cd605df437": 1, "q79813060": 1, "battery_8229b502_2e65_4652_b51d_173c697cf24a": 1, "electrochemistry_5f9a9411_05f9_4576_acd3_81d7d41cfe98": 1, "nonaqueouselectrolyticsolut": 1, "nonaqueoussolut": 1, "battery_1191d114_5aec_4167_97b1_c0bca9414c49": 1, "battery_5555b4bc_216e_4772_a914_b66b6e783079": 1, "emmo_5a10e288_c6a5_409a_a16a_98a2fb8be4f3": 1, "environmentaldata": 1, "emmo_9140f0d2_fa24_4050_85d9_17d7d2e9e1df": 1, "reactor": 1, "q99415566": 1, "emmo_ac1a05c5_0c17_4387_bac0_683f2a86f3": 1, "electrochemistry_9f466223_e20a_474d_ac4d_6d4b6131c275": 1, "emmo_868ae137_4d25_493e_b270_21ea3d94849": 1, "emmo_15344998_4490_4b40_b242_c3d92e5cdc27": 1, "electrochemistry_c610d869_cc03_44f0_b40d_ca86e945b9c9": 1, "spillabl": 1, "emmo_fcae603e_aa6e_4940_9fa1_9f0909cabf3b": 1, "holisticspatialpart": 1, "electrochemistry_83ee23b3_2f5c_4afa_b972_ac85e91d7306": 1, "nhe": 1, "q115694592": 1, "atm": 1, "bubbl": 1, "electrochemistry_3c3972f6_8e1d_454b_a198_48173ba2232b": 1, "npv": 1, "synchro": 1, "nize": 1, "emmo_fbd27874_80aa_4aac_997b_91ab766342ac": 1, "n04236": 1, "q1166093": 1, "emmo_953d7ce1_2a40_4391_831f_e4be15162efb": 1, "q97641779": 1, "emmo_c6da5256_df91_48f5_8653_35165fb454a0": 1, "diagon": 1, "q97921226": 1, "emmo_dd48bd88_9855_4da9_9297_41ae8a3c41fc": 1, "q3535676": 1, "emmo_8e655535_d6eb_46cd_9738_f86fa6c93217": 1, "q97577403": 1, "emmo_50781fd9_a9e4_46ad_b7be_4500371d188d": 1, "emmo_5fb97c35_1896_4221_bdc1_0028bb80f5d5": 1, "m03726": 1, "mass_numb": 1, "q101395": 1, "emmo_f835f4d4_c665_403d_ab25_dca5cc74be52": 1, "dens": 1, "emmo_58c08428_03e2_446d_85e1_f94cc6682e2b": 1, "n04258": 1, "q97010809": 1, "emmo_21f56795_ee72_4858_b571_11cfaa59c1a8": 1, "electrochemistry_482173dc_7779_4f12_982c_b19f2cda2dac": 1, "electrochemistry_9d6a52ed_a53d_4327_a391_f173677a4b1d": 1, "emmo_f17133c2_bb33_4ffd_89fa_eef2b403d5e6": 1, "emmo_41efdf5d_0c9c_4ea0_bb65_f8236e663be5": 1, "n04266": 1, "q614112": 1, "emmo_eefaa0ef_e7d4_4633_bf79_655bb55f4a49": 1, "q77995997": 1, "emmo_74b05aed_66bf_43c8_aa2c_752a9ca8be03": 1, "emmo_4ce76d7f_03f8_45b6_9003_90052a79bfaa": 1, "datatyp": 1, "implement": 1, "emmo_888a5dea_3b7d_4dc0_93f2_d4e345a1f903": 1, "emmo_9e029526_79a2_47a8_a151_dd0545db471b": 1, "electrochemistry_a2b01d05_b472_4cf5_b388_e0914db56324": 1, "complexplaneplot": 1, "nyquistdiagram": 1, "nyquist_stability_criterion": 1, "nyquist_plot": 1, "q1333343": 1, "battery_1c8e08a6_8542_432a_9bd3_9474df55d497": 1, "oem": 1, "emmo_c6e77b51_681b_4d04_b20d_a08f2b977470": 1, "axiom": 1, "global": 1, "decid": 1, "material_ee2e195f_7b51_4444_a472_f76ea9bb5943": 1, "orthoxylen": 1, "q2988108": 1, "emmo_90ae56e4_d197_49b6_be1a_0049e4756606": 1, "satisfi": 1, "endur": 1, "here": [1, 2, 3], "longer": 1, "span": 1, "overcom": 1, "issu": [1, 2], "anymor": 1, "emmo_2a888cdf_ec4a_4ec5_af1c_0343372fc978": 1, "interpet": 1, "channel": 1, "what": 1, "whether": 1, "emmo_dd4a7f3e_ef56_466c_ac1a_d2716b5f87ec": 1, "physicalproperti": 1, "quantitativeproperti": 1, "classifi": [1, 3], "emmo_3b19eab4_79be_4b02_bdaf_ecf1f0067a68": 1, "emmo_1b6a95fb_3df7_44c9_ad3d_419c9c5fe7cb": 1, "emmo_ea67caa5_2609_4e91_98ae_81103f2d5c25": 1, "emmo_cffec057": 1, "9258": 1, "52ae": 1, "bb4c": 1, "ca761b6bc407": 1, "oganesson": 1, "emmo_e5d7bd48": 1, "4098": 1, "59b6": 1, "b872": 1, "8bba421157eb": 1, "o04280": 1, "494685555": 1, "electrochemistry_03a6ce70_5085_4683_bb4e_fc3c18f7143a": 1, "ohmicovervoltag": 1, "ohmicpolar": 1, "emmo_e1021593_06da_4237_8a02_29d8f6fef76d": 1, "emmo_0c576e13_4ee7_4f3d_bfe9_1614243df018": 1, "manifold": 1, "electrochemistry_cb3c0663_5962_4b79_8e72_1e8242af3977": 1, "ocvhold": 1, "electrochemistry_9c657fdc_b9d3_4964_907c_f9a6e8c5f52b": 1, "opencircuitpotenti": 1, "circuit_voltag": 1, "q1812203": 1, "ocp": 1, "otherwis": 1, "emmo_37f1613c_c905_4cce_bcf4_ef0964c19e5d": 1, "q1916324": 1, "emmo_c46f091c_0420_4c1a_af30_0a2c8ebcf7d7": 1, "ordin": 1, "rockwel": 1, "emmo_6e9cb807_fc68_4bcf_b3ba_5fccc887c644": 1, "exclud": 1, "anti": 1, "material_b325bdd7_0adf_4522_a4ef_20cd6929e094": 1, "emmo_704630b8_fee3_49b9_baca_40e2dd276370": 1, "electrochemistry_564d31be_91cb_4a8f_8369_2a55f1180499": 1, "emmo_c0f72631_d7c2_434c_9c26_5c44123df682": 1, "peopl": 1, "own": 1, "author": 1, "material_cd8581de_2e32_43ee_b0f0_02de1577c69d": 1, "q751": 1, "emmo_016c831": 1, "66b7": 1, "546e": 1, "ad4a": 1, "fc22c739b0f5": 1, "emmo_fb1bb238": 1, "24bc": 1, "9243": 1, "414770fda5b": 1, "emmo_987594e7_c152_4f76_88cf_a80874a864fd": 1, "behavior": 1, "osmoticfactorofsolv": 1, "o04342": 1, "q5776102": 1, "emmo_19c5c2b2_463b_4e41_bd50_4f7239aa62d9": 1, "o04344": 1, "q193135": 1, "electrochemistry_76df6e7b_fc3b_4a1f_98b1_0ca9c0539e4c": 1, "cabl": 1, "electrochemistry_9ee6e728_e8f5_4b36_a045_d63da69dfc85": 1, "beyond": 1, "electrochemistry_1cd1d777_e67b_47eb_81f1_edac35d9f2c6": 1, "overvoltag": 1, "polarizationpotenti": 1, "o04358": 1, "material_cfcaa487_a7ee_401b_902a_afc68158a02f": 1, "ho2cco2h": 1, "oxalic_acid": 1, "q184832": 1, "emmo_26922e28_b266_46c1_b93e_4940633ba5e4": 1, "ligand": 1, "oxidationst": 1, "o04363": 1, "oxidation_st": 1, "q484152": 1, "material_28df7242_f3a7_44e5_bd60_fb16796539c1": 1, "o2": 1, "q629": 1, "emmo_48be0f49": 1, "9e7f": 1, "51c1": 1, "96ce": 1, "88e7794a13b0": 1, "electrochemistry_e2c91edd_dd01_4309_9735_6fe5280261d4": 1, "emmo_96fb9a6c": 1, "80d6": 1, "57fa": 1, "a4f2": 1, "0d2a59232418": 1, "battery_52ed5408_da62_483d_97d5_a45755022582": 1, "dfnmodel": 1, "doylefullernewmanmodel": 1, "newmanmodel": 1, "battery_0e9e80a1_1fb6_45d9_a1dd_d18ebfc48ae2": 1, "battery_ef791f05_41d4_4bdb_a1fc_fd455ed0ecb2": 1, "material_62a815b7_247b_4c48_b83c_d52044f57236": 1, "emmo_80fe82d4_f4c1_43a1_98dc_ee5fc7927e19": 1, "decim": 1, "log": 1, "a_h": 1, "p04524": 1, "far": 1, "significantli": 1, "emmo_3b586409_b05e_4129_ab40_93768eef503f": 1, "aoh": 1, "a_oh": 1, "emmo_9f33b66d_f2d6_47d0_b163_deeb3d45685a": 1, "q98058276": 1, "emmo_96c38f8d_fabd_41dc_abda_d15419eb897d": 1, "material_f96ceacb_2808_4c4d_925c_d28086c8a2e1": 1, "q1089": 1, "emmo_cabcb18d": 1, "88ff": 1, "5ff7": 1, "aceb": 1, "ab573526620": 1, "electrochemistry_f9f056bb_a38b_43bd_a6bd_99d618431f4d": 1, "material_56cdced5_3773_4839_9269_df2d13ea9224": 1, "pdo": 1, "q421063": 1, "material_0dcf209c_6455_4305_9714_fec548742c6a": 1, "emmo_89f46282": 1, "58a4": 1, "5140": 1, "8c5b": 1, "7aaddcccdcf0": 1, "battery_78826076_05d5_4cc8_b46b_93418a67c91b": 1, "impregn": 1, "emmo_123b0aee_eac2_461f_8078_3a7c8dfbe7c": 1, "electrochemistry_efc4f7ab_850d_443c_a17f_184983021f96": 1, "q302489": 1, "electrochemistry_d5da9948_e95b_4f12_a2d2_10a48f390c52": 1, "emmo_5848e476_2768_4988_98f9_9053c532307b": 1, "emmo_d1d436e7_72fc_49cd_863b_7bfb4ba5276a": 1, "assum": 1, "electrochemistry_b79d4f9e_5727_4895_8d7f_5fc18d83eb90": 1, "unwant": 1, "parasit": 1, "ineffici": 1, "emmo_90963312_d9a9_4474_8d10_835aef5b168": 1, "emmo_535021bf_d490_416a_9855_b918cf96c115": 1, "hypothet": 1, "p04420": 1, "q27165": 1, "emmo_13191289_6c2b_4741_93e1_82d53bd0e703": 1, "emmo_3f97cf06_fde4_4c2d_b867_d7983228a1ff": 1, "q39078574": 1, "emmo_1fa63b54_64d7_40fa_9c8c_003bd61664d1": 1, "q2400689": 1, "emmo_444de087_cecb_4b21_a24c_529aa31e0f4a": 1, "q98153151": 1, "emmo_246af1cb_2f80_4ff7_9add_c1dd4cfdcc93": 1, "q82965908": 1, "emmo_6de11e9b_8dcb_444b_ba79_1a55130ed0c8": 1, "q98497410": 1, "emmo_e7ec6ee1_9de2_4791_a826_15b7682b6be": 1, "n04262": 1, "q98601569": 1, "emmo_5186b2e6_f34f_46ee_b08e_ec517a1f43d2": 1, "q105533324": 1, "electrochemistry_b92e382f_5109_4f60_ab5e_c89d340419a9": 1, "electrochemistry_3cfdfc10_a5cb_4e3e_b1a1_281010d1465c": 1, "median": 1, "emmo_146e85cb_37a7_4204_84f1_30113cfddd0c": 1, "q98915762": 1, "emmo_32f55395_8b94_40de_a103_bffa5c121d98": 1, "p04442": 1, "pois": 1, "centipois": 1, "electrochemistry_d16eec87_c646_4566_bda6_7d3357cda061": 1, "battery_69173be9_7105_43da_8635_033364616783": 1, "starch": 1, "electrochemistry_a1ec9e3c_c624_4848_af13_89a6bc54d77c": 1, "coatedelectrod": 1, "e94a9156_fb6c_4e16_88ee_829ac9933155": 1, "directori": 1, "emmo_a0ce1017_0467_473b_8af8_0ddf4621b0b": 1, "arclength": 1, "arc_length": 1, "q7144654": 1, "electrochemistry_382b10dc_83aa_4e77_a1d5_1edd06fd1e05": 1, "attain": 1, "p04457": 1, "electrochemistry_e4a221e0_afc9_4464_91d4_e0c8ecdf79e8": 1, "p04464": 1, "sweep": 1, "triangular": 1, "voltamm": 1, "try": 1, "emmo_dc0874e8_36e1_44df_947d_0d7c81167a09": 1, "emmo_dfcff795_0fe9_4eb7_8f8f_879bb50939c9": 1, "peltier": 1, "q105801003": 1, "material_d47303ca_3445_4579_9684_21aa153140df": 1, "pfpi": 1, "material_3604e3b6_2e54_41b2_b204_f52a427b990a": 1, "valeric_acid": 1, "q407796": 1, "emmo_af24ae20_8ef2_435a_86a1_2ea44488b318": 1, "emmo_9b075686_4ac2_43bb_b2a3_17b3ea24ff17": 1, "emmo_11708648_fc62_46c6_bae5_3a10693e416": 1, "emmo_071b87fd_8ac8_4287_bfc6_9fcd8ce6674c": 1, "emmo_61eec472_f9af_4861_bedd_d741f022a7e5": 1, "emmo_9f0338b9_326f_44c2_893c_2d815b763130": 1, "emmo_2a068ad0_582c_4f50_90d2_89d9e28977c1": 1, "emmo_6bcf334d_efeb_49f8_9dd0_dbcbb31514d3": 1, "emmo_02a935c8_c2d4_4a00_bd6f_b89d05aac79": 1, "emmo_869e6e4f_a9b5_4db8_a978_8ad050239933": 1, "emmo_52b029aa_e525_4907_95d8_759298b04f97": 1, "emmo_95a9bf22_eabc_4a84_863d_9ea398c8a52": 1, "emmo_649bf97b_4397_4005_90d9_219755d92e34": 1, "retina": 1, "impress": 1, "accordingli": 1, "sketch": 1, "blackboard": 1, "noth": 1, "material_3286d184_258d_4f80_965b_b9277d57f1b0": 1, "q407189": 1, "material_ecd84623_43e2_457e_8988_1bfc9d1fb818": 1, "hclo4": 1, "perchloric_acid": 1, "q193956": 1, "emmo_90e59882_4592_4036_a75d_5fbefb22dc80": 1, "p04493": 1, "q2642727": 1, "emmo_1acb552d_281a_40a4_9d55_5e31b85d4dc1": 1, "emmo_09663630_1b84_4202_91e6_e641104f579": 1, "electromagneticperm": 1, "p04503": 1, "emmo_fa9c8c56_314f_4a5a_a71d_bae66446b185": 1, "emmo_e0feea8c_318e_4dcf_92f0_751e228ed99d": 1, "q77997985": 1, "emmo_0ee5779e_d798_4ee5_9bfe_c392d5bea112": 1, "p04507": 1, "emmo_5f89cb0c_3171_47ee_b2ab_027a07c34c4b": 1, "emmo_e04884d9_eda6_487e_93d5_7722d7eda96b": 1, "focu": 1, "perdur": 1, "implicitli": 1, "3d": 1, "snapshot": 1, "moreov": 1, "runner": 1, "run": 1, "conveni": 1, "stationar": 1, "occurr": 1, "ontolog": [1, 2], "our": 1, "noun": 1, "verb": 1, "happen": 1, "conceptu": 1, "claim": 1, "bia": 1, "commit": [1, 2], "realli": 1, "wonderweb": 1, "d17": 1, "literatur": 1, "bfo": 1, "snap": 1, "still": 1, "introduct": 1, "hoc": 1, "primit": 1, "endurantist": 1, "perdurantist": 1, "attitud": 1, "emmo_49267eba_5548_4163_8f36_518d65b583f9": 1, "d7c74480_a568_4470_acff_f18b499cc850": 1, "emmo_43a6b269_da31_4bb6_a537_c97df4fff32a": 1, "emmo_2a0e5777_348c_475b_adf0_1b1e71a29bc9": 1, "q415829": 1, "emmo_ff1212da_108e_4aaf_a2b0_b691fe53685": 1, "phasechangecoeffici": 1, "propagation_const": 1, "phase_const": 1, "q32745742": 1, "emmo_7f8ef5cf_7d80_46fa_951c_369014e3a8af": 1, "displacementangl": 1, "q97222919": 1, "emmo_0e030040_98a7_49b2_a871_dced1f3a6131": 1, "cohexist": 1, "emmo_0e6378df_1ce8_4321_b00c_ee9beea60a67": 1, "emmo_668fbd5b_6f1b_405c_9c6b_d6067bd0595a": 1, "emmo_9b9e0029_8b16_4382_bd47_571a7ae7d6f6": 1, "q77990619": 1, "emmo_2b69b940_a4ab_40dc_b565_8daab23e4df2": 1, "wavefront": 1, "phasespe": 1, "phase_veloc": 1, "q13824": 1, "material_350eaefc_75e1_49d8_b161_01a634607857": 1, "h3po4": 1, "phosphoric_acid": 1, "q184782": 1, "electrochemistry_78f75a64_55b6_4243_a35e_3d279c83209b": 1, "emmo_7905373a": 1, "cf03": 1, "57fe": 1, "bfdb1db9369c": 1, "emmo_6bd7b6f4": 1, "db3b": 1, "58da": 1, "b9a0": 1, "58f44bb3ed37": 1, "emmo_00f2dc2d_2f64_468a_a77c_d70841b0b5f0": 1, "electrochemistry_7760b241_775f_4be1_b827_59f9bde9e5b2": 1, "emmo_25f8b804_9a0b_4387_a3e7_b35bce5365e": 1, "emmo_8d4962d7_9608_44f7_a2f1_82a4bb173f4a": 1, "emmo_b953f2b1_c8d1_4dd9_b630_d3ef6580c2bb": 1, "With": 1, "revis": 1, "enfors": 1, "list_of_physical_const": 1, "emmo_9c32fd69_f480_4130_83b3_fb25d9face14": 1, "emmo_38b579de_4331_40e0_803d_09efa298e726": 1, "emmo_a15cea10_9946_4d2b_95c5_cfc333fd2abb": 1, "treat": 1, "emmo_5cc4e111_3eb1_44a3_9369_5af3846cf605": 1, "emmo_314d0bd5_67ed_437e_a609_36d46147cea7": 1, "scienc": 1, "devot": 1, "emmo_02c0621e_a527_4790_8a0f_2bb51973c819": 1, "dim": 1, "emmo_98ada9d8_f1c8_4f13_99b5_d890f5354152": 1, "emmo_09f0ac34_c349_46b5_acf0_0edeae52cca1": 1, "thwo": 1, "b56c3aa6_28e5_4f9b_a4a5_93d8c68e1570": 1, "emmo_0f19d84e_05b4_47c9_a5de_bb2a913d211b": 1, "multipath": 1, "merg": [1, 2], "fdae3f5a_8f8c_4875_a784_5beda43d3009": 1, "emmo_b29fd350_39aa_4af7_9459_3faa0544cba6": 1, "emmo_e97af6ec_4371_4bbc_8936_34b76e33302f": 1, "review": 1, "cwa": 1, "17284": 1, "emmo_27c5d8c6_8af7_4d63_beb1_ec37cd8b3fa3": 1, "physical_law": 1, "emmo_6e0664f2_4d4d_4407_bf60_e1b3c07198d7": 1, "emmo_5dd63d84_57f5_4b79_b760_fe940c06680d": 1, "evalu": 1, "emmo_a06e3d38_1aa8_4f45_89a8_722dbacfda24": 1, "2b243e59_3a2a_412e_9a58_81d1e5c92fb": 1, "emmo_068c4e58_2470_4b1c_8454_010dd4906100": 1, "emmo_1da53c06_9577_4008_8652_272fa3b62be7": 1, "battery_6256b4c7_243f_4067_a081_dd1eb2160036": 1, "pilotcel": 1, "emmo_76cc4efc_231e_42b4_be83_2547681caed6": 1, "p04685": 1, "emmo_47f2da35_3b01_4290_964a_589c593e85c6": 1, "ngativ": 1, "q76364998": 1, "emmo_25f5ca8e_8f7f_44d8_a392_bd3fe8894458": 1, "emmo_f5655090_2266_41cb_b2e9_3b4569c45731": 1, "battery_9d625cce_b579_4a6b_9e92_079f2c5a29bb": 1, "emmo_4c21fb86_fdcf_444e_b498_86fe656295af": 1, "emmo_e2b08775_a0f6_4bf7_b228_53dc2299f114": 1, "emmo_b5efbfa6_8610_4e3e_ad36_93e426bd873": 1, "emmo_08d993e0_cc1c_45da_b0c5_3d658091ccfd": 1, "electrochemistry_92147e31_d015_4889_a092_04fbab033f15": 1, "electrochemistry_457a8f92_0a19_4773_8114_a42edff32248": 1, "material_25f6ff4c_53ad_4837_97c4_aa6f06099bb5": 1, "q880": 1, "emmo_123629bd": 1, "efd6": 1, "5ba6": 1, "979e": 1, "2a4698b54e70": 1, "electrochemistry_2d32a81a_2148_41bd_84fb_467aa8de4a8f": 1, "mesh": 1, "ptelectrod": 1, "q20851363": 1, "pt": 1, "protic": 1, "adsorb": 1, "desorpt": 1, "interf": 1, "material_ed8ce122_1ad7_4760_b32b_96610351ef26": 1, "pto": 1, "q1676613": 1, "material_2e4767fb_2c1b_43e5_9716_acd3f34b4301": 1, "emmo_e580b699": 1, "7725": 1, "58d5": 1, "b057": 1, "7b3c816e84a1": 1, "emmo_8de14a59_660b_454f_aff8_76a07ce185f4": 1, "emmo_6e467e25": 1, "2883": 1, "5f7b": 1, "a60f": 1, "2f4b651bba3f": 1, "plutonium": 1, "emmo_15841f91": 1, "ad7d": 1, "5b81": 1, "89d1": 1, "c12b13e42f32": 1, "battery_557c1a8f_0e10_423c_9ab8_5bc316056ef4": 1, "perfor": 1, "steel": 1, "emmo_39362460_2a97_4367_8f93_0418c2ac9a08": 1, "emmo_8fdabd25_01e0_4296_b82a_09d1c34e52d4": 1, "transvers": 1, "q190453": 1, "electrochemistry_16a5de33_a2ca_4563_80d4_6caeb08d97ca": 1, "electrochemistry_83d2c2d4_ffa9_42f4_9264_a0c59c657607": 1, "low": 1, "cellrevers": 1, "electrochemistry_c2024587_3237_474e_8df9_91d10db2df47": 1, "material_3b02df00_df48_4e41_aea1_d291681dcf0": 1, "q979": 1, "emmo_784119c1": 1, "c336": 1, "5b0c": 1, "80fc": 1, "4cc8bddc99ca": 1, "emmo_af362da": 1, "2da6": 1, "595e": 1, "8581": 1, "21a8363a5a54": 1, "material_789fa169_2e2c_4a82_9c4a_aecebda6a9ab": 1, "paa": 1, "polyacrylic_acid": 1, "q409762": 1, "material_fdc7f434_0f3e_423d_9689_d1be939b5537": 1, "pan": 1, "q145421": 1, "emmo_9fa966c7_5231_409e_841f_b4c5fd33732a": 1, "material_79220ea3_3426_47a0_9b41_33012d565fc2": 1, "pe": 1, "q143429": 1, "material_dc9ae81a_b5ac_45b6_8b66_9ee6b821d475": 1, "peg": 1, "polyethylene_glycol": 1, "q410083": 1, "material_7e716191_b301_4d63_bb6b_93323ffe51bf": 1, "emmo_fb27e6d6_159e_48a6_9c29_76dc31d8a860": 1, "emmo_91447ec0_fb55_49f2_85a5_3172dff6482c": 1, "material_c5cff8c2_581e_4341_a3e6_8ba8c8ce2d2b": 1, "pp": 1, "q146174": 1, "battery_a7034a6b_8d1c_4a28_9b8a_5bee39eedf59": 1, "polysulfid": 1, "psb": 1, "bromide_batteri": 1, "material_e04eb6c9_7de2_46d4_bab2_25ff819d74ab": 1, "ptfe": 1, "polytetrafluoroethylen": 1, "q143252": 1, "material_8f867fdb_27b7_4d6f_9628_98da5afcad5b": 1, "pva": 1, "polyvinyl_alcohol": 1, "q146339": 1, "material_f2e48e9e_f774_4f42_939f_1fe522efb7c8": 1, "pvdf": 1, "polyvinylidene_fluorid": 1, "q146393": 1, "emmo_d320f878_2be4_4927_aea6_d36a2ae2dd89": 1, "emmo_3a6578ac_aee0_43b9_9bc6_1eb208c8c9a9": 1, "void": 1, "801": 1, "p04762": 1, "q622669": 1, "electrochemistry_3663991d": 1, "9319": 1, "4f7a": 1, "922b": 1, "f0e428b58801": 1, "electrochemistry_403c300e_09b9_400b_943b_04e82a3cfb56": 1, "electrochemistry_58413d4e_2885_459e_ac06_8d45e661cf91": 1, "emmo_4312cae4_03ba_457e_b35d_0671a7db350c": 1, "position_": 1, "q192388": 1, "emmo_44da6d75_54a4_4aa8_bd3a_156f6e9abb8": 1, "electrochemistry_aff732a9_238a_4734_977c_b2ba202af126": 1, "positivepl": 1, "q120907518": 1, "electrochemistry_522f0c0b_cf33_4328_af71_12e38dae6798": 1, "emmo_26a38b26_38ea_4acf_b212_db9e34c71b7a": 1, "material_b978912b_19ef_4d46_8c91_2e3578b12670": 1, "material_61c88366_7689_4814_b0c5_1f53aef1eebd": 1, "material_8c40be1f_0931_4db9_832f_cb63556f6a5a": 1, "material_88b6445a_0445_483f_88f4_6b910e901c08": 1, "q703": 1, "material_f1f123bb_59a4_429f_994b_c39415e4c444": 1, "koac": 1, "potassium_acet": 1, "q409199": 1, "emmo_d7c9e90": 1, "ba46": 1, "55b2": 1, "9671": 1, "43408f6a1d74": 1, "battery_a306c4d2_9f74_4910_8b42_52e33552cd90": 1, "material_abeadd58_520a_49b1_b89a_f668f00cb7ff": 1, "kbr": 1, "potassium_bromid": 1, "q2546": 1, "material_7a613ca4_0c7b_463e_a48c_2e3b30b21c8a": 1, "k2co3": 1, "potassium_carbon": 1, "q379885": 1, "material_74d63619_6ed6_4571_9a82_e27576c1ef32": 1, "kclo3": 1, "potassium_chlor": 1, "q309328": 1, "material_a95f6717_7edd_4901_9fbd_c0e39d95da65": 1, "kcl": 1, "potassium_chlorid": 1, "q28453483": 1, "material_ecc8bfbf_0a0c_42f4_8296_8ab1278c5e69": 1, "kf": 1, "potassium_fluorid": 1, "q422426": 1, "material_27b3d761_128f_4480_8d84_498160a3dfac": 1, "kpf6": 1, "potassium_hexafluorophosph": 1, "q1910594": 1, "material_ccdce7d4_b695_4871_84c2_13679807d077": 1, "koh": 1, "potassium_hydroxid": 1, "q132298": 1, "electrochemistry_c183f697_8995_477c_9ccd_5c12d98e3633": 1, "material_2c83627a_1b7e_43d4_a077_77e1aec35af8": 1, "ki": 1, "potassium_iodid": 1, "q121874": 1, "battery_22cd1325_5cbb_4fb3_b6a6_ae7aab5554a5": 1, "q7234684": 1, "electrochemistry_0afe79ed_dc0d_4b3e_88fa_ae0c7b1e88b5": 1, "material_4780139a_615a_4a28_a7be_bbbb28f3ec68": 1, "kno3": 1, "potassium_nitr": 1, "q177836": 1, "material_f9b2b3e1_058c_46c5_9004_32b23fd728b": 1, "kno2": 1, "potassium_nitrit": 1, "q409179": 1, "material_d185fb35_17e0_44df_9a6b_5c93d56b9c99": 1, "kclo4": 1, "potassium_perchlor": 1, "q422434": 1, "material_41bcd359_dc00_45f4_8746_d40c91e64f94": 1, "k3po4": 1, "tripotassium_phosph": 1, "q423852": 1, "material_c6e80ad7_1aef_4c6d_a51a_4aec8855a68f": 1, "material_6bf6b561_381d_4d69_bc25_dbdd322db18c": 1, "k2so4": 1, "potassium_sulf": 1, "q193054": 1, "material_c38dc7a0_bbeb_43d8_8fdd_15f6f977332a": 1, "k2": 1, "potassium_sulfid": 1, "q408920": 1, "material_35dec16f_58dc_41be_9878_a3c29fd5cdd2": 1, "k2so3": 1, "potassium_sulfit": 1, "q417109": 1, "emmo_a939c29d": 1, "2304": 1, "8b15": 1, "fc592a9d1813": 1, "material_c6c667a8_90ab_4b23_8441_5e7d0eb7dc31": 1, "kbf4": 1, "q11129316": 1, "material_4a839093_754f_4ba2_920b_0681697f32b3": 1, "kotf": 1, "q72502023": 1, "battery_b079217c_572e_4cc4_be38_a8388977085b": 1, "simpl": [1, 4], "potato": 1, "emmo_4c151909_6f26_4ef9_b43d_7c9e9514883a": 1, "virtu": 1, "p04778": 1, "electrochemistry_2dd44ff6_425a_4377_b86e_fa2bd567819f": 1, "electrochemistry_264f40d1_17c9_4bc7_9c47_5cfb18132278": 1, "potentialsweepr": 1, "scanrat": 1, "sweeprat": 1, "electrochemistry_cd7d24a5_db31_4d76_97d9_367c809f099": 1, "electricpotentialtimecurv": 1, "electricpotentialtimeplot": 1, "potentialtimecurv": 1, "electrochemistry_136744ff_0563_4df7_aa03_4219d70392a0": 1, "selectivitycoeffici": 1, "selectivityconst": 1, "selectivityfactor": 1, "p04791": 1, "nikolski": 1, "eisenman": 1, "smaller": 1, "electrochemistry_916b1863_f417_4b94_9407_9d749ada9ed5": 1, "electrochemistry_b5039bc8_f595_4797_908a_7e86131fbde4": 1, "psa": 1, "toxic": 1, "preclud": 1, "electrochemistry_e8cedede_5685_4625_9abe_64f62b5ddcb6": 1, "q900632": 1, "equi": 1, "librium": 1, "con": 1, "centrat": 1, "wherea": 1, "bridg": 1, "selec": 1, "tive": 1, "electrochemistry_a9fc3f77_e48e_4bce_b118_044d608722f6": 1, "electrochemistry_f07be701_9d6a_415b_ac6d_63202297a7a1": 1, "electrochemistry_74459386_875c_4303_b774_60125b599d06": 1, "pouch": 1, "battery_392b3f47_d62a_4bd4_a819_b58b09b8843a": 1, "coffeebagbatteri": 1, "pouchbatterycel": 1, "electrochemistry_ee479886_6805_4018_95e1_500185e44215": 1, "emmo_658b8bca_203a_49a6_920b_96b5baf5e199": 1, "emmo_09b9021b_f97b_43eb_b83d_0a764b472bc2": 1, "p04792": 1, "emmo_bf106e62_ce1c_4ccc_9f45_c10326078a5a": 1, "emmo_539d8d92_d3a5_4f46_858f_081fed5b4190": 1, "emmo_51acadf5_b874_46c1_9707_24e25e2b89ff": 1, "q750454": 1, "emmo_36e03182_1be9_497c_bb71_e26fbb9160d2": 1, "emmo_c8d084ad_f88e_4596_8e4d_982c6655ce6f": 1, "emmo_566321d8_1600_4ab0_a5da_7f99dce2b1db": 1, "66": 1, "q504186": 1, "emmo_18748aef": 1, "0e6b": 1, "5369": 1, "99b5": 1, "1e5ab1a0f99b": 1, "praseodymium": 1, "emmo_3565b4e7": 1, "51bd": 1, "57e5": 1, "afd": 1, "60be404857cf": 1, "emmo_3c7affee_09ed_42e7_a190_4a10c75ab6dd": 1, "emmo_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8": 1, "emmo_9d74a963_8c62_4c20_a413_93b786bfbecc": 1, "emmo_bbf12904_e25e_4f49_87f3_8bd210a6b535": 1, "emmo_50a44256_9dc5_434b_bad4_74a4d9a29989": 1, "perpendicular": 1, "p04819": 1, "emmo_a4e36749_1f44_4e6c_80e8_d5b27d986d8b": 1, "q74762732": 1, "emmo_9d09022c_e7ae_4379_a765_4803a8a502a1": 1, "emmo_1275ac79_7280_4d99_ab61_3d98e00c053": 1, "emmo_fced2382_9c23_47a1_8246_a5dcd45ad99c": 1, "electrochemistry_f330680b_347e_45b3_9113_5ce09d18d60b": 1, "avoid": 1, "ruptur": 1, "explos": 1, "emmo_53bd0c90_41c3_46e2_8779_cd2a80f7e18b": 1, "battery_3b0b0d6e_8b0e_4491_885e_8421d3eb3b69": 1, "primarycel": 1, "primary_batteri": 1, "q1378887": 1, "emmo_385de036_637c_48fa_b6d5_5dca6f79d350": 1, "radial": 1, "node": 1, "q867448": 1, "electrochemistry_83fbc038_0c2e_4d04_91d7_cdf30f8a5535": 1, "parallelepip": 1, "face": 1, "battery_86c9ca80": 1, "de6f": 1, "417f": 1, "afdc": 1, "a7e52fa6322d": 1, "parallelpip": 1, "electrochemistry_43cd6e14_dd43_41b5_b5b4_344d53841603": 1, "emmo_0a88be81_343d_4388_92c1_09228ff95ada": 1, "imposs": 1, "p04855": 1, "propabl": 1, "outcom": 1, "emmo_472a0ca2_58bf_4618_b561_6fe68bd9fd49": 1, "formalis": 1, "emmo_c9c8f824_9127_4f93_bc21_69fe78a7f6f2": 1, "measurementprocedur": 1, "emmo_43e9a05d_98af_41b4_92f6_00f79a09bfc": 1, "reader": 1, "unfold": 1, "emmo_592b1d98_4736_4cac_9b62_849b8dbe11c7": 1, "verfahrenstechnik": 1, "emmo_82fc8506_1f84_4add_9683_abea077bd1e3": 1, "encompass": 1, "temporali": 1, "dispos": 1, "tangibl": 1, "emmo_71b7346e_5a4a_4b2b_8ac5_d41ecc9c7bfd": 1, "emmo_256bb4be_78c6_4f2f_8589_f5e4c8339bbd": 1, "emmo_65411b3d_c8d3_4111_86a9_a2ce0a64c647": 1, "instruct": 1, "tell": 1, "execut": 1, "emmo_9ffffb55_3496_4307_82b8_a0d78fe1fcd8": 1, "softwarecod": 1, "emmo_73e73382": 1, "f3c0": 1, "5d09": 1, "bcee": 1, "f6e380269388": 1, "promethium": 1, "emmo_c45d9e2f": 1, "54f3": 1, "5464": 1, "82f3": 1, "c0f11a36389a": 1, "emmo_f9cc7a8e_bad7_40ea_be23_71dc6d0363df": 1, "q1434913": 1, "emmo_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba": 1, "material_1285bd02_b0c1_45cb_8895_6ae6517f86a1": 1, "propionic_acid": 1, "q422956": 1, "material_46e9f253_40cb_4b48_b8d0_0b976ea4e156": 1, "pc": [1, 2], "propylene_carbon": 1, "q415979": 1, "emmo_29987c5a": 1, "a7fb": 1, "5207": 1, "9610": 1, "b94316977a3d": 1, "protactinium": 1, "emmo_209b3242": 1, "1274": 1, "5d1d": 1, "a965": 1, "f8cb3fcc1073": 1, "material_878a0e2f_12ba_484e_8197_75e57139d207": 1, "emmo_8f87e700_99a8_4427_8ffb_e493de05c217": 1, "electrochemistry_11a774f3_d20a_4741_bd81_cae53230bd0c": 1, "emmo_8d689295_7d84_421b_bc01_d5cceb2c2086": 1, "p04914": 1, "material_badb80db_ae6e_4048_a720_e26229995443": 1, "124trimethylbenzen": 1, "trimethylbenzen": 1, "q376994": 1, "emmo_12aae025_a226_4762_9d51_81200a8ce54c": 1, "pariti": 1, "pseudoscalar_meson": 1, "emmo_38d00e5f_d759_4dcc_8551_ab95865cf799": 1, "parit": 1, "pseudovector_meson": 1, "electrochemistry_3cd0e74e_292c_48ed_a831_4cb8753d9a56": 1, "p04947": 1, "electrochemistry_762ba55f_9b56_4c31_865f_cff2e7d0a94b": 1, "702": 1, "emmo_a817035a_3e3c_4709_8ede_3205df3031a3": 1, "emmo_ba882f34_0d71_4e4f_9d92_0c076c633a2c": 1, "automat": 1, "There": [1, 2], "seven": 1, "cellular": 1, "biomolecular": 1, "copi": [1, 2], "nucleic": 1, "degeneraci": 1, "emmo_83a460aa_5826_4fbb_93e8_d73d0df25757": 1, "concurr": 1, "communicact": 1, "embarassinglyparallelworkflow": 1, "material_f1e874cf_3e5e_46e3_9bb9_0befc3f7361a": 1, "c5h5n": 1, "q210385": 1, "material_feb95008_db3a_4506_b7ff_6263befa0d64": 1, "pyruvic_acid": 1, "q213580": 1, "emmo_add2e29d_6d87_4b78_9706_588e25557093": 1, "emmo_0658e7df_ffd9_4779_82fc_62efe0a7f3b1": 1, "q79467569": 1, "emmo_cff5ef70_96eb_4ea3_9bea_fe1fbe6177b": 1, "health": 1, "q2122099": 1, "emmo_0650c031_42b6_4f0a_b62d_d88f071da6bf": 1, "emmo_f658c301_ce93_46cf_9639_4eace2c5d1d5": 1, "emmo_3f9ae00e_810c_4518_aec2_7200e424cf68": 1, "emmo_523f4260_31df_4967_84a6_218fd7d503b1": 1, "emmo_6fa1feac_c388_44cc_a721_283499d5addc": 1, "8203": 1, "superposit": 1, "emmo_6fe3d1d5_4107_4a52_b1d0_3b7c4f871159": 1, "emmo_252cce84_cc8a_49dc_8405_0d5e06425d69": 1, "q232431": 1, "emmo_72d53756_7fb1_46ed_980f_83f47efbe105": 1, "electrochemistry_2705525b_7512_48bf_825b_f2d0409bede4": 1, "fourth": 1, "emmo_c0487653": 1, "66e8": 1, "454e": 1, "bb11": 1, "e50167e412e4": 1, "emmo_6cfc5b82_b47b_47bc_bb45_c23c273d2e06": 1, "emmo_8627410d_01f8_4ed1_8f2b_aba69d791ad3": 1, "556e27cd_fef1_41c9_824a_dd78980062b5": 1, "dabcbe7d_db82_4445_889b_ae4d76964ea0": 1, "quintic": 1, "electrochemistry_e73cb0b7_e2af_4c1a_b05b_503df25a8bf5": 1, "mm": 1, "electrochemistry_dac5067c_e6f2_4fca_a915_5b7b918ca1c4": 1, "electrochemistry_31b7ac6a_b1eb_45e7_a075_b6063080c949": 1, "r55": 1, "electrochemistry_cf6eebea_24f6_48d2_8389_65eba0393762": 1, "r56": 1, "electrochemistry_39c6f5a0_5dc8_4112_b432_b9fece568ca2": 1, "electrochemistry_b442217f_02f6_4991_aadf_22d81369223c": 1, "r54": 1, "electrochemistry_21eef598_0799_4cb1_b2d5_6e072a8579a3": 1, "r42": 1, "electrochemistry_abffe8cd_14d3_4437_84e6_5dfc61b057e8": 1, "r43": 1, "electrochemistry_fe054d02_41c7_40e9_8206_3440ab6a67b2": 1, "r44": 1, "electrochemistry_36e05f2f_d279_4816_b5ae_6bb4cef02736": 1, "electrochemistry_296b95b0_c4cb_45db_a8ca_f638379870c4": 1, "electrochemistry_f7e253da_b12e_40b0_ba51_8cb039839ab6": 1, "electrochemistry_ce4352a7_f0b1_4f27_9184_6deebf8bbe96": 1, "r52": 1, "electrochemistry_d5f67a0c_ed56_479d_9b68_6003142f98b0": 1, "electrochemistry_f2cf71c1_f2d7_4131_82e0_2701cdecea55": 1, "electrochemistry_9c0e683b_40d7_4786_b31f_910dd68b2ea8": 1, "electrochemistry_30c8fb1b_3c75_49f5_9395_c15dfaf71b12": 1, "wrist": 1, "watch": 1, "electrochemistry_9017b8b9_e21e_4961_a3c1_c0aeef3fe795": 1, "electrochemistry_9ceffffd_b918_48c2_aad9_5db16fa6149d": 1, "automobil": 1, "electrochemistry_94497aca_52a0_48e3_9b76_157b050e35b3": 1, "lithim": 1, "electrochemistry_fab4bd12_c4ed_417a_92a3_bcb109000d82": 1, "electrochemistry_400cb3e0_27b5_4d9a_be80_f86ad2757763": 1, "electrochemistry_fbf40756_3265_4468_bcdb_88d162afc539": 1, "electrochemistry_0689e6fc_cda7_4e04_b1eb_41459a0a4736": 1, "electrochemistry_11579b47_cbf8_45ac_aed3_343ea533b346": 1, "electrochemistry_885ffc4d_2b29_42d6_8597_6fc879c21d60": 1, "electrochemistry_af92a3ae_e870_4676_9ae7_cda277b1e6e1": 1, "electrochemistry_a4e7c3d6_45bd_402a_962f_5d4b88af84ff": 1, "electrochemistry_11e9f765_4fea_456b_bd8e_4624b9c752a": 1, "electrochemistry_aaafc5d6_050a_4c51_b1ca_db5839aad4d": 1, "electrochemistry_a87d4b9d_ba91_4549_aed4_508d1160c0c0": 1, "electrochemistry_99475d6c_304c_4d6b_9eca_fbc42f768be5": 1, "electrochemistry_027d437e_3bbf_4eda_940b_e509f8d2b993": 1, "electrochemistry_94209cd8_f68f_40e6_ac70_cfb97a16e593": 1, "electrochemistry_76318e8e_c1ba_49ac_8029_a951bd9dc955": 1, "r62": 1, "electrochemistry_0a5038d4_24af_4ea8_8d56_a156faeb98e2": 1, "r63": 1, "electrochemistry_b56a95e6_eea5_4a58_99aa_045fd28e75d3": 1, "r64": 1, "electrochemistry_dc019f3f_e5f3_4eeb_bab9_a845a02223a0": 1, "r65": 1, "electrochemistry_15ec346a_6d3c_4161_95e1_9cf889965f85": 1, "r60": 1, "electrochemistry_68c1c36e_1548_4247_bae2_fe7102a2c4ff": 1, "r66": 1, "electrochemistry_6b275583_433f_46f7_aafd_ebc9409257cc": 1, "electrochemistry_bb2faf17_b819_4876_b17f_fa82917cf85d": 1, "electrochemistry_34cb7ea7_2436_46e0_806e_a3c7835ae228": 1, "r67": 1, "electrochemistry_3279f575_1c62_4bf2_a6e8_de4c7ff36f8": 1, "r58": 1, "electrochemistry_06db7d9e_d224_4360_b926_734f0349d396": 1, "r59": 1, "electrochemistry_88100e2c_0f6e_4483_afbf_30029a6702c6": 1, "electrochemistry_0c09df01_b251_4f75_b6e3_2578ba1a10c9": 1, "r41": 1, "electrochemistry_028069a2_4e03_409e_8af2_4c8df32b5c5": 1, "r48": 1, "electrochemistry_e0869e7a_36fe_4e33_9843_a5dc19fcb488": 1, "electrochemistry_ebf314c7_81ad_4d77_9da4_b454520fda0": 1, "r68": 1, "electrochemistry_eb1c9aa3_ad4f_4f2a_80f6_d6c8a8bc0d9a": 1, "r69": 1, "electrochemistry_a277e420_2483_44d5_a2bc_4e421dea231a": 1, "r57": 1, "electrochemistry_387e1e59_e511_4acb_b5ec_fa7360ec7557": 1, "electrochemistry_9a23f61b_fef0_40f8_84f9_2057f90f6a95": 1, "a23": 1, "electrochemistry_d67a0921_15e4_4c73_804e_97b2d66452b8": 1, "r45": 1, "emmo_d772fa7a_0a31_44bb_a825_ae7829d794c6": 1, "q1578234": 1, "r05036": 1, "492309312": 1, "aT": 1, "0166666666667": 1, "greek": 1, "emmo_b3c004d7_d377_459d_8857_dee6b5f51f3a": 1, "q1259526": 1, "emmo_e46f3f24_c2ec_4552_8dd4_cfc5c0a89c09": 1, "r05046": 1, "transmit": 1, "emmo_8d3da9ac_2265_4382_bee5_db72046722f8": 1, "radioactiveact": 1, "material_c0adf859_7694_440e_8c65_cb2b6b67f88b": 1, "ra": 1, "q1128": 1, "emmo_3ea9993c": 1, "80b9": 1, "5133": 1, "b552": 1, "dce78cd17ad": 1, "emmo_9a24be51": 1, "7059": 1, "5306": 1, "af89": 1, "400c78a49e9c": 1, "emmo_32dcd601_47c7_4028_b7fa_5e972ae57f12": 1, "circumfer": 1, "q173817": 1, "emmo_fea5076a_20d0_4277_a4f1_d0eebd3b0d0": 1, "oscul": 1, "planar": 1, "radius_of_curvatur": 1, "material_bc7f9905_0c1d_4911_9155_d31e96dceb55": 1, "q1133": 1, "emmo_fd99c17": 1, "6385": 1, "5b97": 1, "a20c": 1, "eddffdd56837": 1, "emmo_d0af02f3": 1, "8a47": 1, "554e": 1, "a725": 1, "42b752451a1b": 1, "battery_e939a312_661c_4b21_9651_06f34659e20a": 1, "cdl": 1, "randles_circuit": 1, "emmo_755eaac8_735e_438c_8c19_a8b5e6a81728": 1, "prototyp": 1, "electrochemistry_9b3b4668_0795_4a35_9965_2af383497a26": 1, "emmo_5fde0fa1_bbb3_42a9_ac2d_d144771aeb4b": 1, "cp": 1, "q503869": 1, "emmo_faab3f84_e475_4a46_af9c_7d249f0b9aef": 1, "johansson": 1, "ingvar": 1, "2010": 1, "parametr": 1, "metrologia": 1, "230": 1, "1088": 1, "0026": 1, "1394": 1, "012": 1, "issn": 1, "emmo_e998cee4_ac07_47a0_a12c_43eda1d9e750": 1, "q98164745": 1, "electrochemistry_f4fadc4e_ca7d_4e4e_89cf_eacf45b4041": 1, "reactionovervoltag": 1, "reactionpolar": 1, "electrochemistry_e2514bf9_d012_4990_b68b_6f37443f18f6": 1, "reaction_r": 1, "q3394849": 1, "electrochemistry_0335e3f6_d1d8_4daa_8376_a9285f1bc9f1": 1, "reaction_rate_const": 1, "q658700": 1, "emmo_2b524942_4e3e_403a_b4ab_2b53750f3d3b": 1, "emmo_68390bfb_e307_479d_8f78_d66d8773cb1d": 1, "material_78400dc0_97b0_4d59_8ea6_30bb703f428c": 1, "emmo_d8030875_6d89_4645_9728_bbc3b8690609": 1, "imaginari": 1, "q2144613": 1, "emmo_b03dfad7_eab8_4949_9d10_dd4fd12faaef": 1, "q99518950": 1, "emmo_18d180e4_5e3e_42f7_820c_e08951223486": 1, "emmo_aef218f9_6ded_4db9_9263_e78eed55e5d6": 1, "emmo_5f04b896_a4fd_4206_b201_0449b6c29289": 1, "inversedur": 1, "inversetim": 1, "reciprocaltim": 1, "q98690850": 1, "emmo_578f7da0_10f8_4fc2_9fd0_79b79f47f975": 1, "kilovolt": 1, "emmo_ecec2983_7c26_4f8d_a981_51ca29668baf": 1, "inverselength": 1, "reciprocal_length": 1, "emmo_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf": 1, "emmo_59197cce_b8b6_4216_a08d_26fb83c032af": 1, "nanometr": 1, "micromet": 1, "microm": 1, "spectrophotomet": 1, "millisecond": 1, "nanomet": 1, "picoomet": 1, "pm": 1, "picometr": 1, "emmo_87b5dd20_e4fe_422d_9e70_1eee54ec9496": 1, "gev": 1, "emmo_ca369738_78de_470b_8631_be83f75e45a3": 1, "emmo_65b794a4_cf52_4d0a_88c4_2c479537b30a": 1, "q98842099": 1, "electrochemistry_14377ecb_5ead_431e_831e_159d622bd0ea": 1, "emmo_74fd4dfc_a59e_4f66_8822_7fc3ad8a0664": 1, "emmo_1f8f92a8_4cc9_4fa3_9b5f_d5af5bab4fd2": 1, "emmo_387b0334_aff8_4b3f_9062_8ad051f72e91": 1, "emmo_aeebc6d5_bf98_45c1_b3eb_89de6722ba46": 1, "emmo_225775f9_3bf3_4309_a7e1_aa7305c9278a": 1, "emmo_b9277e83_016c_405f_b90a_7e93642c775b": 1, "emmo_d16ce022_5298_49a3_87a5_ca883faae18c": 1, "emmo_cf972459_e649_4aa8_9676_3d219b5e0fe6": 1, "emmo_73aa05b8_51be_4863_bb0b_35845ac9362b": 1, "emmo_9eb96ea0_8827_4cb9_9a03_8e07f4eae1eb": 1, "emmo_9bb271f2_80a1_481a_ba78_368c4dccc235": 1, "emmo_a4243cbf_b22e_4aa1_b9c1_130ce8c51ab2": 1, "emmo_da9e740a_6056_4fa5_a663_c6622e1972d8": 1, "emmo_506cb971_797d_4cfb_88c3_3020c4396365": 1, "battery_8f363e2e_8258_415d_8784_9a60fce9aeef": 1, "flow_batteri": 1, "q907511": 1, "emmo_15db234d_ecaf_4715_9838_4b4ec424fb13": 1, "emmo_bbca6dfa_7463_4e8d_8280_35862ff50ce0": 1, "nonmaxim": 1, "electrochemistry_7729c34e_1ae9_403d_b933_1765885e7f29": 1, "r05229": 1, "reference_electrod": 1, "q653954": 1, "electrochemistry_db40df7e_1aa5_49a7_85cb_2aa2c1c70489": 1, "emmo_5eedba4d_105b_44d8_b1bc_e33606276ea2": 1, "r05240": 1, "emmo_62273272_4cec_4168_bc7b_448f57feaba6": 1, "psat": 1, "humid": 1, "relative_humid": 1, "q2499617": 1, "cent": 1, "emmo_5574a8ed_5094_4d63_8d95_1c19cfd38409": 1, "58": 1, "l03560": 1, "q1990546": 1, "emmo_c106f318_38b1_4261_94cc_f4ac6ccc47af": 1, "968": 1, "q76379357": 1, "emmo_d26859bb_bb6e_47bb_b46e_c2253414808": 1, "defect": 1, "q98038718": 1, "emmo_3d54c1e7_69d6_4736_92ff_595f31109f2a": 1, "relativedens": 1, "r05262": 1, "q11027905": 1, "emmo_3b246b97_b2d1_4e6b_8d3f_669ebd4ddbd6": 1, "q98038610": 1, "emmo_a45dc074_c5ed_4aad_a4e7_141a02fe1d73": 1, "emmo_593ecc7c_250d_4e4d_8957_0170f3cc2154": 1, "r05272": 1, "q77785645": 1, "emmo_12f0b2eb_a7b2_4f87_8176_12748f415832": 1, "q4027242": 1, "emmo_90fa8b63_e59d_4c71_b245_6bb759a22e26": 1, "q74761852": 1, "emmo_bdb76b61_4bf6_44d6_9424_6cc073f964bc": 1, "bulkstrain": 1, "volumestrain": 1, "v06648": 1, "q73432507": 1, "emmo_26c6f1b3_c33f_4804_a3e8_3c5c931582b3": 1, "annihil": 1, "q106041085": 1, "battery_33d5e843_dcef_4b7b_97ec_bd902c9d950f": 1, "emmo_8533871a_01e4_4935_8c7b_cedf8fcc3fa3": 1, "emmo_eb7de1a1_c30e_4f0d_94c6_fe70414d7e61": 1, "schemat": 1, "tempral": 1, "emmo_8c537c06_8e1d_4a3b_a251_1c89bb2c4790": 1, "mimic": 1, "imag": 1, "pictur": 1, "battery_798806c2_9423_486a_b414_d1e49603c8cd": 1, "reserve_batteri": 1, "q7315268": 1, "emmo_2b4783a6_36ad_48c8_8f5d_fe7c05ad298b": 1, "deform": 1, "umformen": 1, "electrochemistry_526bf81a_0572_49ff_a8cc_85efc343c1c2": 1, "electrochemistry_d47985f1_6bd7_4c4f_894f_13a6cab38bb5": 1, "electrochemistry_07e219c3_890f_488f_bd96_bee8e445d764": 1, "blank": 1, "backgroundcurr": 1, "r05311": 1, "emmo_1eb6b28e_f260_4f04_ada1_19c6dcb668d9": 1, "extrapol": 1, "q25098876": 1, "emmo_83a43803_0b0f_45a4_86a3_bc6b32e6a540": 1, "q1048490": 1, "emmo_038cb8cb_c035_40c1_a3e7_7f24d63b2804": 1, "reson": 1, "q98165187": 1, "emmo_0b0dc439_fe4b_4e59_a5f6_655b0bf48559": 1, "portion": 1, "q4108072": 1, "electrochemistry_1a104474_c326_4a29_ac26_26a05ac8f72c": 1, "slope": 1, "accuraci": 1, "buck": 1, "lindner": 1, "emmo_5117c5fe_f661_46f8_83c3_b48947f1532a": 1, "invariant_mass": 1, "rest_energi": 1, "q11663629": 1, "emmo_3c947caf_4070_4c79_a3a3_e53274ac9944": 1, "inerti": 1, "invariantmass": 1, "propermass": 1, "q96941619": 1, "electrochemistry_2678a656_4a27_4706_8dde_b0a93e9b92fa": 1, "restingdur": 1, "electrochemistry_0d9ba00d_04bc_4bdc_85af_3380694f6f68": 1, "reversible_hydrogen_electrod": 1, "q900576": 1, "revolut": 1, "rev": 1, "material_a36cbc8b_f4a8_45ef_99da_748d840f51d4": 1, "q737": 1, "emmo_8d93f51b": 1, "c7c7": 1, "5486": 1, "b64a": 1, "ee206f6b6672": 1, "emmo_8d2f22ab": 1, "ba39": 1, "5e40": 1, "98dc": 1, "56f075cf22f1": 1, "material_d071c9d0_1358_4d9f_9690_53b7d69e025c": 1, "q1087": 1, "emmo_3bc0aedf": 1, "c43e": 1, "5d30": 1, "8688": 1, "44d19900a68b": 1, "electrochemistry_399b10cd_8a2e_47be_96b8_295890bd2460": 1, "material_c7a8d82c_de8f_461f_b86d_62e79ff27e6b": 1, "rh2o3": 1, "q3488660": 1, "material_27f50595_4b06_478b_8a93_877ea00c943a": 1, "rho2": 1, "q409279": 1, "material_c7bab57c_23c4_41d7_b2dc_497683fc82db": 1, "emmo_ddcc9683": 1, "bee2": 1, "5ea0": 1, "8b18": 1, "54c85b551ad6": 1, "emmo_6f55a062_4a3b_4bb7_b2d3_54a4a93ce5cc": 1, "thermion": 1, "emiss": 1, "q105883079": 1, "emmo_754c3a5d_8ae8_41ff_b5f2_acbadb53c735": 1, "emmo_07bb613c_e8d0_425f_abcc_47c58b14704": 1, "emmo_d3eecd54_e9bf_4c6f_bef8_6086cb9aa7b5": 1, "battery_ffe472c5_8e0d_49d6_b2be_9453145b4507": 1, "guest": 1, "insertionbatteri": 1, "shuttlecockbatteri": 1, "swingcel": 1, "emmo_3f29d3e0": 1, "e9d9": 1, "5f1f": 1, "bd77": 1, "97af10125f7": 1, "roentgenium": 1, "emmo_c1102ba": 1, "7e7d": 1, "5142": 1, "95fe": 1, "ec25c8cb4903": 1, "emmo_4f226cf3_6d02_4d35_8566_a9e641bc6ff3": 1, "holisticpart": 1, "emmo_91c2db4b_83e2_4c36_aadf_453acc72e6d2": 1, "cylind": 1, "emmo_0ab4306c_ba36_4a6e_941e_474ed04e8ccf": 1, "ball": 1, "tire": 1, "wheel": 1, "rollingdrag": 1, "rollingfrictionforc": 1, "q914921": 1, "emmo_ea47add2_8e93_4659_a5f0_e6879032dee0": 1, "tangenti": 1, "q91738044": 1, "aef1144d_41bd_4189_be5c_d849204b3708": 1, "fbc2549b_9108_467a_a573_de48eb45cc4a": 1, "electrochemistry_6c421175_477f_45e0_8b6c_c3464f5351c5": 1, "embed": 1, "longitudin": 1, "rde": 1, "rotating_disk_electrod": 1, "q3587619": 1, "electrochemistry_1900143f_cbc0_415f_9057_9382022a7bf": 1, "electrochemistry_7f4d74cd_d0a5_4908_9da9_7629fe419917": 1, "annular": 1, "rotating_r": 1, "disk_electrod": 1, "q5829908": 1, "mechanist": 1, "emmo_16d72037_3243_4018_ac6c_0015f661d3c3": 1, "q76435127": 1, "emmo_dfd22e00_993b_40cc_a4ad_1134c1e3007a": 1, "angulardisplac": 1, "angular_displac": 1, "q3305038": 1, "emmo_3789d3c5_77f4_456e_b7ed_40e670f47e52": 1, "electrochemistry_eacb141f_6ab4_491f_8603_a3e025cefc82": 1, "electrochemistry_a8bfac4f_3f30_4e6d_8d8e_34b1eeecb614": 1, "material_2aace708_cc53_4cc4_bf71_8e09f6521e51": 1, "q895": 1, "emmo_c828cd65": 1, "e2d": 1, "5ae2": 1, "b581": 1, "4e5d2498e493": 1, "emmo_f9544c7c": 1, "d259": 1, "b36a": 1, "61595809c538": 1, "emmo_53dd6f2a_f9de_4f83_b925_1bf39a4ab9a6": 1, "material_99e61c41_9038_418a_b98c_ab225bd6bec1": 1, "q1086": 1, "emmo_948b47f0": 1, "3c24": 1, "50c7": 1, "a698": 1, "a805f760e667": 1, "electrochemistry_7ffe1cb6_f87e_4b4a_8ce7_c98e2a584cb1": 1, "material_b468a310_e399_40e3_b9b9_6c7d90dbd07b": 1, "ruo2": 1, "q417022": 1, "material_4ca80d73_ea14_4a81_9df1_8a16ecbfd041": 1, "electrochemistry_10a91aba_da41_4309_a926_ddc0f285c2c1": 1, "ruo2electrod": 1, "emmo_0edbde89": 1, "9714": 1, "53c7": 1, "b2a9": 1, "0ef6c0f73091": 1, "material_56639835_9f0b_493f_a38c_268185ef4947": 1, "ruo4": 1, "ruthenium_tetroxid": 1, "q416759": 1, "emmo_78c3f353": 1, "1296": 1, "5dca": 1, "9759": 1, "7c59a7f53927": 1, "rutherfordium": 1, "emmo_ce8cedc4": 1, "4835": 1, "5298": 1, "b723": 1, "6223d2a17e5a": 1, "emmo_a3c78d6f_ae49_47c8_a634_9b6d86b79382": 1, "r05430": 1, "rydberg": 1, "e8b5f7de_4fd9_41d7_b988_87b512fe0180": 1, "ac19c801_bead_4730_8b8c_50020eec45ec": 1, "93170bc8_d3b2_45bd_8cad_20aad08462ef": 1, "emmo_6795a4b8_ffd0_4588_a581_a9413fe49cac": 1, "mention": 1, "si_units_mentioned_in_the_si": 1, "list": [1, 3], "brouchur": 1, "confer": 1, "cgpm": 1, "submultipl": 1, "contemporari": 1, "worldwid": 1, "encount": 1, "emmo_3a185e6c_9e19_4776_b583_19c978156aa0": 1, "emmo_1273eb34_de48_43a9_925f_104110469dd2": 1, "emmo_707c6032_e272_4a20_98b5_d35c4f67be68": 1, "offset": 1, "59e710f4_d9ea_4167_9a3f_f90628a307df": 1, "emmo_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc": 1, "accortind": 1, "emmo_f2ca6dd0_0e5f_4392_a92d_cafdae6cfc95": 1, "latest": 1, "emmo_2024fca1_b015_45ee_9490_e9e7d36bf704": 1, "emmo_d41ce84b_4317_41fb_a5d1_6cd281fca106": 1, "coher": 1, "emmo_9d28f9ad_d9d3_4edb_bc00_5d9bd242244d": 1, "2374896c_4ef8_4b3d_8c0c_0d29ba66bcfb": 1, "emmo_60b78cc3_6011_4134_95ab_956f56d4bdc1": 1, "NOT": 1, "emmo_8246541a_f1f6_4d03_8bd7_fc6b76d17375": 1, "23eabdb5_6de6_4615_b6b1_a07b3ad32fd9": 1, "emmo_e9ffc696_5228_4ff9_8a60_0f5e05e9931b": 1, "international_system_of_unit": 1, "derived_unit": 1, "48fc9480_78c3_4c81_a126_019df20d58d9": 1, "emmo_feb03a8a_bbb6_4918_a891_46713ef557f4": 1, "emmo_32129fb5_df25_48fd_a29c_18a2f22a2dd5": 1, "material_edae7b22_461b_432b_b737_3c93feb69b0": 1, "s05447": 1, "salt_": 1, "q12370": 1, "electrochemistry_637c576e_a50e_47ae_8c74_2024ce4c6d0f": 1, "salt_bridg": 1, "q899119": 1, "tube": 1, "agar": 1, "emmo_65d84215": 1, "de2a": 1, "56c9": 1, "80e3": 1, "a49d08dfc1d": 1, "samarium": 1, "emmo_96252ae5": 1, "c061": 1, "5ba0": 1, "80a4": 1, "774e5d949e06": 1, "electrochemistry_6f0dc7c0_ba12_4390_9564_f10f85a1779a": 1, "knocker": 1, "preset": 1, "tastpolarographi": 1, "enhanc": 1, "elimin": 1, "electrochemistry_52ac73c7_763c_4fda_93cd_a2db9dfc2dab": 1, "s05465": 1, "electrochemistry_ecb6dfdf_bd3d_4339_8a1c_d32abbef30ba": 1, "s05467": 1, "emmo_2bf617c6_e57b_430b_9f37_fcf2cfda719": 1, "electrochemistry_82b66bfe_ec25_417b_ba65_b631ddaaca0": 1, "saturated_calomel_electrod": 1, "q898591": 1, "electrochemistry_27a81a51_e8d7_42fb_834f_0d068fa45d89": 1, "undissolv": 1, "s05471": 1, "emmo_c7d004db": 1, "59fa": 1, "5ae3": 1, "adb1": 1, "e75736aa721a": 1, "doughter": 1, "scrap": 1, "emmo_a68368e4_b822_4395_9213_ae7429a677d6": 1, "irrot": 1, "q17162107": 1, "emmo_3275b6e9_05f1_4912_954f_7d64ac12b2d2": 1, "scalar_meson": 1, "material_b5ad0a60_44cf_40b2_880d_92a195a65859": 1, "q713": 1, "emmo_fbfd4b93": 1, "12ee": 1, "5a15": 1, "8377": 1, "d4c54635b5de": 1, "emmo_3fb231cb": 1, "7818": 1, "5b59": 1, "b8da": 1, "b5bd2c09c0fc": 1, "emmo_937757d3_ed79_4ae3_9513_3b135e58a6a1": 1, "methodologi": 1, "emmo_410b5956_a06d_4370_b7df_b1bd2126fb4b": 1, "emmo_f84b1b92_1dc8_4146_99f0_b03cd53e455b": 1, "runtim": 1, "emmo_67eaac8f": 1, "7f83": 1, "5bca": 1, "b1d0": 1, "10451d3a88a1": 1, "seaborgium": 1, "emmo_3fb44e47": 1, "7de9": 1, "5d86": 1, "9320": 1, "5949d8792951": 1, "electrochemistry_8d3bf304_78e4_4e99_abe1_6ab429e44ed1": 1, "safeti": 1, "prevent": 1, "danger": 1, "electrochemistry_1c0c8f43_7349_4646_94e3_c36727c5c2e3": 1, "s05513": 1, "495241006": 1, "emmo_700cd058_a54d_4104_97ab_887ad865409": 1, "q91405496": 1, "emmo_124c07b7_38ea_405c_81b1_5c65eee1a41a": 1, "emmo_38a53b33_0eda_45fd_b955_69d2f0d3f9d": 1, "q1049636": 1, "battery_efc38420_ecbb_42e4_bb3f_208e7c417098": 1, "rechargeablebatteri": 1, "rechargeable_batteri": 1, "q187510": 1, "emmo_e55d4f6d": 1, "2506": 1, "4f63": 1, "8e01": 1, "1963efe7071": 1, "emmo_26b13395_0031_4da2_b4d0_55eca1792107": 1, "q1930808": 1, "emmo_b725aad8_55e2_430a_b2d2_f84b8333484": 1, "q1091448": 1, "material_d4e965c3_80a8_4d13_a7b9_f1402dd3ae67": 1, "q876": 1, "emmo_808f7cd9": 1, "27b4": 1, "527b": 1, "974f": 1, "4213f10e1772": 1, "emmo_cfac37d": 1, "991d": 1, "5a7d": 1, "9adc": 1, "8946324ffef6": 1, "electrochemistry_444992e5_43f8_44a1_9767_b408dbe54330": 1, "lose": 1, "q1418367": 1, "emmo_008fd3b2_4013_451f_8827_52bceab11841": 1, "emmo_b803f122_4acb_4064_9d71_c1e5fd091fc9": 1, "bring": 1, "1902": 1, "nem": 1, "triadic": 1, "mental": 1, "emmo_6f5af708_f825_4feb_a0d1_a8d813d3022b": 1, "se": 1, "reduction": 1, "formless": 1, "ed": 1, "speak": 1, "emmo_8bb6b688_812a_4cb9_b76c_d5a058928719": 1, "emmo_90589553_5625_4074_8f0d_0532fd7eb42b": 1, "break": 1, "cuttingmanufactur": 1, "trennen": 1, "electrochemistry_331e6cca_f260_4bf8_af55_35304fe1bbe0": 1, "prohibit": 1, "electrochemicalsepar": 1, "separator_": 1, "q1718181": 1, "emmo_92829beb_6ed4_4c88_bbd5_3bc7403e2895": 1, "slice": 1, "emmo_2666a7e3_2ad4_49a0_899e_329607231f4b": 1, "emmo_57ba1bf0_4314_432c_a9bb_6a6720c8dab5": 1, "electrochemistry_8c71739c_27c1_4d19_a0ff_02545296af43": 1, "electrochemistry_bed5b5f9_b89d_45e3_a8c2_81b70ae21847": 1, "emmo_127594de_4802_4ad6_b09d_d05b340394dd": 1, "intangibleproduct": 1, "battery_be5d1b4f_5579_4702_9dbb_6c15e577e8dc": 1, "battery_b10c88d8_43d9_42dd_9f65_49ce2314513f": 1, "emmo_21bc99ae_f2ba_4eb3_90c1_d81968c429e2": 1, "sextic": 1, "emmo_2ff07b07_c447_490f_903a_f6a72a12d7bf": 1, "emmo_24b30ba4_90f4_423d_93d2_fd0fde349087": 1, "4x3": 1, "emmo_1d6b63d5_9938_483c_ad62_a09ac34153c9": 1, "emmo_a2682209_f9e2_4024_98dd_ed1f6c5699b": 1, "s05637": 1, "q7561704": 1, "electrochemistry_e8ec76bf_2a60_4982_8cde_02dfbd2e626f": 1, "storagelif": 1, "electrochemistry_75c28dc8_3d7d_4b6e_861e_6c8b1ad7d644": 1, "depress": 1, "emmo_e6efd70d_87b4_4e18_a471_9b29c7a1fe16": 1, "nearest": 1, "neighbour": 1, "q105495979": 1, "electrochemistry_f47611a2_e081_47f0_b287_3fda5f706154": 1, "main": [1, 2], "secondaryreact": 1, "side_react": 1, "q22117434": 1, "siemens_": 1, "doseof": 1, "s05658": 1, "495474333": 1, "emmo_b21a56ed_f969_4612_a6ec_cb7766f7f31d": 1, "semeion": 1, "hav": 1, "peculiar": 1, "text": 1, "tomist": 1, "electrochemistry_68059d94_4c21_4065_b329_07faeebc7e87": 1, "baselinepotenti": 1, "ones": 1, "material_68c0876b_cb62_41cd_846d_95cc9d9a8733": 1, "q670": 1, "battery_67c336e7_4d06_44b0_8f4d_5ab0c4d12a92": 1, "air_batteri": 1, "emmo_798b0c96": 1, "82ca": 1, "5ce8": 1, "8d5f": 1, "f9f72668cf5d": 1, "battery_9d1bf61e_7f64_43fd_af38_c16fb04ee72d": 1, "electrochemistry_79e12290_d1e5_4c41_916c_18f1e4d7fb51": 1, "electrochemistry_e8c39ecc_29d1_4172_996e_d5b05dc88015": 1, "electrochemistry_4143b1c2_2d21_419e_af45_247d4c78ce7": 1, "electrochemistry_2fd5964b_0c65_4413_8b8c_849639e6d1e7": 1, "emmo_4f9670f5": 1, "14ca": 1, "53da": 1, "a1ea": 1, "9b0550a61035": 1, "material_e1e6ff98_0725_4d27_ab21_2ca5a95371f0": 1, "q1090": 1, "emmo_36ab7281": 1, "0187": 1, "568f": 1, "b0b4": 1, "61e33dc08cfc": 1, "battery_664c8bf0_c6b9_4d57_96da_83f36b31ec04": 1, "electrochemistry_6ec59f99_5f26_4a7d_9b90_b52e0f8ad190": 1, "sliver": 1, "silver_chloride_electrod": 1, "q900939": 1, "electrochemistry_a462859d_d8bd_48ea_8bde_1576f1248a1": 1, "pellet": 1, "agelectrod": 1, "q20851418": 1, "ag": 1, "material_2a540939_3908_4f85_92f9_c46da7d4e9cb": 1, "ag2o": 1, "silver_oxid": 1, "q407815": 1, "battery_d95593e8_03cd_404b_8b2b_beb97417a16a": 1, "battery_f8720768_b348_4547_929b_2ffbb3fec199": 1, "silvercadmiumbatteri": 1, "q48798855": 1, "material_f24cfd50_5d01_4e02_88b5_44a609cfa432": 1, "electrochemistry_a3745142_b97a_4e19_b7ed_03599f56e81d": 1, "emmo_e82869a8": 1, "32a8": 1, "5d57": 1, "81a8": 1, "e2d618976f23": 1, "battery_49f68ecb_c8d1_4cfc_93ec_88c9fdbc7413": 1, "silver_zinc_batteri": 1, "q2285713": 1, "emmo_9335cf09_431f_4613_9dab_ce4ceaca965b": 1, "emmo_8b66ada5_510c_44bd_a8d8_3c64d301a5e9": 1, "electrochemistry_418c59bd_dc9d_438b_bc7c_494fbd1bb4f8": 1, "emmo_172e2c96_180b_40f8_a3e7_b624471f40c2": 1, "battery_1dc7221d_bea7_49dd_8215_f57cd96cd073": 1, "emmo_03441eb3_d1fd_4906_b953_b83312d7589": 1, "melt": 1, "liquefact": 1, "fuse": 1, "piec": 1, "electrochemistry_d61deb36_b397_4811_bf7a_66d8e4578c6": 1, "electrochemistry_c74bb11c_e875_4112_b9cf_00d0890ef1f5": 1, "emmo_6d7158f3_7d96_498f_9cf3_31f4798f31c6": 1, "q98950918": 1, "emmo_1ac837ae_23e4_4cae_b866_dcf18c5c8a3d": 1, "q98915830": 1, "emmo_fbef8d6b_9340_4ea0_bb38_26f66a5dee60": 1, "q98996963": 1, "emmo_5a2af26d_99de_4e5e_b1cd_514be71420c3": 1, "material_a16a1bae_7844_42fd_bb6d_979195d6c933": 1, "q658": 1, "material_4e27d4ae_cb93_475a_8a97_121fc8e0248": 1, "naoac": 1, "sodium_acet": 1, "q339940": 1, "battery_7b8c74b3_0fa5_41d5_bb43_6230f5e293c8": 1, "emmo_dea931ca": 1, "1ec7": 1, "58f8": 1, "88e5": 1, "fb5615d8b214": 1, "battery_a02f11a5_3b1a_4ffe_93d8_e082687fe39d": 1, "material_e884ea99_9b69_4b8e_b932_9c47e1c8ce0c": 1, "nabob": 1, "material_0a6ddace_69a9_43af_8cb1_bf1fcfaaea67": 1, "nabop": 1, "material_02172b42_6e67_439c_93f4_42e7949268c": 1, "natfsi": 1, "q114346676": 1, "material_bf77edae_ea79_45fb_9ed1_5b8a24665cca": 1, "nabr": 1, "sodium_bromid": 1, "q15768": 1, "material_2c9a9480_4efd_46fe_929a_5e4506ce429b": 1, "na2co3": 1, "sodium_carbon": 1, "q190227": 1, "material_d53de966_29a4_4a1b_b166_a8c7734eeae0": 1, "naclo3": 1, "sodium_chlor": 1, "q407446": 1, "material_4cb44b89_42ca_481e_b883_ab9cf6621862": 1, "nacl": 1, "sodium_chlorid": 1, "q2314": 1, "material_68f9b85e_340f_46ec_96da_ebb6bd62f5fd": 1, "q15730218": 1, "electrochemistry_f8f81b27_1d6c_42d8_a7e9_5a2534102562": 1, "material_cdd18f0c_e7b3_4d09_b3dd_c09fe4b1adba": 1, "sodium_cobalt_oxid": 1, "q31841811": 1, "electrochemistry_ee0278fb_932d_48cd_a20a_c1b89b29d68b": 1, "material_0bdf0bb9_41fc_455d_af11_a249e24acdf6": 1, "electrochemistry_9e24d403_8531_416e_a9ec_d1ec5508bcb1": 1, "material_66ceb100_8123_4393_9b57_7e1899954600": 1, "nadfob": 1, "electrochemistry_df4dd678_9642_47c9_84dd_4bb09f369f53": 1, "material_6ec58a26_3a58_4f9f_a1ff_7858e7668bf0": 1, "naf": 1, "sodium_fluorid": 1, "q407520": 1, "material_597d0bee_eb9b_4264_9888_2c1400690a5d": 1, "napf6": 1, "sodium_hexafluorophosph": 1, "q2937970": 1, "material_904b81d8_7d9c_45f4_95d7_e27ff9cebf17": 1, "naoh": 1, "sodium_hydroxid": 1, "q102769": 1, "electrochemistry_d936c767_1530_419c_93f4_59e08f0d702c": 1, "material_26727c25_d619_4c2b_8699_a79be9c07bd5": 1, "nai": 1, "sodium_iodid": 1, "q390305": 1, "battery_42329a95_03fe_4ec1_83cb_b7e8ed52f68a": 1, "q391088": 1, "battery_d3855d31_6aad_4b6d_ab35_c61669df583": 1, "electrochemistry_8968eb7a_9a65_4286_a596_c31b998df329": 1, "material_c5582dae_ccff_4fbe_adaa_078091054640": 1, "electrochemistry_502a98a3_ce47_421f_8e0a_016ed171c900": 1, "electrochemistry_4edb47d6_107c_40a2_be7c_6b26e9d296da": 1, "material_0139937b_2724_4864_84fb_f14bcfb83538": 1, "nmo": 1, "electrochemistry_e8d9e091_a56d_4a24_a305_d1bac55cfce3": 1, "material_b01771a9_218a_4b01_b20f_4021cfa0b7d5": 1, "electrochemistry_cc0468a2_1851_4d3d_92a6_b4059db0c056": 1, "electrochemistry_103c9e6c_9c26_430a_9fb9_f4f041e970b0": 1, "material_97439fbb_155f_433d_9edd_d510cd491f24": 1, "electrochemistry_4a13e538_4c08_4ba9_8ebc_98a866208e01": 1, "material_a84adfaa_e17e_4325_86d3_208d418e9956": 1, "nano3": 1, "sodium_nitr": 1, "q184373": 1, "material_5e44fe20_093d_4848_84ef_a20d69c17f3f": 1, "nano2": 1, "sodium_nitrit": 1, "q339975": 1, "material_4ec21ff2_f0f3_470f_8855_05ba6a074ecf": 1, "naclo4": 1, "sodium_perchlor": 1, "q408491": 1, "material_4de6c4d5_0d8d_418c_b3f0_c780f000cd55": 1, "na3po4": 1, "trisodium_phosph": 1, "q409501": 1, "material_584bfc73_2715_417f_973c_552ae58529f5": 1, "material_48831514_d92f_4c67_8065_98df6f4d11cb": 1, "na2so4": 1, "sodium_sulf": 1, "q211737": 1, "material_881dd19c_814c_4c58_9e67_f9c2494fec11": 1, "na2": 1, "sodium_sulfid": 1, "q407510": 1, "material_899debc5_ad7c_4f0a_a68c_47fedca57364": 1, "na2so3": 1, "sodium_sulfit": 1, "q407806": 1, "emmo_c00cc96": 1, "a51": 1, "5dc9": 1, "9e6c": 1, "1cc4dfaf1c67": 1, "material_47766d88_0ded_4f5c_87f9_f810fe5ce02b": 1, "naalcl4": 1, "sodium_tetrachloroalumin": 1, "q8010655": 1, "material_e7be17c8_49e3_43d9_8859_82e39c5ca594": 1, "nabf4": 1, "sodium_tetrafluorobor": 1, "q425190": 1, "electrochemistry_c5f51531_1452_4654_82e5_0505491c2c7d": 1, "electrochemistry_cff80dd5_19a9_4357_8fb9_410a978153e2": 1, "material_d729ecb6_dd34_43fa_a67d_33045483fa7c": 1, "naotf": 1, "sodium_trifluoromethanesulfin": 1, "q7553385": 1, "material_1be34841_81f7_4216_8290_6bd75361a1c9": 1, "natfob": 1, "emmo_8681074a_e225_4e38_b586_e85b0f43ce38": 1, "emmo_31557fae_b039_491c_bcbb_0ccb8711d5a6": 1, "emmo_c790c7ff_2d10_4336_94ad_4f4e173109a9": 1, "emmo_a2b006f2_bbfd_4dba_bcaa_3fca20cd6be1": 1, "confin": 1, "emmo_96c8d72f_b436_44e2_9f7f_085c24094292": 1, "electrochemistry_65c90d8d_9712_4f3f_b830_d8163ec4cfcc": 1, "sae": 1, "emmo_e7c9f7fd_e534_4441_88fe_1fec6cb20f26": 1, "s05732": 1, "emmo_35e1dd93_2cb6_4cea_b201_31036e113f61": 1, "conic": 1, "vertex": 1, "border": 1, "solid_angl": 1, "q208476": 1, "electrochemistry_0508a114_544a_4f54_a7de_9b947fb4b618": 1, "fastionconductor": 1, "solidstateelectrolyt": 1, "fast_ion_conductor": 1, "electrochemistry_ecf136cb_2584_4cb1_98b7_2d2b3d22e40d": 1, "emmo_9bed5d66_805a_4b3a_9153_beaf67143848": 1, "emmo_c457b6b9_5e73_4853_ae08_d776c12b8058": 1, "emmo_33e0ac8b_a318_4285_b1de_e95347784632": 1, "emmo_77e2e601_5ecb_450b_b563_92f096997832": 1, "emmo_5add9885_dc98_4fa5_8482_fdf9ba5e3889": 1, "emmo_2dd512a1_5187_47cc_b0b8_141214e22b59": 1, "emmo_5e77f00d_5c0a_44e7_baf1_2c2a4cb5b3a": 1, "battery_ef6a6244_fe3d_406e_8456_f72b45bb1fdf": 1, "assb": 1, "allsolidstatebatteri": 1, "ssb": 1, "solidelectrolytecel": 1, "state_batteri": 1, "q7557794": 1, "emmo_38d65ffa_353f_4820_8781_ff986b63e517": 1, "s05740": 1, "q170731": 1, "emmo_40989212_4866_41c0_8a20_84fd39540f29": 1, "solubilityproductconst": 1, "s05742": 1, "q11229788": 1, "ambn": 1, "8594": 1, "ksp": 1, "am": 1, "8901": 1, "emmo_2031516a_2be7_48e8_9af7_7e1270e308f": 1, "rayleigh": 1, "material_81b90332_8b8e_407b_a8fd_517306d56a59": 1, "emmo_8f207971_aaab_48dc_a10d_55a6b4331410": 1, "emmo_348d39f7_6a17_49d1_9860_9b33b69b51d": 1, "detail": 1, "plan": 1, "emmo_5c78b424_087b_4e31_8c91_6422f1be1e86": 1, "sourcetens": 1, "q185329": 1, "emmo_a242d3e9_c6d3_411e_a667_71ffbc248a1a": 1, "electrochemistry_e3f6eacc_f661_404e_ac16_45d2fa1f5d89": 1, "unabl": 1, "depletionlay": 1, "depletionregion": 1, "depletionzon": 1, "junctionregion": 1, "spacechargeregion": 1, "82": 1, "depletion_region": 1, "q288224": 1, "electrochemistry_49909cd1_44f4_41b4_877a_82a52845a5cb": 1, "emmo_432192c4_111f_4e80_b7cd_c6ce1c1129ea": 1, "emmo_b8ce01a5_1e0c_4c69_8e54_7235fd4fe47": 1, "emmo_f0644f69_7337_4385_9d4a_4401b7bf3302": 1, "emmo_4cf484af_082a_40f5_9f11_930bf4634482": 1, "emmo_8944581c": 1, "64da": 1, "46a9": 1, "be29": 1, "7074f7cc8098": 1, "emmo_f055e217_0b1b_4e7e_b8be_7340211b0c5": 1, "emmo_2469e4c6_ac2e_4c8f_b49f_7b2d2e277215": 1, "emmo_e12dcfa4": 1, "c9f1": 1, "4546": 1, "9a12": 1, "8457c052e6ba": 1, "wellformedtessel": 1, "emmo_2e46d966": 1, "9f14": 1, "4673": 1, "821e": 1, "7c7cf2957926": 1, "emmo_22c91e99_61f8_4433_8853_432d44a2a46a": 1, "wellformedtil": 1, "emmo_3ee80521_3c23_4dd1_935d_9d522614a3e2": 1, "shortcut": 1, "emmo_5adcbbb9_4325_4c23_ac50_62c77569e9c4": 1, "massicact": 1, "s05790": 1, "q2823748": 1, "electrochemistry_1e3dc60d_dd6b_47d6_8161_70004fc5ee30": 1, "gravimetriccapac": 1, "specificelectricchargecapac": 1, "electrochemistry_4882cf2f_aab7_4a3a_a103_7f56b55fbed3": 1, "electrochemistry_884650fd_6cc6_4ec6_8264_c18fbe6b90e": 1, "emmo_e218c625_6a39_47a9_8d08_a2ef41c152a9": 1, "specific_energi": 1, "q3023293": 1, "emmo_a5de0529_7c25_494c_951d_c0a561fd61fd": 1, "q99566195": 1, "electrochemistry_ccdfed06_6d24_47e4_98af_ce3ffe7bd09": 1, "emmo_85605643_f9ed_42ae_85ff_4a7443288dfd": 1, "specific_enthalpi": 1, "q21572993": 1, "emmo_f14ae884_9345_4de4_a322_362329517e3": 1, "q69423705": 1, "emmo_f1be7d92_c57d_4698_a0ba_968130a3f9e1": 1, "q94372268": 1, "emmo_e16033b0_cb72_4d02_84fa_4df7f54a9c4": 1, "q76360636": 1, "emmo_b4f4ed28_d24c_4a00_9583_62ab839abeca": 1, "s05800": 1, "specific_heat_capac": 1, "q487756": 1, "emmo_b33909cc_61a1_4ab3_a1f8_d9283a6b1a0d": 1, "vaport": 1, "q75775005": 1, "emmo_51e72318_0e25_42e8_b066_42aa69dc6e5": 1, "q76359554": 1, "emmo_e86c84bd_af21_402d_a1ad_42a90599f9eb": 1, "q76357367": 1, "electrochemistry_c762a928_5a74_46fd_9929_4ac2d7a3a8d7": 1, "electrochemistry_cf54e7c1_f359_4715_b61d_0350b890d597": 1, "specific_surface_area": 1, "q622205": 1, "emmo_1db22203_95cb_46e2_ad94_14367a93d1dc": 1, "massicvolum": 1, "s05807": 1, "q683556": 1, "emmo_81369540_1b0e_471b_9bae_6801af22800": 1, "s05852": 1, "emmo_e7bc8939_7ff8_4917_beb5_c42730b390f3": 1, "emmo_99296e55_53f7_4333_9e06_760ad175a1b9": 1, "s05854": 1, "emmo_4f5c7c54_1c63_4d17_b12b_ea0792c2b187": 1, "emmo_d7bf784a_db94_4dd9_861c_54f262846fbf": 1, "emmo_c91a40af_033a_48b3_baa5_6cc43aaf62aa": 1, "q133673": 1, "emmo_1a5dd75a_6ed6_4148_a99c_001a27f5b417": 1, "q3879445": 1, "emmo_498aad49_f8d4_40a4_a9eb_efd563a0115f": 1, "electrochemistry_872b11e1_8bb3_4a2a_af90_bbaa0055d01": 1, "1cm": 1, "emmo_cd9ad446_04f7_44ff_b9ea_ae7389574fa6": 1, "sq": 1, "180": 1, "3283": 1, "253": 1, "88": 1, "constel": 1, "moon": 1, "196": 1, "sky": 1, "emmo_58c5b65c_c896_4740_80d9_ff9a7643c7e8": 1, "emmo_109e8c69_4148_4cb0_9ceb_fbd526befca0": 1, "1l2": 1, "again": 1, "m2u00b7": 1, "phrase": 1, "494317847": 1, "000000000001": 1, "1nm": 1, "emmo_ffbacbc4_c3be_4cc5_9539_94344e72f7a6": 1, "emmo_886eb0fb_4d36_4b7d_99e4_e5915a06aff1": 1, "emmo_dafdcae3_f8ec_4993_8269_2c9299a75158": 1, "emmo_bdee99f6_389b_4816_8a1c_a7903a2df00a": 1, "emmo_f508dec1_e2d8_43d5_ae65_c386c7b330f9": 1, "emmo_f2c1a072_4ccb_46c4_a0f8_ac801d328d0f": 1, "electrochemistry_327eb3e1_f74a_4076_96de_5a2e3f63cb65": 1, "analy": 1, "s05897": 1, "sw": 1, "electrochemistry_0e33278b_639f_412d_9abd_64c3790026ef": 1, "electrochemistry_042d2282_bd2d_4874_b896_2d9dd06b54dd": 1, "underli": 1, "oswv": 1, "osteryoungsquarewavevoltammetri": 1, "swv": 1, "squarewave_voltammetri": 1, "q4016323": 1, "forward": 1, "go": [1, 2], "backward": 1, "valuabl": 1, "electrochemistry_210f3520_1ea3_4c86_aa89_4cd9a3bc5a5a": 1, "emmo_a633c6f8_4269_4870_9b28_f5ca1783fd54": 1, "electrochemistry_626f81db_ae4e_410a_96b8_0582aa2a9434": 1, "electrochemistry_d359386f_ae2d_4ad4_9616_464e2111b67d": 1, "emmo_2fd3f574_5e93_47fe_afca_ed80b0a21ab4": 1, "intermolecular": 1, "london": 1, "emmo_d0bcf2ca_cd55_4f34_8fc2_2decc4c6087a": 1, "emmo_340ec9c3_7b0a_4169_a739_6f9242517ff4": 1, "standardabsoluteactivityinamixtur": 1, "q89406159": 1, "emmo_d368744e_bb2e_4d40_a7ef_762505b6027": 1, "standardabsoluteactivityinasolut": 1, "q89485936": 1, "emmo_bf66642d_f13d_42d2_ad6d_eafd41686155": 1, "q89556185": 1, "emmo_46b8d239_5d79_4d3e_bf8e_228d52fc3428": 1, "standardconcentr": 1, "standardmolarconcentr": 1, "s05909": 1, "q88871689": 1, "emmo_be31e6c6_881f_41c4_8354_c05aac4d7c46": 1, "s05908": 1, "q89333468": 1, "electrochemistry_7fc10197_41d9_4c1e_a107_928f03eb2d36": 1, "standardpotenti": 1, "s05912": 1, "rg": 1, "she": 1, "zf": 1, "emmo_672e2475_8376_4987_82cf_097f0024e74b": 1, "thermodynamicequilibriumconst": 1, "s05915": 1, "q95993378": 1, "electrochemistry_2a40b878_7d09_49db_91b2_d0ee30192284": 1, "h2": 1, "s05917": 1, "standard_hydrogen_electrod": 1, "q898559": 1, "emmo_c26a0340_d619_4928_b1a1_1a04e88bb89d": 1, "emmo_acd1a504_ca32_4f30_86ad_0b62cea5bc02": 1, "referencemateri": 1, "battery_3fcdc2ab_f458_4940_b218_6a10d1764567": 1, "invari": 1, "emmo_9c407ac0_fd4c_4178_8763_95fad9fe29ec": 1, "battery_a882d3a6_e055_4743_8fc6_5510485dcfe2": 1, "starter": 1, "motor": 1, "battery_17591da0_34ec_41b9_b3c1_3a4446dc6f0a": 1, "soc": 1, "state_of_charg": 1, "emmo_b9695e87_8261_412e_83cd_a86459426a28": 1, "disjoint": 1, "state_of_matt": 1, "emmo_b7229683_d2c5_4225_8e5f_7693744fd5a2": 1, "coefficientofstaticfrict": 1, "staticfrictionfactor": 1, "q73695673": 1, "emmo_445d186f_1896_4752_8940_384f98440cf": 1, "staticfrict": 1, "q90862568": 1, "emmo_b0ef0941_5c92_4b71_bc26_95e95e5e0004": 1, "q96207431": 1, "emmo_d9589ed2_5304_48b3_9795_11bf44e64e9b": 1, "emmo_9f6ec830_c59f_46aa_8a22_945ba20b6ea3": 1, "electrochemistry_7416a831_ba72_447c_bf83_3989ba2dfe37": 1, "electrochemistry_85e39686_9658_4c74_bb91_a935704c174a": 1, "consecut": 1, "electrochemistry_d78b696d_9832_4352_a264_28a2ea7d82e4": 1, "electrochemistry_6769536b_5320_4b48_a2d8_ac285ec635a8": 1, "electrochemistry_0bf1ed19_2fc9_4e6d_87ec_62015985a9a6": 1, "s05971": 1, "electrochemistry_aa5ed981_c11b_4c4f_b1fd_8c432e009484": 1, "hydrat": 1, "otto": 1, "1924": 1, "electrochemistry_1e72986e_e19f_4c24_8663_cadd4318bd72": 1, "chemicalequ": 1, "chemicalreactionequ": 1, "c01034": 1, "chemical_equ": 1, "q182527": 1, "emmo_cbba91a7_d639_461f_ae23_d021751029e4": 1, "s06025": 1, "q95443720": 1, "electrochemistry_f0667139_6428_4e3d_ac0d_08c1dd7f36ea": 1, "electrochemistry_c91164b8_5e56_4c94_bad1_d7ada576b0e7": 1, "emmo_acf636d4_9ac2_4ce3_960a_d54338e6cae3": 1, "emmo_f33cbdf9_c9d0_4dc5_a875_21d6f9c24ee4": 1, "emmo_22a6f189_7ad7_424d_af15_5efe002c1365": 1, "strange_quark": 1, "emmo_d1917609_db5e_4b8a_9b76_ef1d6f860a81": 1, "emmo_4b32fc1e_5293_4247_9e8d_1175df9f1c0b": 1, "emmo_50ea1ec5_f157_41b0_b46b_a9032f17ca10": 1, "electrochemistry_bfbefff0_4df5_47c2_9943_5f42cf268e9": 1, "electrochemistry_3b35e843_3132_41e3_b6df_541cd45ba880": 1, "electrochemical_stripping_analysi": 1, "asv": 1, "optic": 1, "spectrometri": 1, "laboratori": 1, "sacrif": 1, "probe": 1, "speciat": 1, "labil": 1, "moni": 1, "sensi": 1, "tiviti": 1, "material_f5b930f9_2f95_4268_993c_ff6b57ae7691": 1, "material_bed1a22c_8b61_467a_86a0_d24c7b910653": 1, "material_d6031563_07c3_4cf7_852e_474dce2acc1c": 1, "q938": 1, "material_23145a95_d51a_471c_8f5c_ec1a970b3798": 1, "strontium_acet": 1, "q1674310": 1, "emmo_8ec7fdf6": 1, "5652": 1, "547d": 1, "942f": 1, "b8b09ad84660": 1, "material_41cd4dfd_2288_48b2_a1e3_d13821c21a1": 1, "material_b5d8ff31_cc34_4f22_bfcc_7ffbe69c0b26": 1, "material_c5e6b38b_af73_4664_911b_4a6ecc8f2e3f": 1, "material_d0e03160_256a_4cb2_a086_8f65d3abf62": 1, "material_8b02cecd_75f9_47d6_8826_55c1a42f1c42": 1, "srbr2": 1, "strontium_bromid": 1, "q416904": 1, "material_573ba7a1_f6a6_427d_99de_8e80fe406a67": 1, "srco3": 1, "strontium_carbon": 1, "q413629": 1, "material_8a253be9_75a6_4da2_b875_4454d5aebef3": 1, "strontium_chlor": 1, "q7624768": 1, "material_361464d9_c796_413f_b261_0a321d68f04a": 1, "src2l": 1, "strontium_chlorid": 1, "q411859": 1, "material_6ce8569b_1367_4afd_954b_10eaccb8167c": 1, "electrochemistry_46ac0fd3_2b8e_40aa_bf5d_19cf1dd39052": 1, "material_79b93232_d05a_445f_a365_659a64362dd": 1, "srf2": 1, "strontium_fluorid": 1, "q421174": 1, "material_3896eebe_80a4_441a_bd73_52be793482a6": 1, "material_e76e313b_6052_4ccf_ad80_8f88815c38da": 1, "strontium_hydroxid": 1, "q132428": 1, "material_53682797_c388_4407_9410_1fa6a41fa1da": 1, "sri2": 1, "strontium_iodid": 1, "q417992": 1, "material_b3130004_ad93_4cff_84b5_1f8d77b97ecb": 1, "strontium_nitr": 1, "q421083": 1, "material_994bfc80_9645_4178_9b1e_38513010206c": 1, "material_6c4110ec_f268_48b5_bbb5_38fe95737122": 1, "strontium_perchlor": 1, "q3375145": 1, "material_e128782f_8c69_43b2_9c3c_9efb31e8a6b5": 1, "sr3": 1, "q4337166": 1, "material_a06bf8d8_24d5_4b29_a633_e5c00b1bd746": 1, "material_352ee172_3801_4ccd_89b9_4b80e80ee1e5": 1, "srso4": 1, "strontium_sulf": 1, "q414440": 1, "material_8c783453_0a52_4c20_9687_2b6ce2b95762": 1, "strontium_sulfid": 1, "q1765041": 1, "material_d2b624f6_6929_41c3_8510_5cf0a57e2877": 1, "srso3": 1, "q82863248": 1, "emmo_649415e4": 1, "1e31": 1, "5809": 1, "59efbba7d5f5": 1, "material_a67cda39_f3ac_4983_a93d_07a2067b5901": 1, "material_2d7695d2_c033_4949_b8f6_4984dcfdb46a": 1, "material_ab3606c2_a1e3_4e40_b427_766c586b5f77": 1, "emmo_a466b60b_d973_4b8f_897f_d0b837a59df3": 1, "emmo_9ed4ea5a_42c4_48aa_bd59_c16c7d34e741": 1, "crystallographi": 1, "q900684": 1, "material_210edf30_ad63_438c_97db_f817942db49b": 1, "sbr": 1, "styren": 1, "butadien": 1, "q146429": 1, "emmo_2553c342_fc28_47d8_8e19_7a98fa08f150": 1, "emmo_49804605_c0fe_4538_abda_f70ba1dc8a5d": 1, "emmo_251cfb4f_5c75_4778_91ed_6c8395212fd8": 1, "commun": 1, "box": 1, "intris": 1, "lack": 1, "beauti": 1, "emmo_a9a6ddf8_7e16_420a_9f3d_df7d5cfe3536": 1, "57d977ab_0036_4779_b59a_e47620afdb9c": 1, "material_4ebbe70b_3bba_4b8c_90fc_684017abe192": 1, "sa": 1, "succinic_anhydrid": 1, "q417847": 1, "material_860eab87_6711_4b5b_90ca_50b6f4da7f67": 1, "ch2": 1, "4so2": 1, "q416239": 1, "material_9c12a04b_1133_4ee0_ad24_26c835f12d1f": 1, "q682": 1, "emmo_87c8f425": 1, "c96c": 1, "5503": 1, "88a0": 1, "f10465669ea3": 1, "electrochemistry_88d2d4bc_4244_4419_a260_ad099a62d580": 1, "emmo_66d895f4": 1, "42fa": 1, "58a2": 1, "89af": 1, "ef065f52c1eb": 1, "material_beb2ddc0_17f9_430d_b271_31fc2d6ca1a1": 1, "h2so4": 1, "sulfuric_acid": 1, "q4118": 1, "electrochemistry_334b3acd_e35d_4d5a_b8b5_6d13cbebbc57": 1, "material_99789d57_25ea_4b0d_bebb_45012a85e9c4": 1, "h2so3": 1, "sulfurous_acid": 1, "q206778": 1, "electrochemistry_dc6abae7_39b0_4d22_b52e_14d088a4bd5f": 1, "q754523": 1, "emmo_b94b3748_71c5_4de9_95e7_42586c3ed607": 1, "q106103037": 1, "emmo_560d031f_cc8a_4f0d_a52b_039149fdc171": 1, "forbidden": 1, "q106127898": 1, "emmo_0c7ad550_00ae_45ff_a4e2_58d6a61f48eb": 1, "resourc": [1, 3], "electrochemistry_1fc5642c_b7b2_43bf_ad20_f96001db8800": 1, "electroinact": 1, "baseelectrolyt": 1, "indifferentelectrolyt": 1, "inertelectrolyt": 1, "s06149": 1, "supporting_electrolyt": 1, "emmo_7214db6c_32e3_436f_85a4_24785f0e3714": 1, "q98103005": 1, "electrochemistry_05cf26ef_782a_4f66_a196_7004dd973f8": 1, "surface_area": 1, "q1379273": 1, "electrochemistry_7f381c19_cf07_47a8_ab10_0b14d46901e8": 1, "emmo_0b3295fa_f4bf_4f83_a603_9d98c03da5bb": 1, "surround": 1, "tr": 1, "q74770365": 1, "emmo_2a67f539_d503_4e98_934e_50d4a9ae6cfd": 1, "areicelectriccharg": 1, "surfacechargedens": 1, "s06159": 1, "q12799324": 1, "emmo_ec767367_a773_4935_80ea_dd6a5eaefb54": 1, "areicmass": 1, "surfacedens": 1, "q1907514": 1, "electrochemistry_60741c58_a10d_4aa6_bb68_0066a6ff8e30": 1, "surfacepolar": 1, "emmo_8864793d_0f36_4fa3_b54a_90d0234f976a": 1, "s06192": 1, "q170749": 1, "emmo_fc457a08_9b93_4a00_bdcb_a806f30bcf90": 1, "q509598": 1, "emmo_4a464c8d_8895_44a8_a628_aed13509f1bd": 1, "coarsli": 1, "tyndal": 1, "tend": 1, "battery_74d6a5a9_efd6_43de_ad4b_e7b5f6b64aa": 1, "swagelokbatterycel": 1, "emmo_a1083d0a_c1fb_471f_8e20_a98f881ad527": 1, "alphabet": 1, "alphabeticent": 1, "emmo_057e7d57_aff0_49de_911a_8861d85cef40": 1, "token": 1, "emmo_89a0c87c_0804_4013_937a_6fe234d9499c": 1, "emmo_58b17cac_3125_4486_9b9c_8c45ac254040": 1, "manag": 1, "enabl": 1, "3eb993a1_61ae_4a20_b168_dda853f51c14": 1, "material_57015be9_f515_4e00_b914_e8130d596bcb": 1, "material_f6460d8d_5d5e_452d_8853_bdec3796a90": 1, "tri": 1, "222trifluoroethyl": 1, "q72515436": 1, "material_ed314de3_c1d7_4901_9fd7_539c6e3de550": 1, "q1123": 1, "emmo_dbe54798": 1, "a21f": 1, "519f": 1, "9d52": 1, "e6ab2c2e28cb": 1, "emmo_6378a9e9": 1, "29e5": 1, "5cae": 1, "b75b": 1, "46ca365e49b9": 1, "material_4a00b074_17b5_417c_996b_d0ac47041030": 1, "tartaric_acid": 1, "q194322": 1, "material_7550d4bb_59fd_41a3_aecb_4d45a03eaa28": 1, "tartronic_acid": 1, "q425473": 1, "emmo_4299e344_a321_4ef2_a744_bacfcce80afc": 1, "hoilist": 1, "job": 1, "emmo_3a948fa6_033a_4bb2_a319_36a45741d832": 1, "third": 1, "tau_": 1, "emmo_de5e558c_2066_4b1f_b888_e2503bcafee0": 1, "emmo_eb95a619_ca07_4678_a809_10021b25a13f": 1, "tau_neutrino": 1, "material_0f29d712_f329_4b17_abeb_5df9bf4fb321": 1, "q1054": 1, "emmo_9c803415": 1, "5978": 1, "5525": 1, "9de9": 1, "fcf0a2098b4c": 1, "emmo_8caaf41b": 1, "df30": 1, "5355": 1, "be5a": 1, "74283c49f50a": 1, "material_8ce10627_f9f3_4520_a619_b407877e263b": 1, "te": 1, "q1100": 1, "emmo_c1b40f92": 1, "d27d": 1, "5aa0": 1, "9811": 1, "b6c58391f951": 1, "emmo_cf55f4d1": 1, "3865": 1, "5de4": 1, "88b4": 1, "3045f0db3a20": 1, "emmo_66e91d9a_05c1_4906_9731_3f4d8c4f3fd8": 1, "electrochemistry_8f3ab19f_ce22_424e_a9bf_d5cedb815374": 1, "electrochemistry_3bb5ae23_59fa_4bc7_9495_803eb6719f28": 1, "emmo_0d4bdfcd_f4f0_4b8f_b470_e3f654e37d33": 1, "electrochemistry_82fce40c_434d_4640_a3d2_e26379b6aca": 1, "emmo_6726fbb8_c40a_4b55_a2d5_bf49352d1e73": 1, "emmo_720a469f_a19c_4a88_900c_29b3938f5092": 1, "emmo_f6fac54d_6b6d_4255_b217_4363a83f1834": 1, "emmo_a4edc0c9_6d1d_4358_8030_b61db6c84176": 1, "emmo_c7188d13": 1, "52e6": 1, "43f7": 1, "9b6d": 1, "aba4c161fa8f": 1, "emmo_4f245147_f072_4431_b535_6241e8e87eb8": 1, "emmo_0cd4c619_b123_4ae4_b778_3c9adaad65e7": 1, "emmo_3df1408c_df34_4037_8584_c25f854bb346": 1, "emmo_a77a0a4b_6bd2_42b2_be27_4b63cebbb59": 1, "emmo_6fa330f7_3289_4228_81df_12ee8a9708ac": 1, "emmo_0e1f2009_bf12_49d1_99f3_1422e5287d82": 1, "holistictemporalpart": 1, "emmo_504ad89e_dd4a_4fa6_aeb6_15c8ce0cde9b": 1, "emmo_f7f41d20": 1, "eabb": 1, "4bcb": 1, "9a16": 1, "0436851fcd5c": 1, "emmo_aaad78a9_abaf_4f97_9c1a_d763a94c4ba3": 1, "emmo_808566db_b810_448d_8a54_48e7f6d30f36": 1, "emmo_706cac26": 1, "78f1": 1, "5ca4": 1, "a63c": 1, "2600828db412": 1, "tennessin": 1, "emmo_490c2981": 1, "b1cb": 1, "5f8c": 1, "be82": 1, "17a1ef1c27b4": 1, "emmo_f895cb83_2280_42e9_9f4c_047273e70d3c": 1, "33fe9747_d66f_4f88_b2c1_951279dbca59": 1, "emmo_3a204900_2b33_47d1_b444_815cc4c8cffa": 1, "emmo_e3cd5791": 1, "6fbb": 1, "587a": 1, "a535": 1, "0e937800beaa": 1, "terbium": 1, "emmo_6599389d": 1, "7a26": 1, "5d51": 1, "5dd9c3ed532f": 1, "electrochemistry_3f70e5c5_67f0_483e_998b_b83b7739c4bc": 1, "electrochemistry_60bc27f0_8290_4113_8c3b_011433a733c7": 1, "terminalcov": 1, "t06283": 1, "tesla_": 1, "emmo_ee0466e4_780d_4236_8281_ace7ad3fc5d2": 1, "electrochemistry_27b3799c_250c_4332_8b71_7992c4a7bb05": 1, "material_385410f6_0c03_4942_b35f_52a664b5622c": 1, "teo": 1, "tetraethoxysilan": 1, "tetraethyl_orthosil": 1, "q421458": 1, "material_2c939a73_6363_435a_bbc4_4f6ae02f30d1": 1, "fluorid": 1, "borohydrid": 1, "q27118029": 1, "material_75322d4d_cdab_44c6_a8ea_5eca76bcfbd1": 1, "4glyme": 1, "tegdm": 1, "tetraethyleneglycoldimethyleth": 1, "tetraethylene_glycol_dimethyl_eth": 1, "q3788669": 1, "material_16864b33_aa8e_451d_ad8e_b0af5f18769a": 1, "oxolan": 1, "thf": 1, "q278332": 1, "material_a6d037e0_233e_4fb2_ba36_2f5b9263a450": 1, "4o": 1, "material_dbbedf09_18c4_416a_99c2_f381a74d2551": 1, "k4bii7": 1, "material_6970bc02_dfe3_40c7_b20d_03c6cc0707bb": 1, "q932": 1, "emmo_bcf70555": 1, "8df3": 1, "5a39": 1, "b26a": 1, "a5e802d17a37": 1, "emmo_5833085": 1, "0afc": 1, "516a": 1, "a584": 1, "f56f1f191a13": 1, "electrochemistry_b7781ebc_90a7_4f19_997f_aed28dee1b01": 1, "theoreticalchargecapac": 1, "emmo_6c739b1a_a774_4416_bb31_1961486fa9": 1, "complec": 1, "explain": 1, "theoriz": 1, "emmo_8d2d9374_ef3a_47e6_8595_6bc208e07519": 1, "proposit": 1, "mind": 1, "legisign": 1, "argument": 1, "emmo_fe573dc7_9aac_49f2_9390_02cf697bfe53": 1, "t06298": 1, "q17176562": 1, "emmo_21a91e48_b6d3_4558_b08f_246433d43860": 1, "emmo_8dd40ec6_2c5a_43f3_bf64_cadcd447a1c1": 1, "q487005": 1, "anisotrop": 1, "emmo_0f3ec0ad_3fcf_42b2_8f34_6dca89e35a4f": 1, "emmo_c9f0abb6_d3e8_459e_bacc_c14ed5481998": 1, "emmo_4c3ccf65_0950_4328_b04b_91d1eaa14681": 1, "q96249629": 1, "emmo_e84be61e_6f6f_43e2_b91d_86898a5dc7c4": 1, "q96249433": 1, "emmo_276f1224_fdc1_42ac_bd27_03d6dcec191a": 1, "thermaldiffusioncoeffici": 1, "q3381809": 1, "emmo_8168c707_1b2a_4c6f_8d2e_a4e8081fd276": 1, "coefficientofthermalinsul": 1, "q2596212": 1, "emmo_d7efc862_981f_4909_925b_700cd93070fc": 1, "q899628": 1, "emmo_cff9f930_f3f7_43c6_9228_28bf3e1ec706": 1, "emmo_33b6c84d_e139_418c_8f8c_f1d45f94df46": 1, "electrochemistry_04f28ce3_251d_429e_aa85_ab3eb45bbcd2": 1, "dissip": 1, "further": 1, "destruct": 1, "runawai": 1, "emmo_16c41198_3881_4a34_bae5_993f88823993": 1, "emmo_4b2c223f_89fb_4407_b1b6_24774b7fe770": 1, "emmo_3657c87f_ee9a_41fd_9dd0_97fb524dba1a": 1, "q99197650": 1, "emmo_263d9161_5a7c_4900_a49b_55f012b3fe07": 1, "emmo_3a713a3d_dee2_4acd_bc30_5d2b23f605cd": 1, "q106103200": 1, "emmo_e37ec2b9_aed3_4549_ad25_5f78d31cac06": 1, "thermaleffici": 1, "q1452104": 1, "emmo_ff4dfc0f_6d79_41e1_9e32_68801bdea085": 1, "q105658620": 1, "emmo_affe07e4_e9bc_4852_86c6_69e26182a17f": 1, "null": 1, "t06321": 1, "emmo_dae32a4a_d8da_4047_81b0_36a9713fdce1": 1, "emmo_fec651dc_8962_48c3_8b30_1115b2dd7c16": 1, "thermoelectr": 1, "q105761637": 1, "electrochemistry_113e0469_8ae0_407f_892d_4b988f8d8a08": 1, "thermocel": 1, "thermogalvanic_cel": 1, "q25304247": 1, "emmo_3528547f_cefe_4f24_bc46_936b39f711eb": 1, "emmo_43003c86_9d15_433b_9789_ee2940920656": 1, "q3589038": 1, "material_fbefcf90_c797_4d2f_a072_3d603e42ca9a": 1, "socl2": 1, "thionyl_chlorid": 1, "q409171": 1, "electrochemistry_4977521c_0438_4659_bc81_1c77fae836bb": 1, "material_bf4787df_bf4f_4ebd_bd0b_17f982591761": 1, "q528995": 1, "emmo_82d6c4b3_a037_49de_9622_0407af40bdeb": 1, "emmo_950256cd_c286_4793_b9f7_a3f922d0c354": 1, "thomson": 1, "q105801233": 1, "emmo_59d342fd": 1, "1ace": 1, "5b68": 1, "9d0d": 1, "ed4ff9f55d63": 1, "thorium": 1, "emmo_e9fbc98d": 1, "3ac1": 1, "5a2d": 1, "a354": 1, "6e3ba1412157": 1, "electrochemistry_b9bece97_a511_4cb9_88a2_b5bd5c5e5d74": 1, "threeelectrodeelectrochemicalcel": 1, "ref": 1, "erenc": 1, "emmo_46f0f8df_4dc6_418f_8036_10427a3a288": 1, "material_5d128b6c_3e70_470c_b24e_0b953ef76486": 1, "3methylsulfolan": 1, "material_6326d9bb_de83_4f60_beb3_3117280f8ab5": 1, "3methyl2oxazolidon": 1, "emmo_caa63d00_80b1_4408_ac1b_cd0d23b0ec50": 1, "emmo_82f9a8f3": 1, "2bb4": 1, "5d14": 1, "9a41": 1, "30a858ecce61": 1, "thulium": 1, "emmo_849f62cf": 1, "3e92": 1, "5122": 1, "94ba": 1, "bcce51a04c5f": 1, "emmo_fbcc3aad_c58a_4185_bcc9_859db779b226": 1, "emmo_9953c19f_ee33_4af8_be5e_dbf6d1e33581": 1, "emmo_d4f7d378_5e3b_468a_baa1_a7e98358cda7": 1, "indefinit": 1, "progress": 1, "irrevers": 1, "futur": 1, "t06375": 1, "operation": 1, "clock": 1, "read": 1, "emmo_88967c93_894b_4e42_bc3c_c8517b255489": 1, "8209": 1, "q1335249": 1, "electrochemistry_7fdf65c1_b86a_4cbe_8c06_56321b425d4": 1, "electrochemistry_496c8f31_9732_42c1_8eae_dd73979c06eb": 1, "emmo_ab2ee5cd_4de3_46b6_bec5_29e293b33422": 1, "emmo_6f76f9bf_feb3_4e27_9bcb_45b5f3526050": 1, "electrochemistry_7fa74f69_047f_4c86_a02c_e7805d6f5b77": 1, "time_seri": 1, "q186588": 1, "emmo_02e894c3_b793_4197_b120_3442e08f58d1": 1, "electrochemistry_58ad1d22_3803_4c95_a137_207cfebe242a": 1, "electrochemistry_31e8052d_bede_43c6_8b41_d51bb24c9489": 1, "material_9c9ceee7_2470_4d05_89e7_28fb93108e38": 1, "q1096": 1, "emmo_9aa9e086": 1, "ae07": 1, "51f6": 1, "bf84": 1, "788ffdefcb6f": 1, "electrochemistry_a10ede13_c895_4f56_a728_b1aab512b31b": 1, "material_44a9a4e3_488e_4687_aca7_b045e12147f7": 1, "sno": 1, "q204980": 1, "material_db74b6b7_09fc_40db_a7d5_6eb86b69192a": 1, "sno2": 1, "q129163": 1, "material_155e894b_66de_4cda_9dbe_adbeca7d8102": 1, "emmo_09e84f72": 1, "511a": 1, "5d22": 1, "adf1": 1, "accacaf7146a": 1, "material_f8d50782_11fa_4188_ba55_d043d2eb597d": 1, "q716": 1, "emmo_0eee5986": 1, "12a1": 1, "5f73": 1, "b5e0": 1, "6eb2b640c924": 1, "material_d673ceb2_3045_4e2e_8cad_56f5169b542f": 1, "tio2": 1, "titanium_dioxid": 1, "electrochemistry_76fe8fb2_868e_48eb_95ca_fc6acd6f5fc9": 1, "tio2electrod": 1, "electrochemistry_d90221a0_0da7_4876_9cac_0e943e445f6f": 1, "material_5ca70573_eeed_4fed_af97_32560b532ccd": 1, "ti2o3": 1, "q2626625": 1, "material_56c59d5b_ace2_4b5a_9144_fc97f93f9a93": 1, "tio": 1, "q2985790": 1, "material_001ca83b_5372_4d77_a836_4d48074b7e63": 1, "emmo_1cba8181": 1, "2ea5": 1, "5772": 1, "8bd7": 1, "e668ffcde394": 1, "material_e4512250_04d1_4ad3_9c55_71e7f7db1b98": 1, "methylbenzen": 1, "toluol": 1, "q15779": 1, "t06394": 1, "ton": 1, "1000kg": 1, "megagram": 1, "biomass": 1, "crop": 1, "metrictonneperhectar": 1, "emmo_5c68497d_2544_4cd4_897b_1ea783c9f6f": 1, "emmo_b14894ce_aad8_45e6_8035_f902c0d339ad": 1, "emmo_a589e6b8_2f5b_4118_8522_cdc4c89578dc": 1, "top_quark": 1, "emmo_aaf9dd7f_0474_40d0_9606_02def8515249": 1, "t06400": 1, "though": 1, "emmo_c413d96f_c57b_4c70_9ac1_312db6c009a8": 1, "q2301683": 1, "emmo_86060335_31c2_4820_b433_27c64aea0366": 1, "emmo_de649cb1_7ec0_4a2e_ad55_d84e4ccd88b0": 1, "vectori": 1, "q97496506": 1, "emmo_8b960a48_8017_4cc0_8e38_27d9237b7e0d": 1, "q1141095": 1, "emmo_0eabfde6_c6c5_4b1f_bf10_e4e0e06e9b2": 1, "emmo_ee98501a_5036_48b5_902b_4c68c6eeec1": 1, "q98206553": 1, "emmo_614c1bd9_93df_4248_861c_44b86d854739": 1, "q77679732": 1, "emmo_c18fff21_87c8_4877_a7e6_9ca1052d074": 1, "q77680811": 1, "emmo_b82d6a44_ea23_4b68_9b24_70f77deac955": 1, "q98690787": 1, "emmo_2558579d_fd7e_4c15_8ad4_2050ca0acc5": 1, "e0": 1, "linearstoppingpow": 1, "s06035": 1, "q908474": 1, "emmo_0f1b1f8b_0323_4840_899c_fd6860763155": 1, "massstoppingpow": 1, "q98642795": 1, "electrochemistry_6d981c04_3ace_4f1b_b0f8_770776cceb6f": 1, "emmo_79575941_45dc_4f15_bb59_dc04dff2c92d": 1, "emmo_e9907887_f266_4d81_9b2d_ba5137c914dd": 1, "material_2fc3e95b_6f48_47ea_a366_bcc26336239a": 1, "material_b474f792_011e_4c9a_8dee_b99d6459cd66": 1, "material_015116fe_94ca_4be5_9d14_9d9457a47a72": 1, "electrochemistry_ae9882de_d6a2_4525_a84f_80947c10f1cb": 1, "indistinguish": 1, "t06472": 1, "latter": [1, 2], "varia": 1, "tion": 1, "emmo_95d4eb9b_d3d0_4705_a01c_4f87fb5f8d43": 1, "electrochemistry_f57a7dac_2ec2_4d51_b697_01a844c4467f": 1, "sergio": 1, "trasatti": 1, "giovanni": 1, "buzzanca": 1, "1971": 1, "electrochemistry_09b9a369_2228_44bd_9b63_8abecfec8650": 1, "electrochemistry_f9af8440_3629_4558_a944_9dfaf3dfd7ec": 1, "material_9e25f281_5f69_4300_82a7_9025ea2061c4": 1, "cfc11": 1, "freon11": 1, "q423000": 1, "battery_fadf9d93_d1fd_492c_a58f_1382e5a5bd47": 1, "regul": 1, "trickl": 1, "compens": 1, "material_60441902_f7f6_4747_99c7_e15eb8c73706": 1, "triflat": 1, "q27121260": 1, "material_f57d5d5e_15a4_40de_a8d1_c3504f3c8827": 1, "triethylen": 1, "3glyme": 1, "triethyleneglycoldimethyleth": 1, "triethylene_glycol_dimethyl_eth": 1, "q2453066": 1, "material_eccb603e_76be_435e_902f_7ebd9f26690b": 1, "methyltrimethoxysilan": 1, "q21099559": 1, "material_1c24293c_3a09_4084_a6bb_0db9fae5e786": 1, "ttfeb": 1, "trifluoroethyl": 1, "_borat": 1, "q28457468": 1, "material_5bc7a64d_ec8d_4350_9e03_67fac740d00a": 1, "tpftb": 1, "pentafluorophenyl": 1, "boran": 1, "q3562143": 1, "electrochemistry_6b1f594f_2c0a_46a0_8805_d6ab08baa75": 1, "tissu": 1, "gauntlet": 1, "central": 1, "spine": 1, "material_859210f4_f4ac_445d_841c_74e3fbe74c3": 1, "q743": 1, "emmo_7b7d258b": 1, "3ea7": 1, "5716": 1, "af58": 1, "afc68679de23": 1, "electrochemistry_c5fd7b61_40f1_4225_a173_5caa3c5f4773": 1, "electrochemistry_3fdc81d5_eef3_4408_a6e4_3c51c5b1c8dc": 1, "wo3electrod": 1, "emmo_68a887df": 1, "63af": 1, "55c0": 1, "8239": 1, "b0b8edaa94ea": 1, "material_8fd9909b_b99a_41a8_be0e_19f6717e5c2f": 1, "fp": 1, "q72476692": 1, "emmo_9268958f_7f54_48ab_a693_febe2645892b": 1, "material_69c32d36_9bbc_4b93_9016_e73d24c24d71": 1, "methyltetrahydrofuran": 1, "2methyltetrahydrofuran": 1, "q209444": 1, "electrochemistry_aac51107_dbe5_4e63_b08a_9d6cf88f4b69": 1, "feedback": 1, "changeov": 1, "emmo_6470bbfa_04a6_4360_9534_1aa18d68329b": 1, "emmo_8a8f664b_dc59_4e00_ae00_81fdf1e1d12": 1, "emmo_db99b1e5_2f34_467b_a784_d104946d9f00": 1, "scheme": 1, "rfc2141": 1, "ceas": 1, "emmo_e13b2173_1dec_4b97_9ac1_1dc4b418612a": 1, "emmo_6e78433a_dbb9_409a_a7c0_4037f79d4ed8": 1, "emmo_24788d59_32f5_4339_a42a_43a102ec14a8": 1, "battery_a779f0df_51d3_44cd_97f2_863c28843af8": 1, "yet": 1, "submit": 1, "emmo_3e1a8604_8d5a_470d_bb4a_865c65728986": 1, "12c": 1, "a00497": 1, "q4817337": 1, "emmo_5ebd5e01_0ed3_49a2_a30d_cd05cbe72978": 1, "unitless": 1, "emmo_216f448e_cdbc_4aeb_a529_7a5fe7fc38bb": 1, "emmo_fe7e56ce_118b_4243_9aad_20eb9f4f31f6": 1, "emmo_5293c41e_4bbf_4aaa_8479_efd0737a0e8d": 1, "emmo_dd891386_9d00_4d6f_8fad_f69e0522d47a": 1, "emmo_0a3f04a6_ba3a_49d9_99da_08b0e26f51f0": 1, "up_quark": 1, "emmo_fc47b76f_ad01_4cd0_8fc6_55532000e7c8": 1, "emmo_6bfe6ad2_96ba_4478_81e5_d8881c550757": 1, "disappear": 1, "superconduct": 1, "q106127634": 1, "electrochemistry_666f0b69_9c74_49a3_80b3_96a188332462": 1, "electrochemistry_6dcd5baf_58cd_43f5_a692_51508e036c88": 1, "endofchargevoltag": 1, "uppercutoffvoltag": 1, "emmo_b233f8c0": 1, "37d8": 1, "51ae": 1, "9264": 1, "560e6649e246": 1, "uranium": 1, "emmo_0080b38f": 1, "bac4": 1, "5dd6": 1, "9d28": 1, "d821cf723787": 1, "material_f70feadf_0251_4a46_8716_ee6acb435455": 1, "nh2": 1, "q48318": 1, "emmo_bb49844b_45d7_4f0d_8cae_8e552cbc20d6": 1, "emmo_61a32ae9_8200_473a_bd55_59a9899996f4": 1, "permittivityofvacuum": 1, "p04508": 1, "vacuum_permitt": 1, "emmo_de021e4f_918f_47ef_a67b_11120f56b9d7": 1, "permeabilityofvacuum": 1, "uipac": 1, "vacuum_perm": 1, "p04504": 1, "electrochemistry_a2f4dca3_829f_412b_9025_bd7581aad82a": 1, "permit": 1, "battery_0c7bde43_72dd_486c_a4a0_296bae9ccdc4": 1, "vrla": 1, "vrla_batteri": 1, "q780582": 1, "material_b67e85ce_a540_43bd_a3b5_0a5fe341194": 1, "q722": 1, "emmo_f02b58a5": 1, "8f1e": 1, "5d72": 1, "a261": 1, "8fe5ad2fbb4b": 1, "material_4796594d_8de9_482d_9644_7ee776941dc2": 1, "vi2o3": 1, "q425350": 1, "material_ad5895fb_8fc3_42fc_8e9c_5c4723777624": 1, "vo": 1, "q1966236": 1, "material_e2c251a7_27b0_4345_a986_eb6bb8234c74": 1, "vo2": 1, "q421440": 1, "battery_e2aac68e_f880_4be5_87e6_73eba9f75955": 1, "emploi": 1, "vfb": 1, "vrb": 1, "vrfb": 1, "vanadium_redox_batteri": 1, "q905330": 1, "emmo_113acda0": 1, "3c17": 1, "59d9": 1, "87ef": 1, "7e5e5c0ba128": 1, "material_8010a0fa_2147_41bc_a6b6_1da62fa7d939": 1, "v2o5": 1, "q409173": 1, "material_a639df56_1fb2_47f3_8069_c929b5a84b86": 1, "emmo_4d604a13_d1f6_42fd_818f_d3138d5e308c": 1, "emmo_68d094e2_1777_48b5_8e43_32965f824970": 1, "emmo_1eed0732_e3f1_4b2c_a9c4_b4e75eeb5895": 1, "emmo_06658d8d_dcde_4fc9_aae1_17f71c0bcdec": 1, "1darrai": 1, "lineararrai": 1, "emmo_1b32a555_978b_4e56_933f_e158e165023": 1, "vector_meson": 1, "emmo_0329f1f5_8339_4ce4_8505_a264c6d606ba": 1, "q11465": 1, "choic": 1, "galilean": 1, "lorentzian": 1, "electrochemistry_cc1f854a_ba6c_436e_bd18_c8b9159bbf52": 1, "provis": 1, "168": 1, "electrochemistry_ec1dce8b_bb46_41a9_b532_6bed381aa557": 1, "freeli": 1, "emmo_1e7603a7_1365_49b8_b5e5_3711c8e6b904": 1, "material_edef7f16_a517_4577_91b1_a90099869f1b": 1, "vec": 1, "q72516362": 1, "material_31d0d139_7b45_4d1e_8603_92cc12da2fad": 1, "vc": 1, "vinylene_carbon": 1, "q2802973": 1, "emmo_c5ae6d8e_6b39_431f_8de4_ae4e357abc04": 1, "v06634": 1, "494812083": 1, "microsecond": 1, "diverg": 1, "roughli": 1, "add": 1, "get": 1, "emmo_17b031fb_4695_49b6_bb69_189ec63df3e": 1, "electricpotentialdiffer": 1, "electrictens": 1, "electrochemistry_09e64707_a17d_4405_84cc_ee9d91ed32ef": 1, "electrochemistry_46957d35_0f8b_4d92_acb3_aded6ce774a1": 1, "electrochemistry_5ebeea80_af22_456b_9087_78c2a8465c58": 1, "electrochemistry_825a749f_dd07_46fb_947c_db286440911": 1, "electrochemicalcellvoltagemeasur": 1, "electrochemistry_a76072fe_ca6e_48ad_8b4a_ab98a2bc9abb": 1, "emmo_b67a9ef5_880a_487c_84e8_3b36faba9159": 1, "oscil": 1, "q78514605": 1, "electrochemistry_4d09ddc4_7e71_4712_afab_b33d8df38983": 1, "battery_27e95677_3fff_476e_aac9_fe6df5d1535d": 1, "cardboard": 1, "soak": 1, "brine": 1, "voltapil": 1, "electrochemistry_270f239e_33cb_4c6d_a41c_875ec1262d62": 1, "q904093": 1, "electrochemistry_183a2337_c35f_4b74_8d9a_08c74d89bedc": 1, "levich": 1, "electrochemistry_bbae1ef4_0a95_4e7d_9932_1bf939129eef": 1, "electrochemistry_1355816f_a2b5_4800_8001_fc888f5d6b1b": 1, "313": 1, "emmo_f1a51559_aa3d_43a0_9327_918039f0df": 1, "q39297": 1, "emmo_b385b94e_ffff_47a2_8971_856f92dd786": 1, "qv": 1, "volumetricflowr": 1, "72": 1, "volumetric_flow_r": 1, "q1134348": 1, "emmo_a8eb87b5_4d10_4137_a75c_e04ee59ca095": 1, "v06643": 1, "emmo_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad": 1, "emmo_bc73913a_3bb6_4205_8d36_79bc72ca9891": 1, "emmo_aa7397ff_2815_434e_9b99_e4c6a80e034": 1, "emmo_8a582db1_c561_42f6_80ff_0fd8f252b129": 1, "emmo_87deb5a8_7a85_49c3_97b2_e62c8484aa1a": 1, "emmo_85d72920_708d_4eb9_89ce_8a588b0ce66d": 1, "emmo_a88475b9_c745_4a47_9403_ab0d158b9b1b": 1, "emmo_9141801c_c539_4c72_b423_8c74ff6b8f05": 1, "electrochemistry_e6b63190_acac_4e78_9cba_fb2b10bbe910": 1, "volumetricchargecapac": 1, "volumetricelectricchargecapac": 1, "emmo_90a39fcb_5087_451e_a92e_ce0adc6d80f1": 1, "electrochemistry_a7eb870c_4ef7_4ccd_85e8_4b7b726d7a2a": 1, "electrochemistry_a5571263_f153_448f_84a3_cd18092cf8fa": 1, "surfaceareatovolumeratio": 1, "volume_ratio": 1, "q766786": 1, "emmo_c949f76f_4a65_4203_9734_0f9dd778e56b": 1, "macroscopiccrosssect": 1, "m03674": 1, "q98280520": 1, "emmo_cb71d1cb_0d62_4de7_a628_bc8e14acfe05": 1, "963": 1, "_tot": 1, "macroscopictotalcrosssect": 1, "q98280548": 1, "emmo_eb561764_276e_413d_a8cb_3a3154fd9bf8": 1, "emmo_21a13e48_e4e2_450b_ad03_d9a112daee87": 1, "chargedweakboson": 1, "intermediatevectorboson": 1, "w_and_z_boson": 1, "emmo_4dae1cac_d61a_4abb_8f74_2568b7f2d6d7": 1, "emmo_e5728eea_e805_433e_a426_56c4fe811e67": 1, "w06656": 1, "494906356": 1, "thermal_conduct": 1, "k4": 1, "radianc": 1, "electrochemistry_6385e07f_f40d_46b2_b998_c439950d75cb": 1, "emmo_6074aa9d_7c3b_4011_b45a_4e7cde6f5f39": 1, "8202": 1, "977": 1, "wave_vector": 1, "q657009": 1, "emmo_573c7572_e7c7_4909_93a4_2bfe102e389d": 1, "w06659": 1, "q41364": 1, "emmo_d859588d_44dc_4614_bc75_5fcd0058acc8": 1, "w06664": 1, "emmo_e0aaed83_9224_4bd8_a960_a813c4569412": 1, "repet": 1, "q192510": 1, "material_29fd347b_6a15_4c98_a982_84cf555b0b86": 1, "material_8e5448fc_1916_4afb_9fd9_2489797f6922": 1, "emmo_1dcc2b31_7ff4_49ed_a1bc_6e4c055c951c": 1, "w06666": 1, "weber_": 1, "emmo_04cf0295_3e8f_4693_a87f_3130d125cf05": 1, "w06668": 1, "emmo_06c415dc_ba26_407d_b596_283bd4d9a66f": 1, "battery_54d48300_242b_4af8_96b4_d3436450e094": 1, "sulphat": 1, "battery_0f891406_1397_4571_bbc6_d804a32744af": 1, "wet_cel": 1, "q11563836": 1, "emmo_1efe8b96_e006_4a33_bc9a_421406cbb9f0": 1, "emmo_e4de48b1_dabb_4490_ac2b_040f926c64f0": 1, "horizont": 1, "breadth": 1, "q35059": 1, "emmo_624d72ee_e676_4470_9434_c22b4190d3d5": 1, "w06684": 1, "emmo_a0c4322d_4de2_4770_991c_5fad4e6ec25b": 1, "electronworkfunct": 1, "e02015": 1, "q783800": 1, "emmo_64963ed6_39c9_4258_85e0_6466c4b5420c": 1, "electrochemistry_fb988878_ee54_4350_9ee9_228c00c3ad35": 1, "w06686": 1, "working_electrod": 1, "q477099": 1, "electrochemistry_c39b2498_783e_48e1_9814_6164bd99823c": 1, "emmo_8786cb47_8e1f_4968_9b15_f6d41fc51252": 1, "discretemanufactur": 1, "werkst": 1, "cke": 1, "material_60acd62d_2834_46b0_aca8_a4c497763d77": 1, "q1106": 1, "emmo_57742ca9": 1, "95d8": 1, "50f8": 1, "9b33": 1, "0ded30da4532": 1, "emmo_fba570fc": 1, "6881": 1, "51d6": 1, "8e9d": 1, "a8c23e422b62": 1, "7abfbbc4_ce7b_4611_b731_1b5b8bd2bbc0": 1, "emmo_f5769206_9257_4b08_bf7b_dad7868c6afc": 1, "cb3f4298_5895_4272_be63_42dd246cc10c": 1, "emmo_e79c62ff_10ad_4ec0_baba_c19ddd4eaa11": 1, "emmo_8d722efa": 1, "b49d": 1, "51b1": 1, "8bf3": 1, "bf50ba4b438c": 1, "ytterbium": 1, "emmo_fdcc0ac2": 1, "f82f": 1, "5650": 1, "838c": 1, "ec1ad138a632": 1, "material_af9dfae5_00b8_497a_a59a_83f0c5687734": 1, "q941": 1, "emmo_733b8473": 1, "aa8f": 1, "59d5": 1, "81c3": 1, "c97ca40ea9d0": 1, "emmo_74fd9704": 1, "69a8": 1, "5112": 1, "b65a": 1, "72ba05bba315": 1, "emmo_f8e436fb_61ed_4512_a5a5_bee90f0cec2f": 1, "neutralweakboson": 1, "4db5c662_b065_49e4_96eb_826699fa8048": 1, "emmo_254472c6_3dbd_4f02_bc43_571389cd281f": 1, "emmo_0ab0485c_9e5b_4257_a679_90a2dfba5c7c": 1, "fbf7da6f_04bb_4c8e_abbf_e4048d6a5e73": 1, "emmo_daa9ee97_4c5f_42e5_918c_44d7523e8958": 1, "material_9bd78e1c_a4dc_41b6_8013_adb51df1ffdc": 1, "q758": 1, "material_ace24dd1_189a_4b0e_b110_7aad94309d15": 1, "zn": 1, "zinc_acet": 1, "q204639": 1, "battery_e8eada73_3811_4bbe_8f65_f6ee089d439f": 1, "zab": 1, "q204582": 1, "emmo_f4fee945": 1, "1d4a": 1, "5158": 1, "b0ca": 1, "eaef9ad40502": 1, "battery_e1d7fb00_03b9_46ea_90c9_501f538dfc11": 1, "material_656bd621_963a_4ff0_b606_7e5a952bda3a": 1, "material_d9a71272_91cb_45d7_8e4b_960ec3c79981": 1, "znbr2": 1, "zinc_bromid": 1, "q204679": 1, "battery_7b28d3a1_24d5_477b_afd8_af2bac480724": 1, "zincbrominebatteri": 1, "bromine_batteri": 1, "q204563": 1, "oldest": 1, "doyl": 1, "battery_aaaa6f4b_435b_425b_acb1_e8a427c3489a": 1, "material_6dd0f601_64e2_4216_be62_cb80ee28f016": 1, "znco3": 1, "zinc_carbon": 1, "q204661": 1, "battery_dfbafabe_e807_4343_9493_abef18b2232b": 1, "93cerium_batteri": 1, "q8072320": 1, "material_6ae86cdf_2cd2_448a_8d6e_5a3bc5e12549": 1, "zinc_chlor": 1, "q3680923": 1, "material_bf339a87_3d85_48bf_b10e_dcf482af3b71": 1, "zncl2": 1, "zinc_chlorid": 1, "q204714": 1, "battery_55a8a42d_0f83_473d_82b0_32640114b7db": 1, "93carbon_batteri": 1, "chloride_": 1, "22heavy_duti": 1, "22_cell": 1, "battery_820f837e_ec1c_40d7_a63a_cac3f9d91e6b": 1, "material_19f88cb6_57a8_4111_9d73_6b58dce0ba76": 1, "cn": 1, "zinc_cyanid": 1, "q204713": 1, "electrochemistry_d0a26dc2_fde9_4a11_ac26_7c18499d28a5": 1, "battery_5afce525_90b7_4807_87f0_ab23a52a0320": 1, "material_be030e60_3df6_4147_ba07_c99618bed3fb": 1, "znf2": 1, "zinc_fluorid": 1, "q204783": 1, "material_a4e68f0a_07b5_4899_b570_f3a70a07b5b3": 1, "material_177b95f8_2816_43de_94bb_1a1054c45e32": 1, "zinc_hydroxid": 1, "q204820": 1, "electrochemistry_245c9442_ca1d_4070_a624_182b92d30b10": 1, "material_761c90b7_61f7_495a_a5e7_a00afb14e41f": 1, "zni2": 1, "zinc_iodid": 1, "q204828": 1, "material_e1bfc0f5_7192_49f2_9ce1_1be2467e0b7a": 1, "zinc_nitr": 1, "q204863": 1, "material_db926a48_0b3c_4f6d_89f5_a333af85ecbd": 1, "q3877375": 1, "material_848003a2_71ee_4967_8039_354c907ec7f4": 1, "zno": 1, "zinc_oxid": 1, "q190077": 1, "material_28754642_a1ed_4f39_8b00_2c7857336bab": 1, "electrochemistry_82c70935_0aea_454b_92bf_17fb0b488012": 1, "znoelectrod": 1, "material_413d32e9_2ec2_474a_9ddb_48277920ba21": 1, "zinc_perchlor": 1, "q27266022": 1, "material_51e414c6_e619_446c_898a_dac0f4855584": 1, "zn3": 1, "zinc_phosph": 1, "q59714": 1, "material_b07a5287_67d1_4f4f_9640_e0146f713a6c": 1, "battery_b023508b_62eb_4b7d_9b4d_0715be990dd8": 1, "q30590622": 1, "instead": 1, "battery_b81610fd_0bce_411b_986e_f3b4f3f562ab": 1, "silver_oxide_batteri": 1, "q900791": 1, "material_91890364_2be0_4333_ae45_f619cbf2d078": 1, "znso4": 1, "zinc_sulf": 1, "q204954": 1, "material_59db0926_27f3_444d_b3b7_126e9ea0b8e3": 1, "zinc_sulfid": 1, "q204952": 1, "material_1e30dcc6_b1c7_4fe9_8f36_1dd427c78a93": 1, "znso3": 1, "q20670642": 1, "emmo_0bd0c81a": 1, "2972": 1, "5b2d": 1, "8ff5": 1, "bb72a82b9c0d": 1, "material_3297942c_1564_44de_a966_c04fa5da0a4": 1, "q27292979": 1, "material_ec7bf3bb_30b3_4f2c_a12d_9f9f9006a955": 1, "zinc_trifl": 1, "q8072312": 1, "material_55f13456_b4b6_4cf9_998c_8c439b249b3f": 1, "q1038": 1, "emmo_c052baf7": 1, "358f": 1, "55de": 1, "8ca3": 1, "9688563c3cfb": 1, "material_371fbcaa_d782_4f4c_86e3_58e1a58d3bea": 1, "zro2": 1, "zirconium_dioxid": 1, "q36200": 1, "material_a9218f8f_2e80_497e_b968_b4947cf21802": 1, "emmo_7ab01303": 1, "b09e": 1, "5a90": 1, "8a5b": 1, "f5087d6559d3": 1, "emmo_ad0e72fc_dcaa_490d_8371_b4d814dcda2c": 1, "emmo_c7b62dd7_063a_4c2a_8504_42f7264ba83f": 1, "emmo_31252f35_c767_4b97_a877_1235076c3e13": 1, "annot": [1, 3], "emmo_1246b120_abbe_4840_b0f8_3e4348b24a17": 1, "enquiri": 1, "emmo_8785be5a_2493_4b12_8f39_31907ab11748": 1, "hasspatiialnteractionwith": 1, "emmo_6dd685dd_1895_46e4_b227_be9f7d643c25": 1, "dpbedia": 1, "emmo_70fe84ff_99b6_4206_a9fc_9a8931836d84": 1, "material_c5c9cf9f_252e_4b28_90f6_56b500db67fc": 1, "emmo_967080e5_2f42_4eb2_a3a9_c58143e835f9": 1, "enlighten": 1, "emmo_6835537c_d294_4005_a770_ec9621f29ed1": 1, "emmo_705f27ae_954c_4f13_98aa_18473fc52b25": 1, "emmo_b432d2d5_25f4_4165_99c5_5935a7763c1a": 1, "illustr": 1, "157fdf31_6387_42be_8e72_10530519214a": 1, "electrochemistry_860aa941_5ff9_4452_8a16_7856fad07be": 1, "emmo_cd24eb82_a11c_4a31_96ea_32f870c5580a": 1, "agengt": 1, "emmo_a585728": 1, "36c8": 1, "5df4": 1, "9d95": 1, "aa128d2a0e7f": 1, "emmo_4ab7fb52_cec3_4c00_90c0_5648f01e3296": 1, "hastemporalfirst": 1, "emmo_ebc8c324_8e7a_4b09_bcb5_306e0c461d24": 1, "electrochemistry_3dcfe33d_6825_43c0_a798_68e871a68d39": 1, "emmo_d271f202_4c1a_4d74_b86a_387c82034eb7": 1, "emmo_eeb8118c_b290_4f57_b0f8_bd65bb6d77ad": 1, "emmo_79c0edfa": 1, "06f9": 1, "5149": 1, "b754": 1, "28c589035b8a": 1, "emmo_51e72e5c_ab21_4d0e_ad9f_b168eca89cf4": 1, "emmo_5369d256_5866_4729_adc2_1498ee9a4959": 1, "emmo_dbe39465_6cf4_4592_b0c5_b7446789a37b": 1, "emmo_3c7f239f_e833_4a2b_98a1_c88831770c1b": 1, "a32021dc_58d8_454b_915d_3951b413b8b7": 1, "emmo_dba27ca1_33c9_4443_a912_1519ce4c39ec": 1, "emmo_e3850f08_8e79_454b_9d83_c517cab42857": 1, "emmo_eb3518bf_f799_4f9e_8c3e_ce59af11453b": 1, "emmo_16b510a6_0584_4134_bdb6_3bc185c17860": 1, "b6292331_94af_4f00_976b_ea55960c2f1c": 1, "dataproperti": 1, "serialis": 1, "emmo_0d829933_29e3_4e61_b3d3_88e6b9d0d0c": 1, "emmo_cc823237_398d_4c9a_b8fa_aa157ee3e3a5": 1, "emmo_a0a2ded8_54e8_408d_a6b0_7fd1b4d7d16d": 1, "emmo_057d0573_6ac0_4c27_9e3f_3c29205fd104": 1, "emmo_19d925d0_2cf1_40e5_a391_1a99d68409c9": 1, "emmo_74a75cf1_3418_4244_b43c_b5db94635d42": 1, "electrochemistry_578c41e9_ee01_4840_9c8c_04ab6e4e6241": 1, "electrochemistry_3bd08946_4e81_455d_9fca_dc7a5ead9315": 1, "emmo_92227f7f_22e9_4b19_a011_920eac3c7b75": 1, "last": 1, "hastemporallast": 1, "emmo_e1805abe_f5b7_4c40_810a_1a01950546b": 1, "0558e802_46a4_45de_af85_47aff4dc427": 1, "emmo_c37d451b_e245_439f_bd94_9050e04ec9f7": 1, "emmo_5ceab41b_2aea_4041_9e9c_a243f7562ce": 1, "emmo_53e5b1e1_6026_4ddc_8a4a_3aaaa5fdbdb7": 1, "properli": 1, "emmo_8e52c42b_e879_4473_9fa1_4b23428b392b": 1, "emmo_646cdc47_f955_4da3_9398_9aac0edf48a6": 1, "emmo_9ee42d6b_7242_4a8d_967e_79f8f1c7fe29": 1, "emmo_43de6d01": 1, "276c": 1, "55ed": 1, "a166": 1, "ad097ec75575": 1, "2016": 1, "emmo_39c3815d_8cae_4c8f_b2ff_eeba24bec455": 1, "emmo_297999d6_c9e4_4262_9536_bd524d1c6e21": 1, "emmo_36e69413_8c59_4799_946c_10b05d266e22": 1, "emmo_7fb7fe7e_bdf9_4eeb_adad_e384dd5285c6": 1, "emmo_4832e353_6a2d_4deb_9a5b_96989afaff2d": 1, "emmo_2eb10b5b_900b_44d7_af85_4de9a3729474": 1, "emmo_408a46b2_3930_46da_b936_e9ce72ffdde9": 1, "hascontact": 1, "hasspatiotemporalpart": 1, "emmo_663859e5_add3_4c9e_96fb_c99399de278d": 1, "spatio": 1, "emmo_0e86a108_9d4d_4582_8126_f0c527d81901": 1, "0528e41d_edd2_49f9_bd2a_aeabdc215515": 1, "emmo_fd689787_31b0_41cf_bf03_0d69af76469d": 1, "emmo_bed1d005_b04e_4a90_94cf_02bc678a8569": 1, "emmo_6b7276a4_4b9d_440a_b577_0277539c0fc4": 1, "emmo_4be0acad_af05_426f_aa6d_fe7531072564": 1, "emmo_67fc0a36_8dcb_4ffa_9a43_31074efa3296": 1, "emmo_662c64e7_fc72_49b3_a161_f50fd42deafa": 1, "procecur": 1, "emmo_24c71baf_6db6_48b9_86c8_8c70cf36db0c": 1, "emmo_b8f79e53_2ad4_441d_87ff_284a5c419e46": 1, "electrochemistry_5d299271_3f68_494f_ab96_3db9acdd3138": 1, "emmo_499e24a5_5072_4c83_8625_fe3f96ae4a8d": 1, "isdirectcaus": 1, "isbefor": 1, "emmo_9a50a0ae_841a_46fe_8b23_3df319b60611": 1, "emmo_8ef3cd6d_ae58_4a8d_9fc0_ad8f49015cd0": 1, "emmo_faf79f53_749d_40b2_807c_d34244c192f4": 1, "emmo_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5": 1, "emmo_0b1502e2_d12f_4ff3_83b1_eeedf9382954": 1, "turn": 1, "emmo_c4bace1d_4db0_4cd3_87e9_18122bae2840": 1, "emmo_17e27c22_37e1_468c_9dd7_95e137f73e7f": 1, "emmo_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a": 1, "strictli": 1, "emmo_b1daa610_64c6_4935_94b8_a19db586a2f6": 1, "emmo_55354438_7000_4284_b1b9_59d60c2261b9": 1, "electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616": 1, "emmo_95908a5b_2e5e_4a52_9c5d_db25efe76e0f": 1, "emmo_d85162ec_6d62_4cdb_a5b9_f092285e5b7f": 1, "emmo_0ee9e6a2_9240_4b1d_ac9a_f72416c7dc70": 1, "emmo_9380ab64_0363_4804_b13f_3a8a94119a76": 1, "emmo_e1097637_70d2_4895_973f_2396f04fa204": 1, "emmo_5d73661e_e710_4844_ab9b_a85b7e68576a": 1, "ont": 1, "optain": 1, "emmo_6786b336_e982_4759_8dee_1905a4106591": 1, "superproperti": 1, "electrochemistry_5eb197ea_0c3e_4ea2_8392_81152ee91515": 1, "emmo_eeb06032_dd4f_476e_9da6_aa24302b7588": 1, "emmo_f2fc1ce9_cc3b_4eb5_a112_3c85d1b1374a": 1, "hassemioticobject": 1, "emmo_8189b42e_0995_423a_a26c_51168b27c3cf": 1, "emmo_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd": 1, "5fa16188_d95b_4dd2_ac63_eae63fe01504": 1, "emmo_44d5f29a_6a9b_4f5d_9405_20ca553cd4d3": 1, "emmo_60577dea_9019_4537_ac41_80b0fb563d41": 1, "emmo_dc57d998_23db_4d8e_b2cd_f346b195b846": 1, "emmo_6e046dd0_9634_4013_b2b1_9cc468087c83": 1, "hasspatialpartialpart": 1, "emmo_f68030be_94b8_4c61_a161_886468558054": 1, "never": 1, "hasspatialintegralpart": 1, "emmo_b2282816_b7a3_44c6_b2cb_3feff1ceb7f": 1, "hasspatialdirectpart": 1, "emmo_7efab93d_c8fe_49c7_ba8e_d21d13b38c85": 1, "haswellformedtil": 1, "emmo_f22abf74_4538_4f50_ab85_09908cdda707": 1, "emmo_1440d010_e4c5_4597_8858_1d58cb1fb28f": 1, "emmo_02face50_43a1_40ce_a909_dfe54d5e186b": 1, "emmo_7329967c_3972_4c99_b478_84f66436620d": 1, "emmo_d43af210_f854_4432_a891_ce3022e3b558": 1, "emmo_23b579e1_8088_45b5_9975_064014026c42": 1, "emmo_70da982d_1810_4b01_9630_a28e216ecd9a": 1, "emmo_7afbed84_7593_4a23_bd88_9d9c6b04e8f6": 1, "emmo_aef8af39_0a22_4be8_a523_4e47ca36e035": 1, "emmo_2a33ee61_8235_4da4_b9a1_ca62cb87a016": 1, "emmo_65a2c5b8_e4d8_4a51_b2f8_e55effc0547d": 1, "hastemporaldirectpart": 1, "emmo_35c29eb6_f57e_48d8_85af_854f9e926e77": 1, "emmo_67339084_e659_42be_9e76_7e22fca63c48": 1, "emmo_b35e92d7_7fa0_4661_aa5a_5cea7c8e6925": 1, "emmo_ac852bf0_3251_4d6b_9e57_acbfcb5e7e08": 1, "emmo_b7493aee_366c_442d_8f59_49ac7aa664d7": 1, "emmo_78c79b48_4b76_4cbe_812f_b32dbb04fd44": 1, "emmo_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4": 1, "emmo_3446e167_c576_49d6_846c_215bb8878a55": 1, "emmo_d67ee67e_4fac_4676_82c9_aec361dba698": 1, "emmo_d01b3ee2_91a5_4ce2_95cd_f0d2c333c6d3": 1, "reachabl": 1, "alongsideof": 1, "emmo_555d0261_da5e_4301_b7f9_46f604a32e91": 1, "intermediari": 1, "176e3f78_c867_4eca_9794_a4822660d9dc": 1, "emmo_b85e4738_500c_4e1b_bbe8_9e84190485d6": 1, "emmo_01e5766d_dac3_4574_8a78_310de92a5c9d": 1, "e4f66254_7312_4de5_a86a_6e0808baaaab": 1, "a8bd7094_6b40_47af_b1f4_a69d81a3afbd": 1, "bb6febfa_5c6b_43c9_941a_4b6157b703b": 1, "emmo_3733bd38_ca2b_4264_a92a_3075a1715598": 1, "isantecedentof": 1, "emmo_559ab98c_1c7d_4794_996c_8c1d8d56381c": 1, "emmo_fe015383_afb3_44a6_ae86_043628697aa2": 1, "emmo_3f2e4ac2_8ef3_4a14_b826_60d37f15f8e": 1, "58e7c821_4af0_4394_89f7_a9649735f4d2": 1, "emmo_b8c10b72_7cc1_4e82_b4ab_728faf504919": 1, "emmo_aa987900_caf1_4ce2_82fa_6b1d6fbd2ead": 1, "emmo_209ba1b3_149f_4ff0_b672_941610eafd72": 1, "iri": [1, 2, 3], "emmo_9cb984ca_48ad_4864_b09e_50d3fff19420": 1, "emmo_d893d373_b579_4867_841e_1c2b31a8d2c6": 1, "emmo_b3c8ba10_6bee_45e7_9416_e9019aa9f023": 1, "emmo_371f5265_fa29_4081_b722_2c530b1fdddb": 1, "pubchem": 1, "id": 1, "emmo_1f1b164d_ec6a_4faa_8d5e_88bda62316cc": 1, "correspon": 1, "emmo_2337e25c_3c60_43fc_a8f9_b11a3f974291": 1, "emmo_89b66d76_fa6f_479d_aae3_ea0c5dac2f3": 1, "emmo_33ae2d07_5526_4555_a0b4_8f4c031b5652": 1, "ucum": 1, "emmo_0b1cbe60_d380_4787_b92e_be26bdacf2c2": 1, "un": 1, "cefact": 1, "trade": 1, "autom": 1, "emmo_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64": 1, "emmo_08cb807c_e626_447b_863f_e2835540e918": 1, "emmo_26bf1bef_d192_4da6_b0eb_d2209698fb54": 1, "emmo_c84c6752_6d64_48cc_9500_e54a3c34898d": 1, "request": 2, "github": 2, "edit": 2, "name": [2, 3], "defint": 2, "class": 2, "properti": 2, "contact": 2, "battinfo": 2, "contributor": 2, "advanc": 2, "discuss": 2, "wish": 2, "fork": 2, "workflow": 2, "clone": 2, "your": 2, "base": 2, "dev": 2, "dev_john_do": 2, "work": 2, "programmat": 2, "emmontopi": 2, "second": 2, "prot\u00e9g\u00e9": 2, "softwar": 2, "case": 2, "file": 2, "prot": 2, "\u00e9g\u00e9": 2, "tab": 2, "shown": 2, "emmo": 2, "pull": 2, "batt": 3, "eri": 3, "IN": 3, "ter": 3, "ntologi": 3, "digit": 3, "interoper": 3, "data": 3, "inform": 3, "preflabel": 3, "definit": 3, "research": 3, "dataset": 3, "document": 3, "anyth": 3, "ecosystem": 3, "findabl": 3, "find": 3, "chemic": 3, "substanc": 3, "web": 4, "publish": 4, "model": 4, "metadata": 4, "sko": 4, "dublin": 4}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"about": 0, "electrochemistri": 0, "domain": 0, "ontologi": [0, 2], "contributor": 0, "project": 0, "licens": 0, "class": 1, "index": 1, "battinfo": [1, 3], "3dprint": 1, "acvoltammetri": 1, "acvoltammetrysign": 1, "ablat": 1, "abrasivestrippingvoltammetri": 1, "absoluteact": 1, "absolutehumid": 1, "absorbeddos": 1, "absorbeddoser": 1, "absorbeddoserateunit": 1, "absorbeddoseunit": 1, "acceler": 1, "accelerationunit": 1, "acceptordens": 1, "aceticacid": 1, "aceton": 1, "acetonitril": 1, "acid": 1, "acidicelectrolyt": 1, "acousticquant": 1, "acrylicacid": 1, "actiniumatom": 1, "actiniumsymbol": 1, "action": 1, "activationoverpotenti": 1, "activeelectrod": 1, "activeenergi": 1, "activemateri": 1, "activematerialmix": 1, "activematerialparticlecrack": 1, "activepow": 1, "activ": 1, "activitycoeffici": 1, "activitydens": 1, "activityfactor": 1, "activityofsolut": 1, "activityofsolv": 1, "additivemanufactur": 1, "admitt": 1, "adsorptioncurr": 1, "adsorptivestrippingvoltammetri": 1, "aerosol": 1, "affinityofachemicalreact": 1, "agent": 1, "airelectrod": 1, "alcohol": 1, "algebricequ": 1, "algebricexpress": 1, "algebricoper": 1, "alkalimetalelementalsubst": 1, "alkalimetalsaltcompound": 1, "alkaline4sr44": 1, "alkalinea23": 1, "alkalinea27": 1, "alkalinecel": 1, "alkalineearthmetalelementalsubst": 1, "alkalineearthmetalsaltcompound": 1, "alkalineelectrolyt": 1, "alkalinelanternbatteri": 1, "alkalinepp3": 1, "alkalinezincairbatteri": 1, "alkalinezincmanganesedioxidebatteri": 1, "alphadisintegrationenergi": 1, "alternatingcurr": 1, "aluminium": 1, "aluminiumacet": 1, "aluminiumairbatteri": 1, "aluminiumatom": 1, "aluminiumbatteri": 1, "aluminiumbromid": 1, "aluminiumcarbon": 1, "aluminiumchlor": 1, "aluminiumchlorid": 1, "aluminiumelectrod": 1, "aluminiumfluorid": 1, "aluminiumhydroxid": 1, "aluminiuminsertionelectrod": 1, "aluminiumiodid": 1, "aluminiumnitr": 1, "aluminiumoxid": 1, "aluminiumoxidecompound": 1, "aluminiumperchlor": 1, "aluminiumphosph": 1, "aluminiumsaltcompound": 1, "aluminiumshuttlebatteri": 1, "aluminiumsulf": 1, "aluminiumsulfid": 1, "aluminiumsymbol": 1, "aluminiumtrifl": 1, "ambientthermodynamictemperatur": 1, "americiumatom": 1, "americiumsymbol": 1, "ammonia": 1, "ammoniumbromid": 1, "ammoniumcarbon": 1, "ammoniumchlor": 1, "ammoniumchlorid": 1, "ammoniumfluorid": 1, "ammoniumiodid": 1, "ammoniumnitr": 1, "ammoniumnitrit": 1, "ammoniumperchlor": 1, "ammoniumsaltcompound": 1, "ammoniumsulf": 1, "ammoniumsulfid": 1, "ammoniumsulfit": 1, "amorphousmateri": 1, "amountconcentr": 1, "amountconcentrationunit": 1, "amountconductivityunit": 1, "amountfract": 1, "amountfractionunit": 1, "amountofsubst": 1, "amountperareatimeunit": 1, "amountperareaunit": 1, "amountpermasspressureunit": 1, "amountpermasstimeunit": 1, "amountpermassunit": 1, "amountpervolumetimeunit": 1, "amountsquaretimepermassvolumeunit": 1, "amounttemperatureunit": 1, "amountunit": 1, "amper": 1, "amperehour": 1, "amperepercentimetr": 1, "ampereperdegreecelsiu": 1, "ampereperjoul": 1, "amperepermetr": 1, "amperepermillimetr": 1, "ampereperradian": 1, "amperepersquarecentimetr": 1, "amperepersquaremetr": 1, "amperepersquaremetresquarekelvin": 1, "amperepersquaremillimetr": 1, "amperesecond": 1, "amperesquaremetr": 1, "amperesquaremetreperjoulesecond": 1, "amperometri": 1, "amphotericcompound": 1, "amplitudeofalternatingcurr": 1, "amplitudeofalternatingvoltag": 1, "analogdata": 1, "analogicalicon": 1, "angl": 1, "angularacceler": 1, "angularfrequ": 1, "angularfrequencyunit": 1, "angularmeasur": 1, "angularmomentum": 1, "angularmomentumunit": 1, "angularreciprocallatticevector": 1, "angularveloc": 1, "angularwavenumb": 1, "anion": 1, "anneal": 1, "annularworkingelectrod": 1, "anod": 1, "anodicoverpotenti": 1, "anodicpolaris": 1, "anodicreact": 1, "anodicstrippingvoltammetri": 1, "anolyt": 1, "anolytetank": 1, "antielectrontyp": 1, "antilepton": 1, "antimatt": 1, "antimuon": 1, "antineutrinotyp": 1, "antiquark": 1, "antitau": 1, "antimoni": 1, "antimonyatom": 1, "antimonysymbol": 1, "apparentpow": 1, "applicationprogram": 1, "applicationspecificscript": 1, "aproticsolventcompound": 1, "aqueousammoniasolut": 1, "aqueousammoniumchloridesolut": 1, "aqueouselectrolyt": 1, "aqueouslithiumhydroxidesolut": 1, "aqueousmetallicflowbatteri": 1, "aqueousorganicflowbatteri": 1, "aqueouspotassiumhydroxidesolut": 1, "aqueoussodiumhydroxidesolut": 1, "aqueoussolut": 1, "aqueouszincchloridesolut": 1, "aquivion": 1, "archetypejoin": 1, "archetypemanufactur": 1, "area": 1, "areadens": 1, "areadensityunit": 1, "areafractionunit": 1, "areaperamountunit": 1, "areapermassunit": 1, "areaperquartictimeunit": 1, "areapertemperatureunit": 1, "areapertimeunit": 1, "areasquaretimeunit": 1, "areatemperatureunit": 1, "areatimetemperatureunit": 1, "areatimeunit": 1, "areaunit": 1, "areiccapac": 1, "areicspeedunit": 1, "argon": 1, "argonatom": 1, "argonsymbol": 1, "arithmeticequ": 1, "arithmeticexpress": 1, "arithmeticoper": 1, "arrang": 1, "arrai": 1, "array3d": 1, "arsen": 1, "arsenicatom": 1, "arsenicsymbol": 1, "assembl": 1, "assemblylin": 1, "assembli": 1, "assign": 1, "astatineatom": 1, "astatinesymbol": 1, "astronomicalunit": 1, "asymmetricmembran": 1, "atom": 1, "atomicandnuclearphysicsquant": 1, "atomicattenuationcoeffici": 1, "atomicmass": 1, "atomicnumb": 1, "atomicphysicscrosssect": 1, "atomicscatteringfactor": 1, "atomisticmodel": 1, "attenu": 1, "atto": 1, "attoprefixedunit": 1, "auditori": 1, "averageenergylossperelementarychargeproduc": 1, "averagelogarithmicenergydecr": 1, "avogadroconst": 1, "bpfpb": 1, "barium": 1, "bariumacet": 1, "bariumatom": 1, "bariumbisfluorosulfonylimid": 1, "bariumbisoxalatobor": 1, "bariumbisoxalatophosph": 1, "bariumbistrifluoromethanesulfonylimid": 1, "bariumbromid": 1, "bariumcarbon": 1, "bariumchlor": 1, "bariumchlorid": 1, "bariumdifluorooxalatobor": 1, "bariumfluorid": 1, "bariumhexafluorophosph": 1, "bariumhydroxid": 1, "bariumiodid": 1, "bariumnitr": 1, "bariumnitrit": 1, "bariumperchlor": 1, "bariumphosph": 1, "bariumsaltcompound": 1, "bariumsulf": 1, "bariumsulfid": 1, "bariumsulfit": 1, "bariumsymbol": 1, "bariumtetrafluorobor": 1, "bariumtrifl": 1, "bariumtrifluoromethanesulfonyloxalatobor": 1, "baryon": 1, "base": 1, "basequant": 1, "baseunit": 1, "baselinecellvoltag": 1, "batteri": 1, "batterybas": 1, "batterycel": 1, "batterycontinuummodel": 1, "batterycr": 1, "batterycycl": 1, "batterycyclersystem": 1, "batterycyclingmeasurementresult": 1, "batteryenergi": 1, "batteryequivalentcircuitmodel": 1, "batteryinterfac": 1, "batterymeasur": 1, "batterymeasurementresult": 1, "batterymodul": 1, "batteryonfloat": 1, "batterypack": 1, "batteryphenomenon": 1, "batteryquant": 1, "batteryrack": 1, "batterytimeseriesdataset": 1, "batterytrai": 1, "becquerel": 1, "becquerelpercubicmetr": 1, "becquerelperkilogram": 1, "becquerelperlitr": 1, "becquerelpersquaremetr": 1, "becquerelsecondpercubicmetr": 1, "beginstep": 1, "begintil": 1, "behaviour": 1, "bellevillewash": 1, "bend": 1, "benzen": 1, "benzoicacid": 1, "berkeliumatom": 1, "berkeliumsymbol": 1, "beryllium": 1, "berylliumatom": 1, "berylliumhydroxid": 1, "berylliumsymbol": 1, "betadisintegrationenergi": 1, "bilayermembran": 1, "bimetallicelectrod": 1, "bimetallicoxideelectrod": 1, "binaryelectrolyt": 1, "binder": 1, "bindingfract": 1, "bi": 1, "fluorosulfonyl": 1, "amid": 1, "malonato": 1, "borat": 1, "oxalato": 1, "bismuth": 1, "bismuthatom": 1, "bismuthelectrod": 1, "bismuthsymbol": 1, "bistriflimid": 1, "blendedactiveelectrod": 1, "blowmold": 1, "blueantiquark": 1, "bluebottomantiquark": 1, "bluebottomquark": 1, "bluecharmantiquark": 1, "bluecharmquark": 1, "bluedownantiquark": 1, "bluedownquark": 1, "bluequark": 1, "bluestrangeantiquark": 1, "bluestrangequark": 1, "bluetopantiquark": 1, "bluetopquark": 1, "blueupantiquark": 1, "blueupquark": 1, "bockrisdevanathanmuellermodel": 1, "bodeplot": 1, "bohrmagneton": 1, "bohrradiu": 1, "bohriumatom": 1, "bohriumsymbol": 1, "boltzmannconst": 1, "bondedatom": 1, "boolean": 1, "boostcharg": 1, "boron": 1, "boronatom": 1, "boronsymbol": 1, "boson": 1, "bottomantiquark": 1, "bottomquark": 1, "braggangl": 1, "broadcast": 1, "bromin": 1, "bromineatom": 1, "brominesymbol": 1, "bufferbatteri": 1, "bunsencel": 1, "burgersvector": 1, "butanoicacid": 1, "butlervolmerequ": 1, "c": 1, "casrn": 1, "cccvcycl": 1, "cplusplu": 1, "cr2016": 1, "cr2025": 1, "cr2032": 1, "crate": 1, "csharp": 1, "cadmium": 1, "cadmiumatom": 1, "cadmiumbatteri": 1, "cadmiumelectrod": 1, "cadmiumhydroxid": 1, "cadmiumoxid": 1, "cadmiumoxidecompound": 1, "cadmiumsymbol": 1, "caesium": 1, "caesiumatom": 1, "caesiumelectrod": 1, "caesiumsymbol": 1, "calcium": 1, "calciumacet": 1, "calciumairbatteri": 1, "calciumatom": 1, "calciumbatteri": 1, "calciumbisfluorosulfonylimid": 1, "calciumbisoxalatobor": 1, "calciumbisoxalatophosph": 1, "calciumbistrifluoromethanesulfonylimid": 1, "calciumbromid": 1, "calciumcarbon": 1, "calciumchlor": 1, "calciumchlorid": 1, "calciumdifluorooxalatobor": 1, "calciumfluorid": 1, "calciumhexafluorophosph": 1, "calciumhydroxid": 1, "calciuminsertionelectrod": 1, "calciumiodid": 1, "calciumionbatteri": 1, "calciummetalelectrod": 1, "calciumnitr": 1, "calciumnitrit": 1, "calciumperchlor": 1, "calciumphosph": 1, "calciumsaltcompound": 1, "calciumsulf": 1, "calciumsulfid": 1, "calciumsulfit": 1, "calciumsulfurbatteri": 1, "calciumsymbol": 1, "calciumtetrafluorobor": 1, "calciumtrifl": 1, "calciumtrifluoromethanesulfonyloxalatobor": 1, "calenderedcoatingthick": 1, "calendereddens": 1, "calend": 1, "californiumatom": 1, "californiumsymbol": 1, "candela": 1, "candelaperlumen": 1, "candelapersquaremetr": 1, "canonicalpartitionfunct": 1, "capacit": 1, "capacitanceperlengthunit": 1, "capacitanceunit": 1, "capac": 1, "capacityfad": 1, "carbon": 1, "carbonatom": 1, "carbonblack": 1, "carbondioxid": 1, "carbonelementalsubst": 1, "carboninkelectrod": 1, "carbonmonofluorid": 1, "carbonmonofluorideelectrod": 1, "carbonpasteelectrod": 1, "carbonsymbol": 1, "carbonicacid": 1, "carboxymethylcellulos": 1, "carrierlifetim": 1, "case": 1, "cast": 1, "catalyst": 1, "catalyticact": 1, "catalyticactivityunit": 1, "catalyticcurr": 1, "categorizedphysicalquant": 1, "cathod": 1, "cathodeelectrolyteinterphas": 1, "cathodicoverpotenti": 1, "cathodicpolaris": 1, "cathodicprotect": 1, "cathodicreact": 1, "cathodicstrippingvoltammetri": 1, "catholyt": 1, "catholytetank": 1, "cation": 1, "causalcollaps": 1, "causalconvexsystem": 1, "causalexpans": 1, "causalinteract": 1, "causalparticl": 1, "causalpath": 1, "causalstructur": 1, "causalsystem": 1, "causallhairedsystem": 1, "cellbaffl": 1, "cellcan": 1, "cellcurr": 1, "celllid": 1, "cellpolarisationpotenti": 1, "cellvoltag": 1, "celsiustemperatur": 1, "celsiustemperaturemeasur": 1, "celsiustemperaturemeasurementresult": 1, "celsiustemperaturevector": 1, "cement": 1, "centi": 1, "centiprefixedunit": 1, "centreofmass": 1, "centrifugalcast": 1, "ceramicmateri": 1, "ceramicsint": 1, "ceriumatom": 1, "ceriumsymbol": 1, "charg": 1, "chargecapac": 1, "chargecarri": 1, "chargeeffici": 1, "chargeenergi": 1, "chargenumb": 1, "chargeretent": 1, "chargetimeplot": 1, "chargetransfercoeffici": 1, "chargingcurr": 1, "charmantiquark": 1, "charmquark": 1, "chemic": 1, "chemicalcomposit": 1, "chemicalcompositionquant": 1, "chemicalcompound": 1, "chemicalel": 1, "chemicalent": 1, "chemicalformula": 1, "chemicalmateri": 1, "chemicalnam": 1, "chemicalnomenclatur": 1, "chemicalpotenti": 1, "chemicalreact": 1, "chemicalrepresent": 1, "chemicalspeci": 1, "chemicalsubst": 1, "chemicalsymbol": 1, "chemicalsymbolicconstruct": 1, "chipboardmanufactur": 1, "chloricacid": 1, "chlorin": 1, "chlorineatom": 1, "chlorinesymbol": 1, "chromium": 1, "chromiumatom": 1, "chromiumelectrod": 1, "chromiumhydroxid": 1, "chromiumiiioxid": 1, "chromiumivoxid": 1, "chromiumoxidecompound": 1, "chromiumsymbol": 1, "chronoamperometri": 1, "chronocoulometri": 1, "chronopotentiometri": 1, "circl": 1, "citricacid": 1, "clarkcel": 1, "classicaldata": 1, "clean": 1, "coat": 1, "coatingmanufactur": 1, "coatingthick": 1, "cobalt": 1, "cobaltatom": 1, "cobaltelectrod": 1, "cobalthydroxid": 1, "cobaltiiacet": 1, "cobaltiibistrifluoromethanesulfonylimid": 1, "cobaltiibromid": 1, "cobaltiicarbon": 1, "cobaltiichlor": 1, "cobaltiichlorid": 1, "cobaltiifluorid": 1, "cobaltiiiodid": 1, "cobaltiinitr": 1, "cobaltiinitrit": 1, "cobaltiiperchlor": 1, "cobaltiiphosph": 1, "cobaltiisulf": 1, "cobaltiisulfid": 1, "cobaltiisulfit": 1, "cobaltiitetrafluorobor": 1, "cobaltiitrifl": 1, "cobaltsaltcompound": 1, "cobaltsymbol": 1, "code": 1, "coefficientoffrict": 1, "coefficientofheattransf": 1, "coefficientofthermalexpans": 1, "coerciv": 1, "cognis": 1, "cognit": 1, "coherencelength": 1, "coinbatteri": 1, "coincas": 1, "collect": 1, "colloid": 1, "commercialproduct": 1, "compiledlanguag": 1, "completemanufactur": 1, "complexpow": 1, "compon": 1, "compositeboson": 1, "compositefermion": 1, "compositemateri": 1, "compositeparticl": 1, "compress": 1, "comptonwavelength": 1, "comput": 1, "computersci": 1, "concentr": 1, "concentrationcel": 1, "concentrationlimit": 1, "concentrationoverpotenti": 1, "concreteorplasterpour": 1, "condensedformula": 1, "condensedmatt": 1, "condensedmatterphysicsquant": 1, "conductanceforalternatingcurr": 1, "conductiveaddit": 1, "conductivitycel": 1, "conductometrictitr": 1, "conductometri": 1, "connector": 1, "constant": 1, "constantcurrentcharg": 1, "constantcurrentconstantvoltagecharg": 1, "constantcurrentdischarg": 1, "constantpotentialpuls": 1, "constantpotentialsign": 1, "constantvoltagecharg": 1, "constantvoltagedischarg": 1, "constitu": 1, "constitutiveprocess": 1, "continuouscast": 1, "continuousservicetest": 1, "continuummateri": 1, "continuummodel": 1, "controlproperti": 1, "convent": 1, "conventionalproperti": 1, "coperniciumatom": 1, "coperniciumsymbol": 1, "copper": 1, "copperatom": 1, "copperelectrod": 1, "copperhydroxid": 1, "copperiiacet": 1, "copperiibromid": 1, "copperiicarbon": 1, "copperiichlor": 1, "copperiichlorid": 1, "copperiifluorid": 1, "copperiiiodid": 1, "copperiinitr": 1, "copperiinitrit": 1, "copperiioxid": 1, "copperiiperchlor": 1, "copperiiphosph": 1, "copperiisulf": 1, "copperiisulfid": 1, "copperiitetrafluorobor": 1, "copperiitrifl": 1, "copperiiodid": 1, "copperioxid": 1, "copperoxidecompound": 1, "copperoxideelectrod": 1, "coppersaltcompound": 1, "coppersymbol": 1, "coulomb": 1, "coulombmetr": 1, "coulombpercubiccentimetr": 1, "coulombpercubicmetr": 1, "coulombpercubicmillimetr": 1, "coulombperkilogram": 1, "coulombperkilogramsecond": 1, "coulombpermetr": 1, "coulombpermol": 1, "coulombpersquarecentimetr": 1, "coulombpersquaremetr": 1, "coulombpersquaremillimetr": 1, "coulombsquaremetr": 1, "coulombsquaremetrepervolt": 1, "coulombiceffici": 1, "coulomet": 1, "coulometrictitr": 1, "coulometri": 1, "counterelectrod": 1, "countingunit": 1, "coupl": 1, "couplingfactor": 1, "criticaltemperatur": 1, "crystal": 1, "crystalizationoverpotenti": 1, "crystallinemateri": 1, "cubiccentimetr": 1, "cubiccentimetrepercubiccentimetr": 1, "cubiccentimetrepercubicmetr": 1, "cubiccentimetreperdai": 1, "cubiccentimetreperhour": 1, "cubiccentimetreperkelvin": 1, "cubiccentimetreperminut": 1, "cubiccentimetrepermol": 1, "cubiccentimetrepermolesecond": 1, "cubiccentimetrepersecond": 1, "cubiccoulombmetrepersquarejoul": 1, "cubicdecametr": 1, "cubicdecimetr": 1, "cubicdecimetrepercubicmetr": 1, "cubicdecimetreperdai": 1, "cubicdecimetreperhour": 1, "cubicdecimetreperminut": 1, "cubicdecimetrepermol": 1, "cubicdecimetrepersecond": 1, "cubicelectricchargelengthpersquareenergyunit": 1, "cubicexpansioncoeffici": 1, "cubickilometrepersquaresecond": 1, "cubicmetr": 1, "cubicmetrepercoulomb": 1, "cubicmetrepercubicmetr": 1, "cubicmetreperdai": 1, "cubicmetreperhectar": 1, "cubicmetreperhour": 1, "cubicmetreperkelvin": 1, "cubicmetreperkilogram": 1, "cubicmetreperkilogramsquaresecond": 1, "cubicmetreperminut": 1, "cubicmetrepermol": 1, "cubicmetrepersecond": 1, "cubicmetrepersquaremetr": 1, "cubicmetrepersquaresecond": 1, "cubicmicrometrepercubicmetr": 1, "cubicmicrometrepermillilitr": 1, "cubicmillimetr": 1, "cubicmillimetrepercubicmetr": 1, "cumen": 1, "curietemperatur": 1, "curiumatom": 1, "curiumsymbol": 1, "currentchangelimit": 1, "currentcollector": 1, "currentcontrolledprocess": 1, "currentdensitylimit": 1, "currentlimit": 1, "currentlinkag": 1, "currentpotentialplot": 1, "currentpuls": 1, "currentscanr": 1, "currenttimeplot": 1, "curvatur": 1, "curv": 1, "cut": 1, "cycledomainmatrix": 1, "cyclelif": 1, "cyclenumb": 1, "cyclenumbervector": 1, "cyclicchronopotentiometri": 1, "cyclicvoltammetri": 1, "cycl": 1, "cyclotronangularfrequ": 1, "cylindricalbatteri": 1, "cylindricalcas": 1, "dcpolarographi": 1, "drate": 1, "dalton": 1, "dampingcoeffici": 1, "daniellcel": 1, "darmastadtiumatom": 1, "darmastadtiumsymbol": 1, "data": [1, 4], "databasedsimulationsoftwar": 1, "dataprocess": 1, "dataprocessingappl": 1, "dataset": 1, "datastructur": 1, "datum": 1, "dai": 1, "debyeangularfrequ": 1, "debyeangularwavenumb": 1, "debyetemperatur": 1, "debyewallerfactor": 1, "deca": 1, "decaprefixedunit": 1, "decayconst": 1, "deci": 1, "deciprefixedunit": 1, "declar": 1, "deduc": 1, "deduct": 1, "deepdraw": 1, "deepfreez": 1, "definededgecut": 1, "definingequ": 1, "degener": 1, "degre": 1, "degreecelsiu": 1, "degreecelsiuscentimetr": 1, "degreecelsiuskilogrampersquaremetr": 1, "degreecelsiusperhour": 1, "degreecelsiusperkelvin": 1, "degreecelsiuspermetr": 1, "degreecelsiusperminut": 1, "degreecelsiuspersecond": 1, "degreeofdissoci": 1, "degreeperhour": 1, "degreepermetr": 1, "degreeperminut": 1, "degreepersecond": 1, "degreepersquaresecond": 1, "dendrit": 1, "densiti": 1, "densityofheatflowr": 1, "densityofvibrationalst": 1, "densityunit": 1, "depthofdischarg": 1, "derivedquant": 1, "derivedunit": 1, "descript": 1, "determin": 1, "devic": 1, "dewpointtemperatur": 1, "diamet": 1, "dichloromethan": 1, "diecast": 1, "dielectrometri": 1, "diethylcarbon": 1, "diethyleneglycoldiethyleth": 1, "differentiallinearpulsevoltammetri": 1, "differentialoper": 1, "differentialpotentialpuls": 1, "differentialpulsevoltammetri": 1, "differentialstaircasepulsevoltammetri": 1, "diffuselayerpotenti": 1, "diffusionarea": 1, "diffusioncoeffici": 1, "diffusioncoefficientforfluencer": 1, "diffusioncoefficientforparticlenumberdens": 1, "diffusioncurr": 1, "diffusionlength": 1, "diffusionlimitedcurr": 1, "diffus": 1, "diffusivityunit": 1, "digitaldata": 1, "diglym": 1, "dimensionalunit": 1, "dimensionlessunit": 1, "dimethoxydimethylsilan": 1, "dimethoxyethan": 1, "dimethoxymethan": 1, "dimethylcarbon": 1, "dimethylsulfoxid": 1, "dimethylformamid": 1, "dimethylpropyleneurea": 1, "dimethylsulf": 1, "dioxolan": 1, "dippingform": 1, "dipropylsulfon": 1, "directcoulometryatcontrolledcurr": 1, "directcoulometryatcontrolledpotenti": 1, "directcurr": 1, "directionandenergydistributionofcrosssect": 1, "directiondistributionofcrosssect": 1, "discharg": 1, "dischargecapac": 1, "dischargecurr": 1, "dischargeenergi": 1, "dischargevoltag": 1, "dischargedemptybatteri": 1, "discretedata": 1, "dismantl": 1, "dispers": 1, "displac": 1, "displacementcurr": 1, "displacementcurrentdens": 1, "displacementvector": 1, "dissoci": 1, "dissociationconst": 1, "dissolut": 1, "distanc": 1, "divis": 1, "document": 1, "donordens": 1, "doseequival": 1, "doseequivalentr": 1, "doublecoatedelectrod": 1, "doublelay": 1, "doublelayercurr": 1, "doublelayermodel": 1, "downantiquark": 1, "downantiquarktyp": 1, "downquark": 1, "downquarktyp": 1, "dragcoeffici": 1, "dragforc": 1, "drainedchargedbatteri": 1, "drawform": 1, "drill": 1, "dropforg": 1, "droptimeinpolarographi": 1, "droppingmercuryelectrod": 1, "drycel": 1, "drychargedbatteri": 1, "dubniumatom": 1, "dubniumsymbol": 1, "durat": 1, "dust": 1, "dynamicviscos": 1, "dysprosiumatom": 1, "dysprosiumsymbol": 1, "emmo": 1, "emmorel": 1, "earthbatteri": 1, "edgeinsul": 1, "effectivediffusioncoeffici": 1, "effectivemass": 1, "einsteiniumatom": 1, "einsteiniumsymbol": 1, "electriccharg": 1, "electricchargeareaunit": 1, "electricchargedens": 1, "electricchargedensityunit": 1, "electricchargeperamountunit": 1, "electricchargeperlengthunit": 1, "electricchargepermassunit": 1, "electricchargepertemperatureunit": 1, "electricchargesign": 1, "electricchargeunit": 1, "electricconduct": 1, "electricconductanceunit": 1, "electricconductivityperamountunit": 1, "electricconductivityunit": 1, "electriccurr": 1, "electriccurrentassistedsint": 1, "electriccurrentdens": 1, "electriccurrentdensitypertemperatureunit": 1, "electriccurrentdensityunit": 1, "electriccurrentmeasur": 1, "electriccurrentmeasurementresult": 1, "electriccurrentmeasuringsystem": 1, "electriccurrentperamountvolumeunit": 1, "electriccurrentperenergyunit": 1, "electriccurrentpermassunit": 1, "electriccurrentpertemperatureunit": 1, "electriccurrentperunitenergyunit": 1, "electriccurrentphasor": 1, "electriccurrentsign": 1, "electriccurrentunit": 1, "electriccurrentvector": 1, "electricdipolemo": 1, "electricdipolemomentunit": 1, "electricdisplacementfieldunit": 1, "electricfieldstrength": 1, "electricfieldstrengthunit": 1, "electricflux": 1, "electricfluxdens": 1, "electricfluxunit": 1, "electricimped": 1, "electricinduct": 1, "electricmobilityunit": 1, "electricpolar": 1, "electricpotenti": 1, "electricpotentialmeasuringsystem": 1, "electricpotentialperareaunit": 1, "electricpotentialpertemperatureunit": 1, "electricpotentialpertimeunit": 1, "electricpotentialsign": 1, "electricpotentialunit": 1, "electricreact": 1, "electricresist": 1, "electricresistanceunit": 1, "electricresistivityunit": 1, "electricsign": 1, "electricsuscept": 1, "electrosinterforg": 1, "electroanalyticaltechniqu": 1, "electrocapillar": 1, "electrocatalysi": 1, "electrocatalyst": 1, "electrochemicalcel": 1, "electrochemicalconstitu": 1, "electrochemicalcontrolquant": 1, "electrochemicaldegradationphenomenon": 1, "electrochemicaldevic": 1, "electrochemicaldoublelayercapacitor": 1, "electrochemicalequivalentcircuitmodel": 1, "electrochemicalhalfcel": 1, "electrochemicalimmun": 1, "electrochemicalimpedancespectroscopi": 1, "electrochemicalinterfac": 1, "electrochemicalkineticquant": 1, "electrochemicalmateri": 1, "electrochemicalmethod": 1, "electrochemicalmigr": 1, "electrochemicalperformancequant": 1, "electrochemicalphenomenon": 1, "electrochemicalpiezoelectricmicrogravimetri": 1, "electrochemicalplot": 1, "electrochemicalpotenti": 1, "electrochemicalproperti": 1, "electrochemicalpseudocapacitor": 1, "electrochemicalquant": 1, "electrochemicalreact": 1, "electrochemicalrel": 1, "electrochemicalstabilitylimit": 1, "electrochemicalthermodynamicquant": 1, "electrochemicaltransportquant": 1, "electrochemicalwindow": 1, "electrochemicallyactivesurfacearea": 1, "electrochemiluminesc": 1, "electrod": 1, "electrodecoveragedens": 1, "electrodeelectrolyteinterfac": 1, "electrodegeometricsurfacearea": 1, "electrodepair": 1, "electrodepassiv": 1, "electrodepolaris": 1, "electrodepotenti": 1, "electrodereact": 1, "electroderealsurfacearea": 1, "electrodestack": 1, "electrodesurfacearea": 1, "electrodeposit": 1, "electrodissolut": 1, "electrogravimetri": 1, "electrolysi": 1, "electrolyt": 1, "electrolytecontain": 1, "electrolytecreep": 1, "electrolytelevelind": 1, "electrolytesolut": 1, "electrolyticcapacitor": 1, "electrolyticcel": 1, "electrolyticconduct": 1, "electrolyticdeposit": 1, "electromagneticenergydens": 1, "electromagneticquant": 1, "electron": 1, "electronaffin": 1, "electronantineutrino": 1, "electroncharg": 1, "electrondens": 1, "electronmass": 1, "electronneutrino": 1, "electronnumberofanelectrochemicalreact": 1, "electronradiu": 1, "electrontyp": 1, "electronvolt": 1, "electronvoltperkelvin": 1, "electronvoltpertesla": 1, "electronvoltsecond": 1, "electronicconduct": 1, "electronicmodel": 1, "electronvoltpermetr": 1, "electroosmosi": 1, "electropl": 1, "elementalmateri": 1, "elementalsubst": 1, "elementaryboson": 1, "elementarycharg": 1, "elementaryfermion": 1, "elementaryparticl": 1, "emergencybatteri": 1, "empiricalformula": 1, "empiricalsimulationsoftwar": 1, "emuls": 1, "encodeddata": 1, "endstep": 1, "endtil": 1, "energi": 1, "energyareaunit": 1, "energydensityofst": 1, "energydensityofstatesunit": 1, "energydensityofstorag": 1, "energydistributionofcrosssect": 1, "energyeffici": 1, "energyflu": 1, "energyfluencer": 1, "energyimpart": 1, "energylengthperamountunit": 1, "energyperamountunit": 1, "energypersquaremagneticfluxdensityunit": 1, "energystoragecap": 1, "energytimeperamountunit": 1, "energyunit": 1, "enthalpi": 1, "entropi": 1, "entropyperamountunit": 1, "entropypermassunit": 1, "entropyunit": 1, "equalizationcharg": 1, "equal": 1, "equat": 1, "equilibriumconst": 1, "equilibriumelectrodepotenti": 1, "equilibriumpositionvector": 1, "erbiumatom": 1, "erbiumsymbol": 1, "estim": 1, "ethanol": 1, "ethylacet": 1, "ethylmethylcarbon": 1, "ethylbenzen": 1, "ethylenecarbon": 1, "ethylmonoglym": 1, "euclideanspac": 1, "europiumatom": 1, "europiumsymbol": 1, "exa": 1, "exaprefixedunit": 1, "exactconst": 1, "exchangecurr": 1, "exchangecurrentdens": 1, "exchangeintegr": 1, "exist": [1, 2], "experi": 1, "expon": 1, "exposur": 1, "exposurer": 1, "express": 1, "extens": 1, "extentofreact": 1, "extrus": 1, "fortran": 1, "factori": 1, "farad": 1, "faradperkilometr": 1, "faradpermetr": 1, "faradaiccurr": 1, "faradayconst": 1, "faradaysfirstlawofelectrolysi": 1, "faradayssecondlawofelectrolysi": 1, "fastfissionfactor": 1, "faurepl": 1, "femto": 1, "femtoprefixedunit": 1, "fermianglularwavenumb": 1, "fermienergi": 1, "fermitemperatur": 1, "fermion": 1, "fermiumatom": 1, "fermiumsymbol": 1, "fiberreinforceplasticmanufactur": 1, "fiberboardmanufactur": 1, "file": 1, "filledchargedbatteri": 1, "filleddischargedbatteri": 1, "fill": 1, "finestructureconst": 1, "finishingcr": 1, "firstcharg": 1, "firstgenerationfermion": 1, "flamearrestorv": 1, "flamecut": 1, "flang": 1, "fleroviumatom": 1, "fleroviumsymbol": 1, "flowcel": 1, "fluid": 1, "fluorin": 1, "fluorineatom": 1, "fluorinedopedtinoxideelectrod": 1, "fluorinesymbol": 1, "fluoroethylenecarbon": 1, "foam": 1, "foil": 1, "fold": 1, "forc": 1, "forceareaunit": 1, "forceperlengthunit": 1, "forceunit": 1, "fork": 1, "formalelectrodepotenti": 1, "formationcycl": 1, "formicacid": 1, "formingfromchip": 1, "formingfromga": 1, "formingfromionis": 1, "formingfromliquid": 1, "formingfromplast": 1, "formingfrompowd": 1, "formingfrompulp": 1, "formingjoin": 1, "fraction": 1, "fractionunit": 1, "franciumatom": 1, "franciumsymbol": 1, "frequenc": 1, "frequencyperareatimeunit": 1, "frequencypervolumeunit": 1, "frequencyresponseanalys": 1, "frequencyunit": 1, "frogbatteri": 1, "fuelcel": 1, "fugac": 1, "fullcharg": 1, "fullflowbatteri": 1, "functionalicon": 1, "fundament": 1, "fundamentalantimatterparticl": 1, "fundamentalboson": 1, "fundamentalfermion": 1, "fundamentalinteract": 1, "fundamentallatticevector": 1, "fundamentalmatterparticl": 1, "fundamentalreciprocallatticevector": 1, "gfactor": 1, "gfactorofnucleusornuclearparticl": 1, "gitt": 1, "gadoliniumatom": 1, "gadoliniumsymbol": 1, "gallium": 1, "galliumatom": 1, "galliumioxid": 1, "galliumoxid": 1, "galliumoxidecompound": 1, "galliumsymbol": 1, "galvaniccel": 1, "galvan": 1, "galvanostat": 1, "galvanostaticcycl": 1, "galvanostaticprocess": 1, "gammabutyrolacton": 1, "gapenergi": 1, "ga": 1, "gasdiffusionelectrod": 1, "gasliquidsuspens": 1, "gasmixtur": 1, "gassolidsuspens": 1, "gassolut": 1, "gassingofacel": 1, "gather": 1, "gaugeboson": 1, "gaugepressur": 1, "gel": 1, "geometr": 1, "germanium": 1, "germaniumatom": 1, "germaniumsymbol": 1, "gibbsenergi": 1, "giga": 1, "gigaprefixedunit": 1, "glassfibresepar": 1, "glassycarbonelectrod": 1, "glu": 1, "gluon": 1, "gluontype1": 1, "gluontype2": 1, "gluontype3": 1, "gluontype4": 1, "gluontype5": 1, "gluontype6": 1, "gluontype7": 1, "gluontype8": 1, "glycericacid": 1, "glycidicacid": 1, "glycolicacid": 1, "glyoxylicacid": 1, "gold": 1, "goldatom": 1, "goldelectrod": 1, "goldsymbol": 1, "gouychapmanmodel": 1, "gradient": 1, "grahamemodel": 1, "gramdegreecelsiu": 1, "gramperdai": 1, "gramperhour": 1, "gramperlitr": 1, "grampermillilitr": 1, "gramperminut": 1, "grampersquaremetreperdai": 1, "grandcanonicalpartionfunct": 1, "graphen": 1, "graphic": 1, "graphit": 1, "graphiteelectrod": 1, "gravimetricanalysi": 1, "graviton": 1, "gravitycast": 1, "gravitysint": 1, "grai": 1, "graypersecond": 1, "greenantiquark": 1, "greenbottomantiquark": 1, "greenbottomquark": 1, "greencharmantiquark": 1, "greencharmquark": 1, "greendownantiquark": 1, "greendownquark": 1, "greenquark": 1, "greenstrangeantiquark": 1, "greenstrangequark": 1, "greentopantiquark": 1, "greentopquark": 1, "greenupantiquark": 1, "greenupquark": 1, "grind": 1, "groupveloc": 1, "grovecel": 1, "growingcryst": 1, "grueneisenparamt": 1, "guess": 1, "gustatori": 1, "gyromagneticratio": 1, "gyromagneticratiooftheelectron": 1, "gyroradiu": 1, "hppc": 1, "hadron": 1, "hafnium": 1, "hafniumatom": 1, "hafniumsymbol": 1, "halflif": 1, "halfpeakpotenti": 1, "halfvaluethick": 1, "halfwavepotenti": 1, "hallcoeffici": 1, "handlingdevic": 1, "hardcarbon": 1, "hardcarbonelectrod": 1, "harden": 1, "hardeningbydraw": 1, "hardeningbyforg": 1, "hardeningbyform": 1, "hardeningbyrol": 1, "hartreeenergi": 1, "hassiumatom": 1, "hassiumsymbol": 1, "heat": 1, "heatcapac": 1, "heatflowr": 1, "heattreat": 1, "hectar": 1, "hecto": 1, "hectoprefixedunit": 1, "height": 1, "helium": 1, "heliumatom": 1, "heliumsymbol": 1, "helmholtzenergi": 1, "helmholtzmodel": 1, "henri": 1, "henryperkiloohm": 1, "henrypermetr": 1, "henryperohm": 1, "hermeticallysealedcel": 1, "hertz": 1, "hertzmetr": 1, "hertzperkelvin": 1, "hertzpertesla": 1, "hertzpervolt": 1, "heteronuclear": 1, "hexafluoroarsen": 1, "hexafluorophosph": 1, "hexamethylphosphoramid": 1, "hexanoicacid": 1, "higgsboson": 1, "holedens": 1, "holist": 1, "holisticarrang": 1, "holisticsystem": 1, "holmiumatom": 1, "holmiumsymbol": 1, "homonuclear": 1, "hotdipgalvan": 1, "hour": 1, "hybridflowbatteri": 1, "hybridflowcel": 1, "hybridmatt": 1, "hydrazoicacid": 1, "hydrodynamicvoltammetri": 1, "hydrogenatom": 1, "hydrogenbromid": 1, "hydrogenbrominebatteri": 1, "hydrogenchlorid": 1, "hydrogenelectrod": 1, "hydrogenfluorid": 1, "hydrogeniodid": 1, "hydrogensymbol": 1, "hydroxylamin": 1, "hyperfinestructurequantumnumb": 1, "hyperfinetransitionfrequencyofc": 1, "hyperon": 1, "hypothesi": 1, "ici": 1, "ievrefer": 1, "iso14040refer": 1, "iso80000categoris": 1, "iso80000refer": 1, "iso9000refer": 1, "isqbasequant": 1, "isqderivedquant": 1, "isqdimensionlessquant": 1, "iupacnam": 1, "iupacnomencaltur": 1, "icon": 1, "illumin": 1, "illuminancetimeunit": 1, "impedimetri": 1, "inchi": 1, "increasingpotentialpuls": 1, "indicatorelectrod": 1, "indium": 1, "indiumatom": 1, "indiumelectrod": 1, "indiumibromid": 1, "indiumiiiacet": 1, "indiumiiibromid": 1, "indiumiiicarbon": 1, "indiumiiichlorid": 1, "indiumiiifluorid": 1, "indiumiiiiodid": 1, "indiumiiinitr": 1, "indiumiiioxid": 1, "indiumiiiperchlor": 1, "indiumiiiphosph": 1, "indiumiiisulf": 1, "indiumiiisulfid": 1, "indiumiiitetrafluorobor": 1, "indiumiiitrifl": 1, "indiumiiodid": 1, "indiumioxid": 1, "indiumoxidecompound": 1, "indiumsymbol": 1, "indiumtinoxideelectrod": 1, "inductanceunit": 1, "industrialtechnologyprocess": 1, "inequ": 1, "inertelectrod": 1, "infinitemultiplicationfactor": 1, "inform": 1, "initialdischargevoltag": 1, "inititalthermodynamictemperatur": 1, "injectionmold": 1, "inorganiccompound": 1, "insertionelectrod": 1, "inspectiondevic": 1, "instantaneouscurr": 1, "integ": 1, "intens": 1, "intentionalag": 1, "intentionalbatteryprocess": 1, "intentionalprocess": 1, "interferencefit": 1, "internalapparentresist": 1, "internalconduct": 1, "internalconversionfactor": 1, "internalenergi": 1, "internalresist": 1, "internalstep": 1, "internationalsystemofquant": 1, "interphas": 1, "interphasegrowth": 1, "interpret": 1, "intrinsiccarrierdens": 1, "inversepermittivityunit": 1, "inversesquaremassunit": 1, "iodin": 1, "iodineatom": 1, "iodinesymbol": 1, "ion": 1, "ionact": 1, "ionatom": 1, "ionconcentr": 1, "ionexchangemembran": 1, "ionnumberdens": 1, "iontransportnumb": 1, "ionicconduct": 1, "ionicliquidelectrolyt": 1, "ionicstrength": 1, "ionizationenergi": 1, "ionomercompound": 1, "iridium": 1, "iridiumatom": 1, "iridiumdioxid": 1, "iridiumelectrod": 1, "iridiumiiioxid": 1, "iridiumoxidecompound": 1, "iridiumoxideelectrod": 1, "iridiumsaltcompound": 1, "iridiumsymbol": 1, "iron": 1, "ironairbatteri": 1, "ironatom": 1, "ironbatteri": 1, "irondisulfid": 1, "irondisulfideelectrod": 1, "ironelectrod": 1, "ironiiihydroxid": 1, "ironiiioxid": 1, "ironiioxid": 1, "ironii_iiioxid": 1, "ironoxidecompound": 1, "ironredoxflowbatteri": 1, "ironsalt": 1, "ironsymbol": 1, "irradi": 1, "isentropiccompress": 1, "isentropicexpon": 1, "isobaricheatcapac": 1, "isochoricheatcapac": 1, "isopotentialpoint": 1, "isopropylalcohol": 1, "isothermalcompress": 1, "isothermalconvers": 1, "item": 1, "iterativecoupledmodelssimul": 1, "iterativestep": 1, "iterativeworkflow": 1, "jacket": 1, "java": 1, "javascript": 1, "join": 1, "joinmanufactur": 1, "josephsonconst": 1, "josephsonconstantunit": 1, "joul": 1, "joulemetrepermol": 1, "joulepercubicmetr": 1, "joulepercubicmetrekelvin": 1, "jouleperhour": 1, "jouleperkelvin": 1, "jouleperkilogram": 1, "jouleperkilogramkelvin": 1, "jouleperkilogramkelvincubicmetr": 1, "jouleperkilogramkelvinperpasc": 1, "joulepermetr": 1, "joulepermol": 1, "joulepermolekelvin": 1, "jouleperquarticmetr": 1, "joulepersecond": 1, "joulepersquarecentimetr": 1, "joulepersquarecentimetreperdai": 1, "joulepersquaremetr": 1, "joulepersquaretesla": 1, "joulepertesla": 1, "joulesecond": 1, "joulesecondpermol": 1, "joulesquaremetr": 1, "joulesquaremetreperkilogram": 1, "joulethomsoncoeffici": 1, "junctiontil": 1, "kr6": 1, "katal": 1, "kelvin": 1, "kelvindai": 1, "kelvinmetr": 1, "kelvinmetrepersecond": 1, "kelvinmetreperwatt": 1, "kelvinpascalpersecond": 1, "kelvinperhour": 1, "kelvinperkelvin": 1, "kelvinpermetr": 1, "kelvinperminut": 1, "kelvinpersecond": 1, "kelvinpersquaresecond": 1, "kelvinpertesla": 1, "kelvinperwatt": 1, "kelvinsecond": 1, "kelvinsquaremetreperkilogrampersecond": 1, "kerma": 1, "kermar": 1, "kilo": 1, "kiloprefixedunit": 1, "kilogram": 1, "kinematicviscos": 1, "kineticcurr": 1, "kineticenergi": 1, "kineticfrictionfactor": 1, "kineticfrictionforc": 1, "knownconst": 1, "kohlrauschslaw": 1, "krypton": 1, "kryptonatom": 1, "kryptonsymbol": 1, "lr03": 1, "lr1": 1, "lr12": 1, "lr14": 1, "lr20": 1, "lr23": 1, "lr25": 1, "lr44": 1, "lr6": 1, "lacticacid": 1, "landefactor": 1, "languag": 1, "languageinterpretablefil": 1, "lanthanumatom": 1, "lanthanumsymbol": 1, "laplacian": 1, "larmonangularfrequ": 1, "larmonfrequ": 1, "lasercut": 1, "latentheat": 1, "latentheatofphasetransit": 1, "latticeplanespac": 1, "latticevector": 1, "lawofmassact": 1, "lawrenciumatom": 1, "lawrenciumsymbol": 1, "lead": 1, "leadacidbatteri": 1, "leadatom": 1, "leadbatteri": 1, "leadelectrod": 1, "leadiiacet": 1, "leadiibromid": 1, "leadiicarbon": 1, "leadiichlor": 1, "leadiichlorid": 1, "leadiifluorid": 1, "leadiiiodid": 1, "leadiinitr": 1, "leadiinitrit": 1, "leadiioxid": 1, "leadiiperchlor": 1, "leadiiphosph": 1, "leadiisulf": 1, "leadiisulfid": 1, "leadiisulfit": 1, "leadiitetrafluorobor": 1, "leadiitrifl": 1, "leadii_ivoxid": 1, "leadivoxid": 1, "leadoxidecompound": 1, "leadoxideelectrod": 1, "leadsaltcompound": 1, "leadsymbol": 1, "leakag": 1, "leakagefactor": 1, "leclanchebatteri": 1, "leclancheelectrolyt": 1, "leclanchewetcel": 1, "lefthandedparticl": 1, "lemonbatteri": 1, "length": 1, "lengthfractionunit": 1, "lengthmassunit": 1, "lengthperamountunit": 1, "lengthpercubetimeunit": 1, "lengthpertemperatureunit": 1, "lengthtemperatureunit": 1, "lengthtimecurrentunit": 1, "lengthtimepermassunit": 1, "lengthtimetemperatureunit": 1, "lengthunit": 1, "lepton": 1, "lethargi": 1, "letter": 1, "levelwidth": 1, "lidsealingcompound": 1, "lightandradiationquant": 1, "limitquant": 1, "limitingcurr": 1, "limitingmolarconduct": 1, "line": 1, "linearattenuationcoeffici": 1, "linearchronopotentiometri": 1, "linearcurrentramp": 1, "lineardensityofelectriccharg": 1, "linearelectriccurrentdens": 1, "linearenergytransf": 1, "linearexpansioncoeffici": 1, "linearion": 1, "linearmassdens": 1, "linearpotentialramp": 1, "linearscanvoltammetri": 1, "linkedflux": 1, "linkedmodelssimul": 1, "liquid": 1, "liquidaerosol": 1, "liquidelectrolyt": 1, "liquidfoam": 1, "liquidgalliumelectrod": 1, "liquidgassuspens": 1, "liquidjunct": 1, "liquidliquidsuspens": 1, "liquidmetalelectrod": 1, "liquidphasesint": 1, "liquidsol": 1, "liquidsolidsuspens": 1, "liquidsolut": 1, "lithium": 1, "lithiumacet": 1, "lithiumairbatteri": 1, "lithiumatom": 1, "lithiumbatteri": 1, "lithiumbisfluorosulfonylimid": 1, "lithiumbisoxalatobor": 1, "lithiumbisoxalatophosph": 1, "lithiumbistrifluoromethanesulfonylimid": 1, "lithiumbromid": 1, "lithiumcarbonmonofluoridebatteri": 1, "lithiumcarbon": 1, "lithiumchlor": 1, "lithiumchlorid": 1, "lithiumcobaltoxid": 1, "lithiumcobaltoxideelectrod": 1, "lithiumcopperoxidebatteri": 1, "lithiumdifluorooxalatobor": 1, "lithiumdifluorophosph": 1, "lithiumelectrod": 1, "lithiumflowbatteri": 1, "lithiumfluorid": 1, "lithiumhexafluorophosph": 1, "lithiumhydroxid": 1, "lithiuminsertionelectrod": 1, "lithiumiodid": 1, "lithiumionbatteri": 1, "lithiumioncobaltoxidebatteri": 1, "lithiumiongraphitebatteri": 1, "lithiumionironphosphatebatteri": 1, "lithiumionmanganeseironphosphatebatteri": 1, "lithiumionmanganeseoxidebatteri": 1, "lithiumionnickelcobaltaluminiumoxidebatteri": 1, "lithiumionnickelmanganesecobaltoxidebatteri": 1, "lithiumionpolymerbatteri": 1, "lithiumionsiliconbatteri": 1, "lithiumionsilicongraphitebatteri": 1, "lithiumionsiliconoxidebatteri": 1, "lithiumionsiliconoxidegraphitebatteri": 1, "lithiumiontitanatebatteri": 1, "lithiumirondisulphidebatteri": 1, "lithiumironphosph": 1, "lithiumironphosphateelectrod": 1, "lithiummanganesedioxidebatteri": 1, "lithiummanganeseironphosphateelectrod": 1, "lithiummanganeseoxid": 1, "lithiummanganeseoxideelectrod": 1, "lithiummanganeseoxidelithiumironphosphateelectrod": 1, "lithiummanganesephosphateelectrod": 1, "lithiummetalbatteri": 1, "lithiumnickelcobaltaluminiumoxid": 1, "lithiumnickelcobaltaluminumoxideelectrod": 1, "lithiumnickelmananesecobaltoxidelithiummanganeseoxideelectrod": 1, "lithiumnickelmanganesecobaltoxid": 1, "lithiumnickelmanganesecobaltoxideelectrod": 1, "lithiumnickelmanganesecobaltoxidelithiumcobaltoxideelectrod": 1, "lithiumnickelmanganeseoxid": 1, "lithiumnickelmanganeseoxideelectrod": 1, "lithiumnickelmanganeseoxidelithiumironphosphateelectrod": 1, "lithiumnickeloxid": 1, "lithiumnickeloxideelectrod": 1, "lithiumnitr": 1, "lithiumnitrit": 1, "lithiumperchlor": 1, "lithiumphosph": 1, "lithiumsaltcompound": 1, "lithiumsulf": 1, "lithiumsulfid": 1, "lithiumsulfit": 1, "lithiumsulfurbatteri": 1, "lithiumsymbol": 1, "lithiumtetrachloroalumin": 1, "lithiumtetrafluorobor": 1, "lithiumthionylchloridebatteri": 1, "lithiumtitan": 1, "lithiumtitanateelectrod": 1, "lithiumtrifl": 1, "lithiumtrifluoromethanesulfonyloxalatobor": 1, "lithiumvanadiumoxideelectrod": 1, "litr": 1, "litreperdai": 1, "litreperhour": 1, "litreperkelvin": 1, "litreperkilogram": 1, "litreperlitr": 1, "litrepermicromol": 1, "litreperminut": 1, "litrepermol": 1, "litrepersecond": 1, "litrepersecondpersquaremetr": 1, "livermoriumatom": 1, "livermoriumsymbol": 1, "logarithmicdecr": 1, "logarithmicunit": 1, "londonpenetrationdepth": 1, "longrangeorderparamet": 1, "lorenzcoeffici": 1, "lorenznumberunit": 1, "lossangl": 1, "lossfactor": 1, "lowpressurecast": 1, "lowercriticalmagneticfluxdens": 1, "lowerfrequencylimit": 1, "lowervoltagelimit": 1, "lumen": 1, "lumenperwatt": 1, "lumensecond": 1, "lumin": 1, "luminanceunit": 1, "luminousefficacyof540thzradi": 1, "luminousefficacyunit": 1, "luminousflux": 1, "luminousintens": 1, "luminousintensityunit": 1, "lutetiumatom": 1, "lutetiumsymbol": 1, "lux": 1, "luxhour": 1, "moemc": 1, "mxylen": 1, "machinecel": 1, "machin": 1, "macromolecul": 1, "magnesium": 1, "magnesiumacet": 1, "magnesiumairbatteri": 1, "magnesiumatom": 1, "magnesiumbatteri": 1, "magnesiumbisfluorosulfonylimid": 1, "magnesiumbisoxalatobor": 1, "magnesiumbisoxalatophosph": 1, "magnesiumbistrifluoromethanesulfonylimid": 1, "magnesiumbromid": 1, "magnesiumcarbon": 1, "magnesiumchlor": 1, "magnesiumchlorid": 1, "magnesiumdifluorooxalatobor": 1, "magnesiumelectrod": 1, "magnesiumfluorid": 1, "magnesiumhexafluorophosph": 1, "magnesiumhydroxid": 1, "magnesiuminsertionelectrod": 1, "magnesiumiodid": 1, "magnesiumionbatteri": 1, "magnesiummetalbatteri": 1, "magnesiumnitr": 1, "magnesiumnitrit": 1, "magnesiumperchlor": 1, "magnesiumphosph": 1, "magnesiumsaltcompound": 1, "magnesiumshuttlebatteri": 1, "magnesiumsulf": 1, "magnesiumsulfid": 1, "magnesiumsulfit": 1, "magnesiumsymbol": 1, "magnesiumtetrafluorobor": 1, "magnesiumtrifl": 1, "magnesiumtrifluoromethanesulfonyloxalatobor": 1, "magneticdipolemo": 1, "magneticdipolemomentunit": 1, "magneticfieldstrength": 1, "magneticfieldstrengthunit": 1, "magneticflux": 1, "magneticfluxdens": 1, "magneticfluxdensityunit": 1, "magneticfluxunit": 1, "magneticmo": 1, "magneticpolaris": 1, "magneticpotentialunit": 1, "magneticquantumnumb": 1, "magneticreluct": 1, "magneticreluctanceunit": 1, "magneticreluctivityunit": 1, "magneticsuscept": 1, "magnetictens": 1, "magneticvectorpotenti": 1, "magnet": 1, "magnetomotiveforc": 1, "magnitudeofcurrentpuls": 1, "magnitudeofpotentialpuls": 1, "maintanencefreebatteri": 1, "malicacid": 1, "malonicacid": 1, "manganes": 1, "manganeseatom": 1, "manganesedioxid": 1, "manganesedioxideelectrod": 1, "manganeseiiacet": 1, "manganeseiibromid": 1, "manganeseiicarbon": 1, "manganeseiichlor": 1, "manganeseiichlorid": 1, "manganeseiifluorid": 1, "manganeseiiioxid": 1, "manganeseiiiodid": 1, "manganeseiinitr": 1, "manganeseiioxid": 1, "manganeseiiperchlor": 1, "manganeseiiphosph": 1, "manganeseiisulf": 1, "manganeseiisulfid": 1, "manganeseii_iiioxid": 1, "manganeseoxidecompound": 1, "manganesesaltcompound": 1, "manganesesymbol": 1, "manufacturedmateri": 1, "manufacturedproduct": 1, "manufactur": 1, "manufacturingdevic": 1, "manufacturingsystem": 1, "markuplanguag": 1, "mass": 1, "massamountofsubstanceunit": 1, "massareaunit": 1, "massattenuationcoeffici": 1, "masschanger": 1, "massconcentr": 1, "massconcentrationofwat": 1, "massconcentrationofwatervapour": 1, "massdefect": 1, "massenergytransfercoeffici": 1, "massexcess": 1, "massflow": 1, "massfluxunit": 1, "massfract": 1, "massfractionofdrymatt": 1, "massfractionofwat": 1, "massfractionunit": 1, "masslengthpercubictimeunit": 1, "massload": 1, "massnumb": 1, "massperamountunit": 1, "masspercubictimequartictemperatureunit": 1, "massperelectricchargeunit": 1, "massperlengthtimeunit": 1, "massperlengthunit": 1, "massperquarticlengthtimeunit": 1, "massperquartictimeunit": 1, "masspersquarelengthsquaretimeunit": 1, "masspertimeunit": 1, "masspervolumetimeunit": 1, "massratioofwatertodrymatt": 1, "masssquaretimeunit": 1, "massstoppingpowerunit": 1, "masstemperatureunit": 1, "massunit": 1, "massieufunct": 1, "materi": 1, "materiallaw": 1, "materialrel": 1, "materialrelationcomput": 1, "materialsynthesi": 1, "materialtreat": 1, "materialsmodel": 1, "materialsprocess": 1, "mathemat": 1, "mathematicalconstruct": 1, "mathematicalformula": 1, "mathematicalfunct": 1, "mathematicalmodel": 1, "mathematicaloper": 1, "mathematicalsymbol": 1, "matrix": 1, "matter": 1, "maximumbetaparticleenergi": 1, "maximumconcentr": 1, "maximumcontinuousdischargecurr": 1, "maximumeffici": 1, "maximumpulsedischargecurr": 1, "maximumpulsedischargedur": 1, "maximumstoichiometri": 1, "maximumtemperatur": 1, "meandurationoflif": 1, "meanenergyimpart": 1, "meanfreepath": 1, "meanfreepathofelectron": 1, "meanfreepathofphonon": 1, "meanlinearrang": 1, "meanmassrang": 1, "measuredconst": 1, "measuredproperti": 1, "measur": 1, "measurementprincipl": 1, "measurementresult": 1, "measurementunit": 1, "measuringinstru": 1, "measuringsystem": 1, "mechanicaleffici": 1, "mechanicalmobilityunit": 1, "mechanicalquant": 1, "mega": 1, "megaamperepersquaremetr": 1, "megaprefixedunit": 1, "megavolt": 1, "meitneriumatom": 1, "meitneriumsymbol": 1, "membran": 1, "membranepotenti": 1, "membranelessflowbatteri": 1, "mendeleviumatom": 1, "mendeleviumsymbol": 1, "mercuri": 1, "mercuryatom": 1, "mercurybatteri": 1, "mercuryelectrod": 1, "mercuryiioxid": 1, "mercuryoxidecompound": 1, "mercurysymbol": 1, "mergingmanufactur": 1, "meson": 1, "mesoscopicmateri": 1, "mesoscopicmodel": 1, "mesoxalicacid": 1, "metalairbatteri": 1, "metalcarbondioxidebatteri": 1, "metalelectrod": 1, "metaloxideelectrod": 1, "metallicmateri": 1, "metallicpowdersint": 1, "metalloidelementalsubst": 1, "methanol": 1, "methoxytrimethylsilan": 1, "methylacet": 1, "metr": 1, "metrekelvin": 1, "metrekelvinperwatt": 1, "metrekilogram": 1, "metreperfarad": 1, "metreperhour": 1, "metreperkelvin": 1, "metreperminut": 1, "metrepersecond": 1, "metrepersquaresecond": 1, "metricprefix": 1, "metrolog": 1, "metrologicalrefer": 1, "metrologicalsymbol": 1, "metrologicaluncertainti": 1, "micro": 1, "microbecquerel": 1, "microcoulombpercubicmetr": 1, "microcoulombpersquaremetr": 1, "microfaradperkilometr": 1, "microfaradpermetr": 1, "microgram": 1, "microgramperlitr": 1, "microhenrypermetr": 1, "microlitr": 1, "microlitreperlitr": 1, "micrometreperkelvin": 1, "micromol": 1, "micronewton": 1, "micronewtonmetr": 1, "microohm": 1, "micropasc": 1, "microprefixedunit": 1, "microsiemen": 1, "microsiemenspercentimetr": 1, "microsiemenspermetr": 1, "microwatt": 1, "microcanonicalpartitionfunct": 1, "microwavesint": 1, "migrationarea": 1, "migrationcurr": 1, "migrationlength": 1, "milli": 1, "milliprefixedunit": 1, "mill": 1, "minimumstoichiometri": 1, "miniumumconcentr": 1, "miniumumtemperatur": 1, "minu": 1, "minut": 1, "mixedmetaloxidecompound": 1, "mixedtil": 1, "mixingratio": 1, "mixtur": 1, "mobil": 1, "mobilityratio": 1, "modelledproperti": 1, "model": 1, "modifiedconstantvoltagecharg": 1, "modulusofadmitt": 1, "modulusofcompress": 1, "modulusofelast": 1, "modulusofimped": 1, "modulusofrigid": 1, "molal": 1, "molarattenuationcoeffici": 1, "molarconduct": 1, "molarelectrochemicalpotenti": 1, "molarenergi": 1, "molarenthalpi": 1, "molarentropi": 1, "molargasconst": 1, "molargibbsenergi": 1, "molarhelmholtzenergi": 1, "molarinternalenergi": 1, "molarmass": 1, "molarvolum": 1, "mold": 1, "mole": 1, "moledegreecelsiu": 1, "molekelvin": 1, "molepercubicdecimetr": 1, "molepercubicmetr": 1, "molepercubicmetrepersecond": 1, "molepergramperhour": 1, "moleperhour": 1, "moleperkilogram": 1, "moleperkilogrampasc": 1, "moleperlitr": 1, "moleperminut": 1, "molepermol": 1, "molepersecond": 1, "molepersquaremetr": 1, "molepersquaremetreperdai": 1, "molepersquaremetrepersecond": 1, "molepersquaremetrepersecondpermetr": 1, "molepersquaremetrepersecondpermetrepersteradian": 1, "molepersquaremetrepersecondpersteradian": 1, "molecularconcentr": 1, "molecularent": 1, "molecularformula": 1, "molecularpartitionfunct": 1, "molecul": 1, "moltensaltcel": 1, "molybdenum": 1, "molybdenumatom": 1, "molybdenumsymbol": 1, "momentofintertia": 1, "momentum": 1, "momentumunit": 1, "monoblocbatteri": 1, "monobloccontain": 1, "moscoviumatom": 1, "moscoviumsymbol": 1, "mudrib": 1, "multiparticlepath": 1, "multisimul": 1, "multipl": 1, "multiplicationfactor": 1, "muon": 1, "muonantineutrino": 1, "muonneutrino": 1, "mutualinduct": 1, "nbutanol": 1, "nmethyl2pyrrolidon": 1, "npratio": 1, "npropanol": 1, "nafion": 1, "nail": 1, "namer": 1, "name": 1, "nano": 1, "nanomateri": 1, "nanoprefixedunit": 1, "naturallaw": 1, "naturalmateri": 1, "naturalprocess": 1, "nearneutralelectrolyt": 1, "neeltemperatur": 1, "negativeelectrod": 1, "negativetermin": 1, "neodymiumatom": 1, "neodymiumsymbol": 1, "neon": 1, "neonatom": 1, "neonsymbol": 1, "neper": 1, "neptuniumatom": 1, "neptuniumsymbol": 1, "nernsteinsteinequ": 1, "nernstequ": 1, "netfaradaiccurr": 1, "network": 1, "neutralatom": 1, "neutralelectrolytezincairbatteri": 1, "neutralis": 1, "neutrinotyp": 1, "neutron": 1, "neutronnumb": 1, "neutronyieldperabsorpt": 1, "neutronyieldperfiss": 1, "newton": 1, "newtoncentimetr": 1, "newtonmetr": 1, "newtonmetreperamper": 1, "newtonmetreperkilogram": 1, "newtonmetrepermetr": 1, "newtonmetrepermetreperradian": 1, "newtonmetreperradian": 1, "newtonmetrepersquaremetr": 1, "newtonmetresecond": 1, "newtonmetresecondpermetr": 1, "newtonmetresecondperradian": 1, "newtonperamper": 1, "newtonpercentimetr": 1, "newtonpercoulomb": 1, "newtonpercubicmetr": 1, "newtonperkilogram": 1, "newtonpermetr": 1, "newtonpermillimetr": 1, "newtonperradian": 1, "newtonpersquarecentimetr": 1, "newtonpersquaremetr": 1, "newtonpersquaremillimetr": 1, "newtonsecond": 1, "newtonsecondpercubicmetr": 1, "newtonsecondpermetr": 1, "newtonsecondperradian": 1, "newtonsquaremetr": 1, "newtonsquaremetreperamper": 1, "newtonsquaremetreperampereunit": 1, "newtonsquaremetrepersquarekilogram": 1, "newtonianconstantofgrav": 1, "newtonianconstantofgravityunit": 1, "nickel": 1, "nickelatom": 1, "nickelcadmiumbatteri": 1, "nickelelectrod": 1, "nickelhydroxid": 1, "nickeliiacet": 1, "nickeliibistrifluoromethanesulfonylimid": 1, "nickeliibromid": 1, "nickeliicarbon": 1, "nickeliichlor": 1, "nickeliichlorid": 1, "nickeliifluorid": 1, "nickeliihexafluorophosph": 1, "nickeliiiodid": 1, "nickeliinitr": 1, "nickeliinitrit": 1, "nickeliioxid": 1, "nickeliiperchlor": 1, "nickeliiphosph": 1, "nickeliisulf": 1, "nickeliisulfid": 1, "nickeliisulfit": 1, "nickeliitetrafluorobor": 1, "nickeliitrifl": 1, "nickelironbatteri": 1, "nickelmetalhydridebatteri": 1, "nickeloxidebatteri": 1, "nickeloxidecompound": 1, "nickeloxideelectrod": 1, "nickeloxidehydroxid": 1, "nickeloxidehydroxideelectrod": 1, "nickeloxyhydroxidebatteri": 1, "nickelsaltcompound": 1, "nickelsymbol": 1, "nickelzincbatteri": 1, "nihoniumatom": 1, "nihoniumsymbol": 1, "niobium": 1, "niobiumatom": 1, "niobiumsymbol": 1, "nitricacid": 1, "nitrogen": 1, "nitrogenatom": 1, "nitrogensymbol": 1, "nitrousacid": 1, "nobeliumatom": 1, "nobeliumsymbol": 1, "noblegaselementalsubst": 1, "nominalbatteryproperti": 1, "nominalproperti": 1, "nominalvoltag": 1, "nonactivepow": 1, "nonaqueouscel": 1, "nonaqueouselectrolyt": 1, "nonaqueousmetallicflowbatteri": 1, "nonaqueousorganicflowbatteri": 1, "nonencodeddata": 1, "nonleakageprob": 1, "nonnumericaldata": 1, "nonpolarizableelectrod": 1, "nonprefixedunit": 1, "nonsiunit": 1, "nonspillablecel": 1, "nontemporalrol": 1, "normalhydrogenelectrod": 1, "normalpulsevoltammetri": 1, "nuclearmagneton": 1, "nuclearprecessionangularfrequ": 1, "nuclearquadrupolemo": 1, "nuclearradiu": 1, "nuclearspinquantumnumb": 1, "nucleon": 1, "nucleonnumb": 1, "nucleu": 1, "nuclidicmass": 1, "number": 1, "numberofcellsconnectedinparallel": 1, "numberofcellsconnectedinseri": 1, "numberofel": 1, "numberofent": 1, "numberofturnsinawind": 1, "numer": 1, "numericaldata": 1, "numericalvari": 1, "nyquistplot": 1, "oembatteri": 1, "owldlrestrictedaxiom": 1, "oxylen": 1, "object": 1, "objectiveproperti": 1, "observ": 1, "oganessonatom": 1, "oganessonsymbol": 1, "ohm": 1, "ohmmetr": 1, "ohmsquaremetrepermetr": 1, "ohmicoverpotenti": 1, "olfactori": 1, "onemanifold": 1, "opencircuithold": 1, "opencircuitvoltag": 1, "orbitalangularmomentumquantumnumb": 1, "ordinalquant": 1, "ordinarymatt": 1, "organicacidcompound": 1, "organiccompound": 1, "organicelectrolyt": 1, "organis": 1, "osmium": 1, "osmiumatom": 1, "osmiumsymbol": 1, "osmoticcoefficientofsolv": 1, "osmoticpressur": 1, "outputc": 1, "overcharg": 1, "overpotenti": 1, "oxalicacid": 1, "oxidationnumb": 1, "oxygen": 1, "oxygenatom": 1, "oxygenelectrod": 1, "oxygensymbol": 1, "p2dmodel": 1, "p3dmodel": 1, "p4dmodel": 1, "pdi": 1, "ph": 1, "poh": 1, "packingfract": 1, "paint": 1, "palladium": 1, "palladiumatom": 1, "palladiumelectrod": 1, "palladiumoxid": 1, "palladiumoxidecompound": 1, "palladiumsymbol": 1, "paperlinedcel": 1, "papermanufactur": 1, "parallelconnect": 1, "parallelseriesconnect": 1, "parallelworkflow": 1, "paramet": 1, "parasiticreact": 1, "partialcomposit": 1, "partialpressur": 1, "particip": 1, "particleconcentr": 1, "particlecurrentdens": 1, "particleemissionr": 1, "particleflu": 1, "particlefluencer": 1, "particlenumberdens": 1, "particlepositionvector": 1, "particleradiu": 1, "particlesized50": 1, "particlesourcedens": 1, "particulatematt": 1, "pascal": 1, "pascalcubicmetrepersecond": 1, "pascallitrepersecond": 1, "pascalmetr": 1, "pascalmetrepersecond": 1, "pascalmetrepersquaresecond": 1, "pascalperhour": 1, "pascalperkelvin": 1, "pascalpermetr": 1, "pascalperminut": 1, "pascalpersecond": 1, "pascalsecond": 1, "pascalsecondpercubicmetr": 1, "pascalsecondpermetr": 1, "passivationlay": 1, "pastelinedcel": 1, "pastedpl": 1, "path": 1, "pathlength": 1, "peakcurr": 1, "peakpotenti": 1, "peen": 1, "peltiercoeffici": 1, "pentafluorophenylisocyan": 1, "pentanoicacid": 1, "peramountunit": 1, "perareatimeunit": 1, "perareaunit": 1, "perenergyunit": 1, "perlengthtemperatureunit": 1, "perlengthtimeunit": 1, "perpressureunit": 1, "pertemperaturetimeunit": 1, "pertemperatureunit": 1, "perthermaltransmittanceunit": 1, "pertimemassunit": 1, "pervolumeunit": 1, "perceptu": 1, "perchlor": 1, "perchloricacid": 1, "perioddur": 1, "permanentliquidphasesint": 1, "permeabl": 1, "permeabilityunit": 1, "permeanc": 1, "permitt": 1, "permittivityunit": 1, "persist": 1, "perspect": 1, "peta": 1, "petaprefixedunit": 1, "phaseangl": 1, "phasecoeffici": 1, "phasediffer": 1, "phaseheterogeneousmixtur": 1, "phasehomogeneousmixtur": 1, "phaseofmatt": 1, "phasespeedofelectromagneticwav": 1, "phaseveloc": 1, "phosphoricacid": 1, "phosphoricacidsolut": 1, "phosphorusatom": 1, "phosphorussymbol": 1, "photochemicalprocess": 1, "photoelectrolyticcel": 1, "photon": 1, "physicalbasedsimulationsoftwar": 1, "physicalconst": 1, "physicallaw": 1, "physicalobject": 1, "physicalparticl": 1, "physicalphenomena": 1, "physicalphenomenon": 1, "physicalquant": 1, "physicalist": 1, "physicallyinteract": 1, "physicallyinteractingconvex": 1, "physicallynoninteract": 1, "physicalyunbond": 1, "physicsbasedmodel": 1, "physicsbasedsimul": 1, "physicsequ": 1, "physicsequationsolut": 1, "physicsmathematicalcomput": 1, "physiochemicalquant": 1, "pico": 1, "picoprefixedunit": 1, "pictori": 1, "pilotbatterycel": 1, "planckconst": 1, "planckfunct": 1, "plane": 1, "plantepl": 1, "plasma": 1, "plasmacut": 1, "plasticmodel": 1, "plasticsint": 1, "plate": 1, "plategroup": 1, "platinum": 1, "platinumatom": 1, "platinumelectrod": 1, "platinumoxid": 1, "platinumoxidecompound": 1, "platinumsymbol": 1, "plu": 1, "plutoniumatom": 1, "plutoniumsymbol": 1, "pocketpl": 1, "point": 1, "poissonnumb": 1, "polar": 1, "polarityrevers": 1, "polarizableelectrod": 1, "polonium": 1, "poloniumatom": 1, "poloniumsymbol": 1, "polyacrylicacid": 1, "polyacrylonitril": 1, "polyatomicent": 1, "polyethylen": 1, "polyethyleneglycol": 1, "polymercompound": 1, "polymericmateri": 1, "polynomi": 1, "polypropylen": 1, "polysulfidebromideflowbatteri": 1, "polyterafluoroethylen": 1, "polyvinylalcohol": 1, "polyvinylidenefluorid": 1, "porcelainorceramiccast": 1, "poros": 1, "porouselectrod": 1, "porouselectrodeco": 1, "poroussepar": 1, "positionvector": 1, "positiveelectrod": 1, "positivetermin": 1, "positron": 1, "posttransitionmetalelementalsubst": 1, "posttransitionmetaloxidecompound": 1, "posttransitionmetalsaltcompound": 1, "potassium": 1, "potassiumacet": 1, "potassiumatom": 1, "potassiumbatteri": 1, "potassiumbromid": 1, "potassiumcarbon": 1, "potassiumchlor": 1, "potassiumchlorid": 1, "potassiumfluorid": 1, "potassiumhexafluorophosph": 1, "potassiumhydroxid": 1, "potassiuminsertionelectrod": 1, "potassiumiodid": 1, "potassiumionbatteri": 1, "potassiummetalelectrod": 1, "potassiumnitr": 1, "potassiumnitrit": 1, "potassiumperchlor": 1, "potassiumphosph": 1, "potassiumsaltcompound": 1, "potassiumsulf": 1, "potassiumsulfid": 1, "potassiumsulfit": 1, "potassiumsymbol": 1, "potassiumtetrafluorobor": 1, "potassiumtrifl": 1, "potatobatteri": 1, "potentialenergi": 1, "potentialpuls": 1, "potentialscanr": 1, "potentialtimeplot": 1, "potentiometricselectivitycoeffici": 1, "potentiometricstrippinganalysi": 1, "potentiometri": 1, "potentiostat": 1, "potentiostaticprocess": 1, "pouchcas": 1, "pouchcel": 1, "powder": 1, "powderco": 1, "power": 1, "powerareaunit": 1, "powerdensityunit": 1, "powerfactor": 1, "powerperareavolumeunit": 1, "powerunit": 1, "poyntingvector": 1, "praseodymiumatom": 1, "praseodymiumsymbol": 1, "precipitationharden": 1, "prefixedunit": 1, "press": 1, "pressur": 1, "pressurecoeffici": 1, "pressurefractionunit": 1, "pressurepertemperatureunit": 1, "pressurepertimeunit": 1, "pressurereliefv": 1, "pressureunit": 1, "primarybatteri": 1, "principalquantumnumb": 1, "prismat": 1, "prismaticbatteri": 1, "prismaticcas": 1, "probabl": 1, "procedur": 1, "procedureunit": 1, "process": 1, "processengineeringprocess": 1, "product": 1, "productionengin": 1, "productionsystem": 1, "program": 1, "programminglanguag": 1, "promethiumatom": 1, "promethiumsymbol": 1, "propagationcoeffici": 1, "properti": 1, "propionicacid": 1, "propylenecarbon": 1, "protactiniumatom": 1, "protactiniumsymbol": 1, "proticsolventcompound": 1, "proton": 1, "protoninsertionelectrod": 1, "protonmass": 1, "pseudocumem": 1, "pseudoscalarmeson": 1, "pseudovectormeson": 1, "pulsedur": 1, "pulsemagnitud": 1, "punctuat": 1, "purenumberquant": 1, "pureparallelworkflow": 1, "pyridin": 1, "pyruvicacid": 1, "python": 1, "qualityfactor": 1, "quantiti": 1, "quantityvalu": 1, "quantum": 1, "quantumannihil": 1, "quantumdata": 1, "quantumdecai": 1, "quantumnumb": 1, "quark": 1, "quartertransitiontimepotenti": 1, "quarticcoulombmetrepercubicenergi": 1, "quarticelectricdipolemomentpercubicenergyunit": 1, "quarticlengthpertimeunit": 1, "quarticlengthunit": 1, "quarticmetr": 1, "quarticmetrepersecond": 1, "quarticmillimetr": 1, "quecto": 1, "quetta": 1, "quinticmetr": 1, "r1025": 1, "r11108": 1, "r1121": 1, "r1126": 1, "r1130": 1, "r1131": 1, "r1136": 1, "r1142": 1, "r1154": 1, "r1216": 1, "r1220": 1, "r1225": 1, "r1511": 1, "r1616": 1, "r1632": 1, "r2012": 1, "r2016": 1, "r2020": 1, "r2025": 1, "r2032": 1, "r2040": 1, "r2050": 1, "r2320": 1, "r2325": 1, "r2330": 1, "r2335": 1, "r2354": 1, "r2412": 1, "r2430": 1, "r2450": 1, "r2477": 1, "r3032": 1, "r416": 1, "r512": 1, "r516": 1, "r521": 1, "r527": 1, "r616": 1, "r621": 1, "r626": 1, "r712": 1, "r716": 1, "r721": 1, "r726": 1, "r731": 1, "r736": 1, "r754": 1, "r9": 1, "r916": 1, "r921": 1, "r926": 1, "r927": 1, "r932": 1, "r936": 1, "radialdist": 1, "radian": 1, "radianperhour": 1, "radianpermetr": 1, "radianperminut": 1, "radianpersecond": 1, "radianpersquaresecond": 1, "radiansquaremetreperkilogram": 1, "radiansquaremetrepermol": 1, "radiantenergi": 1, "radiantflux": 1, "radioact": 1, "radium": 1, "radiumatom": 1, "radiumsymbol": 1, "radiu": 1, "radiusofcurvatur": 1, "radon": 1, "radonatom": 1, "radonsymbol": 1, "randlescircuitmodel": 1, "rapidprototyp": 1, "ratedcapac": 1, "ratioofspecificheatcapac": 1, "ratioquant": 1, "reactionenergi": 1, "reactionoverpotenti": 1, "reactionr": 1, "reactionrateconst": 1, "reactionsint": 1, "reactivemateri": 1, "reactivenonmetalelementalsubst": 1, "reactivepow": 1, "reactortimeconst": 1, "real": 1, "reciprocalamountpervolumeunit": 1, "reciprocalcentimetr": 1, "reciprocalcubiccentimetr": 1, "reciprocalcubicmetr": 1, "reciprocalcubicmetresecond": 1, "reciprocalcubicmillimetr": 1, "reciprocaldai": 1, "reciprocaldur": 1, "reciprocalelectricchargedensityunit": 1, "reciprocalhenri": 1, "reciprocalhour": 1, "reciprocaljoulecubicmetr": 1, "reciprocalkelvin": 1, "reciprocalkilometr": 1, "reciprocalkilovoltamperehour": 1, "reciprocallength": 1, "reciprocallengthunit": 1, "reciprocallitr": 1, "reciprocalmassunit": 1, "reciprocalmetr": 1, "reciprocalmetrekelvin": 1, "reciprocalmetrepernanometr": 1, "reciprocalmetrepernanometrepersteradian": 1, "reciprocalmetrepersecond": 1, "reciprocalmetrepersteradian": 1, "reciprocalmicrometr": 1, "reciprocalmicromoleperlitr": 1, "reciprocalmillimetr": 1, "reciprocalmillisecond": 1, "reciprocalminut": 1, "reciprocalmol": 1, "reciprocalnanometr": 1, "reciprocalpasc": 1, "reciprocalpascalpersecond": 1, "reciprocalpicometr": 1, "reciprocalsecond": 1, "reciprocalsecondsquaremetr": 1, "reciprocalsecondsquaremetresteradian": 1, "reciprocalsecondsteradian": 1, "reciprocalsquareelectronvolt": 1, "reciprocalsquareenergyunit": 1, "reciprocalsquaregigaelectronvolt": 1, "reciprocalsquarejoul": 1, "reciprocalsquarekilogram": 1, "reciprocalsquaremetr": 1, "reciprocalsquaremetresecond": 1, "reciprocalsquaresecond": 1, "reciprocalsteradian": 1, "reciprocalteslametr": 1, "reciprocalteslasecond": 1, "reciprocalvolum": 1, "reciprocalweb": 1, "recombinationcoeffici": 1, "rectangularelectrod": 1, "redantiquark": 1, "redbottomantiquark": 1, "redbottomquark": 1, "redcharmantiquark": 1, "redcharmquark": 1, "reddownantiquark": 1, "reddownquark": 1, "redquark": 1, "redstrangeantiquark": 1, "redstrangequark": 1, "redtopantiquark": 1, "redtopquark": 1, "redupantiquark": 1, "redupquark": 1, "redoxflowbatteri": 1, "reductionist": 1, "redund": 1, "referenceelectrod": 1, "referencethermodynamictemperatur": 1, "refractiveindex": 1, "relativehumid": 1, "relativelinearstrain": 1, "relativemassconcentrationofwatervapour": 1, "relativemassdefect": 1, "relativemassdens": 1, "relativemassexcess": 1, "relativemassfractionofvapour": 1, "relativeperm": 1, "relativepermitt": 1, "relativepressurecoeffici": 1, "relativevolumestrain": 1, "relaxationtim": 1, "replacementbatteri": 1, "replica": 1, "represent": 1, "resemblanceicon": 1, "reservebatterycel": 1, "reshapemanufactur": 1, "residualactivemass": 1, "residualcapac": 1, "residualcurr": 1, "residualresist": 1, "resistancetoalternativecurr": 1, "resonanceenergi": 1, "resonanceescapeprob": 1, "responsetimeatanis": 1, "restenergi": 1, "restmass": 1, "restingtim": 1, "reversiblehydrogenelectrod": 1, "revolutionperminut": 1, "rhenium": 1, "rheniumatom": 1, "rheniumsymbol": 1, "rhodium": 1, "rhodiumatom": 1, "rhodiumelectrod": 1, "rhodiumiiioxid": 1, "rhodiumivoxid": 1, "rhodiumoxidecompound": 1, "rhodiumsymbol": 1, "richardsonconst": 1, "richardsonconstantunit": 1, "righthandedparticl": 1, "rivet": 1, "rockingchairbatteri": 1, "roentgeniumatom": 1, "roentgeniumsymbol": 1, "role": 1, "roll": 1, "rollingresist": 1, "rollingresistancefactor": 1, "ronna": 1, "ronto": 1, "rotatingdiskelectrod": 1, "rotatingdiskspe": 1, "rotatingringdiskelectrod": 1, "rotat": 1, "rotationaldisplac": 1, "rotationalfrequ": 1, "roundcas": 1, "roundelectrod": 1, "rubidium": 1, "rubidiumatom": 1, "rubidiumsymbol": 1, "rubi": 1, "ruthenium": 1, "rutheniumatom": 1, "rutheniumelectrod": 1, "rutheniumivoxid": 1, "rutheniumoxidecompound": 1, "rutheniumoxideelectrod": 1, "rutheniumsymbol": 1, "rutheniumviiioxid": 1, "rutherfordiumatom": 1, "rutherfordiumsymbol": 1, "rybergconst": 1, "siaccept": 1, "siacceptedderivedunit": 1, "siacceptedprefixedunit": 1, "siacceptedunit": 1, "sibaseunit": 1, "sicoherentderivedunit": 1, "sicoherentunit": 1, "siderivedunit": 1, "sidimensionalunit": 1, "siexactconst": 1, "simetricmultipleunit": 1, "simetricprefixedunit": 1, "simetricsubmultipleunit": 1, "simultipleprefix": 1, "sinoncoherentderivedunit": 1, "sinoncoherentunit": 1, "siprefix": 1, "sispecialunit": 1, "sisubmultipleprefix": 1, "siunit": 1, "siunitsymbol": 1, "salt": 1, "saltbridg": 1, "samariumatom": 1, "samariumsymbol": 1, "sampleddcpolarographi": 1, "samplinginterv": 1, "samplingtim": 1, "sandmold": 1, "saturatedcalomelelectrod": 1, "saturatedsolut": 1, "saw": 1, "scalarmagneticpotenti": 1, "scalarmeson": 1, "scandium": 1, "scandiumatom": 1, "scandiumsymbol": 1, "scientifictheori": 1, "screw": 1, "scriptinglanguag": 1, "seaborgiumatom": 1, "seaborgiumsymbol": 1, "sealedcel": 1, "seawat": 1, "second": 1, "secondaxialmomentofarea": 1, "secondgenerationfermion": 1, "secondpermetr": 1, "secondperradiancubicmetr": 1, "secondpolarmomentofarea": 1, "secondarybatteri": 1, "sectionareaintegralunit": 1, "sectionmodulu": 1, "seebeckcoeffici": 1, "selenium": 1, "seleniumatom": 1, "seleniumsymbol": 1, "selfdischarg": 1, "semiosi": 1, "semioticent": 1, "semioticobject": 1, "semiot": 1, "separatemanufactur": 1, "separ": 1, "sequenc": 1, "serialstep": 1, "serialworkflow": 1, "seriesconnect": 1, "seriesparallelconnect": 1, "servic": 1, "servicelif": 1, "servicemass": 1, "sexticlengthunit": 1, "sexticmetr": 1, "shape3vector": 1, "shape4x3matrix": 1, "shearcut": 1, "shearstrain": 1, "shelflif": 1, "shortcircuitcurr": 1, "shortrangeorderparamet": 1, "sidereact": 1, "siemen": 1, "siemenspercentimetr": 1, "siemenspermetr": 1, "siemenssquaremetrepermol": 1, "sievert": 1, "sign": 1, "signalreferencepotenti": 1, "silicon": 1, "siliconairbatteri": 1, "siliconatom": 1, "siliconbatteri": 1, "siliconelectrod": 1, "silicongraphiteelectrod": 1, "siliconoxideelectrod": 1, "siliconoxidegraphiteelectrod": 1, "siliconsymbol": 1, "silver": 1, "silveratom": 1, "silverbatteri": 1, "silverchlorideelectrod": 1, "silverelectrod": 1, "silverioxid": 1, "silveroxidebatteri": 1, "silveroxidecadmiumbatteri": 1, "silveroxidecompound": 1, "silveroxideelectrod": 1, "silversymbol": 1, "silverzincbatteri": 1, "simul": 1, "simulationappl": 1, "singlecoatedelectrod": 1, "singlecomponentcomposit": 1, "sinteredpl": 1, "sinter": 1, "sinusoidalcurrentwaveform": 1, "sinusoidalpotentialwaveform": 1, "slowingdownarea": 1, "slowingdowndens": 1, "slowingdownlength": 1, "smoke": 1, "sodium": 1, "sodiumacet": 1, "sodiumairbatteri": 1, "sodiumatom": 1, "sodiumbatteri": 1, "sodiumbisoxalatobor": 1, "sodiumbisoxalatophosph": 1, "sodiumbistrifluoromethanesulfonylimid": 1, "sodiumbromid": 1, "sodiumcarbon": 1, "sodiumchlor": 1, "sodiumchlorid": 1, "sodiumchromiumoxid": 1, "sodiumchromiumoxideelectrod": 1, "sodiumcobaltoxid": 1, "sodiumcobaltoxideelectrod": 1, "sodiumcobaltphosph": 1, "sodiumcobaltphosphateelectrod": 1, "sodiumdifluorooxalatobor": 1, "sodiumelectrod": 1, "sodiumfluorid": 1, "sodiumhexafluorophosph": 1, "sodiumhydroxid": 1, "sodiuminsertionelectrod": 1, "sodiumiodid": 1, "sodiumionbatteri": 1, "sodiumionhardcarbonbatteri": 1, "sodiumironhexacyanoferrateelectrod": 1, "sodiumironphosph": 1, "sodiumironphosphateelectrod": 1, "sodiummanganesehexacyanoferrateelectrod": 1, "sodiummanganeseoxid": 1, "sodiummanganeseoxideelectrod": 1, "sodiummanganesephosph": 1, "sodiummanganesephosphateelectrod": 1, "sodiummetatitanateelectrod": 1, "sodiumnickelphosph": 1, "sodiumnickelphosphateelectrod": 1, "sodiumnitr": 1, "sodiumnitrit": 1, "sodiumperchlor": 1, "sodiumphosph": 1, "sodiumsaltcompound": 1, "sodiumsulf": 1, "sodiumsulfid": 1, "sodiumsulfit": 1, "sodiumsymbol": 1, "sodiumtetrachloroalumin": 1, "sodiumtetrafluorobor": 1, "sodiumtitaniumoxideelectrod": 1, "sodiumtitaniumphosphateelectrod": 1, "sodiumtrifl": 1, "sodiumtrifluoromethanesulfonyloxalatobor": 1, "softwar": 1, "sol": 1, "solder": 1, "solid": 1, "solidaerosol": 1, "solidamalgamelectrod": 1, "solidangl": 1, "solidangularmeasur": 1, "solidelectrolyt": 1, "solidelectrolyteinterphas": 1, "solidfoam": 1, "solidgassuspens": 1, "solidliquidsuspens": 1, "solidmixtur": 1, "solidsol": 1, "solidsolidsuspens": 1, "solidsolut": 1, "solidstatebatteri": 1, "solubl": 1, "solubilityproduct": 1, "solut": 1, "solventcompound": 1, "somatosensori": 1, "sourcecod": 1, "sourcevoltag": 1, "spaceandtimequant": 1, "spacechargelay": 1, "spacer": 1, "space": 1, "sparkeros": 1, "sparkplasmasint": 1, "spatialtil": 1, "spatiallyfundament": 1, "spatiallyredund": 1, "spatiotemporaltessel": 1, "spatiotemporaltil": 1, "specialunit": 1, "specificact": 1, "specificcapac": 1, "specificchargecapac": 1, "specificdischargecapac": 1, "specificenergi": 1, "specificenergyimpart": 1, "specificenergyofstorag": 1, "specificenthalpi": 1, "specificentropi": 1, "specificgasconst": 1, "specificgibbsenergi": 1, "specificheatcapac": 1, "specificheatcapacityatsaturatedvaporpressur": 1, "specifichelmholtzenergi": 1, "specificinternalenergi": 1, "specificpowerofstorag": 1, "specificsurfacearea": 1, "specificvolum": 1, "speed": 1, "speedfractionunit": 1, "speedoflightinvacuum": 1, "speedunit": 1, "sphere": 1, "spin": 1, "spinquantumnumb": 1, "sprai": 1, "spring": 1, "squarecentimetr": 1, "squarecentimetreminut": 1, "squarecentimetrepercubiccentimetr": 1, "squarecentimetrepersecond": 1, "squarecentimetresecond": 1, "squarecoulombsquaremetreperjoul": 1, "squarecurrentquartictimepermassunit": 1, "squaredecimetr": 1, "squaredegre": 1, "squaredegreecelsiuspersecond": 1, "squareelectricpotentialpersquaretemperatureunit": 1, "squarekelvin": 1, "squarekilogrampersquaresecond": 1, "squaremasspersquaretimeunit": 1, "squaremetr": 1, "squaremetrecubichertz": 1, "squaremetrehertz": 1, "squaremetrekelvin": 1, "squaremetrekelvinperwatt": 1, "squaremetreperhectar": 1, "squaremetreperhertz": 1, "squaremetreperhertzperdegre": 1, "squaremetreperjoul": 1, "squaremetreperkelvin": 1, "squaremetreperkilogram": 1, "squaremetrepermol": 1, "squaremetrepernewton": 1, "squaremetrepersecond": 1, "squaremetrepersquarehertz": 1, "squaremetrepersquaremetr": 1, "squaremetrepersquaresecond": 1, "squaremetrepersteradian": 1, "squaremetrepersteradianjoul": 1, "squaremetrepervoltsecond": 1, "squaremetrequartichertz": 1, "squaremetresecondperradian": 1, "squaremetresquarehertz": 1, "squaremetresteradian": 1, "squaremicrometr": 1, "squaremillimetr": 1, "squaremillimetrepersecond": 1, "squarenanometr": 1, "squarepascalpersquaresecond": 1, "squarepascalsecond": 1, "squarepressurepersquaretimeunit": 1, "squarepressuretimeunit": 1, "squaresecond": 1, "squaretemperaturepertimeunit": 1, "squaretemperatureunit": 1, "squaretimepermassunit": 1, "squaretimeunit": 1, "squarevoltpersquarekelvin": 1, "squarewavecurr": 1, "squarewavepotentialwaveform": 1, "squarewavevoltammetri": 1, "squarewavevoltammetrywaveform": 1, "stage": 1, "staircasecurrentramp": 1, "staircasepotentialramp": 1, "standaloneatom": 1, "standalonemodelsimul": 1, "standardabsoluteact": 1, "standardabsoluteactivityofsolv": 1, "standardamountconcentr": 1, "standardchemicalpotenti": 1, "standardelectrodepotenti": 1, "standardequilibriumconst": 1, "standardhydrogenelectrod": 1, "standardmodelparticl": 1, "standardunit": 1, "standardvoltagecel": 1, "standardizedphysicalquant": 1, "startingcap": 1, "stateofcharg": 1, "stateofmatt": 1, "staticfrictioncoeffici": 1, "staticfrictionforc": 1, "statisticalweightofsubsystem": 1, "statu": 1, "step": 1, "stepchronopotentiometri": 1, "stepdur": 1, "stepindex": 1, "stepsignalcurr": 1, "stepsignalvoltag": 1, "steradian": 1, "sternmodel": 1, "stoichiometricequ": 1, "stoichiometricnumberofsubst": 1, "stoichiometri": 1, "storagetest": 1, "strain": 1, "strangeantiquark": 1, "strangequark": 1, "stress": 1, "strictfundament": 1, "string": 1, "strippingchronopotentiometri": 1, "strippingvoltammetri": 1, "strongacid": 1, "strongbasecompound": 1, "strontium": 1, "strontiumacet": 1, "strontiumatom": 1, "strontiumbisfluorosulfonylimid": 1, "strontiumbisoxalatobor": 1, "strontiumbisoxalatophosph": 1, "strontiumbistrifluoromethanesulfonylimid": 1, "strontiumbromid": 1, "strontiumcarbon": 1, "strontiumchlor": 1, "strontiumchlorid": 1, "strontiumdifluorooxalatobor": 1, "strontiumelectrod": 1, "strontiumfluorid": 1, "strontiumhexafluorophosph": 1, "strontiumhydroxid": 1, "strontiumiodid": 1, "strontiumnitr": 1, "strontiumnitrit": 1, "strontiumperchlor": 1, "strontiumphosph": 1, "strontiumsaltcompound": 1, "strontiumsulf": 1, "strontiumsulfid": 1, "strontiumsulfit": 1, "strontiumsymbol": 1, "strontiumtetrafluorobor": 1, "strontiumtrifl": 1, "strontiumtrifluoromethanesulfonyloxalatobor": 1, "structuralformula": 1, "structurefactor": 1, "styrenebutadien": 1, "subobject": 1, "subprocess": 1, "subject": 1, "subjectiveproperti": 1, "substanc": 1, "succinicanhydrid": 1, "sulfolan": 1, "sulfur": 1, "sulfuratom": 1, "sulfurelectrod": 1, "sulfursymbol": 1, "sulfuricacid": 1, "sulfuricacidsolut": 1, "sulfurousacid": 1, "supercapacitor": 1, "superconductiontransitiontemperatur": 1, "superconductorenergygap": 1, "supplychain": 1, "supportingelectrolyt": 1, "surfaceactivitydens": 1, "surfacearea": 1, "surfaceareapervolum": 1, "surfacecoefficientofheattransf": 1, "surfacedensityofelectriccharg": 1, "surfacemassdens": 1, "surfaceoverpotenti": 1, "surfacetens": 1, "suscept": 1, "suspens": 1, "swagelokcel": 1, "symbol": 1, "symbolicconstruct": 1, "systemprogram": 1, "systemunit": 1, "tdi": 1, "tfp": 1, "tantalum": 1, "tantalumatom": 1, "tantalumsymbol": 1, "tartaricacid": 1, "tartronicacid": 1, "task": 1, "tau": 1, "tauantineutrino": 1, "tauneutrino": 1, "technetium": 1, "technetiumatom": 1, "technetiumsymbol": 1, "tellurium": 1, "telluriumatom": 1, "telluriumsymbol": 1, "temperatureareapermasstimeunit": 1, "temperaturecoefficientofthecapac": 1, "temperaturecoefficientoftheopencircuitvoltag": 1, "temperaturelengthpertimeunit": 1, "temperaturelimit": 1, "temperaturemassperareaunit": 1, "temperatureperlengthunit": 1, "temperaturepermagneticfluxdensityunit": 1, "temperatureperpressureunit": 1, "temperaturepersquaretimeunit": 1, "temperaturepertimeunit": 1, "temperaturepressurepertimeunit": 1, "temperaturetimeunit": 1, "temperatureunit": 1, "temper": 1, "temporalrol": 1, "temporaltil": 1, "temporallyfundament": 1, "temporallyredund": 1, "tennessineatom": 1, "tennessinesymbol": 1, "tensormeson": 1, "tera": 1, "teraprefixedunit": 1, "terbiumatom": 1, "terbiumsymbol": 1, "termin": 1, "terminalprotector": 1, "tesla": 1, "tessel": 1, "testtim": 1, "tetraethylorthosil": 1, "tetrafluorobor": 1, "tetraglym": 1, "tetrahydrofuran": 1, "tetrapotassiumheptaiodobismuth": 1, "thallium": 1, "thalliumatom": 1, "thalliumsymbol": 1, "theoreticalcapac": 1, "theoris": 1, "theori": 1, "thermalconduct": 1, "thermalconductanceunit": 1, "thermalconductivityunit": 1, "thermalcut": 1, "thermaldiffusionfactor": 1, "thermaldiffusionratio": 1, "thermaldiffus": 1, "thermalinsul": 1, "thermalresist": 1, "thermalresistanceunit": 1, "thermalresistivityunit": 1, "thermalrunawai": 1, "thermalsprayingform": 1, "thermaltransmittanceunit": 1, "thermalutilizationfactor": 1, "thermochemicaltreat": 1, "thermodynamiccriticalmagneticfluxdens": 1, "thermodynamiceffici": 1, "thermodynamicgrueneisenparamet": 1, "thermodynamictemperatur": 1, "thermodynamicalquant": 1, "thermoelectricvoltag": 1, "thermogalvaniccel": 1, "thermomechanicaltreat": 1, "thick": 1, "thionylchlorid": 1, "thionylchlorideelectrod": 1, "thiourea": 1, "thirdgenerationfermion": 1, "thomsoncoeffici": 1, "thoriumatom": 1, "thoriumsymbol": 1, "threeelectrodecel": 1, "threemanifold": 1, "threemesulfolan": 1, "threemetwooxazolidinon": 1, "throughtil": 1, "thuliumatom": 1, "thuliumsymbol": 1, "tightlycoupledmodelssimul": 1, "tile": 1, "time": 1, "timeconst": 1, "timemeasur": 1, "timemeasurementresult": 1, "timeperlengthunit": 1, "timepervolumeunit": 1, "timeseri": 1, "timeunit": 1, "timevector": 1, "timeserieselectricaldataset": 1, "tin": 1, "tinatom": 1, "tinelectrod": 1, "tiniioxid": 1, "tinivoxid": 1, "tinoxidecompound": 1, "tinsymbol": 1, "titanium": 1, "titaniumatom": 1, "titaniumdioxid": 1, "titaniumdioxideelectrod": 1, "titaniumelectrod": 1, "titaniumiiioxid": 1, "titaniumiioxid": 1, "titaniumoxidecompound": 1, "titaniumsymbol": 1, "toluen": 1, "tonn": 1, "tonnepercubicmetr": 1, "tonneperdai": 1, "tonneperhectar": 1, "tonneperhour": 1, "tonneperminut": 1, "tonnepersecond": 1, "tool": 1, "topantiquark": 1, "topquark": 1, "torqu": 1, "tortuos": 1, "toru": 1, "totalangularmomentum": 1, "totalangularmomentumquantumnumb": 1, "totalcomposit": 1, "totalcrosssect": 1, "totalcurr": 1, "totalcurrentdens": 1, "totalion": 1, "totallinearstoppingpow": 1, "totalmassstoppingpow": 1, "totalnumberofcycl": 1, "transfermold": 1, "transientliquidphasesint": 1, "transitionmetalelementalsubst": 1, "transitionmetaloxidecompound": 1, "transitionmetalsaltcompound": 1, "transitiontim": 1, "transportationdevic": 1, "trasattibuzzancamodel": 1, "triangularcurrentwaveform": 1, "triangularpotentialwaveform": 1, "trichlorofluoromethan": 1, "tricklecharg": 1, "trifluoromethanesulfon": 1, "triglym": 1, "trimethoxymethylsilan": 1, "tris222trifluoroethylbor": 1, "trispentafluorophenylboran": 1, "tubularpl": 1, "tungsten": 1, "tungstenatom": 1, "tungstenelectrod": 1, "tungstenoxideelectrod": 1, "tungstensymbol": 1, "twofluoropyridin": 1, "twomanifold": 1, "twomethf": 1, "twostepcharg": 1, "uri": 1, "url": 1, "urn": 1, "utf8": 1, "uncod": 1, "undefinededgecut": 1, "unformeddrycel": 1, "unifiedatomicmassconst": 1, "uniton": 1, "unitsymbol": 1, "unknown": 1, "upantiquark": 1, "upantiquarktyp": 1, "upquark": 1, "upquarktyp": 1, "uppercriticalmagneticfluxdens": 1, "upperfrequencylimit": 1, "uppervoltagelimit": 1, "uraniumatom": 1, "uraniumsymbol": 1, "urea": 1, "vimterm": 1, "vacuumelectricpermitt": 1, "vacuummagneticperm": 1, "valv": 1, "valveregulatedleadacidbatteri": 1, "vanadium": 1, "vanadiumatom": 1, "vanadiumiiioxid": 1, "vanadiumiioxid": 1, "vanadiumivoxid": 1, "vanadiumredoxflowbatteri": 1, "vanadiumsymbol": 1, "vanadiumvoxid": 1, "vandaiumoxidecompound": 1, "vapor": 1, "vapordeposit": 1, "variabl": 1, "vector": 1, "vectormeson": 1, "veloc": 1, "ventcap": 1, "ventedcel": 1, "vergenc": 1, "vinylethylenecarbon": 1, "vinylenecarbon": 1, "visual": 1, "volt": 1, "voltamper": 1, "voltamperehour": 1, "voltpercentimetr": 1, "voltperkelvin": 1, "voltpermetr": 1, "voltpermicrosecond": 1, "voltpermillimetr": 1, "voltpersecond": 1, "voltpersquaremetr": 1, "voltsecondpermetr": 1, "voltag": 1, "voltagechangelimit": 1, "voltagecontrolledprocess": 1, "voltagelimit": 1, "voltagemeasur": 1, "voltagemeasurementresult": 1, "voltagephasor": 1, "voltagevector": 1, "voltaicpil": 1, "voltammetri": 1, "voltammetryatarotatingdiskelectrod": 1, "voltammogram": 1, "voltmet": 1, "volum": 1, "volumeflowr": 1, "volumefract": 1, "volumefractionunit": 1, "volumeperamounttimeunit": 1, "volumeperamountunit": 1, "volumepermassunit": 1, "volumepersquaretimeunit": 1, "volumepertemperatureunit": 1, "volumepertimeunit": 1, "volumeunit": 1, "volumetriccapac": 1, "volumetricnumberdens": 1, "volumetricpowerdensityofstorag": 1, "volumetricsurfacearea": 1, "volumiccrosssect": 1, "volumictotalcrosssect": 1, "vonklitzingconst": 1, "wboson": 1, "wnegativeboson": 1, "wpositiveboson": 1, "watt": 1, "watthour": 1, "watthourpercubicmetr": 1, "wattmetrepersquaremetresteradian": 1, "wattpercubicmetr": 1, "wattperkelvin": 1, "wattperkilogram": 1, "wattpermetr": 1, "wattpermetrekelvin": 1, "wattpersquarecentimetr": 1, "wattpersquaremetr": 1, "wattpersquaremetrekelvin": 1, "wattpersquaremetrepasc": 1, "wattpersquaremetrepermetr": 1, "wattpersquaremetrepermetrepersteradian": 1, "wattpersquaremetrepernanometr": 1, "wattpersquaremetrepernanometrepersteradian": 1, "wattpersquaremetrequartickelvin": 1, "wattpersquaremetresteradian": 1, "wattpersteradian": 1, "wattsecond": 1, "wattsecondpersquaremetr": 1, "wavespr": 1, "wavevector": 1, "wavelength": 1, "wavenumb": 1, "weakacid": 1, "weakbasecompound": 1, "weakboson": 1, "weber": 1, "webermetr": 1, "weberpermetr": 1, "weberpermillimetr": 1, "weight": 1, "weld": 1, "westonstandardvoltagecel": 1, "wetcel": 1, "whole": 1, "width": 1, "work": 1, "workfunct": 1, "workflow": 1, "workingelectrod": 1, "workingpotentialrang": 1, "workpiecemanufactur": 1, "xenon": 1, "xenonatom": 1, "xenonsymbol": 1, "yocto": 1, "yoctoprefixedunit": 1, "yotta": 1, "yottaprefixedunit": 1, "ytterbiumatom": 1, "ytterbiumsymbol": 1, "yttrium": 1, "yttriumatom": 1, "yttriumsymbol": 1, "zboson": 1, "zepto": 1, "zeptoprefixedunit": 1, "zeromanifold": 1, "zetta": 1, "zettaprefixedunit": 1, "zinc": 1, "zincacet": 1, "zincairbatteri": 1, "zincatom": 1, "zincbatteri": 1, "zincbistrifluoromethanesulfonylimid": 1, "zincbromid": 1, "zincbromineflowbatteri": 1, "zinccarbonbatteri": 1, "zinccarbon": 1, "zincceriumflowbatteri": 1, "zincchlor": 1, "zincchlorid": 1, "zincchloridebatteri": 1, "zincchlorineflowbatteri": 1, "zinccyanid": 1, "zincelectrod": 1, "zincflowbatteri": 1, "zincfluorid": 1, "zinchexafluorophosph": 1, "zinchydroxid": 1, "zincinsertionelectrod": 1, "zinciodid": 1, "zincnitr": 1, "zincnitrit": 1, "zincoxid": 1, "zincoxidecompound": 1, "zincoxideelectrod": 1, "zincperchlor": 1, "zincphosph": 1, "zincsaltcompound": 1, "zincshuttlebatteri": 1, "zincsilveroxidebatteri": 1, "zincsulf": 1, "zincsulfid": 1, "zincsulfit": 1, "zincsymbol": 1, "zinctetrafluorobor": 1, "zinctrifl": 1, "zirconium": 1, "zirconiumatom": 1, "zirconiumivoxid": 1, "zirconiumoxidecompound": 1, "zirconiumsymbol": 1, "causal": 1, "comment": 1, "conceptualis": 1, "contact": 1, "dbpediarefer": 1, "definit": 1, "deprecate_organiccompound": 1, "elucid": 1, "equalsto": 1, "etymologi": 1, "exampl": 1, "figur": 1, "hasactivemateri": 1, "hasag": 1, "hasatomicnumb": 1, "hasbegintask": 1, "hasbegintil": 1, "hasbehaviour": 1, "hascas": 1, "hascharacteris": 1, "haschemicalsymbol": 1, "hascognis": 1, "hascollaborationwith": 1, "hascompon": 1, "hasconnectedport": 1, "hasconstitu": 1, "hasconstitutiveprocess": 1, "hasconvent": 1, "hasconventionalproperti": 1, "hasdatavalu": 1, "hasdeclar": 1, "hasdeduc": 1, "hasdimensionstr": 1, "hasdirectpart": 1, "haselectrod": 1, "haselectrolyt": 1, "hasendtask": 1, "hasendtil": 1, "hasfractionalcollect": 1, "hasfractionalmemb": 1, "hasgatheredpart": 1, "hasholisticnontemporalpart": 1, "hasholisticoverlap": 1, "hasholisticpart": 1, "hasholisticrel": 1, "hasholistictemporalpart": 1, "hasiupac2016atomicmass": 1, "hasicon": 1, "hasindex": 1, "hasinput": 1, "hasinterpret": 1, "hasinterv": 1, "hasjunctionpart": 1, "hasjunctiontil": 1, "hasmanufacturedoutput": 1, "hasmaximalcollect": 1, "hasmeasuredproperti": 1, "hasmeasurementunit": 1, "hasmemb": 1, "hasmetricprefix": 1, "hasmetrologicalrefer": 1, "hasmetrologicaluncertainti": 1, "hasmodel": 1, "hasmodelledproperti": 1, "hasnegativeelectrod": 1, "hasnext": 1, "hasnontemporalpart": 1, "hasnumericalpart": 1, "hasnumericalvalu": 1, "hasobjectiveproperti": 1, "hasoutcom": 1, "hasoutput": 1, "haspart": 1, "hasparticip": 1, "hasport": 1, "hasportionpart": 1, "haspositiveelectrod": 1, "hasprefixmultipli": 1, "hasprefixsymbol": 1, "hasproductoutput": 1, "hasproperpart": 1, "hasproperti": 1, "hasquant": 1, "hasredundantpart": 1, "hasreferenceelectrod": 1, "hasreferencepart": 1, "hasrefer": 1, "hassiconversionmultipli": 1, "hassiconversionoffset": 1, "hasscatteredport": 1, "hasserviceoutput": 1, "hassign": 1, "hasspatialpart": 1, "hasspatialsect": 1, "hasspatialslic": 1, "hasspatialtil": 1, "hasspatiotemporaltil": 1, "hasstag": 1, "hasstatu": 1, "hasstringvalu": 1, "hassubobject": 1, "hassubprocess": 1, "hassymbolvalu": 1, "hastask": 1, "hastemporalpart": 1, "hastemporalsect": 1, "hastemporalslic": 1, "hastemporaltil": 1, "hastemporaryparticip": 1, "hasuri": 1, "hasurivalu": 1, "hasurlvalu": 1, "hasurnvalu": 1, "hasunitnonprefixpart": 1, "hasunitsymbol": 1, "hasvari": 1, "iscauseof": 1, "isconcomitantwith": 1, "isdirectcauseof": 1, "isgatheredpartof": 1, "isindirectcauseof": 1, "isnotcauseof": 1, "isovercrossedbi": 1, "ispartof": 1, "isportionpartof": 1, "ispredecessorof": 1, "isproperpartof": 1, "iupacrefer": 1, "mereolog": 1, "notoverlap": 1, "omrefer": 1, "overcross": 1, "overlap": 1, "properoverlap": 1, "pubchemrefer": 1, "qudtrefer": 1, "test": 1, "ucumcod": 1, "unececommoncod": 1, "univers": 1, "wikidatarefer": 1, "wikipediarefer": 1, "contribut": 2, "suggest": 2, "minor": 2, "chang": 2, "element": 2, "propos": 2, "addit": 2, "delet": 2, "resourc": 4, "best": 4, "practic": 4, "tabular": 4, "rdf": 4, "vocabulari": 4}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx": 57}, "alltitles": {"About Electrochemistry Domain Ontology": [[0, "about-electrochemistry-domain-ontology"]], "Contributors": [[0, "contributors"]], "Projects": [[0, "projects"]], "License": [[0, "license"]], "Class Index": [[1, "class-index"]], "BattINFO": [[1, "battinfo"], [3, "battinfo"]], "3DPrinting": [[1, "dprinting"]], "ACVoltammetry": [[1, "acvoltammetry"]], "ACVoltammetrySignal": [[1, "acvoltammetrysignal"]], "Ablation": [[1, "ablation"]], "AbrasiveStrippingVoltammetry": [[1, "abrasivestrippingvoltammetry"]], "AbsoluteActivity": [[1, "absoluteactivity"]], "AbsoluteHumidity": [[1, "absolutehumidity"]], "AbsorbedDose": [[1, "absorbeddose"]], "AbsorbedDoseRate": [[1, "absorbeddoserate"]], "AbsorbedDoseRateUnit": [[1, "absorbeddoserateunit"]], "AbsorbedDoseUnit": [[1, "absorbeddoseunit"]], "Acceleration": [[1, "acceleration"]], "AccelerationUnit": [[1, "accelerationunit"]], "AcceptorDensity": [[1, "acceptordensity"]], "AceticAcid": [[1, "aceticacid"]], "Acetone": [[1, "acetone"]], "Acetonitrile": [[1, "acetonitrile"]], "Acid": [[1, "acid"]], "AcidicElectrolyte": [[1, "acidicelectrolyte"]], "AcousticQuantity": [[1, "acousticquantity"]], "AcrylicAcid": [[1, "acrylicacid"]], "ActiniumAtom": [[1, "actiniumatom"]], "ActiniumSymbol": [[1, "actiniumsymbol"]], "Action": [[1, "action"]], "ActivationOverpotential": [[1, "activationoverpotential"]], "ActiveElectrode": [[1, "activeelectrode"]], "ActiveEnergy": [[1, "activeenergy"]], "ActiveMaterial": [[1, "activematerial"]], "ActiveMaterialMix": [[1, "activematerialmix"]], "ActiveMaterialParticleCracking": [[1, "activematerialparticlecracking"]], "ActivePower": [[1, "activepower"]], "Activity": [[1, "activity"]], "ActivityCoefficient": [[1, "activitycoefficient"]], "ActivityDensity": [[1, "activitydensity"]], "ActivityFactor": [[1, "activityfactor"]], "ActivityOfSolute": [[1, "activityofsolute"]], "ActivityOfSolvent": [[1, "activityofsolvent"]], "AdditiveManufacturing": [[1, "additivemanufacturing"]], "Admittance": [[1, "admittance"]], "AdsorptionCurrent": [[1, "adsorptioncurrent"]], "AdsorptiveStrippingVoltammetry": [[1, "adsorptivestrippingvoltammetry"]], "Aerosol": [[1, "aerosol"]], "AffinityOfAChemicalReaction": [[1, "affinityofachemicalreaction"]], "Agent": [[1, "agent"]], "AirElectrode": [[1, "airelectrode"]], "Alcohol": [[1, "alcohol"]], "AlgebricEquation": [[1, "algebricequation"]], "AlgebricExpression": [[1, "algebricexpression"]], "AlgebricOperator": [[1, "algebricoperator"]], "AlkaliMetalElementalSubstance": [[1, "alkalimetalelementalsubstance"]], "AlkaliMetalSaltCompound": [[1, "alkalimetalsaltcompound"]], "Alkaline4SR44": [[1, "alkaline4sr44"]], "AlkalineA23": [[1, "alkalinea23"]], "AlkalineA27": [[1, "alkalinea27"]], "AlkalineCell": [[1, "alkalinecell"]], "AlkalineEarthMetalElementalSubstance": [[1, "alkalineearthmetalelementalsubstance"]], "AlkalineEarthMetalSaltCompound": [[1, "alkalineearthmetalsaltcompound"]], "AlkalineElectrolyte": [[1, "alkalineelectrolyte"]], "AlkalineLanternBattery": [[1, "alkalinelanternbattery"]], "AlkalinePP3": [[1, "alkalinepp3"]], "AlkalineZincAirBattery": [[1, "alkalinezincairbattery"]], "AlkalineZincManganeseDioxideBattery": [[1, "alkalinezincmanganesedioxidebattery"]], "AlphaDisintegrationEnergy": [[1, "alphadisintegrationenergy"]], "AlternatingCurrent": [[1, "alternatingcurrent"]], "Aluminium": [[1, "aluminium"]], "AluminiumAcetate": [[1, "aluminiumacetate"]], "AluminiumAirBattery": [[1, "aluminiumairbattery"]], "AluminiumAtom": [[1, "aluminiumatom"]], "AluminiumBattery": [[1, "aluminiumbattery"]], "AluminiumBromide": [[1, "aluminiumbromide"]], "AluminiumCarbonate": [[1, "aluminiumcarbonate"]], "AluminiumChlorate": [[1, "aluminiumchlorate"]], "AluminiumChloride": [[1, "aluminiumchloride"]], "AluminiumElectrode": [[1, "aluminiumelectrode"]], "AluminiumFluoride": [[1, "aluminiumfluoride"]], "AluminiumHydroxide": [[1, "aluminiumhydroxide"]], "AluminiumInsertionElectrode": [[1, "aluminiuminsertionelectrode"]], "AluminiumIodide": [[1, "aluminiumiodide"]], "AluminiumNitrate": [[1, "aluminiumnitrate"]], "AluminiumOxide": [[1, "aluminiumoxide"]], "AluminiumOxideCompound": [[1, "aluminiumoxidecompound"]], "AluminiumPerchlorate": [[1, "aluminiumperchlorate"]], "AluminiumPhosphate": [[1, "aluminiumphosphate"]], "AluminiumSaltCompound": [[1, "aluminiumsaltcompound"]], "AluminiumShuttleBattery": [[1, "aluminiumshuttlebattery"]], "AluminiumSulfate": [[1, "aluminiumsulfate"]], "AluminiumSulfide": [[1, "aluminiumsulfide"]], "AluminiumSymbol": [[1, "aluminiumsymbol"]], "AluminiumTriflate": [[1, "aluminiumtriflate"]], "AmbientThermodynamicTemperature": [[1, "ambientthermodynamictemperature"]], "AmericiumAtom": [[1, "americiumatom"]], "AmericiumSymbol": [[1, "americiumsymbol"]], "Ammonia": [[1, "ammonia"]], "AmmoniumBromide": [[1, "ammoniumbromide"]], "AmmoniumCarbonate": [[1, "ammoniumcarbonate"]], "AmmoniumChlorate": [[1, "ammoniumchlorate"]], "AmmoniumChloride": [[1, "ammoniumchloride"]], "AmmoniumFluoride": [[1, "ammoniumfluoride"]], "AmmoniumIodide": [[1, "ammoniumiodide"]], "AmmoniumNitrate": [[1, "ammoniumnitrate"]], "AmmoniumNitrite": [[1, "ammoniumnitrite"]], "AmmoniumPerchlorate": [[1, "ammoniumperchlorate"]], "AmmoniumSaltCompound": [[1, "ammoniumsaltcompound"]], "AmmoniumSulfate": [[1, "ammoniumsulfate"]], "AmmoniumSulfide": [[1, "ammoniumsulfide"]], "AmmoniumSulfite": [[1, "ammoniumsulfite"]], "AmorphousMaterial": [[1, "amorphousmaterial"]], "AmountConcentration": [[1, "amountconcentration"]], "AmountConcentrationUnit": [[1, "amountconcentrationunit"]], "AmountConductivityUnit": [[1, "amountconductivityunit"]], "AmountFraction": [[1, "amountfraction"]], "AmountFractionUnit": [[1, "amountfractionunit"]], "AmountOfSubstance": [[1, "amountofsubstance"]], "AmountPerAreaTimeUnit": [[1, "amountperareatimeunit"]], "AmountPerAreaUnit": [[1, "amountperareaunit"]], "AmountPerMassPressureUnit": [[1, "amountpermasspressureunit"]], "AmountPerMassTimeUnit": [[1, "amountpermasstimeunit"]], "AmountPerMassUnit": [[1, "amountpermassunit"]], "AmountPerVolumeTimeUnit": [[1, "amountpervolumetimeunit"]], "AmountSquareTimePerMassVolumeUnit": [[1, "amountsquaretimepermassvolumeunit"]], "AmountTemperatureUnit": [[1, "amounttemperatureunit"]], "AmountUnit": [[1, "amountunit"]], "Ampere": [[1, "ampere"]], "AmpereHour": [[1, "amperehour"]], "AmperePerCentiMetre": [[1, "amperepercentimetre"]], "AmperePerDegreeCelsius": [[1, "ampereperdegreecelsius"]], "AmperePerJoule": [[1, "ampereperjoule"]], "AmperePerMetre": [[1, "amperepermetre"]], "AmperePerMilliMetre": [[1, "amperepermillimetre"]], "AmperePerRadian": [[1, "ampereperradian"]], "AmperePerSquareCentiMetre": [[1, "amperepersquarecentimetre"]], "AmperePerSquareMetre": [[1, "amperepersquaremetre"]], "AmperePerSquareMetreSquareKelvin": [[1, "amperepersquaremetresquarekelvin"]], "AmperePerSquareMilliMetre": [[1, "amperepersquaremillimetre"]], "AmpereSecond": [[1, "amperesecond"]], "AmpereSquareMetre": [[1, "amperesquaremetre"]], "AmpereSquareMetrePerJouleSecond": [[1, "amperesquaremetreperjoulesecond"]], "Amperometry": [[1, "amperometry"]], "AmphotericCompound": [[1, "amphotericcompound"]], "AmplitudeOfAlternatingCurrent": [[1, "amplitudeofalternatingcurrent"]], "AmplitudeOfAlternatingVoltage": [[1, "amplitudeofalternatingvoltage"]], "AnalogData": [[1, "analogdata"]], "AnalogicalIcon": [[1, "analogicalicon"]], "Angle": [[1, "angle"]], "AngularAcceleration": [[1, "angularacceleration"]], "AngularFrequency": [[1, "angularfrequency"]], "AngularFrequencyUnit": [[1, "angularfrequencyunit"]], "AngularMeasure": [[1, "angularmeasure"]], "AngularMomentum": [[1, "angularmomentum"]], "AngularMomentumUnit": [[1, "angularmomentumunit"]], "AngularReciprocalLatticeVector": [[1, "angularreciprocallatticevector"]], "AngularVelocity": [[1, "angularvelocity"]], "AngularWaveNumber": [[1, "angularwavenumber"]], "AngularWavenumber": [[1, "id1"]], "Anion": [[1, "anion"]], "Annealing": [[1, "annealing"]], "AnnularWorkingElectrode": [[1, "annularworkingelectrode"]], "Anode": [[1, "anode"]], "AnodicOverpotential": [[1, "anodicoverpotential"]], "AnodicPolarisation": [[1, "anodicpolarisation"]], "AnodicReaction": [[1, "anodicreaction"]], "AnodicStrippingVoltammetry": [[1, "anodicstrippingvoltammetry"]], "Anolyte": [[1, "anolyte"]], "AnolyteTank": [[1, "anolytetank"]], "AntiElectronType": [[1, "antielectrontype"]], "AntiLepton": [[1, "antilepton"]], "AntiMatter": [[1, "antimatter"]], "AntiMuon": [[1, "antimuon"]], "AntiNeutrinoType": [[1, "antineutrinotype"]], "AntiQuark": [[1, "antiquark"]], "AntiTau": [[1, "antitau"]], "Antimony": [[1, "antimony"]], "AntimonyAtom": [[1, "antimonyatom"]], "AntimonySymbol": [[1, "antimonysymbol"]], "ApparentPower": [[1, "apparentpower"]], "ApplicationProgram": [[1, "applicationprogram"]], "ApplicationSpecificScript": [[1, "applicationspecificscript"]], "AproticSolventCompound": [[1, "aproticsolventcompound"]], "AqueousAmmoniaSolution": [[1, "aqueousammoniasolution"]], "AqueousAmmoniumChlorideSolution": [[1, "aqueousammoniumchloridesolution"]], "AqueousElectrolyte": [[1, "aqueouselectrolyte"]], "AqueousLithiumHydroxideSolution": [[1, "aqueouslithiumhydroxidesolution"]], "AqueousMetallicFlowBattery": [[1, "aqueousmetallicflowbattery"]], "AqueousOrganicFlowBattery": [[1, "aqueousorganicflowbattery"]], "AqueousPotassiumHydroxideSolution": [[1, "aqueouspotassiumhydroxidesolution"]], "AqueousSodiumHydroxideSolution": [[1, "aqueoussodiumhydroxidesolution"]], "AqueousSolution": [[1, "aqueoussolution"]], "AqueousZincChlorideSolution": [[1, "aqueouszincchloridesolution"]], "Aquivion": [[1, "aquivion"]], "ArchetypeJoin": [[1, "archetypejoin"]], "ArchetypeManufacturing": [[1, "archetypemanufacturing"]], "Area": [[1, "area"]], "AreaDensity": [[1, "areadensity"]], "AreaDensityUnit": [[1, "areadensityunit"]], "AreaFractionUnit": [[1, "areafractionunit"]], "AreaPerAmountUnit": [[1, "areaperamountunit"]], "AreaPerMassUnit": [[1, "areapermassunit"]], "AreaPerQuarticTimeUnit": [[1, "areaperquartictimeunit"]], "AreaPerTemperatureUnit": [[1, "areapertemperatureunit"]], "AreaPerTimeUnit": [[1, "areapertimeunit"]], "AreaSquareTimeUnit": [[1, "areasquaretimeunit"]], "AreaTemperatureUnit": [[1, "areatemperatureunit"]], "AreaTimeTemperatureUnit": [[1, "areatimetemperatureunit"]], "AreaTimeUnit": [[1, "areatimeunit"]], "AreaUnit": [[1, "areaunit"]], "AreicCapacity": [[1, "areiccapacity"]], "AreicSpeedUnit": [[1, "areicspeedunit"]], "Argon": [[1, "argon"]], "ArgonAtom": [[1, "argonatom"]], "ArgonSymbol": [[1, "argonsymbol"]], "ArithmeticEquation": [[1, "arithmeticequation"]], "ArithmeticExpression": [[1, "arithmeticexpression"]], "ArithmeticOperator": [[1, "arithmeticoperator"]], "Arrangement": [[1, "arrangement"]], "Array": [[1, "array"]], "Array3D": [[1, "array3d"]], "Arsenic": [[1, "arsenic"]], "ArsenicAtom": [[1, "arsenicatom"]], "ArsenicSymbol": [[1, "arsenicsymbol"]], "Assembled": [[1, "assembled"]], "AssemblyLine": [[1, "assemblyline"]], "Assemblying": [[1, "assemblying"]], "Assigned": [[1, "assigned"]], "Assigner": [[1, "assigner"]], "Assignment": [[1, "assignment"]], "AstatineAtom": [[1, "astatineatom"]], "AstatineSymbol": [[1, "astatinesymbol"]], "AstronomicalUnit": [[1, "astronomicalunit"]], "AsymmetricMembrane": [[1, "asymmetricmembrane"]], "Atom": [[1, "atom"]], "AtomicAndNuclearPhysicsQuantity": [[1, "atomicandnuclearphysicsquantity"]], "AtomicAttenuationCoefficient": [[1, "atomicattenuationcoefficient"]], "AtomicMass": [[1, "atomicmass"]], "AtomicNumber": [[1, "atomicnumber"]], "AtomicPhysicsCrossSection": [[1, "atomicphysicscrosssection"]], "AtomicScatteringFactor": [[1, "atomicscatteringfactor"]], "AtomisticModel": [[1, "atomisticmodel"]], "Attenuation": [[1, "attenuation"]], "Atto": [[1, "atto"]], "AttoPrefixedUnit": [[1, "attoprefixedunit"]], "Auditory": [[1, "auditory"]], "AverageEnergyLossPerElementaryChargeProduced": [[1, "averageenergylossperelementarychargeproduced"]], "AverageLogarithmicEnergyDecrement": [[1, "averagelogarithmicenergydecrement"]], "AvogadroConstant": [[1, "avogadroconstant"]], "BPFPB": [[1, "bpfpb"]], "Barium": [[1, "barium"]], "BariumAcetate": [[1, "bariumacetate"]], "BariumAtom": [[1, "bariumatom"]], "BariumBisfluorosulfonylimide": [[1, "bariumbisfluorosulfonylimide"]], "BariumBisoxalatoborate": [[1, "bariumbisoxalatoborate"]], "BariumBisoxalatophosphate": [[1, "bariumbisoxalatophosphate"]], "BariumBistrifluoromethanesulfonylimide": [[1, "bariumbistrifluoromethanesulfonylimide"]], "BariumBromide": [[1, "bariumbromide"]], "BariumCarbonate": [[1, "bariumcarbonate"]], "BariumChlorate": [[1, "bariumchlorate"]], "BariumChloride": [[1, "bariumchloride"]], "BariumDifluorooxalatoborate": [[1, "bariumdifluorooxalatoborate"]], "BariumFluoride": [[1, "bariumfluoride"]], "BariumHexafluorophosphate": [[1, "bariumhexafluorophosphate"]], "BariumHydroxide": [[1, "bariumhydroxide"]], "BariumIodide": [[1, "bariumiodide"]], "BariumNitrate": [[1, "bariumnitrate"]], "BariumNitrite": [[1, "bariumnitrite"]], "BariumPerchlorate": [[1, "bariumperchlorate"]], "BariumPhosphate": [[1, "bariumphosphate"]], "BariumSaltCompound": [[1, "bariumsaltcompound"]], "BariumSulfate": [[1, "bariumsulfate"]], "BariumSulfide": [[1, "bariumsulfide"]], "BariumSulfite": [[1, "bariumsulfite"]], "BariumSymbol": [[1, "bariumsymbol"]], "BariumTetrafluoroborate": [[1, "bariumtetrafluoroborate"]], "BariumTriflate": [[1, "bariumtriflate"]], "BariumTrifluoromethanesulfonyloxalatoborate": [[1, "bariumtrifluoromethanesulfonyloxalatoborate"]], "Baryon": [[1, "baryon"]], "Base": [[1, "base"]], "BaseQuantity": [[1, "basequantity"]], "BaseUnit": [[1, "baseunit"]], "BaselineCellVoltage": [[1, "baselinecellvoltage"]], "Battery": [[1, "battery"]], "BatteryBase": [[1, "batterybase"]], "BatteryCell": [[1, "batterycell"]], "BatteryContinuumModel": [[1, "batterycontinuummodel"]], "BatteryCrate": [[1, "batterycrate"]], "BatteryCycler": [[1, "batterycycler"]], "BatteryCyclerSystem": [[1, "batterycyclersystem"]], "BatteryCycling": [[1, "batterycycling"]], "BatteryCyclingMeasurementResult": [[1, "batterycyclingmeasurementresult"]], "BatteryEnergy": [[1, "batteryenergy"]], "BatteryEquivalentCircuitModel": [[1, "batteryequivalentcircuitmodel"]], "BatteryInterface": [[1, "batteryinterface"]], "BatteryMeasurement": [[1, "batterymeasurement"]], "BatteryMeasurementResult": [[1, "batterymeasurementresult"]], "BatteryModule": [[1, "batterymodule"]], "BatteryOnFloat": [[1, "batteryonfloat"]], "BatteryPack": [[1, "batterypack"]], "BatteryPhenomenon": [[1, "batteryphenomenon"]], "BatteryQuantity": [[1, "batteryquantity"]], "BatteryRack": [[1, "batteryrack"]], "BatteryTimeSeriesDataSet": [[1, "batterytimeseriesdataset"]], "BatteryTray": [[1, "batterytray"]], "Becquerel": [[1, "becquerel"]], "BecquerelPerCubicMetre": [[1, "becquerelpercubicmetre"]], "BecquerelPerKilogram": [[1, "becquerelperkilogram"]], "BecquerelPerLitre": [[1, "becquerelperlitre"]], "BecquerelPerSquareMetre": [[1, "becquerelpersquaremetre"]], "BecquerelSecondPerCubicMetre": [[1, "becquerelsecondpercubicmetre"]], "BeginStep": [[1, "beginstep"]], "BeginTile": [[1, "begintile"]], "Behaviour": [[1, "behaviour"]], "BellevilleWasher": [[1, "bellevillewasher"]], "Bending": [[1, "bending"]], "Benzene": [[1, "benzene"]], "BenzoicAcid": [[1, "benzoicacid"]], "BerkeliumAtom": [[1, "berkeliumatom"]], "BerkeliumSymbol": [[1, "berkeliumsymbol"]], "Beryllium": [[1, "beryllium"]], "BerylliumAtom": [[1, "berylliumatom"]], "BerylliumHydroxide": [[1, "berylliumhydroxide"]], "BerylliumSymbol": [[1, "berylliumsymbol"]], "BetaDisintegrationEnergy": [[1, "betadisintegrationenergy"]], "BilayerMembrane": [[1, "bilayermembrane"]], "BimetallicElectrode": [[1, "bimetallicelectrode"]], "BimetallicOxideElectrode": [[1, "bimetallicoxideelectrode"]], "BinaryElectrolyte": [[1, "binaryelectrolyte"]], "Binder": [[1, "binder"]], "BindingFraction": [[1, "bindingfraction"]], "Bis(fluorosulfonyl)amide": [[1, "bis-fluorosulfonyl-amide"]], "Bis(malonato)borate": [[1, "bis-malonato-borate"]], "Bis(oxalato)borate": [[1, "bis-oxalato-borate"]], "Bismuth": [[1, "bismuth"]], "BismuthAtom": [[1, "bismuthatom"]], "BismuthElectrode": [[1, "bismuthelectrode"]], "BismuthSymbol": [[1, "bismuthsymbol"]], "Bistriflimide": [[1, "bistriflimide"]], "BlendedActiveElectrode": [[1, "blendedactiveelectrode"]], "BlowMolding": [[1, "blowmolding"]], "BlueAntiQuark": [[1, "blueantiquark"]], "BlueBottomAntiQuark": [[1, "bluebottomantiquark"]], "BlueBottomQuark": [[1, "bluebottomquark"]], "BlueCharmAntiQuark": [[1, "bluecharmantiquark"]], "BlueCharmQuark": [[1, "bluecharmquark"]], "BlueDownAntiQuark": [[1, "bluedownantiquark"]], "BlueDownQuark": [[1, "bluedownquark"]], "BlueQuark": [[1, "bluequark"]], "BlueStrangeAntiQuark": [[1, "bluestrangeantiquark"]], "BlueStrangeQuark": [[1, "bluestrangequark"]], "BlueTopAntiQuark": [[1, "bluetopantiquark"]], "BlueTopQuark": [[1, "bluetopquark"]], "BlueUpAntiQuark": [[1, "blueupantiquark"]], "BlueUpQuark": [[1, "blueupquark"]], "BockrisDevanathanMuellerModel": [[1, "bockrisdevanathanmuellermodel"]], "BodePlot": [[1, "bodeplot"]], "BohrMagneton": [[1, "bohrmagneton"]], "BohrRadius": [[1, "bohrradius"]], "BohriumAtom": [[1, "bohriumatom"]], "BohriumSymbol": [[1, "bohriumsymbol"]], "BoltzmannConstant": [[1, "boltzmannconstant"]], "BondedAtom": [[1, "bondedatom"]], "Boolean": [[1, "boolean"]], "BoostCharge": [[1, "boostcharge"]], "Boron": [[1, "boron"]], "BoronAtom": [[1, "boronatom"]], "BoronSymbol": [[1, "boronsymbol"]], "Boson": [[1, "boson"]], "BottomAntiQuark": [[1, "bottomantiquark"]], "BottomQuark": [[1, "bottomquark"]], "BraggAngle": [[1, "braggangle"]], "Broadcast": [[1, "broadcast"]], "Bromine": [[1, "bromine"]], "BromineAtom": [[1, "bromineatom"]], "BromineSymbol": [[1, "brominesymbol"]], "BufferBattery": [[1, "bufferbattery"]], "BunsenCell": [[1, "bunsencell"]], "BurgersVector": [[1, "burgersvector"]], "ButanoicAcid": [[1, "butanoicacid"]], "ButlerVolmerEquation": [[1, "butlervolmerequation"]], "C": [[1, "c"]], "CASRN": [[1, "casrn"]], "CCCVCycling": [[1, "cccvcycling"]], "CPlusPlus": [[1, "cplusplus"]], "CR2016": [[1, "cr2016"]], "CR2025": [[1, "cr2025"]], "CR2032": [[1, "cr2032"]], "CRate": [[1, "crate"]], "CSharp": [[1, "csharp"]], "Cadmium": [[1, "cadmium"]], "CadmiumAtom": [[1, "cadmiumatom"]], "CadmiumBattery": [[1, "cadmiumbattery"]], "CadmiumElectrode": [[1, "cadmiumelectrode"]], "CadmiumHydroxide": [[1, "cadmiumhydroxide"]], "CadmiumOxide": [[1, "cadmiumoxide"]], "CadmiumOxideCompound": [[1, "cadmiumoxidecompound"]], "CadmiumSymbol": [[1, "cadmiumsymbol"]], "Caesium": [[1, "caesium"]], "CaesiumAtom": [[1, "caesiumatom"]], "CaesiumElectrode": [[1, "caesiumelectrode"]], "CaesiumSymbol": [[1, "caesiumsymbol"]], "Calcium": [[1, "calcium"]], "CalciumAcetate": [[1, "calciumacetate"]], "CalciumAirBattery": [[1, "calciumairbattery"]], "CalciumAtom": [[1, "calciumatom"]], "CalciumBattery": [[1, "calciumbattery"]], "CalciumBisfluorosulfonylimide": [[1, "calciumbisfluorosulfonylimide"]], "CalciumBisoxalatoborate": [[1, "calciumbisoxalatoborate"]], "CalciumBisoxalatophosphate": [[1, "calciumbisoxalatophosphate"]], "CalciumBistrifluoromethanesulfonylimide": [[1, "calciumbistrifluoromethanesulfonylimide"]], "CalciumBromide": [[1, "calciumbromide"]], "CalciumCarbonate": [[1, "calciumcarbonate"]], "CalciumChlorate": [[1, "calciumchlorate"]], "CalciumChloride": [[1, "calciumchloride"]], "CalciumDifluorooxalatoborate": [[1, "calciumdifluorooxalatoborate"]], "CalciumFluoride": [[1, "calciumfluoride"]], "CalciumHexafluorophosphate": [[1, "calciumhexafluorophosphate"]], "CalciumHydroxide": [[1, "calciumhydroxide"]], "CalciumInsertionElectrode": [[1, "calciuminsertionelectrode"]], "CalciumIodide": [[1, "calciumiodide"]], "CalciumIonBattery": [[1, "calciumionbattery"]], "CalciumMetalElectrode": [[1, "calciummetalelectrode"]], "CalciumNitrate": [[1, "calciumnitrate"]], "CalciumNitrite": [[1, "calciumnitrite"]], "CalciumPerchlorate": [[1, "calciumperchlorate"]], "CalciumPhosphate": [[1, "calciumphosphate"]], "CalciumSaltCompound": [[1, "calciumsaltcompound"]], "CalciumSulfate": [[1, "calciumsulfate"]], "CalciumSulfide": [[1, "calciumsulfide"]], "CalciumSulfite": [[1, "calciumsulfite"]], "CalciumSulfurBattery": [[1, "calciumsulfurbattery"]], "CalciumSymbol": [[1, "calciumsymbol"]], "CalciumTetrafluoroborate": [[1, "calciumtetrafluoroborate"]], "CalciumTriflate": [[1, "calciumtriflate"]], "CalciumTrifluoromethanesulfonyloxalatoborate": [[1, "calciumtrifluoromethanesulfonyloxalatoborate"]], "CalenderedCoatingThickness": [[1, "calenderedcoatingthickness"]], "CalenderedDensity": [[1, "calendereddensity"]], "Calendering": [[1, "calendering"]], "CaliforniumAtom": [[1, "californiumatom"]], "CaliforniumSymbol": [[1, "californiumsymbol"]], "Candela": [[1, "candela"]], "CandelaPerLumen": [[1, "candelaperlumen"]], "CandelaPerSquareMetre": [[1, "candelapersquaremetre"]], "CanonicalPartitionFunction": [[1, "canonicalpartitionfunction"]], "Capacitance": [[1, "capacitance"]], "CapacitancePerLengthUnit": [[1, "capacitanceperlengthunit"]], "CapacitanceUnit": [[1, "capacitanceunit"]], "Capacity": [[1, "capacity"]], "CapacityFade": [[1, "capacityfade"]], "Carbon": [[1, "carbon"]], "CarbonAtom": [[1, "carbonatom"]], "CarbonBlack": [[1, "carbonblack"]], "CarbonDioxide": [[1, "carbondioxide"]], "CarbonElementalSubstance": [[1, "carbonelementalsubstance"]], "CarbonInkElectrode": [[1, "carboninkelectrode"]], "CarbonMonofluoride": [[1, "carbonmonofluoride"]], "CarbonMonofluorideElectrode": [[1, "carbonmonofluorideelectrode"]], "CarbonPasteElectrode": [[1, "carbonpasteelectrode"]], "CarbonSymbol": [[1, "carbonsymbol"]], "CarbonicAcid": [[1, "carbonicacid"]], "CarboxymethylCellulose": [[1, "carboxymethylcellulose"]], "CarrierLifetime": [[1, "carrierlifetime"]], "Case": [[1, "case"]], "Casting": [[1, "casting"]], "Catalyst": [[1, "catalyst"]], "CatalyticActivity": [[1, "catalyticactivity"]], "CatalyticActivityUnit": [[1, "catalyticactivityunit"]], "CatalyticCurrent": [[1, "catalyticcurrent"]], "CategorizedPhysicalQuantity": [[1, "categorizedphysicalquantity"]], "Cathode": [[1, "cathode"]], "CathodeElectrolyteInterphase": [[1, "cathodeelectrolyteinterphase"]], "CathodicOverpotential": [[1, "cathodicoverpotential"]], "CathodicPolarisation": [[1, "cathodicpolarisation"]], "CathodicProtection": [[1, "cathodicprotection"]], "CathodicReaction": [[1, "cathodicreaction"]], "CathodicStrippingVoltammetry": [[1, "cathodicstrippingvoltammetry"]], "Catholyte": [[1, "catholyte"]], "CatholyteTank": [[1, "catholytetank"]], "Cation": [[1, "cation"]], "CausalCollapse": [[1, "causalcollapse"]], "CausalConvexSystem": [[1, "causalconvexsystem"]], "CausalExpansion": [[1, "causalexpansion"]], "CausalInteraction": [[1, "causalinteraction"]], "CausalParticle": [[1, "causalparticle"]], "CausalPath": [[1, "causalpath"]], "CausalStructure": [[1, "causalstructure"]], "CausalSystem": [[1, "causalsystem"]], "CausallHairedSystem": [[1, "causallhairedsystem"]], "CellBaffle": [[1, "cellbaffle"]], "CellCan": [[1, "cellcan"]], "CellCurrent": [[1, "cellcurrent"]], "CellLid": [[1, "celllid"]], "CellPolarisationPotential": [[1, "cellpolarisationpotential"]], "CellVoltage": [[1, "cellvoltage"]], "CelsiusTemperature": [[1, "celsiustemperature"]], "CelsiusTemperatureMeasurement": [[1, "celsiustemperaturemeasurement"]], "CelsiusTemperatureMeasurementResult": [[1, "celsiustemperaturemeasurementresult"]], "CelsiusTemperatureVector": [[1, "celsiustemperaturevector"]], "Cementing": [[1, "cementing"]], "Centi": [[1, "centi"]], "CentiPrefixedUnit": [[1, "centiprefixedunit"]], "CentreOfMass": [[1, "centreofmass"]], "CentrifugalCasting": [[1, "centrifugalcasting"]], "CeramicMaterial": [[1, "ceramicmaterial"]], "CeramicSintering": [[1, "ceramicsintering"]], "CeriumAtom": [[1, "ceriumatom"]], "CeriumSymbol": [[1, "ceriumsymbol"]], "Charge": [[1, "charge"]], "ChargeCapacity": [[1, "chargecapacity"]], "ChargeCarrier": [[1, "chargecarrier"]], "ChargeEfficiency": [[1, "chargeefficiency"]], "ChargeEnergy": [[1, "chargeenergy"]], "ChargeNumber": [[1, "chargenumber"]], "ChargeRetention": [[1, "chargeretention"]], "ChargeTimePlot": [[1, "chargetimeplot"]], "ChargeTransferCoefficient": [[1, "chargetransfercoefficient"]], "ChargingCurrent": [[1, "chargingcurrent"]], "CharmAntiQuark": [[1, "charmantiquark"]], "CharmQuark": [[1, "charmquark"]], "Chemical": [[1, "chemical"]], "ChemicalComposition": [[1, "chemicalcomposition"]], "ChemicalCompositionQuantity": [[1, "chemicalcompositionquantity"]], "ChemicalCompound": [[1, "chemicalcompound"]], "ChemicalElement": [[1, "chemicalelement"]], "ChemicalEntity": [[1, "chemicalentity"]], "ChemicalFormula": [[1, "chemicalformula"]], "ChemicalMaterial": [[1, "chemicalmaterial"]], "ChemicalName": [[1, "chemicalname"]], "ChemicalNomenclature": [[1, "chemicalnomenclature"]], "ChemicalPotential": [[1, "chemicalpotential"]], "ChemicalReaction": [[1, "chemicalreaction"]], "ChemicalRepresentation": [[1, "chemicalrepresentation"]], "ChemicalSpecies": [[1, "chemicalspecies"]], "ChemicalSubstance": [[1, "chemicalsubstance"]], "ChemicalSymbol": [[1, "chemicalsymbol"]], "ChemicalSymbolicConstruct": [[1, "chemicalsymbolicconstruct"]], "ChipboardManufacturing": [[1, "chipboardmanufacturing"]], "ChloricAcid": [[1, "chloricacid"]], "Chlorine": [[1, "chlorine"]], "ChlorineAtom": [[1, "chlorineatom"]], "ChlorineSymbol": [[1, "chlorinesymbol"]], "Chromium": [[1, "chromium"]], "ChromiumAtom": [[1, "chromiumatom"]], "ChromiumElectrode": [[1, "chromiumelectrode"]], "ChromiumHydroxide": [[1, "chromiumhydroxide"]], "ChromiumIIIOxide": [[1, "chromiumiiioxide"]], "ChromiumIVOxide": [[1, "chromiumivoxide"]], "ChromiumOxideCompound": [[1, "chromiumoxidecompound"]], "ChromiumSymbol": [[1, "chromiumsymbol"]], "Chronoamperometry": [[1, "chronoamperometry"]], "Chronocoulometry": [[1, "chronocoulometry"]], "Chronopotentiometry": [[1, "chronopotentiometry"]], "Circle": [[1, "circle"]], "CitricAcid": [[1, "citricacid"]], "ClarkCell": [[1, "clarkcell"]], "ClassicalData": [[1, "classicaldata"]], "Cleaning": [[1, "cleaning"]], "Coating": [[1, "coating"]], "CoatingManufacturing": [[1, "coatingmanufacturing"]], "CoatingThickness": [[1, "coatingthickness"]], "Cobalt": [[1, "cobalt"]], "CobaltAtom": [[1, "cobaltatom"]], "CobaltElectrode": [[1, "cobaltelectrode"]], "CobaltHydroxide": [[1, "cobalthydroxide"]], "CobaltIIAcetate": [[1, "cobaltiiacetate"]], "CobaltIIBistrifluoromethanesulfonylimide": [[1, "cobaltiibistrifluoromethanesulfonylimide"]], "CobaltIIBromide": [[1, "cobaltiibromide"]], "CobaltIICarbonate": [[1, "cobaltiicarbonate"]], "CobaltIIChlorate": [[1, "cobaltiichlorate"]], "CobaltIIChloride": [[1, "cobaltiichloride"]], "CobaltIIFluoride": [[1, "cobaltiifluoride"]], "CobaltIIIodide": [[1, "cobaltiiiodide"]], "CobaltIINitrate": [[1, "cobaltiinitrate"]], "CobaltIINitrite": [[1, "cobaltiinitrite"]], "CobaltIIPerchlorate": [[1, "cobaltiiperchlorate"]], "CobaltIIPhosphate": [[1, "cobaltiiphosphate"]], "CobaltIISulfate": [[1, "cobaltiisulfate"]], "CobaltIISulfide": [[1, "cobaltiisulfide"]], "CobaltIISulfite": [[1, "cobaltiisulfite"]], "CobaltIITetrafluoroborate": [[1, "cobaltiitetrafluoroborate"]], "CobaltIITriflate": [[1, "cobaltiitriflate"]], "CobaltSaltCompound": [[1, "cobaltsaltcompound"]], "CobaltSymbol": [[1, "cobaltsymbol"]], "Coded": [[1, "coded"]], "CoefficientOfFriction": [[1, "coefficientoffriction"]], "CoefficientOfHeatTransfer": [[1, "coefficientofheattransfer"]], "CoefficientOfThermalExpansion": [[1, "coefficientofthermalexpansion"]], "Coercivity": [[1, "coercivity"]], "Cognised": [[1, "cognised"]], "Cogniser": [[1, "cogniser"]], "Cognition": [[1, "cognition"]], "CoherenceLength": [[1, "coherencelength"]], "CoinBattery": [[1, "coinbattery"]], "CoinCase": [[1, "coincase"]], "Collection": [[1, "collection"]], "Colloid": [[1, "colloid"]], "CommercialProduct": [[1, "commercialproduct"]], "CompiledLanguage": [[1, "compiledlanguage"]], "CompleteManufacturing": [[1, "completemanufacturing"]], "ComplexPower": [[1, "complexpower"]], "Component": [[1, "component"]], "CompositeBoson": [[1, "compositeboson"]], "CompositeFermion": [[1, "compositefermion"]], "CompositeMaterial": [[1, "compositematerial"]], "CompositeParticle": [[1, "compositeparticle"]], "Compressibility": [[1, "compressibility"]], "ComptonWavelength": [[1, "comptonwavelength"]], "Computation": [[1, "computation"]], "ComputerScience": [[1, "computerscience"]], "Concentration": [[1, "concentration"]], "ConcentrationCell": [[1, "concentrationcell"]], "ConcentrationLimit": [[1, "concentrationlimit"]], "ConcentrationOverpotential": [[1, "concentrationoverpotential"]], "ConcreteOrPlasterPouring": [[1, "concreteorplasterpouring"]], "CondensedFormula": [[1, "condensedformula"]], "CondensedMatter": [[1, "condensedmatter"]], "CondensedMatterPhysicsQuantity": [[1, "condensedmatterphysicsquantity"]], "ConductanceForAlternatingCurrent": [[1, "conductanceforalternatingcurrent"]], "ConductiveAdditive": [[1, "conductiveadditive"]], "ConductivityCell": [[1, "conductivitycell"]], "ConductometricTitration": [[1, "conductometrictitration"]], "Conductometry": [[1, "conductometry"]], "Connector": [[1, "connector"]], "Constant": [[1, "constant"]], "ConstantCurrentCharge": [[1, "constantcurrentcharge"]], "ConstantCurrentConstantVoltageCharge": [[1, "constantcurrentconstantvoltagecharge"]], "ConstantCurrentDischarging": [[1, "constantcurrentdischarging"]], "ConstantPotentialPulses": [[1, "constantpotentialpulses"]], "ConstantPotentialSignal": [[1, "constantpotentialsignal"]], "ConstantVoltageCharge": [[1, "constantvoltagecharge"]], "ConstantVoltageDischarge": [[1, "constantvoltagedischarge"]], "Constituent": [[1, "constituent"]], "ConstitutiveProcess": [[1, "constitutiveprocess"]], "ContinuousCasting": [[1, "continuouscasting"]], "ContinuousServiceTest": [[1, "continuousservicetest"]], "ContinuumMaterial": [[1, "continuummaterial"]], "ContinuumModel": [[1, "continuummodel"]], "ControlProperty": [[1, "controlproperty"]], "Conventional": [[1, "conventional"]], "ConventionalProperty": [[1, "conventionalproperty"]], "CoperniciumAtom": [[1, "coperniciumatom"]], "CoperniciumSymbol": [[1, "coperniciumsymbol"]], "Copper": [[1, "copper"]], "CopperAtom": [[1, "copperatom"]], "CopperElectrode": [[1, "copperelectrode"]], "CopperHydroxide": [[1, "copperhydroxide"]], "CopperIIAcetate": [[1, "copperiiacetate"]], "CopperIIBromide": [[1, "copperiibromide"]], "CopperIICarbonate": [[1, "copperiicarbonate"]], "CopperIIChlorate": [[1, "copperiichlorate"]], "CopperIIChloride": [[1, "copperiichloride"]], "CopperIIFluoride": [[1, "copperiifluoride"]], "CopperIIIodide": [[1, "copperiiiodide"]], "CopperIINitrate": [[1, "copperiinitrate"]], "CopperIINitrite": [[1, "copperiinitrite"]], "CopperIIOxide": [[1, "copperiioxide"]], "CopperIIPerchlorate": [[1, "copperiiperchlorate"]], "CopperIIPhosphate": [[1, "copperiiphosphate"]], "CopperIISulfate": [[1, "copperiisulfate"]], "CopperIISulfide": [[1, "copperiisulfide"]], "CopperIITetrafluoroborate": [[1, "copperiitetrafluoroborate"]], "CopperIITriflate": [[1, "copperiitriflate"]], "CopperIIodide": [[1, "copperiiodide"]], "CopperIOxide": [[1, "copperioxide"]], "CopperOxideCompound": [[1, "copperoxidecompound"]], "CopperOxideElectrode": [[1, "copperoxideelectrode"]], "CopperSaltCompound": [[1, "coppersaltcompound"]], "CopperSymbol": [[1, "coppersymbol"]], "Coulomb": [[1, "coulomb"]], "CoulombMetre": [[1, "coulombmetre"]], "CoulombPerCubicCentiMetre": [[1, "coulombpercubiccentimetre"]], "CoulombPerCubicMetre": [[1, "coulombpercubicmetre"]], "CoulombPerCubicMilliMetre": [[1, "coulombpercubicmillimetre"]], "CoulombPerKilogram": [[1, "coulombperkilogram"]], "CoulombPerKilogramSecond": [[1, "coulombperkilogramsecond"]], "CoulombPerMetre": [[1, "coulombpermetre"]], "CoulombPerMole": [[1, "coulombpermole"]], "CoulombPerSquareCentiMetre": [[1, "coulombpersquarecentimetre"]], "CoulombPerSquareMetre": [[1, "coulombpersquaremetre"]], "CoulombPerSquareMilliMetre": [[1, "coulombpersquaremillimetre"]], "CoulombSquareMetre": [[1, "coulombsquaremetre"]], "CoulombSquareMetrePerVolt": [[1, "coulombsquaremetrepervolt"]], "CoulombicEfficiency": [[1, "coulombicefficiency"]], "Coulometer": [[1, "coulometer"]], "CoulometricTitration": [[1, "coulometrictitration"]], "Coulometry": [[1, "coulometry"]], "CounterElectrode": [[1, "counterelectrode"]], "CountingUnit": [[1, "countingunit"]], "Coupled": [[1, "coupled"]], "CouplingFactor": [[1, "couplingfactor"]], "CriticalTemperature": [[1, "criticaltemperature"]], "Crystal": [[1, "crystal"]], "CrystalizationOverpotential": [[1, "crystalizationoverpotential"]], "CrystallineMaterial": [[1, "crystallinematerial"]], "CubicCentiMetre": [[1, "cubiccentimetre"]], "CubicCentiMetrePerCubicCentiMetre": [[1, "cubiccentimetrepercubiccentimetre"]], "CubicCentiMetrePerCubicMetre": [[1, "cubiccentimetrepercubicmetre"]], "CubicCentiMetrePerDay": [[1, "cubiccentimetreperday"]], "CubicCentiMetrePerHour": [[1, "cubiccentimetreperhour"]], "CubicCentiMetrePerKelvin": [[1, "cubiccentimetreperkelvin"]], "CubicCentiMetrePerMinute": [[1, "cubiccentimetreperminute"]], "CubicCentiMetrePerMole": [[1, "cubiccentimetrepermole"]], "CubicCentiMetrePerMoleSecond": [[1, "cubiccentimetrepermolesecond"], [1, "id2"]], "CubicCentiMetrePerSecond": [[1, "cubiccentimetrepersecond"]], "CubicCoulombMetrePerSquareJoule": [[1, "cubiccoulombmetrepersquarejoule"]], "CubicDecaMetre": [[1, "cubicdecametre"]], "CubicDeciMetre": [[1, "cubicdecimetre"]], "CubicDeciMetrePerCubicMetre": [[1, "cubicdecimetrepercubicmetre"]], "CubicDeciMetrePerDay": [[1, "cubicdecimetreperday"]], "CubicDeciMetrePerHour": [[1, "cubicdecimetreperhour"]], "CubicDeciMetrePerMinute": [[1, "cubicdecimetreperminute"]], "CubicDeciMetrePerMole": [[1, "cubicdecimetrepermole"]], "CubicDeciMetrePerSecond": [[1, "cubicdecimetrepersecond"]], "CubicElectricChargeLengthPerSquareEnergyUnit": [[1, "cubicelectricchargelengthpersquareenergyunit"]], "CubicExpansionCoefficient": [[1, "cubicexpansioncoefficient"]], "CubicKiloMetrePerSquareSecond": [[1, "cubickilometrepersquaresecond"]], "CubicMetre": [[1, "cubicmetre"]], "CubicMetrePerCoulomb": [[1, "cubicmetrepercoulomb"]], "CubicMetrePerCubicMetre": [[1, "cubicmetrepercubicmetre"]], "CubicMetrePerDay": [[1, "cubicmetreperday"]], "CubicMetrePerHectare": [[1, "cubicmetreperhectare"]], "CubicMetrePerHour": [[1, "cubicmetreperhour"]], "CubicMetrePerKelvin": [[1, "cubicmetreperkelvin"]], "CubicMetrePerKilogram": [[1, "cubicmetreperkilogram"]], "CubicMetrePerKilogramSquareSecond": [[1, "cubicmetreperkilogramsquaresecond"]], "CubicMetrePerMinute": [[1, "cubicmetreperminute"]], "CubicMetrePerMole": [[1, "cubicmetrepermole"]], "CubicMetrePerSecond": [[1, "cubicmetrepersecond"]], "CubicMetrePerSquareMetre": [[1, "cubicmetrepersquaremetre"]], "CubicMetrePerSquareSecond": [[1, "cubicmetrepersquaresecond"]], "CubicMicroMetrePerCubicMetre": [[1, "cubicmicrometrepercubicmetre"]], "CubicMicroMetrePerMilliLitre": [[1, "cubicmicrometrepermillilitre"]], "CubicMilliMetre": [[1, "cubicmillimetre"]], "CubicMilliMetrePerCubicMetre": [[1, "cubicmillimetrepercubicmetre"]], "Cumene": [[1, "cumene"]], "CurieTemperature": [[1, "curietemperature"]], "CuriumAtom": [[1, "curiumatom"]], "CuriumSymbol": [[1, "curiumsymbol"]], "CurrentChangeLimit": [[1, "currentchangelimit"]], "CurrentCollector": [[1, "currentcollector"]], "CurrentControlledProcess": [[1, "currentcontrolledprocess"]], "CurrentDensityLimit": [[1, "currentdensitylimit"]], "CurrentLimit": [[1, "currentlimit"]], "CurrentLinkage": [[1, "currentlinkage"]], "CurrentPotentialPlot": [[1, "currentpotentialplot"]], "CurrentPulse": [[1, "currentpulse"], [1, "id3"]], "CurrentScanRate": [[1, "currentscanrate"]], "CurrentTimePlot": [[1, "currenttimeplot"]], "Curvature": [[1, "curvature"]], "Curve": [[1, "curve"]], "Cutting": [[1, "cutting"]], "CycleDomainMatrix": [[1, "cycledomainmatrix"]], "CycleLife": [[1, "cyclelife"]], "CycleNumber": [[1, "cyclenumber"]], "CycleNumberVector": [[1, "cyclenumbervector"]], "CyclicChronopotentiometry": [[1, "cyclicchronopotentiometry"]], "CyclicVoltammetry": [[1, "cyclicvoltammetry"]], "Cycling": [[1, "cycling"]], "CyclotronAngularFrequency": [[1, "cyclotronangularfrequency"]], "CylindricalBattery": [[1, "cylindricalbattery"]], "CylindricalCase": [[1, "cylindricalcase"]], "DCPolarography": [[1, "dcpolarography"]], "DRate": [[1, "drate"]], "Dalton": [[1, "dalton"]], "DampingCoefficient": [[1, "dampingcoefficient"]], "DaniellCell": [[1, "daniellcell"]], "DarmastadtiumAtom": [[1, "darmastadtiumatom"]], "DarmastadtiumSymbol": [[1, "darmastadtiumsymbol"]], "Data": [[1, "data"]], "DataBasedSimulationSoftware": [[1, "databasedsimulationsoftware"]], "DataProcessing": [[1, "dataprocessing"]], "DataProcessingApplication": [[1, "dataprocessingapplication"]], "DataSet": [[1, "dataset"]], "DataStructure": [[1, "datastructure"]], "Datum": [[1, "datum"]], "Day": [[1, "day"]], "DebyeAngularFrequency": [[1, "debyeangularfrequency"]], "DebyeAngularWaveNumber": [[1, "debyeangularwavenumber"]], "DebyeTemperature": [[1, "debyetemperature"]], "DebyeWallerFactor": [[1, "debyewallerfactor"]], "Deca": [[1, "deca"]], "DecaPrefixedUnit": [[1, "decaprefixedunit"]], "DecayConstant": [[1, "decayconstant"]], "Deci": [[1, "deci"]], "DeciPrefixedUnit": [[1, "deciprefixedunit"]], "Declaration": [[1, "declaration"]], "Declared": [[1, "declared"]], "Declarer": [[1, "declarer"]], "Deduced": [[1, "deduced"]], "Deducer": [[1, "deducer"]], "Deduction": [[1, "deduction"]], "DeepDrawing": [[1, "deepdrawing"]], "DeepFreezing": [[1, "deepfreezing"]], "DefinedEdgeCutting": [[1, "definededgecutting"]], "DefiningEquation": [[1, "definingequation"]], "Degenerency": [[1, "degenerency"]], "Degree": [[1, "degree"]], "DegreeCelsius": [[1, "degreecelsius"]], "DegreeCelsiusCentiMetre": [[1, "degreecelsiuscentimetre"]], "DegreeCelsiusKilogramPerSquareMetre": [[1, "degreecelsiuskilogrampersquaremetre"]], "DegreeCelsiusPerHour": [[1, "degreecelsiusperhour"]], "DegreeCelsiusPerKelvin": [[1, "degreecelsiusperkelvin"]], "DegreeCelsiusPerMetre": [[1, "degreecelsiuspermetre"]], "DegreeCelsiusPerMinute": [[1, "degreecelsiusperminute"]], "DegreeCelsiusPerSecond": [[1, "degreecelsiuspersecond"]], "DegreeOfDissociation": [[1, "degreeofdissociation"]], "DegreePerHour": [[1, "degreeperhour"]], "DegreePerMetre": [[1, "degreepermetre"]], "DegreePerMinute": [[1, "degreeperminute"]], "DegreePerSecond": [[1, "degreepersecond"]], "DegreePerSquareSecond": [[1, "degreepersquaresecond"]], "Dendrite": [[1, "dendrite"]], "Density": [[1, "density"]], "DensityOfHeatFlowRate": [[1, "densityofheatflowrate"]], "DensityOfVibrationalStates": [[1, "densityofvibrationalstates"]], "DensityUnit": [[1, "densityunit"]], "DepthOfDischarge": [[1, "depthofdischarge"]], "DerivedQuantity": [[1, "derivedquantity"]], "DerivedUnit": [[1, "derivedunit"]], "Description": [[1, "description"]], "Determination": [[1, "determination"]], "Determined": [[1, "determined"]], "Determiner": [[1, "determiner"]], "Device": [[1, "device"]], "DewPointTemperature": [[1, "dewpointtemperature"]], "Diameter": [[1, "diameter"]], "Dichloromethane": [[1, "dichloromethane"], [1, "id4"]], "DieCasting": [[1, "diecasting"]], "Dielectrometry": [[1, "dielectrometry"]], "DiethylCarbonate": [[1, "diethylcarbonate"]], "DiethyleneGlycolDiethylEther": [[1, "diethyleneglycoldiethylether"]], "DifferentialLinearPulseVoltammetry": [[1, "differentiallinearpulsevoltammetry"]], "DifferentialOperator": [[1, "differentialoperator"]], "DifferentialPotentialPulse": [[1, "differentialpotentialpulse"]], "DifferentialPulseVoltammetry": [[1, "differentialpulsevoltammetry"]], "DifferentialStaircasePulseVoltammetry": [[1, "differentialstaircasepulsevoltammetry"]], "DiffuseLayerPotential": [[1, "diffuselayerpotential"]], "DiffusionArea": [[1, "diffusionarea"]], "DiffusionCoefficient": [[1, "diffusioncoefficient"]], "DiffusionCoefficientForFluenceRate": [[1, "diffusioncoefficientforfluencerate"]], "DiffusionCoefficientForParticleNumberDensity": [[1, "diffusioncoefficientforparticlenumberdensity"]], "DiffusionCurrent": [[1, "diffusioncurrent"]], "DiffusionLength": [[1, "diffusionlength"]], "DiffusionLimitedCurrent": [[1, "diffusionlimitedcurrent"]], "Diffusivity": [[1, "diffusivity"]], "DiffusivityUnit": [[1, "diffusivityunit"]], "DigitalData": [[1, "digitaldata"]], "Diglyme": [[1, "diglyme"]], "DimensionalUnit": [[1, "dimensionalunit"]], "DimensionlessUnit": [[1, "dimensionlessunit"]], "DimethoxyDimethylSilane": [[1, "dimethoxydimethylsilane"]], "Dimethoxyethane": [[1, "dimethoxyethane"]], "Dimethoxymethane": [[1, "dimethoxymethane"]], "DimethylCarbonate": [[1, "dimethylcarbonate"]], "DimethylSulfoxide": [[1, "dimethylsulfoxide"], [1, "id5"]], "Dimethylformamide": [[1, "dimethylformamide"], [1, "id6"]], "Dimethylpropyleneurea": [[1, "dimethylpropyleneurea"]], "Dimethylsulfate": [[1, "dimethylsulfate"]], "Dioxolane": [[1, "dioxolane"]], "DippingForms": [[1, "dippingforms"]], "DipropylSulfone": [[1, "dipropylsulfone"]], "DirectCoulometryAtControlledCurrent": [[1, "directcoulometryatcontrolledcurrent"]], "DirectCoulometryAtControlledPotential": [[1, "directcoulometryatcontrolledpotential"]], "DirectCurrent": [[1, "directcurrent"], [1, "id7"]], "DirectionAndEnergyDistributionOfCrossSection": [[1, "directionandenergydistributionofcrosssection"]], "DirectionDistributionOfCrossSection": [[1, "directiondistributionofcrosssection"]], "Discharge": [[1, "discharge"]], "DischargeCapacity": [[1, "dischargecapacity"]], "DischargeCurrent": [[1, "dischargecurrent"]], "DischargeEnergy": [[1, "dischargeenergy"]], "DischargeVoltage": [[1, "dischargevoltage"]], "DischargedEmptyBattery": [[1, "dischargedemptybattery"]], "DiscreteData": [[1, "discretedata"]], "Dismantling": [[1, "dismantling"]], "Dispersion": [[1, "dispersion"]], "Displacement": [[1, "displacement"]], "DisplacementCurrent": [[1, "displacementcurrent"]], "DisplacementCurrentDensity": [[1, "displacementcurrentdensity"]], "DisplacementVector": [[1, "displacementvector"]], "Dissociation": [[1, "dissociation"]], "DissociationConstant": [[1, "dissociationconstant"]], "Dissolution": [[1, "dissolution"]], "Distance": [[1, "distance"]], "Division": [[1, "division"]], "Document": [[1, "document"]], "DonorDensity": [[1, "donordensity"]], "DoseEquivalent": [[1, "doseequivalent"]], "DoseEquivalentRate": [[1, "doseequivalentrate"]], "DoubleCoatedElectrode": [[1, "doublecoatedelectrode"]], "DoubleLayer": [[1, "doublelayer"]], "DoubleLayerCurrent": [[1, "doublelayercurrent"]], "DoubleLayerModel": [[1, "doublelayermodel"]], "DownAntiQuark": [[1, "downantiquark"]], "DownAntiQuarkType": [[1, "downantiquarktype"]], "DownQuark": [[1, "downquark"]], "DownQuarkType": [[1, "downquarktype"]], "DragCoefficient": [[1, "dragcoefficient"]], "DragForce": [[1, "dragforce"]], "DrainedChargedBattery": [[1, "drainedchargedbattery"]], "DrawForms": [[1, "drawforms"]], "Drilling": [[1, "drilling"]], "DropForging": [[1, "dropforging"]], "DropTimeInPolarography": [[1, "droptimeinpolarography"]], "DroppingMercuryElectrode": [[1, "droppingmercuryelectrode"]], "DryCell": [[1, "drycell"]], "DryChargedBattery": [[1, "drychargedbattery"]], "DubniumAtom": [[1, "dubniumatom"]], "DubniumSymbol": [[1, "dubniumsymbol"]], "Duration": [[1, "duration"]], "Dust": [[1, "dust"]], "DynamicViscosity": [[1, "dynamicviscosity"]], "DysprosiumAtom": [[1, "dysprosiumatom"]], "DysprosiumSymbol": [[1, "dysprosiumsymbol"]], "EMMO": [[1, "emmo"]], "EMMORelation": [[1, "emmorelation"]], "EarthBattery": [[1, "earthbattery"]], "EdgeInsulator": [[1, "edgeinsulator"]], "EffectiveDiffusionCoefficient": [[1, "effectivediffusioncoefficient"]], "EffectiveMass": [[1, "effectivemass"]], "EinsteiniumAtom": [[1, "einsteiniumatom"]], "EinsteiniumSymbol": [[1, "einsteiniumsymbol"]], "ElectricCharge": [[1, "electriccharge"]], "ElectricChargeAreaUnit": [[1, "electricchargeareaunit"]], "ElectricChargeDensity": [[1, "electricchargedensity"]], "ElectricChargeDensityUnit": [[1, "electricchargedensityunit"]], "ElectricChargePerAmountUnit": [[1, "electricchargeperamountunit"]], "ElectricChargePerLengthUnit": [[1, "electricchargeperlengthunit"]], "ElectricChargePerMassUnit": [[1, "electricchargepermassunit"]], "ElectricChargePerTemperatureUnit": [[1, "electricchargepertemperatureunit"]], "ElectricChargeSignal": [[1, "electricchargesignal"]], "ElectricChargeUnit": [[1, "electricchargeunit"]], "ElectricConductance": [[1, "electricconductance"]], "ElectricConductanceUnit": [[1, "electricconductanceunit"]], "ElectricConductivity": [[1, "electricconductivity"]], "ElectricConductivityPerAmountUnit": [[1, "electricconductivityperamountunit"]], "ElectricConductivityUnit": [[1, "electricconductivityunit"]], "ElectricCurrent": [[1, "electriccurrent"]], "ElectricCurrentAssistedSintering": [[1, "electriccurrentassistedsintering"]], "ElectricCurrentDensity": [[1, "electriccurrentdensity"]], "ElectricCurrentDensityPerTemperatureUnit": [[1, "electriccurrentdensitypertemperatureunit"]], "ElectricCurrentDensityUnit": [[1, "electriccurrentdensityunit"]], "ElectricCurrentMeasurement": [[1, "electriccurrentmeasurement"]], "ElectricCurrentMeasurementResult": [[1, "electriccurrentmeasurementresult"]], "ElectricCurrentMeasuringSystem": [[1, "electriccurrentmeasuringsystem"]], "ElectricCurrentPerAmountVolumeUnit": [[1, "electriccurrentperamountvolumeunit"]], "ElectricCurrentPerEnergyUnit": [[1, "electriccurrentperenergyunit"]], "ElectricCurrentPerMassUnit": [[1, "electriccurrentpermassunit"]], "ElectricCurrentPerTemperatureUnit": [[1, "electriccurrentpertemperatureunit"]], "ElectricCurrentPerUnitEnergyUnit": [[1, "electriccurrentperunitenergyunit"]], "ElectricCurrentPhasor": [[1, "electriccurrentphasor"]], "ElectricCurrentSignal": [[1, "electriccurrentsignal"]], "ElectricCurrentUnit": [[1, "electriccurrentunit"]], "ElectricCurrentVector": [[1, "electriccurrentvector"]], "ElectricDipoleMoment": [[1, "electricdipolemoment"]], "ElectricDipoleMomentUnit": [[1, "electricdipolemomentunit"]], "ElectricDisplacementFieldUnit": [[1, "electricdisplacementfieldunit"]], "ElectricFieldStrength": [[1, "electricfieldstrength"]], "ElectricFieldStrengthUnit": [[1, "electricfieldstrengthunit"]], "ElectricFlux": [[1, "electricflux"]], "ElectricFluxDensity": [[1, "electricfluxdensity"]], "ElectricFluxUnit": [[1, "electricfluxunit"]], "ElectricImpedance": [[1, "electricimpedance"]], "ElectricInductance": [[1, "electricinductance"]], "ElectricMobilityUnit": [[1, "electricmobilityunit"]], "ElectricPolarization": [[1, "electricpolarization"]], "ElectricPotential": [[1, "electricpotential"]], "ElectricPotentialMeasuringSystem": [[1, "electricpotentialmeasuringsystem"]], "ElectricPotentialPerAreaUnit": [[1, "electricpotentialperareaunit"]], "ElectricPotentialPerTemperatureUnit": [[1, "electricpotentialpertemperatureunit"]], "ElectricPotentialPerTimeUnit": [[1, "electricpotentialpertimeunit"]], "ElectricPotentialSignal": [[1, "electricpotentialsignal"]], "ElectricPotentialUnit": [[1, "electricpotentialunit"]], "ElectricReactance": [[1, "electricreactance"]], "ElectricResistance": [[1, "electricresistance"]], "ElectricResistanceUnit": [[1, "electricresistanceunit"]], "ElectricResistivity": [[1, "electricresistivity"]], "ElectricResistivityUnit": [[1, "electricresistivityunit"]], "ElectricSignal": [[1, "electricsignal"]], "ElectricSusceptibility": [[1, "electricsusceptibility"]], "ElectroSinterForging": [[1, "electrosinterforging"]], "ElectroanalyticalTechnique": [[1, "electroanalyticaltechnique"]], "Electrocapillarity": [[1, "electrocapillarity"]], "Electrocatalysis": [[1, "electrocatalysis"]], "Electrocatalyst": [[1, "electrocatalyst"]], "ElectrochemicalCell": [[1, "electrochemicalcell"]], "ElectrochemicalConstituent": [[1, "electrochemicalconstituent"]], "ElectrochemicalControlQuantity": [[1, "electrochemicalcontrolquantity"]], "ElectrochemicalDegradationPhenomenon": [[1, "electrochemicaldegradationphenomenon"]], "ElectrochemicalDevice": [[1, "electrochemicaldevice"]], "ElectrochemicalDoubleLayerCapacitor": [[1, "electrochemicaldoublelayercapacitor"]], "ElectrochemicalEquivalentCircuitModel": [[1, "electrochemicalequivalentcircuitmodel"]], "ElectrochemicalHalfCell": [[1, "electrochemicalhalfcell"]], "ElectrochemicalImmunity": [[1, "electrochemicalimmunity"]], "ElectrochemicalImpedanceSpectroscopy": [[1, "electrochemicalimpedancespectroscopy"]], "ElectrochemicalInterface": [[1, "electrochemicalinterface"]], "ElectrochemicalKineticQuantity": [[1, "electrochemicalkineticquantity"]], "ElectrochemicalMaterial": [[1, "electrochemicalmaterial"]], "ElectrochemicalMethod": [[1, "electrochemicalmethod"]], "ElectrochemicalMigration": [[1, "electrochemicalmigration"]], "ElectrochemicalPerformanceQuantity": [[1, "electrochemicalperformancequantity"]], "ElectrochemicalPhenomenon": [[1, "electrochemicalphenomenon"]], "ElectrochemicalPiezoelectricMicrogravimetry": [[1, "electrochemicalpiezoelectricmicrogravimetry"]], "ElectrochemicalPlot": [[1, "electrochemicalplot"]], "ElectrochemicalPotential": [[1, "electrochemicalpotential"]], "ElectrochemicalProperty": [[1, "electrochemicalproperty"]], "ElectrochemicalPseudocapacitor": [[1, "electrochemicalpseudocapacitor"]], "ElectrochemicalQuantity": [[1, "electrochemicalquantity"]], "ElectrochemicalReaction": [[1, "electrochemicalreaction"]], "ElectrochemicalRelation": [[1, "electrochemicalrelation"]], "ElectrochemicalStabilityLimit": [[1, "electrochemicalstabilitylimit"]], "ElectrochemicalThermodynamicQuantity": [[1, "electrochemicalthermodynamicquantity"]], "ElectrochemicalTransportQuantity": [[1, "electrochemicaltransportquantity"]], "ElectrochemicalWindow": [[1, "electrochemicalwindow"]], "ElectrochemicallyActiveSurfaceArea": [[1, "electrochemicallyactivesurfacearea"]], "Electrochemiluminescence": [[1, "electrochemiluminescence"]], "Electrode": [[1, "electrode"]], "ElectrodeCoverageDensity": [[1, "electrodecoveragedensity"]], "ElectrodeElectrolyteInterface": [[1, "electrodeelectrolyteinterface"]], "ElectrodeGeometricSurfaceArea": [[1, "electrodegeometricsurfacearea"]], "ElectrodePair": [[1, "electrodepair"]], "ElectrodePassivation": [[1, "electrodepassivation"]], "ElectrodePolarisation": [[1, "electrodepolarisation"]], "ElectrodePotential": [[1, "electrodepotential"]], "ElectrodeReaction": [[1, "electrodereaction"]], "ElectrodeRealSurfaceArea": [[1, "electroderealsurfacearea"]], "ElectrodeStack": [[1, "electrodestack"]], "ElectrodeSurfaceArea": [[1, "electrodesurfacearea"]], "Electrodeposition": [[1, "electrodeposition"]], "Electrodissolution": [[1, "electrodissolution"]], "Electrogravimetry": [[1, "electrogravimetry"]], "Electrolysis": [[1, "electrolysis"]], "Electrolyte": [[1, "electrolyte"]], "ElectrolyteContainment": [[1, "electrolytecontainment"]], "ElectrolyteCreep": [[1, "electrolytecreep"]], "ElectrolyteLevelIndicator": [[1, "electrolytelevelindicator"]], "ElectrolyteSolution": [[1, "electrolytesolution"]], "ElectrolyticCapacitor": [[1, "electrolyticcapacitor"]], "ElectrolyticCell": [[1, "electrolyticcell"]], "ElectrolyticConductivity": [[1, "electrolyticconductivity"]], "ElectrolyticDeposition": [[1, "electrolyticdeposition"]], "ElectromagneticEnergyDensity": [[1, "electromagneticenergydensity"]], "ElectromagneticQuantity": [[1, "electromagneticquantity"]], "Electron": [[1, "electron"]], "ElectronAffinity": [[1, "electronaffinity"]], "ElectronAntiNeutrino": [[1, "electronantineutrino"]], "ElectronCharge": [[1, "electroncharge"]], "ElectronDensity": [[1, "electrondensity"]], "ElectronMass": [[1, "electronmass"]], "ElectronNeutrino": [[1, "electronneutrino"]], "ElectronNumberOfAnElectrochemicalReaction": [[1, "electronnumberofanelectrochemicalreaction"]], "ElectronRadius": [[1, "electronradius"]], "ElectronType": [[1, "electrontype"]], "ElectronVolt": [[1, "electronvolt"]], "ElectronVoltPerKelvin": [[1, "electronvoltperkelvin"]], "ElectronVoltPerTesla": [[1, "electronvoltpertesla"]], "ElectronVoltSecond": [[1, "electronvoltsecond"]], "ElectronicConductivity": [[1, "electronicconductivity"]], "ElectronicModel": [[1, "electronicmodel"]], "ElectronvoltPerMetre": [[1, "electronvoltpermetre"]], "Electroosmosis": [[1, "electroosmosis"]], "Electroplating": [[1, "electroplating"], [1, "id8"]], "ElementalMaterial": [[1, "elementalmaterial"]], "ElementalSubstance": [[1, "elementalsubstance"]], "ElementaryBoson": [[1, "elementaryboson"]], "ElementaryCharge": [[1, "elementarycharge"]], "ElementaryFermion": [[1, "elementaryfermion"]], "ElementaryParticle": [[1, "elementaryparticle"]], "EmergencyBattery": [[1, "emergencybattery"]], "EmpiricalFormula": [[1, "empiricalformula"]], "EmpiricalSimulationSoftware": [[1, "empiricalsimulationsoftware"]], "Emulsion": [[1, "emulsion"]], "EncodedData": [[1, "encodeddata"]], "EndStep": [[1, "endstep"]], "EndTile": [[1, "endtile"]], "Energy": [[1, "energy"]], "EnergyAreaUnit": [[1, "energyareaunit"]], "EnergyDensityOfStates": [[1, "energydensityofstates"]], "EnergyDensityOfStatesUnit": [[1, "energydensityofstatesunit"]], "EnergyDensityOfStorage": [[1, "energydensityofstorage"]], "EnergyDistributionOfCrossSection": [[1, "energydistributionofcrosssection"]], "EnergyEfficiency": [[1, "energyefficiency"]], "EnergyFluence": [[1, "energyfluence"]], "EnergyFluenceRate": [[1, "energyfluencerate"]], "EnergyImparted": [[1, "energyimparted"]], "EnergyLengthPerAmountUnit": [[1, "energylengthperamountunit"]], "EnergyPerAmountUnit": [[1, "energyperamountunit"]], "EnergyPerSquareMagneticFluxDensityUnit": [[1, "energypersquaremagneticfluxdensityunit"]], "EnergyStorageCapability": [[1, "energystoragecapability"]], "EnergyTimePerAmountUnit": [[1, "energytimeperamountunit"]], "EnergyUnit": [[1, "energyunit"]], "Enthalpy": [[1, "enthalpy"]], "Entropy": [[1, "entropy"]], "EntropyPerAmountUnit": [[1, "entropyperamountunit"]], "EntropyPerMassUnit": [[1, "entropypermassunit"]], "EntropyUnit": [[1, "entropyunit"]], "EqualizationCharge": [[1, "equalizationcharge"]], "Equals": [[1, "equals"]], "Equation": [[1, "equation"]], "EquilibriumConstant": [[1, "equilibriumconstant"]], "EquilibriumElectrodePotential": [[1, "equilibriumelectrodepotential"]], "EquilibriumPositionVector": [[1, "equilibriumpositionvector"]], "ErbiumAtom": [[1, "erbiumatom"]], "ErbiumSymbol": [[1, "erbiumsymbol"]], "Estimated": [[1, "estimated"]], "Estimation": [[1, "estimation"]], "Estimator": [[1, "estimator"]], "Ethanol": [[1, "ethanol"]], "EthylAcetate": [[1, "ethylacetate"]], "EthylMethylCarbonate": [[1, "ethylmethylcarbonate"]], "Ethylbenzene": [[1, "ethylbenzene"]], "EthyleneCarbonate": [[1, "ethylenecarbonate"]], "Ethylmonoglyme": [[1, "ethylmonoglyme"]], "EuclideanSpace": [[1, "euclideanspace"]], "EuropiumAtom": [[1, "europiumatom"]], "EuropiumSymbol": [[1, "europiumsymbol"]], "Exa": [[1, "exa"]], "ExaPrefixedUnit": [[1, "exaprefixedunit"]], "ExactConstant": [[1, "exactconstant"]], "ExchangeCurrent": [[1, "exchangecurrent"]], "ExchangeCurrentDensity": [[1, "exchangecurrentdensity"]], "ExchangeIntegral": [[1, "exchangeintegral"]], "Existent": [[1, "existent"]], "Experiment": [[1, "experiment"]], "Exponent": [[1, "exponent"]], "Exposure": [[1, "exposure"]], "ExposureRate": [[1, "exposurerate"]], "Expression": [[1, "expression"]], "Extensive": [[1, "extensive"]], "ExtentOfReaction": [[1, "extentofreaction"]], "Extrusion": [[1, "extrusion"]], "FORTRAN": [[1, "fortran"]], "Factory": [[1, "factory"]], "Farad": [[1, "farad"]], "FaradPerKiloMetre": [[1, "faradperkilometre"]], "FaradPerMetre": [[1, "faradpermetre"]], "FaradaicCurrent": [[1, "faradaiccurrent"]], "FaradayConstant": [[1, "faradayconstant"]], "FaradaysFirstLawOfElectrolysis": [[1, "faradaysfirstlawofelectrolysis"]], "FaradaysSecondLawOfElectrolysis": [[1, "faradayssecondlawofelectrolysis"]], "FastFissionFactor": [[1, "fastfissionfactor"]], "FaurePlate": [[1, "faureplate"]], "Femto": [[1, "femto"]], "FemtoPrefixedUnit": [[1, "femtoprefixedunit"]], "FermiAnglularWaveNumber": [[1, "fermianglularwavenumber"]], "FermiEnergy": [[1, "fermienergy"]], "FermiTemperature": [[1, "fermitemperature"]], "Fermion": [[1, "fermion"]], "FermiumAtom": [[1, "fermiumatom"]], "FermiumSymbol": [[1, "fermiumsymbol"]], "FiberReinforcePlasticManufacturing": [[1, "fiberreinforceplasticmanufacturing"]], "FiberboardManufacturing": [[1, "fiberboardmanufacturing"]], "File": [[1, "file"]], "FilledChargedBattery": [[1, "filledchargedbattery"]], "FilledDischargedBattery": [[1, "filleddischargedbattery"]], "Filling": [[1, "filling"]], "FineStructureConstant": [[1, "finestructureconstant"]], "FinishingCRate": [[1, "finishingcrate"]], "FirstCharge": [[1, "firstcharge"]], "FirstGenerationFermion": [[1, "firstgenerationfermion"]], "FlameArrestorVent": [[1, "flamearrestorvent"]], "FlameCutting": [[1, "flamecutting"]], "Flanging": [[1, "flanging"]], "FleroviumAtom": [[1, "fleroviumatom"]], "FleroviumSymbol": [[1, "fleroviumsymbol"]], "FlowCell": [[1, "flowcell"]], "Fluid": [[1, "fluid"]], "Fluorine": [[1, "fluorine"]], "FluorineAtom": [[1, "fluorineatom"]], "FluorineDopedTinOxideElectrode": [[1, "fluorinedopedtinoxideelectrode"]], "FluorineSymbol": [[1, "fluorinesymbol"]], "FluoroethyleneCarbonate": [[1, "fluoroethylenecarbonate"]], "Foam": [[1, "foam"]], "Foaming": [[1, "foaming"]], "Foil": [[1, "foil"]], "Folding": [[1, "folding"]], "Force": [[1, "force"]], "ForceAreaUnit": [[1, "forceareaunit"]], "ForcePerLengthUnit": [[1, "forceperlengthunit"]], "ForceUnit": [[1, "forceunit"]], "Fork": [[1, "fork"]], "FormalElectrodePotential": [[1, "formalelectrodepotential"]], "FormationCycling": [[1, "formationcycling"]], "FormicAcid": [[1, "formicacid"]], "FormingFromChip": [[1, "formingfromchip"]], "FormingFromGas": [[1, "formingfromgas"]], "FormingFromIonised": [[1, "formingfromionised"]], "FormingFromLiquid": [[1, "formingfromliquid"]], "FormingFromPlastic": [[1, "formingfromplastic"]], "FormingFromPowder": [[1, "formingfrompowder"]], "FormingFromPulp": [[1, "formingfrompulp"]], "FormingJoin": [[1, "formingjoin"]], "Fraction": [[1, "fraction"]], "FractionUnit": [[1, "fractionunit"]], "FranciumAtom": [[1, "franciumatom"]], "FranciumSymbol": [[1, "franciumsymbol"]], "Frequency": [[1, "frequency"]], "FrequencyPerAreaTimeUnit": [[1, "frequencyperareatimeunit"]], "FrequencyPerVolumeUnit": [[1, "frequencypervolumeunit"]], "FrequencyResponseAnalyser": [[1, "frequencyresponseanalyser"]], "FrequencyUnit": [[1, "frequencyunit"]], "FrogBattery": [[1, "frogbattery"]], "FuelCell": [[1, "fuelcell"]], "Fugacity": [[1, "fugacity"]], "FullCharge": [[1, "fullcharge"]], "FullFlowBattery": [[1, "fullflowbattery"]], "FunctionalIcon": [[1, "functionalicon"]], "Fundamental": [[1, "fundamental"]], "FundamentalAntiMatterParticle": [[1, "fundamentalantimatterparticle"]], "FundamentalBoson": [[1, "fundamentalboson"]], "FundamentalFermion": [[1, "fundamentalfermion"]], "FundamentalInteraction": [[1, "fundamentalinteraction"]], "FundamentalLatticeVector": [[1, "fundamentallatticevector"]], "FundamentalMatterParticle": [[1, "fundamentalmatterparticle"]], "FundamentalReciprocalLatticeVector": [[1, "fundamentalreciprocallatticevector"]], "GFactor": [[1, "gfactor"]], "GFactorOfNucleusOrNuclearParticle": [[1, "gfactorofnucleusornuclearparticle"]], "GITT": [[1, "gitt"]], "GadoliniumAtom": [[1, "gadoliniumatom"]], "GadoliniumSymbol": [[1, "gadoliniumsymbol"]], "Gallium": [[1, "gallium"]], "GalliumAtom": [[1, "galliumatom"]], "GalliumIOxide": [[1, "galliumioxide"]], "GalliumOxide": [[1, "galliumoxide"]], "GalliumOxideCompound": [[1, "galliumoxidecompound"]], "GalliumSymbol": [[1, "galliumsymbol"]], "GalvanicCell": [[1, "galvaniccell"]], "Galvanizing": [[1, "galvanizing"]], "Galvanostat": [[1, "galvanostat"]], "GalvanostaticCycling": [[1, "galvanostaticcycling"]], "GalvanostaticProcess": [[1, "galvanostaticprocess"]], "GammaButyrolactone": [[1, "gammabutyrolactone"]], "GapEnergy": [[1, "gapenergy"]], "Gas": [[1, "gas"]], "GasDiffusionElectrode": [[1, "gasdiffusionelectrode"]], "GasLiquidSuspension": [[1, "gasliquidsuspension"]], "GasMixture": [[1, "gasmixture"]], "GasSolidSuspension": [[1, "gassolidsuspension"]], "GasSolution": [[1, "gassolution"]], "GassingOfACell": [[1, "gassingofacell"]], "Gathering": [[1, "gathering"]], "GaugeBoson": [[1, "gaugeboson"]], "GaugePressure": [[1, "gaugepressure"]], "Gel": [[1, "gel"]], "Geometrical": [[1, "geometrical"]], "Germanium": [[1, "germanium"]], "GermaniumAtom": [[1, "germaniumatom"]], "GermaniumSymbol": [[1, "germaniumsymbol"]], "GibbsEnergy": [[1, "gibbsenergy"]], "Giga": [[1, "giga"]], "GigaPrefixedUnit": [[1, "gigaprefixedunit"]], "GlassFibreSeparator": [[1, "glassfibreseparator"]], "GlassyCarbonElectrode": [[1, "glassycarbonelectrode"]], "Gluing": [[1, "gluing"]], "Gluon": [[1, "gluon"]], "GluonType1": [[1, "gluontype1"]], "GluonType2": [[1, "gluontype2"]], "GluonType3": [[1, "gluontype3"]], "GluonType4": [[1, "gluontype4"]], "GluonType5": [[1, "gluontype5"]], "GluonType6": [[1, "gluontype6"]], "GluonType7": [[1, "gluontype7"]], "GluonType8": [[1, "gluontype8"]], "GlycericAcid": [[1, "glycericacid"]], "GlycidicAcid": [[1, "glycidicacid"]], "GlycolicAcid": [[1, "glycolicacid"]], "GlyoxylicAcid": [[1, "glyoxylicacid"]], "Gold": [[1, "gold"]], "GoldAtom": [[1, "goldatom"]], "GoldElectrode": [[1, "goldelectrode"]], "GoldSymbol": [[1, "goldsymbol"]], "GouyChapmanModel": [[1, "gouychapmanmodel"]], "Gradient": [[1, "gradient"]], "GrahameModel": [[1, "grahamemodel"]], "GramDegreeCelsius": [[1, "gramdegreecelsius"]], "GramPerDay": [[1, "gramperday"]], "GramPerHour": [[1, "gramperhour"]], "GramPerLitre": [[1, "gramperlitre"]], "GramPerMilliLitre": [[1, "grampermillilitre"]], "GramPerMinute": [[1, "gramperminute"]], "GramPerSquareMetrePerDay": [[1, "grampersquaremetreperday"]], "GrandCanonicalPartionFunction": [[1, "grandcanonicalpartionfunction"]], "Graphene": [[1, "graphene"]], "Graphical": [[1, "graphical"]], "Graphite": [[1, "graphite"]], "GraphiteElectrode": [[1, "graphiteelectrode"]], "GravimetricAnalysis": [[1, "gravimetricanalysis"]], "Graviton": [[1, "graviton"]], "GravityCasting": [[1, "gravitycasting"]], "GravitySintering": [[1, "gravitysintering"]], "Gray": [[1, "gray"]], "GrayPerSecond": [[1, "graypersecond"]], "GreenAntiQuark": [[1, "greenantiquark"]], "GreenBottomAntiQuark": [[1, "greenbottomantiquark"]], "GreenBottomQuark": [[1, "greenbottomquark"]], "GreenCharmAntiQuark": [[1, "greencharmantiquark"]], "GreenCharmQuark": [[1, "greencharmquark"]], "GreenDownAntiQuark": [[1, "greendownantiquark"]], "GreenDownQuark": [[1, "greendownquark"]], "GreenQuark": [[1, "greenquark"]], "GreenStrangeAntiQuark": [[1, "greenstrangeantiquark"]], "GreenStrangeQuark": [[1, "greenstrangequark"]], "GreenTopAntiQuark": [[1, "greentopantiquark"]], "GreenTopQuark": [[1, "greentopquark"]], "GreenUpAntiQuark": [[1, "greenupantiquark"]], "GreenUpQuark": [[1, "greenupquark"]], "Grinding": [[1, "grinding"]], "GroupVelocity": [[1, "groupvelocity"]], "GroveCell": [[1, "grovecell"]], "GrowingCrystal": [[1, "growingcrystal"]], "GrueneisenParamter": [[1, "grueneisenparamter"]], "Guess": [[1, "guess"]], "Gustatory": [[1, "gustatory"]], "GyromagneticRatio": [[1, "gyromagneticratio"]], "GyromagneticRatioOfTheElectron": [[1, "gyromagneticratiooftheelectron"]], "Gyroradius": [[1, "gyroradius"]], "HPPC": [[1, "hppc"]], "Hadron": [[1, "hadron"]], "Hafnium": [[1, "hafnium"]], "HafniumAtom": [[1, "hafniumatom"]], "HafniumSymbol": [[1, "hafniumsymbol"]], "HalfLife": [[1, "halflife"]], "HalfPeakPotential": [[1, "halfpeakpotential"]], "HalfValueThickness": [[1, "halfvaluethickness"]], "HalfWavePotential": [[1, "halfwavepotential"]], "HallCoefficient": [[1, "hallcoefficient"]], "HandlingDevice": [[1, "handlingdevice"]], "HardCarbon": [[1, "hardcarbon"]], "HardCarbonElectrode": [[1, "hardcarbonelectrode"]], "Hardening": [[1, "hardening"]], "HardeningByDrawing": [[1, "hardeningbydrawing"]], "HardeningByForging": [[1, "hardeningbyforging"]], "HardeningByForming": [[1, "hardeningbyforming"]], "HardeningByRolling": [[1, "hardeningbyrolling"]], "HartreeEnergy": [[1, "hartreeenergy"]], "HassiumAtom": [[1, "hassiumatom"]], "HassiumSymbol": [[1, "hassiumsymbol"]], "Heat": [[1, "heat"]], "HeatCapacity": [[1, "heatcapacity"]], "HeatFlowRate": [[1, "heatflowrate"]], "HeatTreatment": [[1, "heattreatment"]], "Hectare": [[1, "hectare"]], "Hecto": [[1, "hecto"]], "HectoPrefixedUnit": [[1, "hectoprefixedunit"]], "Height": [[1, "height"]], "Helium": [[1, "helium"]], "HeliumAtom": [[1, "heliumatom"]], "HeliumSymbol": [[1, "heliumsymbol"]], "HelmholtzEnergy": [[1, "helmholtzenergy"]], "HelmholtzModel": [[1, "helmholtzmodel"]], "Henry": [[1, "henry"]], "HenryPerKiloOhm": [[1, "henryperkiloohm"]], "HenryPerMetre": [[1, "henrypermetre"]], "HenryPerOhm": [[1, "henryperohm"]], "HermeticallySealedCell": [[1, "hermeticallysealedcell"]], "Hertz": [[1, "hertz"]], "HertzMetre": [[1, "hertzmetre"]], "HertzPerKelvin": [[1, "hertzperkelvin"]], "HertzPerTesla": [[1, "hertzpertesla"]], "HertzPerVolt": [[1, "hertzpervolt"]], "Heteronuclear": [[1, "heteronuclear"]], "Hexafluoroarsenate": [[1, "hexafluoroarsenate"]], "Hexafluorophosphate": [[1, "hexafluorophosphate"]], "Hexamethylphosphoramide": [[1, "hexamethylphosphoramide"]], "HexanoicAcid": [[1, "hexanoicacid"]], "HiggsBoson": [[1, "higgsboson"]], "HoleDensity": [[1, "holedensity"]], "Holistic": [[1, "holistic"]], "HolisticArrangement": [[1, "holisticarrangement"]], "HolisticSystem": [[1, "holisticsystem"]], "HolmiumAtom": [[1, "holmiumatom"]], "HolmiumSymbol": [[1, "holmiumsymbol"]], "Homonuclear": [[1, "homonuclear"]], "HotDipGalvanizing": [[1, "hotdipgalvanizing"]], "Hour": [[1, "hour"]], "HybridFlowBattery": [[1, "hybridflowbattery"]], "HybridFlowCell": [[1, "hybridflowcell"]], "HybridMatter": [[1, "hybridmatter"]], "HydrazoicAcid": [[1, "hydrazoicacid"]], "HydrodynamicVoltammetry": [[1, "hydrodynamicvoltammetry"]], "HydrogenAtom": [[1, "hydrogenatom"]], "HydrogenBromide": [[1, "hydrogenbromide"]], "HydrogenBromineBattery": [[1, "hydrogenbrominebattery"]], "HydrogenChloride": [[1, "hydrogenchloride"]], "HydrogenElectrode": [[1, "hydrogenelectrode"]], "HydrogenFluoride": [[1, "hydrogenfluoride"]], "HydrogenIodide": [[1, "hydrogeniodide"]], "HydrogenSymbol": [[1, "hydrogensymbol"]], "Hydroxylamine": [[1, "hydroxylamine"]], "HyperfineStructureQuantumNumber": [[1, "hyperfinestructurequantumnumber"]], "HyperfineTransitionFrequencyOfCs": [[1, "hyperfinetransitionfrequencyofcs"]], "Hyperon": [[1, "hyperon"]], "Hypothesis": [[1, "hypothesis"]], "ICI": [[1, "ici"]], "IEVReference": [[1, "ievreference"]], "ISO14040Reference": [[1, "iso14040reference"]], "ISO80000Categorised": [[1, "iso80000categorised"]], "ISO80000Reference": [[1, "iso80000reference"]], "ISO9000Reference": [[1, "iso9000reference"]], "ISQBaseQuantity": [[1, "isqbasequantity"]], "ISQDerivedQuantity": [[1, "isqderivedquantity"]], "ISQDimensionlessQuantity": [[1, "isqdimensionlessquantity"]], "IUPACName": [[1, "iupacname"], [1, "id9"]], "IUPACNomencalture": [[1, "iupacnomencalture"]], "Icon": [[1, "icon"]], "Illuminance": [[1, "illuminance"]], "IlluminanceTimeUnit": [[1, "illuminancetimeunit"]], "Impedimetry": [[1, "impedimetry"]], "InChI": [[1, "inchi"]], "IncreasingPotentialPulses": [[1, "increasingpotentialpulses"]], "Index": [[1, "index"]], "IndicatorElectrode": [[1, "indicatorelectrode"]], "Indium": [[1, "indium"]], "IndiumAtom": [[1, "indiumatom"]], "IndiumElectrode": [[1, "indiumelectrode"]], "IndiumIBromide": [[1, "indiumibromide"]], "IndiumIIIAcetate": [[1, "indiumiiiacetate"]], "IndiumIIIBromide": [[1, "indiumiiibromide"]], "IndiumIIICarbonate": [[1, "indiumiiicarbonate"]], "IndiumIIIChloride": [[1, "indiumiiichloride"]], "IndiumIIIFluoride": [[1, "indiumiiifluoride"]], "IndiumIIIIodide": [[1, "indiumiiiiodide"]], "IndiumIIINitrate": [[1, "indiumiiinitrate"]], "IndiumIIIOxide": [[1, "indiumiiioxide"]], "IndiumIIIPerchlorate": [[1, "indiumiiiperchlorate"]], "IndiumIIIPhosphate": [[1, "indiumiiiphosphate"]], "IndiumIIISulfate": [[1, "indiumiiisulfate"]], "IndiumIIISulfide": [[1, "indiumiiisulfide"]], "IndiumIIITetrafluoroborate": [[1, "indiumiiitetrafluoroborate"]], "IndiumIIITriflate": [[1, "indiumiiitriflate"]], "IndiumIIodide": [[1, "indiumiiodide"]], "IndiumIOxide": [[1, "indiumioxide"]], "IndiumOxideCompound": [[1, "indiumoxidecompound"]], "IndiumSymbol": [[1, "indiumsymbol"]], "IndiumTinOxideElectrode": [[1, "indiumtinoxideelectrode"]], "InductanceUnit": [[1, "inductanceunit"]], "IndustrialTechnologyProcess": [[1, "industrialtechnologyprocess"]], "Inequality": [[1, "inequality"]], "InertElectrode": [[1, "inertelectrode"]], "InfiniteMultiplicationFactor": [[1, "infinitemultiplicationfactor"]], "Information": [[1, "information"]], "InitialDischargeVoltage": [[1, "initialdischargevoltage"]], "InititalThermodynamicTemperature": [[1, "inititalthermodynamictemperature"]], "InjectionMolding": [[1, "injectionmolding"]], "InorganicCompound": [[1, "inorganiccompound"]], "InsertionElectrode": [[1, "insertionelectrode"]], "InspectionDevice": [[1, "inspectiondevice"]], "InstantaneousCurrent": [[1, "instantaneouscurrent"]], "Integer": [[1, "integer"]], "Intensity": [[1, "intensity"]], "Intensive": [[1, "intensive"]], "IntentionalAgent": [[1, "intentionalagent"]], "IntentionalBatteryProcess": [[1, "intentionalbatteryprocess"]], "IntentionalProcess": [[1, "intentionalprocess"]], "InterferenceFitting": [[1, "interferencefitting"]], "InternalApparentResistance": [[1, "internalapparentresistance"]], "InternalConductance": [[1, "internalconductance"]], "InternalConversionFactor": [[1, "internalconversionfactor"]], "InternalEnergy": [[1, "internalenergy"]], "InternalResistance": [[1, "internalresistance"]], "InternalStep": [[1, "internalstep"]], "InternationalSystemOfQuantity": [[1, "internationalsystemofquantity"]], "Interphase": [[1, "interphase"]], "InterphaseGrowth": [[1, "interphasegrowth"]], "Interpretant": [[1, "interpretant"]], "Interpreter": [[1, "interpreter"]], "IntrinsicCarrierDensity": [[1, "intrinsiccarrierdensity"]], "InversePermittivityUnit": [[1, "inversepermittivityunit"]], "InverseSquareMassUnit": [[1, "inversesquaremassunit"]], "Iodine": [[1, "iodine"]], "IodineAtom": [[1, "iodineatom"]], "IodineSymbol": [[1, "iodinesymbol"]], "Ion": [[1, "ion"]], "IonActivity": [[1, "ionactivity"]], "IonAtom": [[1, "ionatom"]], "IonConcentration": [[1, "ionconcentration"]], "IonExchangeMembrane": [[1, "ionexchangemembrane"]], "IonNumberDensity": [[1, "ionnumberdensity"]], "IonTransportNumber": [[1, "iontransportnumber"]], "IonicConductivity": [[1, "ionicconductivity"]], "IonicLiquidElectrolyte": [[1, "ionicliquidelectrolyte"]], "IonicStrength": [[1, "ionicstrength"]], "IonizationEnergy": [[1, "ionizationenergy"]], "IonomerCompound": [[1, "ionomercompound"]], "Iridium": [[1, "iridium"]], "IridiumAtom": [[1, "iridiumatom"]], "IridiumDioxide": [[1, "iridiumdioxide"]], "IridiumElectrode": [[1, "iridiumelectrode"]], "IridiumIIIOxide": [[1, "iridiumiiioxide"]], "IridiumOxideCompound": [[1, "iridiumoxidecompound"]], "IridiumOxideElectrode": [[1, "iridiumoxideelectrode"]], "IridiumSaltCompound": [[1, "iridiumsaltcompound"]], "IridiumSymbol": [[1, "iridiumsymbol"]], "Iron": [[1, "iron"]], "IronAirBattery": [[1, "ironairbattery"]], "IronAtom": [[1, "ironatom"]], "IronBattery": [[1, "ironbattery"]], "IronDisulfide": [[1, "irondisulfide"]], "IronDisulfideElectrode": [[1, "irondisulfideelectrode"]], "IronElectrode": [[1, "ironelectrode"]], "IronIIIHydroxide": [[1, "ironiiihydroxide"]], "IronIIIOxide": [[1, "ironiiioxide"]], "IronIIOxide": [[1, "ironiioxide"]], "IronII_IIIOxide": [[1, "ironii-iiioxide"]], "IronOxideCompound": [[1, "ironoxidecompound"]], "IronRedoxFlowBattery": [[1, "ironredoxflowbattery"]], "IronSalt": [[1, "ironsalt"]], "IronSymbol": [[1, "ironsymbol"]], "Irradiate": [[1, "irradiate"]], "IsentropicCompressibility": [[1, "isentropiccompressibility"]], "IsentropicExponent": [[1, "isentropicexponent"]], "IsobaricHeatCapacity": [[1, "isobaricheatcapacity"]], "IsochoricHeatCapacity": [[1, "isochoricheatcapacity"]], "IsopotentialPoint": [[1, "isopotentialpoint"]], "IsopropylAlcohol": [[1, "isopropylalcohol"]], "IsothermalCompressibility": [[1, "isothermalcompressibility"]], "IsothermalConversion": [[1, "isothermalconversion"]], "Item": [[1, "item"]], "IterativeCoupledModelsSimulation": [[1, "iterativecoupledmodelssimulation"]], "IterativeStep": [[1, "iterativestep"]], "IterativeWorkflow": [[1, "iterativeworkflow"]], "Jacket": [[1, "jacket"]], "Java": [[1, "java"]], "JavaScript": [[1, "javascript"]], "Join": [[1, "join"]], "JoinManufacturing": [[1, "joinmanufacturing"]], "JosephsonConstant": [[1, "josephsonconstant"]], "JosephsonConstantUnit": [[1, "josephsonconstantunit"]], "Joule": [[1, "joule"]], "JouleMetrePerMole": [[1, "joulemetrepermole"]], "JoulePerCubicMetre": [[1, "joulepercubicmetre"]], "JoulePerCubicMetreKelvin": [[1, "joulepercubicmetrekelvin"]], "JoulePerHour": [[1, "jouleperhour"]], "JoulePerKelvin": [[1, "jouleperkelvin"]], "JoulePerKilogram": [[1, "jouleperkilogram"]], "JoulePerKilogramKelvin": [[1, "jouleperkilogramkelvin"]], "JoulePerKilogramKelvinCubicMetre": [[1, "jouleperkilogramkelvincubicmetre"]], "JoulePerKilogramKelvinPerPascal": [[1, "jouleperkilogramkelvinperpascal"]], "JoulePerMetre": [[1, "joulepermetre"]], "JoulePerMole": [[1, "joulepermole"]], "JoulePerMoleKelvin": [[1, "joulepermolekelvin"]], "JoulePerQuarticMetre": [[1, "jouleperquarticmetre"]], "JoulePerSecond": [[1, "joulepersecond"]], "JoulePerSquareCentiMetre": [[1, "joulepersquarecentimetre"]], "JoulePerSquareCentiMetrePerDay": [[1, "joulepersquarecentimetreperday"]], "JoulePerSquareMetre": [[1, "joulepersquaremetre"]], "JoulePerSquareTesla": [[1, "joulepersquaretesla"]], "JoulePerTesla": [[1, "joulepertesla"]], "JouleSecond": [[1, "joulesecond"]], "JouleSecondPerMole": [[1, "joulesecondpermole"]], "JouleSquareMetre": [[1, "joulesquaremetre"]], "JouleSquareMetrePerKilogram": [[1, "joulesquaremetreperkilogram"]], "JouleThomsonCoefficient": [[1, "joulethomsoncoefficient"]], "JunctionTile": [[1, "junctiontile"]], "KR6": [[1, "kr6"], [1, "id10"]], "Katal": [[1, "katal"]], "Kelvin": [[1, "kelvin"]], "KelvinDay": [[1, "kelvinday"]], "KelvinMetre": [[1, "kelvinmetre"]], "KelvinMetrePerSecond": [[1, "kelvinmetrepersecond"]], "KelvinMetrePerWatt": [[1, "kelvinmetreperwatt"]], "KelvinPascalPerSecond": [[1, "kelvinpascalpersecond"]], "KelvinPerHour": [[1, "kelvinperhour"]], "KelvinPerKelvin": [[1, "kelvinperkelvin"]], "KelvinPerMetre": [[1, "kelvinpermetre"]], "KelvinPerMinute": [[1, "kelvinperminute"]], "KelvinPerSecond": [[1, "kelvinpersecond"]], "KelvinPerSquareSecond": [[1, "kelvinpersquaresecond"]], "KelvinPerTesla": [[1, "kelvinpertesla"]], "KelvinPerWatt": [[1, "kelvinperwatt"]], "KelvinSecond": [[1, "kelvinsecond"]], "KelvinSquareMetrePerKilogramPerSecond": [[1, "kelvinsquaremetreperkilogrampersecond"]], "Kerma": [[1, "kerma"]], "KermaRate": [[1, "kermarate"]], "Kilo": [[1, "kilo"]], "KiloPrefixedUnit": [[1, "kiloprefixedunit"]], "Kilogram": [[1, "kilogram"]], "KinematicViscosity": [[1, "kinematicviscosity"]], "KineticCurrent": [[1, "kineticcurrent"]], "KineticEnergy": [[1, "kineticenergy"]], "KineticFrictionFactor": [[1, "kineticfrictionfactor"]], "KineticFrictionForce": [[1, "kineticfrictionforce"]], "KnownConstant": [[1, "knownconstant"]], "KohlrauschsLaw": [[1, "kohlrauschslaw"]], "Krypton": [[1, "krypton"]], "KryptonAtom": [[1, "kryptonatom"]], "KryptonSymbol": [[1, "kryptonsymbol"]], "LR03": [[1, "lr03"]], "LR1": [[1, "lr1"]], "LR12": [[1, "lr12"]], "LR14": [[1, "lr14"]], "LR20": [[1, "lr20"]], "LR23": [[1, "lr23"], [1, "id11"]], "LR25": [[1, "lr25"]], "LR44": [[1, "lr44"]], "LR6": [[1, "lr6"]], "LacticAcid": [[1, "lacticacid"]], "LandeFactor": [[1, "landefactor"]], "Language": [[1, "language"]], "LanguageInterpretableFile": [[1, "languageinterpretablefile"]], "LanthanumAtom": [[1, "lanthanumatom"]], "LanthanumSymbol": [[1, "lanthanumsymbol"]], "Laplacian": [[1, "laplacian"]], "LarmonAngularFrequency": [[1, "larmonangularfrequency"]], "LarmonFrequency": [[1, "larmonfrequency"]], "LaserCutting": [[1, "lasercutting"]], "LatentHeat": [[1, "latentheat"]], "LatentHeatOfPhaseTransition": [[1, "latentheatofphasetransition"]], "LatticePlaneSpacing": [[1, "latticeplanespacing"]], "LatticeVector": [[1, "latticevector"]], "LawOfMassAction": [[1, "lawofmassaction"]], "LawrenciumAtom": [[1, "lawrenciumatom"]], "LawrenciumSymbol": [[1, "lawrenciumsymbol"]], "Lead": [[1, "lead"]], "LeadAcidBattery": [[1, "leadacidbattery"]], "LeadAtom": [[1, "leadatom"]], "LeadBattery": [[1, "leadbattery"]], "LeadElectrode": [[1, "leadelectrode"]], "LeadIIAcetate": [[1, "leadiiacetate"]], "LeadIIBromide": [[1, "leadiibromide"]], "LeadIICarbonate": [[1, "leadiicarbonate"]], "LeadIIChlorate": [[1, "leadiichlorate"]], "LeadIIChloride": [[1, "leadiichloride"]], "LeadIIFluoride": [[1, "leadiifluoride"]], "LeadIIIodide": [[1, "leadiiiodide"]], "LeadIINitrate": [[1, "leadiinitrate"]], "LeadIINitrite": [[1, "leadiinitrite"]], "LeadIIOxide": [[1, "leadiioxide"]], "LeadIIPerchlorate": [[1, "leadiiperchlorate"]], "LeadIIPhosphate": [[1, "leadiiphosphate"]], "LeadIISulfate": [[1, "leadiisulfate"]], "LeadIISulfide": [[1, "leadiisulfide"]], "LeadIISulfite": [[1, "leadiisulfite"]], "LeadIITetrafluoroborate": [[1, "leadiitetrafluoroborate"]], "LeadIITriflate": [[1, "leadiitriflate"]], "LeadII_IVOxide": [[1, "leadii-ivoxide"]], "LeadIVOxide": [[1, "leadivoxide"]], "LeadOxideCompound": [[1, "leadoxidecompound"]], "LeadOxideElectrode": [[1, "leadoxideelectrode"]], "LeadSaltCompound": [[1, "leadsaltcompound"]], "LeadSymbol": [[1, "leadsymbol"]], "Leakage": [[1, "leakage"]], "LeakageFactor": [[1, "leakagefactor"]], "LeclancheBattery": [[1, "leclanchebattery"]], "LeclancheElectrolyte": [[1, "leclancheelectrolyte"]], "LeclancheWetCell": [[1, "leclanchewetcell"]], "LeftHandedParticle": [[1, "lefthandedparticle"]], "LemonBattery": [[1, "lemonbattery"]], "Length": [[1, "length"]], "LengthFractionUnit": [[1, "lengthfractionunit"]], "LengthMassUnit": [[1, "lengthmassunit"]], "LengthPerAmountUnit": [[1, "lengthperamountunit"]], "LengthPerCubeTimeUnit": [[1, "lengthpercubetimeunit"]], "LengthPerTemperatureUnit": [[1, "lengthpertemperatureunit"]], "LengthTemperatureUnit": [[1, "lengthtemperatureunit"]], "LengthTimeCurrentUnit": [[1, "lengthtimecurrentunit"]], "LengthTimePerMassUnit": [[1, "lengthtimepermassunit"]], "LengthTimeTemperatureUnit": [[1, "lengthtimetemperatureunit"]], "LengthUnit": [[1, "lengthunit"]], "Lepton": [[1, "lepton"]], "Lethargy": [[1, "lethargy"]], "Letter": [[1, "letter"]], "LevelWidth": [[1, "levelwidth"]], "LidSealingCompound": [[1, "lidsealingcompound"]], "LightAndRadiationQuantity": [[1, "lightandradiationquantity"]], "LimitQuantity": [[1, "limitquantity"]], "LimitingCurrent": [[1, "limitingcurrent"]], "LimitingMolarConductivity": [[1, "limitingmolarconductivity"]], "Line": [[1, "line"]], "LinearAttenuationCoefficient": [[1, "linearattenuationcoefficient"]], "LinearChronopotentiometry": [[1, "linearchronopotentiometry"]], "LinearCurrentRamp": [[1, "linearcurrentramp"]], "LinearDensityOfElectricCharge": [[1, "lineardensityofelectriccharge"]], "LinearElectricCurrentDensity": [[1, "linearelectriccurrentdensity"]], "LinearEnergyTransfer": [[1, "linearenergytransfer"]], "LinearExpansionCoefficient": [[1, "linearexpansioncoefficient"]], "LinearIonization": [[1, "linearionization"]], "LinearMassDensity": [[1, "linearmassdensity"]], "LinearPotentialRamp": [[1, "linearpotentialramp"]], "LinearScanVoltammetry": [[1, "linearscanvoltammetry"]], "LinkedFlux": [[1, "linkedflux"]], "LinkedModelsSimulation": [[1, "linkedmodelssimulation"]], "Liquid": [[1, "liquid"]], "LiquidAerosol": [[1, "liquidaerosol"]], "LiquidElectrolyte": [[1, "liquidelectrolyte"]], "LiquidFoam": [[1, "liquidfoam"]], "LiquidGalliumElectrode": [[1, "liquidgalliumelectrode"]], "LiquidGasSuspension": [[1, "liquidgassuspension"]], "LiquidJunction": [[1, "liquidjunction"]], "LiquidLiquidSuspension": [[1, "liquidliquidsuspension"]], "LiquidMetalElectrode": [[1, "liquidmetalelectrode"]], "LiquidPhaseSintering": [[1, "liquidphasesintering"]], "LiquidSol": [[1, "liquidsol"]], "LiquidSolidSuspension": [[1, "liquidsolidsuspension"]], "LiquidSolution": [[1, "liquidsolution"]], "Lithium": [[1, "lithium"]], "LithiumAcetate": [[1, "lithiumacetate"]], "LithiumAirBattery": [[1, "lithiumairbattery"]], "LithiumAtom": [[1, "lithiumatom"]], "LithiumBattery": [[1, "lithiumbattery"]], "LithiumBisfluorosulfonylimide": [[1, "lithiumbisfluorosulfonylimide"]], "LithiumBisoxalatoborate": [[1, "lithiumbisoxalatoborate"]], "LithiumBisoxalatophosphate": [[1, "lithiumbisoxalatophosphate"]], "LithiumBistrifluoromethanesulfonylimide": [[1, "lithiumbistrifluoromethanesulfonylimide"]], "LithiumBromide": [[1, "lithiumbromide"]], "LithiumCarbonMonofluorideBattery": [[1, "lithiumcarbonmonofluoridebattery"]], "LithiumCarbonate": [[1, "lithiumcarbonate"]], "LithiumChlorate": [[1, "lithiumchlorate"]], "LithiumChloride": [[1, "lithiumchloride"]], "LithiumCobaltOxide": [[1, "lithiumcobaltoxide"]], "LithiumCobaltOxideElectrode": [[1, "lithiumcobaltoxideelectrode"]], "LithiumCopperOxideBattery": [[1, "lithiumcopperoxidebattery"]], "LithiumDifluorooxalatoborate": [[1, "lithiumdifluorooxalatoborate"]], "LithiumDifluorophosphate": [[1, "lithiumdifluorophosphate"]], "LithiumElectrode": [[1, "lithiumelectrode"]], "LithiumFlowBattery": [[1, "lithiumflowbattery"]], "LithiumFluoride": [[1, "lithiumfluoride"]], "LithiumHexafluorophosphate": [[1, "lithiumhexafluorophosphate"]], "LithiumHydroxide": [[1, "lithiumhydroxide"]], "LithiumInsertionElectrode": [[1, "lithiuminsertionelectrode"]], "LithiumIodide": [[1, "lithiumiodide"]], "LithiumIonBattery": [[1, "lithiumionbattery"]], "LithiumIonCobaltOxideBattery": [[1, "lithiumioncobaltoxidebattery"]], "LithiumIonGraphiteBattery": [[1, "lithiumiongraphitebattery"]], "LithiumIonIronPhosphateBattery": [[1, "lithiumionironphosphatebattery"]], "LithiumIonManganeseIronPhosphateBattery": [[1, "lithiumionmanganeseironphosphatebattery"]], "LithiumIonManganeseOxideBattery": [[1, "lithiumionmanganeseoxidebattery"]], "LithiumIonNickelCobaltAluminiumOxideBattery": [[1, "lithiumionnickelcobaltaluminiumoxidebattery"]], "LithiumIonNickelManganeseCobaltOxideBattery": [[1, "lithiumionnickelmanganesecobaltoxidebattery"]], "LithiumIonPolymerBattery": [[1, "lithiumionpolymerbattery"]], "LithiumIonSiliconBattery": [[1, "lithiumionsiliconbattery"]], "LithiumIonSiliconGraphiteBattery": [[1, "lithiumionsilicongraphitebattery"]], "LithiumIonSiliconOxideBattery": [[1, "lithiumionsiliconoxidebattery"]], "LithiumIonSiliconOxideGraphiteBattery": [[1, "lithiumionsiliconoxidegraphitebattery"]], "LithiumIonTitanateBattery": [[1, "lithiumiontitanatebattery"]], "LithiumIronDisulphideBattery": [[1, "lithiumirondisulphidebattery"]], "LithiumIronPhosphate": [[1, "lithiumironphosphate"]], "LithiumIronPhosphateElectrode": [[1, "lithiumironphosphateelectrode"]], "LithiumManganeseDioxideBattery": [[1, "lithiummanganesedioxidebattery"]], "LithiumManganeseIronPhosphateElectrode": [[1, "lithiummanganeseironphosphateelectrode"]], "LithiumManganeseOxide": [[1, "lithiummanganeseoxide"]], "LithiumManganeseOxideElectrode": [[1, "lithiummanganeseoxideelectrode"]], "LithiumManganeseOxideLithiumIronPhosphateElectrode": [[1, "lithiummanganeseoxidelithiumironphosphateelectrode"]], "LithiumManganesePhosphateElectrode": [[1, "lithiummanganesephosphateelectrode"]], "LithiumMetalBattery": [[1, "lithiummetalbattery"]], "LithiumNickelCobaltAluminiumOxide": [[1, "lithiumnickelcobaltaluminiumoxide"]], "LithiumNickelCobaltAluminumOxideElectrode": [[1, "lithiumnickelcobaltaluminumoxideelectrode"]], "LithiumNickelMananeseCobaltOxideLithiumManganeseOxideElectrode": [[1, "lithiumnickelmananesecobaltoxidelithiummanganeseoxideelectrode"]], "LithiumNickelManganeseCobaltOxide": [[1, "lithiumnickelmanganesecobaltoxide"]], "LithiumNickelManganeseCobaltOxideElectrode": [[1, "lithiumnickelmanganesecobaltoxideelectrode"]], "LithiumNickelManganeseCobaltOxideLithiumCobaltOxideElectrode": [[1, "lithiumnickelmanganesecobaltoxidelithiumcobaltoxideelectrode"]], "LithiumNickelManganeseOxide": [[1, "lithiumnickelmanganeseoxide"]], "LithiumNickelManganeseOxideElectrode": [[1, "lithiumnickelmanganeseoxideelectrode"]], "LithiumNickelManganeseOxideLithiumIronPhosphateElectrode": [[1, "lithiumnickelmanganeseoxidelithiumironphosphateelectrode"]], "LithiumNickelOxide": [[1, "lithiumnickeloxide"]], "LithiumNickelOxideElectrode": [[1, "lithiumnickeloxideelectrode"]], "LithiumNitrate": [[1, "lithiumnitrate"]], "LithiumNitrite": [[1, "lithiumnitrite"]], "LithiumPerchlorate": [[1, "lithiumperchlorate"]], "LithiumPhosphate": [[1, "lithiumphosphate"]], "LithiumSaltCompound": [[1, "lithiumsaltcompound"]], "LithiumSulfate": [[1, "lithiumsulfate"]], "LithiumSulfide": [[1, "lithiumsulfide"]], "LithiumSulfite": [[1, "lithiumsulfite"]], "LithiumSulfurBattery": [[1, "lithiumsulfurbattery"]], "LithiumSymbol": [[1, "lithiumsymbol"]], "LithiumTetrachloroaluminate": [[1, "lithiumtetrachloroaluminate"]], "LithiumTetrafluoroborate": [[1, "lithiumtetrafluoroborate"]], "LithiumThionylChlorideBattery": [[1, "lithiumthionylchloridebattery"]], "LithiumTitanate": [[1, "lithiumtitanate"]], "LithiumTitanateElectrode": [[1, "lithiumtitanateelectrode"]], "LithiumTriflate": [[1, "lithiumtriflate"]], "LithiumTrifluoromethanesulfonyloxalatoborate": [[1, "lithiumtrifluoromethanesulfonyloxalatoborate"]], "LithiumVanadiumOxideElectrode": [[1, "lithiumvanadiumoxideelectrode"]], "Litre": [[1, "litre"]], "LitrePerDay": [[1, "litreperday"]], "LitrePerHour": [[1, "litreperhour"]], "LitrePerKelvin": [[1, "litreperkelvin"]], "LitrePerKilogram": [[1, "litreperkilogram"]], "LitrePerLitre": [[1, "litreperlitre"]], "LitrePerMicroMole": [[1, "litrepermicromole"]], "LitrePerMinute": [[1, "litreperminute"]], "LitrePerMole": [[1, "litrepermole"]], "LitrePerSecond": [[1, "litrepersecond"]], "LitrePerSecondPerSquareMetre": [[1, "litrepersecondpersquaremetre"]], "LivermoriumAtom": [[1, "livermoriumatom"]], "LivermoriumSymbol": [[1, "livermoriumsymbol"]], "LogarithmicDecrement": [[1, "logarithmicdecrement"]], "LogarithmicUnit": [[1, "logarithmicunit"]], "LondonPenetrationDepth": [[1, "londonpenetrationdepth"]], "LongRangeOrderParameter": [[1, "longrangeorderparameter"]], "LorenzCoefficient": [[1, "lorenzcoefficient"]], "LorenzNumberUnit": [[1, "lorenznumberunit"]], "LossAngle": [[1, "lossangle"]], "LossFactor": [[1, "lossfactor"]], "LowPressureCasting": [[1, "lowpressurecasting"]], "LowerCriticalMagneticFluxDensity": [[1, "lowercriticalmagneticfluxdensity"]], "LowerFrequencyLimit": [[1, "lowerfrequencylimit"]], "LowerVoltageLimit": [[1, "lowervoltagelimit"]], "Lumen": [[1, "lumen"]], "LumenPerWatt": [[1, "lumenperwatt"]], "LumenSecond": [[1, "lumensecond"]], "Luminance": [[1, "luminance"]], "LuminanceUnit": [[1, "luminanceunit"]], "LuminousEfficacyOf540THzRadiation": [[1, "luminousefficacyof540thzradiation"]], "LuminousEfficacyUnit": [[1, "luminousefficacyunit"], [1, "id12"]], "LuminousFlux": [[1, "luminousflux"]], "LuminousIntensity": [[1, "luminousintensity"]], "LuminousIntensityUnit": [[1, "luminousintensityunit"]], "LutetiumAtom": [[1, "lutetiumatom"]], "LutetiumSymbol": [[1, "lutetiumsymbol"]], "Lux": [[1, "lux"]], "LuxHour": [[1, "luxhour"]], "MOEMC": [[1, "moemc"]], "MXylene": [[1, "mxylene"]], "MachineCell": [[1, "machinecell"]], "Machining": [[1, "machining"]], "Macromolecule": [[1, "macromolecule"]], "Magnesium": [[1, "magnesium"]], "MagnesiumAcetate": [[1, "magnesiumacetate"]], "MagnesiumAirBattery": [[1, "magnesiumairbattery"]], "MagnesiumAtom": [[1, "magnesiumatom"]], "MagnesiumBattery": [[1, "magnesiumbattery"]], "MagnesiumBisfluorosulfonylimide": [[1, "magnesiumbisfluorosulfonylimide"]], "MagnesiumBisoxalatoborate": [[1, "magnesiumbisoxalatoborate"]], "MagnesiumBisoxalatophosphate": [[1, "magnesiumbisoxalatophosphate"]], "MagnesiumBistrifluoromethanesulfonylimide": [[1, "magnesiumbistrifluoromethanesulfonylimide"]], "MagnesiumBromide": [[1, "magnesiumbromide"]], "MagnesiumCarbonate": [[1, "magnesiumcarbonate"]], "MagnesiumChlorate": [[1, "magnesiumchlorate"]], "MagnesiumChloride": [[1, "magnesiumchloride"]], "MagnesiumDifluorooxalatoborate": [[1, "magnesiumdifluorooxalatoborate"]], "MagnesiumElectrode": [[1, "magnesiumelectrode"]], "MagnesiumFluoride": [[1, "magnesiumfluoride"]], "MagnesiumHexafluorophosphate": [[1, "magnesiumhexafluorophosphate"]], "MagnesiumHydroxide": [[1, "magnesiumhydroxide"]], "MagnesiumInsertionElectrode": [[1, "magnesiuminsertionelectrode"]], "MagnesiumIodide": [[1, "magnesiumiodide"]], "MagnesiumIonBattery": [[1, "magnesiumionbattery"]], "MagnesiumMetalBattery": [[1, "magnesiummetalbattery"]], "MagnesiumNitrate": [[1, "magnesiumnitrate"]], "MagnesiumNitrite": [[1, "magnesiumnitrite"]], "MagnesiumPerchlorate": [[1, "magnesiumperchlorate"]], "MagnesiumPhosphate": [[1, "magnesiumphosphate"]], "MagnesiumSaltCompound": [[1, "magnesiumsaltcompound"]], "MagnesiumShuttleBattery": [[1, "magnesiumshuttlebattery"]], "MagnesiumSulfate": [[1, "magnesiumsulfate"]], "MagnesiumSulfide": [[1, "magnesiumsulfide"]], "MagnesiumSulfite": [[1, "magnesiumsulfite"]], "MagnesiumSymbol": [[1, "magnesiumsymbol"]], "MagnesiumTetrafluoroborate": [[1, "magnesiumtetrafluoroborate"]], "MagnesiumTriflate": [[1, "magnesiumtriflate"]], "MagnesiumTrifluoromethanesulfonyloxalatoborate": [[1, "magnesiumtrifluoromethanesulfonyloxalatoborate"]], "MagneticDipoleMoment": [[1, "magneticdipolemoment"]], "MagneticDipoleMomentUnit": [[1, "magneticdipolemomentunit"], [1, "id13"]], "MagneticFieldStrength": [[1, "magneticfieldstrength"]], "MagneticFieldStrengthUnit": [[1, "magneticfieldstrengthunit"]], "MagneticFlux": [[1, "magneticflux"]], "MagneticFluxDensity": [[1, "magneticfluxdensity"]], "MagneticFluxDensityUnit": [[1, "magneticfluxdensityunit"]], "MagneticFluxUnit": [[1, "magneticfluxunit"]], "MagneticMoment": [[1, "magneticmoment"]], "MagneticPolarisation": [[1, "magneticpolarisation"]], "MagneticPotentialUnit": [[1, "magneticpotentialunit"]], "MagneticQuantumNumber": [[1, "magneticquantumnumber"]], "MagneticReluctance": [[1, "magneticreluctance"]], "MagneticReluctanceUnit": [[1, "magneticreluctanceunit"]], "MagneticReluctivityUnit": [[1, "magneticreluctivityunit"]], "MagneticSusceptibility": [[1, "magneticsusceptibility"]], "MagneticTension": [[1, "magnetictension"]], "MagneticVectorPotential": [[1, "magneticvectorpotential"]], "Magnetization": [[1, "magnetization"]], "Magnetizing": [[1, "magnetizing"]], "MagnetomotiveForce": [[1, "magnetomotiveforce"]], "MagnitudeOfCurrentPulse": [[1, "magnitudeofcurrentpulse"]], "MagnitudeOfPotentialPulse": [[1, "magnitudeofpotentialpulse"]], "MaintanenceFreeBattery": [[1, "maintanencefreebattery"]], "MalicAcid": [[1, "malicacid"]], "MalonicAcid": [[1, "malonicacid"]], "Manganese": [[1, "manganese"]], "ManganeseAtom": [[1, "manganeseatom"]], "ManganeseDioxide": [[1, "manganesedioxide"]], "ManganeseDioxideElectrode": [[1, "manganesedioxideelectrode"]], "ManganeseIIAcetate": [[1, "manganeseiiacetate"]], "ManganeseIIBromide": [[1, "manganeseiibromide"]], "ManganeseIICarbonate": [[1, "manganeseiicarbonate"]], "ManganeseIIChlorate": [[1, "manganeseiichlorate"]], "ManganeseIIChloride": [[1, "manganeseiichloride"]], "ManganeseIIFluoride": [[1, "manganeseiifluoride"]], "ManganeseIIIOxide": [[1, "manganeseiiioxide"]], "ManganeseIIIodide": [[1, "manganeseiiiodide"]], "ManganeseIINitrate": [[1, "manganeseiinitrate"]], "ManganeseIIOxide": [[1, "manganeseiioxide"]], "ManganeseIIPerchlorate": [[1, "manganeseiiperchlorate"]], "ManganeseIIPhosphate": [[1, "manganeseiiphosphate"]], "ManganeseIISulfate": [[1, "manganeseiisulfate"]], "ManganeseIISulfide": [[1, "manganeseiisulfide"]], "ManganeseII_IIIOxide": [[1, "manganeseii-iiioxide"]], "ManganeseOxideCompound": [[1, "manganeseoxidecompound"]], "ManganeseSaltCompound": [[1, "manganesesaltcompound"]], "ManganeseSymbol": [[1, "manganesesymbol"]], "ManufacturedMaterial": [[1, "manufacturedmaterial"]], "ManufacturedProduct": [[1, "manufacturedproduct"]], "Manufacturer": [[1, "manufacturer"]], "Manufacturing": [[1, "manufacturing"]], "ManufacturingDevice": [[1, "manufacturingdevice"]], "ManufacturingSystem": [[1, "manufacturingsystem"]], "MarkupLanguage": [[1, "markuplanguage"]], "Mass": [[1, "mass"]], "MassAmountOfSubstanceUnit": [[1, "massamountofsubstanceunit"]], "MassAreaUnit": [[1, "massareaunit"]], "MassAttenuationCoefficient": [[1, "massattenuationcoefficient"]], "MassChangeRate": [[1, "masschangerate"]], "MassConcentration": [[1, "massconcentration"]], "MassConcentrationOfWater": [[1, "massconcentrationofwater"]], "MassConcentrationOfWaterVapour": [[1, "massconcentrationofwatervapour"]], "MassDefect": [[1, "massdefect"]], "MassEnergyTransferCoefficient": [[1, "massenergytransfercoefficient"]], "MassExcess": [[1, "massexcess"]], "MassFlow": [[1, "massflow"]], "MassFluxUnit": [[1, "massfluxunit"]], "MassFraction": [[1, "massfraction"]], "MassFractionOfDryMatter": [[1, "massfractionofdrymatter"]], "MassFractionOfWater": [[1, "massfractionofwater"]], "MassFractionUnit": [[1, "massfractionunit"]], "MassLengthPerCubicTimeUnit": [[1, "masslengthpercubictimeunit"]], "MassLoading": [[1, "massloading"]], "MassNumber": [[1, "massnumber"]], "MassPerAmountUnit": [[1, "massperamountunit"]], "MassPerCubicTimeQuarticTemperatureUnit": [[1, "masspercubictimequartictemperatureunit"]], "MassPerElectricChargeUnit": [[1, "massperelectricchargeunit"]], "MassPerLengthTimeUnit": [[1, "massperlengthtimeunit"]], "MassPerLengthUnit": [[1, "massperlengthunit"]], "MassPerQuarticLengthTimeUnit": [[1, "massperquarticlengthtimeunit"]], "MassPerQuarticTimeUnit": [[1, "massperquartictimeunit"]], "MassPerSquareLengthSquareTimeUnit": [[1, "masspersquarelengthsquaretimeunit"]], "MassPerTimeUnit": [[1, "masspertimeunit"]], "MassPerVolumeTimeUnit": [[1, "masspervolumetimeunit"]], "MassRatioOfWaterToDryMatter": [[1, "massratioofwatertodrymatter"]], "MassSquareTimeUnit": [[1, "masssquaretimeunit"]], "MassStoppingPowerUnit": [[1, "massstoppingpowerunit"]], "MassTemperatureUnit": [[1, "masstemperatureunit"]], "MassUnit": [[1, "massunit"]], "MassieuFunction": [[1, "massieufunction"]], "Material": [[1, "material"]], "MaterialLaw": [[1, "materiallaw"]], "MaterialRelation": [[1, "materialrelation"]], "MaterialRelationComputation": [[1, "materialrelationcomputation"]], "MaterialSynthesis": [[1, "materialsynthesis"]], "MaterialTreatment": [[1, "materialtreatment"]], "MaterialsModel": [[1, "materialsmodel"]], "MaterialsProcessing": [[1, "materialsprocessing"]], "Mathematical": [[1, "mathematical"]], "MathematicalConstruct": [[1, "mathematicalconstruct"]], "MathematicalFormula": [[1, "mathematicalformula"]], "MathematicalFunction": [[1, "mathematicalfunction"]], "MathematicalModel": [[1, "mathematicalmodel"]], "MathematicalOperator": [[1, "mathematicaloperator"]], "MathematicalSymbol": [[1, "mathematicalsymbol"]], "Matrix": [[1, "matrix"]], "Matter": [[1, "matter"]], "MaximumBetaParticleEnergy": [[1, "maximumbetaparticleenergy"]], "MaximumConcentration": [[1, "maximumconcentration"]], "MaximumContinuousDischargeCurrent": [[1, "maximumcontinuousdischargecurrent"]], "MaximumEfficiency": [[1, "maximumefficiency"]], "MaximumPulseDischargeCurrent": [[1, "maximumpulsedischargecurrent"]], "MaximumPulseDischargeDuration": [[1, "maximumpulsedischargeduration"]], "MaximumStoichiometry": [[1, "maximumstoichiometry"]], "MaximumTemperature": [[1, "maximumtemperature"]], "MeanDurationOfLife": [[1, "meandurationoflife"]], "MeanEnergyImparted": [[1, "meanenergyimparted"]], "MeanFreePath": [[1, "meanfreepath"]], "MeanFreePathOfElectrons": [[1, "meanfreepathofelectrons"]], "MeanFreePathOfPhonons": [[1, "meanfreepathofphonons"]], "MeanLinearRange": [[1, "meanlinearrange"]], "MeanMassRange": [[1, "meanmassrange"]], "MeasuredConstant": [[1, "measuredconstant"]], "MeasuredProperty": [[1, "measuredproperty"]], "Measurement": [[1, "measurement"]], "MeasurementPrinciple": [[1, "measurementprinciple"]], "MeasurementResult": [[1, "measurementresult"]], "MeasurementUnit": [[1, "measurementunit"]], "Measurer": [[1, "measurer"]], "MeasuringInstrument": [[1, "measuringinstrument"]], "MeasuringSystem": [[1, "measuringsystem"]], "MechanicalEfficiency": [[1, "mechanicalefficiency"]], "MechanicalMobilityUnit": [[1, "mechanicalmobilityunit"]], "MechanicalQuantity": [[1, "mechanicalquantity"]], "Mega": [[1, "mega"]], "MegaAmperePerSquareMetre": [[1, "megaamperepersquaremetre"]], "MegaPrefixedUnit": [[1, "megaprefixedunit"]], "MegaVolt": [[1, "megavolt"]], "MeitneriumAtom": [[1, "meitneriumatom"]], "MeitneriumSymbol": [[1, "meitneriumsymbol"]], "Membrane": [[1, "membrane"]], "MembranePotential": [[1, "membranepotential"]], "MembranelessFlowBattery": [[1, "membranelessflowbattery"]], "MendeleviumAtom": [[1, "mendeleviumatom"]], "MendeleviumSymbol": [[1, "mendeleviumsymbol"]], "Mercury": [[1, "mercury"]], "MercuryAtom": [[1, "mercuryatom"]], "MercuryBattery": [[1, "mercurybattery"]], "MercuryElectrode": [[1, "mercuryelectrode"]], "MercuryIIOxide": [[1, "mercuryiioxide"]], "MercuryOxideCompound": [[1, "mercuryoxidecompound"]], "MercurySymbol": [[1, "mercurysymbol"]], "MergingManufacturing": [[1, "mergingmanufacturing"]], "Meson": [[1, "meson"]], "MesoscopicMaterial": [[1, "mesoscopicmaterial"]], "MesoscopicModel": [[1, "mesoscopicmodel"]], "MesoxalicAcid": [[1, "mesoxalicacid"]], "MetalAirBattery": [[1, "metalairbattery"]], "MetalCarbonDioxideBattery": [[1, "metalcarbondioxidebattery"]], "MetalElectrode": [[1, "metalelectrode"]], "MetalOxideElectrode": [[1, "metaloxideelectrode"]], "MetallicMaterial": [[1, "metallicmaterial"]], "MetallicPowderSintering": [[1, "metallicpowdersintering"]], "MetalloidElementalSubstance": [[1, "metalloidelementalsubstance"]], "Methanol": [[1, "methanol"]], "MethoxyTrimethylSilane": [[1, "methoxytrimethylsilane"]], "MethylAcetate": [[1, "methylacetate"]], "Metre": [[1, "metre"]], "MetreKelvin": [[1, "metrekelvin"]], "MetreKelvinPerWatt": [[1, "metrekelvinperwatt"]], "MetreKilogram": [[1, "metrekilogram"]], "MetrePerFarad": [[1, "metreperfarad"]], "MetrePerHour": [[1, "metreperhour"]], "MetrePerKelvin": [[1, "metreperkelvin"]], "MetrePerMinute": [[1, "metreperminute"]], "MetrePerSecond": [[1, "metrepersecond"]], "MetrePerSquareSecond": [[1, "metrepersquaresecond"]], "MetricPrefix": [[1, "metricprefix"]], "Metrological": [[1, "metrological"]], "MetrologicalReference": [[1, "metrologicalreference"]], "MetrologicalSymbol": [[1, "metrologicalsymbol"]], "MetrologicalUncertainty": [[1, "metrologicaluncertainty"]], "Micro": [[1, "micro"]], "MicroBecquerel": [[1, "microbecquerel"]], "MicroCoulombPerCubicMetre": [[1, "microcoulombpercubicmetre"]], "MicroCoulombPerSquareMetre": [[1, "microcoulombpersquaremetre"]], "MicroFaradPerKiloMetre": [[1, "microfaradperkilometre"]], "MicroFaradPerMetre": [[1, "microfaradpermetre"]], "MicroGram": [[1, "microgram"]], "MicroGramPerLitre": [[1, "microgramperlitre"]], "MicroHenryPerMetre": [[1, "microhenrypermetre"]], "MicroLitre": [[1, "microlitre"]], "MicroLitrePerLitre": [[1, "microlitreperlitre"]], "MicroMetrePerKelvin": [[1, "micrometreperkelvin"]], "MicroMole": [[1, "micromole"]], "MicroNewton": [[1, "micronewton"]], "MicroNewtonMetre": [[1, "micronewtonmetre"]], "MicroOhm": [[1, "microohm"]], "MicroPascal": [[1, "micropascal"]], "MicroPrefixedUnit": [[1, "microprefixedunit"]], "MicroSiemens": [[1, "microsiemens"]], "MicroSiemensPerCentiMetre": [[1, "microsiemenspercentimetre"]], "MicroSiemensPerMetre": [[1, "microsiemenspermetre"]], "MicroWatt": [[1, "microwatt"]], "MicrocanonicalPartitionFunction": [[1, "microcanonicalpartitionfunction"]], "MicrowaveSintering": [[1, "microwavesintering"]], "MigrationArea": [[1, "migrationarea"]], "MigrationCurrent": [[1, "migrationcurrent"]], "MigrationLength": [[1, "migrationlength"]], "Milli": [[1, "milli"]], "MilliPrefixedUnit": [[1, "milliprefixedunit"]], "Milling": [[1, "milling"]], "MinimumStoichiometry": [[1, "minimumstoichiometry"]], "MiniumumConcentration": [[1, "miniumumconcentration"]], "MiniumumTemperature": [[1, "miniumumtemperature"]], "Minus": [[1, "minus"]], "Minute": [[1, "minute"]], "MixedMetalOxideCompound": [[1, "mixedmetaloxidecompound"]], "MixedTiling": [[1, "mixedtiling"]], "MixingRatio": [[1, "mixingratio"]], "Mixture": [[1, "mixture"]], "Mobility": [[1, "mobility"]], "MobilityRatio": [[1, "mobilityratio"]], "ModelledProperty": [[1, "modelledproperty"]], "Modeller": [[1, "modeller"]], "ModifiedConstantVoltageCharge": [[1, "modifiedconstantvoltagecharge"]], "ModulusOfAdmittance": [[1, "modulusofadmittance"]], "ModulusOfCompression": [[1, "modulusofcompression"]], "ModulusOfElasticity": [[1, "modulusofelasticity"]], "ModulusOfImpedance": [[1, "modulusofimpedance"]], "ModulusOfRigidity": [[1, "modulusofrigidity"]], "Molality": [[1, "molality"]], "MolarAttenuationCoefficient": [[1, "molarattenuationcoefficient"]], "MolarConductivity": [[1, "molarconductivity"]], "MolarElectrochemicalPotential": [[1, "molarelectrochemicalpotential"]], "MolarEnergy": [[1, "molarenergy"]], "MolarEnthalpy": [[1, "molarenthalpy"]], "MolarEntropy": [[1, "molarentropy"]], "MolarGasConstant": [[1, "molargasconstant"]], "MolarGibbsEnergy": [[1, "molargibbsenergy"]], "MolarHelmholtzEnergy": [[1, "molarhelmholtzenergy"]], "MolarInternalEnergy": [[1, "molarinternalenergy"]], "MolarMass": [[1, "molarmass"]], "MolarVolume": [[1, "molarvolume"]], "Molds": [[1, "molds"]], "Mole": [[1, "mole"]], "MoleDegreeCelsius": [[1, "moledegreecelsius"]], "MoleKelvin": [[1, "molekelvin"]], "MolePerCubicDeciMetre": [[1, "molepercubicdecimetre"]], "MolePerCubicMetre": [[1, "molepercubicmetre"]], "MolePerCubicMetrePerSecond": [[1, "molepercubicmetrepersecond"]], "MolePerGramPerHour": [[1, "molepergramperhour"]], "MolePerHour": [[1, "moleperhour"]], "MolePerKilogram": [[1, "moleperkilogram"]], "MolePerKilogramPascal": [[1, "moleperkilogrampascal"]], "MolePerLitre": [[1, "moleperlitre"]], "MolePerMinute": [[1, "moleperminute"]], "MolePerMole": [[1, "molepermole"]], "MolePerSecond": [[1, "molepersecond"]], "MolePerSquareMetre": [[1, "molepersquaremetre"]], "MolePerSquareMetrePerDay": [[1, "molepersquaremetreperday"]], "MolePerSquareMetrePerSecond": [[1, "molepersquaremetrepersecond"]], "MolePerSquareMetrePerSecondPerMetre": [[1, "molepersquaremetrepersecondpermetre"]], "MolePerSquareMetrePerSecondPerMetrePerSteradian": [[1, "molepersquaremetrepersecondpermetrepersteradian"]], "MolePerSquareMetrePerSecondPerSteradian": [[1, "molepersquaremetrepersecondpersteradian"]], "MolecularConcentration": [[1, "molecularconcentration"]], "MolecularEntity": [[1, "molecularentity"]], "MolecularFormula": [[1, "molecularformula"]], "MolecularPartitionFunction": [[1, "molecularpartitionfunction"]], "Molecule": [[1, "molecule"]], "MoltenSaltCell": [[1, "moltensaltcell"]], "Molybdenum": [[1, "molybdenum"]], "MolybdenumAtom": [[1, "molybdenumatom"]], "MolybdenumSymbol": [[1, "molybdenumsymbol"]], "MomentOfIntertia": [[1, "momentofintertia"]], "Momentum": [[1, "momentum"]], "MomentumUnit": [[1, "momentumunit"]], "MonoblocBattery": [[1, "monoblocbattery"]], "MonoblocContainer": [[1, "monobloccontainer"]], "MoscoviumAtom": [[1, "moscoviumatom"]], "MoscoviumSymbol": [[1, "moscoviumsymbol"]], "Mudrib": [[1, "mudrib"]], "MultiParticlePath": [[1, "multiparticlepath"]], "MultiSimulation": [[1, "multisimulation"]], "Multiplication": [[1, "multiplication"]], "MultiplicationFactor": [[1, "multiplicationfactor"]], "Muon": [[1, "muon"]], "MuonAntiNeutrino": [[1, "muonantineutrino"]], "MuonNeutrino": [[1, "muonneutrino"]], "MutualInductance": [[1, "mutualinductance"]], "NButanol": [[1, "nbutanol"]], "NMethyl2Pyrrolidone": [[1, "nmethyl2pyrrolidone"]], "NPRatio": [[1, "npratio"]], "NPropanol": [[1, "npropanol"]], "Nafion": [[1, "nafion"]], "Nailing": [[1, "nailing"]], "Namer": [[1, "namer"]], "Naming": [[1, "naming"]], "Nano": [[1, "nano"]], "NanoMaterial": [[1, "nanomaterial"]], "NanoPrefixedUnit": [[1, "nanoprefixedunit"]], "NaturalLaw": [[1, "naturallaw"]], "NaturalMaterial": [[1, "naturalmaterial"]], "NaturalProcess": [[1, "naturalprocess"]], "NearNeutralElectrolyte": [[1, "nearneutralelectrolyte"]], "NeelTemperature": [[1, "neeltemperature"]], "NegativeElectrode": [[1, "negativeelectrode"]], "NegativeTerminal": [[1, "negativeterminal"]], "NeodymiumAtom": [[1, "neodymiumatom"]], "NeodymiumSymbol": [[1, "neodymiumsymbol"]], "Neon": [[1, "neon"]], "NeonAtom": [[1, "neonatom"]], "NeonSymbol": [[1, "neonsymbol"]], "Neper": [[1, "neper"]], "NeptuniumAtom": [[1, "neptuniumatom"]], "NeptuniumSymbol": [[1, "neptuniumsymbol"]], "NernstEinsteinEquation": [[1, "nernsteinsteinequation"]], "NernstEquation": [[1, "nernstequation"]], "NetFaradaicCurrent": [[1, "netfaradaiccurrent"]], "Network": [[1, "network"]], "NeutralAtom": [[1, "neutralatom"]], "NeutralElectrolyteZincAirBattery": [[1, "neutralelectrolytezincairbattery"]], "Neutralisation": [[1, "neutralisation"]], "NeutrinoType": [[1, "neutrinotype"]], "Neutron": [[1, "neutron"]], "NeutronNumber": [[1, "neutronnumber"]], "NeutronYieldPerAbsorption": [[1, "neutronyieldperabsorption"]], "NeutronYieldPerFission": [[1, "neutronyieldperfission"]], "Newton": [[1, "newton"]], "NewtonCentiMetre": [[1, "newtoncentimetre"]], "NewtonMetre": [[1, "newtonmetre"]], "NewtonMetrePerAmpere": [[1, "newtonmetreperampere"]], "NewtonMetrePerKilogram": [[1, "newtonmetreperkilogram"]], "NewtonMetrePerMetre": [[1, "newtonmetrepermetre"]], "NewtonMetrePerMetrePerRadian": [[1, "newtonmetrepermetreperradian"]], "NewtonMetrePerRadian": [[1, "newtonmetreperradian"]], "NewtonMetrePerSquareMetre": [[1, "newtonmetrepersquaremetre"]], "NewtonMetreSecond": [[1, "newtonmetresecond"]], "NewtonMetreSecondPerMetre": [[1, "newtonmetresecondpermetre"]], "NewtonMetreSecondPerRadian": [[1, "newtonmetresecondperradian"]], "NewtonPerAmpere": [[1, "newtonperampere"]], "NewtonPerCentiMetre": [[1, "newtonpercentimetre"]], "NewtonPerCoulomb": [[1, "newtonpercoulomb"]], "NewtonPerCubicMetre": [[1, "newtonpercubicmetre"]], "NewtonPerKilogram": [[1, "newtonperkilogram"]], "NewtonPerMetre": [[1, "newtonpermetre"]], "NewtonPerMilliMetre": [[1, "newtonpermillimetre"]], "NewtonPerRadian": [[1, "newtonperradian"]], "NewtonPerSquareCentiMetre": [[1, "newtonpersquarecentimetre"]], "NewtonPerSquareMetre": [[1, "newtonpersquaremetre"]], "NewtonPerSquareMilliMetre": [[1, "newtonpersquaremillimetre"]], "NewtonSecond": [[1, "newtonsecond"]], "NewtonSecondPerCubicMetre": [[1, "newtonsecondpercubicmetre"]], "NewtonSecondPerMetre": [[1, "newtonsecondpermetre"]], "NewtonSecondPerRadian": [[1, "newtonsecondperradian"]], "NewtonSquareMetre": [[1, "newtonsquaremetre"]], "NewtonSquareMetrePerAmpere": [[1, "newtonsquaremetreperampere"]], "NewtonSquareMetrePerAmpereUnit": [[1, "newtonsquaremetreperampereunit"]], "NewtonSquareMetrePerSquareKilogram": [[1, "newtonsquaremetrepersquarekilogram"]], "NewtonianConstantOfGravity": [[1, "newtonianconstantofgravity"]], "NewtonianConstantOfGravityUnit": [[1, "newtonianconstantofgravityunit"]], "Nickel": [[1, "nickel"]], "NickelAtom": [[1, "nickelatom"]], "NickelCadmiumBattery": [[1, "nickelcadmiumbattery"]], "NickelElectrode": [[1, "nickelelectrode"]], "NickelHydroxide": [[1, "nickelhydroxide"]], "NickelIIAcetate": [[1, "nickeliiacetate"]], "NickelIIBistrifluoromethanesulfonylimide": [[1, "nickeliibistrifluoromethanesulfonylimide"]], "NickelIIBromide": [[1, "nickeliibromide"]], "NickelIICarbonate": [[1, "nickeliicarbonate"]], "NickelIIChlorate": [[1, "nickeliichlorate"]], "NickelIIChloride": [[1, "nickeliichloride"]], "NickelIIFluoride": [[1, "nickeliifluoride"]], "NickelIIHexafluorophosphate": [[1, "nickeliihexafluorophosphate"]], "NickelIIIodide": [[1, "nickeliiiodide"]], "NickelIINitrate": [[1, "nickeliinitrate"]], "NickelIINitrite": [[1, "nickeliinitrite"]], "NickelIIOxide": [[1, "nickeliioxide"]], "NickelIIPerchlorate": [[1, "nickeliiperchlorate"]], "NickelIIPhosphate": [[1, "nickeliiphosphate"]], "NickelIISulfate": [[1, "nickeliisulfate"]], "NickelIISulfide": [[1, "nickeliisulfide"]], "NickelIISulfite": [[1, "nickeliisulfite"]], "NickelIITetrafluoroborate": [[1, "nickeliitetrafluoroborate"]], "NickelIITriflate": [[1, "nickeliitriflate"]], "NickelIronBattery": [[1, "nickelironbattery"]], "NickelMetalHydrideBattery": [[1, "nickelmetalhydridebattery"]], "NickelOxideBattery": [[1, "nickeloxidebattery"]], "NickelOxideCompound": [[1, "nickeloxidecompound"]], "NickelOxideElectrode": [[1, "nickeloxideelectrode"]], "NickelOxideHydroxide": [[1, "nickeloxidehydroxide"]], "NickelOxideHydroxideElectrode": [[1, "nickeloxidehydroxideelectrode"]], "NickelOxyhydroxideBattery": [[1, "nickeloxyhydroxidebattery"]], "NickelSaltCompound": [[1, "nickelsaltcompound"]], "NickelSymbol": [[1, "nickelsymbol"]], "NickelZincBattery": [[1, "nickelzincbattery"]], "NihoniumAtom": [[1, "nihoniumatom"]], "NihoniumSymbol": [[1, "nihoniumsymbol"]], "Niobium": [[1, "niobium"]], "NiobiumAtom": [[1, "niobiumatom"]], "NiobiumSymbol": [[1, "niobiumsymbol"]], "NitricAcid": [[1, "nitricacid"]], "Nitrogen": [[1, "nitrogen"]], "NitrogenAtom": [[1, "nitrogenatom"]], "NitrogenSymbol": [[1, "nitrogensymbol"]], "NitrousAcid": [[1, "nitrousacid"]], "NobeliumAtom": [[1, "nobeliumatom"]], "NobeliumSymbol": [[1, "nobeliumsymbol"]], "NobleGasElementalSubstance": [[1, "noblegaselementalsubstance"]], "NominalBatteryProperty": [[1, "nominalbatteryproperty"]], "NominalProperty": [[1, "nominalproperty"]], "NominalVoltage": [[1, "nominalvoltage"]], "NonActivePower": [[1, "nonactivepower"]], "NonAqueousCell": [[1, "nonaqueouscell"]], "NonAqueousElectrolyte": [[1, "nonaqueouselectrolyte"]], "NonAqueousMetallicFlowBattery": [[1, "nonaqueousmetallicflowbattery"]], "NonAqueousOrganicFlowBattery": [[1, "nonaqueousorganicflowbattery"]], "NonEncodedData": [[1, "nonencodeddata"]], "NonLeakageProbability": [[1, "nonleakageprobability"]], "NonNumericalData": [[1, "nonnumericaldata"]], "NonPolarizableElectrode": [[1, "nonpolarizableelectrode"]], "NonPrefixedUnit": [[1, "nonprefixedunit"]], "NonSIUnit": [[1, "nonsiunit"]], "NonSpillableCell": [[1, "nonspillablecell"]], "NonTemporalRole": [[1, "nontemporalrole"]], "NormalHydrogenElectrode": [[1, "normalhydrogenelectrode"]], "NormalPulseVoltammetry": [[1, "normalpulsevoltammetry"]], "NuclearMagneton": [[1, "nuclearmagneton"]], "NuclearPrecessionAngularFrequency": [[1, "nuclearprecessionangularfrequency"]], "NuclearQuadrupoleMoment": [[1, "nuclearquadrupolemoment"]], "NuclearRadius": [[1, "nuclearradius"]], "NuclearSpinQuantumNumber": [[1, "nuclearspinquantumnumber"]], "Nucleon": [[1, "nucleon"]], "NucleonNumber": [[1, "nucleonnumber"]], "Nucleus": [[1, "nucleus"]], "NuclidicMass": [[1, "nuclidicmass"]], "Number": [[1, "number"]], "NumberOfCellsConnectedInParallel": [[1, "numberofcellsconnectedinparallel"]], "NumberOfCellsConnectedInSeries": [[1, "numberofcellsconnectedinseries"]], "NumberOfElements": [[1, "numberofelements"]], "NumberOfEntities": [[1, "numberofentities"]], "NumberOfTurnsInAWinding": [[1, "numberofturnsinawinding"]], "Numeral": [[1, "numeral"]], "Numerical": [[1, "numerical"]], "NumericalData": [[1, "numericaldata"]], "NumericalVariable": [[1, "numericalvariable"]], "NyquistPlot": [[1, "nyquistplot"]], "OEMBattery": [[1, "oembattery"]], "OWLDLRestrictedAxiom": [[1, "owldlrestrictedaxiom"]], "OXylene": [[1, "oxylene"]], "Object": [[1, "object"]], "Objective": [[1, "objective"]], "ObjectiveProperty": [[1, "objectiveproperty"]], "Observation": [[1, "observation"]], "Observed": [[1, "observed"]], "Observer": [[1, "observer"]], "OganessonAtom": [[1, "oganessonatom"]], "OganessonSymbol": [[1, "oganessonsymbol"]], "Ohm": [[1, "ohm"]], "OhmMetre": [[1, "ohmmetre"]], "OhmSquareMetrePerMetre": [[1, "ohmsquaremetrepermetre"]], "OhmicOverpotential": [[1, "ohmicoverpotential"]], "Olfactory": [[1, "olfactory"]], "OneManifold": [[1, "onemanifold"]], "OpenCircuitHold": [[1, "opencircuithold"]], "OpenCircuitVoltage": [[1, "opencircuitvoltage"]], "OrbitalAngularMomentumQuantumNumber": [[1, "orbitalangularmomentumquantumnumber"]], "OrdinalQuantity": [[1, "ordinalquantity"]], "OrdinaryMatter": [[1, "ordinarymatter"]], "OrganicAcidCompound": [[1, "organicacidcompound"]], "OrganicCompound": [[1, "organiccompound"]], "OrganicElectrolyte": [[1, "organicelectrolyte"]], "Organisation": [[1, "organisation"]], "Osmium": [[1, "osmium"]], "OsmiumAtom": [[1, "osmiumatom"]], "OsmiumSymbol": [[1, "osmiumsymbol"]], "OsmoticCoefficientOfSolvent": [[1, "osmoticcoefficientofsolvent"]], "OsmoticPressure": [[1, "osmoticpressure"]], "OutputCable": [[1, "outputcable"]], "Overcharge": [[1, "overcharge"]], "Overpotential": [[1, "overpotential"]], "OxalicAcid": [[1, "oxalicacid"]], "OxidationNumber": [[1, "oxidationnumber"]], "Oxygen": [[1, "oxygen"]], "OxygenAtom": [[1, "oxygenatom"]], "OxygenElectrode": [[1, "oxygenelectrode"]], "OxygenSymbol": [[1, "oxygensymbol"]], "P2DModel": [[1, "p2dmodel"]], "P3DModel": [[1, "p3dmodel"]], "P4DModel": [[1, "p4dmodel"]], "PDI": [[1, "pdi"]], "PH": [[1, "ph"]], "POH": [[1, "poh"]], "PackingFraction": [[1, "packingfraction"]], "Painting": [[1, "painting"]], "Palladium": [[1, "palladium"]], "PalladiumAtom": [[1, "palladiumatom"]], "PalladiumElectrode": [[1, "palladiumelectrode"]], "PalladiumOxide": [[1, "palladiumoxide"]], "PalladiumOxideCompound": [[1, "palladiumoxidecompound"]], "PalladiumSymbol": [[1, "palladiumsymbol"]], "PaperLinedCell": [[1, "paperlinedcell"]], "PaperManufacturing": [[1, "papermanufacturing"]], "ParallelConnection": [[1, "parallelconnection"]], "ParallelSeriesConnection": [[1, "parallelseriesconnection"]], "ParallelWorkflow": [[1, "parallelworkflow"]], "Parameter": [[1, "parameter"]], "ParasiticReaction": [[1, "parasiticreaction"]], "PartialComposition": [[1, "partialcomposition"]], "PartialPressure": [[1, "partialpressure"]], "Participant": [[1, "participant"]], "ParticleConcentration": [[1, "particleconcentration"]], "ParticleCurrentDensity": [[1, "particlecurrentdensity"]], "ParticleEmissionRate": [[1, "particleemissionrate"]], "ParticleFluence": [[1, "particlefluence"]], "ParticleFluenceRate": [[1, "particlefluencerate"]], "ParticleNumberDensity": [[1, "particlenumberdensity"]], "ParticlePositionVector": [[1, "particlepositionvector"]], "ParticleRadius": [[1, "particleradius"]], "ParticleSizeD50": [[1, "particlesized50"]], "ParticleSourceDensity": [[1, "particlesourcedensity"]], "ParticulateMatter": [[1, "particulatematter"]], "Pascal": [[1, "pascal"]], "PascalCubicMetrePerSecond": [[1, "pascalcubicmetrepersecond"]], "PascalLitrePerSecond": [[1, "pascallitrepersecond"]], "PascalMetre": [[1, "pascalmetre"]], "PascalMetrePerSecond": [[1, "pascalmetrepersecond"]], "PascalMetrePerSquareSecond": [[1, "pascalmetrepersquaresecond"]], "PascalPerHour": [[1, "pascalperhour"]], "PascalPerKelvin": [[1, "pascalperkelvin"]], "PascalPerMetre": [[1, "pascalpermetre"]], "PascalPerMinute": [[1, "pascalperminute"]], "PascalPerSecond": [[1, "pascalpersecond"]], "PascalSecond": [[1, "pascalsecond"]], "PascalSecondPerCubicMetre": [[1, "pascalsecondpercubicmetre"]], "PascalSecondPerMetre": [[1, "pascalsecondpermetre"]], "PassivationLayer": [[1, "passivationlayer"]], "PasteLinedCell": [[1, "pastelinedcell"]], "PastedPlate": [[1, "pastedplate"]], "Path": [[1, "path"]], "PathLength": [[1, "pathlength"]], "PeakCurrent": [[1, "peakcurrent"]], "PeakPotential": [[1, "peakpotential"]], "Peening": [[1, "peening"]], "PeltierCoefficient": [[1, "peltiercoefficient"]], "PentafluorophenylIsocyanate": [[1, "pentafluorophenylisocyanate"]], "PentanoicAcid": [[1, "pentanoicacid"]], "PerAmountUnit": [[1, "peramountunit"]], "PerAreaTimeUnit": [[1, "perareatimeunit"]], "PerAreaUnit": [[1, "perareaunit"]], "PerEnergyUnit": [[1, "perenergyunit"]], "PerLengthTemperatureUnit": [[1, "perlengthtemperatureunit"]], "PerLengthTimeUnit": [[1, "perlengthtimeunit"]], "PerPressureUnit": [[1, "perpressureunit"]], "PerTemperatureTimeUnit": [[1, "pertemperaturetimeunit"]], "PerTemperatureUnit": [[1, "pertemperatureunit"]], "PerThermalTransmittanceUnit": [[1, "perthermaltransmittanceunit"]], "PerTimeMassUnit": [[1, "pertimemassunit"]], "PerVolumeUnit": [[1, "pervolumeunit"]], "Perceptual": [[1, "perceptual"]], "Perchlorate": [[1, "perchlorate"]], "PerchloricAcid": [[1, "perchloricacid"]], "PeriodDuration": [[1, "periodduration"]], "PermanentLiquidPhaseSintering": [[1, "permanentliquidphasesintering"]], "Permeability": [[1, "permeability"]], "PermeabilityUnit": [[1, "permeabilityunit"]], "Permeance": [[1, "permeance"]], "Permittivity": [[1, "permittivity"]], "PermittivityUnit": [[1, "permittivityunit"]], "Persistence": [[1, "persistence"]], "Perspective": [[1, "perspective"]], "Peta": [[1, "peta"]], "PetaPrefixedUnit": [[1, "petaprefixedunit"]], "PhaseAngle": [[1, "phaseangle"]], "PhaseCoefficient": [[1, "phasecoefficient"]], "PhaseDifference": [[1, "phasedifference"]], "PhaseHeterogeneousMixture": [[1, "phaseheterogeneousmixture"]], "PhaseHomogeneousMixture": [[1, "phasehomogeneousmixture"]], "PhaseOfMatter": [[1, "phaseofmatter"]], "PhaseSpeedOfElectromagneticWaves": [[1, "phasespeedofelectromagneticwaves"]], "PhaseVelocity": [[1, "phasevelocity"]], "PhosphoricAcid": [[1, "phosphoricacid"]], "PhosphoricAcidSolution": [[1, "phosphoricacidsolution"]], "PhosphorusAtom": [[1, "phosphorusatom"]], "PhosphorusSymbol": [[1, "phosphorussymbol"]], "PhotochemicalProcesses": [[1, "photochemicalprocesses"]], "PhotoelectrolyticCell": [[1, "photoelectrolyticcell"]], "Photon": [[1, "photon"]], "PhysicalBasedSimulationSoftware": [[1, "physicalbasedsimulationsoftware"]], "PhysicalConstant": [[1, "physicalconstant"]], "PhysicalLaw": [[1, "physicallaw"]], "PhysicalObject": [[1, "physicalobject"]], "PhysicalParticle": [[1, "physicalparticle"]], "PhysicalPhenomena": [[1, "physicalphenomena"]], "PhysicalPhenomenon": [[1, "physicalphenomenon"]], "PhysicalQuantity": [[1, "physicalquantity"]], "Physicalistic": [[1, "physicalistic"]], "PhysicallyInteracting": [[1, "physicallyinteracting"]], "PhysicallyInteractingConvex": [[1, "physicallyinteractingconvex"]], "PhysicallyNonInteracting": [[1, "physicallynoninteracting"]], "PhysicalyUnbonded": [[1, "physicalyunbonded"]], "PhysicsBasedModel": [[1, "physicsbasedmodel"]], "PhysicsBasedSimulation": [[1, "physicsbasedsimulation"]], "PhysicsEquation": [[1, "physicsequation"]], "PhysicsEquationSolution": [[1, "physicsequationsolution"]], "PhysicsMathematicalComputation": [[1, "physicsmathematicalcomputation"]], "PhysioChemicalQuantity": [[1, "physiochemicalquantity"]], "Pico": [[1, "pico"]], "PicoPrefixedUnit": [[1, "picoprefixedunit"]], "Pictorial": [[1, "pictorial"]], "PilotBatteryCell": [[1, "pilotbatterycell"]], "PlanckConstant": [[1, "planckconstant"]], "PlanckFunction": [[1, "planckfunction"]], "Plane": [[1, "plane"]], "Planing": [[1, "planing"]], "PlantePlate": [[1, "planteplate"]], "Plasma": [[1, "plasma"]], "PlasmaCutting": [[1, "plasmacutting"]], "PlasticModeling": [[1, "plasticmodeling"]], "PlasticSintering": [[1, "plasticsintering"]], "Plate": [[1, "plate"]], "PlateGroup": [[1, "plategroup"]], "Platinum": [[1, "platinum"]], "PlatinumAtom": [[1, "platinumatom"]], "PlatinumElectrode": [[1, "platinumelectrode"]], "PlatinumOxide": [[1, "platinumoxide"]], "PlatinumOxideCompound": [[1, "platinumoxidecompound"]], "PlatinumSymbol": [[1, "platinumsymbol"]], "Plus": [[1, "plus"]], "PlutoniumAtom": [[1, "plutoniumatom"]], "PlutoniumSymbol": [[1, "plutoniumsymbol"]], "PocketPlate": [[1, "pocketplate"]], "Point": [[1, "point"]], "PoissonNumber": [[1, "poissonnumber"]], "Polarity": [[1, "polarity"]], "PolarityReversal": [[1, "polarityreversal"]], "PolarizableElectrode": [[1, "polarizableelectrode"]], "Polonium": [[1, "polonium"]], "PoloniumAtom": [[1, "poloniumatom"]], "PoloniumSymbol": [[1, "poloniumsymbol"]], "PolyacrylicAcid": [[1, "polyacrylicacid"]], "Polyacrylonitrile": [[1, "polyacrylonitrile"]], "PolyatomicEntity": [[1, "polyatomicentity"]], "Polyethylene": [[1, "polyethylene"]], "PolyethyleneGlycol": [[1, "polyethyleneglycol"]], "PolymerCompound": [[1, "polymercompound"]], "PolymericMaterial": [[1, "polymericmaterial"]], "Polynomial": [[1, "polynomial"]], "Polypropylene": [[1, "polypropylene"]], "PolysulfideBromideFlowBattery": [[1, "polysulfidebromideflowbattery"]], "Polyterafluoroethylene": [[1, "polyterafluoroethylene"]], "PolyvinylAlcohol": [[1, "polyvinylalcohol"]], "PolyvinylideneFluoride": [[1, "polyvinylidenefluoride"]], "PorcelainOrCeramicCasting": [[1, "porcelainorceramiccasting"]], "Porosity": [[1, "porosity"]], "PorousElectrode": [[1, "porouselectrode"]], "PorousElectrodeCoating": [[1, "porouselectrodecoating"]], "PorousSeparator": [[1, "porousseparator"]], "PositionVector": [[1, "positionvector"], [1, "id14"]], "PositiveElectrode": [[1, "positiveelectrode"]], "PositiveTerminal": [[1, "positiveterminal"]], "Positron": [[1, "positron"]], "PostTransitionMetalElementalSubstance": [[1, "posttransitionmetalelementalsubstance"]], "PostTransitionMetalOxideCompound": [[1, "posttransitionmetaloxidecompound"]], "PostTransitionMetalSaltCompound": [[1, "posttransitionmetalsaltcompound"]], "Potassium": [[1, "potassium"]], "PotassiumAcetate": [[1, "potassiumacetate"]], "PotassiumAtom": [[1, "potassiumatom"]], "PotassiumBattery": [[1, "potassiumbattery"]], "PotassiumBromide": [[1, "potassiumbromide"]], "PotassiumCarbonate": [[1, "potassiumcarbonate"]], "PotassiumChlorate": [[1, "potassiumchlorate"]], "PotassiumChloride": [[1, "potassiumchloride"]], "PotassiumFluoride": [[1, "potassiumfluoride"]], "PotassiumHexafluorophosphate": [[1, "potassiumhexafluorophosphate"]], "PotassiumHydroxide": [[1, "potassiumhydroxide"]], "PotassiumInsertionElectrode": [[1, "potassiuminsertionelectrode"]], "PotassiumIodide": [[1, "potassiumiodide"]], "PotassiumIonBattery": [[1, "potassiumionbattery"]], "PotassiumMetalElectrode": [[1, "potassiummetalelectrode"]], "PotassiumNitrate": [[1, "potassiumnitrate"]], "PotassiumNitrite": [[1, "potassiumnitrite"]], "PotassiumPerchlorate": [[1, "potassiumperchlorate"]], "PotassiumPhosphate": [[1, "potassiumphosphate"]], "PotassiumSaltCompound": [[1, "potassiumsaltcompound"]], "PotassiumSulfate": [[1, "potassiumsulfate"]], "PotassiumSulfide": [[1, "potassiumsulfide"]], "PotassiumSulfite": [[1, "potassiumsulfite"]], "PotassiumSymbol": [[1, "potassiumsymbol"]], "PotassiumTetrafluoroborate": [[1, "potassiumtetrafluoroborate"]], "PotassiumTriflate": [[1, "potassiumtriflate"]], "PotatoBattery": [[1, "potatobattery"]], "PotentialEnergy": [[1, "potentialenergy"]], "PotentialPulse": [[1, "potentialpulse"]], "PotentialScanRate": [[1, "potentialscanrate"]], "PotentialTimePlot": [[1, "potentialtimeplot"]], "PotentiometricSelectivityCoefficient": [[1, "potentiometricselectivitycoefficient"]], "PotentiometricStrippingAnalysis": [[1, "potentiometricstrippinganalysis"], [1, "id15"]], "Potentiometry": [[1, "potentiometry"]], "Potentiostat": [[1, "potentiostat"]], "PotentiostaticProcess": [[1, "potentiostaticprocess"]], "PouchCase": [[1, "pouchcase"]], "PouchCell": [[1, "pouchcell"]], "Powder": [[1, "powder"]], "PowderCoating": [[1, "powdercoating"]], "Power": [[1, "power"]], "PowerAreaUnit": [[1, "powerareaunit"]], "PowerDensityUnit": [[1, "powerdensityunit"]], "PowerFactor": [[1, "powerfactor"]], "PowerPerAreaVolumeUnit": [[1, "powerperareavolumeunit"]], "PowerUnit": [[1, "powerunit"]], "PoyntingVector": [[1, "poyntingvector"]], "PraseodymiumAtom": [[1, "praseodymiumatom"]], "PraseodymiumSymbol": [[1, "praseodymiumsymbol"]], "PrecipitationHardening": [[1, "precipitationhardening"]], "PrefixedUnit": [[1, "prefixedunit"]], "Presses": [[1, "presses"]], "Pressing": [[1, "pressing"]], "Pressure": [[1, "pressure"]], "PressureCoefficient": [[1, "pressurecoefficient"]], "PressureFractionUnit": [[1, "pressurefractionunit"]], "PressurePerTemperatureUnit": [[1, "pressurepertemperatureunit"]], "PressurePerTimeUnit": [[1, "pressurepertimeunit"]], "PressureReliefVent": [[1, "pressurereliefvent"]], "PressureUnit": [[1, "pressureunit"]], "PrimaryBattery": [[1, "primarybattery"]], "PrincipalQuantumNumber": [[1, "principalquantumnumber"]], "Prismatic": [[1, "prismatic"]], "PrismaticBattery": [[1, "prismaticbattery"]], "PrismaticCase": [[1, "prismaticcase"]], "Probability": [[1, "probability"]], "Procedure": [[1, "procedure"]], "ProcedureUnit": [[1, "procedureunit"]], "Process": [[1, "process"]], "ProcessEngineeringProcess": [[1, "processengineeringprocess"]], "Product": [[1, "product"]], "ProductionEngineering": [[1, "productionengineering"]], "ProductionSystem": [[1, "productionsystem"]], "Program": [[1, "program"]], "ProgrammingLanguage": [[1, "programminglanguage"]], "PromethiumAtom": [[1, "promethiumatom"]], "PromethiumSymbol": [[1, "promethiumsymbol"]], "PropagationCoefficient": [[1, "propagationcoefficient"]], "Property": [[1, "property"]], "PropionicAcid": [[1, "propionicacid"]], "PropyleneCarbonate": [[1, "propylenecarbonate"]], "ProtactiniumAtom": [[1, "protactiniumatom"]], "ProtactiniumSymbol": [[1, "protactiniumsymbol"]], "ProticSolventCompound": [[1, "proticsolventcompound"]], "Proton": [[1, "proton"]], "ProtonInsertionElectrode": [[1, "protoninsertionelectrode"]], "ProtonMass": [[1, "protonmass"]], "Pseudocumeme": [[1, "pseudocumeme"]], "PseudoscalarMeson": [[1, "pseudoscalarmeson"]], "PseudovectorMeson": [[1, "pseudovectormeson"]], "PulseDuration": [[1, "pulseduration"]], "PulseMagnitude": [[1, "pulsemagnitude"]], "Punctuation": [[1, "punctuation"]], "PureNumberQuantity": [[1, "purenumberquantity"]], "PureParallelWorkflow": [[1, "pureparallelworkflow"]], "Pyridine": [[1, "pyridine"]], "PyruvicAcid": [[1, "pyruvicacid"]], "Python": [[1, "python"]], "QualityFactor": [[1, "qualityfactor"], [1, "id16"]], "Quantity": [[1, "quantity"]], "QuantityValue": [[1, "quantityvalue"]], "Quantum": [[1, "quantum"]], "QuantumAnnihilation": [[1, "quantumannihilation"]], "QuantumData": [[1, "quantumdata"]], "QuantumDecay": [[1, "quantumdecay"]], "QuantumNumber": [[1, "quantumnumber"]], "Quark": [[1, "quark"]], "QuarterTransitionTimePotential": [[1, "quartertransitiontimepotential"]], "QuarticCoulombMetrePerCubicEnergy": [[1, "quarticcoulombmetrepercubicenergy"]], "QuarticElectricDipoleMomentPerCubicEnergyUnit": [[1, "quarticelectricdipolemomentpercubicenergyunit"]], "QuarticLengthPerTimeUnit": [[1, "quarticlengthpertimeunit"]], "QuarticLengthUnit": [[1, "quarticlengthunit"]], "QuarticMetre": [[1, "quarticmetre"]], "QuarticMetrePerSecond": [[1, "quarticmetrepersecond"]], "QuarticMilliMetre": [[1, "quarticmillimetre"]], "Quecto": [[1, "quecto"]], "Quetta": [[1, "quetta"]], "QuinticMetre": [[1, "quinticmetre"]], "R1025": [[1, "r1025"]], "R11108": [[1, "r11108"]], "R1121": [[1, "r1121"]], "R1126": [[1, "r1126"]], "R1130": [[1, "r1130"]], "R1131": [[1, "r1131"]], "R1136": [[1, "r1136"]], "R1142": [[1, "r1142"]], "R1154": [[1, "r1154"]], "R1216": [[1, "r1216"]], "R1220": [[1, "r1220"]], "R1225": [[1, "r1225"]], "R1511": [[1, "r1511"]], "R1616": [[1, "r1616"]], "R1632": [[1, "r1632"]], "R2012": [[1, "r2012"]], "R2016": [[1, "r2016"]], "R2020": [[1, "r2020"]], "R2025": [[1, "r2025"]], "R2032": [[1, "r2032"]], "R2040": [[1, "r2040"]], "R2050": [[1, "r2050"]], "R2320": [[1, "r2320"]], "R2325": [[1, "r2325"]], "R2330": [[1, "r2330"]], "R2335": [[1, "r2335"]], "R2354": [[1, "r2354"]], "R2412": [[1, "r2412"]], "R2430": [[1, "r2430"]], "R2450": [[1, "r2450"]], "R2477": [[1, "r2477"]], "R3032": [[1, "r3032"]], "R416": [[1, "r416"]], "R512": [[1, "r512"]], "R516": [[1, "r516"]], "R521": [[1, "r521"]], "R527": [[1, "r527"]], "R616": [[1, "r616"]], "R621": [[1, "r621"]], "R626": [[1, "r626"], [1, "id17"]], "R712": [[1, "r712"]], "R716": [[1, "r716"]], "R721": [[1, "r721"]], "R726": [[1, "r726"]], "R731": [[1, "r731"]], "R736": [[1, "r736"]], "R754": [[1, "r754"]], "R9": [[1, "r9"]], "R916": [[1, "r916"]], "R921": [[1, "r921"]], "R926": [[1, "r926"]], "R927": [[1, "r927"]], "R932": [[1, "r932"]], "R936": [[1, "r936"]], "RadialDistance": [[1, "radialdistance"]], "Radian": [[1, "radian"]], "RadianPerHour": [[1, "radianperhour"]], "RadianPerMetre": [[1, "radianpermetre"]], "RadianPerMinute": [[1, "radianperminute"]], "RadianPerSecond": [[1, "radianpersecond"]], "RadianPerSquareSecond": [[1, "radianpersquaresecond"]], "RadianSquareMetrePerKilogram": [[1, "radiansquaremetreperkilogram"]], "RadianSquareMetrePerMole": [[1, "radiansquaremetrepermole"]], "RadiantEnergy": [[1, "radiantenergy"]], "RadiantFlux": [[1, "radiantflux"]], "Radioactivity": [[1, "radioactivity"]], "Radium": [[1, "radium"]], "RadiumAtom": [[1, "radiumatom"]], "RadiumSymbol": [[1, "radiumsymbol"]], "Radius": [[1, "radius"]], "RadiusOfCurvature": [[1, "radiusofcurvature"]], "Radon": [[1, "radon"]], "RadonAtom": [[1, "radonatom"]], "RadonSymbol": [[1, "radonsymbol"]], "RandlesCircuitModel": [[1, "randlescircuitmodel"]], "RapidPrototyping": [[1, "rapidprototyping"]], "RatedCapacity": [[1, "ratedcapacity"]], "RatioOfSpecificHeatCapacities": [[1, "ratioofspecificheatcapacities"]], "RatioQuantity": [[1, "ratioquantity"]], "ReactionEnergy": [[1, "reactionenergy"]], "ReactionOverpotential": [[1, "reactionoverpotential"]], "ReactionRate": [[1, "reactionrate"]], "ReactionRateConstant": [[1, "reactionrateconstant"]], "ReactionSintering": [[1, "reactionsintering"]], "ReactiveMaterial": [[1, "reactivematerial"]], "ReactiveNonMetalElementalSubstance": [[1, "reactivenonmetalelementalsubstance"]], "ReactivePower": [[1, "reactivepower"]], "ReactorTimeConstant": [[1, "reactortimeconstant"]], "Real": [[1, "real"]], "ReciprocalAmountPerVolumeUnit": [[1, "reciprocalamountpervolumeunit"]], "ReciprocalCentiMetre": [[1, "reciprocalcentimetre"]], "ReciprocalCubicCentiMetre": [[1, "reciprocalcubiccentimetre"]], "ReciprocalCubicMetre": [[1, "reciprocalcubicmetre"]], "ReciprocalCubicMetreSecond": [[1, "reciprocalcubicmetresecond"]], "ReciprocalCubicMilliMetre": [[1, "reciprocalcubicmillimetre"]], "ReciprocalDay": [[1, "reciprocalday"]], "ReciprocalDuration": [[1, "reciprocalduration"]], "ReciprocalElectricChargeDensityUnit": [[1, "reciprocalelectricchargedensityunit"]], "ReciprocalHenry": [[1, "reciprocalhenry"]], "ReciprocalHour": [[1, "reciprocalhour"]], "ReciprocalJouleCubicMetre": [[1, "reciprocaljoulecubicmetre"]], "ReciprocalKelvin": [[1, "reciprocalkelvin"]], "ReciprocalKiloMetre": [[1, "reciprocalkilometre"]], "ReciprocalKiloVoltAmpereHour": [[1, "reciprocalkilovoltamperehour"]], "ReciprocalLength": [[1, "reciprocallength"]], "ReciprocalLengthUnit": [[1, "reciprocallengthunit"]], "ReciprocalLitre": [[1, "reciprocallitre"]], "ReciprocalMassUnit": [[1, "reciprocalmassunit"]], "ReciprocalMetre": [[1, "reciprocalmetre"]], "ReciprocalMetreKelvin": [[1, "reciprocalmetrekelvin"]], "ReciprocalMetrePerNanoMetre": [[1, "reciprocalmetrepernanometre"]], "ReciprocalMetrePerNanoMetrePerSteradian": [[1, "reciprocalmetrepernanometrepersteradian"]], "ReciprocalMetrePerSecond": [[1, "reciprocalmetrepersecond"]], "ReciprocalMetrePerSteradian": [[1, "reciprocalmetrepersteradian"]], "ReciprocalMicroMetre": [[1, "reciprocalmicrometre"]], "ReciprocalMicroMolePerLitre": [[1, "reciprocalmicromoleperlitre"]], "ReciprocalMilliMetre": [[1, "reciprocalmillimetre"]], "ReciprocalMilliSecond": [[1, "reciprocalmillisecond"]], "ReciprocalMinute": [[1, "reciprocalminute"]], "ReciprocalMole": [[1, "reciprocalmole"]], "ReciprocalNanoMetre": [[1, "reciprocalnanometre"]], "ReciprocalPascal": [[1, "reciprocalpascal"]], "ReciprocalPascalPerSecond": [[1, "reciprocalpascalpersecond"]], "ReciprocalPicoMetre": [[1, "reciprocalpicometre"]], "ReciprocalSecond": [[1, "reciprocalsecond"]], "ReciprocalSecondSquareMetre": [[1, "reciprocalsecondsquaremetre"]], "ReciprocalSecondSquareMetreSteradian": [[1, "reciprocalsecondsquaremetresteradian"]], "ReciprocalSecondSteradian": [[1, "reciprocalsecondsteradian"]], "ReciprocalSquareElectronVolt": [[1, "reciprocalsquareelectronvolt"]], "ReciprocalSquareEnergyUnit": [[1, "reciprocalsquareenergyunit"]], "ReciprocalSquareGigaElectronVolt": [[1, "reciprocalsquaregigaelectronvolt"]], "ReciprocalSquareJoule": [[1, "reciprocalsquarejoule"]], "ReciprocalSquareKilogram": [[1, "reciprocalsquarekilogram"]], "ReciprocalSquareMetre": [[1, "reciprocalsquaremetre"]], "ReciprocalSquareMetreSecond": [[1, "reciprocalsquaremetresecond"]], "ReciprocalSquareSecond": [[1, "reciprocalsquaresecond"]], "ReciprocalSteradian": [[1, "reciprocalsteradian"]], "ReciprocalTeslaMetre": [[1, "reciprocalteslametre"]], "ReciprocalTeslaSecond": [[1, "reciprocalteslasecond"]], "ReciprocalVolume": [[1, "reciprocalvolume"]], "ReciprocalWeber": [[1, "reciprocalweber"]], "RecombinationCoefficient": [[1, "recombinationcoefficient"]], "RectangularElectrode": [[1, "rectangularelectrode"]], "RedAntiQuark": [[1, "redantiquark"]], "RedBottomAntiQuark": [[1, "redbottomantiquark"]], "RedBottomQuark": [[1, "redbottomquark"]], "RedCharmAntiQuark": [[1, "redcharmantiquark"]], "RedCharmQuark": [[1, "redcharmquark"]], "RedDownAntiQuark": [[1, "reddownantiquark"]], "RedDownQuark": [[1, "reddownquark"]], "RedQuark": [[1, "redquark"]], "RedStrangeAntiQuark": [[1, "redstrangeantiquark"]], "RedStrangeQuark": [[1, "redstrangequark"]], "RedTopAntiQuark": [[1, "redtopantiquark"]], "RedTopQuark": [[1, "redtopquark"]], "RedUpAntiQuark": [[1, "redupantiquark"]], "RedUpQuark": [[1, "redupquark"]], "RedoxFlowBattery": [[1, "redoxflowbattery"]], "Reductionistic": [[1, "reductionistic"]], "Redundant": [[1, "redundant"]], "ReferenceElectrode": [[1, "referenceelectrode"]], "ReferenceThermodynamicTemperature": [[1, "referencethermodynamictemperature"]], "RefractiveIndex": [[1, "refractiveindex"]], "RelativeHumidity": [[1, "relativehumidity"]], "RelativeLinearStrain": [[1, "relativelinearstrain"]], "RelativeMassConcentrationOfWaterVapour": [[1, "relativemassconcentrationofwatervapour"]], "RelativeMassDefect": [[1, "relativemassdefect"]], "RelativeMassDensity": [[1, "relativemassdensity"]], "RelativeMassExcess": [[1, "relativemassexcess"]], "RelativeMassFractionOfVapour": [[1, "relativemassfractionofvapour"]], "RelativePermeability": [[1, "relativepermeability"]], "RelativePermittivity": [[1, "relativepermittivity"]], "RelativePressureCoefficient": [[1, "relativepressurecoefficient"]], "RelativeVolumeStrain": [[1, "relativevolumestrain"]], "RelaxationTime": [[1, "relaxationtime"]], "ReplacementBattery": [[1, "replacementbattery"]], "Replica": [[1, "replica"]], "Representation": [[1, "representation"]], "ResemblanceIcon": [[1, "resemblanceicon"]], "ReserveBatteryCell": [[1, "reservebatterycell"]], "ReshapeManufacturing": [[1, "reshapemanufacturing"]], "ResidualActiveMass": [[1, "residualactivemass"]], "ResidualCapacity": [[1, "residualcapacity"]], "ResidualCurrent": [[1, "residualcurrent"]], "ResidualResistivity": [[1, "residualresistivity"]], "ResistanceToAlternativeCurrent": [[1, "resistancetoalternativecurrent"]], "ResonanceEnergy": [[1, "resonanceenergy"]], "ResonanceEscapeProbability": [[1, "resonanceescapeprobability"]], "ResponseTimeAtAnISE": [[1, "responsetimeatanise"]], "RestEnergy": [[1, "restenergy"]], "RestMass": [[1, "restmass"]], "RestingTime": [[1, "restingtime"]], "ReversibleHydrogenElectrode": [[1, "reversiblehydrogenelectrode"]], "RevolutionPerMinute": [[1, "revolutionperminute"]], "Rhenium": [[1, "rhenium"]], "RheniumAtom": [[1, "rheniumatom"]], "RheniumSymbol": [[1, "rheniumsymbol"]], "Rhodium": [[1, "rhodium"]], "RhodiumAtom": [[1, "rhodiumatom"]], "RhodiumElectrode": [[1, "rhodiumelectrode"]], "RhodiumIIIOxide": [[1, "rhodiumiiioxide"]], "RhodiumIVOxide": [[1, "rhodiumivoxide"]], "RhodiumOxideCompound": [[1, "rhodiumoxidecompound"]], "RhodiumSymbol": [[1, "rhodiumsymbol"]], "RichardsonConstant": [[1, "richardsonconstant"]], "RichardsonConstantUnit": [[1, "richardsonconstantunit"]], "RightHandedParticle": [[1, "righthandedparticle"]], "Riveting": [[1, "riveting"]], "RockingChairBattery": [[1, "rockingchairbattery"]], "RoentgeniumAtom": [[1, "roentgeniumatom"]], "RoentgeniumSymbol": [[1, "roentgeniumsymbol"]], "Role": [[1, "role"]], "Rolling": [[1, "rolling"]], "RollingResistance": [[1, "rollingresistance"]], "RollingResistanceFactor": [[1, "rollingresistancefactor"]], "Ronna": [[1, "ronna"]], "Ronto": [[1, "ronto"]], "RotatingDiskElectrode": [[1, "rotatingdiskelectrode"]], "RotatingDiskSpeed": [[1, "rotatingdiskspeed"]], "RotatingRingDiskElectrode": [[1, "rotatingringdiskelectrode"]], "Rotation": [[1, "rotation"]], "RotationalDisplacement": [[1, "rotationaldisplacement"]], "RotationalFrequency": [[1, "rotationalfrequency"]], "RoundCase": [[1, "roundcase"]], "RoundElectrode": [[1, "roundelectrode"]], "Rubidium": [[1, "rubidium"]], "RubidiumAtom": [[1, "rubidiumatom"]], "RubidiumSymbol": [[1, "rubidiumsymbol"]], "Ruby": [[1, "ruby"]], "Ruthenium": [[1, "ruthenium"]], "RutheniumAtom": [[1, "rutheniumatom"]], "RutheniumElectrode": [[1, "rutheniumelectrode"]], "RutheniumIVOxide": [[1, "rutheniumivoxide"]], "RutheniumOxideCompound": [[1, "rutheniumoxidecompound"]], "RutheniumOxideElectrode": [[1, "rutheniumoxideelectrode"]], "RutheniumSymbol": [[1, "rutheniumsymbol"]], "RutheniumVIIIOxide": [[1, "rutheniumviiioxide"]], "RutherfordiumAtom": [[1, "rutherfordiumatom"]], "RutherfordiumSymbol": [[1, "rutherfordiumsymbol"]], "RybergConstant": [[1, "rybergconstant"]], "SIAccepted": [[1, "siaccepted"]], "SIAcceptedDerivedUnit": [[1, "siacceptedderivedunit"]], "SIAcceptedPrefixedUnit": [[1, "siacceptedprefixedunit"]], "SIAcceptedUnit": [[1, "siacceptedunit"]], "SIBaseUnit": [[1, "sibaseunit"]], "SICoherentDerivedUnit": [[1, "sicoherentderivedunit"]], "SICoherentUnit": [[1, "sicoherentunit"]], "SIDerivedUnit": [[1, "siderivedunit"]], "SIDimensionalUnit": [[1, "sidimensionalunit"]], "SIExactConstant": [[1, "siexactconstant"]], "SIMetricMultipleUnit": [[1, "simetricmultipleunit"]], "SIMetricPrefixedUnit": [[1, "simetricprefixedunit"]], "SIMetricSubMultipleUnit": [[1, "simetricsubmultipleunit"]], "SIMultiplePrefix": [[1, "simultipleprefix"]], "SINonCoherentDerivedUnit": [[1, "sinoncoherentderivedunit"]], "SINonCoherentUnit": [[1, "sinoncoherentunit"]], "SIPrefix": [[1, "siprefix"]], "SISpecialUnit": [[1, "sispecialunit"]], "SISubMultiplePrefix": [[1, "sisubmultipleprefix"]], "SIUnit": [[1, "siunit"]], "SIUnitSymbol": [[1, "siunitsymbol"]], "Salt": [[1, "salt"]], "SaltBridge": [[1, "saltbridge"]], "SamariumAtom": [[1, "samariumatom"]], "SamariumSymbol": [[1, "samariumsymbol"]], "SampledDCPolarography": [[1, "sampleddcpolarography"]], "SamplingInterval": [[1, "samplinginterval"]], "SamplingTime": [[1, "samplingtime"]], "SandMolds": [[1, "sandmolds"]], "SaturatedCalomelElectrode": [[1, "saturatedcalomelelectrode"]], "SaturatedSolution": [[1, "saturatedsolution"]], "Sawing": [[1, "sawing"]], "ScalarMagneticPotential": [[1, "scalarmagneticpotential"]], "ScalarMeson": [[1, "scalarmeson"]], "Scandium": [[1, "scandium"]], "ScandiumAtom": [[1, "scandiumatom"]], "ScandiumSymbol": [[1, "scandiumsymbol"]], "ScientificTheory": [[1, "scientifictheory"]], "Screwing": [[1, "screwing"]], "ScriptingLanguage": [[1, "scriptinglanguage"]], "SeaborgiumAtom": [[1, "seaborgiumatom"]], "SeaborgiumSymbol": [[1, "seaborgiumsymbol"]], "SealedCell": [[1, "sealedcell"]], "Seawater": [[1, "seawater"]], "Second": [[1, "second"]], "SecondAxialMomentOfArea": [[1, "secondaxialmomentofarea"]], "SecondGenerationFermion": [[1, "secondgenerationfermion"]], "SecondPerMetre": [[1, "secondpermetre"]], "SecondPerRadianCubicMetre": [[1, "secondperradiancubicmetre"]], "SecondPolarMomentOfArea": [[1, "secondpolarmomentofarea"]], "SecondaryBattery": [[1, "secondarybattery"]], "SectionAreaIntegralUnit": [[1, "sectionareaintegralunit"]], "SectionModulus": [[1, "sectionmodulus"]], "SeebeckCoefficient": [[1, "seebeckcoefficient"]], "Selenium": [[1, "selenium"]], "SeleniumAtom": [[1, "seleniumatom"]], "SeleniumSymbol": [[1, "seleniumsymbol"]], "SelfDischarge": [[1, "selfdischarge"]], "Semiosis": [[1, "semiosis"]], "SemioticEntity": [[1, "semioticentity"]], "SemioticObject": [[1, "semioticobject"]], "Semiotics": [[1, "semiotics"]], "SeparateManufacturing": [[1, "separatemanufacturing"]], "Separator": [[1, "separator"]], "Sequence": [[1, "sequence"]], "SerialStep": [[1, "serialstep"]], "SerialWorkflow": [[1, "serialworkflow"]], "SeriesConnection": [[1, "seriesconnection"]], "SeriesParallelConnection": [[1, "seriesparallelconnection"]], "Service": [[1, "service"]], "ServiceLife": [[1, "servicelife"]], "ServiceMass": [[1, "servicemass"]], "SexticLengthUnit": [[1, "sexticlengthunit"]], "SexticMetre": [[1, "sexticmetre"]], "Shape3Vector": [[1, "shape3vector"]], "Shape4x3Matrix": [[1, "shape4x3matrix"]], "ShearCutting": [[1, "shearcutting"]], "ShearStrain": [[1, "shearstrain"]], "ShelfLife": [[1, "shelflife"]], "ShortCircuitCurrent": [[1, "shortcircuitcurrent"]], "ShortRangeOrderParameter": [[1, "shortrangeorderparameter"]], "SideReaction": [[1, "sidereaction"]], "Siemens": [[1, "siemens"]], "SiemensPerCentiMetre": [[1, "siemenspercentimetre"]], "SiemensPerMetre": [[1, "siemenspermetre"]], "SiemensSquareMetrePerMole": [[1, "siemenssquaremetrepermole"]], "Sievert": [[1, "sievert"]], "Sign": [[1, "sign"]], "SignalReferencePotential": [[1, "signalreferencepotential"]], "Silicon": [[1, "silicon"]], "SiliconAirBattery": [[1, "siliconairbattery"]], "SiliconAtom": [[1, "siliconatom"]], "SiliconBattery": [[1, "siliconbattery"]], "SiliconElectrode": [[1, "siliconelectrode"]], "SiliconGraphiteElectrode": [[1, "silicongraphiteelectrode"]], "SiliconOxideElectrode": [[1, "siliconoxideelectrode"]], "SiliconOxideGraphiteElectrode": [[1, "siliconoxidegraphiteelectrode"]], "SiliconSymbol": [[1, "siliconsymbol"]], "Silver": [[1, "silver"]], "SilverAtom": [[1, "silveratom"]], "SilverBattery": [[1, "silverbattery"]], "SilverChlorideElectrode": [[1, "silverchlorideelectrode"]], "SilverElectrode": [[1, "silverelectrode"]], "SilverIOxide": [[1, "silverioxide"]], "SilverOxideBattery": [[1, "silveroxidebattery"]], "SilverOxideCadmiumBattery": [[1, "silveroxidecadmiumbattery"]], "SilverOxideCompound": [[1, "silveroxidecompound"]], "SilverOxideElectrode": [[1, "silveroxideelectrode"]], "SilverSymbol": [[1, "silversymbol"]], "SilverZincBattery": [[1, "silverzincbattery"]], "Simulation": [[1, "simulation"]], "SimulationApplication": [[1, "simulationapplication"]], "SingleCoatedElectrode": [[1, "singlecoatedelectrode"]], "SingleComponentComposition": [[1, "singlecomponentcomposition"]], "SinteredPlate": [[1, "sinteredplate"]], "Sintering": [[1, "sintering"]], "SinusoidalCurrentWaveform": [[1, "sinusoidalcurrentwaveform"]], "SinusoidalPotentialWaveform": [[1, "sinusoidalpotentialwaveform"]], "SlowingDownArea": [[1, "slowingdownarea"]], "SlowingDownDensity": [[1, "slowingdowndensity"]], "SlowingDownLength": [[1, "slowingdownlength"]], "Smoke": [[1, "smoke"]], "Sodium": [[1, "sodium"]], "SodiumAcetate": [[1, "sodiumacetate"]], "SodiumAirBattery": [[1, "sodiumairbattery"]], "SodiumAtom": [[1, "sodiumatom"]], "SodiumBattery": [[1, "sodiumbattery"]], "SodiumBisoxalatoborate": [[1, "sodiumbisoxalatoborate"]], "SodiumBisoxalatophosphate": [[1, "sodiumbisoxalatophosphate"]], "SodiumBistrifluoromethanesulfonylimide": [[1, "sodiumbistrifluoromethanesulfonylimide"]], "SodiumBromide": [[1, "sodiumbromide"]], "SodiumCarbonate": [[1, "sodiumcarbonate"]], "SodiumChlorate": [[1, "sodiumchlorate"]], "SodiumChloride": [[1, "sodiumchloride"]], "SodiumChromiumOxide": [[1, "sodiumchromiumoxide"]], "SodiumChromiumOxideElectrode": [[1, "sodiumchromiumoxideelectrode"]], "SodiumCobaltOxide": [[1, "sodiumcobaltoxide"]], "SodiumCobaltOxideElectrode": [[1, "sodiumcobaltoxideelectrode"]], "SodiumCobaltPhosphate": [[1, "sodiumcobaltphosphate"]], "SodiumCobaltPhosphateElectrode": [[1, "sodiumcobaltphosphateelectrode"]], "SodiumDifluorooxalatoborate": [[1, "sodiumdifluorooxalatoborate"]], "SodiumElectrode": [[1, "sodiumelectrode"]], "SodiumFluoride": [[1, "sodiumfluoride"]], "SodiumHexafluorophosphate": [[1, "sodiumhexafluorophosphate"]], "SodiumHydroxide": [[1, "sodiumhydroxide"]], "SodiumInsertionElectrode": [[1, "sodiuminsertionelectrode"]], "SodiumIodide": [[1, "sodiumiodide"]], "SodiumIonBattery": [[1, "sodiumionbattery"]], "SodiumIonHardCarbonBattery": [[1, "sodiumionhardcarbonbattery"]], "SodiumIronHexacyanoferrateElectrode": [[1, "sodiumironhexacyanoferrateelectrode"]], "SodiumIronPhosphate": [[1, "sodiumironphosphate"]], "SodiumIronPhosphateElectrode": [[1, "sodiumironphosphateelectrode"]], "SodiumManganeseHexacyanoferrateElectrode": [[1, "sodiummanganesehexacyanoferrateelectrode"]], "SodiumManganeseOxide": [[1, "sodiummanganeseoxide"]], "SodiumManganeseOxideElectrode": [[1, "sodiummanganeseoxideelectrode"]], "SodiumManganesePhosphate": [[1, "sodiummanganesephosphate"]], "SodiumManganesePhosphateElectrode": [[1, "sodiummanganesephosphateelectrode"]], "SodiumMetatitanateElectrode": [[1, "sodiummetatitanateelectrode"]], "SodiumNickelPhosphate": [[1, "sodiumnickelphosphate"]], "SodiumNickelPhosphateElectrode": [[1, "sodiumnickelphosphateelectrode"]], "SodiumNitrate": [[1, "sodiumnitrate"]], "SodiumNitrite": [[1, "sodiumnitrite"]], "SodiumPerchlorate": [[1, "sodiumperchlorate"]], "SodiumPhosphate": [[1, "sodiumphosphate"]], "SodiumSaltCompound": [[1, "sodiumsaltcompound"]], "SodiumSulfate": [[1, "sodiumsulfate"]], "SodiumSulfide": [[1, "sodiumsulfide"]], "SodiumSulfite": [[1, "sodiumsulfite"]], "SodiumSymbol": [[1, "sodiumsymbol"]], "SodiumTetrachloroaluminate": [[1, "sodiumtetrachloroaluminate"]], "SodiumTetrafluoroborate": [[1, "sodiumtetrafluoroborate"]], "SodiumTitaniumOxideElectrode": [[1, "sodiumtitaniumoxideelectrode"]], "SodiumTitaniumPhosphateElectrode": [[1, "sodiumtitaniumphosphateelectrode"]], "SodiumTriflate": [[1, "sodiumtriflate"]], "SodiumTrifluoromethanesulfonyloxalatoborate": [[1, "sodiumtrifluoromethanesulfonyloxalatoborate"]], "Software": [[1, "software"]], "Sol": [[1, "sol"]], "Soldering": [[1, "soldering"]], "Solid": [[1, "solid"]], "SolidAerosol": [[1, "solidaerosol"]], "SolidAmalgamElectrode": [[1, "solidamalgamelectrode"]], "SolidAngle": [[1, "solidangle"]], "SolidAngularMeasure": [[1, "solidangularmeasure"]], "SolidElectrolyte": [[1, "solidelectrolyte"]], "SolidElectrolyteInterphase": [[1, "solidelectrolyteinterphase"]], "SolidFoam": [[1, "solidfoam"]], "SolidGasSuspension": [[1, "solidgassuspension"]], "SolidLiquidSuspension": [[1, "solidliquidsuspension"]], "SolidMixture": [[1, "solidmixture"]], "SolidSol": [[1, "solidsol"]], "SolidSolidSuspension": [[1, "solidsolidsuspension"]], "SolidSolution": [[1, "solidsolution"]], "SolidStateBattery": [[1, "solidstatebattery"]], "Solubility": [[1, "solubility"]], "SolubilityProduct": [[1, "solubilityproduct"]], "Solution": [[1, "solution"]], "SolventCompound": [[1, "solventcompound"]], "Somatosensory": [[1, "somatosensory"]], "SourceCode": [[1, "sourcecode"]], "SourceVoltage": [[1, "sourcevoltage"]], "SpaceAndTimeQuantity": [[1, "spaceandtimequantity"]], "SpaceChargeLayer": [[1, "spacechargelayer"]], "Spacer": [[1, "spacer"]], "Spacing": [[1, "spacing"]], "SparkErosion": [[1, "sparkerosion"]], "SparkPlasmaSintering": [[1, "sparkplasmasintering"]], "SpatialTile": [[1, "spatialtile"]], "SpatialTiling": [[1, "spatialtiling"]], "SpatiallyFundamental": [[1, "spatiallyfundamental"]], "SpatiallyRedundant": [[1, "spatiallyredundant"]], "SpatioTemporalTessellation": [[1, "spatiotemporaltessellation"]], "SpatioTemporalTile": [[1, "spatiotemporaltile"]], "SpecialUnit": [[1, "specialunit"]], "SpecificActivity": [[1, "specificactivity"]], "SpecificCapacity": [[1, "specificcapacity"]], "SpecificChargeCapacity": [[1, "specificchargecapacity"]], "SpecificDischargeCapacity": [[1, "specificdischargecapacity"]], "SpecificEnergy": [[1, "specificenergy"]], "SpecificEnergyImparted": [[1, "specificenergyimparted"]], "SpecificEnergyOfStorage": [[1, "specificenergyofstorage"]], "SpecificEnthalpy": [[1, "specificenthalpy"]], "SpecificEntropy": [[1, "specificentropy"]], "SpecificGasConstant": [[1, "specificgasconstant"]], "SpecificGibbsEnergy": [[1, "specificgibbsenergy"]], "SpecificHeatCapacity": [[1, "specificheatcapacity"]], "SpecificHeatCapacityAtSaturatedVaporPressure": [[1, "specificheatcapacityatsaturatedvaporpressure"]], "SpecificHelmholtzEnergy": [[1, "specifichelmholtzenergy"]], "SpecificInternalEnergy": [[1, "specificinternalenergy"]], "SpecificPowerOfStorage": [[1, "specificpowerofstorage"]], "SpecificSurfaceArea": [[1, "specificsurfacearea"]], "SpecificVolume": [[1, "specificvolume"]], "Speed": [[1, "speed"]], "SpeedFractionUnit": [[1, "speedfractionunit"]], "SpeedOfLightInVacuum": [[1, "speedoflightinvacuum"]], "SpeedUnit": [[1, "speedunit"]], "Sphere": [[1, "sphere"]], "Spin": [[1, "spin"]], "SpinQuantumNumber": [[1, "spinquantumnumber"]], "Spray": [[1, "spray"]], "Spring": [[1, "spring"]], "SquareCentiMetre": [[1, "squarecentimetre"]], "SquareCentiMetreMinute": [[1, "squarecentimetreminute"]], "SquareCentiMetrePerCubicCentiMetre": [[1, "squarecentimetrepercubiccentimetre"]], "SquareCentiMetrePerSecond": [[1, "squarecentimetrepersecond"]], "SquareCentiMetreSecond": [[1, "squarecentimetresecond"]], "SquareCoulombSquareMetrePerJoule": [[1, "squarecoulombsquaremetreperjoule"]], "SquareCurrentQuarticTimePerMassUnit": [[1, "squarecurrentquartictimepermassunit"]], "SquareDeciMetre": [[1, "squaredecimetre"]], "SquareDegree": [[1, "squaredegree"]], "SquareDegreeCelsiusPerSecond": [[1, "squaredegreecelsiuspersecond"]], "SquareElectricPotentialPerSquareTemperatureUnit": [[1, "squareelectricpotentialpersquaretemperatureunit"]], "SquareKelvin": [[1, "squarekelvin"]], "SquareKilogramPerSquareSecond": [[1, "squarekilogrampersquaresecond"]], "SquareMassPerSquareTimeUnit": [[1, "squaremasspersquaretimeunit"]], "SquareMetre": [[1, "squaremetre"]], "SquareMetreCubicHertz": [[1, "squaremetrecubichertz"]], "SquareMetreHertz": [[1, "squaremetrehertz"]], "SquareMetreKelvin": [[1, "squaremetrekelvin"]], "SquareMetreKelvinPerWatt": [[1, "squaremetrekelvinperwatt"]], "SquareMetrePerHectare": [[1, "squaremetreperhectare"]], "SquareMetrePerHertz": [[1, "squaremetreperhertz"]], "SquareMetrePerHertzPerDegree": [[1, "squaremetreperhertzperdegree"]], "SquareMetrePerJoule": [[1, "squaremetreperjoule"]], "SquareMetrePerKelvin": [[1, "squaremetreperkelvin"]], "SquareMetrePerKilogram": [[1, "squaremetreperkilogram"]], "SquareMetrePerMole": [[1, "squaremetrepermole"]], "SquareMetrePerNewton": [[1, "squaremetrepernewton"]], "SquareMetrePerSecond": [[1, "squaremetrepersecond"]], "SquareMetrePerSquareHertz": [[1, "squaremetrepersquarehertz"]], "SquareMetrePerSquareMetre": [[1, "squaremetrepersquaremetre"]], "SquareMetrePerSquareSecond": [[1, "squaremetrepersquaresecond"]], "SquareMetrePerSteradian": [[1, "squaremetrepersteradian"]], "SquareMetrePerSteradianJoule": [[1, "squaremetrepersteradianjoule"]], "SquareMetrePerVoltSecond": [[1, "squaremetrepervoltsecond"]], "SquareMetreQuarticHertz": [[1, "squaremetrequartichertz"]], "SquareMetreSecondPerRadian": [[1, "squaremetresecondperradian"]], "SquareMetreSquareHertz": [[1, "squaremetresquarehertz"]], "SquareMetreSteradian": [[1, "squaremetresteradian"]], "SquareMicroMetre": [[1, "squaremicrometre"]], "SquareMilliMetre": [[1, "squaremillimetre"]], "SquareMilliMetrePerSecond": [[1, "squaremillimetrepersecond"]], "SquareNanoMetre": [[1, "squarenanometre"]], "SquarePascalPerSquareSecond": [[1, "squarepascalpersquaresecond"]], "SquarePascalSecond": [[1, "squarepascalsecond"]], "SquarePressurePerSquareTimeUnit": [[1, "squarepressurepersquaretimeunit"]], "SquarePressureTimeUnit": [[1, "squarepressuretimeunit"]], "SquareSecond": [[1, "squaresecond"]], "SquareTemperaturePerTimeUnit": [[1, "squaretemperaturepertimeunit"]], "SquareTemperatureUnit": [[1, "squaretemperatureunit"]], "SquareTimePerMassUnit": [[1, "squaretimepermassunit"]], "SquareTimeUnit": [[1, "squaretimeunit"]], "SquareVoltPerSquareKelvin": [[1, "squarevoltpersquarekelvin"]], "SquareWaveCurrent": [[1, "squarewavecurrent"]], "SquareWavePotentialWaveform": [[1, "squarewavepotentialwaveform"]], "SquareWaveVoltammetry": [[1, "squarewavevoltammetry"]], "SquareWaveVoltammetryWaveform": [[1, "squarewavevoltammetrywaveform"]], "Stage": [[1, "stage"]], "StaircaseCurrentRamp": [[1, "staircasecurrentramp"]], "StaircasePotentialRamp": [[1, "staircasepotentialramp"]], "StandaloneAtom": [[1, "standaloneatom"]], "StandaloneModelSimulation": [[1, "standalonemodelsimulation"]], "StandardAbsoluteActivity": [[1, "standardabsoluteactivity"], [1, "id18"]], "StandardAbsoluteActivityOfSolvent": [[1, "standardabsoluteactivityofsolvent"]], "StandardAmountConcentration": [[1, "standardamountconcentration"]], "StandardChemicalPotential": [[1, "standardchemicalpotential"]], "StandardElectrodePotential": [[1, "standardelectrodepotential"]], "StandardEquilibriumConstant": [[1, "standardequilibriumconstant"]], "StandardHydrogenElectrode": [[1, "standardhydrogenelectrode"]], "StandardModelParticle": [[1, "standardmodelparticle"]], "StandardUnit": [[1, "standardunit"]], "StandardVoltageCell": [[1, "standardvoltagecell"]], "StandardizedPhysicalQuantity": [[1, "standardizedphysicalquantity"]], "StartingCapability": [[1, "startingcapability"]], "StateOfCharge": [[1, "stateofcharge"]], "StateOfMatter": [[1, "stateofmatter"]], "StaticFrictionCoefficient": [[1, "staticfrictioncoefficient"]], "StaticFrictionForce": [[1, "staticfrictionforce"]], "StatisticalWeightOfSubsystem": [[1, "statisticalweightofsubsystem"]], "Status": [[1, "status"]], "Step": [[1, "step"]], "StepChronopotentiometry": [[1, "stepchronopotentiometry"]], "StepDuration": [[1, "stepduration"]], "StepIndex": [[1, "stepindex"]], "StepSignalCurrent": [[1, "stepsignalcurrent"]], "StepSignalVoltage": [[1, "stepsignalvoltage"]], "Steradian": [[1, "steradian"]], "SternModel": [[1, "sternmodel"]], "StoichiometricEquation": [[1, "stoichiometricequation"]], "StoichiometricNumberOfSubstance": [[1, "stoichiometricnumberofsubstance"]], "Stoichiometry": [[1, "stoichiometry"]], "StorageTest": [[1, "storagetest"]], "Strain": [[1, "strain"]], "StrangeAntiQuark": [[1, "strangeantiquark"]], "StrangeQuark": [[1, "strangequark"]], "Stress": [[1, "stress"]], "StrictFundamental": [[1, "strictfundamental"]], "String": [[1, "string"]], "StrippingChronopotentiometry": [[1, "strippingchronopotentiometry"]], "StrippingVoltammetry": [[1, "strippingvoltammetry"]], "StrongAcid": [[1, "strongacid"]], "StrongBaseCompound": [[1, "strongbasecompound"]], "Strontium": [[1, "strontium"]], "StrontiumAcetate": [[1, "strontiumacetate"]], "StrontiumAtom": [[1, "strontiumatom"]], "StrontiumBisfluorosulfonylimide": [[1, "strontiumbisfluorosulfonylimide"]], "StrontiumBisoxalatoborate": [[1, "strontiumbisoxalatoborate"]], "StrontiumBisoxalatophosphate": [[1, "strontiumbisoxalatophosphate"]], "StrontiumBistrifluoromethanesulfonylimide": [[1, "strontiumbistrifluoromethanesulfonylimide"]], "StrontiumBromide": [[1, "strontiumbromide"]], "StrontiumCarbonate": [[1, "strontiumcarbonate"]], "StrontiumChlorate": [[1, "strontiumchlorate"]], "StrontiumChloride": [[1, "strontiumchloride"]], "StrontiumDifluorooxalatoborate": [[1, "strontiumdifluorooxalatoborate"]], "StrontiumElectrode": [[1, "strontiumelectrode"]], "StrontiumFluoride": [[1, "strontiumfluoride"]], "StrontiumHexafluorophosphate": [[1, "strontiumhexafluorophosphate"]], "StrontiumHydroxide": [[1, "strontiumhydroxide"]], "StrontiumIodide": [[1, "strontiumiodide"]], "StrontiumNitrate": [[1, "strontiumnitrate"]], "StrontiumNitrite": [[1, "strontiumnitrite"]], "StrontiumPerchlorate": [[1, "strontiumperchlorate"]], "StrontiumPhosphate": [[1, "strontiumphosphate"]], "StrontiumSaltCompound": [[1, "strontiumsaltcompound"]], "StrontiumSulfate": [[1, "strontiumsulfate"]], "StrontiumSulfide": [[1, "strontiumsulfide"]], "StrontiumSulfite": [[1, "strontiumsulfite"]], "StrontiumSymbol": [[1, "strontiumsymbol"]], "StrontiumTetrafluoroborate": [[1, "strontiumtetrafluoroborate"]], "StrontiumTriflate": [[1, "strontiumtriflate"]], "StrontiumTrifluoromethanesulfonyloxalatoborate": [[1, "strontiumtrifluoromethanesulfonyloxalatoborate"]], "StructuralFormula": [[1, "structuralformula"]], "StructureFactor": [[1, "structurefactor"]], "StyreneButadiene": [[1, "styrenebutadiene"]], "SubObject": [[1, "subobject"]], "SubProcess": [[1, "subprocess"]], "Subjective": [[1, "subjective"]], "SubjectiveProperty": [[1, "subjectiveproperty"]], "Substance": [[1, "substance"]], "SuccinicAnhydride": [[1, "succinicanhydride"]], "Sulfolane": [[1, "sulfolane"]], "Sulfur": [[1, "sulfur"]], "SulfurAtom": [[1, "sulfuratom"]], "SulfurElectrode": [[1, "sulfurelectrode"]], "SulfurSymbol": [[1, "sulfursymbol"]], "SulfuricAcid": [[1, "sulfuricacid"]], "SulfuricAcidSolution": [[1, "sulfuricacidsolution"]], "SulfurousAcid": [[1, "sulfurousacid"]], "Supercapacitor": [[1, "supercapacitor"]], "SuperconductionTransitionTemperature": [[1, "superconductiontransitiontemperature"]], "SuperconductorEnergyGap": [[1, "superconductorenergygap"]], "SupplyChain": [[1, "supplychain"]], "SupportingElectrolyte": [[1, "supportingelectrolyte"]], "SurfaceActivityDensity": [[1, "surfaceactivitydensity"]], "SurfaceArea": [[1, "surfacearea"]], "SurfaceAreaPerVolume": [[1, "surfaceareapervolume"]], "SurfaceCoefficientOfHeatTransfer": [[1, "surfacecoefficientofheattransfer"]], "SurfaceDensityOfElectricCharge": [[1, "surfacedensityofelectriccharge"]], "SurfaceMassDensity": [[1, "surfacemassdensity"]], "SurfaceOverpotential": [[1, "surfaceoverpotential"]], "SurfaceTension": [[1, "surfacetension"]], "Susceptance": [[1, "susceptance"]], "Suspension": [[1, "suspension"]], "SwagelokCell": [[1, "swagelokcell"]], "Symbol": [[1, "symbol"]], "Symbolic": [[1, "symbolic"]], "SymbolicConstruct": [[1, "symbolicconstruct"]], "SystemProgram": [[1, "systemprogram"]], "SystemUnit": [[1, "systemunit"]], "TDI": [[1, "tdi"]], "TFP": [[1, "tfp"]], "Tantalum": [[1, "tantalum"]], "TantalumAtom": [[1, "tantalumatom"]], "TantalumSymbol": [[1, "tantalumsymbol"]], "TartaricAcid": [[1, "tartaricacid"]], "TartronicAcid": [[1, "tartronicacid"]], "Task": [[1, "task"]], "Tau": [[1, "tau"]], "TauAntiNeutrino": [[1, "tauantineutrino"]], "TauNeutrino": [[1, "tauneutrino"]], "Technetium": [[1, "technetium"]], "TechnetiumAtom": [[1, "technetiumatom"]], "TechnetiumSymbol": [[1, "technetiumsymbol"]], "Tellurium": [[1, "tellurium"]], "TelluriumAtom": [[1, "telluriumatom"]], "TelluriumSymbol": [[1, "telluriumsymbol"]], "TemperatureAreaPerMassTimeUnit": [[1, "temperatureareapermasstimeunit"]], "TemperatureCoefficientOfTheCapacity": [[1, "temperaturecoefficientofthecapacity"]], "TemperatureCoefficientOfTheOpenCircuitVoltage": [[1, "temperaturecoefficientoftheopencircuitvoltage"]], "TemperatureLengthPerTimeUnit": [[1, "temperaturelengthpertimeunit"]], "TemperatureLimit": [[1, "temperaturelimit"]], "TemperatureMassPerAreaUnit": [[1, "temperaturemassperareaunit"]], "TemperaturePerLengthUnit": [[1, "temperatureperlengthunit"]], "TemperaturePerMagneticFluxDensityUnit": [[1, "temperaturepermagneticfluxdensityunit"]], "TemperaturePerPressureUnit": [[1, "temperatureperpressureunit"]], "TemperaturePerSquareTimeUnit": [[1, "temperaturepersquaretimeunit"]], "TemperaturePerTimeUnit": [[1, "temperaturepertimeunit"]], "TemperaturePressurePerTimeUnit": [[1, "temperaturepressurepertimeunit"]], "TemperatureTimeUnit": [[1, "temperaturetimeunit"]], "TemperatureUnit": [[1, "temperatureunit"]], "Tempering": [[1, "tempering"]], "TemporalRole": [[1, "temporalrole"]], "TemporalTile": [[1, "temporaltile"]], "TemporalTiling": [[1, "temporaltiling"]], "TemporallyFundamental": [[1, "temporallyfundamental"]], "TemporallyRedundant": [[1, "temporallyredundant"]], "TennessineAtom": [[1, "tennessineatom"]], "TennessineSymbol": [[1, "tennessinesymbol"]], "TensorMeson": [[1, "tensormeson"]], "Tera": [[1, "tera"]], "TeraPrefixedUnit": [[1, "teraprefixedunit"]], "TerbiumAtom": [[1, "terbiumatom"]], "TerbiumSymbol": [[1, "terbiumsymbol"]], "Terminal": [[1, "terminal"]], "TerminalProtector": [[1, "terminalprotector"]], "Tesla": [[1, "tesla"]], "Tessellation": [[1, "tessellation"]], "TestTime": [[1, "testtime"]], "TetraethylOrthosilicate": [[1, "tetraethylorthosilicate"]], "Tetrafluoroborate": [[1, "tetrafluoroborate"]], "Tetraglyme": [[1, "tetraglyme"]], "Tetrahydrofuran": [[1, "tetrahydrofuran"], [1, "id19"]], "TetrapotassiumHeptaiodobismuthate": [[1, "tetrapotassiumheptaiodobismuthate"]], "Thallium": [[1, "thallium"]], "ThalliumAtom": [[1, "thalliumatom"]], "ThalliumSymbol": [[1, "thalliumsymbol"]], "TheoreticalCapacity": [[1, "theoreticalcapacity"]], "Theorisation": [[1, "theorisation"]], "Theory": [[1, "theory"]], "ThermalConductance": [[1, "thermalconductance"]], "ThermalConductanceUnit": [[1, "thermalconductanceunit"]], "ThermalConductivity": [[1, "thermalconductivity"]], "ThermalConductivityUnit": [[1, "thermalconductivityunit"]], "ThermalCutting": [[1, "thermalcutting"]], "ThermalDiffusionFactor": [[1, "thermaldiffusionfactor"]], "ThermalDiffusionRatio": [[1, "thermaldiffusionratio"]], "ThermalDiffusivity": [[1, "thermaldiffusivity"]], "ThermalInsulance": [[1, "thermalinsulance"]], "ThermalResistance": [[1, "thermalresistance"]], "ThermalResistanceUnit": [[1, "thermalresistanceunit"]], "ThermalResistivityUnit": [[1, "thermalresistivityunit"]], "ThermalRunaway": [[1, "thermalrunaway"]], "ThermalSprayingForming": [[1, "thermalsprayingforming"]], "ThermalTransmittanceUnit": [[1, "thermaltransmittanceunit"]], "ThermalUtilizationFactor": [[1, "thermalutilizationfactor"]], "ThermochemicalTreatment": [[1, "thermochemicaltreatment"]], "ThermodynamicCriticalMagneticFluxDensity": [[1, "thermodynamiccriticalmagneticfluxdensity"]], "ThermodynamicEfficiency": [[1, "thermodynamicefficiency"]], "ThermodynamicGrueneisenParameter": [[1, "thermodynamicgrueneisenparameter"]], "ThermodynamicTemperature": [[1, "thermodynamictemperature"]], "ThermodynamicalQuantity": [[1, "thermodynamicalquantity"]], "ThermoelectricVoltage": [[1, "thermoelectricvoltage"]], "ThermogalvanicCell": [[1, "thermogalvaniccell"]], "ThermomechanicalTreatment": [[1, "thermomechanicaltreatment"]], "Thickness": [[1, "thickness"]], "ThionylChloride": [[1, "thionylchloride"]], "ThionylChlorideElectrode": [[1, "thionylchlorideelectrode"]], "Thiourea": [[1, "thiourea"]], "ThirdGenerationFermion": [[1, "thirdgenerationfermion"]], "ThomsonCoefficient": [[1, "thomsoncoefficient"]], "ThoriumAtom": [[1, "thoriumatom"]], "ThoriumSymbol": [[1, "thoriumsymbol"]], "ThreeElectrodeCell": [[1, "threeelectrodecell"]], "ThreeManifold": [[1, "threemanifold"]], "ThreeMeSulfolane": [[1, "threemesulfolane"]], "ThreeMeTwoOxazolidinone": [[1, "threemetwooxazolidinone"]], "ThroughTile": [[1, "throughtile"]], "ThuliumAtom": [[1, "thuliumatom"]], "ThuliumSymbol": [[1, "thuliumsymbol"]], "TightlyCoupledModelsSimulation": [[1, "tightlycoupledmodelssimulation"]], "Tile": [[1, "tile"]], "Time": [[1, "time"]], "TimeConstant": [[1, "timeconstant"]], "TimeMeasurement": [[1, "timemeasurement"]], "TimeMeasurementResult": [[1, "timemeasurementresult"]], "TimePerLengthUnit": [[1, "timeperlengthunit"]], "TimePerVolumeUnit": [[1, "timepervolumeunit"]], "TimeSeries": [[1, "timeseries"]], "TimeUnit": [[1, "timeunit"]], "TimeVector": [[1, "timevector"]], "TimeseriesElectricalDataset": [[1, "timeserieselectricaldataset"]], "Tin": [[1, "tin"]], "TinAtom": [[1, "tinatom"]], "TinElectrode": [[1, "tinelectrode"]], "TinIIOxide": [[1, "tiniioxide"]], "TinIVOxide": [[1, "tinivoxide"]], "TinOxideCompound": [[1, "tinoxidecompound"]], "TinSymbol": [[1, "tinsymbol"]], "Titanium": [[1, "titanium"]], "TitaniumAtom": [[1, "titaniumatom"]], "TitaniumDioxide": [[1, "titaniumdioxide"]], "TitaniumDioxideElectrode": [[1, "titaniumdioxideelectrode"]], "TitaniumElectrode": [[1, "titaniumelectrode"]], "TitaniumIIIOxide": [[1, "titaniumiiioxide"]], "TitaniumIIOxide": [[1, "titaniumiioxide"]], "TitaniumOxideCompound": [[1, "titaniumoxidecompound"]], "TitaniumSymbol": [[1, "titaniumsymbol"]], "Toluene": [[1, "toluene"]], "Tonne": [[1, "tonne"]], "TonnePerCubicMetre": [[1, "tonnepercubicmetre"]], "TonnePerDay": [[1, "tonneperday"]], "TonnePerHectare": [[1, "tonneperhectare"]], "TonnePerHour": [[1, "tonneperhour"]], "TonnePerMinute": [[1, "tonneperminute"]], "TonnePerSecond": [[1, "tonnepersecond"]], "Tool": [[1, "tool"]], "TopAntiQuark": [[1, "topantiquark"]], "TopQuark": [[1, "topquark"]], "Torque": [[1, "torque"]], "Tortuosity": [[1, "tortuosity"]], "Torus": [[1, "torus"]], "TotalAngularMomentum": [[1, "totalangularmomentum"]], "TotalAngularMomentumQuantumNumber": [[1, "totalangularmomentumquantumnumber"]], "TotalComposition": [[1, "totalcomposition"]], "TotalCrossSection": [[1, "totalcrosssection"]], "TotalCurrent": [[1, "totalcurrent"]], "TotalCurrentDensity": [[1, "totalcurrentdensity"]], "TotalIonization": [[1, "totalionization"]], "TotalLinearStoppingPower": [[1, "totallinearstoppingpower"]], "TotalMassStoppingPower": [[1, "totalmassstoppingpower"]], "TotalNumberOfCycles": [[1, "totalnumberofcycles"]], "TransferMolding": [[1, "transfermolding"]], "TransientLiquidPhaseSintering": [[1, "transientliquidphasesintering"]], "TransitionMetalElementalSubstance": [[1, "transitionmetalelementalsubstance"]], "TransitionMetalOxideCompound": [[1, "transitionmetaloxidecompound"]], "TransitionMetalSaltCompound": [[1, "transitionmetalsaltcompound"]], "TransitionTime": [[1, "transitiontime"]], "TransportationDevice": [[1, "transportationdevice"]], "TrasattiBuzzancaModel": [[1, "trasattibuzzancamodel"]], "TriangularCurrentWaveform": [[1, "triangularcurrentwaveform"]], "TriangularPotentialWaveform": [[1, "triangularpotentialwaveform"]], "Trichlorofluoromethane": [[1, "trichlorofluoromethane"]], "TrickleCharge": [[1, "tricklecharge"]], "Trifluoromethanesulfonate": [[1, "trifluoromethanesulfonate"]], "Triglyme": [[1, "triglyme"]], "TrimethoxyMethylSilane": [[1, "trimethoxymethylsilane"]], "Tris222TrifluoroethylBorate": [[1, "tris222trifluoroethylborate"]], "TrisPentafluorophenylBorane": [[1, "trispentafluorophenylborane"]], "TubularPlate": [[1, "tubularplate"]], "Tungsten": [[1, "tungsten"]], "TungstenAtom": [[1, "tungstenatom"]], "TungstenElectrode": [[1, "tungstenelectrode"]], "TungstenOxideElectrode": [[1, "tungstenoxideelectrode"]], "TungstenSymbol": [[1, "tungstensymbol"]], "TwoFluoropyridine": [[1, "twofluoropyridine"]], "TwoManifold": [[1, "twomanifold"]], "TwoMeTHF": [[1, "twomethf"]], "TwoStepCharge": [[1, "twostepcharge"]], "URI": [[1, "uri"]], "URL": [[1, "url"]], "URN": [[1, "urn"]], "UTF8": [[1, "utf8"]], "Uncoded": [[1, "uncoded"]], "UndefinedEdgeCutting": [[1, "undefinededgecutting"]], "UnformedDryCell": [[1, "unformeddrycell"]], "UnifiedAtomicMassConstant": [[1, "unifiedatomicmassconstant"]], "UnitOne": [[1, "unitone"]], "UnitSymbol": [[1, "unitsymbol"]], "Unknown": [[1, "unknown"]], "UpAntiQuark": [[1, "upantiquark"]], "UpAntiQuarkType": [[1, "upantiquarktype"]], "UpQuark": [[1, "upquark"]], "UpQuarkType": [[1, "upquarktype"]], "UpperCriticalMagneticFluxDensity": [[1, "uppercriticalmagneticfluxdensity"]], "UpperFrequencyLimit": [[1, "upperfrequencylimit"]], "UpperVoltageLimit": [[1, "uppervoltagelimit"]], "UraniumAtom": [[1, "uraniumatom"]], "UraniumSymbol": [[1, "uraniumsymbol"]], "Urea": [[1, "urea"]], "VIMTerm": [[1, "vimterm"]], "VacuumElectricPermittivity": [[1, "vacuumelectricpermittivity"]], "VacuumMagneticPermeability": [[1, "vacuummagneticpermeability"]], "Valve": [[1, "valve"]], "ValveRegulatedLeadAcidBattery": [[1, "valveregulatedleadacidbattery"]], "Vanadium": [[1, "vanadium"]], "VanadiumAtom": [[1, "vanadiumatom"]], "VanadiumIIIOxide": [[1, "vanadiumiiioxide"]], "VanadiumIIOxide": [[1, "vanadiumiioxide"]], "VanadiumIVOxide": [[1, "vanadiumivoxide"]], "VanadiumRedoxFlowBattery": [[1, "vanadiumredoxflowbattery"]], "VanadiumSymbol": [[1, "vanadiumsymbol"]], "VanadiumVOxide": [[1, "vanadiumvoxide"]], "VandaiumOxideCompound": [[1, "vandaiumoxidecompound"]], "Vapor": [[1, "vapor"]], "VaporDeposition": [[1, "vapordeposition"]], "Variable": [[1, "variable"]], "Vector": [[1, "vector"]], "VectorMeson": [[1, "vectormeson"]], "Velocity": [[1, "velocity"]], "VentCap": [[1, "ventcap"]], "VentedCell": [[1, "ventedcell"]], "Vergence": [[1, "vergence"]], "VinylEthyleneCarbonate": [[1, "vinylethylenecarbonate"]], "VinyleneCarbonate": [[1, "vinylenecarbonate"]], "Visual": [[1, "visual"]], "Volt": [[1, "volt"]], "VoltAmpere": [[1, "voltampere"]], "VoltAmpereHour": [[1, "voltamperehour"]], "VoltPerCentiMetre": [[1, "voltpercentimetre"]], "VoltPerKelvin": [[1, "voltperkelvin"]], "VoltPerMetre": [[1, "voltpermetre"]], "VoltPerMicroSecond": [[1, "voltpermicrosecond"]], "VoltPerMilliMetre": [[1, "voltpermillimetre"]], "VoltPerSecond": [[1, "voltpersecond"]], "VoltPerSquareMetre": [[1, "voltpersquaremetre"]], "VoltSecondPerMetre": [[1, "voltsecondpermetre"]], "Voltage": [[1, "voltage"]], "VoltageChangeLimit": [[1, "voltagechangelimit"]], "VoltageControlledProcess": [[1, "voltagecontrolledprocess"]], "VoltageLimit": [[1, "voltagelimit"]], "VoltageMeasurement": [[1, "voltagemeasurement"]], "VoltageMeasurementResult": [[1, "voltagemeasurementresult"]], "VoltagePhasor": [[1, "voltagephasor"]], "VoltageVector": [[1, "voltagevector"]], "VoltaicPile": [[1, "voltaicpile"]], "Voltammetry": [[1, "voltammetry"]], "VoltammetryAtARotatingDiskElectrode": [[1, "voltammetryatarotatingdiskelectrode"]], "Voltammogram": [[1, "voltammogram"]], "Voltmeter": [[1, "voltmeter"]], "Volume": [[1, "volume"]], "VolumeFlowRate": [[1, "volumeflowrate"]], "VolumeFraction": [[1, "volumefraction"]], "VolumeFractionUnit": [[1, "volumefractionunit"]], "VolumePerAmountTimeUnit": [[1, "volumeperamounttimeunit"]], "VolumePerAmountUnit": [[1, "volumeperamountunit"]], "VolumePerMassUnit": [[1, "volumepermassunit"]], "VolumePerSquareTimeUnit": [[1, "volumepersquaretimeunit"]], "VolumePerTemperatureUnit": [[1, "volumepertemperatureunit"]], "VolumePerTimeUnit": [[1, "volumepertimeunit"]], "VolumeUnit": [[1, "volumeunit"]], "VolumetricCapacity": [[1, "volumetriccapacity"]], "VolumetricNumberDensity": [[1, "volumetricnumberdensity"]], "VolumetricPowerDensityofStorage": [[1, "volumetricpowerdensityofstorage"]], "VolumetricSurfaceArea": [[1, "volumetricsurfacearea"]], "VolumicCrossSection": [[1, "volumiccrosssection"]], "VolumicTotalCrossSection": [[1, "volumictotalcrosssection"]], "VonKlitzingConstant": [[1, "vonklitzingconstant"]], "WBoson": [[1, "wboson"]], "WNegativeBoson": [[1, "wnegativeboson"]], "WPositiveBoson": [[1, "wpositiveboson"]], "Watt": [[1, "watt"]], "WattHour": [[1, "watthour"]], "WattHourPerCubicMetre": [[1, "watthourpercubicmetre"]], "WattMetrePerSquareMetreSteradian": [[1, "wattmetrepersquaremetresteradian"]], "WattPerCubicMetre": [[1, "wattpercubicmetre"]], "WattPerKelvin": [[1, "wattperkelvin"]], "WattPerKilogram": [[1, "wattperkilogram"]], "WattPerMetre": [[1, "wattpermetre"]], "WattPerMetreKelvin": [[1, "wattpermetrekelvin"]], "WattPerSquareCentiMetre": [[1, "wattpersquarecentimetre"]], "WattPerSquareMetre": [[1, "wattpersquaremetre"]], "WattPerSquareMetreKelvin": [[1, "wattpersquaremetrekelvin"]], "WattPerSquareMetrePascal": [[1, "wattpersquaremetrepascal"]], "WattPerSquareMetrePerMetre": [[1, "wattpersquaremetrepermetre"]], "WattPerSquareMetrePerMetrePerSteradian": [[1, "wattpersquaremetrepermetrepersteradian"]], "WattPerSquareMetrePerNanoMetre": [[1, "wattpersquaremetrepernanometre"]], "WattPerSquareMetrePerNanoMetrePerSteradian": [[1, "wattpersquaremetrepernanometrepersteradian"]], "WattPerSquareMetreQuarticKelvin": [[1, "wattpersquaremetrequartickelvin"]], "WattPerSquareMetreSteradian": [[1, "wattpersquaremetresteradian"]], "WattPerSteradian": [[1, "wattpersteradian"]], "WattSecond": [[1, "wattsecond"]], "WattSecondPerSquareMetre": [[1, "wattsecondpersquaremetre"]], "WaveSpring": [[1, "wavespring"]], "WaveVector": [[1, "wavevector"]], "Wavelength": [[1, "wavelength"]], "Wavenumber": [[1, "wavenumber"], [1, "id20"]], "WeakAcid": [[1, "weakacid"]], "WeakBaseCompound": [[1, "weakbasecompound"]], "WeakBoson": [[1, "weakboson"]], "Weber": [[1, "weber"]], "WeberMetre": [[1, "webermetre"]], "WeberPerMetre": [[1, "weberpermetre"]], "WeberPerMilliMetre": [[1, "weberpermillimetre"]], "Weight": [[1, "weight"]], "Welding": [[1, "welding"]], "WestonStandardVoltageCell": [[1, "westonstandardvoltagecell"]], "WetCell": [[1, "wetcell"]], "Whole": [[1, "whole"]], "Width": [[1, "width"]], "Work": [[1, "work"]], "WorkFunction": [[1, "workfunction"]], "Workflow": [[1, "workflow"]], "WorkingElectrode": [[1, "workingelectrode"]], "WorkingPotentialRange": [[1, "workingpotentialrange"]], "WorkpieceManufacturing": [[1, "workpiecemanufacturing"]], "Xenon": [[1, "xenon"]], "XenonAtom": [[1, "xenonatom"]], "XenonSymbol": [[1, "xenonsymbol"]], "Yocto": [[1, "yocto"]], "YoctoPrefixedUnit": [[1, "yoctoprefixedunit"]], "Yotta": [[1, "yotta"]], "YottaPrefixedUnit": [[1, "yottaprefixedunit"]], "YtterbiumAtom": [[1, "ytterbiumatom"]], "YtterbiumSymbol": [[1, "ytterbiumsymbol"]], "Yttrium": [[1, "yttrium"]], "YttriumAtom": [[1, "yttriumatom"]], "YttriumSymbol": [[1, "yttriumsymbol"]], "ZBoson": [[1, "zboson"]], "Zepto": [[1, "zepto"]], "ZeptoPrefixedUnit": [[1, "zeptoprefixedunit"]], "ZeroManifold": [[1, "zeromanifold"]], "Zetta": [[1, "zetta"]], "ZettaPrefixedUnit": [[1, "zettaprefixedunit"]], "Zinc": [[1, "zinc"]], "ZincAcetate": [[1, "zincacetate"]], "ZincAirBattery": [[1, "zincairbattery"]], "ZincAtom": [[1, "zincatom"]], "ZincBattery": [[1, "zincbattery"]], "ZincBistrifluoromethanesulfonylimide": [[1, "zincbistrifluoromethanesulfonylimide"]], "ZincBromide": [[1, "zincbromide"]], "ZincBromineFlowBattery": [[1, "zincbromineflowbattery"]], "ZincCarbonBattery": [[1, "zinccarbonbattery"]], "ZincCarbonate": [[1, "zinccarbonate"]], "ZincCeriumFlowBattery": [[1, "zincceriumflowbattery"]], "ZincChlorate": [[1, "zincchlorate"]], "ZincChloride": [[1, "zincchloride"]], "ZincChlorideBattery": [[1, "zincchloridebattery"]], "ZincChlorineFlowBattery": [[1, "zincchlorineflowbattery"]], "ZincCyanide": [[1, "zinccyanide"]], "ZincElectrode": [[1, "zincelectrode"]], "ZincFlowBattery": [[1, "zincflowbattery"]], "ZincFluoride": [[1, "zincfluoride"]], "ZincHexafluorophosphate": [[1, "zinchexafluorophosphate"]], "ZincHydroxide": [[1, "zinchydroxide"]], "ZincInsertionElectrode": [[1, "zincinsertionelectrode"]], "ZincIodide": [[1, "zinciodide"]], "ZincNitrate": [[1, "zincnitrate"]], "ZincNitrite": [[1, "zincnitrite"]], "ZincOxide": [[1, "zincoxide"]], "ZincOxideCompound": [[1, "zincoxidecompound"]], "ZincOxideElectrode": [[1, "zincoxideelectrode"]], "ZincPerchlorate": [[1, "zincperchlorate"]], "ZincPhosphate": [[1, "zincphosphate"]], "ZincSaltCompound": [[1, "zincsaltcompound"]], "ZincShuttleBattery": [[1, "zincshuttlebattery"]], "ZincSilverOxideBattery": [[1, "zincsilveroxidebattery"]], "ZincSulfate": [[1, "zincsulfate"]], "ZincSulfide": [[1, "zincsulfide"]], "ZincSulfite": [[1, "zincsulfite"]], "ZincSymbol": [[1, "zincsymbol"]], "ZincTetrafluoroborate": [[1, "zinctetrafluoroborate"]], "ZincTriflate": [[1, "zinctriflate"]], "Zirconium": [[1, "zirconium"]], "ZirconiumAtom": [[1, "zirconiumatom"]], "ZirconiumIVOxide": [[1, "zirconiumivoxide"]], "ZirconiumOxideCompound": [[1, "zirconiumoxidecompound"]], "ZirconiumSymbol": [[1, "zirconiumsymbol"]], "causal": [[1, "causal"]], "comment": [[1, "comment"]], "conceptualisation": [[1, "conceptualisation"]], "contact": [[1, "contact"]], "contacts": [[1, "contacts"]], "dbpediaReference": [[1, "dbpediareference"]], "definition": [[1, "definition"]], "deprecate_OrganicCompound": [[1, "deprecate-organiccompound"]], "elucidation": [[1, "elucidation"]], "equalsTo": [[1, "equalsto"]], "etymology": [[1, "etymology"]], "example": [[1, "example"]], "figure": [[1, "figure"]], "hasActiveMaterial": [[1, "hasactivematerial"]], "hasAgent": [[1, "hasagent"]], "hasAtomicNumber": [[1, "hasatomicnumber"]], "hasBeginTask": [[1, "hasbegintask"]], "hasBeginTile": [[1, "hasbegintile"]], "hasBehaviour": [[1, "hasbehaviour"]], "hasCase": [[1, "hascase"]], "hasCharacterised": [[1, "hascharacterised"]], "hasCharacteriser": [[1, "hascharacteriser"]], "hasChemicalSymbol": [[1, "haschemicalsymbol"]], "hasCognised": [[1, "hascognised"]], "hasCogniser": [[1, "hascogniser"]], "hasCollaborationWith": [[1, "hascollaborationwith"]], "hasComponent": [[1, "hascomponent"]], "hasConnectedPortion": [[1, "hasconnectedportion"]], "hasConstituent": [[1, "hasconstituent"]], "hasConstitutiveProcess": [[1, "hasconstitutiveprocess"]], "hasConvention": [[1, "hasconvention"]], "hasConventionalProperty": [[1, "hasconventionalproperty"]], "hasDataValue": [[1, "hasdatavalue"]], "hasDeclared": [[1, "hasdeclared"]], "hasDeclarer": [[1, "hasdeclarer"]], "hasDeduced": [[1, "hasdeduced"]], "hasDeducer": [[1, "hasdeducer"]], "hasDimensionString": [[1, "hasdimensionstring"]], "hasDirectPart": [[1, "hasdirectpart"]], "hasElectrode": [[1, "haselectrode"]], "hasElectrolyte": [[1, "haselectrolyte"]], "hasEndTask": [[1, "hasendtask"]], "hasEndTile": [[1, "hasendtile"]], "hasFractionalCollection": [[1, "hasfractionalcollection"]], "hasFractionalMember": [[1, "hasfractionalmember"]], "hasGatheredPart": [[1, "hasgatheredpart"]], "hasHolisticNonTemporalPart": [[1, "hasholisticnontemporalpart"]], "hasHolisticOverlap": [[1, "hasholisticoverlap"]], "hasHolisticPart": [[1, "hasholisticpart"]], "hasHolisticRelation": [[1, "hasholisticrelation"]], "hasHolisticTemporalPart": [[1, "hasholistictemporalpart"]], "hasIUPAC2016AtomicMass": [[1, "hasiupac2016atomicmass"]], "hasIcon": [[1, "hasicon"]], "hasIndex": [[1, "hasindex"]], "hasInput": [[1, "hasinput"]], "hasInterpretant": [[1, "hasinterpretant"]], "hasInterpreter": [[1, "hasinterpreter"]], "hasInterval": [[1, "hasinterval"]], "hasJunctionPart": [[1, "hasjunctionpart"]], "hasJunctionTile": [[1, "hasjunctiontile"]], "hasManufacturedOutput": [[1, "hasmanufacturedoutput"]], "hasMaximalCollection": [[1, "hasmaximalcollection"]], "hasMeasuredProperty": [[1, "hasmeasuredproperty"]], "hasMeasurementUnit": [[1, "hasmeasurementunit"]], "hasMember": [[1, "hasmember"]], "hasMetricPrefix": [[1, "hasmetricprefix"]], "hasMetrologicalReference": [[1, "hasmetrologicalreference"]], "hasMetrologicalUncertainty": [[1, "hasmetrologicaluncertainty"]], "hasModel": [[1, "hasmodel"]], "hasModelledProperty": [[1, "hasmodelledproperty"]], "hasNegativeElectrode": [[1, "hasnegativeelectrode"]], "hasNext": [[1, "hasnext"]], "hasNonTemporalPart": [[1, "hasnontemporalpart"]], "hasNumericalPart": [[1, "hasnumericalpart"]], "hasNumericalValue": [[1, "hasnumericalvalue"]], "hasObjectiveProperty": [[1, "hasobjectiveproperty"]], "hasOutcome": [[1, "hasoutcome"]], "hasOutput": [[1, "hasoutput"]], "hasPart": [[1, "haspart"]], "hasParticipant": [[1, "hasparticipant"]], "hasPortion": [[1, "hasportion"]], "hasPortionPart": [[1, "hasportionpart"]], "hasPositiveElectrode": [[1, "haspositiveelectrode"]], "hasPrefixMultiplier": [[1, "hasprefixmultiplier"]], "hasPrefixSymbol": [[1, "hasprefixsymbol"]], "hasProductOutput": [[1, "hasproductoutput"]], "hasProperPart": [[1, "hasproperpart"]], "hasProperty": [[1, "hasproperty"]], "hasQuantity": [[1, "hasquantity"]], "hasRedundantPart": [[1, "hasredundantpart"]], "hasReferenceElectrode": [[1, "hasreferenceelectrode"]], "hasReferencePart": [[1, "hasreferencepart"]], "hasReferent": [[1, "hasreferent"]], "hasSIConversionMultiplier": [[1, "hassiconversionmultiplier"]], "hasSIConversionOffset": [[1, "hassiconversionoffset"]], "hasScatteredPortion": [[1, "hasscatteredportion"]], "hasServiceOutput": [[1, "hasserviceoutput"]], "hasSign": [[1, "hassign"]], "hasSpatialPart": [[1, "hasspatialpart"]], "hasSpatialSection": [[1, "hasspatialsection"]], "hasSpatialSlice": [[1, "hasspatialslice"]], "hasSpatialTile": [[1, "hasspatialtile"]], "hasSpatioTemporalTile": [[1, "hasspatiotemporaltile"]], "hasStage": [[1, "hasstage"]], "hasStatus": [[1, "hasstatus"]], "hasStringValue": [[1, "hasstringvalue"]], "hasSubObject": [[1, "hassubobject"]], "hasSubProcess": [[1, "hassubprocess"]], "hasSymbolValue": [[1, "hassymbolvalue"]], "hasTask": [[1, "hastask"]], "hasTemporalPart": [[1, "hastemporalpart"]], "hasTemporalSection": [[1, "hastemporalsection"]], "hasTemporalSlice": [[1, "hastemporalslice"]], "hasTemporalTile": [[1, "hastemporaltile"]], "hasTemporaryParticipant": [[1, "hastemporaryparticipant"]], "hasURI": [[1, "hasuri"]], "hasURIValue": [[1, "hasurivalue"]], "hasURLValue": [[1, "hasurlvalue"]], "hasURNValue": [[1, "hasurnvalue"]], "hasUnitNonPrefixPart": [[1, "hasunitnonprefixpart"]], "hasUnitSymbol": [[1, "hasunitsymbol"]], "hasVariable": [[1, "hasvariable"]], "isCauseOf": [[1, "iscauseof"]], "isConcomitantWith": [[1, "isconcomitantwith"]], "isDirectCauseOf": [[1, "isdirectcauseof"]], "isGatheredPartOf": [[1, "isgatheredpartof"]], "isIndirectCauseOf": [[1, "isindirectcauseof"]], "isNotCauseOf": [[1, "isnotcauseof"]], "isOvercrossedBy": [[1, "isovercrossedby"]], "isPartOf": [[1, "ispartof"]], "isPortionPartOf": [[1, "isportionpartof"]], "isPredecessorOf": [[1, "ispredecessorof"]], "isProperPartOf": [[1, "isproperpartof"]], "iupacReference": [[1, "iupacreference"]], "mereological": [[1, "mereological"]], "metrologicalReference": [[1, "id21"]], "molecularFormula": [[1, "id22"]], "notOverlaps": [[1, "notoverlaps"]], "omReference": [[1, "omreference"]], "overcrosses": [[1, "overcrosses"]], "overlaps": [[1, "overlaps"]], "properOverlaps": [[1, "properoverlaps"]], "pubChemReference": [[1, "pubchemreference"]], "qudtReference": [[1, "qudtreference"]], "semiotical": [[1, "semiotical"]], "test": [[1, "test"]], "ucumCode": [[1, "ucumcode"]], "uneceCommonCode": [[1, "unececommoncode"]], "unitSymbol": [[1, "id23"]], "universe": [[1, "universe"]], "wikidataReference": [[1, "wikidatareference"]], "wikipediaReference": [[1, "wikipediareference"]], "Contributing to the ontology": [[2, "contributing-to-the-ontology"]], "Suggest minor changes on existing elements": [[2, "suggest-minor-changes-on-existing-elements"]], "Propose additions/deletion of elements": [[2, "propose-additions-deletion-of-elements"]], "Resources": [[4, "resources"]], "Best Practices": [[4, "best-practices"]], "Tabular Data": [[4, "tabular-data"]], "RDF Vocabularies": [[4, "rdf-vocabularies"]]}, "indexentries": {}}) \ No newline at end of file

jMLIk^+{}_aL8?bW3c_^H2(j5o>H`7d(K6bO32M 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

HKprc^89J<1veXz$OcleJP!tYWt#lp&WE$ma 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 %ciF1-*Id8zSTFTzT734FYp-0hbcxjU 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�-f^r<#y_ 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