diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml
index e705421..c96fabe 100644
--- a/.github/workflows/ci_tests.yml
+++ b/.github/workflows/ci_tests.yml
@@ -38,26 +38,3 @@ jobs:
--configfile=.github/utils/emmocheck_config.yml \
electrochemicalquantities.ttl
- - name: Run EMMO Check - emmo-concepts
- run: |
- emmocheck --verbose --url-from-catalog \
- --skip test_namespace \
- --skip test_quantity_dimension \
- --configfile=.github/utils/emmocheck_config.yml \
- emmo-concepts.ttl
-
- - name: Run EMMO Check - isq_bigmap
- run: |
- emmocheck --verbose --url-from-catalog \
- --skip test_namespace \
- --skip test_quantity_dimension \
- --configfile=.github/utils/emmocheck_config.yml \
- isq_bigmap.ttl
-
- - name: Run EMMO Check - material_bigmap_temp
- run: |
- emmocheck --verbose --url-from-catalog \
- --skip test_namespace \
- --skip test_quantity_dimension \
- --configfile=.github/utils/emmocheck_config.yml \
- material_bigmap_temp.ttl
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..e925d56
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,35 @@
+# Contributing to the ontology
+
+There are two ways you can contribute to the ontology:
+- Suggesting minor changes to the developers by reporting issues. This is the best option for most people.
+- Editing the ontology files directly and submitting a pull request. This requires a more detailed knowledge of ontology development and EMMO guidelines.
+
+These two options are described below.
+
+## Suggest minor changes on existing elements
+
+[Create a feature request](https://github.com/emmo-repo/domain-electrochemistry/issues/new) in a [Github Issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue) to suggest edits to names, defintions, references on existing classes and properties.
+
+## Propose additions/deletion of elements
+
+We recommend using the [forking workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/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.
+
+### Editing the ontology programmatically in python
+One is programmatically, using for instance [EMMOntoPy](https://github.com/emmo-repo/EMMOntoPy).
+
+### Editing the ontology in a graphical user interface (GUI)
+[Protégé](https://protege.stanford.edu/) is a widely used graphical development environment for ontologies and knowledge graphs. It is open-source software that is maintained by Stanford University in the United States.
+
+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.](docs/images/protege_config_contribute.png)
+ Here is the "Specified IRI" for you to copy: ```https://w3id.org/emmo/domain/electrochemistry#```
+
+Once you have made your changes, commit them to your fork and [create a pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request).
+* We will assess the request and submit feedback if necessary. If the pull request meets the requirements for inclusion, we will merge it.
diff --git a/README.md b/README.md
index 41cc7dd..2de2cbb 100644
--- a/README.md
+++ b/README.md
@@ -5,13 +5,18 @@
# Electrochemistry Domain Ontology
+The Electrochemistry Domain Ontology, a specialized domain within the Elementary Multiperspective Materials Ontology [(EMMO)][1], encompasses essential terms and relationships for electrochemical systems, materials, methods, and data. Its primary objective is to enable the creation of linked and FAIR (Findable, Accessible, Interoperable, and Reusable) data, thereby fostering advancements in research and innovation within the realm of electrochemistry. This ontology serves as a foundational resource for harmonizing electrochemical knowledge representation, enhancing data interoperability, and accelerating progress in electrochemical research and development.
-An electrochemistry domain ontology developed in the [BIG-MAP][2] project.
-The ontology is a part of the [Battery Interface Domain Ontology (BattINFO)](https://github.com/BIG-MAP/BattINFO).
+A reference documentation is available in [html](https://emmo-repo.github.io/domain-electrochemistry/index.html) and [pdf](https://emmo-repo.github.io/domain-electrochemistry/electrochemistry.pdf) formats.
-The ontology is based on [EMMO][1].
+## Integration with EMMO
-A reference documentation of the individual classes is available in [html](https://emmo-repo.github.io/domain-electrochemistry/index.html) and [pdf](https://emmo-repo.github.io/domain-electrochemistry/electrochemistry.pdf) formats.
+The Electrochemistry Domain Ontology is an official domain on the EMMO. It consists of two files:
+- `electrochemistry.ttl`: describes terms and object properties for the electrochemistry domain.
+- `electrochemicalquantities.ttl`: describes the physical quantities related to the electrochemistry domain. It is encapsulated to allow it to be imported by other EMMO domains without needing to import the entire ontology.
+
+The electrochemistry domain also imports:
+- the [Chemical Substance Domain Ontology](https://github.com/emmo-repo/domain-chemical-substance): provides material annotations for electrochemical (meta)data.
## Obtaining the ontology
@@ -37,61 +42,13 @@ electrochemistry = get_ontology('/path/to/domain-electrochemistry/electrochemist
electrochemistry = get_ontology('https://raw.githubusercontent.com/emmo-repo/domain-electrochemistry/master/electrochemistry.ttl').load()
```
-## Contributing to the ontology
-
-There are two ways you can contribute to the ontology.
-
-### Suggest minor changes on existing elements
-
-[Create a feature request](https://github.com/emmo-repo/domain-electrochemistry/issues/new) in a [Github Issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue) to suggest edits to names, defintions, references on existing classes and properties.
-
-### Propose additions/deletion of elements
-
-> **_NOTE:_** We recommend contacting some of [BattINFO](https://github.com/BIG-MAP/BattINFO) contributors in advance to discuss which additions deletions you wish to make.
-
-We recommend using the [forking workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/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](https://github.com/emmo-repo/EMMOntoPy).
-The second and more common is using the interface provided by the Protégé software.
-In case of the latter, [install Protégé](https://protege.stanford.edu/) 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.](doc/img/protege_config_contribute.png)
- Here is the "Specified IRI" for you to copy: ```https://emmo.info/electrochemistry#```
-
-* Once you have made your changes, commit them to your fork and [create a pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request).
-* We will merge the request after assessing it.
-
-## Attributions and credits
-
-### Contributors
+### Acknowledgements
-* 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
+This project has received support from European Union research and innovation programs, under grant agreement numbers:
-* [BIG-MAP](http://www.big-map.eu/); Grant Agreement No: 957189
+* 957189 - [BIG-MAP](http://www.big-map.eu/)
## License
diff --git a/catalog-v001.xml b/catalog-v001.xml
index 4ca5747..9b4b460 100644
--- a/catalog-v001.xml
+++ b/catalog-v001.xml
@@ -1,9 +1,13 @@
+
+
+
+
-
-
-
-
+
+
+
+
diff --git a/electrochemicalquantities.ttl b/electrochemicalquantities.ttl
index e16366b..51c0f7f 100644
--- a/electrochemicalquantities.ttl
+++ b/electrochemicalquantities.ttl
@@ -1,4 +1,4 @@
-@prefix : .
+@prefix : .
@prefix owl: .
@prefix rdf: .
@prefix xml: .
@@ -8,16 +8,14 @@
@prefix skos: .
@prefix dcterms: .
@prefix annotations: .
-@base .
+@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 ;
+ rdf:type owl:Ontology ;
+ owl:versionIRI ;
+ owl:imports ;
+ dcterms:abstract """This electrochemical quantities ontology is a domain of the Elementary Multiperspective Materials Ontology (EMMO). It is a specialized framework designed to represent and organize knowledge about electrochemical quantities. It is designed to integrate with the electrochemistry domain ontology or other ontologies from the EMMO ecosystem. The main focus of this ontology is to provide machine-readable descriptions of common electrochemical quantities, linking both to the larger descriptions of physical quantities in EMMO as well as other sources of information like the IEC, QUDT, Wikidata, etc. It should be used to support linked data generation in the electrochemistry domain."""@en ;
dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ;
- owl:versionInfo "0.6.0" .
+ owl:versionInfo "0.7.0-alpha" .
#################################################################
# Annotation properties
@@ -51,20 +49,30 @@ skos:prefLabel rdf:type owl:AnnotationProperty .
# Classes
#################################################################
-### http://emmo.info/electrochemistry#electrochemistry_0141b5c2_9f15_46f4_82e6_92a104faa476
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_0141b5c2_9f15_46f4_82e6_92a104faa476
:electrochemistry_0141b5c2_9f15_46f4_82e6_92a104faa476 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_791c1915_a791_4450_acd8_7f94764743b5 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "capacity delivered during a discharge process"@en ;
+ skos:hiddenLabel "AH-OUT"@en ,
+ "CapD"@en ,
+ "CapD/mAh"@en ,
+ "Q discharge/mA.h"@en ;
skos:prefLabel "DischargeCapacity"@en .
-### http://emmo.info/electrochemistry#electrochemistry_02eb0465_4f94_453c_8c1f_5ddf80134634
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_02d2d1d1_241c_429b_b4e7_31f2c3dc4835
+:electrochemistry_02d2d1d1_241c_429b_b4e7_31f2c3dc4835 rdf:type owl:Class ;
+ rdfs:subClassOf emmo:EMMO_c1c8ac3c_8a1c_4777_8e0b_14c1f9f9b0c6 ;
+ skos:prefLabel "D95ParticleSize"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_02eb0465_4f94_453c_8c1f_5ddf80134634
:electrochemistry_02eb0465_4f94_453c_8c1f_5ddf80134634 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ;
skos:prefLabel "ElectrochemicalPerformanceQuantity"@en .
-### http://emmo.info/electrochemistry#electrochemistry_0335e3f6_d1d8_4daa_8376_a9285f1bc9f1
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_0335e3f6_d1d8_4daa_8376_a9285f1bc9f1
:electrochemistry_0335e3f6_d1d8_4daa_8376_a9285f1bc9f1 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_21745019_2830_4395_bca7_15ddfd266673 ,
emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ;
@@ -74,7 +82,7 @@ skos:prefLabel rdf:type owl:AnnotationProperty .
skos:prefLabel "ReactionRateConstant"@en .
-### http://emmo.info/electrochemistry#electrochemistry_03a6ce70_5085_4683_bb4e_fc3c18f7143a
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_03a6ce70_5085_4683_bb4e_fc3c18f7143a
:electrochemistry_03a6ce70_5085_4683_bb4e_fc3c18f7143a rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_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" ;
@@ -91,7 +99,7 @@ skos:prefLabel rdf:type owl:AnnotationProperty .
] .
-### http://emmo.info/electrochemistry#electrochemistry_05012606_b93d_4016_bbc7_8a927efdf723
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_05012606_b93d_4016_bbc7_8a927efdf723
:electrochemistry_05012606_b93d_4016_bbc7_8a927efdf723 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
@@ -100,7 +108,7 @@ skos:prefLabel rdf:type owl:AnnotationProperty .
skos:prefLabel "NPRatio"@en .
-### http://emmo.info/electrochemistry#electrochemistry_05cf26ef_782a_4f66_a196_7004dd973f8e
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_05cf26ef_782a_4f66_a196_7004dd973f8e
:electrochemistry_05cf26ef_782a_4f66_a196_7004dd973f8e rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_96f39f77_44dc_491b_8fa7_30d887fe0890 ;
@@ -111,7 +119,7 @@ skos:prefLabel rdf:type owl:AnnotationProperty .
skos:prefLabel "SurfaceArea"@en .
-### http://emmo.info/electrochemistry#electrochemistry_07e219c3_890f_488f_bd96_bee8e445d764
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_07e219c3_890f_488f_bd96_bee8e445d764
:electrochemistry_07e219c3_890f_488f_bd96_bee8e445d764 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 ;
@@ -130,7 +138,7 @@ skos:prefLabel rdf:type owl:AnnotationProperty .
] .
-### http://emmo.info/electrochemistry#electrochemistry_0853b072_3b80_4864_8147_24ce35407ade
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_0853b072_3b80_4864_8147_24ce35407ade
:electrochemistry_0853b072_3b80_4864_8147_24ce35407ade rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_f4fadc4e_ca7d_4e4e_89cf_eacf45b4041e ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-07" ;
@@ -146,7 +154,16 @@ skos:prefLabel rdf:type owl:AnnotationProperty .
] .
-### http://emmo.info/electrochemistry#electrochemistry_09e64707_a17d_4405_84cc_ee9d91ed32ef
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_08833ed2_6324_411a_b34b_fe64c44cd5ef
+:electrochemistry_08833ed2_6324_411a_b34b_fe64c44cd5ef rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_0141b5c2_9f15_46f4_82e6_92a104faa476 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "the capacity obtained during constant current discharging of an electrochemical device"@en ;
+ skos:hiddenLabel "DC-Cap"@en ,
+ "DC-Cap/mAh"@en ;
+ skos:prefLabel "ConstantCurrentDischargeCapacity"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_09e64707_a17d_4405_84cc_ee9d91ed32ef
:electrochemistry_09e64707_a17d_4405_84cc_ee9d91ed32ef rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_c5047d29_4e68_43ee_8355_3e8f05dc70a5 ,
[ rdf:type owl:Restriction ;
@@ -158,7 +175,7 @@ skos:prefLabel rdf:type owl:AnnotationProperty .
skos:prefLabel "VoltageChangeLimit"@en .
-### http://emmo.info/electrochemistry#electrochemistry_0bf1ed19_2fc9_4e6d_87ec_62015985a9a6
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_0bf1ed19_2fc9_4e6d_87ec_62015985a9a6
:electrochemistry_0bf1ed19_2fc9_4e6d_87ec_62015985a9a6 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_c5047d29_4e68_43ee_8355_3e8f05dc70a5 ,
[ rdf:type owl:Restriction ;
@@ -169,7 +186,7 @@ skos:prefLabel rdf:type owl:AnnotationProperty .
skos:prefLabel "StepSignalVoltage"@en .
-### http://emmo.info/electrochemistry#electrochemistry_0c9655c6_6b0b_4819_a219_f286ad196fa9
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_0c9655c6_6b0b_4819_a219_f286ad196fa9
:electrochemistry_0c9655c6_6b0b_4819_a219_f286ad196fa9 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_4a450a27_b84a_4c70_a3a9_15ec30e2f30b ,
emmo:EMMO_ffb73b1e_5786_43e4_a964_cb32ac7affb7 ;
@@ -177,14 +194,18 @@ skos:prefLabel rdf:type owl:AnnotationProperty .
skos:prefLabel "InternalConductance"@en .
-### http://emmo.info/electrochemistry#electrochemistry_10763eb0_dbc9_4d34_bd1a_7b8996590d45
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_10763eb0_dbc9_4d34_bd1a_7b8996590d45
:electrochemistry_10763eb0_dbc9_4d34_bd1a_7b8996590d45 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_791c1915_a791_4450_acd8_7f94764743b5 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "capacity delivered during a charge process"@en ;
+ skos:hiddenLabel "AH-IN"@en ,
+ "CapC"@en ,
+ "CapC/mAh"@en ,
+ "Q charge/mA.h"@en ;
skos:prefLabel "ChargeCapacity"@en .
-### http://emmo.info/electrochemistry#electrochemistry_10eb778d_da60_4832_a355_4ee74baea650
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_10eb778d_da60_4832_a355_4ee74baea650
:electrochemistry_10eb778d_da60_4832_a355_4ee74baea650 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_c5047d29_4e68_43ee_8355_3e8f05dc70a5 ,
emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 ;
@@ -193,7 +214,7 @@ skos:prefLabel rdf:type owl:AnnotationProperty .
skos:prefLabel "AmplitudeOfAlternatingCurrent"@en .
-### http://emmo.info/electrochemistry#electrochemistry_129926b6_fc30_441d_b359_29b44c988514
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_129926b6_fc30_441d_b359_29b44c988514
:electrochemistry_129926b6_fc30_441d_b359_29b44c988514 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_2d896559_eee3_447c_9759_87c854a4266a ,
emmo:EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845 ;
@@ -204,7 +225,7 @@ skos:prefLabel rdf:type owl:AnnotationProperty .
skos:prefLabel "ElectrochemicalWindow"@en .
-### http://emmo.info/electrochemistry#electrochemistry_136744ff_0563_4df7_aa03_4219d70392a0
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_136744ff_0563_4df7_aa03_4219d70392a0
:electrochemistry_136744ff_0563_4df7_aa03_4219d70392a0 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "parameter defining the ability of an ion-selective electrode to distinguish a particular ion, i.e., a primary ion A from an interfering ion B"@en ;
@@ -223,7 +244,7 @@ skos:prefLabel rdf:type owl:AnnotationProperty .
] .
-### http://emmo.info/electrochemistry#electrochemistry_1422cde1_929e_46b6_b0dc_1010eebc5dfd
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_1422cde1_929e_46b6_b0dc_1010eebc5dfd
:electrochemistry_1422cde1_929e_46b6_b0dc_1010eebc5dfd rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_2d896559_eee3_447c_9759_87c854a4266a ,
emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ,
@@ -253,7 +274,7 @@ skos:prefLabel rdf:type owl:AnnotationProperty .
] .
-### http://emmo.info/electrochemistry#electrochemistry_14577b99_a8a9_4358_9bc5_ab8c401dd34b
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_14577b99_a8a9_4358_9bc5_ab8c401dd34b
:electrochemistry_14577b99_a8a9_4358_9bc5_ab8c401dd34b rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_2a2f59b7_aa16_40aa_9c8b_0de8a2720456 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "algebraic sum of faradaic currents flowing through an electrode"@en ;
@@ -268,7 +289,7 @@ skos:prefLabel rdf:type owl:AnnotationProperty .
] .
-### http://emmo.info/electrochemistry#electrochemistry_16a5de33_a2ca_4563_80d4_6caeb08d97ca
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_16a5de33_a2ca_4563_80d4_6caeb08d97ca
:electrochemistry_16a5de33_a2ca_4563_80d4_6caeb08d97ca rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_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" ;
@@ -283,7 +304,7 @@ skos:prefLabel rdf:type owl:AnnotationProperty .
] .
-### http://emmo.info/electrochemistry#electrochemistry_17626b8e_dfce_4d3a_ae6c_5a7215d43a90
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_17626b8e_dfce_4d3a_ae6c_5a7215d43a90
:electrochemistry_17626b8e_dfce_4d3a_ae6c_5a7215d43a90 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_2a2f59b7_aa16_40aa_9c8b_0de8a2720456 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1224527" ;
@@ -302,7 +323,7 @@ skos:prefLabel rdf:type owl:AnnotationProperty .
] .
-### http://emmo.info/electrochemistry#electrochemistry_1900143f_cbc0_415f_9057_9382022a7bfe
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_1900143f_cbc0_415f_9057_9382022a7bfe
:electrochemistry_1900143f_cbc0_415f_9057_9382022a7bfe rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_c5047d29_4e68_43ee_8355_3e8f05dc70a5 ,
emmo:EMMO_3789d3c5_77f4_456e_b7ed_40e670f47e52 ;
@@ -318,7 +339,7 @@ skos:prefLabel rdf:type owl:AnnotationProperty .
] .
-### http://emmo.info/electrochemistry#electrochemistry_1a104474_c326_4a29_ac26_26a05ac8f72c
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_1a104474_c326_4a29_ac26_26a05ac8f72c
:electrochemistry_1a104474_c326_4a29_ac26_26a05ac8f72c rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
[ rdf:type owl:Restriction ;
@@ -346,7 +367,7 @@ and t* through mathematical models, provided that the long-time potential- deter
] .
-### http://emmo.info/electrochemistry#electrochemistry_1cd1d777_e67b_47eb_81f1_edac35d9f2c6
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_1cd1d777_e67b_47eb_81f1_edac35d9f2c6
:electrochemistry_1cd1d777_e67b_47eb_81f1_edac35d9f2c6 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845 ;
@@ -376,7 +397,7 @@ and t* through mathematical models, provided that the long-time potential- deter
] .
-### http://emmo.info/electrochemistry#electrochemistry_1e3dc60d_dd6b_47d6_8161_70004fc5ee30
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_1e3dc60d_dd6b_47d6_8161_70004fc5ee30
:electrochemistry_1e3dc60d_dd6b_47d6_8161_70004fc5ee30 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_02eb0465_4f94_453c_8c1f_5ddf80134634 ,
emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ,
@@ -400,7 +421,7 @@ and t* through mathematical models, provided that the long-time potential- deter
] .
-### http://emmo.info/electrochemistry#electrochemistry_214d925c_76c4_4f69_9afc_056a1ea82fc6
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_214d925c_76c4_4f69_9afc_056a1ea82fc6
:electrochemistry_214d925c_76c4_4f69_9afc_056a1ea82fc6 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 ;
@@ -418,14 +439,14 @@ and t* through mathematical models, provided that the long-time potential- deter
] .
-### http://emmo.info/electrochemistry#electrochemistry_21745019_2830_4395_bca7_15ddfd266673
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_21745019_2830_4395_bca7_15ddfd266673
:electrochemistry_21745019_2830_4395_bca7_15ddfd266673 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_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 .
-### http://emmo.info/electrochemistry#electrochemistry_22cec04f_c7f3_4ff8_a34b_e512379c9dcb
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_22cec04f_c7f3_4ff8_a34b_e512379c9dcb
:electrochemistry_22cec04f_c7f3_4ff8_a34b_e512379c9dcb rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_4a450a27_b84a_4c70_a3a9_15ec30e2f30b ,
emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 ;
@@ -443,7 +464,7 @@ and t* through mathematical models, provided that the long-time potential- deter
] .
-### http://emmo.info/electrochemistry#electrochemistry_25dabdc2_68bf_4a38_8cbe_11be017358bc
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_25dabdc2_68bf_4a38_8cbe_11be017358bc
:electrochemistry_25dabdc2_68bf_4a38_8cbe_11be017358bc rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_4a450a27_b84a_4c70_a3a9_15ec30e2f30b ,
emmo:EMMO_cde4368c_1d4d_4c94_8548_604749523c6d ;
@@ -455,7 +476,7 @@ and t* through mathematical models, provided that the long-time potential- deter
skos:prefLabel "IonicConductivity"@en .
-### http://emmo.info/electrochemistry#electrochemistry_25e20915_c35d_4bee_ad31_736235a79780
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_25e20915_c35d_4bee_ad31_736235a79780
:electrochemistry_25e20915_c35d_4bee_ad31_736235a79780 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
@@ -483,7 +504,7 @@ and t* through mathematical models, provided that the long-time potential- deter
] .
-### http://emmo.info/electrochemistry#electrochemistry_264f40d1_17c9_4bc7_9c47_5cfb18132278
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_264f40d1_17c9_4bc7_9c47_5cfb18132278
:electrochemistry_264f40d1_17c9_4bc7_9c47_5cfb18132278 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_c5047d29_4e68_43ee_8355_3e8f05dc70a5 ,
emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ,
@@ -505,7 +526,7 @@ and t* through mathematical models, provided that the long-time potential- deter
] .
-### http://emmo.info/electrochemistry#electrochemistry_265bb4d6_5eec_40f6_a3fa_59b3bd08e9af
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_265bb4d6_5eec_40f6_a3fa_59b3bd08e9af
:electrochemistry_265bb4d6_5eec_40f6_a3fa_59b3bd08e9af rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_4ebe2ef1_eea8_4b10_822d_7a68215bd24d ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-12" ;
@@ -521,7 +542,7 @@ and t* through mathematical models, provided that the long-time potential- deter
] .
-### http://emmo.info/electrochemistry#electrochemistry_2678a656_4a27_4706_8dde_b0a93e9b92fa
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_2678a656_4a27_4706_8dde_b0a93e9b92fa
:electrochemistry_2678a656_4a27_4706_8dde_b0a93e9b92fa rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_c5047d29_4e68_43ee_8355_3e8f05dc70a5 ,
emmo:EMMO_0adabf6f_7404_44cb_9f65_32d83d8101a3 ;
@@ -530,7 +551,7 @@ and t* through mathematical models, provided that the long-time potential- deter
skos:prefLabel "RestingTime"@en .
-### http://emmo.info/electrochemistry#electrochemistry_269ddd97_1437_4545_b272_0df75a12c68a
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_269ddd97_1437_4545_b272_0df75a12c68a
:electrochemistry_269ddd97_1437_4545_b272_0df75a12c68a rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_4ebe2ef1_eea8_4b10_822d_7a68215bd24d ,
:electrochemistry_c5047d29_4e68_43ee_8355_3e8f05dc70a5 ;
@@ -547,7 +568,7 @@ and t* through mathematical models, provided that the long-time potential- deter
] .
-### http://emmo.info/electrochemistry#electrochemistry_2705525b_7512_48bf_825b_f2d0409bede4
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_2705525b_7512_48bf_825b_f2d0409bede4
:electrochemistry_2705525b_7512_48bf_825b_f2d0409bede4 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
[ rdf:type owl:Restriction ;
@@ -566,15 +587,17 @@ and t* through mathematical models, provided that the long-time potential- deter
] .
-### http://emmo.info/electrochemistry#electrochemistry_27b3799c_250c_4332_8b71_7992c4a7bb05
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_27b3799c_250c_4332_8b71_7992c4a7bb05
:electrochemistry_27b3799c_250c_4332_8b71_7992c4a7bb05 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_d4f7d378_5e3b_468a_baa1_a7e98358cda7 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "time of a measurement relative to the start of the test (t = 0)"@en ;
+ skos:hiddenLabel "TestTime/Sec"@en ,
+ "time/s"@en ;
skos:prefLabel "TestTime"@en .
-### http://emmo.info/electrochemistry#electrochemistry_2a2f59b7_aa16_40aa_9c8b_0de8a2720456
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_2a2f59b7_aa16_40aa_9c8b_0de8a2720456
:electrochemistry_2a2f59b7_aa16_40aa_9c8b_0de8a2720456 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 ;
@@ -595,14 +618,18 @@ and t* through mathematical models, provided that the long-time potential- deter
] .
-### http://emmo.info/electrochemistry#electrochemistry_2ab7af60_da58_4243_b3bc_cbb2155cac53
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_2ab7af60_da58_4243_b3bc_cbb2155cac53
:electrochemistry_2ab7af60_da58_4243_b3bc_cbb2155cac53 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_46376e5d_9627_4514_9881_9e62083625c3 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "energy delivered by a deviced under some specific charge conditions"@en ;
+ skos:hiddenLabel "Energy charge/W.h"@en ,
+ "EnergyC"@en ,
+ "EnergyC/mWh"@en ,
+ "WH-IN"@en ;
skos:prefLabel "ChargeEnergy"@en .
-### http://emmo.info/electrochemistry#electrochemistry_2ae53fc6_d44d_41c9_acaf_c5606e6a981d
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_2ae53fc6_d44d_41c9_acaf_c5606e6a981d
:electrochemistry_2ae53fc6_d44d_41c9_acaf_c5606e6a981d rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845 ;
@@ -621,14 +648,14 @@ and t* through mathematical models, provided that the long-time potential- deter
] .
-### http://emmo.info/electrochemistry#electrochemistry_2d896559_eee3_447c_9759_87c854a4266a
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_2d896559_eee3_447c_9759_87c854a4266a
:electrochemistry_2d896559_eee3_447c_9759_87c854a4266a rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A thermodynamically derived ElectrochemicalQuantity."@en ;
skos:prefLabel "ElectrochemicalThermodynamicQuantity"@en .
-### http://emmo.info/electrochemistry#electrochemistry_327eb3e1_f74a_4076_96de_5a2e3f63cb65
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_327eb3e1_f74a_4076_96de_5a2e3f63cb65
:electrochemistry_327eb3e1_f74a_4076_96de_5a2e3f63cb65 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 ;
@@ -646,7 +673,7 @@ and t* through mathematical models, provided that the long-time potential- deter
] .
-### http://emmo.info/electrochemistry#electrochemistry_33e6986c_b35a_4cae_9a94_acb23248065c
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_33e6986c_b35a_4cae_9a94_acb23248065c
:electrochemistry_33e6986c_b35a_4cae_9a94_acb23248065c rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_dd4a7f3e_ef56_466c_ac1a_d2716b5f87ec ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a target quantity in a control system"@en ;
@@ -655,7 +682,7 @@ and t* through mathematical models, provided that the long-time potential- deter
skos:prefLabel "ControlProperty"@en .
-### http://emmo.info/electrochemistry#electrochemistry_346519a4_006c_496d_8f36_74e38814ed2d
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_346519a4_006c_496d_8f36_74e38814ed2d
:electrochemistry_346519a4_006c_496d_8f36_74e38814ed2d rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_c5047d29_4e68_43ee_8355_3e8f05dc70a5 ,
emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 ;
@@ -664,13 +691,22 @@ and t* through mathematical models, provided that the long-time potential- deter
skos:prefLabel "MagnitudeOfCurrentPulse"@en .
-### http://emmo.info/electrochemistry#electrochemistry_37b24a94_cae0_4d7a_9519_9f7692dec607
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_37b24a94_cae0_4d7a_9519_9f7692dec607
:electrochemistry_37b24a94_cae0_4d7a_9519_9f7692dec607 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ;
skos:prefLabel "Diffusivity"@en .
-### http://emmo.info/electrochemistry#electrochemistry_382b10dc_83aa_4e77_a1d5_1edd06fd1e05
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_37c38b7e_9ded_481a_85fd_a467f1ee2b9f
+:electrochemistry_37c38b7e_9ded_481a_85fd_a467f1ee2b9f rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_10763eb0_dbc9_4d34_bd1a_7b8996590d45 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "the capacity obtained during constant current charging of an electrochemical device"@en ;
+ skos:hiddenLabel "CC-Cap"@en ,
+ "CC-Cap/mAh"@en ;
+ skos:prefLabel "ConstantCurrentChargeCapacity"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_382b10dc_83aa_4e77_a1d5_1edd06fd1e05
:electrochemistry_382b10dc_83aa_4e77_a1d5_1edd06fd1e05 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 ;
@@ -689,13 +725,13 @@ and t* through mathematical models, provided that the long-time potential- deter
] .
-### http://emmo.info/electrochemistry#electrochemistry_39a44af0_0e1a_4859_b550_bdabad64386e
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_39a44af0_0e1a_4859_b550_bdabad64386e
:electrochemistry_39a44af0_0e1a_4859_b550_bdabad64386e rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_affe07e4_e9bc_4852_86c6_69e26182a17f ;
skos:prefLabel "AmbientThermodynamicTemperature"@en .
-### http://emmo.info/electrochemistry#electrochemistry_3b938708_e7e4_4ac0_a959_9c04306302e7
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_3b938708_e7e4_4ac0_a959_9c04306302e7
:electrochemistry_3b938708_e7e4_4ac0_a959_9c04306302e7 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_43003c86_9d15_433b_9789_ee2940920656 ;
@@ -704,7 +740,7 @@ and t* through mathematical models, provided that the long-time potential- deter
skos:prefLabel "CoatingThickness"@en .
-### http://emmo.info/electrochemistry#electrochemistry_3bb5ae23_59fa_4bc7_9495_803eb6719f28
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_3bb5ae23_59fa_4bc7_9495_803eb6719f28
:electrochemistry_3bb5ae23_59fa_4bc7_9495_803eb6719f28 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-33" ;
@@ -719,7 +755,7 @@ and t* through mathematical models, provided that the long-time potential- deter
] .
-### http://emmo.info/electrochemistry#electrochemistry_3cd0e74e_292c_48ed_a831_4cb8753d9a56
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_3cd0e74e_292c_48ed_a831_4cb8753d9a56
:electrochemistry_3cd0e74e_292c_48ed_a831_4cb8753d9a56 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_c5047d29_4e68_43ee_8355_3e8f05dc70a5 ,
emmo:EMMO_0adabf6f_7404_44cb_9f65_32d83d8101a3 ;
@@ -736,15 +772,15 @@ and t* through mathematical models, provided that the long-time potential- deter
] .
-### http://emmo.info/electrochemistry#electrochemistry_3cfdfc10_a5cb_4e3e_b1a1_281010d1465c
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_3cfdfc10_a5cb_4e3e_b1a1_281010d1465c
:electrochemistry_3cfdfc10_a5cb_4e3e_b1a1_281010d1465c rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_c1c8ac3c_8a1c_4777_8e0b_14c1f9f9b0c6 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "in particle size distribution measurements, the mass-median-diameter, considered to be the average particle size by mass"@en ;
- skos:prefLabel "ParticleSizeD50"@en .
+ skos:prefLabel "D50ParticleSize"@en .
-### http://emmo.info/electrochemistry#electrochemistry_3e54f9e3_a31d_4821_9bfb_ef953a42c35b
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_3e54f9e3_a31d_4821_9bfb_ef953a42c35b
:electrochemistry_3e54f9e3_a31d_4821_9bfb_ef953a42c35b rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_346519a4_006c_496d_8f36_74e38814ed2d ,
:electrochemistry_74de2c33_84fc_4c2f_afe1_56d169149114 ;
@@ -752,31 +788,43 @@ and t* through mathematical models, provided that the long-time potential- deter
skos:prefLabel "MaximumPulseDischargeCurrent"@en .
-### http://emmo.info/electrochemistry#electrochemistry_46376e5d_9627_4514_9881_9e62083625c3
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_457aed58_6e7e_42d5_9d78_b424c8d60aa3
+:electrochemistry_457aed58_6e7e_42d5_9d78_b424c8d60aa3 rdf:type owl:Class ;
+ rdfs:subClassOf emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "the percentage of the total discharge capacity that is obtained during a constant current discharge process"@en ;
+ skos:hiddenLabel "DC-Per"@en ,
+ "DC-Per/%"@en ;
+ skos:prefLabel "ConstantCurrentDischargePercentage"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_46376e5d_9627_4514_9881_9e62083625c3
:electrochemistry_46376e5d_9627_4514_9881_9e62083625c3 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_02eb0465_4f94_453c_8c1f_5ddf80134634 ,
emmo:EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-21"@en ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "amount of energy that can be stored in a device under specific conditions"@en ;
skos:altLabel "BatteryEnergy"@en ;
+ skos:hiddenLabel "Energy/mWh"@en ,
+ "Watt-hr"@en ,
+ "mWatt-hr"@en ;
skos:prefLabel "EnergyStorageCapability"@en .
-### http://emmo.info/electrochemistry#electrochemistry_47287d09_6108_45ca_ac65_8b9451b1065e
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_47287d09_6108_45ca_ac65_8b9451b1065e
:electrochemistry_47287d09_6108_45ca_ac65_8b9451b1065e rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5eae657f_5914_4252_85c6_3fc772dea113 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "the maximum amount concentration of a species in a phase, either imposed or naturally occurring"@en ;
skos:prefLabel "MaximumConcentration"@en .
-### http://emmo.info/electrochemistry#electrochemistry_4747c51d_86ab_4684_a4fb_b05f5c405ea3
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_4747c51d_86ab_4684_a4fb_b05f5c405ea3
:electrochemistry_4747c51d_86ab_4684_a4fb_b05f5c405ea3 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_82fce40c_434d_4640_a3d2_e26379b6acae ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "the minimum allowable temperature"@en ;
skos:prefLabel "MiniumumTemperature"@en .
-### http://emmo.info/electrochemistry#electrochemistry_47ab1dad_cc09_4fd8_af23_acb36fb680dd
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_47ab1dad_cc09_4fd8_af23_acb36fb680dd
:electrochemistry_47ab1dad_cc09_4fd8_af23_acb36fb680dd rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_05cf26ef_782a_4f66_a196_7004dd973f8e ,
:electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ;
@@ -795,21 +843,23 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa
] .
-### http://emmo.info/electrochemistry#electrochemistry_482173dc_7779_4f12_982c_b19f2cda2dac
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_482173dc_7779_4f12_982c_b19f2cda2dac
:electrochemistry_482173dc_7779_4f12_982c_b19f2cda2dac rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_ba882f34_0d71_4e4f_9d92_0c076c633a2c ;
skos:prefLabel "NumberOfCellsConnectedInParallel"@en .
-### http://emmo.info/electrochemistry#electrochemistry_4882cf2f_aab7_4a3a_a103_7f56b55fbed3
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_4882cf2f_aab7_4a3a_a103_7f56b55fbed3
:electrochemistry_4882cf2f_aab7_4a3a_a103_7f56b55fbed3 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_1e3dc60d_dd6b_47d6_8161_70004fc5ee30 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quotient of the capacity of a cell or battery [ or electrode or active material ] obtained during a charge process by its mass."@en ;
+ skos:hiddenLabel "SpeCapC"@en ,
+ "SpeCapC/mAh/g"@en ;
skos:prefLabel "SpecificChargeCapacity"@en .
-### http://emmo.info/electrochemistry#electrochemistry_49efb72a_f8e6_4f50_acac_975302200d47
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_49efb72a_f8e6_4f50_acac_975302200d47
:electrochemistry_49efb72a_f8e6_4f50_acac_975302200d47 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_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" ;
@@ -826,14 +876,14 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa
] .
-### http://emmo.info/electrochemistry#electrochemistry_4a450a27_b84a_4c70_a3a9_15ec30e2f30b
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_4a450a27_b84a_4c70_a3a9_15ec30e2f30b
:electrochemistry_4a450a27_b84a_4c70_a3a9_15ec30e2f30b rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_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 .
-### http://emmo.info/electrochemistry#electrochemistry_4aa1b96e_44a0_4b1a_a0ac_723d0223d80b
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_4aa1b96e_44a0_4b1a_a0ac_723d0223d80b
:electrochemistry_4aa1b96e_44a0_4b1a_a0ac_723d0223d80b rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_02eb0465_4f94_453c_8c1f_5ddf80134634 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "the quotient of the energy of an energy-storage device or system and its volume"@en ;
@@ -841,7 +891,7 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa
skos:prefLabel "EnergyDensityOfStorage"@en .
-### http://emmo.info/electrochemistry#electrochemistry_4b18c3f9_df10_4259_adb4_cd10842ff0be
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_4b18c3f9_df10_4259_adb4_cd10842ff0be
:electrochemistry_4b18c3f9_df10_4259_adb4_cd10842ff0be rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_0adabf6f_7404_44cb_9f65_32d83d8101a3 ;
@@ -850,7 +900,16 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa
skos:prefLabel "DropTimeInPolarography"@en .
-### http://emmo.info/electrochemistry#electrochemistry_4ebe2ef1_eea8_4b10_822d_7a68215bd24d
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_4d2b102b_3515_4591_b079_69232c44f9dc
+:electrochemistry_4d2b102b_3515_4591_b079_69232c44f9dc rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_4ebe2ef1_eea8_4b10_822d_7a68215bd24d ,
+ :electrochemistry_c5047d29_4e68_43ee_8355_3e8f05dc70a5 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The magnitude of a voltage pulse applied to an electrochemical cell during pulsed amperometry and related techniques."@en ;
+ skos:altLabel "PulseMagnitudePotential"@en ;
+ skos:prefLabel "MagnitudeOfPotentialPulse"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_4ebe2ef1_eea8_4b10_822d_7a68215bd24d
:electrochemistry_4ebe2ef1_eea8_4b10_822d_7a68215bd24d rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_17b031fb_4695_49b6_bb69_189ec63df3ee ;
@@ -859,6 +918,9 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa
emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.A00424"@en ;
rdfs:comment "difference of electric potentials measured between identical metallic leads to two electrodes of an electrochemical cell"@en ;
skos:altLabel "AppliedPotential"@en ;
+ skos:hiddenLabel "Ecell/V"@en ,
+ "Voltage/V"@en ,
+ "Volts"@en ;
skos:prefLabel "CellVoltage"@en .
[ rdf:type owl:Axiom ;
@@ -876,7 +938,7 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa
] .
-### http://emmo.info/electrochemistry#electrochemistry_50674621_09ae_4f03_8ee9_3997b88c8b2a
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_50674621_09ae_4f03_8ee9_3997b88c8b2a
:electrochemistry_50674621_09ae_4f03_8ee9_3997b88c8b2a rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e1fd84eb_acdb_4b2c_b90c_e899d552a3ee ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-46" ;
@@ -893,7 +955,7 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa
] .
-### http://emmo.info/electrochemistry#electrochemistry_520995f8_ec9c_4b3c_bb64_2cd691947379
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_520995f8_ec9c_4b3c_bb64_2cd691947379
:electrochemistry_520995f8_ec9c_4b3c_bb64_2cd691947379 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_06448f64_8db6_4304_8b2c_e785dba82044 ;
@@ -901,7 +963,7 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa
skos:prefLabel "CalenderedDensity"@en .
-### http://emmo.info/electrochemistry#electrochemistry_526bf81a_0572_49ff_a8cc_85efc343c1c2
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_526bf81a_0572_49ff_a8cc_85efc343c1c2
:electrochemistry_526bf81a_0572_49ff_a8cc_85efc343c1c2 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
[ rdf:type owl:Restriction ;
@@ -920,7 +982,7 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa
] .
-### http://emmo.info/electrochemistry#electrochemistry_52ac73c7_763c_4fda_93cd_a2db9dfc2dab
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_52ac73c7_763c_4fda_93cd_a2db9dfc2dab
:electrochemistry_52ac73c7_763c_4fda_93cd_a2db9dfc2dab rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_c5047d29_4e68_43ee_8355_3e8f05dc70a5 ,
emmo:EMMO_0adabf6f_7404_44cb_9f65_32d83d8101a3 ;
@@ -936,7 +998,7 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa
] .
-### http://emmo.info/electrochemistry#electrochemistry_534dd59c_904c_45d9_8550_ae9d2eb6bbc9
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_534dd59c_904c_45d9_8550_ae9d2eb6bbc9
:electrochemistry_534dd59c_904c_45d9_8550_ae9d2eb6bbc9 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5ebeea80_af22_456b_9087_78c2a8465c58 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-30" ;
@@ -959,7 +1021,7 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa
] .
-### http://emmo.info/electrochemistry#electrochemistry_565c0b10_70fe_441a_b76a_b9a8e08ca7b7
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_565c0b10_70fe_441a_b76a_b9a8e08ca7b7
:electrochemistry_565c0b10_70fe_441a_b76a_b9a8e08ca7b7 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_f4fadc4e_ca7d_4e4e_89cf_eacf45b4041e ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-06" ;
@@ -975,14 +1037,16 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa
] .
-### http://emmo.info/electrochemistry#electrochemistry_5696453c_9da7_41e2_bbda_603c1b90a8fc
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_5696453c_9da7_41e2_bbda_603c1b90a8fc
:electrochemistry_5696453c_9da7_41e2_bbda_603c1b90a8fc rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_02eb0465_4f94_453c_8c1f_5ddf80134634 ,
emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
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 "CurrentEfficiency"@en ,
+ skos:altLabel "CoulombEfficiency"@en ,
+ "CurrentEfficiency"@en ,
"FaradayEfficiency"@en ;
+ skos:hiddenLabel "CoulombEfficiency/%"@en ;
skos:prefLabel "CoulombicEfficiency"@en .
[ rdf:type owl:Axiom ;
@@ -993,15 +1057,37 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa
] .
-### http://emmo.info/electrochemistry#electrochemistry_5766a819_c319_48ba_ab9a_ce3bd8fedee8
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_5766a819_c319_48ba_ab9a_ce3bd8fedee8
:electrochemistry_5766a819_c319_48ba_ab9a_ce3bd8fedee8 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_ba882f34_0d71_4e4f_9d92_0c076c633a2c ;
- skos:altLabel "CycleIndex"@en ;
- skos:prefLabel "CycleNumber"@en .
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "the number of charge-discharge cycles that an electrochemical device has experienced"@en ;
+ skos:altLabel "CycleIndex"@en ,
+ "CycleNumber"@en ;
+ skos:hiddenLabel "Cyc#"@en ,
+ "Cycle-Index"@en ,
+ "CycleNo"@en ;
+ skos:prefLabel "Cycle"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_5ce6a328_713c_4383_ad63_26c902c30e34
+:electrochemistry_5ce6a328_713c_4383_ad63_26c902c30e34 rdf:type owl:Class ;
+ rdfs:subClassOf emmo:EMMO_06448f64_8db6_4304_8b2c_e785dba82044 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "the density of a powdered or granular material when it is subjected to tapping or mechanical vibration"@en ;
+ skos:altLabel "TapDensity"@en ;
+ skos:prefLabel "TappedDensity"@en .
-### http://emmo.info/electrochemistry#electrochemistry_5eae657f_5914_4252_85c6_3fc772dea113
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_5e4490b8_c1dd_4e00_980b_c484e1bf4904
+:electrochemistry_5e4490b8_c1dd_4e00_980b_c484e1bf4904 rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_ccdfed06_6d24_47e4_98af_ce3ffe7bd09e ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "the specific energy of an electrochemical device obtained during a charge process"@en ;
+ skos:hiddenLabel "SpeEnergyC"@en ,
+ "SpeEnergyC/mWh/g"@en ;
+ skos:prefLabel "SpecificEnergyCharge"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_5eae657f_5914_4252_85c6_3fc772dea113
:electrochemistry_5eae657f_5914_4252_85c6_3fc772dea113 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_b395a244_3a75_4737_be38_981bfa1277fe ,
emmo:EMMO_d5be1faf_0c56_4f5a_9b78_581e6dee949f ;
@@ -1009,7 +1095,7 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa
skos:prefLabel "ConcentrationLimit"@en .
-### http://emmo.info/electrochemistry#electrochemistry_5ebeea80_af22_456b_9087_78c2a8465c58
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_5ebeea80_af22_456b_9087_78c2a8465c58
:electrochemistry_5ebeea80_af22_456b_9087_78c2a8465c58 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_b395a244_3a75_4737_be38_981bfa1277fe ,
emmo:EMMO_17b031fb_4695_49b6_bb69_189ec63df3ee ;
@@ -1017,7 +1103,7 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa
skos:prefLabel "VoltageLimit"@en .
-### http://emmo.info/electrochemistry#electrochemistry_5fb7a03f_d6dd_47ee_9317_0629681c7d00
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_5fb7a03f_d6dd_47ee_9317_0629681c7d00
:electrochemistry_5fb7a03f_d6dd_47ee_9317_0629681c7d00 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_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 ;
@@ -1034,7 +1120,7 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa
] .
-### http://emmo.info/electrochemistry#electrochemistry_601ff226_59b9_460b_90f5_2593450d96fa
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_601ff226_59b9_460b_90f5_2593450d96fa
:electrochemistry_601ff226_59b9_460b_90f5_2593450d96fa rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_2d896559_eee3_447c_9759_87c854a4266a ,
emmo:EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845 ;
@@ -1052,7 +1138,7 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa
] .
-### http://emmo.info/electrochemistry#electrochemistry_60741c58_a10d_4aa6_bb68_0066a6ff8e30
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_60741c58_a10d_4aa6_bb68_0066a6ff8e30
:electrochemistry_60741c58_a10d_4aa6_bb68_0066a6ff8e30 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_1cd1d777_e67b_47eb_81f1_edac35d9f2c6 ,
[ rdf:type owl:Restriction ;
@@ -1074,14 +1160,18 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa
] .
-### http://emmo.info/electrochemistry#electrochemistry_637ee9c4_4b3f_4d3a_975b_c0572dfe53ce
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_637ee9c4_4b3f_4d3a_975b_c0572dfe53ce
:electrochemistry_637ee9c4_4b3f_4d3a_975b_c0572dfe53ce rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 ;
rdfs:comment "electric current flowing to or from an electrochemical cell."@en ;
+ skos:hiddenLabel "/mA"@en ,
+ "Amps"@en ,
+ "Current/mA"@en ,
+ "mAmps"@en ;
skos:prefLabel "CellCurrent"@en .
-### http://emmo.info/electrochemistry#electrochemistry_639b844a_e801_436b_985d_28926129ead6
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_639b844a_e801_436b_985d_28926129ead6
:electrochemistry_639b844a_e801_436b_985d_28926129ead6 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_17b031fb_4695_49b6_bb69_189ec63df3ee ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-31"@en ;
@@ -1096,7 +1186,7 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa
] .
-### http://emmo.info/electrochemistry#electrochemistry_63a8f9d2_0cf6_484d_b996_2e5c3f0a3c73
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_63a8f9d2_0cf6_484d_b996_2e5c3f0a3c73
:electrochemistry_63a8f9d2_0cf6_484d_b996_2e5c3f0a3c73 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ,
@@ -1117,7 +1207,7 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa
] .
-### http://emmo.info/electrochemistry#electrochemistry_666f0b69_9c74_49a3_80b3_96a188332462
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_666f0b69_9c74_49a3_80b3_96a188332462
:electrochemistry_666f0b69_9c74_49a3_80b3_96a188332462 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_c5047d29_4e68_43ee_8355_3e8f05dc70a5 ,
emmo:EMMO_852b4ab8_fc29_4749_a8c7_b92d4fca7d5a ;
@@ -1125,7 +1215,7 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa
skos:prefLabel "UpperFrequencyLimit"@en .
-### http://emmo.info/electrochemistry#electrochemistry_6769536b_5320_4b48_a2d8_ac285ec635a8
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_6769536b_5320_4b48_a2d8_ac285ec635a8
:electrochemistry_6769536b_5320_4b48_a2d8_ac285ec635a8 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_c5047d29_4e68_43ee_8355_3e8f05dc70a5 ,
emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 ;
@@ -1133,7 +1223,27 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa
skos:prefLabel "StepSignalCurrent"@en .
-### http://emmo.info/electrochemistry#electrochemistry_6d981c04_3ace_4f1b_b0f8_770776cceb6f
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_68059d94_4c21_4065_b329_07faeebc7e87
+:electrochemistry_68059d94_4c21_4065_b329_07faeebc7e87 rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_c5047d29_4e68_43ee_8355_3e8f05dc70a5 ,
+ [ 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 "Potential to which the magnitude of an excitation signal is compared to."@en ;
+ rdfs:comment "Alternating 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."@en ;
+ skos:altLabel "BaselinePotential"@en ;
+ skos:prefLabel "SignalReferencePotential"@en .
+
+[ rdf:type owl:Axiom ;
+ owl:annotatedSource :electrochemistry_68059d94_4c21_4065_b329_07faeebc7e87 ;
+ owl:annotatedProperty rdfs:comment ;
+ owl:annotatedTarget "Alternating 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."@en ;
+ dcterms:source "PINGARRÓN, José M., et al. Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019). Pure and Applied Chemistry, 2020, 92.4: 641-694."
+ ] .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_6d981c04_3ace_4f1b_b0f8_770776cceb6f
:electrochemistry_6d981c04_3ace_4f1b_b0f8_770776cceb6f rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_ba882f34_0d71_4e4f_9d92_0c076c633a2c ;
@@ -1141,7 +1251,7 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa
skos:prefLabel "TotalNumberOfCycles"@en .
-### http://emmo.info/electrochemistry#electrochemistry_6dcd5baf_58cd_43f5_a692_51508e036c88
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_6dcd5baf_58cd_43f5_a692_51508e036c88
:electrochemistry_6dcd5baf_58cd_43f5_a692_51508e036c88 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5ebeea80_af22_456b_9087_78c2a8465c58 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-55" ;
@@ -1152,13 +1262,13 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa
skos:prefLabel "UpperVoltageLimit"@en .
-### http://emmo.info/electrochemistry#electrochemistry_71f10616_15eb_4dc4_bc8d_ffaac3838af2
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_71f10616_15eb_4dc4_bc8d_ffaac3838af2
:electrochemistry_71f10616_15eb_4dc4_bc8d_ffaac3838af2 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_c5047d29_4e68_43ee_8355_3e8f05dc70a5 ;
skos:prefLabel "CurrentChangeLimit"@en .
-### http://emmo.info/electrochemistry#electrochemistry_74861991_7da2_4e0f_b6c1_b16713f538bf
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_74861991_7da2_4e0f_b6c1_b16713f538bf
:electrochemistry_74861991_7da2_4e0f_b6c1_b16713f538bf rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_c7b26177_21bf_4787_b656_8e78edf27f88 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-29"@en ;
@@ -1174,7 +1284,7 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa
] .
-### http://emmo.info/electrochemistry#electrochemistry_74de2c33_84fc_4c2f_afe1_56d169149114
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_74de2c33_84fc_4c2f_afe1_56d169149114
:electrochemistry_74de2c33_84fc_4c2f_afe1_56d169149114 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_b395a244_3a75_4737_be38_981bfa1277fe ,
emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 ;
@@ -1182,7 +1292,7 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa
skos:prefLabel "CurrentLimit"@en .
-### http://emmo.info/electrochemistry#electrochemistry_75c28dc8_3d7d_4b6e_861e_6c8b1ad7d644
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_75c28dc8_3d7d_4b6e_861e_6c8b1ad7d644
:electrochemistry_75c28dc8_3d7d_4b6e_861e_6c8b1ad7d644 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_637ee9c4_4b3f_4d3a_975b_c0572dfe53ce ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-26" ;
@@ -1205,7 +1315,7 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa
] .
-### http://emmo.info/electrochemistry#electrochemistry_762ba55f_9b56_4c31_865f_cff2e7d0a94b
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_762ba55f_9b56_4c31_865f_cff2e7d0a94b
:electrochemistry_762ba55f_9b56_4c31_865f_cff2e7d0a94b rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_dd4a7f3e_ef56_466c_ac1a_d2716b5f87ec ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=702-03-03" ;
@@ -1213,7 +1323,7 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa
skos:prefLabel "PulseMagnitude"@en .
-### http://emmo.info/electrochemistry#electrochemistry_76e7e556_f47e_47e2_b2ef_67aeed09c63e
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_76e7e556_f47e_47e2_b2ef_67aeed09c63e
:electrochemistry_76e7e556_f47e_47e2_b2ef_67aeed09c63e rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_02eb0465_4f94_453c_8c1f_5ddf80134634 ,
emmo:EMMO_7c8007b0_58a7_4486_bf1c_4772852caca0 ;
@@ -1229,7 +1339,7 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa
] .
-### http://emmo.info/electrochemistry#electrochemistry_77f9d496_555e_4ae2_ae80_f297ef8335ca
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_77f9d496_555e_4ae2_ae80_f297ef8335ca
:electrochemistry_77f9d496_555e_4ae2_ae80_f297ef8335ca rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_f2ca6dd0_0e5f_4392_a92d_cafdae6cfc95 ;
@@ -1240,12 +1350,13 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa
skos:prefLabel "FaradayConstant"@en .
-### http://emmo.info/electrochemistry#electrochemistry_79198264_cdf5_4fc3_8bcf_e5140a52547a
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_79198264_cdf5_4fc3_8bcf_e5140a52547a
:electrochemistry_79198264_cdf5_4fc3_8bcf_e5140a52547a rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_02eb0465_4f94_453c_8c1f_5ddf80134634 ,
emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-53" ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "ratio 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"@en ;
+ skos:hiddenLabel "EnergyEfficiency/%"@en ;
skos:prefLabel "EnergyEfficiency"@en .
[ rdf:type owl:Axiom ;
@@ -1256,7 +1367,7 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa
] .
-### http://emmo.info/electrochemistry#electrochemistry_791c1915_a791_4450_acd8_7f94764743b5
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_791c1915_a791_4450_acd8_7f94764743b5
:electrochemistry_791c1915_a791_4450_acd8_7f94764743b5 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_1604f495_328a_4f28_9962_f4cc210739dd ,
@@ -1267,6 +1378,10 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa
skos:altLabel "ChargeCapacity"@en ,
"ElectricChargeCapacity"@en ,
"StorageCapacity"@en ;
+ skos:hiddenLabel "AH"@en ,
+ "Amp-hr"@en ,
+ "Capacity/mAh"@en ,
+ "mAmp-hr"@en ;
skos:prefLabel "Capacity"@en .
[ rdf:type owl:Axiom ;
@@ -1284,22 +1399,31 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa
] .
-### http://emmo.info/electrochemistry#electrochemistry_79551e01_4bc6_4292_916e_08fe28a84600
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_79551e01_4bc6_4292_916e_08fe28a84600
:electrochemistry_79551e01_4bc6_4292_916e_08fe28a84600 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_637ee9c4_4b3f_4d3a_975b_c0572dfe53ce ,
:electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ;
owl:disjointWith :electrochemistry_e4d666ee_d637_45cd_a904_dc33941ead4f ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electric current applied to a battery during its charge"@en ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electric current applied to a battery during a charging process"@en ;
skos:prefLabel "ChargingCurrent"@en .
-### http://emmo.info/electrochemistry#electrochemistry_7f381c19_cf07_47a8_ab10_0b14d46901e8
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_7f073272_8925_4344_995c_a5a6dd1fcde6
+:electrochemistry_7f073272_8925_4344_995c_a5a6dd1fcde6 rdf:type owl:Class ;
+ rdfs:subClassOf emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "the percentage of the total charge capacity that is obtained during a constant current charge process"@en ;
+ skos:hiddenLabel "CC-Per"@en ,
+ "CC-Per/%"@en ;
+ skos:prefLabel "ConstantCurrentChargePercentage"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_7f381c19_cf07_47a8_ab10_0b14d46901e8
:electrochemistry_7f381c19_cf07_47a8_ab10_0b14d46901e8 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ;
skos:prefLabel "SurfaceAreaPerVolume"@en .
-### http://emmo.info/electrochemistry#electrochemistry_7fa406b0_512a_4d59_9e0c_5d8aba0103ae
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_7fa406b0_512a_4d59_9e0c_5d8aba0103ae
:electrochemistry_7fa406b0_512a_4d59_9e0c_5d8aba0103ae rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_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 ;
@@ -1315,7 +1439,7 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa
] .
-### http://emmo.info/electrochemistry#electrochemistry_7fc10197_41d9_4c1e_a107_928f03eb2d36
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_7fc10197_41d9_4c1e_a107_928f03eb2d36
:electrochemistry_7fc10197_41d9_4c1e_a107_928f03eb2d36 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_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" ;
@@ -1344,7 +1468,7 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog
] .
-### http://emmo.info/electrochemistry#electrochemistry_7fe804b8_6126_4132_be8f_b4985d61b1f6
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_7fe804b8_6126_4132_be8f_b4985d61b1f6
:electrochemistry_7fe804b8_6126_4132_be8f_b4985d61b1f6 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_2d896559_eee3_447c_9759_87c854a4266a ,
emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ,
@@ -1358,7 +1482,16 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog
skos:prefLabel "MolarElectrochemicalPotential"@en .
-### http://emmo.info/electrochemistry#electrochemistry_8177eae6_1631_430d_99f2_942669bcb784
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_80ca00f8_c891_4493_87a2_7d39b9d1e098
+:electrochemistry_80ca00f8_c891_4493_87a2_7d39b9d1e098 rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
+ emmo:EMMO_d4f7d378_5e3b_468a_baa1_a7e98358cda7 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "time of a measurement relative to the start of the step (t = 0)"@en ;
+ skos:hiddenLabel "StepTime/Sec"@en ;
+ skos:prefLabel "StepTime"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_8177eae6_1631_430d_99f2_942669bcb784
:electrochemistry_8177eae6_1631_430d_99f2_942669bcb784 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_2d896559_eee3_447c_9759_87c854a4266a ,
emmo:EMMO_d5be1faf_0c56_4f5a_9b78_581e6dee949f ;
@@ -1367,7 +1500,7 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog
skos:prefLabel "IonConcentration"@en .
-### http://emmo.info/electrochemistry#electrochemistry_82fce40c_434d_4640_a3d2_e26379b6acae
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_82fce40c_434d_4640_a3d2_e26379b6acae
:electrochemistry_82fce40c_434d_4640_a3d2_e26379b6acae rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_b395a244_3a75_4737_be38_981bfa1277fe ,
emmo:EMMO_66bc9029_f473_45ff_bab9_c3509ff37a22 ;
@@ -1375,7 +1508,15 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog
skos:prefLabel "TemperatureLimit"@en .
-### http://emmo.info/electrochemistry#electrochemistry_83928dce_9746_4452_a9f9_da4366a20ca4
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_838a927f_775e_4c6d_8e39_7865548608c2
+:electrochemistry_838a927f_775e_4c6d_8e39_7865548608c2 rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an entry in a dataset, typically consisting of one line."@en ;
+ skos:hiddenLabel "Rec#"@en ;
+ skos:prefLabel "Record"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_83928dce_9746_4452_a9f9_da4366a20ca4
:electrochemistry_83928dce_9746_4452_a9f9_da4366a20ca4 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_900e357f_2ee3_425a_a0b6_322661117787 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-31" ;
@@ -1390,7 +1531,7 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog
] .
-### http://emmo.info/electrochemistry#electrochemistry_83fbc038_0c2e_4d04_91d7_cdf30f8a5535
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_83fbc038_0c2e_4d04_91d7_cdf30f8a5535
:electrochemistry_83fbc038_0c2e_4d04_91d7_cdf30f8a5535 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_900e357f_2ee3_425a_a0b6_322661117787 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-38" ;
@@ -1405,7 +1546,7 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog
] .
-### http://emmo.info/electrochemistry#electrochemistry_85e39686_9658_4c74_bb91_a935704c174a
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_85e39686_9658_4c74_bb91_a935704c174a
:electrochemistry_85e39686_9658_4c74_bb91_a935704c174a rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_c5047d29_4e68_43ee_8355_3e8f05dc70a5 ,
emmo:EMMO_0adabf6f_7404_44cb_9f65_32d83d8101a3 ;
@@ -1414,20 +1555,22 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog
skos:prefLabel "StepDuration"@en .
-### http://emmo.info/electrochemistry#electrochemistry_86324806_4263_4d80_b5af_1a7be844ab5b
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_86324806_4263_4d80_b5af_1a7be844ab5b
:electrochemistry_86324806_4263_4d80_b5af_1a7be844ab5b rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_f0667139_6428_4e3d_ac0d_08c1dd7f36ea ;
skos:prefLabel "MinimumStoichiometry"@en .
-### http://emmo.info/electrochemistry#electrochemistry_884650fd_6cc6_4ec6_8264_c18fbe6b90ee
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_884650fd_6cc6_4ec6_8264_c18fbe6b90ee
:electrochemistry_884650fd_6cc6_4ec6_8264_c18fbe6b90ee rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_1e3dc60d_dd6b_47d6_8161_70004fc5ee30 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quotient of the capacity of a cell or battery [ or electrode or active material ] obtained during a discharge process by its mass."@en ;
+ skos:hiddenLabel "SpeCapD"@en ,
+ "SpeCapD/mAh/g"@en ;
skos:prefLabel "SpecificDischargeCapacity"@en .
-### http://emmo.info/electrochemistry#electrochemistry_8de9735b_374a_4a0f_b29f_71a50794cf94
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_8de9735b_374a_4a0f_b29f_71a50794cf94
:electrochemistry_8de9735b_374a_4a0f_b29f_71a50794cf94 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_f4fadc4e_ca7d_4e4e_89cf_eacf45b4041e ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-04" ;
@@ -1443,7 +1586,13 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog
] .
-### http://emmo.info/electrochemistry#electrochemistry_8f3ab19f_ce22_424e_a9bf_d5cedb815374
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_8e943e12_ecc0_4093_899e_7226be6be7f2
+:electrochemistry_8e943e12_ecc0_4093_899e_7226be6be7f2 rdf:type owl:Class ;
+ rdfs:subClassOf emmo:EMMO_c1c8ac3c_8a1c_4777_8e0b_14c1f9f9b0c6 ;
+ skos:prefLabel "D90ParticleSize"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_8f3ab19f_ce22_424e_a9bf_d5cedb815374
:electrochemistry_8f3ab19f_ce22_424e_a9bf_d5cedb815374 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-18" ;
@@ -1458,7 +1607,7 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog
] .
-### http://emmo.info/electrochemistry#electrochemistry_8f4b90ef_fea4_47c9_99f5_a9b3290a505d
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_8f4b90ef_fea4_47c9_99f5_a9b3290a505d
:electrochemistry_8f4b90ef_fea4_47c9_99f5_a9b3290a505d rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_2d896559_eee3_447c_9759_87c854a4266a ,
emmo:EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845 ;
@@ -1466,19 +1615,19 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog
skos:prefLabel "ElectrochemicalStabilityLimit"@en .
-### http://emmo.info/electrochemistry#electrochemistry_900e357f_2ee3_425a_a0b6_322661117787
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_900e357f_2ee3_425a_a0b6_322661117787
:electrochemistry_900e357f_2ee3_425a_a0b6_322661117787 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_909415d1_7c43_4d5e_bbeb_7e1910159f66 ;
skos:prefLabel "ElectrochemicalProperty"@en .
-### http://emmo.info/electrochemistry#electrochemistry_95ef8c3c_62fe_467f_b5d4_dd0cd18a7ea8
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_95ef8c3c_62fe_467f_b5d4_dd0cd18a7ea8
:electrochemistry_95ef8c3c_62fe_467f_b5d4_dd0cd18a7ea8 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_f0667139_6428_4e3d_ac0d_08c1dd7f36ea ;
skos:prefLabel "MaximumStoichiometry"@en .
-### http://emmo.info/electrochemistry#electrochemistry_98b6e9d7_d5df_46a5_87dd_79642b8b2e4b
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_98b6e9d7_d5df_46a5_87dd_79642b8b2e4b
:electrochemistry_98b6e9d7_d5df_46a5_87dd_79642b8b2e4b rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_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 ;
@@ -1494,7 +1643,7 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog
] .
-### http://emmo.info/electrochemistry#electrochemistry_9b3b4668_0795_4a35_9965_2af383497a26
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_9b3b4668_0795_4a35_9965_2af383497a26
:electrochemistry_9b3b4668_0795_4a35_9965_2af383497a26 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_791c1915_a791_4450_acd8_7f94764743b5 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-15"@en ;
@@ -1509,7 +1658,7 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog
] .
-### http://emmo.info/electrochemistry#electrochemistry_9bf40017_3f58_4030_ada7_cb37a3dfda2d
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_9bf40017_3f58_4030_ada7_cb37a3dfda2d
:electrochemistry_9bf40017_3f58_4030_ada7_cb37a3dfda2d rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_02eb0465_4f94_453c_8c1f_5ddf80134634 ,
emmo:EMMO_e88f75d6_9a17_4cfc_bdf7_43d7cea5a9a1 ;
@@ -1522,7 +1671,7 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog
skos:prefLabel "InternalResistance"@en .
-### http://emmo.info/electrochemistry#electrochemistry_9c657fdc_b9d3_4964_907c_f9a6e8c5f52b
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_9c657fdc_b9d3_4964_907c_f9a6e8c5f52b
:electrochemistry_9c657fdc_b9d3_4964_907c_f9a6e8c5f52b rdf:type owl:Class ;
owl:equivalentClass emmo:EMMO_5c78b424_087b_4e31_8c91_6422f1be1e86 ;
rdfs:subClassOf :electrochemistry_2d896559_eee3_447c_9759_87c854a4266a ,
@@ -1533,7 +1682,9 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog
emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Open-circuit_voltage"@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:altLabel "OCP"@en ,
+ "OCV"@en ,
+ "OpenCircuitPotential"@en ;
skos:prefLabel "OpenCircuitVoltage"@en .
[ rdf:type owl:Axiom ;
@@ -1558,20 +1709,29 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog
] .
-### http://emmo.info/electrochemistry#electrochemistry_9c9b80a4_a00b_4b91_8e17_3a7831f2bf2f
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_9c9b80a4_a00b_4b91_8e17_3a7831f2bf2f
:electrochemistry_9c9b80a4_a00b_4b91_8e17_3a7831f2bf2f rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_affe07e4_e9bc_4852_86c6_69e26182a17f ;
skos:prefLabel "InititalThermodynamicTemperature"@en .
-### http://emmo.info/electrochemistry#electrochemistry_9d6a52ed_a53d_4327_a391_f173677a4b1d
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_9d57962c_e150_4e64_962b_8fd6a92c9234
+:electrochemistry_9d57962c_e150_4e64_962b_8fd6a92c9234 rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_ccdfed06_6d24_47e4_98af_ce3ffe7bd09e ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "the specific energy of an electrochemical device obtained during a discharge process"@en ;
+ skos:hiddenLabel "SpeEnergyD"@en ,
+ "SpeEnergyD/mWh/g"@en ;
+ skos:prefLabel "SpecificEnergyDischarge"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_9d6a52ed_a53d_4327_a391_f173677a4b1d
:electrochemistry_9d6a52ed_a53d_4327_a391_f173677a4b1d rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_ba882f34_0d71_4e4f_9d92_0c076c633a2c ;
skos:prefLabel "NumberOfCellsConnectedInSeries"@en .
-### http://emmo.info/electrochemistry#electrochemistry_9ed7210c_c4fa_467b_822d_ba12f885bdf4
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_9ed7210c_c4fa_467b_822d_ba12f885bdf4
:electrochemistry_9ed7210c_c4fa_467b_822d_ba12f885bdf4 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_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 ;
@@ -1599,7 +1759,7 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog
] .
-### http://emmo.info/electrochemistry#electrochemistry_a17ee4e0_c81a_4a64_9ecb_9c6fa022cf4d
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a17ee4e0_c81a_4a64_9ecb_9c6fa022cf4d
:electrochemistry_a17ee4e0_c81a_4a64_9ecb_9c6fa022cf4d rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_4a450a27_b84a_4c70_a3a9_15ec30e2f30b ,
emmo:EMMO_9e955e04_2977_457e_a91a_bc6a541c9a9e ;
@@ -1610,7 +1770,7 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog
skos:prefLabel "LimitingMolarConductivity"@en .
-### http://emmo.info/electrochemistry#electrochemistry_a24f8581_a5a4_41a4_bb45_d0fdd5c0d810
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a24f8581_a5a4_41a4_bb45_d0fdd5c0d810
:electrochemistry_a24f8581_a5a4_41a4_bb45_d0fdd5c0d810 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 ;
@@ -1629,7 +1789,7 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog
] .
-### http://emmo.info/electrochemistry#electrochemistry_a4dfa5c1_55a9_4285_b71d_90cf6613ca31
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a4dfa5c1_55a9_4285_b71d_90cf6613ca31
:electrochemistry_a4dfa5c1_55a9_4285_b71d_90cf6613ca31 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_21745019_2830_4395_bca7_15ddfd266673 ,
emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
@@ -1653,7 +1813,7 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog
] .
-### http://emmo.info/electrochemistry#electrochemistry_a5571263_f153_448f_84a3_cd18092cf8fa
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a5571263_f153_448f_84a3_cd18092cf8fa
:electrochemistry_a5571263_f153_448f_84a3_cd18092cf8fa rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q766786" ;
@@ -1663,7 +1823,7 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog
skos:prefLabel "VolumetricSurfaceArea"@en .
-### http://emmo.info/electrochemistry#electrochemistry_a56fc557_9dea_42e6_b936_e9d62dcaf84f
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a56fc557_9dea_42e6_b936_e9d62dcaf84f
:electrochemistry_a56fc557_9dea_42e6_b936_e9d62dcaf84f rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 ;
@@ -1679,7 +1839,7 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog
] .
-### http://emmo.info/electrochemistry#electrochemistry_a5962e05_466d_46a4_8951_bea59d7326e5
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a5962e05_466d_46a4_8951_bea59d7326e5
:electrochemistry_a5962e05_466d_46a4_8951_bea59d7326e5 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_02eb0465_4f94_453c_8c1f_5ddf80134634 ,
emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
@@ -1695,14 +1855,14 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog
] .
-### http://emmo.info/electrochemistry#electrochemistry_a7eb870c_4ef7_4ccd_85e8_4b7b726d7a2a
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a7eb870c_4ef7_4ccd_85e8_4b7b726d7a2a
:electrochemistry_a7eb870c_4ef7_4ccd_85e8_4b7b726d7a2a rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_02eb0465_4f94_453c_8c1f_5ddf80134634 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "the quotient of the power of an energy-storage device or system and its volume"@en ;
skos:prefLabel "VolumetricPowerDensityofStorage"@en .
-### http://emmo.info/electrochemistry#electrochemistry_a82e16c3_b766_482f_be94_b8e9af37f6fc
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a82e16c3_b766_482f_be94_b8e9af37f6fc
:electrochemistry_a82e16c3_b766_482f_be94_b8e9af37f6fc rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_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"@en ;
@@ -1718,14 +1878,14 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog
] .
-### http://emmo.info/electrochemistry#electrochemistry_a9873707_8103_4bb4_9e51_83db1e89b1bd
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a9873707_8103_4bb4_9e51_83db1e89b1bd
:electrochemistry_a9873707_8103_4bb4_9e51_83db1e89b1bd rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5eae657f_5914_4252_85c6_3fc772dea113 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "the minimum amount concentration of a species in a phase, either imposed or naturally occuring"@en ;
skos:prefLabel "MiniumumConcentration"@en .
-### http://emmo.info/electrochemistry#electrochemistry_abfadc99_6e43_4d37_9b04_7fc5b0f327ae
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_abfadc99_6e43_4d37_9b04_7fc5b0f327ae
:electrochemistry_abfadc99_6e43_4d37_9b04_7fc5b0f327ae rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_21745019_2830_4395_bca7_15ddfd266673 ,
emmo:EMMO_ba882f34_0d71_4e4f_9d92_0c076c633a2c ;
@@ -1745,7 +1905,7 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog
] .
-### http://emmo.info/electrochemistry#electrochemistry_ae782b14_88ce_4cdd_9418_12aca00be937
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_ae782b14_88ce_4cdd_9418_12aca00be937
:electrochemistry_ae782b14_88ce_4cdd_9418_12aca00be937 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_02eb0465_4f94_453c_8c1f_5ddf80134634 ,
emmo:EMMO_ba882f34_0d71_4e4f_9d92_0c076c633a2c ;
@@ -1755,7 +1915,7 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog
skos:prefLabel "CycleLife"@en .
-### http://emmo.info/electrochemistry#electrochemistry_ae9882de_d6a2_4525_a84f_80947c10f1cb
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_ae9882de_d6a2_4525_a84f_80947c10f1cb
:electrochemistry_ae9882de_d6a2_4525_a84f_80947c10f1cb rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "in 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"@en ;
@@ -1771,14 +1931,14 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog
] .
-### http://emmo.info/electrochemistry#electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112
:electrochemistry_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 .
-### http://emmo.info/electrochemistry#electrochemistry_b21de1ef_6c15_4d63_b320_c9b96fbf186f
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_b21de1ef_6c15_4d63_b320_c9b96fbf186f
:electrochemistry_b21de1ef_6c15_4d63_b320_c9b96fbf186f rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_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 ;
@@ -1796,14 +1956,14 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog
] .
-### http://emmo.info/electrochemistry#electrochemistry_b395a244_3a75_4737_be38_981bfa1277fe
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_b395a244_3a75_4737_be38_981bfa1277fe
:electrochemistry_b395a244_3a75_4737_be38_981bfa1277fe rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_c5047d29_4e68_43ee_8355_3e8f05dc70a5 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a limit quantity in a control system"@en ;
skos:prefLabel "LimitQuantity"@en .
-### http://emmo.info/electrochemistry#electrochemistry_b66d6553_6136_4754_902a_707e414210c2
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_b66d6553_6136_4754_902a_707e414210c2
:electrochemistry_b66d6553_6136_4754_902a_707e414210c2 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_c5047d29_4e68_43ee_8355_3e8f05dc70a5 ,
emmo:EMMO_852b4ab8_fc29_4749_a8c7_b92d4fca7d5a ;
@@ -1811,7 +1971,7 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog
skos:prefLabel "LowerFrequencyLimit"@en .
-### http://emmo.info/electrochemistry#electrochemistry_b7781ebc_90a7_4f19_997f_aed28dee1b01
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_b7781ebc_90a7_4f19_997f_aed28dee1b01
:electrochemistry_b7781ebc_90a7_4f19_997f_aed28dee1b01 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_791c1915_a791_4450_acd8_7f94764743b5 ,
:electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ;
@@ -1819,7 +1979,13 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog
skos:prefLabel "TheoreticalCapacity"@en .
-### http://emmo.info/electrochemistry#electrochemistry_b92e382f_5109_4f60_ab5e_c89d340419a9
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_b83c6435_6edf_470e_9725_538a853e08f7
+:electrochemistry_b83c6435_6edf_470e_9725_538a853e08f7 rdf:type owl:Class ;
+ rdfs:subClassOf emmo:EMMO_c1c8ac3c_8a1c_4777_8e0b_14c1f9f9b0c6 ;
+ skos:prefLabel "D10ParticleSize"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_b92e382f_5109_4f60_ab5e_c89d340419a9
:electrochemistry_b92e382f_5109_4f60_ab5e_c89d340419a9 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_32dcd601_47c7_4028_b7fa_5e972ae57f12 ;
@@ -1827,14 +1993,14 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog
skos:prefLabel "ParticleRadius"@en .
-### http://emmo.info/electrochemistry#electrochemistry_ba7ac581_0e13_4815_b888_013c378932f5
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_ba7ac581_0e13_4815_b888_013c378932f5
:electrochemistry_ba7ac581_0e13_4815_b888_013c378932f5 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_74de2c33_84fc_4c2f_afe1_56d169149114 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "the maximum current approved for continuous discharge for a given electrochemical device"@en ;
skos:prefLabel "MaximumContinuousDischargeCurrent"@en .
-### http://emmo.info/electrochemistry#electrochemistry_bad1b6f4_1b26_40e2_b552_6d53873e3973
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_bad1b6f4_1b26_40e2_b552_6d53873e3973
:electrochemistry_bad1b6f4_1b26_40e2_b552_6d53873e3973 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_47ab1dad_cc09_4fd8_af23_acb36fb680dd ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=485-02-09" ;
@@ -1852,7 +2018,7 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog
] .
-### http://emmo.info/electrochemistry#electrochemistry_bcb33f7e_5573_4bc2_b636_4ea313a9dd3a
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_bcb33f7e_5573_4bc2_b636_4ea313a9dd3a
:electrochemistry_bcb33f7e_5573_4bc2_b636_4ea313a9dd3a rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_02eb0465_4f94_453c_8c1f_5ddf80134634 ,
emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ;
@@ -1870,7 +2036,7 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog
] .
-### http://emmo.info/electrochemistry#electrochemistry_c39b2498_783e_48e1_9814_6164bd99823c
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_c39b2498_783e_48e1_9814_6164bd99823c
:electrochemistry_c39b2498_783e_48e1_9814_6164bd99823c rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845 ;
@@ -1887,7 +2053,7 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog
] .
-### http://emmo.info/electrochemistry#electrochemistry_c4d551db_db17_4c33_92e6_aec71638afbc
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_c4d551db_db17_4c33_92e6_aec71638afbc
:electrochemistry_c4d551db_db17_4c33_92e6_aec71638afbc rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845 ;
@@ -1905,14 +2071,14 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog
] .
-### http://emmo.info/electrochemistry#electrochemistry_c5047d29_4e68_43ee_8355_3e8f05dc70a5
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_c5047d29_4e68_43ee_8355_3e8f05dc70a5
:electrochemistry_c5047d29_4e68_43ee_8355_3e8f05dc70a5 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quantities that control electroanalytical techniques"@en ;
skos:prefLabel "ElectrochemicalControlQuantity"@en .
-### http://emmo.info/electrochemistry#electrochemistry_c55bcb85_b7b8_4e67_8a78_9a42fe25b6cf
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_c55bcb85_b7b8_4e67_8a78_9a42fe25b6cf
:electrochemistry_c55bcb85_b7b8_4e67_8a78_9a42fe25b6cf rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_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 ;
@@ -1938,14 +2104,14 @@ In either case, the magnitude of the catalytic current depends on the applied po
] .
-### http://emmo.info/electrochemistry#electrochemistry_c762a928_5a74_46fd_9929_4ac2d7a3a8d7
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_c762a928_5a74_46fd_9929_4ac2d7a3a8d7
:electrochemistry_c762a928_5a74_46fd_9929_4ac2d7a3a8d7 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_02eb0465_4f94_453c_8c1f_5ddf80134634 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "the quotient of the power of an energy-storage device or system and its mass"@en ;
skos:prefLabel "SpecificPowerOfStorage"@en .
-### http://emmo.info/electrochemistry#electrochemistry_c7b26177_21bf_4787_b656_8e78edf27f88
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_c7b26177_21bf_4787_b656_8e78edf27f88
:electrochemistry_c7b26177_21bf_4787_b656_8e78edf27f88 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_4ebe2ef1_eea8_4b10_822d_7a68215bd24d ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "voltage between the terminals of a cell or battery when being discharged"@en ;
@@ -1961,7 +2127,7 @@ In either case, the magnitude of the catalytic current depends on the applied po
] .
-### http://emmo.info/electrochemistry#electrochemistry_c955c089_6ee1_41a2_95fc_d534c5cfd3d5
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_c955c089_6ee1_41a2_95fc_d534c5cfd3d5
:electrochemistry_c955c089_6ee1_41a2_95fc_d534c5cfd3d5 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_afea89af_ef16_4bdb_99d5_f3b2f4c85a6c ;
@@ -1969,21 +2135,25 @@ In either case, the magnitude of the catalytic current depends on the applied po
skos:prefLabel "MassLoading"@en .
-### http://emmo.info/electrochemistry#electrochemistry_ca36cbf3_1fed_4b88_9177_b4e16ad00cf7
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_ca36cbf3_1fed_4b88_9177_b4e16ad00cf7
:electrochemistry_ca36cbf3_1fed_4b88_9177_b4e16ad00cf7 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_46376e5d_9627_4514_9881_9e62083625c3 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "energy delivered by a deviced under some specific discharge conditions"@en ;
+ skos:hiddenLabel "Energy discharge/W.h"@en ,
+ "EnergyD"@en ,
+ "EnergyD/mWh"@en ,
+ "WH-OUT"@en ;
skos:prefLabel "DischargeEnergy"@en .
-### http://emmo.info/electrochemistry#electrochemistry_cc519a19_b8d5_4e3f_b893_3a884888ad79
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_cc519a19_b8d5_4e3f_b893_3a884888ad79
:electrochemistry_cc519a19_b8d5_4e3f_b893_3a884888ad79 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_82fce40c_434d_4640_a3d2_e26379b6acae ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "the maximum allowable temperature"@en ;
skos:prefLabel "MaximumTemperature"@en .
-### http://emmo.info/electrochemistry#electrochemistry_ccde24bb_790a_40ca_a06e_cea156a61031
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_ccde24bb_790a_40ca_a06e_cea156a61031
:electrochemistry_ccde24bb_790a_40ca_a06e_cea156a61031 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_21745019_2830_4395_bca7_15ddfd266673 ,
emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 ;
@@ -1994,7 +2164,7 @@ In either case, the magnitude of the catalytic current depends on the applied po
skos:prefLabel "ExchangeCurrent"@en .
-### http://emmo.info/electrochemistry#electrochemistry_ccdfed06_6d24_47e4_98af_ce3ffe7bd09e
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_ccdfed06_6d24_47e4_98af_ce3ffe7bd09e
:electrochemistry_ccdfed06_6d24_47e4_98af_ce3ffe7bd09e rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_02eb0465_4f94_453c_8c1f_5ddf80134634 ,
emmo:EMMO_e218c625_6a39_47a9_8d08_a2ef41c152a9 ;
@@ -2003,7 +2173,7 @@ In either case, the magnitude of the catalytic current depends on the applied po
skos:prefLabel "SpecificEnergyOfStorage"@en .
-### http://emmo.info/electrochemistry#electrochemistry_ce74d2dc_d496_4116_b2fb_3e83d88bc744
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_ce74d2dc_d496_4116_b2fb_3e83d88bc744
:electrochemistry_ce74d2dc_d496_4116_b2fb_3e83d88bc744 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_cde4368c_1d4d_4c94_8548_604749523c6d ;
@@ -2011,7 +2181,7 @@ In either case, the magnitude of the catalytic current depends on the applied po
skos:prefLabel "ElectronicConductivity"@en .
-### http://emmo.info/electrochemistry#electrochemistry_cf54e7c1_f359_4715_b61d_0350b890d597
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_cf54e7c1_f359_4715_b61d_0350b890d597
:electrochemistry_cf54e7c1_f359_4715_b61d_0350b890d597 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
[ rdf:type owl:Restriction ;
@@ -2025,7 +2195,7 @@ In either case, the magnitude of the catalytic current depends on the applied po
skos:prefLabel "SpecificSurfaceArea"@en .
-### http://emmo.info/electrochemistry#electrochemistry_d47985f1_6bd7_4c4f_894f_13a6cab38bb5
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_d47985f1_6bd7_4c4f_894f_13a6cab38bb5
:electrochemistry_d47985f1_6bd7_4c4f_894f_13a6cab38bb5 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_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" ;
@@ -2040,7 +2210,7 @@ In either case, the magnitude of the catalytic current depends on the applied po
] .
-### http://emmo.info/electrochemistry#electrochemistry_d5ac8868_d318_4065_aa23_72140ae888ae
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_d5ac8868_d318_4065_aa23_72140ae888ae
:electrochemistry_d5ac8868_d318_4065_aa23_72140ae888ae rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_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 ;
@@ -2056,7 +2226,7 @@ In either case, the magnitude of the catalytic current depends on the applied po
] .
-### http://emmo.info/electrochemistry#electrochemistry_d5dc0c1d_0926_4268_89f0_4519a326eabc
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_d5dc0c1d_0926_4268_89f0_4519a326eabc
:electrochemistry_d5dc0c1d_0926_4268_89f0_4519a326eabc rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3cd0e74e_292c_48ed_a831_4cb8753d9a56 ,
:electrochemistry_c5047d29_4e68_43ee_8355_3e8f05dc70a5 ;
@@ -2064,15 +2234,16 @@ In either case, the magnitude of the catalytic current depends on the applied po
skos:prefLabel "MaximumPulseDischargeDuration"@en .
-### http://emmo.info/electrochemistry#electrochemistry_d78b696d_9832_4352_a264_28a2ea7d82e4
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_d78b696d_9832_4352_a264_28a2ea7d82e4
:electrochemistry_d78b696d_9832_4352_a264_28a2ea7d82e4 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_ba882f34_0d71_4e4f_9d92_0c076c633a2c ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "number describing the step in a protocol"@en ;
+ skos:hiddenLabel "Step"@en ;
skos:prefLabel "StepIndex"@en .
-### http://emmo.info/electrochemistry#electrochemistry_d91940f0_c8b6_4505_9b68_6bf6cfc5c544
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_d91940f0_c8b6_4505_9b68_6bf6cfc5c544
:electrochemistry_d91940f0_c8b6_4505_9b68_6bf6cfc5c544 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_9c657fdc_b9d3_4964_907c_f9a6e8c5f52b ,
:electrochemistry_f509645f_eb27_470e_9112_7ab828ed40d3 ;
@@ -2102,13 +2273,13 @@ In either case, the magnitude of the catalytic current depends on the applied po
] .
-### http://emmo.info/electrochemistry#electrochemistry_db40df7e_1aa5_49a7_85cb_2aa2c1c70489
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_db40df7e_1aa5_49a7_85cb_2aa2c1c70489
:electrochemistry_db40df7e_1aa5_49a7_85cb_2aa2c1c70489 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_affe07e4_e9bc_4852_86c6_69e26182a17f ;
skos:prefLabel "ReferenceThermodynamicTemperature"@en .
-### http://emmo.info/electrochemistry#electrochemistry_e1fd84eb_acdb_4b2c_b90c_e899d552a3ee
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_e1fd84eb_acdb_4b2c_b90c_e899d552a3ee
:electrochemistry_e1fd84eb_acdb_4b2c_b90c_e899d552a3ee rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
@@ -2117,26 +2288,25 @@ In either case, the magnitude of the catalytic current depends on the applied po
rdfs:comment "in practice, the term CRate is often used to mean DRate"@en ,
"the charge rate is expressed as the reference current It = Cr/n where Cr is the rated capacity declared by the manufacturer and n is the time base in hours for which the rated capacity is declared"@en ,
"the quantity CRate is not used for energy-decoupled batteries like Redox Flox batteries"@en ;
- rdfs:seeAlso "DRate"@en ;
skos:altLabel "ChargeRate"@en ;
skos:prefLabel "CRate"@en .
[ rdf:type owl:Axiom ;
owl:annotatedSource :electrochemistry_e1fd84eb_acdb_4b2c_b90c_e899d552a3ee ;
- owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ;
- owl:annotatedTarget "[an indicator of the] electric current at which a secondary cell or battery is charged"@en ;
+ owl:annotatedProperty rdfs:comment ;
+ owl:annotatedTarget "the charge rate is expressed as the reference current It = Cr/n where Cr is the rated capacity declared by the manufacturer and n is the time base in hours for which the rated capacity is declared"@en ;
dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org"
] .
[ rdf:type owl:Axiom ;
owl:annotatedSource :electrochemistry_e1fd84eb_acdb_4b2c_b90c_e899d552a3ee ;
- owl:annotatedProperty rdfs:comment ;
- owl:annotatedTarget "the charge rate is expressed as the reference current It = Cr/n where Cr is the rated capacity declared by the manufacturer and n is the time base in hours for which the rated capacity is declared"@en ;
+ owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ;
+ owl:annotatedTarget "[an indicator of the] electric current at which a secondary cell or battery is charged"@en ;
dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org"
] .
-### http://emmo.info/electrochemistry#electrochemistry_e2514bf9_d012_4990_b68b_6f37443f18f6
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_e2514bf9_d012_4990_b68b_6f37443f18f6
:electrochemistry_e2514bf9_d012_4990_b68b_6f37443f18f6 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_21745019_2830_4395_bca7_15ddfd266673 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q3394849" ;
@@ -2146,7 +2316,7 @@ In either case, the magnitude of the catalytic current depends on the applied po
skos:prefLabel "ReactionRate"@en .
-### http://emmo.info/electrochemistry#electrochemistry_e38f11d0_a16f_4fe8_8ec5_3fe4493b7759
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_e38f11d0_a16f_4fe8_8ec5_3fe4493b7759
:electrochemistry_e38f11d0_a16f_4fe8_8ec5_3fe4493b7759 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845 ;
@@ -2162,7 +2332,7 @@ In either case, the magnitude of the catalytic current depends on the applied po
] .
-### http://emmo.info/electrochemistry#electrochemistry_e4a221e0_afc9_4464_91d4_e0c8ecdf79e8
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_e4a221e0_afc9_4464_91d4_e0c8ecdf79e8
:electrochemistry_e4a221e0_afc9_4464_91d4_e0c8ecdf79e8 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
[ rdf:type owl:Restriction ;
@@ -2182,7 +2352,7 @@ In either case, the magnitude of the catalytic current depends on the applied po
] .
-### http://emmo.info/electrochemistry#electrochemistry_e4d666ee_d637_45cd_a904_dc33941ead4f
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_e4d666ee_d637_45cd_a904_dc33941ead4f
:electrochemistry_e4d666ee_d637_45cd_a904_dc33941ead4f rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_637ee9c4_4b3f_4d3a_975b_c0572dfe53ce ,
:electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ;
@@ -2198,7 +2368,7 @@ In either case, the magnitude of the catalytic current depends on the applied po
] .
-### http://emmo.info/electrochemistry#electrochemistry_e6b63190_acac_4e78_9cba_fb2b10bbe910
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_e6b63190_acac_4e78_9cba_fb2b10bbe910
:electrochemistry_e6b63190_acac_4e78_9cba_fb2b10bbe910 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-17" ;
@@ -2215,7 +2385,7 @@ In either case, the magnitude of the catalytic current depends on the applied po
] .
-### http://emmo.info/electrochemistry#electrochemistry_e8ec76bf_2a60_4982_8cde_02dfbd2e626f
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_e8ec76bf_2a60_4982_8cde_02dfbd2e626f
:electrochemistry_e8ec76bf_2a60_4982_8cde_02dfbd2e626f rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_02eb0465_4f94_453c_8c1f_5ddf80134634 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-47" ;
@@ -2231,7 +2401,7 @@ In either case, the magnitude of the catalytic current depends on the applied po
] .
-### http://emmo.info/electrochemistry#electrochemistry_e9fd9ef9_adfe_46cb_b2f9_4558468a25e7
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_e9fd9ef9_adfe_46cb_b2f9_4558468a25e7
:electrochemistry_e9fd9ef9_adfe_46cb_b2f9_4558468a25e7 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_21745019_2830_4395_bca7_15ddfd266673 ,
emmo:EMMO_7c8007b0_58a7_4486_bf1c_4772852caca0 ;
@@ -2242,7 +2412,7 @@ In either case, the magnitude of the catalytic current depends on the applied po
skos:prefLabel "ExchangeCurrentDensity"@en .
-### http://emmo.info/electrochemistry#electrochemistry_ecb6dfdf_bd3d_4339_8a1c_d32abbef30ba
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_ecb6dfdf_bd3d_4339_8a1c_d32abbef30ba
:electrochemistry_ecb6dfdf_bd3d_4339_8a1c_d32abbef30ba rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_c5047d29_4e68_43ee_8355_3e8f05dc70a5 ,
emmo:EMMO_0adabf6f_7404_44cb_9f65_32d83d8101a3 ;
@@ -2258,7 +2428,7 @@ In either case, the magnitude of the catalytic current depends on the applied po
] .
-### http://emmo.info/electrochemistry#electrochemistry_f046d602_22ea_4f9b_9101_319f510d39f0
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f046d602_22ea_4f9b_9101_319f510d39f0
:electrochemistry_f046d602_22ea_4f9b_9101_319f510d39f0 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_637ee9c4_4b3f_4d3a_975b_c0572dfe53ce ,
:electrochemistry_c5047d29_4e68_43ee_8355_3e8f05dc70a5 ;
@@ -2267,13 +2437,13 @@ In either case, the magnitude of the catalytic current depends on the applied po
skos:prefLabel "CurrentScanRate"@en .
-### http://emmo.info/electrochemistry#electrochemistry_f0667139_6428_4e3d_ac0d_08c1dd7f36ea
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f0667139_6428_4e3d_ac0d_08c1dd7f36ea
:electrochemistry_f0667139_6428_4e3d_ac0d_08c1dd7f36ea rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_ba882f34_0d71_4e4f_9d92_0c076c633a2c ;
skos:prefLabel "Stoichiometry"@en .
-### http://emmo.info/electrochemistry#electrochemistry_f4fadc4e_ca7d_4e4e_89cf_eacf45b4041e
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f4fadc4e_ca7d_4e4e_89cf_eacf45b4041e
:electrochemistry_f4fadc4e_ca7d_4e4e_89cf_eacf45b4041e rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_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 ;
@@ -2290,7 +2460,7 @@ In either case, the magnitude of the catalytic current depends on the applied po
] .
-### http://emmo.info/electrochemistry#electrochemistry_f509645f_eb27_470e_9112_7ab828ed40d3
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f509645f_eb27_470e_9112_7ab828ed40d3
:electrochemistry_f509645f_eb27_470e_9112_7ab828ed40d3 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845 ;
@@ -2318,7 +2488,25 @@ In either case, the magnitude of the catalytic current depends on the applied po
] .
-### http://emmo.info/electrochemistry#electrochemistry_f94678d6_1386_48fc_8e54_024921924401
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f591a444_89d6_4093_836d_7d53895edce4
+:electrochemistry_f591a444_89d6_4093_836d_7d53895edce4 rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_c5047d29_4e68_43ee_8355_3e8f05dc70a5 ,
+ emmo:EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "half of the peak-to-peak amplitude of a periodic voltage perturbation within a single time period, with respect to a reference potential value"@en ;
+ emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "This term should denote half of the peak-to-peak amplitude. Peak-to-peak and r.m.s. amplitudes should be so specified."@en ;
+ emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.A00311" ;
+ rdfs:comment "For Electrochemical Impedance Spectroscopy, the Peak Potential Amplitude is usually small, (normally 5 to 10 mV)."@en ;
+ skos:prefLabel "AmplitudeOfAlternatingVoltage"@en .
+
+[ rdf:type owl:Axiom ;
+ owl:annotatedSource :electrochemistry_f591a444_89d6_4093_836d_7d53895edce4 ;
+ owl:annotatedProperty rdfs:comment ;
+ owl:annotatedTarget "For Electrochemical Impedance Spectroscopy, the Peak Potential Amplitude is usually small, (normally 5 to 10 mV)."@en ;
+ dcterms:source "PINGARRÓN, José M., et al. Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019). Pure and Applied Chemistry, 2020, 92.4: 641-694."
+ ] .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f94678d6_1386_48fc_8e54_024921924401
:electrochemistry_f94678d6_1386_48fc_8e54_024921924401 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_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" ;
@@ -2341,14 +2529,14 @@ In either case, the magnitude of the catalytic current depends on the applied po
] .
-### http://emmo.info/electrochemistry#electrochemistry_f9e1c862_c510_4b11_9141_bc91045df817
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f9e1c862_c510_4b11_9141_bc91045df817
:electrochemistry_f9e1c862_c510_4b11_9141_bc91045df817 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "thickness of the coating after a calendering process"@en ;
skos:prefLabel "CalenderedCoatingThickness"@en .
-### http://emmo.info/electrochemistry#electrochemistry_fa7790d6_07bb_4b0f_9965_55966828f5f3
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_fa7790d6_07bb_4b0f_9965_55966828f5f3
:electrochemistry_fa7790d6_07bb_4b0f_9965_55966828f5f3 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_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 ;
@@ -2363,7 +2551,7 @@ In either case, the magnitude of the catalytic current depends on the applied po
] .
-### http://emmo.info/electrochemistry#electrochemistry_ff7797ed_9ef7_40d0_872b_2c215cd54578
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_ff7797ed_9ef7_40d0_872b_2c215cd54578
:electrochemistry_ff7797ed_9ef7_40d0_872b_2c215cd54578 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
emmo:EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845 ;
@@ -2383,51 +2571,4 @@ In either case, the magnitude of the catalytic current depends on the applied po
### http://emmo.info/emmo#EMMO_5c78b424_087b_4e31_8c91_6422f1be1e86
-### https://emmo.info/electrochemistry#electrochemistry_4d2b102b_3515_4591_b079_69232c44f9dc
- rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_4ebe2ef1_eea8_4b10_822d_7a68215bd24d ,
- :electrochemistry_c5047d29_4e68_43ee_8355_3e8f05dc70a5 ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The magnitude of a voltage pulse applied to an electrochemical cell during pulsed amperometry and related techniques."@en ;
- skos:altLabel "PulseMagnitudePotential"@en ;
- skos:prefLabel "MagnitudeOfPotentialPulse"@en .
-
-
-### https://emmo.info/electrochemistry#electrochemistry_68059d94_4c21_4065_b329_07faeebc7e87
- rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_c5047d29_4e68_43ee_8355_3e8f05dc70a5 ,
- [ 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 "Potential to which the magnitude of an excitation signal is compared to."@en ;
- rdfs:comment "Alternating 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."@en ;
- skos:altLabel "BaselinePotential"@en ;
- skos:prefLabel "SignalReferencePotential"@en .
-
-[ rdf:type owl:Axiom ;
- owl:annotatedSource ;
- owl:annotatedProperty rdfs:comment ;
- owl:annotatedTarget "Alternating 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."@en ;
- dcterms:source "PINGARRÓN, José M., et al. Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019). Pure and Applied Chemistry, 2020, 92.4: 641-694."
- ] .
-
-
-### https://emmo.info/electrochemistry#electrochemistry_f591a444_89d6_4093_836d_7d53895edce4
- rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_c5047d29_4e68_43ee_8355_3e8f05dc70a5 ,
- emmo:EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845 ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "half of the peak-to-peak amplitude of a periodic voltage perturbation within a single time period, with respect to a reference potential value"@en ;
- emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "This term should denote half of the peak-to-peak amplitude. Peak-to-peak and r.m.s. amplitudes should be so specified."@en ;
- emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.A00311" ;
- rdfs:comment "For Electrochemical Impedance Spectroscopy, the Peak Potential Amplitude is usually small, (normally 5 to 10 mV)."@en ;
- skos:prefLabel "AmplitudeOfAlternatingVoltage"@en .
-
-[ rdf:type owl:Axiom ;
- owl:annotatedSource ;
- owl:annotatedProperty rdfs:comment ;
- owl:annotatedTarget "For Electrochemical Impedance Spectroscopy, the Peak Potential Amplitude is usually small, (normally 5 to 10 mV)."@en ;
- dcterms:source "PINGARRÓN, José M., et al. Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019). Pure and Applied Chemistry, 2020, 92.4: 641-694."
- ] .
-
-
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
diff --git a/electrochemistry.ttl b/electrochemistry.ttl
index fb5569a..f9320c8 100644
--- a/electrochemistry.ttl
+++ b/electrochemistry.ttl
@@ -1,4 +1,4 @@
-@prefix : .
+@prefix : .
@prefix owl: .
@prefix rdf: .
@prefix xml: .
@@ -6,22 +6,23 @@
@prefix emmo: .
@prefix rdfs: .
@prefix skos: .
+@prefix chemsub: .
@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:creator "Casper Welzel Andersen" ,
- "Eibar Flores" ,
- "Jesper Friis" ,
- "Simon Clark" ;
- dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ;
- rdfs:comment """Contacts:
+@base .
+
+ rdf:type owl:Ontology ;
+ owl:versionIRI ;
+ owl:imports ,
+ ;
+ dcterms:abstract "The Electrochemistry Domain Ontology, a specialized domain within the Elementary Multiperspective Materials Ontology (EMMO), encompasses essential terms and relationships for electrochemical systems, materials, methods, and data. Its primary objective is to enable the creation of linked and FAIR (Findable, Accessible, Interoperable, and Reusable) data, thereby fostering advancements in research and innovation within the realm of electrochemistry. This ontology serves as a foundational resource for harmonizing electrochemical knowledge representation, enhancing data interoperability, and accelerating progress in electrochemical research and development."@en ;
+ dcterms:contributor "Casper Welzel Andersen" ,
+ "Francesca Lonstad Bleken" ,
+ "Jesper Friis" ;
+ dcterms:creator "Eibar Flores" ,
+ "Simon Clark" ;
+ dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ;
+ rdfs:comment """Contacts:
Simon Clark
SINTEF Industry
email: simon.clark@sintef.no
@@ -29,77 +30,20 @@ email: simon.clark@sintef.no
Jesper Friis
SINTEF Industry
email: jesper.friis@sintef.no"""@en ;
- owl:versionInfo "0.6.0" .
+ owl:versionInfo "0.7.0-alpha" .
#################################################################
-# Annotation properties
+# Object Properties
#################################################################
-### http://emmo.info/emmo#EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f
-emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f rdf:type owl:AnnotationProperty .
-
-
-### http://emmo.info/emmo#EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25
-emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 rdf:type owl:AnnotationProperty .
-
-
-### http://emmo.info/emmo#EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84
-emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 rdf:type owl:AnnotationProperty .
-
-
-### http://emmo.info/emmo#EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9
-emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 rdf:type owl:AnnotationProperty .
-
-
-### http://emmo.info/emmo#EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a
-emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a rdf:type owl:AnnotationProperty .
-
-
-### http://emmo.info/emmo#EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d
-emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d rdf:type owl:AnnotationProperty .
-
-
-### http://emmo.info/emmo#EMMO_fe015383_afb3_44a6_ae86_043628697aa2
-emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 rdf:type owl:AnnotationProperty .
-
-
-### http://purl.org/dc/terms/abstract
-dcterms:abstract 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/references
-dcterms:references rdf:type owl:AnnotationProperty .
-
-
-### http://purl.org/dc/terms/source
-dcterms:source rdf:type owl:AnnotationProperty .
-
-
-### http://www.w3.org/2002/07/owl#qualifiedCardinality
-owl:qualifiedCardinality rdf:type owl:AnnotationProperty .
-
-
-### http://www.w3.org/2004/02/skos/core#altLabel
-skos:altLabel rdf:type owl:AnnotationProperty .
-
-
-### http://www.w3.org/2004/02/skos/core#prefLabel
-skos:prefLabel rdf:type owl:AnnotationProperty .
-
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_0ac306fd_e98b_4af9_8cd6_5ed34f7f7d8a
+:electrochemistry_0ac306fd_e98b_4af9_8cd6_5ed34f7f7d8a rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf :electrochemistry_3bd08946_4e81_455d_9fca_dc7a5ead9315 ;
+ rdfs:range :electrochemistry_fb0d9eef_92af_4628_8814_e065ca255d59 ;
+ skos:prefLabel "hasAnolyte"@en .
-#################################################################
-# Object Properties
-#################################################################
-### http://emmo.info/electrochemistry#electrochemistry_3bd08946_4e81_455d_9fca_dc7a5ead9315
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_3bd08946_4e81_455d_9fca_dc7a5ead9315
:electrochemistry_3bd08946_4e81_455d_9fca_dc7a5ead9315 rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf emmo:EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ;
rdfs:domain :electrochemistry_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ;
@@ -107,7 +51,7 @@ skos:prefLabel rdf:type owl:AnnotationProperty .
skos:prefLabel "hasElectrolyte"@en .
-### http://emmo.info/electrochemistry#electrochemistry_3dcfe33d_6825_43c0_a798_68e871a68d39
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_3dcfe33d_6825_43c0_a798_68e871a68d39
:electrochemistry_3dcfe33d_6825_43c0_a798_68e871a68d39 rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf emmo:EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ;
rdfs:domain :electrochemistry_0acd0fc2_1048_4604_8e90_bf4e84bd87df ;
@@ -115,15 +59,15 @@ skos:prefLabel rdf:type owl:AnnotationProperty .
skos:prefLabel "hasCase"@en .
-### http://emmo.info/electrochemistry#electrochemistry_578c41e9_ee01_4840_9c8c_04ab6e4e6241
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_578c41e9_ee01_4840_9c8c_04ab6e4e6241
:electrochemistry_578c41e9_ee01_4840_9c8c_04ab6e4e6241 rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf emmo:EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ;
rdfs:domain :electrochemistry_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ;
- rdfs:range :electrochemistry_0f007072-a8dd-4798-b865-1bf9363be627 ;
+ rdfs:range :electrochemistry_0f007072_a8dd_4798_b865_1bf9363be627 ;
skos:prefLabel "hasElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_5d299271_3f68_494f_ab96_3db9acdd3138
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_5d299271_3f68_494f_ab96_3db9acdd3138
:electrochemistry_5d299271_3f68_494f_ab96_3db9acdd3138 rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :electrochemistry_578c41e9_ee01_4840_9c8c_04ab6e4e6241 ;
rdfs:domain :electrochemistry_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ;
@@ -131,7 +75,7 @@ skos:prefLabel rdf:type owl:AnnotationProperty .
skos:prefLabel "hasNegativeElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_5eb197ea_0c3e_4ea2_8392_81152ee91515
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_5eb197ea_0c3e_4ea2_8392_81152ee91515
:electrochemistry_5eb197ea_0c3e_4ea2_8392_81152ee91515 rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :electrochemistry_578c41e9_ee01_4840_9c8c_04ab6e4e6241 ;
rdfs:domain :electrochemistry_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ;
@@ -139,15 +83,15 @@ skos:prefLabel rdf:type owl:AnnotationProperty .
skos:prefLabel "hasReferenceElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee
:electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf emmo:EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ;
rdfs:domain :electrochemistry_9a823d64_9d10_4a29_9cbd_9bbdad7985bc ;
- rdfs:range :electrochemistry_79d1b273-58cd-4be6-a250-434817f7c261 ;
+ rdfs:range :electrochemistry_79d1b273_58cd_4be6_a250_434817f7c261 ;
skos:prefLabel "hasActiveMaterial"@en .
-### http://emmo.info/electrochemistry#electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616
:electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616 rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :electrochemistry_578c41e9_ee01_4840_9c8c_04ab6e4e6241 ;
rdfs:domain :electrochemistry_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ;
@@ -155,56 +99,22 @@ skos:prefLabel rdf:type owl:AnnotationProperty .
skos:prefLabel "hasPositiveElectrode"@en .
-### http://emmo.info/emmo#EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f
-emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f rdf:type owl:ObjectProperty .
-
-
-### http://emmo.info/emmo#EMMO_5ceab41b_2aea_4041_9e9c_a243f7562cee
-emmo:EMMO_5ceab41b_2aea_4041_9e9c_a243f7562cee rdf:type owl:ObjectProperty .
-
-
-### http://emmo.info/emmo#EMMO_9a084aa3_3d5a_4a62_9fc0_fd88937a19c5
-emmo:EMMO_9a084aa3_3d5a_4a62_9fc0_fd88937a19c5 rdf:type owl:ObjectProperty .
-
-
-### http://emmo.info/emmo#EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a
-emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a rdf:type owl:ObjectProperty .
-
-
-### http://emmo.info/emmo#EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe
-emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe rdf:type owl:ObjectProperty .
-
-
-### http://emmo.info/emmo#EMMO_d43af210_f854_4432_a891_ce3022e3b558
-emmo:EMMO_d43af210_f854_4432_a891_ce3022e3b558 rdf:type owl:ObjectProperty .
-
-
-### http://emmo.info/emmo#EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec
-emmo:EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec rdf:type owl:ObjectProperty .
-
-
-### http://emmo.info/emmo#EMMO_e1097637_70d2_4895_973f_2396f04fa204
-emmo:EMMO_e1097637_70d2_4895_973f_2396f04fa204 rdf:type owl:ObjectProperty .
-
-
-### http://emmo.info/emmo#EMMO_e3850f08_8e79_454b_9d83_c517cab42857
-emmo:EMMO_e3850f08_8e79_454b_9d83_c517cab42857 rdf:type owl:ObjectProperty .
-
-
-### http://emmo.info/emmo#EMMO_fd689787_31b0_41cf_bf03_0d69af76469d
-emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_b62a6b15_236a_48bf_a323_ccbfc295f934
+:electrochemistry_b62a6b15_236a_48bf_a323_ccbfc295f934 rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf :electrochemistry_3bd08946_4e81_455d_9fca_dc7a5ead9315 ;
+ skos:prefLabel "hasCatholyte"@en .
#################################################################
# Classes
#################################################################
-### http://emmo.info/electrochemistry#electrochemistry_01260656_ac32_472e_9513_a607366538ec
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_01260656_ac32_472e_9513_a607366538ec
:electrochemistry_01260656_ac32_472e_9513_a607366538ec rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_19abaccd_43be_4048_965c_e4fb63c5951b ,
[ rdf:type owl:Restriction ;
owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ;
- owl:someValuesFrom :electrochemistry_0f007072-a8dd-4798-b865-1bf9363be627
+ owl:someValuesFrom :electrochemistry_0f007072_a8dd_4798_b865_1bf9363be627
] ,
[ rdf:type owl:Restriction ;
owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ;
@@ -225,14 +135,14 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
] .
-### http://emmo.info/electrochemistry#electrochemistry_027d437e_3bbf_4eda_940b_e509f8d2b993
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_027d437e_3bbf_4eda_940b_e509f8d2b993
:electrochemistry_027d437e_3bbf_4eda_940b_e509f8d2b993 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 4.8 mm and a height of 1.6 mm"@en ;
skos:prefLabel "R416"@en .
-### http://emmo.info/electrochemistry#electrochemistry_028069a2_4e03_409e_8af2_4c8df32b5c5e
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_028069a2_4e03_409e_8af2_4c8df32b5c5e
:electrochemistry_028069a2_4e03_409e_8af2_4c8df32b5c5e rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 7.9 mm and a height of 5.4 mm"@en ;
@@ -240,7 +150,7 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
skos:prefLabel "R754"@en .
-### http://emmo.info/electrochemistry#electrochemistry_02aefb7a_d6ce_4b6e_b854_f7b3d641f670
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_02aefb7a_d6ce_4b6e_b854_f7b3d641f670
:electrochemistry_02aefb7a_d6ce_4b6e_b854_f7b3d641f670 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_a9873d3d_945b_40ba_b9cd_8dfb64cec88f ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-37" ;
@@ -256,24 +166,24 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
] .
-### http://emmo.info/electrochemistry#electrochemistry_042d2282_bd2d_4874_b896_2d9dd06b54dd
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_042d2282_bd2d_4874_b896_2d9dd06b54dd
:electrochemistry_042d2282_bd2d_4874_b896_2d9dd06b54dd rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_270f239e_33cb_4c6d_a41c_875ec1262d62 ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_0bf1ed19_2fc9_4e6d_87ec_62015985a9a6
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_269ddd97_1437_4545_b272_0df75a12c68a
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_3cd0e74e_292c_48ed_a831_4cb8753d9a56
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
+ owl:someValuesFrom :electrochemistry_4d2b102b_3515_4591_b079_69232c44f9dc
] ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q4016323" ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "voltammetry in which a square-wave potential waveform is superimposed on an underlying linearly varying potential ramp or staircase ramp"@en ;
@@ -288,7 +198,7 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
skos:prefLabel "SquareWaveVoltammetry"@en .
-### http://emmo.info/electrochemistry#electrochemistry_0471ec77_91bc_4a78_be31_b6af613e5966
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_0471ec77_91bc_4a78_be31_b6af613e5966
:electrochemistry_0471ec77_91bc_4a78_be31_b6af613e5966 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_314d0bd5_67ed_437e_a609_36d46147cea7 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-11" ;
@@ -304,7 +214,7 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
] .
-### http://emmo.info/electrochemistry#electrochemistry_04f28ce3_251d_429e_aa85_ab3eb45bbcd2
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_04f28ce3_251d_429e_aa85_ab3eb45bbcd2
:electrochemistry_04f28ce3_251d_429e_aa85_ab3eb45bbcd2 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_19abaccd_43be_4048_965c_e4fb63c5951b ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-54" ;
@@ -327,7 +237,7 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
] .
-### http://emmo.info/electrochemistry#electrochemistry_0508a114_544a_4f54_a7de_9b947fb4b618
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_0508a114_544a_4f54_a7de_9b947fb4b618
:electrochemistry_0508a114_544a_4f54_a7de_9b947fb4b618 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_fb0d9eef_92af_4628_8814_e065ca255d59 ;
owl:disjointWith :electrochemistry_609b340f_3450_4a10_95c2_c457e3eb8a89 ;
@@ -346,7 +256,7 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
] .
-### http://emmo.info/electrochemistry#electrochemistry_057bb143_639c_472b_99ed_ffa1867f6e63
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_057bb143_639c_472b_99ed_ffa1867f6e63
:electrochemistry_057bb143_639c_472b_99ed_ffa1867f6e63 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_a0a619d7_da95_41f0_8bc3_9c19d636d543 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode made of glassy carbon material with an intertwined graphitic ribbon structure, formed by pyrolysis of a resol precursor at temperatures up to 3000 °C"@en ;
@@ -385,23 +295,19 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
] .
-### http://emmo.info/electrochemistry#electrochemistry_0689e6fc_cda7_4e04_b1eb_41459a0a4736
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_0689e6fc_cda7_4e04_b1eb_41459a0a4736
:electrochemistry_0689e6fc_cda7_4e04_b1eb_41459a0a4736 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 23.0 mm and a height of 2.5 mm"@en ;
skos:prefLabel "R2325"@en .
-### http://emmo.info/electrochemistry#electrochemistry_06d8e1ee_924a_4915_998d_33a69f41dadc
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_06d8e1ee_924a_4915_998d_33a69f41dadc
:electrochemistry_06d8e1ee_924a_4915_998d_33a69f41dadc rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_f49b84d4_e1f9_424c_bb22_8cea23c0a7d4 ,
[ rdf:type owl:Restriction ;
owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ;
owl:someValuesFrom :electrochemistry_0acd0fc2_1048_4604_8e90_bf4e84bd87df
- ] ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_d43af210_f854_4432_a891_ce3022e3b558 ;
- owl:someValuesFrom :electrochemistry_825a749f_dd07_46fb_947c_db286440911e
] ;
owl:disjointWith :electrochemistry_a9873d3d_945b_40ba_b9cd_8dfb64cec88f ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-03-23" ;
@@ -418,7 +324,7 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
] .
-### http://emmo.info/electrochemistry#electrochemistry_06db7d9e_d224_4360_b926_734f0349d396
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_06db7d9e_d224_4360_b926_734f0349d396
:electrochemistry_06db7d9e_d224_4360_b926_734f0349d396 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 7.9 mm and a height of 2.6 mm"@en ;
@@ -426,56 +332,40 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
skos:prefLabel "R726"@en .
-### http://emmo.info/electrochemistry#electrochemistry_07ad0aff_ab59_442d_9c0a_7f8c5cba8982
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_07ad0aff_ab59_442d_9c0a_7f8c5cba8982
:electrochemistry_07ad0aff_ab59_442d_9c0a_7f8c5cba8982 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_10359c79_cdf2_401a_83ee_d22e7fbb2ad1 ,
- :electrochemistry_64bf0969_37a1_4aaf_82e9_68462847ac65 ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d ;
- owl:someValuesFrom emmo:EMMO_79a02de5_b884_4eab_bc18_f67997d597a2
- ] ;
+ :electrochemistry_64bf0969_37a1_4aaf_82e9_68462847ac65 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "measurement principle in which the complex electric impedance of a system is measured, usually as a function of a small amplitude sinusoidal electrode potential"@en ;
emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1515/pac-2018-0109"@en ;
skos:prefLabel "Impedimetry"@en .
-### http://emmo.info/electrochemistry#electrochemistry_0838f0b6_ca9a_4f76_9770_ca964617bf1b
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_0838f0b6_ca9a_4f76_9770_ca964617bf1b
:electrochemistry_0838f0b6_ca9a_4f76_9770_ca964617bf1b rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_63dec5af_f3e9_46c9_8b0c_82516231d96b ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_e3850f08_8e79_454b_9d83_c517cab42857 ;
- owl:someValuesFrom :electrochemistry_53fe3f58_0802_41cf_af69_4784fc42cc30
- ] ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_e3850f08_8e79_454b_9d83_c517cab42857 ;
- owl:someValuesFrom :electrochemistry_83f2b1e9_cb67_4dbf_977f_ba54bbae374f
- ] ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_e3850f08_8e79_454b_9d83_c517cab42857 ;
- owl:someValuesFrom :electrochemistry_cb3c0663_5962_4b79_8e72_1e8242af3977
- ] ;
+ rdfs:subClassOf :electrochemistry_63dec5af_f3e9_46c9_8b0c_82516231d96b ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrochemical method that measures the voltage response of an electrochemical cell under galvanostatic conditions to short interruptions in the current"@en ;
skos:altLabel "IntermittentCurrentInterruptionMethod"@en ;
skos:prefLabel "ICI"@en .
-### http://emmo.info/electrochemistry#electrochemistry_098690e3_9010_437e_8042_cee1656efa9b
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_098690e3_9010_437e_8042_cee1656efa9b
:electrochemistry_098690e3_9010_437e_8042_cee1656efa9b rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_4839708a_3864_47eb_b719_373ff8874c61 ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_3ac62305_acd6_4312_9e31_4f824bd2530d
+ owl:someValuesFrom chemsub:substance_3ac62305_acd6_4312_9e31_4f824bd2530d
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_4c62d334_a124_40b3_9fd1_fe713d01a6af
+ owl:someValuesFrom chemsub:substance_4c62d334_a124_40b3_9fd1_fe713d01a6af
] ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an electrode with blended lithium nickel manganese cobalt oxide (NMC) and lithium cobalt oxide (LCO) active materials"@en ;
skos:altLabel "NMCLCOElectrode"@en ;
skos:prefLabel "LithiumNickelManganeseCobaltOxideLithiumCobaltOxideElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_09a7f560_9ddf_4c32_b067_b213eca5b0a1
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_09a7f560_9ddf_4c32_b067_b213eca5b0a1
:electrochemistry_09a7f560_9ddf_4c32_b067_b213eca5b0a1 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_54e0c2bd_1bb2_4f9c_9b55_5b6cc34651ec ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1570182" ;
@@ -484,18 +374,32 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
skos:prefLabel "Coating"@en .
-### http://emmo.info/electrochemistry#electrochemistry_09e64707_a17d_4405_84cc_ee9d91ed32ef
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_09b9a369_2228_44bd_9b63_8abecfec8650
+:electrochemistry_09b9a369_2228_44bd_9b63_8abecfec8650 rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_904b12e0_4a10_47b0_b7db_592aba215cb6 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Linear ramp of electric current followed by a reversal to the initial current (typically I=0), both at the same current change rate."@en ;
+ skos:prefLabel "TriangularCurrentWaveform"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_09e64707_a17d_4405_84cc_ee9d91ed32ef
:electrochemistry_09e64707_a17d_4405_84cc_ee9d91ed32ef rdf:type owl:Class .
-### http://emmo.info/electrochemistry#electrochemistry_0a0de817_addc_46a5_8ba2_255d48cdf366
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_0a03ce7e_d79f_412e_a103_b5d74de9f4d7
+:electrochemistry_0a03ce7e_d79f_412e_a103_b5d74de9f4d7 rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_898971cb_a9fc_4955_8abf_5d7163a9fe6c ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Time-dependent variation of electric potential"@en ;
+ skos:prefLabel "ElectricPotentialSignal"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_0a0de817_addc_46a5_8ba2_255d48cdf366
:electrochemistry_0a0de817_addc_46a5_8ba2_255d48cdf366 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_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 .
-### http://emmo.info/electrochemistry#electrochemistry_0a5038d4_24af_4ea8_8d56_a156faeb98e2
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_0a5038d4_24af_4ea8_8d56_a156faeb98e2
:electrochemistry_0a5038d4_24af_4ea8_8d56_a156faeb98e2 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 5.8 mm and a height of 2.1 mm"@en ;
@@ -503,9 +407,17 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
skos:prefLabel "R521"@en .
-### http://emmo.info/electrochemistry#electrochemistry_0acd0fc2_1048_4604_8e90_bf4e84bd87df
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_0acd0fc2_1048_4604_8e90_bf4e84bd87df
:electrochemistry_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_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5 ;
+ owl:someValuesFrom :electrochemistry_4aa1b96e_44a0_4b1a_a0ac_723d0223d80b
+ ] ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty emmo:EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5 ;
+ owl:someValuesFrom :electrochemistry_ccdfed06_6d24_47e4_98af_ce3ffe7bd09e
+ ] ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_3bd08946_4e81_455d_9fca_dc7a5ead9315 ;
owl:someValuesFrom :electrochemistry_fb0d9eef_92af_4628_8814_e065ca255d59
@@ -516,34 +428,34 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_5d299271_3f68_494f_ab96_3db9acdd3138 ;
- owl:someValuesFrom :electrochemistry_0f007072-a8dd-4798-b865-1bf9363be627
+ owl:someValuesFrom :electrochemistry_0f007072_a8dd_4798_b865_1bf9363be627
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616 ;
- owl:someValuesFrom :electrochemistry_0f007072-a8dd-4798-b865-1bf9363be627
+ owl:someValuesFrom :electrochemistry_0f007072_a8dd_4798_b865_1bf9363be627
] ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a device whose primary function is facilitating the conversion between chemical and electrical energy."@en ;
rdfs:comment "an 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.)"@en ;
skos:prefLabel "ElectrochemicalDevice"@en .
-### http://emmo.info/electrochemistry#electrochemistry_0afe79ed_dc0d_4b3e_88fa_ae0c7b1e88b5
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_0afe79ed_dc0d_4b3e_88fa_ae0c7b1e88b5
:electrochemistry_0afe79ed_dc0d_4b3e_88fa_ae0c7b1e88b5 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_88b6445a_0445_483f_88f4_6b910e901c08
+ owl:someValuesFrom chemsub:substance_88b6445a_0445_483f_88f4_6b910e901c08
] ;
- rdfs:comment "metal electrode in which the active material is potassium"@en ;
- skos:prefLabel "PotassiumMetalElectrode"@en .
+ rdfs:comment "electrode in which the active material is potassium"@en ;
+ skos:prefLabel "PotassiumElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_0b1f77b8_2349_4433_b440_43dc84a2210f
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_0b1f77b8_2349_4433_b440_43dc84a2210f
:electrochemistry_0b1f77b8_2349_4433_b440_43dc84a2210f rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_270f239e_33cb_4c6d_a41c_875ec1262d62 ,
[ rdf:type owl:Restriction ;
owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ;
- owl:someValuesFrom
+ owl:someValuesFrom :electrochemistry_0a03ce7e_d79f_412e_a103_b5d74de9f4d7
] ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrochemical 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"@en ;
skos:prefLabel "AbrasiveStrippingVoltammetry"@en .
@@ -556,7 +468,11 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
] .
-### http://emmo.info/electrochemistry#electrochemistry_0c09df01_b251_4f75_b6e3_2578ba1a10c9
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_0bf1ed19_2fc9_4e6d_87ec_62015985a9a6
+:electrochemistry_0bf1ed19_2fc9_4e6d_87ec_62015985a9a6 rdf:type owl:Class .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_0c09df01_b251_4f75_b6e3_2578ba1a10c9
:electrochemistry_0c09df01_b251_4f75_b6e3_2578ba1a10c9 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
skos:altLabel "R41" ,
@@ -564,23 +480,30 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
skos:prefLabel "R736"@en .
-### http://emmo.info/electrochemistry#electrochemistry_0cc8f231_0ce5_467e_9c76_29b2c80349ad
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_0c9017b4_6efd_4e2b_8e24_48b60ebe9315
+:electrochemistry_0c9017b4_6efd_4e2b_8e24_48b60ebe9315 rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_49263a32_eca6_4644_8144_0d3b14c26d0a ;
+ owl:disjointWith :electrochemistry_4288b145_ba79_4989_92f8_86086679b0fe ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "the dissolution of molecules from a gas into another phase"@en ;
+ skos:prefLabel "GasDissolution"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_0cc8f231_0ce5_467e_9c76_29b2c80349ad
:electrochemistry_0cc8f231_0ce5_467e_9c76_29b2c80349ad rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_aac51107_dbe5_4e63_b08a_9d6cf88f4b69 ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_d43af210_f854_4432_a891_ce3022e3b558 ;
- owl:someValuesFrom :electrochemistry_3e7fe02d_c888_4c49_8e05_ccd9785607a6
- ] ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_d43af210_f854_4432_a891_ce3022e3b558 ;
- owl:someValuesFrom :electrochemistry_83f2b1e9_cb67_4dbf_977f_ba54bbae374f
- ] ;
+ rdfs:subClassOf :electrochemistry_aac51107_dbe5_4e63_b08a_9d6cf88f4b69 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a 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"@en ;
skos:altLabel "CCCV"@en ;
skos:prefLabel "ConstantCurrentConstantVoltageCharge"@en .
-### http://emmo.info/electrochemistry#electrochemistry_0d9ba00d_04bc_4bdc_85af_3380694f6f68
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_0d3e8340_4229_4fd3_b6dd_763bd566551d
+:electrochemistry_0d3e8340_4229_4fd3_b6dd_763bd566551d rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_0a03ce7e_d79f_412e_a103_b5d74de9f4d7 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Signal consisting of a constant electric potential."@en ;
+ skos:prefLabel "ConstantPotentialSignal"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_0d9ba00d_04bc_4bdc_85af_3380694f6f68
:electrochemistry_0d9ba00d_04bc_4bdc_85af_3380694f6f68 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_7729c34e_1ae9_403d_b933_1765885e7f29 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q900576" ;
@@ -589,23 +512,42 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
skos:prefLabel "ReversibleHydrogenElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_0f007072-a8dd-4798-b865-1bf9363be627
-:electrochemistry_0f007072-a8dd-4798-b865-1bf9363be627 rdf:type owl:Class ;
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_0e33278b_639f_412d_9abd_64c3790026ef
+:electrochemistry_0e33278b_639f_412d_9abd_64c3790026ef rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_0a03ce7e_d79f_412e_a103_b5d74de9f4d7 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Periodic potential where the amplitude alternates at a steady frequency between fixed minimum and maximum values, with the same duration at minimum and maximum."@en ;
+ rdfs:comment "In an ideal square wave, the transitions between minimum and maximum are instantaneous."@en ;
+ skos:prefLabel "SquareWavePotentialWaveform"@en .
+
+[ rdf:type owl:Axiom ;
+ owl:annotatedSource :electrochemistry_0e33278b_639f_412d_9abd_64c3790026ef ;
+ owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ;
+ owl:annotatedTarget "Periodic potential where the amplitude alternates at a steady frequency between fixed minimum and maximum values, with the same duration at minimum and maximum."@en ;
+ dcterms:source "https://en.wikipedia.org/wiki/Square_wave"
+ ] .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_0f007072_a8dd_4798_b865_1bf9363be627
+:electrochemistry_0f007072_a8dd_4798_b865_1bf9363be627 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_b5ea31c9_bb10_4276_980e_c3eceb1efc82 ,
[ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_5ceab41b_2aea_4041_9e9c_a243f7562cee ;
- owl:someValuesFrom :electrochemistry_9c73aff8_1c82_4116_a6be_78e21982b69d
+ owl:onProperty emmo:EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5 ;
+ owl:someValuesFrom emmo:EMMO_43003c86_9d15_433b_9789_ee2940920656
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_8785be5a_2493_4b12_8f39_31907ab11748 ;
- owl:someValuesFrom :electrochemistry_fb0d9eef_92af_4628_8814_e065ca255d59
+ owl:onProperty emmo:EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5 ;
+ owl:someValuesFrom :electrochemistry_47ab1dad_cc09_4fd8_af23_acb36fb680dd
+ ] ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty emmo:EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5 ;
+ owl:someValuesFrom :electrochemistry_791c1915_a791_4450_acd8_7f94764743b5
] ;
owl:disjointWith :electrochemistry_fb0d9eef_92af_4628_8814_e065ca255d59 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q176140" ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-03"@en ,
"https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-21" ;
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_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 ,
@@ -615,21 +557,21 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
skos:prefLabel "Electrode"@en .
[ rdf:type owl:Axiom ;
- owl:annotatedSource :electrochemistry_0f007072-a8dd-4798-b865-1bf9363be627 ;
+ owl:annotatedSource :electrochemistry_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 ;
+ 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 "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org"
] .
[ rdf:type owl:Axiom ;
- owl:annotatedSource :electrochemistry_0f007072-a8dd-4798-b865-1bf9363be627 ;
+ owl:annotatedSource :electrochemistry_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"
] .
-### http://emmo.info/electrochemistry#electrochemistry_0f827b54_370d_4c63_99a6_80f13b24e55e
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_0f827b54_370d_4c63_99a6_80f13b24e55e
:electrochemistry_0f827b54_370d_4c63_99a6_80f13b24e55e rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_19abaccd_43be_4048_965c_e4fb63c5951b ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-51"@en ;
@@ -644,7 +586,7 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
] .
-### http://emmo.info/electrochemistry#electrochemistry_10359c79_cdf2_401a_83ee_d22e7fbb2ad1
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_10359c79_cdf2_401a_83ee_d22e7fbb2ad1
:electrochemistry_10359c79_cdf2_401a_83ee_d22e7fbb2ad1 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_f49b84d4_e1f9_424c_bb22_8cea23c0a7d4 ,
[ rdf:type owl:Restriction ;
@@ -656,20 +598,22 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
skos:prefLabel "ElectroanalyticalTechnique"@en .
-### http://emmo.info/electrochemistry#electrochemistry_103c9e6c_9c26_430a_9fb9_f4f041e970b0
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_103c9e6c_9c26_430a_9fb9_f4f041e970b0
:electrochemistry_103c9e6c_9c26_430a_9fb9_f4f041e970b0 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is sodium metatitanate"@en ;
skos:prefLabel "SodiumMetatitanateElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_10a91aba_da41_4309_a926_ddc0f285c2c1
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_10a91aba_da41_4309_a926_ddc0f285c2c1
:electrochemistry_10a91aba_da41_4309_a926_ddc0f285c2c1 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is ruthenium oxide"@en ;
skos:altLabel "RuO2Electrode"@en ;
skos:prefLabel "RutheniumOxideElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_113e0469_8ae0_407f_892d_4b988f8d8a08
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_113e0469_8ae0_407f_892d_4b988f8d8a08
:electrochemistry_113e0469_8ae0_407f_892d_4b988f8d8a08 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e248373f_294f_4ca4_9edf_0ad6653bb64f ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q25304247" ;
@@ -687,7 +631,7 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
] .
-### http://emmo.info/electrochemistry#electrochemistry_1152ae6b_8b57_4d99_912e_40c6a29342fb
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_1152ae6b_8b57_4d99_912e_40c6a29342fb
:electrochemistry_1152ae6b_8b57_4d99_912e_40c6a29342fb rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_9c32fd69_f480_4130_83b3_fb25d9face14 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "mass m of electrochemically-transformed substance is proportional to the charge Q passed, m ∝ Q."@en ;
@@ -704,44 +648,37 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
] .
-### http://emmo.info/electrochemistry#electrochemistry_11579b47_cbf8_45ac_aed3_343ea533b346
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_11579b47_cbf8_45ac_aed3_343ea533b346
:electrochemistry_11579b47_cbf8_45ac_aed3_343ea533b346 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 23.0 mm and a height of 3.0 mm"@en ;
skos:prefLabel "R2330"@en .
-### http://emmo.info/electrochemistry#electrochemistry_11895d59_3f97_4bad_badf_1a90f2347c2a
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_11895d59_3f97_4bad_badf_1a90f2347c2a
:electrochemistry_11895d59_3f97_4bad_badf_1a90f2347c2a rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_63dec5af_f3e9_46c9_8b0c_82516231d96b ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_e3850f08_8e79_454b_9d83_c517cab42857 ;
- owl:someValuesFrom :electrochemistry_cb3c0663_5962_4b79_8e72_1e8242af3977
- ] ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_e3850f08_8e79_454b_9d83_c517cab42857 ;
- owl:someValuesFrom
- ] ;
+ rdfs:subClassOf :electrochemistry_63dec5af_f3e9_46c9_8b0c_82516231d96b ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q120906986" ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrochemical method that applies current pulses to an electrochemical cell at rest and measures the voltage response"@en ;
skos:altLabel "GalvanostaticIntermittentTitrationTechnique"@en ;
skos:prefLabel "GITT"@en .
-### http://emmo.info/electrochemistry#electrochemistry_11a774f3_d20a_4741_bd81_cae53230bd0c
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_11a774f3_d20a_4741_bd81_cae53230bd0c
:electrochemistry_11a774f3_d20a_4741_bd81_cae53230bd0c rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_757eae08_4d43_42d4_8b4e_8a0bfd2f9a1c ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an insertion electrode in which the guest molecule is a proton (hydrogen)"@en ;
skos:prefLabel "ProtonInsertionElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_11e9f765_4fea_456b_bd8e_4624b9c752ae
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_11e9f765_4fea_456b_bd8e_4624b9c752ae
:electrochemistry_11e9f765_4fea_456b_bd8e_4624b9c752ae rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 24.5 mm and a height of 3.0 mm"@en ;
skos:prefLabel "R2430"@en .
-### http://emmo.info/electrochemistry#electrochemistry_1355816f_a2b5_4800_8001_fc888f5d6b1b
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_1355816f_a2b5_4800_8001_fc888f5d6b1b
:electrochemistry_1355816f_a2b5_4800_8001_fc888f5d6b1b rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_f2d5d3ad_2e00_417f_8849_686f3988d929 ;
owl:disjointWith :electrochemistry_fb9bf7cb_dd4b_4391_99a1_628263dd6940 ;
@@ -757,20 +694,29 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
] .
-### http://emmo.info/electrochemistry#electrochemistry_14377ecb_5ead_431e_831e_159d622bd0ea
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_14377ecb_5ead_431e_831e_159d622bd0ea
:electrochemistry_14377ecb_5ead_431e_831e_159d622bd0ea rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_0f007072-a8dd-4798-b865-1bf9363be627 ;
+ rdfs:subClassOf :electrochemistry_0f007072_a8dd_4798_b865_1bf9363be627 ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty emmo:EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5 ;
+ owl:someValuesFrom emmo:EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac
+ ] ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty emmo:EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5 ;
+ owl:someValuesFrom emmo:EMMO_e4de48b1_dabb_4490_ac2b_040f926c64f0
+ ] ;
owl:disjointWith :electrochemistry_a8bfac4f_3f30_4e6d_8d8e_34b1eeecb614 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an electrode in the shapre of a rectangle"@en ;
skos:prefLabel "RectangularElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_14d0358f_f65d_44f9_8b85_40b38f17c4ed
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_14d0358f_f65d_44f9_8b85_40b38f17c4ed
:electrochemistry_14d0358f_f65d_44f9_8b85_40b38f17c4ed rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_10359c79_cdf2_401a_83ee_d22e7fbb2ad1 ,
:electrochemistry_32ab2ea8_6263_42a8_8682_2fe0343f8bea ,
[ rdf:type owl:Restriction ;
owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ;
- owl:someValuesFrom
+ owl:someValuesFrom :electrochemistry_898971cb_a9fc_4955_8abf_5d7163a9fe6c
] ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q902953" ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-14"@en ;
@@ -786,9 +732,9 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
] .
-### http://emmo.info/electrochemistry#electrochemistry_15325775_6d4c_4192_82f1_e4feca9de426
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_15325775_6d4c_4192_82f1_e4feca9de426
:electrochemistry_15325775_6d4c_4192_82f1_e4feca9de426 rdf:type owl:Class ;
- rdfs:subClassOf emmo:EMMO_a2a68924_b759_4ba4_a25d_126021569fb9 ;
+ rdfs:subClassOf :electrochemistry_b5ea31c9_bb10_4276_980e_c3eceb1efc82 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q21082486" ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A membrane having ion-exchange groups:"@en ;
emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "a selective barrier that permits the passage of ions of one sign while preventing the passage of ions of opposite sign."@en ;
@@ -804,7 +750,7 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
] .
-### http://emmo.info/electrochemistry#electrochemistry_158ae038_c64b_4cc0_aa56_650475490705
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_158ae038_c64b_4cc0_aa56_650475490705
:electrochemistry_158ae038_c64b_4cc0_aa56_650475490705 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_463bcfda_867b_41d9_a967_211d4d437cfb ,
[ rdf:type owl:Restriction ;
@@ -815,7 +761,7 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
skos:prefLabel "ElectricCurrentMeasurement"@en .
-### http://emmo.info/electrochemistry#electrochemistry_15b852b5_19cc_49ab_849f_7df6175fb2be
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_15b852b5_19cc_49ab_849f_7df6175fb2be
:electrochemistry_15b852b5_19cc_49ab_849f_7df6175fb2be rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_609b340f_3450_4a10_95c2_c457e3eb8a89 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-18"@en ;
@@ -838,7 +784,7 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
] .
-### http://emmo.info/electrochemistry#electrochemistry_15ec346a_6d3c_4161_95e1_9cf889965f85
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_15ec346a_6d3c_4161_95e1_9cf889965f85
:electrochemistry_15ec346a_6d3c_4161_95e1_9cf889965f85 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 6.8 mm and a height of 2.1 mm"@en ;
@@ -846,11 +792,11 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
skos:prefLabel "R621"@en .
-### http://emmo.info/electrochemistry#electrochemistry_180878b5_8de8_4dd8_b881_1d0bebe326d4
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_180878b5_8de8_4dd8_b881_1d0bebe326d4
:electrochemistry_180878b5_8de8_4dd8_b881_1d0bebe326d4 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_6e439f86_3d00_4b0b_82ab_1fa25241d4e9 ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_885b462e_f6bc_412d_8b94_9425e13af0c7
] ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "coulometry at an imposed, constant current in the electrochemical cell"@en ;
@@ -859,7 +805,7 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
skos:prefLabel "DirectCoulometryAtControlledCurrent"@en .
-### http://emmo.info/electrochemistry#electrochemistry_183a2337_c35f_4b74_8d9a_08c74d89bedc
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_183a2337_c35f_4b74_8d9a_08c74d89bedc
:electrochemistry_183a2337_c35f_4b74_8d9a_08c74d89bedc rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_d95fdd2e_38bf_4065_a857_78eb201ee166 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "hydrodynamic voltammetry using a a rotating disc electrode, where the limiting current is described by the Levich equation"@en ;
@@ -867,7 +813,7 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
skos:prefLabel "VoltammetryAtARotatingDiskElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_187326b9_1089_4122_8e7e_1a0bcba210a1
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_187326b9_1089_4122_8e7e_1a0bcba210a1
:electrochemistry_187326b9_1089_4122_8e7e_1a0bcba210a1 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_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 ;
@@ -883,14 +829,14 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
] .
-### http://emmo.info/electrochemistry#electrochemistry_19abaccd_43be_4048_965c_e4fb63c5951b
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_19abaccd_43be_4048_965c_e4fb63c5951b
:electrochemistry_19abaccd_43be_4048_965c_e4fb63c5951b rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_314d0bd5_67ed_437e_a609_36d46147cea7 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A chemical phenomenon that is accompanied by the flow of electric current"@en ;
skos:prefLabel "ElectrochemicalPhenomenon"@en .
-### http://emmo.info/electrochemistry#electrochemistry_1a2eb6db_c927_4039_aea0_8dfab060fd27
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_1a2eb6db_c927_4039_aea0_8dfab060fd27
:electrochemistry_1a2eb6db_c927_4039_aea0_8dfab060fd27 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-18" ;
@@ -905,7 +851,7 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
] .
-### http://emmo.info/electrochemistry#electrochemistry_1a7fb32a_743f_4aa6_ac5a_ff7a2ba29dce
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_1a7fb32a_743f_4aa6_ac5a_ff7a2ba29dce
:electrochemistry_1a7fb32a_743f_4aa6_ac5a_ff7a2ba29dce rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_14d0358f_f65d_44f9_8b85_40b38f17c4ed ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electrogravimetry using an electrochemical quartz crystal microbalance."@en ;
@@ -914,9 +860,17 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
skos:prefLabel "ElectrochemicalPiezoelectricMicrogravimetry"@en .
-### http://emmo.info/electrochemistry#electrochemistry_1aec4cc0_82d5_4042_a657_ed7fe291c3d8
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_1aec4cc0_82d5_4042_a657_ed7fe291c3d8
:electrochemistry_1aec4cc0_82d5_4042_a657_ed7fe291c3d8 rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_b5ea31c9_bb10_4276_980e_c3eceb1efc82 ;
+ rdfs:subClassOf :electrochemistry_b5ea31c9_bb10_4276_980e_c3eceb1efc82 ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty emmo:EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5 ;
+ owl:someValuesFrom emmo:EMMO_ed4af7ae_63a2_497e_bb88_2309619ea405
+ ] ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty emmo:EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5 ;
+ owl:someValuesFrom emmo:EMMO_f1a51559_aa3d_43a0_9327_918039f0dfed
+ ] ;
owl:disjointWith :electrochemistry_4a5660bd_1c1a_40e5_8a41_463c720d3903 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-14" ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "container for the plate pack or packs and electrolyte of a cell or cells made of a material impervious to the electrolyte"@en ;
@@ -932,36 +886,39 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
] .
-### http://emmo.info/electrochemistry#electrochemistry_1c0c8f43_7349_4646_94e3_c36727c5c2e3
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_1c0c8f43_7349_4646_94e3_c36727c5c2e3
:electrochemistry_1c0c8f43_7349_4646_94e3_c36727c5c2e3 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_dc205ac2_314e_415c_a2b6_b12e8359d54c ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a combination of salts (mostly NaCl) dissolved in water"@en ;
skos:prefLabel "Seawater"@en .
-### http://emmo.info/electrochemistry#electrochemistry_1c6cef85_811f_45d0_a0fd_2bc2d9369ea4
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_1c6cef85_811f_45d0_a0fd_2bc2d9369ea4
:electrochemistry_1c6cef85_811f_45d0_a0fd_2bc2d9369ea4 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_757eae08_4d43_42d4_8b4e_8a0bfd2f9a1c ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an insertion electrode in which the guest molecule is aluminium"@en ;
skos:prefLabel "AluminiumInsertionElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_1d0f15cb_d6b5_4c27_89ca_fe78adc1ce5b
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_1d0f15cb_d6b5_4c27_89ca_fe78adc1ce5b
:electrochemistry_1d0f15cb_d6b5_4c27_89ca_fe78adc1ce5b rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_aa8e9cc4_5f66_4307_b1c8_26fac7653a90
+ owl:someValuesFrom chemsub:substance_aa8e9cc4_5f66_4307_b1c8_26fac7653a90
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is lithium iron phosphate"@en ;
skos:altLabel "LFPElectrode"@en ;
skos:prefLabel "LithiumIronPhosphateElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_1d5377a7_9f2b_4fdf_958a_7eeadce158d6
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_1d5377a7_9f2b_4fdf_958a_7eeadce158d6
:electrochemistry_1d5377a7_9f2b_4fdf_958a_7eeadce158d6 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_ec7464a9_d99d_45f8_965b_4e9230ea8356 ;
skos:prefLabel "Foil"@en .
-### http://emmo.info/electrochemistry#electrochemistry_1e33e37e_d7c9_4701_ba6d_a09456a13aaf
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_1e33e37e_d7c9_4701_ba6d_a09456a13aaf
:electrochemistry_1e33e37e_d7c9_4701_ba6d_a09456a13aaf rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_b5ea31c9_bb10_4276_980e_c3eceb1efc82 ;
owl:disjointWith :electrochemistry_4a5660bd_1c1a_40e5_8a41_463c720d3903 ;
@@ -977,7 +934,11 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
] .
-### http://emmo.info/electrochemistry#electrochemistry_1e72986e_e19f_4c24_8663_cadd4318bd72
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_1e3dc60d_dd6b_47d6_8161_70004fc5ee30
+:electrochemistry_1e3dc60d_dd6b_47d6_8161_70004fc5ee30 rdf:type owl:Class .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_1e72986e_e19f_4c24_8663_cadd4318bd72
:electrochemistry_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 ;
@@ -998,7 +959,7 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
] .
-### http://emmo.info/electrochemistry#electrochemistry_1fc5642c_b7b2_43bf_ad20_f96001db8800
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_1fc5642c_b7b2_43bf_ad20_f96001db8800
:electrochemistry_1fc5642c_b7b2_43bf_ad20_f96001db8800 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_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 ;
@@ -1017,7 +978,14 @@ emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d rdf:type owl:ObjectProperty .
] .
-### http://emmo.info/electrochemistry#electrochemistry_212af058_3bbb_419f_a9c6_90ba9ebb3706
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_210f3520_1ea3_4c86_aa89_4cd9a3bc5a5a
+:electrochemistry_210f3520_1ea3_4c86_aa89_4cd9a3bc5a5a rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_0a03ce7e_d79f_412e_a103_b5d74de9f4d7 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square wave potential waveform superimposed to a linear potential ramp or a staircase potential ramp."@en ;
+ skos:prefLabel "SquareWaveVoltammetryWaveform"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_212af058_3bbb_419f_a9c6_90ba9ebb3706
:electrochemistry_212af058_3bbb_419f_a9c6_90ba9ebb3706 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_b5ea31c9_bb10_4276_980e_c3eceb1efc82 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q120907411" ;
@@ -1036,7 +1004,7 @@ Aluminum foil"""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_21eef598_0799_4cb1_b2d5_6e072a8579a3
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_21eef598_0799_4cb1_b2d5_6e072a8579a3
:electrochemistry_21eef598_0799_4cb1_b2d5_6e072a8579a3 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 11.6 mm and a height of 3.6 mm"@en ;
@@ -1044,37 +1012,37 @@ Aluminum foil"""@en ;
skos:prefLabel "R1136"@en .
-### http://emmo.info/electrochemistry#electrochemistry_225cb9b8_d413_451e_9e36_fb6d1344b16e
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_225cb9b8_d413_451e_9e36_fb6d1344b16e
:electrochemistry_225cb9b8_d413_451e_9e36_fb6d1344b16e rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_63dec5af_f3e9_46c9_8b0c_82516231d96b ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
+ owl:someValuesFrom emmo:EMMO_90e59882_4592_4036_a75d_5fbefb22dc80
+ ] ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_534dd59c_904c_45d9_8550_ae9d2eb6bbc9
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_6769536b_5320_4b48_a2d8_ac285ec635a8
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_6dcd5baf_58cd_43f5_a692_51508e036c88
- ] ,
- [ rdf:type owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom emmo:EMMO_90e59882_4592_4036_a75d_5fbefb22dc80
] ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Chronopotentiometry where the change in applied current undergoes a cyclic current reversal."@en ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "chronopotentiometry where the change in applied current undergoes a cyclic current reversal"@en ;
skos:prefLabel "CyclicChronopotentiometry"@en .
[ rdf:type owl:Axiom ;
owl:annotatedSource :electrochemistry_225cb9b8_d413_451e_9e36_fb6d1344b16e ;
owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ;
- owl:annotatedTarget "Chronopotentiometry where the change in applied current undergoes a cyclic current reversal."@en ;
+ owl:annotatedTarget "chronopotentiometry where the change in applied current undergoes a cyclic current reversal"@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."
] .
-### http://emmo.info/electrochemistry#electrochemistry_22725105_c941_4b14_a4a2_fcb627958607
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_22725105_c941_4b14_a4a2_fcb627958607
:electrochemistry_22725105_c941_4b14_a4a2_fcb627958607 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_494b372c_cfdf_47d3_a4de_5e037c540de8 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q5519411" ;
@@ -1091,20 +1059,21 @@ Aluminum foil"""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_23b30468_be7b_45a9_bc11_a8219bc3ab8b
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_23b30468_be7b_45a9_bc11_a8219bc3ab8b
:electrochemistry_23b30468_be7b_45a9_bc11_a8219bc3ab8b rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_dc205ac2_314e_415c_a2b6_b12e8359d54c ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an aqueous mixture of ammonium chloride and zinc chloride"@en ;
skos:prefLabel "LeclancheElectrolyte"@en .
-### http://emmo.info/electrochemistry#electrochemistry_245c9442_ca1d_4070_a624_182b92d30b10
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_245c9442_ca1d_4070_a624_182b92d30b10
:electrochemistry_245c9442_ca1d_4070_a624_182b92d30b10 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_757eae08_4d43_42d4_8b4e_8a0bfd2f9a1c ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an insertion electrode in which the guest molecule is zinc"@en ;
skos:prefLabel "ZincInsertionElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_25d01d13_3ca5_4619_98c1_8ebbd01ad794
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_25d01d13_3ca5_4619_98c1_8ebbd01ad794
:electrochemistry_25d01d13_3ca5_4619_98c1_8ebbd01ad794 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" ;
@@ -1119,35 +1088,46 @@ Aluminum foil"""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_26a0dc36_8171_4a84_88dd_0f5dd7cb2d20
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_25dabdc2_68bf_4a38_8cbe_11be017358bc
+:electrochemistry_25dabdc2_68bf_4a38_8cbe_11be017358bc rdf:type owl:Class .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_264f40d1_17c9_4bc7_9c47_5cfb18132278
+:electrochemistry_264f40d1_17c9_4bc7_9c47_5cfb18132278 rdf:type owl:Class .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_269ddd97_1437_4545_b272_0df75a12c68a
+:electrochemistry_269ddd97_1437_4545_b272_0df75a12c68a rdf:type owl:Class .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_26a0dc36_8171_4a84_88dd_0f5dd7cb2d20
:electrochemistry_26a0dc36_8171_4a84_88dd_0f5dd7cb2d20 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_615cff2a_be95_4e65_9471_98db23f4c878 ;
- skos:prefLabel "AqueousPotassiumHydroxideSolution"@en .
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a solution of potassium hydroxide (LiOH) dissolved in water (H2O)"@en ;
+ skos:altLabel "AqueousPotassiumHydroxideSolution"@en ,
+ "KOHSolution"@en ;
+ skos:prefLabel "PotassiumHydroxideSolution"@en .
-### http://emmo.info/electrochemistry#electrochemistry_26b19a7c_59ca_4e1b_8fb9_ba061c22531e
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_26b19a7c_59ca_4e1b_8fb9_ba061c22531e
:electrochemistry_26b19a7c_59ca_4e1b_8fb9_ba061c22531e rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_0993cbab_ff7f_4ec3_8a6c_cd67497d54d9
+ owl:someValuesFrom chemsub:substance_0993cbab_ff7f_4ec3_8a6c_cd67497d54d9
] ;
skos:altLabel "metal electrode in which the active material is copper"@en ;
skos:prefLabel "CopperElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_270f239e_33cb_4c6d_a41c_875ec1262d62
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_270f239e_33cb_4c6d_a41c_875ec1262d62
:electrochemistry_270f239e_33cb_4c6d_a41c_875ec1262d62 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_10359c79_cdf2_401a_83ee_d22e7fbb2ad1 ,
:electrochemistry_46957d35_0f8b_4d92_acb3_aded6ce774a1 ,
:electrochemistry_64bf0969_37a1_4aaf_82e9_68462847ac65 ,
[ rdf:type owl:Restriction ;
owl:onProperty emmo:EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 ;
- owl:someValuesFrom
- ] ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d ;
- owl:someValuesFrom
+ owl:someValuesFrom :electrochemistry_bbae1ef4_0a95_4e7d_9932_1bf939129eef
] ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q904093" ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-04-11" ;
@@ -1158,7 +1138,7 @@ Aluminum foil"""@en ;
skos:prefLabel "Voltammetry"@en .
-### http://emmo.info/electrochemistry#electrochemistry_27662d03_1bcf_4393_a239_32e31b760839
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_27662d03_1bcf_4393_a239_32e31b760839
:electrochemistry_27662d03_1bcf_4393_a239_32e31b760839 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-02-08" ;
@@ -1174,7 +1154,14 @@ Aluminum foil"""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_279ecc9f_bfbc_4108_ae40_3c1c0f735e60
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_276cfa84_3cc0_40c0_9f6a_57a3b776f47c
+:electrochemistry_276cfa84_3cc0_40c0_9f6a_57a3b776f47c rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_898971cb_a9fc_4955_8abf_5d7163a9fe6c ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Time-dependent variation of electric charge passed through a system."@en ;
+ skos:prefLabel "ElectricChargeSignal"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_279ecc9f_bfbc_4108_ae40_3c1c0f735e60
:electrochemistry_279ecc9f_bfbc_4108_ae40_3c1c0f735e60 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_494b372c_cfdf_47d3_a4de_5e037c540de8 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "analyzes the output signal of a stimulated system"@en ;
@@ -1184,7 +1171,7 @@ Aluminum foil"""@en ;
skos:prefLabel "FrequencyResponseAnalyser"@en .
-### http://emmo.info/electrochemistry#electrochemistry_27a81a51_e8d7_42fb_834f_0d068fa45d89
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_27a81a51_e8d7_42fb_834f_0d068fa45d89
:electrochemistry_27a81a51_e8d7_42fb_834f_0d068fa45d89 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_2031516a_2be7_48e8_9af7_7e1270e308fe ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-14" ;
@@ -1200,7 +1187,7 @@ Aluminum foil"""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_28213033_4c74_441c_81c4_a0cad05f9eb6
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_28213033_4c74_441c_81c4_a0cad05f9eb6
:electrochemistry_28213033_4c74_441c_81c4_a0cad05f9eb6 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_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 ;
@@ -1216,25 +1203,32 @@ Aluminum foil"""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_296b95b0_c4cb_45db_a8ca_f638379870c4
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_296b95b0_c4cb_45db_a8ca_f638379870c4
:electrochemistry_296b95b0_c4cb_45db_a8ca_f638379870c4 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 12.5 mm and a height of 2.0 mm"@en ;
skos:prefLabel "R1220"@en .
-### http://emmo.info/electrochemistry#electrochemistry_2a177462_ff01_4b83_ab9f_032e93c9ec69
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_29f2a35a_8c09_429d_b9e8_33f3e1fc3671
+:electrochemistry_29f2a35a_8c09_429d_b9e8_33f3e1fc3671 rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_0a03ce7e_d79f_412e_a103_b5d74de9f4d7 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Signal where the electric potential is varied linearly from an initial potential."@en ;
+ skos:prefLabel "LinearPotentialRamp"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_2a177462_ff01_4b83_ab9f_032e93c9ec69
:electrochemistry_2a177462_ff01_4b83_ab9f_032e93c9ec69 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_59168cd9_e3af_4345_96e9_88a80afd3d16
+ owl:someValuesFrom chemsub:substance_59168cd9_e3af_4345_96e9_88a80afd3d16
] ;
rdfs:comment "metal electrode in which the active material is magnesium"@en ;
skos:prefLabel "MagnesiumElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_2a40b878_7d09_49db_91b2_d0ee30192284
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_2a40b878_7d09_49db_91b2_d0ee30192284
:electrochemistry_2a40b878_7d09_49db_91b2_d0ee30192284 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_7729c34e_1ae9_403d_b933_1765885e7f29 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q898559" ;
@@ -1253,13 +1247,9 @@ Aluminum foil"""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_2b50cdac_581f_48b9_87ca_bad5138ab58d
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_2b50cdac_581f_48b9_87ca_bad5138ab58d
:electrochemistry_2b50cdac_581f_48b9_87ca_bad5138ab58d rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_54e0c2bd_1bb2_4f9c_9b55_5b6cc34651ec ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_24c71baf_6db6_48b9_86c8_8c70cf36db0c ;
- owl:someValuesFrom :electrochemistry_ac9723d1_bac0_4109_874e_32849de9299b
- ] ;
+ rdfs:subClassOf :electrochemistry_54e0c2bd_1bb2_4f9c_9b55_5b6cc34651ec ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q904857" ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a 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."@en ;
emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Double_layer_(surface_science)"@en ;
@@ -1276,12 +1266,12 @@ Aluminum foil"""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_2d32a81a_2148_41bd_84fb_467aa8de4a8f
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_2d32a81a_2148_41bd_84fb_467aa8de4a8f
:electrochemistry_2d32a81a_2148_41bd_84fb_467aa8de4a8f rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_25f6ff4c_53ad_4837_97c4_aa6f06099bb5
+ owl:someValuesFrom chemsub:substance_25f6ff4c_53ad_4837_97c4_aa6f06099bb5
] ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q20851363" ;
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 ;
@@ -1297,17 +1287,20 @@ Aluminum foil"""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_2dea31c2_5061_4464_ab76_5336bef23629
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_2dd44ff6_425a_4377_b86e_fa2bd567819f
+:electrochemistry_2dd44ff6_425a_4377_b86e_fa2bd567819f rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_0a03ce7e_d79f_412e_a103_b5d74de9f4d7 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Rapid, 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."@en ;
+ skos:prefLabel "PotentialPulse"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_2dea31c2_5061_4464_ab76_5336bef23629
:electrochemistry_2dea31c2_5061_4464_ab76_5336bef23629 rdf:type owl:Class ;
- rdfs:subClassOf emmo:EMMO_0f6f0120_c079_4d95_bb11_4ddee05e530e ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_5d73661e_e710_4844_ab9b_a85b7e68576a ;
- owl:someValuesFrom emmo:EMMO_66bc9029_f473_45ff_bab9_c3509ff37a22
- ] ;
+ rdfs:subClassOf emmo:EMMO_0f6f0120_c079_4d95_bb11_4ddee05e530e ;
skos:prefLabel "CelsiusTemperatureMeasurementResult"@en .
-### http://emmo.info/electrochemistry#electrochemistry_2e3e14f9_4cb8_45b2_908e_47eec893dec8
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_2e3e14f9_4cb8_45b2_908e_47eec893dec8
:electrochemistry_2e3e14f9_4cb8_45b2_908e_47eec893dec8 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_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 ;
@@ -1332,12 +1325,12 @@ Aluminum foil"""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_2e6933aa_4522_4f16_a437_37110e6cbd0d
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_2e6933aa_4522_4f16_a437_37110e6cbd0d
:electrochemistry_2e6933aa_4522_4f16_a437_37110e6cbd0d rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_19abaccd_43be_4048_965c_e4fb63c5951b ,
[ rdf:type owl:Restriction ;
owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ;
- owl:someValuesFrom :electrochemistry_0f007072-a8dd-4798-b865-1bf9363be627
+ owl:someValuesFrom :electrochemistry_0f007072_a8dd_4798_b865_1bf9363be627
] ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q2698605" ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-15"@en ;
@@ -1356,23 +1349,23 @@ Aluminum foil"""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_2f96eb3e_4115_4236_9203_525fb27fe92d
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_2f96eb3e_4115_4236_9203_525fb27fe92d
:electrochemistry_2f96eb3e_4115_4236_9203_525fb27fe92d rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_270f239e_33cb_4c6d_a41c_875ec1262d62 ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_264f40d1_17c9_4bc7_9c47_5cfb18132278
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_269ddd97_1437_4545_b272_0df75a12c68a
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_534dd59c_904c_45d9_8550_ae9d2eb6bbc9
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_6dcd5baf_58cd_43f5_a692_51508e036c88
] ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1147647" ;
@@ -1388,18 +1381,18 @@ Aluminum foil"""@en ;
skos:prefLabel "CyclicVoltammetry"@en .
-### http://emmo.info/electrochemistry#electrochemistry_2fd5964b_0c65_4413_8b8c_849639e6d1e7
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_2fd5964b_0c65_4413_8b8c_849639e6d1e7
:electrochemistry_2fd5964b_0c65_4413_8b8c_849639e6d1e7 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5186239a_2af7_4dbf_92ca_22e8e583c528 ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_d53259a7_0d9c_48b9_a6c1_4418169df303
+ owl:someValuesFrom chemsub:substance_d53259a7_0d9c_48b9_a6c1_4418169df303
] ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an electrode with blended silicon oxide and graphite active materials"@en ;
skos:prefLabel "SiliconOxideGraphiteElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_30c8fb1b_3c75_49f5_9395_c15dfaf71b12
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_30c8fb1b_3c75_49f5_9395_c15dfaf71b12
:electrochemistry_30c8fb1b_3c75_49f5_9395_c15dfaf71b12 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 20.0 mm and a height of 1.6 mm"@en ;
@@ -1407,7 +1400,7 @@ Aluminum foil"""@en ;
skos:prefLabel "R2016"@en .
-### http://emmo.info/electrochemistry#electrochemistry_31b7ac6a_b1eb_45e7_a075_b6063080c949
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_31b7ac6a_b1eb_45e7_a075_b6063080c949
:electrochemistry_31b7ac6a_b1eb_45e7_a075_b6063080c949 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 11.6 mm and a height of 2.1 mm"@en ;
@@ -1415,7 +1408,7 @@ Aluminum foil"""@en ;
skos:prefLabel "R1121"@en .
-### http://emmo.info/electrochemistry#electrochemistry_31e8052d_bede_43c6_8b41_d51bb24c9489
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_31e8052d_bede_43c6_8b41_d51bb24c9489
:electrochemistry_31e8052d_bede_43c6_8b41_d51bb24c9489 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_7fa74f69_047f_4c86_a02c_e7805d6f5b77 ,
[ rdf:type owl:Restriction ;
@@ -1438,7 +1431,7 @@ Aluminum foil"""@en ;
skos:prefLabel "TimeseriesElectricalDataset"@en .
-### http://emmo.info/electrochemistry#electrochemistry_3279f575_1c62_4bf2_a6e8_de4c7ff36f8e
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_3279f575_1c62_4bf2_a6e8_de4c7ff36f8e
:electrochemistry_3279f575_1c62_4bf2_a6e8_de4c7ff36f8e rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 7.9 mm and a height of 2.1 mm"@en ;
@@ -1446,7 +1439,7 @@ Aluminum foil"""@en ;
skos:prefLabel "R721"@en .
-### http://emmo.info/electrochemistry#electrochemistry_328c6e36_3706_4d92_abae_432fa3adb2a0
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_328c6e36_3706_4d92_abae_432fa3adb2a0
:electrochemistry_328c6e36_3706_4d92_abae_432fa3adb2a0 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-13" ;
@@ -1469,13 +1462,9 @@ Aluminum foil"""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_32ab2ea8_6263_42a8_8682_2fe0343f8bea
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_32ab2ea8_6263_42a8_8682_2fe0343f8bea
:electrochemistry_32ab2ea8_6263_42a8_8682_2fe0343f8bea rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_64bf0969_37a1_4aaf_82e9_68462847ac65 ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d ;
- owl:someValuesFrom emmo:EMMO_ed4af7ae_63a2_497e_bb88_2309619ea405
- ] ;
+ rdfs:subClassOf :electrochemistry_64bf0969_37a1_4aaf_82e9_68462847ac65 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q192414" ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quantitative determination of a chemical species based on its mass"@en ;
emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Gravimetric_analysis" ;
@@ -1484,7 +1473,7 @@ Aluminum foil"""@en ;
skos:prefLabel "GravimetricAnalysis"@en .
-### http://emmo.info/electrochemistry#electrochemistry_331e6cca_f260_4bf8_af55_35304fe1bbe0
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_331e6cca_f260_4bf8_af55_35304fe1bbe0
:electrochemistry_331e6cca_f260_4bf8_af55_35304fe1bbe0 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_b5ea31c9_bb10_4276_980e_c3eceb1efc82 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1718181" ;
@@ -1504,36 +1493,39 @@ Aluminum foil"""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_334b3acd_e35d_4d5a_b8b5_6d13cbebbc57
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_334b3acd_e35d_4d5a_b8b5_6d13cbebbc57
:electrochemistry_334b3acd_e35d_4d5a_b8b5_6d13cbebbc57 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_6592d8cc_4ce4_42ca_b010_6bfc4a8444d2 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a solution of sulfuric acid (H2SO4) dissolved in water (H2O)"@en ;
skos:prefLabel "SulfuricAcidSolution"@en .
-### http://emmo.info/electrochemistry#electrochemistry_339e1ba1_2006_4f22_aac4_3ce75edf1088
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_339e1ba1_2006_4f22_aac4_3ce75edf1088
:electrochemistry_339e1ba1_2006_4f22_aac4_3ce75edf1088 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_db74b6b7_09fc_40db_a7d5_6eb86b69192a
+ owl:someValuesFrom chemsub:substance_db74b6b7_09fc_40db_a7d5_6eb86b69192a
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is tin oxide doped with fluorine"@en ;
skos:altLabel "FTOElectrode"@en ;
skos:prefLabel "FluorineDopedTinOxideElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_344ed3a6_481a_499f_afef_631f1cece9ef
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_344ed3a6_481a_499f_afef_631f1cece9ef
:electrochemistry_344ed3a6_481a_499f_afef_631f1cece9ef rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_7dc738d6_74f2_489e_ae84_a6dbdf627f2e
+ owl:someValuesFrom chemsub:substance_7dc738d6_74f2_489e_ae84_a6dbdf627f2e
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is nickel oxyhydroxide"@en ;
skos:altLabel "NiOOHElectrode"@en ,
"NickelOxyhydroxideElectrode"@en ;
skos:prefLabel "NickelOxideHydroxideElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_34bc54e3_de4c_41f8_8d3a_d77c951ee23a
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_34bc54e3_de4c_41f8_8d3a_d77c951ee23a
:electrochemistry_34bc54e3_de4c_41f8_8d3a_d77c951ee23a rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_4f226cf3_6d02_4d35_8566_a9e641bc6ff3 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q190136" ;
@@ -1551,7 +1543,7 @@ Aluminum foil"""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_34cb7ea7_2436_46e0_806e_a3c7835ae228
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_34cb7ea7_2436_46e0_806e_a3c7835ae228
:electrochemistry_34cb7ea7_2436_46e0_806e_a3c7835ae228 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 7.9 mm and a height of 1.65 mm"@en ;
@@ -1559,9 +1551,9 @@ Aluminum foil"""@en ;
skos:prefLabel "R716"@en .
-### http://emmo.info/electrochemistry#electrochemistry_35c650ab_3b23_4938_b312_1b0dede2e6d5
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_35c650ab_3b23_4938_b312_1b0dede2e6d5
:electrochemistry_35c650ab_3b23_4938_b312_1b0dede2e6d5 rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_0f007072-a8dd-4798-b865-1bf9363be627 ;
+ rdfs:subClassOf :electrochemistry_0f007072_a8dd_4798_b865_1bf9363be627 ;
owl:disjointWith :electrochemistry_b6319c74_d2ce_48c0_a75a_63156776b302 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q175233" ;
emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Cathode"@en ;
@@ -1602,28 +1594,32 @@ Aluminum foil"""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_3663991d-9319-4f7a-922b-f0e428b58801
-:electrochemistry_3663991d-9319-4f7a-922b-f0e428b58801 rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_0f007072-a8dd-4798-b865-1bf9363be627 ;
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_3663991d_9319_4f7a_922b_f0e428b58801
+:electrochemistry_3663991d_9319_4f7a_922b_f0e428b58801 rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_0f007072_a8dd_4798_b865_1bf9363be627 ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty emmo:EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5 ;
+ owl:someValuesFrom emmo:EMMO_3a6578ac_aee0_43b9_9bc6_1eb208c8c9a9
+ ] ;
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."@en ;
skos:prefLabel "PorousElectrode"@en .
[ rdf:type owl:Axiom ;
- owl:annotatedSource :electrochemistry_3663991d-9319-4f7a-922b-f0e428b58801 ;
+ owl:annotatedSource :electrochemistry_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."@en ;
dcterms:references "J. Newman and K. E. Thmoas-Alyea, Electrochemical Systems, 3rd ed. Hoboken, New Jersey: John Wiley & Sons, 2004."
] .
-### http://emmo.info/electrochemistry#electrochemistry_36e05f2f_d279_4816_b5ae_6bb4cef02736
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_36e05f2f_d279_4816_b5ae_6bb4cef02736
:electrochemistry_36e05f2f_d279_4816_b5ae_6bb4cef02736 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 12.5 mm and a height of 1.6 mm"@en ;
skos:prefLabel "R1216"@en .
-### http://emmo.info/electrochemistry#electrochemistry_38755e67_9d3b_4a82_bd8d_ef40a70379c1
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_38755e67_9d3b_4a82_bd8d_ef40a70379c1
:electrochemistry_38755e67_9d3b_4a82_bd8d_ef40a70379c1 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817 ;
owl:disjointWith :electrochemistry_9b6853e7_3412_463d_b5a9_82c14acebf7d ;
@@ -1632,22 +1628,22 @@ Aluminum foil"""@en ;
skos:prefLabel "AnolyteTank"@en .
-### http://emmo.info/electrochemistry#electrochemistry_387e1e59_e511_4acb_b5ec_fa7360ec7557
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_387e1e59_e511_4acb_b5ec_fa7360ec7557
:electrochemistry_387e1e59_e511_4acb_b5ec_fa7360ec7557 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
skos:altLabel "a coin case with a nominal diameter of 9.5 mm and a height of 2.7 mm"@en ;
skos:prefLabel "R927"@en .
-### http://emmo.info/electrochemistry#electrochemistry_39536efc_22a6_4f39_b0c2_e8b845a36278
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_39536efc_22a6_4f39_b0c2_e8b845a36278
:electrochemistry_39536efc_22a6_4f39_b0c2_e8b845a36278 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_6e439f86_3d00_4b0b_82ab_1fa25241d4e9 ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_269ddd97_1437_4545_b272_0df75a12c68a
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_4ebe2ef1_eea8_4b10_822d_7a68215bd24d
] ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "coulometry at a preselected constant potential of the working electrode"@en ;
@@ -1658,7 +1654,7 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "DirectCoulometryAtControlledPotential"@en .
-### http://emmo.info/electrochemistry#electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37
:electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_eacb141f_6ab4_491f_8603_a3e025cefc82 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "a round-type case with a height that is less than the diameter"@en ;
@@ -1666,24 +1662,25 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "CoinCase"@en .
-### http://emmo.info/electrochemistry#electrochemistry_399b10cd_8a2e_47be_96b8_295890bd2460
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_399b10cd_8a2e_47be_96b8_295890bd2460
:electrochemistry_399b10cd_8a2e_47be_96b8_295890bd2460 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_d071c9d0_1358_4d9f_9690_53b7d69e025c
+ owl:someValuesFrom chemsub:substance_d071c9d0_1358_4d9f_9690_53b7d69e025c
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is rhodium"@en ;
skos:prefLabel "RhodiumElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_39c6f5a0_5dc8_4112_b432_b9fece568ca2
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_39c6f5a0_5dc8_4112_b432_b9fece568ca2
:electrochemistry_39c6f5a0_5dc8_4112_b432_b9fece568ca2 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 11.5 mm and a height of 3.0 mm"@en ;
skos:prefLabel "R1130"@en .
-### http://emmo.info/electrochemistry#electrochemistry_3a77b5e7_9646_4154_bf8f_5f798989e5f3
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_3a77b5e7_9646_4154_bf8f_5f798989e5f3
:electrochemistry_3a77b5e7_9646_4154_bf8f_5f798989e5f3 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_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 ;
@@ -1691,12 +1688,12 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "AnnularWorkingElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_3b35e843_3132_41e3_b6df_541cd45ba880
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_3b35e843_3132_41e3_b6df_541cd45ba880
:electrochemistry_3b35e843_3132_41e3_b6df_541cd45ba880 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_270f239e_33cb_4c6d_a41c_875ec1262d62 ,
[ rdf:type owl:Restriction ;
owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ;
- owl:someValuesFrom
+ owl:someValuesFrom :electrochemistry_0a03ce7e_d79f_412e_a103_b5d74de9f4d7
] ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "two-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."@en ;
emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Electrochemical_stripping_analysis"@en ;
@@ -1709,24 +1706,24 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "StrippingVoltammetry"@en .
-### http://emmo.info/electrochemistry#electrochemistry_3c3972f6_8e1d_454b_a198_48173ba2232b
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_3c3972f6_8e1d_454b_a198_48173ba2232b
:electrochemistry_3c3972f6_8e1d_454b_a198_48173ba2232b rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_270f239e_33cb_4c6d_a41c_875ec1262d62 ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom :electrochemistry_269ddd97_1437_4545_b272_0df75a12c68a
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
+ owl:someValuesFrom emmo:EMMO_90e59882_4592_4036_a75d_5fbefb22dc80
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom :electrochemistry_3cd0e74e_292c_48ed_a831_4cb8753d9a56
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
+ owl:someValuesFrom :electrochemistry_269ddd97_1437_4545_b272_0df75a12c68a
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom emmo:EMMO_90e59882_4592_4036_a75d_5fbefb22dc80
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
+ owl:someValuesFrom :electrochemistry_3cd0e74e_292c_48ed_a831_4cb8753d9a56
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
+ owl:someValuesFrom :electrochemistry_4d2b102b_3515_4591_b079_69232c44f9dc
] ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "voltammetry 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"@en ;
emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1515/pac-2018-0109"@en ;
@@ -1739,24 +1736,33 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "NormalPulseVoltammetry"@en .
-### http://emmo.info/electrochemistry#electrochemistry_3d805c2a_4801_440e_9e4d_0fa5585c76ae
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_3cd0e74e_292c_48ed_a831_4cb8753d9a56
+:electrochemistry_3cd0e74e_292c_48ed_a831_4cb8753d9a56 rdf:type owl:Class .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_3cfdfc10_a5cb_4e3e_b1a1_281010d1465c
+:electrochemistry_3cfdfc10_a5cb_4e3e_b1a1_281010d1465c rdf:type owl:Class .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_3d805c2a_4801_440e_9e4d_0fa5585c76ae
:electrochemistry_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 .
-### http://emmo.info/electrochemistry#electrochemistry_3e6a7d5f_3700_46b3_b1b8_f34e37e6f931
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_3e6a7d5f_3700_46b3_b1b8_f34e37e6f931
:electrochemistry_3e6a7d5f_3700_46b3_b1b8_f34e37e6f931 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_bbfa82dc_68a0_4d0b_a3f0_735cbbc19cf2
+ owl:someValuesFrom chemsub:substance_bbfa82dc_68a0_4d0b_a3f0_735cbbc19cf2
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is iridium"@en ;
skos:prefLabel "IridiumElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_3e7fe02d_c888_4c49_8e05_ccd9785607a6
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_3e7fe02d_c888_4c49_8e05_ccd9785607a6
:electrochemistry_3e7fe02d_c888_4c49_8e05_ccd9785607a6 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_a9873d3d_945b_40ba_b9cd_8dfb64cec88f ,
:electrochemistry_f07be701_9d6a_415b_ac6d_63202297a7a1 ;
@@ -1775,13 +1781,15 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
] .
-### http://emmo.info/electrochemistry#electrochemistry_3f67016b_32b9_4419_a3f8_a5ffb5e92538
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_3f67016b_32b9_4419_a3f8_a5ffb5e92538
:electrochemistry_3f67016b_32b9_4419_a3f8_a5ffb5e92538 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_dc205ac2_314e_415c_a2b6_b12e8359d54c ;
- skos:prefLabel "AqueousAmmoniumChlorideSolution"@en .
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a solution of ammonium chloride (NH4Cl) dissolved in water (H2O)"@en ;
+ skos:altLabel "AqueousAmmoniumChlorideSolution"@en ;
+ skos:prefLabel "AmmoniumChlorideSolution"@en .
-### http://emmo.info/electrochemistry#electrochemistry_3f6c9e09_5f23_41cc_9f85_7de365cef089
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_3f6c9e09_5f23_41cc_9f85_7de365cef089
:electrochemistry_3f6c9e09_5f23_41cc_9f85_7de365cef089 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_19abaccd_43be_4048_965c_e4fb63c5951b ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-30" ;
@@ -1804,7 +1812,7 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
] .
-### http://emmo.info/electrochemistry#electrochemistry_3f70e5c5_67f0_483e_998b_b83b7739c4bc
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_3f70e5c5_67f0_483e_998b_b83b7739c4bc
:electrochemistry_3f70e5c5_67f0_483e_998b_b83b7739c4bc rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-22" ;
@@ -1819,7 +1827,7 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
] .
-### http://emmo.info/electrochemistry#electrochemistry_3f9b2956_1465_4fe0_b0df_5e4784dac3b6
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_3f9b2956_1465_4fe0_b0df_5e4784dac3b6
:electrochemistry_3f9b2956_1465_4fe0_b0df_5e4784dac3b6 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_7dea2572_ab42_45bd_9fd7_92448cec762a ,
[ rdf:type owl:Restriction ;
@@ -1831,20 +1839,17 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "ElectricPotentialMeasuringSystem"@en .
-### http://emmo.info/electrochemistry#electrochemistry_3fdc81d5_eef3_4408_a6e4_3c51c5b1c8dc
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_3fdc81d5_eef3_4408_a6e4_3c51c5b1c8dc
:electrochemistry_3fdc81d5_eef3_4408_a6e4_3c51c5b1c8dc rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is tungsten oxide"@en ;
skos:altLabel "WO3Electrode"@en ;
skos:prefLabel "TungstenOxideElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_3fe63496_6d87_427a_b2aa_4555bc31ee1a
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_3fe63496_6d87_427a_b2aa_4555bc31ee1a
:electrochemistry_3fe63496_6d87_427a_b2aa_4555bc31ee1a rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_10359c79_cdf2_401a_83ee_d22e7fbb2ad1 ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d ;
- owl:someValuesFrom
- ] ;
+ rdfs:subClassOf :electrochemistry_10359c79_cdf2_401a_83ee_d22e7fbb2ad1 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "techniques based on measurement of current at a constant controlled potential"@en ;
emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1515/pac-2018-0109"@en ;
rdfs:comment "Amperometry 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)."@en ,
@@ -1854,58 +1859,94 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "Amperometry"@en .
-### http://emmo.info/electrochemistry#electrochemistry_400cb3e0_27b5_4d9a_be80_f86ad2757763
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_400cb3e0_27b5_4d9a_be80_f86ad2757763
:electrochemistry_400cb3e0_27b5_4d9a_be80_f86ad2757763 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 20.0 mm and a height of 5.0 mm"@en ;
skos:prefLabel "R2050"@en .
-### http://emmo.info/electrochemistry#electrochemistry_402598d9_0eea_405d_b0d0_3b8b79deba6f
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_402598d9_0eea_405d_b0d0_3b8b79deba6f
:electrochemistry_402598d9_0eea_405d_b0d0_3b8b79deba6f rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_19abaccd_43be_4048_965c_e4fb63c5951b ,
[ rdf:type owl:Restriction ;
owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ;
- owl:someValuesFrom :electrochemistry_0f007072-a8dd-4798-b865-1bf9363be627
+ owl:someValuesFrom :electrochemistry_0f007072_a8dd_4798_b865_1bf9363be627
] ;
emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "solid electrolyte interphase (SEI) growth"@en ;
skos:prefLabel "InterphaseGrowth"@en .
-### http://emmo.info/electrochemistry#electrochemistry_403c300e_09b9_400b_943b_04e82a3cfb56
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_403c300e_09b9_400b_943b_04e82a3cfb56
:electrochemistry_403c300e_09b9_400b_943b_04e82a3cfb56 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_09a7f560_9ddf_4c32_b067_b213eca5b0a1 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a porous electrode which is coated onto a non-porous substrate, typically a metallic foil current collector."@en ;
skos:prefLabel "PorousElectrodeCoating"@en .
-### http://emmo.info/electrochemistry#electrochemistry_4143b1c2_2d21_419e_af45_247d4c78ce7e
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_40ca9548_910a_48b6_9a26_f94095d349cd
+:electrochemistry_40ca9548_910a_48b6_9a26_f94095d349cd rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_904b12e0_4a10_47b0_b7db_592aba215cb6 ;
+ emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q5163647" ;
+ emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-22" ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Signal consisting of a constant electric current."@en ;
+ emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Constant_current" ;
+ skos:altLabel "ConstantCurrentSignal"@en ,
+ "DC"@en ;
+ skos:prefLabel "DirectCurrent"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_4143b1c2_2d21_419e_af45_247d4c78ce7e
:electrochemistry_4143b1c2_2d21_419e_af45_247d4c78ce7e rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is silicon oxide"@en ;
skos:prefLabel "SiliconOxideElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_418c59bd_dc9d_438b_bc7c_494fbd1bb4f8
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_418c59bd_dc9d_438b_bc7c_494fbd1bb4f8
:electrochemistry_418c59bd_dc9d_438b_bc7c_494fbd1bb4f8 rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_a1ec9e3c_c624_4848_af13_89a6bc54d77c ;
+ rdfs:subClassOf :electrochemistry_92147e31_d015_4889_a092_04fbab033f15 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an electrode that is coated on only one side of the current collector"@en ;
skos:prefLabel "SingleCoatedElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_41ddf723_245f_4ce8_b9b1_7d9b3b9eea7d
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_41ddf723_245f_4ce8_b9b1_7d9b3b9eea7d
:electrochemistry_41ddf723_245f_4ce8_b9b1_7d9b3b9eea7d rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_f3e7979a_e3ef_450a_8762_7d8778afe478
+ owl:someValuesFrom chemsub:substance_f3e7979a_e3ef_450a_8762_7d8778afe478
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is lithium nickel manganese oxide"@en ;
skos:altLabel "LNMOElectrode"@en ;
skos:prefLabel "LithiumNickelManganeseOxideElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_43cd6e14_dd43_41b5_b5b4_344d53841603
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_4288b145_ba79_4989_92f8_86086679b0fe
+:electrochemistry_4288b145_ba79_4989_92f8_86086679b0fe rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_8a1c9a7b_978c_4421_a9c1_d0b07b42aab9 ;
+ emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q5526337" ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "process through which a gas is evolved"@en ;
+ emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Gas_evolution_reaction"@en ;
+ skos:altLabel "Gassing"@en ;
+ skos:prefLabel "GasEvolution"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_43cd6e14_dd43_41b5_b5b4_344d53841603
:electrochemistry_43cd6e14_dd43_41b5_b5b4_344d53841603 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_1aec4cc0_82d5_4042_a657_ed7fe291c3d8 ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty emmo:EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5 ;
+ owl:someValuesFrom emmo:EMMO_08bcf1d6_e719_46c8_bb21_24bc9bf34dba
+ ] ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty emmo:EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5 ;
+ owl:someValuesFrom emmo:EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac
+ ] ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty emmo:EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5 ;
+ owl:someValuesFrom emmo:EMMO_e4de48b1_dabb_4490_ac2b_040f926c64f0
+ ] ,
[ rdf:type owl:Restriction ;
owl:onProperty emmo:EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ;
owl:someValuesFrom :electrochemistry_1e33e37e_d7c9_4701_ba6d_a09456a13aaf
@@ -1918,14 +1959,10 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "PrismaticCase"@en .
-### http://emmo.info/electrochemistry#electrochemistry_43ce1a7e_8056_40cb_bdbd_4ce991af1821
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_43ce1a7e_8056_40cb_bdbd_4ce991af1821
:electrochemistry_43ce1a7e_8056_40cb_bdbd_4ce991af1821 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_10359c79_cdf2_401a_83ee_d22e7fbb2ad1 ,
- :electrochemistry_64bf0969_37a1_4aaf_82e9_68462847ac65 ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d ;
- owl:someValuesFrom emmo:EMMO_0ee5779e_d798_4ee5_9bfe_c392d5bea112
- ] ;
+ :electrochemistry_64bf0969_37a1_4aaf_82e9_68462847ac65 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrochemical 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"@en ;
emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1515/pac-2018-0109"@en ;
rdfs:comment "Dielectrometric titrations use dielectrometry for the end-point detection."@en ,
@@ -1933,7 +1970,7 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "Dielectrometry"@en .
-### http://emmo.info/electrochemistry#electrochemistry_444992e5_43f8_44a1_9767_b408dbe54330
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_444992e5_43f8_44a1_9767_b408dbe54330
:electrochemistry_444992e5_43f8_44a1_9767_b408dbe54330 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e3d3d21c_cb9a_498c_bdb0_63c964f0d3c6 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1418367" ;
@@ -1951,9 +1988,13 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
] .
-### http://emmo.info/electrochemistry#electrochemistry_457a8f92_0a19_4773_8114_a42edff32248
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_457a8f92_0a19_4773_8114_a42edff32248
:electrochemistry_457a8f92_0a19_4773_8114_a42edff32248 rdf:type owl:Class ;
- rdfs:subClassOf emmo:EMMO_52bbaaee_1145_4be3_8a5c_b366851ea1b9 ;
+ rdfs:subClassOf emmo:EMMO_52bbaaee_1145_4be3_8a5c_b366851ea1b9 ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty emmo:EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ;
+ owl:someValuesFrom :electrochemistry_92147e31_d015_4889_a092_04fbab033f15
+ ] ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-04" ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "assembly of plates of the same polarity electrically connected together"@en ;
skos:prefLabel "PlateGroup"@en .
@@ -1966,34 +2007,51 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
] .
-### http://emmo.info/electrochemistry#electrochemistry_46957d35_0f8b_4d92_acb3_aded6ce774a1
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_46676855_68b0_4096_ac6c_35400111d46d
+:electrochemistry_46676855_68b0_4096_ac6c_35400111d46d rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_ddade648_2033_47b6_bc36_b562a9af591e ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "plot of the time-dependent amount of electric charge passed through an electrochemical system due to the application of a electric potential"@en ;
+ skos:altLabel "ChargeTimeCurve"@en ,
+ "ElectricChargeTimeCurve"@en ,
+ "ElectricChargeTimePlot"@en ,
+ "QtCurve"@en ;
+ skos:prefLabel "ChargeTimePlot"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_46957d35_0f8b_4d92_acb3_aded6ce774a1
:electrochemistry_46957d35_0f8b_4d92_acb3_aded6ce774a1 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_f49b84d4_e1f9_424c_bb22_8cea23c0a7d4 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a process in which the voltage is controlled"@en ;
skos:prefLabel "VoltageControlledProcess"@en .
-### http://emmo.info/electrochemistry#electrochemistry_46ac0fd3_2b8e_40aa_bf5d_19cf1dd39052
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_46ac0fd3_2b8e_40aa_bf5d_19cf1dd39052
:electrochemistry_46ac0fd3_2b8e_40aa_bf5d_19cf1dd39052 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_d6031563_07c3_4cf7_852e_474dce2acc1c
+ owl:someValuesFrom chemsub:substance_d6031563_07c3_4cf7_852e_474dce2acc1c
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is strontium"@en ;
skos:prefLabel "StrontiumElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_47346d85_b9be_4480_8993_6307b1c58fcd
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_47346d85_b9be_4480_8993_6307b1c58fcd
:electrochemistry_47346d85_b9be_4480_8993_6307b1c58fcd rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_c109ca45_08c7_4436_a818_a9c575785e2f
+ owl:someValuesFrom chemsub:substance_c109ca45_08c7_4436_a818_a9c575785e2f
] ;
- skos:altLabel "metal electrode in which the active material is lithium"@en ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "metal electrode in which the active material is lithium"@en ;
skos:prefLabel "LithiumElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_4839708a_3864_47eb_b719_373ff8874c61
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_47ab1dad_cc09_4fd8_af23_acb36fb680dd
+:electrochemistry_47ab1dad_cc09_4fd8_af23_acb36fb680dd rdf:type owl:Class .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_4839708a_3864_47eb_b719_373ff8874c61
:electrochemistry_4839708a_3864_47eb_b719_373ff8874c61 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5186239a_2af7_4dbf_92ca_22e8e583c528 ,
:electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ;
@@ -2001,23 +2059,23 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "BimetallicOxideElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_48e380c3_0441_4761_a80f_3e448cb2f0ba
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_48e380c3_0441_4761_a80f_3e448cb2f0ba
:electrochemistry_48e380c3_0441_4761_a80f_3e448cb2f0ba rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_4839708a_3864_47eb_b719_373ff8874c61 ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_3ac62305_acd6_4312_9e31_4f824bd2530d
+ owl:someValuesFrom chemsub:substance_3ac62305_acd6_4312_9e31_4f824bd2530d
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_e8fafdc8_6cd3_4dd0_9630_10ca8e3f1827
+ owl:someValuesFrom chemsub:substance_e8fafdc8_6cd3_4dd0_9630_10ca8e3f1827
] ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an electrode with blended lithium nickel manganese cobalt oxide (NMC) and lithium manganese oxide (LMO) active materials"@en ;
skos:altLabel "NMCLMOElectrode"@en ;
skos:prefLabel "LithiumNickelMananeseCobaltOxideLithiumManganeseOxideElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_4920de95_3a48_4669_b762_5a0b5232b52f
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_4920de95_3a48_4669_b762_5a0b5232b52f
:electrochemistry_4920de95_3a48_4669_b762_5a0b5232b52f rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_06658d8d_dcde_4fc9_aae1_17f71c0bcdec ,
[ rdf:type owl:Restriction ;
@@ -2028,21 +2086,9 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "ElectricCurrentVector"@en .
-### http://emmo.info/electrochemistry#electrochemistry_49263a32_eca6_4644_8144_0d3b14c26d0a
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_49263a32_eca6_4644_8144_0d3b14c26d0a
:electrochemistry_49263a32_eca6_4644_8144_0d3b14c26d0a rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_8a1c9a7b_978c_4421_a9c1_d0b07b42aab9 ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 ;
- owl:someValuesFrom emmo:EMMO_2031516a_2be7_48e8_9af7_7e1270e308fe
- ] ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_e3850f08_8e79_454b_9d83_c517cab42857 ;
- owl:someValuesFrom :electrochemistry_b3b3868f_6edd_4ce8_a984_08f9cf391f90
- ] ,
- [ rdf:type owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom
- ] ;
+ rdfs:subClassOf :electrochemistry_8a1c9a7b_978c_4421_a9c1_d0b07b42aab9 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-04" ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "mixing of a substance into another substance with formation of one new homogeneous substance"@en ;
rdfs:comment "the result of the dissolution of one or more solutes into a solvent is a solution"@en ;
@@ -2056,23 +2102,20 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
] .
-### http://emmo.info/electrochemistry#electrochemistry_496c8f31_9732_42c1_8eae_dd73979c06eb
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_496c8f31_9732_42c1_8eae_dd73979c06eb
:electrochemistry_496c8f31_9732_42c1_8eae_dd73979c06eb rdf:type owl:Class ;
- rdfs:subClassOf emmo:EMMO_0f6f0120_c079_4d95_bb11_4ddee05e530e ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_5d73661e_e710_4844_ab9b_a85b7e68576a ;
- owl:someValuesFrom emmo:EMMO_d4f7d378_5e3b_468a_baa1_a7e98358cda7
- ] ;
+ rdfs:subClassOf emmo:EMMO_0f6f0120_c079_4d95_bb11_4ddee05e530e ;
skos:prefLabel "TimeMeasurementResult"@en .
-### http://emmo.info/electrochemistry#electrochemistry_4977521c_0438_4659_bc81_1c77fae836bb
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_4977521c_0438_4659_bc81_1c77fae836bb
:electrochemistry_4977521c_0438_4659_bc81_1c77fae836bb rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_9a823d64_9d10_4a29_9cbd_9bbdad7985bc ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is thionyl chloride"@en ;
skos:prefLabel "ThionylChlorideElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_49909cd1_44f4_41b4_877a_82a52845a5cb
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_49909cd1_44f4_41b4_877a_82a52845a5cb
:electrochemistry_49909cd1_44f4_41b4_877a_82a52845a5cb rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-10" ;
@@ -2087,17 +2130,18 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
] .
-### http://emmo.info/electrochemistry#electrochemistry_4a13e538_4c08_4ba9_8ebc_98a866208e01
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_4a13e538_4c08_4ba9_8ebc_98a866208e01
:electrochemistry_4a13e538_4c08_4ba9_8ebc_98a866208e01 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_97439fbb_155f_433d_9edd_d510cd491f24
+ owl:someValuesFrom chemsub:substance_97439fbb_155f_433d_9edd_d510cd491f24
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is sodium nickel phosphate"@en ;
skos:prefLabel "SodiumNickelPhosphateElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_4a5660bd_1c1a_40e5_8a41_463c720d3903
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_4a5660bd_1c1a_40e5_8a41_463c720d3903
:electrochemistry_4a5660bd_1c1a_40e5_8a41_463c720d3903 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_b5ea31c9_bb10_4276_980e_c3eceb1efc82 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-13" ;
@@ -2112,7 +2156,11 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
] .
-### http://emmo.info/electrochemistry#electrochemistry_4bc38e99_1978_4143_a766_fbb57f2cf46e
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_4aa1b96e_44a0_4b1a_a0ac_723d0223d80b
+:electrochemistry_4aa1b96e_44a0_4b1a_a0ac_723d0223d80b rdf:type owl:Class .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_4bc38e99_1978_4143_a766_fbb57f2cf46e
:electrochemistry_4bc38e99_1978_4143_a766_fbb57f2cf46e rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_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" ;
@@ -2128,7 +2176,7 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
] .
-### http://emmo.info/electrochemistry#electrochemistry_4bdd6359_1422_4c50_ac0c_5d8042dd65fc
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_4bdd6359_1422_4c50_ac0c_5d8042dd65fc
:electrochemistry_4bdd6359_1422_4c50_ac0c_5d8042dd65fc rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_ac9723d1_bac0_4109_874e_32849de9299b ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a model for the double layer that includes the action of the solvent on the surface"@en ;
@@ -2137,13 +2185,14 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "BockrisDevanathanMuellerModel"@en .
-### http://emmo.info/electrochemistry#electrochemistry_4c3ee364_829b_41a4_b895_ca4a041efb2a
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_4c3ee364_829b_41a4_b895_ca4a041efb2a
:electrochemistry_4c3ee364_829b_41a4_b895_ca4a041efb2a rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_757eae08_4d43_42d4_8b4e_8a0bfd2f9a1c ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an insertion electrode in which the guest molecule is lithium"@en ;
skos:prefLabel "LithiumInsertionElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_4d09ddc4_7e71_4712_afab_b33d8df38983
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_4d09ddc4_7e71_4712_afab_b33d8df38983
:electrochemistry_4d09ddc4_7e71_4712_afab_b33d8df38983 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_06658d8d_dcde_4fc9_aae1_17f71c0bcdec ,
[ rdf:type owl:Restriction ;
@@ -2154,7 +2203,11 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "VoltageVector"@en .
-### http://emmo.info/electrochemistry#electrochemistry_4d6f7f50_b343_4bd6_8612_2b8521a99c9b
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_4d2b102b_3515_4591_b079_69232c44f9dc
+:electrochemistry_4d2b102b_3515_4591_b079_69232c44f9dc rdf:type owl:Class .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_4d6f7f50_b343_4bd6_8612_2b8521a99c9b
:electrochemistry_4d6f7f50_b343_4bd6_8612_2b8521a99c9b rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_19abaccd_43be_4048_965c_e4fb63c5951b ,
[ rdf:type owl:Restriction ;
@@ -2174,7 +2227,7 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
] .
-### http://emmo.info/electrochemistry#electrochemistry_4df84ec1_8a1a_4770_963f_bf48009bd043
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_4df84ec1_8a1a_4770_963f_bf48009bd043
:electrochemistry_4df84ec1_8a1a_4770_963f_bf48009bd043 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_2e3e14f9_4cb8_45b2_908e_47eec893dec8 ,
:electrochemistry_49263a32_eca6_4644_8144_0d3b14c26d0a ;
@@ -2191,7 +2244,7 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
] .
-### http://emmo.info/electrochemistry#electrochemistry_4e02d727_07fe_41fd_886c_041317342086
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_4e02d727_07fe_41fd_886c_041317342086
:electrochemistry_4e02d727_07fe_41fd_886c_041317342086 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_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 ;
@@ -2206,24 +2259,29 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
] .
-### http://emmo.info/electrochemistry#electrochemistry_4edb47d6_107c_40a2_be7c_6b26e9d296da
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_4ebe2ef1_eea8_4b10_822d_7a68215bd24d
+:electrochemistry_4ebe2ef1_eea8_4b10_822d_7a68215bd24d rdf:type owl:Class .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_4edb47d6_107c_40a2_be7c_6b26e9d296da
:electrochemistry_4edb47d6_107c_40a2_be7c_6b26e9d296da rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is sodium manganese hexacyanoferrate"@en ;
skos:prefLabel "SodiumManganeseHexacyanoferrateElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_4f2348dd_d9ea_4448_af8c_a4a38f3d04b4
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_4f2348dd_d9ea_4448_af8c_a4a38f3d04b4
:electrochemistry_4f2348dd_d9ea_4448_af8c_a4a38f3d04b4 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_8069b9ca_4639_49c6_b182_fedff62869a1
+ owl:someValuesFrom chemsub:substance_8069b9ca_4639_49c6_b182_fedff62869a1
] ;
- rdfs:comment "metal electrode in which the active material is calcium"@en ;
- skos:prefLabel "CalciumMetalElectrode"@en .
+ rdfs:comment "electrode in which the active material is calcium"@en ;
+ skos:prefLabel "CalciumElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_50044b99_b858_433b_a32d_23d1e1cf88b2
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_50044b99_b858_433b_a32d_23d1e1cf88b2
:electrochemistry_50044b99_b858_433b_a32d_23d1e1cf88b2 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_fcae603e_aa6e_4940_9fa1_9f0909cabf3b ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The two-dimensional space comprising the boundary between two electrochemical constituents."@en ;
@@ -2231,39 +2289,36 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "ElectrochemicalInterface"@en .
-### http://emmo.info/electrochemistry#electrochemistry_502a98a3_ce47_421f_8e0a_016ed171c900
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_502a98a3_ce47_421f_8e0a_016ed171c900
:electrochemistry_502a98a3_ce47_421f_8e0a_016ed171c900 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_c5582dae_ccff_4fbe_adaa_078091054640
+ owl:someValuesFrom chemsub:substance_c5582dae_ccff_4fbe_adaa_078091054640
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is sodium iron phosphate"@en ;
skos:prefLabel "SodiumIronPhosphateElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_510e4061_c4fa_49aa_a052_23ad56098eda
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_510e4061_c4fa_49aa_a052_23ad56098eda
:electrochemistry_510e4061_c4fa_49aa_a052_23ad56098eda rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_df038b95_6c39_4fce_8c16_237057a08c0b
+ owl:someValuesFrom chemsub:substance_df038b95_6c39_4fce_8c16_237057a08c0b
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is chromium"@en ;
skos:prefLabel "ChromiumElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_5186239a_2af7_4dbf_92ca_22e8e583c528
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_5186239a_2af7_4dbf_92ca_22e8e583c528
:electrochemistry_5186239a_2af7_4dbf_92ca_22e8e583c528 rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_9a823d64_9d10_4a29_9cbd_9bbdad7985bc ,
- [ rdf:type owl:Restriction ;
- owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
- owl:onClass emmo:EMMO_df96cbb6_b5ee_4222_8eab_b3675df24bea
- ] ;
+ rdfs:subClassOf :electrochemistry_9a823d64_9d10_4a29_9cbd_9bbdad7985bc ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an active electrode with a blend of two or more active materials"@en ;
skos:prefLabel "BlendedActiveElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_522f0c0b_cf33_4328_af71_12e38dae6798
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_522f0c0b_cf33_4328_af71_12e38dae6798
:electrochemistry_522f0c0b_cf33_4328_af71_12e38dae6798 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3f70e5c5_67f0_483e_998b_b83b7739c4bc ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-25" ;
@@ -2278,7 +2333,7 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
] .
-### http://emmo.info/electrochemistry#electrochemistry_52501237_0c13_4bfb_aa3a_441c6a9ae3a6
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_52501237_0c13_4bfb_aa3a_441c6a9ae3a6
:electrochemistry_52501237_0c13_4bfb_aa3a_441c6a9ae3a6 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_6e439f86_3d00_4b0b_82ab_1fa25241d4e9 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "titration 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"@en ;
@@ -2287,11 +2342,11 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "CoulometricTitration"@en .
-### http://emmo.info/electrochemistry#electrochemistry_534dd59c_904c_45d9_8550_ae9d2eb6bbc9
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_534dd59c_904c_45d9_8550_ae9d2eb6bbc9
:electrochemistry_534dd59c_904c_45d9_8550_ae9d2eb6bbc9 rdf:type owl:Class .
-### http://emmo.info/electrochemistry#electrochemistry_53fe3f58_0802_41cf_af69_4784fc42cc30
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_53fe3f58_0802_41cf_af69_4784fc42cc30
:electrochemistry_53fe3f58_0802_41cf_af69_4784fc42cc30 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_06d8e1ee_924a_4915_998d_33a69f41dadc ,
:electrochemistry_78a8f60b_10c2_41ee_9946_d35437e1edb5 ;
@@ -2301,7 +2356,7 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "ConstantCurrentDischarging"@en .
-### http://emmo.info/electrochemistry#electrochemistry_54e0c2bd_1bb2_4f9c_9b55_5b6cc34651ec
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_54e0c2bd_1bb2_4f9c_9b55_5b6cc34651ec
:electrochemistry_54e0c2bd_1bb2_4f9c_9b55_5b6cc34651ec rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_4f226cf3_6d02_4d35_8566_a9e641bc6ff3 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a spatial region at the interface between two bulk phases in contact, which is different chemically and physically from both phases in contact"@en ;
@@ -2318,13 +2373,14 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
] .
-### http://emmo.info/electrochemistry#electrochemistry_5548f188_df00_4c05_ae98_7846e92efe36
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_5548f188_df00_4c05_ae98_7846e92efe36
:electrochemistry_5548f188_df00_4c05_ae98_7846e92efe36 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_f49b84d4_e1f9_424c_bb22_8cea23c0a7d4 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a process in which the electric current is controlled"@en ;
skos:prefLabel "CurrentControlledProcess"@en .
-### http://emmo.info/electrochemistry#electrochemistry_5641910f_6e69_4ce4_be84_4b1bf14b8916
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_5641910f_6e69_4ce4_be84_4b1bf14b8916
:electrochemistry_5641910f_6e69_4ce4_be84_4b1bf14b8916 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_19abaccd_43be_4048_965c_e4fb63c5951b ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q241065" ;
@@ -2341,35 +2397,35 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
] .
-### http://emmo.info/electrochemistry#electrochemistry_564d31be_91cb_4a8f_8369_2a55f1180499
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_564d31be_91cb_4a8f_8369_2a55f1180499
:electrochemistry_564d31be_91cb_4a8f_8369_2a55f1180499 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_fa22874b_76a9_4043_8b8f_6086c88746de ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an electrolyte solution with an organic solvent"@en ;
skos:prefLabel "OrganicElectrolyte"@en .
-### http://emmo.info/electrochemistry#electrochemistry_56da3bb3_a0ce_40ed_b152_d3c14329d31a
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_56da3bb3_a0ce_40ed_b152_d3c14329d31a
:electrochemistry_56da3bb3_a0ce_40ed_b152_d3c14329d31a rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_b3e56313_417c_42b7_a934_0018ce2dffc2 ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_0bf1ed19_2fc9_4e6d_87ec_62015985a9a6
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_269ddd97_1437_4545_b272_0df75a12c68a
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_3cd0e74e_292c_48ed_a831_4cb8753d9a56
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom :electrochemistry_85e39686_9658_4c74_bb91_a935704c174a
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
+ owl:someValuesFrom :electrochemistry_4d2b102b_3515_4591_b079_69232c44f9dc
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
+ owl:someValuesFrom :electrochemistry_85e39686_9658_4c74_bb91_a935704c174a
] ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Differential Pulse Voltammetry in which small potential pulses are superimposed onto a staircase potential ramp."@en ;
skos:prefLabel "DifferentialStaircasePulseVoltammetry"@en .
@@ -2382,21 +2438,39 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
] .
-### http://emmo.info/electrochemistry#electrochemistry_56f85b19_1384_4e88_b130_cb8e7984db83
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_56f85b19_1384_4e88_b130_cb8e7984db83
:electrochemistry_56f85b19_1384_4e88_b130_cb8e7984db83 rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_a1ec9e3c_c624_4848_af13_89a6bc54d77c ;
+ rdfs:subClassOf :electrochemistry_92147e31_d015_4889_a092_04fbab033f15 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an electrode that is coated on both sides of the current collector"@en ;
skos:prefLabel "DoubleCoatedElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_58413d4e_2885_459e_ac06_8d45e661cf91
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_573be62a_5aae_4984_9a51_7c50845493df
+:electrochemistry_573be62a_5aae_4984_9a51_7c50845493df rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_bbb1d95b_72d1_44f6_b07e_a3d7d41ac215 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a gas diffusion electrode in which the active material is carbon dioxide (CO2)"@en ;
+ skos:prefLabel "CardonDioxideElectrode"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_5766a819_c319_48ba_ab9a_ce3bd8fedee8
+:electrochemistry_5766a819_c319_48ba_ab9a_ce3bd8fedee8 rdf:type owl:Class .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_58413d4e_2885_459e_ac06_8d45e661cf91
:electrochemistry_58413d4e_2885_459e_ac06_8d45e661cf91 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_331e6cca_f260_4bf8_af55_35304fe1bbe0 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a separator with a porosity greater than 0"@en ;
skos:prefLabel "PorousSeparator"@en .
-### http://emmo.info/electrochemistry#electrochemistry_58ad1d22_3803_4c95_a137_207cfebe242a
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_58a20764_c339_4856_983a_05092b5282e8
+:electrochemistry_58a20764_c339_4856_983a_05092b5282e8 rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_0a03ce7e_d79f_412e_a103_b5d74de9f4d7 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Sinusoidal potential waveform superimposed to a linear potential ramp."@en ;
+ skos:prefLabel "ACVoltammetrySignal"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_58ad1d22_3803_4c95_a137_207cfebe242a
:electrochemistry_58ad1d22_3803_4c95_a137_207cfebe242a rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_06658d8d_dcde_4fc9_aae1_17f71c0bcdec ,
[ rdf:type owl:Restriction ;
@@ -2407,7 +2481,7 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "TimeVector"@en .
-### http://emmo.info/electrochemistry#electrochemistry_598ae3d0_76e9_429c_a0e1_8694525cb574
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_598ae3d0_76e9_429c_a0e1_8694525cb574
:electrochemistry_598ae3d0_76e9_429c_a0e1_8694525cb574 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_f19ff3b4_6bfe_4c41_a2b2_9affd39c140b ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q3258329" ;
@@ -2418,12 +2492,19 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "KohlrauschsLaw"@en .
-### http://emmo.info/electrochemistry#electrochemistry_5a0f3b6a_10b4_43a7_b0b6_4eb5c077980e
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_59c041fc_eaa1_40fc_9b3e_1a6aca6119fd
+:electrochemistry_59c041fc_eaa1_40fc_9b3e_1a6aca6119fd rdf:type owl:Class ;
+ rdfs:subClassOf emmo:EMMO_194e367c_9783_4bf5_96d0_9ad597d48d9a ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a measurement of one or more quantities, usually at a given time"@en ;
+ skos:prefLabel "Record"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_5a0f3b6a_10b4_43a7_b0b6_4eb5c077980e
:electrochemistry_5a0f3b6a_10b4_43a7_b0b6_4eb5c077980e rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_270f239e_33cb_4c6d_a41c_875ec1262d62 ,
[ rdf:type owl:Restriction ;
owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ;
- owl:someValuesFrom
+ owl:someValuesFrom :electrochemistry_0a03ce7e_d79f_412e_a103_b5d74de9f4d7
] ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "linear scan voltammetry with slow scan rate in which a dropping mercury electrode is used as the working electrode"@en ;
emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1515/pac-2018-0109"@en ;
@@ -2433,7 +2514,7 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "DCPolarography"@en .
-### http://emmo.info/electrochemistry#electrochemistry_5a7a3028_db9e_4045_ab68_054c6afc91fc
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_5a7a3028_db9e_4045_ab68_054c6afc91fc
:electrochemistry_5a7a3028_db9e_4045_ab68_054c6afc91fc rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_9c32fd69_f480_4130_83b3_fb25d9face14 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q899494" ;
@@ -2442,7 +2523,7 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "LawOfMassAction"@en .
-### http://emmo.info/electrochemistry#electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e
:electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_9a823d64_9d10_4a29_9cbd_9bbdad7985bc ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an electrode in which the actve electrochemical material is a metal"@en ;
@@ -2450,17 +2531,18 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "MetalElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_5c0fdc09_166e_40a6_ad74_be66f0db51bc
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_5c0fdc09_166e_40a6_ad74_be66f0db51bc
:electrochemistry_5c0fdc09_166e_40a6_ad74_be66f0db51bc rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_9a823d64_9d10_4a29_9cbd_9bbdad7985bc ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_9da78aea_d436_40e2_a68f_c3dee32b825e
+ owl:someValuesFrom chemsub:substance_9da78aea_d436_40e2_a68f_c3dee32b825e
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is carbon monofluoride"@en ;
skos:prefLabel "CarbonMonofluorideElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_5cb5548f_f774_4668_ad02_f0742581f2f1
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_5cb5548f_f774_4668_ad02_f0742581f2f1
:electrochemistry_5cb5548f_f774_4668_ad02_f0742581f2f1 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_19abaccd_43be_4048_965c_e4fb63c5951b ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q9252431"@en ;
@@ -2477,7 +2559,11 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
] .
-### http://emmo.info/electrochemistry#electrochemistry_5f9a9411_05f9_4576_acd3_81d7d41cfe98
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_5ce6a328_713c_4383_ad63_26c902c30e34
+:electrochemistry_5ce6a328_713c_4383_ad63_26c902c30e34 rdf:type owl:Class .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_5f9a9411_05f9_4576_acd3_81d7d41cfe98
:electrochemistry_5f9a9411_05f9_4576_acd3_81d7d41cfe98 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_fb0d9eef_92af_4628_8814_e065ca255d59 ;
owl:disjointWith :electrochemistry_b812e9d0_7c58_4455_b3e7_6847f10c8e8a ;
@@ -2494,14 +2580,14 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
] .
-### http://emmo.info/electrochemistry#electrochemistry_609b340f_3450_4a10_95c2_c457e3eb8a89
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_609b340f_3450_4a10_95c2_c457e3eb8a89
:electrochemistry_609b340f_3450_4a10_95c2_c457e3eb8a89 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_fb0d9eef_92af_4628_8814_e065ca255d59 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an electrolyte in the liquid phase."@en ;
skos:prefLabel "LiquidElectrolyte"@en .
-### http://emmo.info/electrochemistry#electrochemistry_60bc27f0_8290_4113_8c3b_011433a733c7
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_60bc27f0_8290_4113_8c3b_011433a733c7
:electrochemistry_60bc27f0_8290_4113_8c3b_011433a733c7 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-23" ;
@@ -2517,7 +2603,7 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
] .
-### http://emmo.info/electrochemistry#electrochemistry_60c5b2e5_164a_4ce6_8409_f386f5e50c03
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_60c5b2e5_164a_4ce6_8409_f386f5e50c03
:electrochemistry_60c5b2e5_164a_4ce6_8409_f386f5e50c03 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_9c32fd69_f480_4130_83b3_fb25d9face14 ;
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 ;
@@ -2533,18 +2619,18 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
] .
-### http://emmo.info/electrochemistry#electrochemistry_610f0bc8_557d_455b_a8ed_272d5d1813c9
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_610f0bc8_557d_455b_a8ed_272d5d1813c9
:electrochemistry_610f0bc8_557d_455b_a8ed_272d5d1813c9 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_ff5b9c8c_3fb0_4575_9ab8_23ebd9116294
+ owl:someValuesFrom chemsub:substance_ff5b9c8c_3fb0_4575_9ab8_23ebd9116294
] ;
rdfs:comment "metal electrode in which the active material is lead"@en ;
skos:prefLabel "LeadElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_615cff2a_be95_4e65_9471_98db23f4c878
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_615cff2a_be95_4e65_9471_98db23f4c878
:electrochemistry_615cff2a_be95_4e65_9471_98db23f4c878 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_b812e9d0_7c58_4455_b3e7_6847f10c8e8a ;
owl:disjointWith :electrochemistry_6592d8cc_4ce4_42ca_b010_6bfc4a8444d2 ;
@@ -2556,7 +2642,7 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "AlkalineElectrolyte"@en .
-### http://emmo.info/electrochemistry#electrochemistry_61740c42_d332_492c_8b37_90a187c7f6d9
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_61740c42_d332_492c_8b37_90a187c7f6d9
:electrochemistry_61740c42_d332_492c_8b37_90a187c7f6d9 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3b35e843_3132_41e3_b6df_541cd45ba880 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q4016325" ;
@@ -2567,42 +2653,45 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "CathodicStrippingVoltammetry"@en .
-### http://emmo.info/electrochemistry#electrochemistry_618538fa_6607_45a3_ad06_6a5f98febcbd
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_618538fa_6607_45a3_ad06_6a5f98febcbd
:electrochemistry_618538fa_6607_45a3_ad06_6a5f98febcbd rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_63dec5af_f3e9_46c9_8b0c_82516231d96b ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_f046d602_22ea_4f9b_9101_319f510d39f0
] ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Chronopotentiometry where the applied current is changed linearly."@en ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "chronopotentiometry where the applied current is changed linearly"@en ;
skos:prefLabel "LinearChronopotentiometry"@en .
[ rdf:type owl:Axiom ;
owl:annotatedSource :electrochemistry_618538fa_6607_45a3_ad06_6a5f98febcbd ;
owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ;
- owl:annotatedTarget "Chronopotentiometry where the applied current is changed linearly."@en ;
+ owl:annotatedTarget "chronopotentiometry where the applied current is changed linearly"@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."
] .
-### http://emmo.info/electrochemistry#electrochemistry_6235cc7c_2eee_432a_93af_47d7e05db007
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_6235cc7c_2eee_432a_93af_47d7e05db007
:electrochemistry_6235cc7c_2eee_432a_93af_47d7e05db007 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_9a823d64_9d10_4a29_9cbd_9bbdad7985bc ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_5cee19d2_f916_4264_a8ed_efed13a808d2
+ owl:someValuesFrom chemsub:substance_5cee19d2_f916_4264_a8ed_efed13a808d2
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is hard carbon"@en ;
skos:prefLabel "HardCarbonElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_634467ad_feed_4979_adb2_877d98fe1768
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_626f81db_ae4e_410a_96b8_0582aa2a9434
+:electrochemistry_626f81db_ae4e_410a_96b8_0582aa2a9434 rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_904b12e0_4a10_47b0_b7db_592aba215cb6 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Successive current steps that form a signal with a staircase waveform."@en ;
+ skos:prefLabel "StaircaseCurrentRamp"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_634467ad_feed_4979_adb2_877d98fe1768
:electrochemistry_634467ad_feed_4979_adb2_877d98fe1768 rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_50044b99_b858_433b_a32d_23d1e1cf88b2 ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ;
- owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ;
- owl:onClass :electrochemistry_fb0d9eef_92af_4628_8814_e065ca255d59
- ] ;
+ rdfs:subClassOf :electrochemistry_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 ,
@@ -2610,7 +2699,7 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "LiquidJunction"@en .
-### http://emmo.info/electrochemistry#electrochemistry_637c576e_a50e_47ae_8c74_2024ce4c6d0f
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_637c576e_a50e_47ae_8c74_2024ce4c6d0f
:electrochemistry_637c576e_a50e_47ae_8c74_2024ce4c6d0f rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_b5ea31c9_bb10_4276_980e_c3eceb1efc82 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q899119" ;
@@ -2628,26 +2717,25 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
] .
-### http://emmo.info/electrochemistry#electrochemistry_6385e07f_f40d_46b2_b998_c439950d75cb
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_6385e07f_f40d_46b2_b998_c439950d75cb
:electrochemistry_6385e07f_f40d_46b2_b998_c439950d75cb rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_872b11e1_8bb3_4a2a_af90_bbaa0055d01e ;
+ emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q11288626" ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a spring made of pre-hardened flat wire, formed into a wavy washer shape"@en ;
+ emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Wave_spring"@en ;
skos:prefLabel "WaveSpring"@en .
-### http://emmo.info/electrochemistry#electrochemistry_63dec5af_f3e9_46c9_8b0c_82516231d96b
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_63dec5af_f3e9_46c9_8b0c_82516231d96b
:electrochemistry_63dec5af_f3e9_46c9_8b0c_82516231d96b rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_e8cedede_5685_4625_9abe_64f62b5ddcb6 ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ;
- owl:someValuesFrom
- ] ;
+ rdfs:subClassOf :electrochemistry_e8cedede_5685_4625_9abe_64f62b5ddcb6 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "potentiometry in which the potential is measured with time following a change in applied current"@en ;
emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1515/pac-2018-0109"@en ;
rdfs:comment "The change in applied current is usually a step, but cyclic current reversals or linearly increasing currents are also used."@en ;
skos:prefLabel "Chronopotentiometry"@en .
-### http://emmo.info/electrochemistry#electrochemistry_63ea1c9b_0bda_4a69_9745_efb08e6be685
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_63ea1c9b_0bda_4a69_9745_efb08e6be685
:electrochemistry_63ea1c9b_0bda_4a69_9745_efb08e6be685 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_19abaccd_43be_4048_965c_e4fb63c5951b ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q30587730"@en ;
@@ -2664,7 +2752,7 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
] .
-### http://emmo.info/electrochemistry#electrochemistry_64bf0969_37a1_4aaf_82e9_68462847ac65
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_64bf0969_37a1_4aaf_82e9_68462847ac65
:electrochemistry_64bf0969_37a1_4aaf_82e9_68462847ac65 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_314d0bd5_67ed_437e_a609_36d46147cea7 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1530469" ;
@@ -2678,7 +2766,7 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "MeasurementPrinciple"@en .
-### http://emmo.info/electrochemistry#electrochemistry_6559c04d_75bc_41ea_8ed8_8d3c09dae6b0
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_6559c04d_75bc_41ea_8ed8_8d3c09dae6b0
:electrochemistry_6559c04d_75bc_41ea_8ed8_8d3c09dae6b0 rdf:type owl:Class ;
rdfs:subClassOf ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-16" ;
@@ -2693,7 +2781,7 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
] .
-### http://emmo.info/electrochemistry#electrochemistry_6592d8cc_4ce4_42ca_b010_6bfc4a8444d2
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_6592d8cc_4ce4_42ca_b010_6bfc4a8444d2
:electrochemistry_6592d8cc_4ce4_42ca_b010_6bfc4a8444d2 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_b812e9d0_7c58_4455_b3e7_6847f10c8e8a ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an aqueous electrolyte with a nominal pH values less than 7"@en ;
@@ -2704,9 +2792,13 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "AcidicElectrolyte"@en .
-### http://emmo.info/electrochemistry#electrochemistry_65c90d8d_9712_4f3f_b830_d8163ec4cfcc
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_65c90d8d_9712_4f3f_b830_d8163ec4cfcc
:electrochemistry_65c90d8d_9712_4f3f_b830_d8163ec4cfcc rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ;
+ rdfs:subClassOf :electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
+ owl:someValuesFrom chemsub:substance_dc5fb846_1824_40f8_9834_81f118aa1c2d
+ ] ;
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 ;
@@ -2721,7 +2813,11 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
] .
-### http://emmo.info/electrochemistry#electrochemistry_68c1c36e_1548_4247_bae2_fe7102a2c4ff
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_6769536b_5320_4b48_a2d8_ac285ec635a8
+:electrochemistry_6769536b_5320_4b48_a2d8_ac285ec635a8 rdf:type owl:Class .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_68c1c36e_1548_4247_bae2_fe7102a2c4ff
:electrochemistry_68c1c36e_1548_4247_bae2_fe7102a2c4ff rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 6.8 mm and a height of 2.6 mm"@en ;
@@ -2729,9 +2825,13 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "R626"@en .
-### http://emmo.info/electrochemistry#electrochemistry_68eb5e35_5bd8_47b1_9b7f_f67224fa291e
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_68eb5e35_5bd8_47b1_9b7f_f67224fa291e
:electrochemistry_68eb5e35_5bd8_47b1_9b7f_f67224fa291e rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_b5ea31c9_bb10_4276_980e_c3eceb1efc82 ;
+ rdfs:subClassOf :electrochemistry_b5ea31c9_bb10_4276_980e_c3eceb1efc82 ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty emmo:EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5 ;
+ owl:someValuesFrom emmo:EMMO_06448f64_8db6_4304_8b2c_e785dba82044
+ ] ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q863583" ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "material or substance that holds or draws other materials together to form a cohesive whole"@en ;
emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "CMC, PVDF"@en ;
@@ -2740,7 +2840,7 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "Binder"@en .
-### http://emmo.info/electrochemistry#electrochemistry_6b1f594f_2c0a_46a0_8805_d6ab08baa75e
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_6b1f594f_2c0a_46a0_8805_d6ab08baa75e
:electrochemistry_6b1f594f_2c0a_46a0_8805_d6ab08baa75e rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_aff732a9_238a_4734_977c_b2ba202af126 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-07" ;
@@ -2755,7 +2855,7 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
] .
-### http://emmo.info/electrochemistry#electrochemistry_6b275583_433f_46f7_aafd_ebc9409257cc
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_6b275583_433f_46f7_aafd_ebc9409257cc
:electrochemistry_6b275583_433f_46f7_aafd_ebc9409257cc rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 6.8 mm and a height of 2.6 mm"@en ;
@@ -2764,7 +2864,7 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "R626"@en .
-### http://emmo.info/electrochemistry#electrochemistry_6c421175_477f_45e0_8b6c_c3464f5351c5
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_6c421175_477f_45e0_8b6c_c3464f5351c5
:electrochemistry_6c421175_477f_45e0_8b6c_c3464f5351c5 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_a8bfac4f_3f30_4e6d_8d8e_34b1eeecb614 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q3587619" ;
@@ -2783,29 +2883,26 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
] .
-### http://emmo.info/electrochemistry#electrochemistry_6d0fe07e_a629_479c_ab24_2846f209bb0b
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_6d0fe07e_a629_479c_ab24_2846f209bb0b
:electrochemistry_6d0fe07e_a629_479c_ab24_2846f209bb0b rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_acdb232f_8041_4e11_8a11_5db2d2baae4d
+ owl:someValuesFrom chemsub:substance_acdb232f_8041_4e11_8a11_5db2d2baae4d
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is lithium titanate"@en ;
skos:altLabel "LTOElectrode"@en ;
skos:prefLabel "LithiumTitanateElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_6dcd5baf_58cd_43f5_a692_51508e036c88
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_6dcd5baf_58cd_43f5_a692_51508e036c88
:electrochemistry_6dcd5baf_58cd_43f5_a692_51508e036c88 rdf:type owl:Class .
-### http://emmo.info/electrochemistry#electrochemistry_6e439f86_3d00_4b0b_82ab_1fa25241d4e9
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_6e439f86_3d00_4b0b_82ab_1fa25241d4e9
:electrochemistry_6e439f86_3d00_4b0b_82ab_1fa25241d4e9 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_10359c79_cdf2_401a_83ee_d22e7fbb2ad1 ,
- :electrochemistry_64bf0969_37a1_4aaf_82e9_68462847ac65 ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d ;
- owl:someValuesFrom
- ] ;
+ :electrochemistry_64bf0969_37a1_4aaf_82e9_68462847ac65 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1136979" ;
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 "electrochemical 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"@en ;
@@ -2816,7 +2913,7 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "Coulometry"@en .
-### http://emmo.info/electrochemistry#electrochemistry_6ec59f99_5f26_4a7d_9b90_b52e0f8ad190
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_6ec59f99_5f26_4a7d_9b90_b52e0f8ad190
:electrochemistry_6ec59f99_5f26_4a7d_9b90_b52e0f8ad190 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_7729c34e_1ae9_403d_b933_1765885e7f29 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q900939" ;
@@ -2825,7 +2922,7 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "SilverChlorideElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_6f0dc7c0_ba12_4390_9564_f10f85a1779a
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_6f0dc7c0_ba12_4390_9564_f10f85a1779a
:electrochemistry_6f0dc7c0_ba12_4390_9564_f10f85a1779a rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5a0f3b6a_10b4_43a7_b0b6_4eb5c077980e ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "DC 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."@en ;
@@ -2835,32 +2932,21 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "SampledDCPolarography"@en .
-### http://emmo.info/electrochemistry#electrochemistry_6f2c88c9_5c04_4953_a298_032cc3ab9b77
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_6f2c88c9_5c04_4953_a298_032cc3ab9b77
:electrochemistry_6f2c88c9_5c04_4953_a298_032cc3ab9b77 rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Class ;
- owl:unionOf ( [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
- owl:onProperty :electrochemistry_3bd08946_4e81_455d_9fca_dc7a5ead9315 ;
- owl:someValuesFrom :electrochemistry_fb0d9eef_92af_4628_8814_e065ca255d59
- ]
- [ rdf:type owl:Restriction ;
- owl:onProperty :electrochemistry_5d299271_3f68_494f_ab96_3db9acdd3138 ;
- owl:someValuesFrom :electrochemistry_0f007072-a8dd-4798-b865-1bf9363be627
- ]
- [ rdf:type owl:Restriction ;
- owl:onProperty :electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616 ;
- owl:someValuesFrom :electrochemistry_0f007072-a8dd-4798-b865-1bf9363be627
- ]
- ) ;
- rdf:type owl:Class
- ]
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ;
- owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
- owl:onClass :electrochemistry_9da958fc_f76d_4654_8a78_99b5f98c118c
- ]
- )
- ] ;
- rdfs:subClassOf emmo:EMMO_b9522e56_1fac_4766_97e6_428605fabd3e ;
+ rdfs:subClassOf emmo:EMMO_b9522e56_1fac_4766_97e6_428605fabd3e ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty :electrochemistry_3bd08946_4e81_455d_9fca_dc7a5ead9315 ;
+ owl:someValuesFrom :electrochemistry_fb0d9eef_92af_4628_8814_e065ca255d59
+ ] ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty :electrochemistry_5d299271_3f68_494f_ab96_3db9acdd3138 ;
+ owl:someValuesFrom :electrochemistry_0f007072_a8dd_4798_b865_1bf9363be627
+ ] ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty :electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616 ;
+ owl:someValuesFrom :electrochemistry_0f007072_a8dd_4798_b865_1bf9363be627
+ ] ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q80097" ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-01"@en ;
emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org:8891/page/Electrochemical_cell" ;
@@ -2894,12 +2980,12 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
] .
-### http://emmo.info/electrochemistry#electrochemistry_6fec8cc1_4e6c_428e_8343_6cf3c286a185
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_6fec8cc1_4e6c_428e_8343_6cf3c286a185
:electrochemistry_6fec8cc1_4e6c_428e_8343_6cf3c286a185 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_b3815a7f_f64a_48f6_b0ce_d0032578c699
+ owl:someValuesFrom chemsub:substance_b3815a7f_f64a_48f6_b0ce_d0032578c699
] ;
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 complexing anions, such as chloride or cyanide, it readily undergoes oxidation and dissolution, limiting its working potential range and its applications."@en ;
@@ -2914,27 +3000,36 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
] .
-### http://emmo.info/electrochemistry#electrochemistry_713200a1_952b_49e2_90b7_deba229f6bbe
-:electrochemistry_713200a1_952b_49e2_90b7_deba229f6bbe rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ;
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_712c791a_d593_4732_af73_493f7bc50999
+:electrochemistry_712c791a_d593_4732_af73_493f7bc50999 rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_904b12e0_4a10_47b0_b7db_592aba215cb6 ;
+ emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q114979515" ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "rapid, 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."@en ;
+ skos:prefLabel "CurrentPulse"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_713200a1_952b_49e2_90b7_deba229f6bbe
+:electrochemistry_713200a1_952b_49e2_90b7_deba229f6bbe rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is lithium manganese phosphate"@en ;
skos:altLabel "LMPElectrode"@en ;
skos:prefLabel "LithiumManganesePhosphateElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_729a1064_d039_4b74_9d1d_759b18a3971c
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_729a1064_d039_4b74_9d1d_759b18a3971c
:electrochemistry_729a1064_d039_4b74_9d1d_759b18a3971c rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3fe63496_6d87_427a_b2aa_4555bc31ee1a ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom :electrochemistry_0bf1ed19_2fc9_4e6d_87ec_62015985a9a6
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
+ owl:someValuesFrom emmo:EMMO_90e59882_4592_4036_a75d_5fbefb22dc80
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom :electrochemistry_269ddd97_1437_4545_b272_0df75a12c68a
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
+ owl:someValuesFrom :electrochemistry_0bf1ed19_2fc9_4e6d_87ec_62015985a9a6
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom emmo:EMMO_90e59882_4592_4036_a75d_5fbefb22dc80
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
+ owl:someValuesFrom :electrochemistry_269ddd97_1437_4545_b272_0df75a12c68a
] ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "amperometry in which the current is measured as a function of time after a change in the applied potential"@en ;
emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1515/pac-2018-0109"@en ;
@@ -2944,42 +3039,56 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "Chronoamperometry"@en .
-### http://emmo.info/electrochemistry#electrochemistry_7393f12f_e3b9_42d6_bffb_e5613f53108f
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_7393f12f_e3b9_42d6_bffb_e5613f53108f
:electrochemistry_7393f12f_e3b9_42d6_bffb_e5613f53108f rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_dc205ac2_314e_415c_a2b6_b12e8359d54c ;
- skos:prefLabel "AqueousZincChlorideSolution"@en .
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a solution of zinc chloride (ZnCl) dissolved in water (H2O)"@en ;
+ skos:altLabel "AqueousZincChlorideSolution"@en ;
+ skos:prefLabel "ZincChlorideSolution"@en .
-### http://emmo.info/electrochemistry#electrochemistry_7416a831_ba72_447c_bf83_3989ba2dfe37
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_7416a831_ba72_447c_bf83_3989ba2dfe37
:electrochemistry_7416a831_ba72_447c_bf83_3989ba2dfe37 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_63dec5af_f3e9_46c9_8b0c_82516231d96b ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_6769536b_5320_4b48_a2d8_ac285ec635a8
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_85e39686_9658_4c74_bb91_a935704c174a
] ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Chronopotentiometry where the applied current is changed in steps."@en ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "chronopotentiometry where the applied current is changed in steps"@en ;
skos:prefLabel "StepChronopotentiometry"@en .
[ rdf:type owl:Axiom ;
owl:annotatedSource :electrochemistry_7416a831_ba72_447c_bf83_3989ba2dfe37 ;
owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ;
- owl:annotatedTarget "Chronopotentiometry where the applied current is changed in steps."@en ;
+ owl:annotatedTarget "chronopotentiometry where the applied current is changed in steps"@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."
] .
-### http://emmo.info/electrochemistry#electrochemistry_74459386_875c_4303_b774_60125b599d06
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_74459386_875c_4303_b774_60125b599d06
:electrochemistry_74459386_875c_4303_b774_60125b599d06 rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_1aec4cc0_82d5_4042_a657_ed7fe291c3d8 ;
+ rdfs:subClassOf :electrochemistry_1aec4cc0_82d5_4042_a657_ed7fe291c3d8 ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty emmo:EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5 ;
+ owl:someValuesFrom emmo:EMMO_43003c86_9d15_433b_9789_ee2940920656
+ ] ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty emmo:EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5 ;
+ owl:someValuesFrom emmo:EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac
+ ] ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty emmo:EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5 ;
+ owl:someValuesFrom emmo:EMMO_e4de48b1_dabb_4490_ac2b_040f926c64f0
+ ] ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a soft pouch case that is described by its length, width, and height"@en ;
skos:prefLabel "PouchCase"@en .
-### http://emmo.info/electrochemistry#electrochemistry_757eae08_4d43_42d4_8b4e_8a0bfd2f9a1c
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_757eae08_4d43_42d4_8b4e_8a0bfd2f9a1c
:electrochemistry_757eae08_4d43_42d4_8b4e_8a0bfd2f9a1c rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_9a823d64_9d10_4a29_9cbd_9bbdad7985bc ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an electrode at which the predominant electrochemical reaction is an intercalation"@en ;
@@ -2987,7 +3096,7 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "InsertionElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_76318e8e_c1ba_49ac_8029_a951bd9dc955
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_76318e8e_c1ba_49ac_8029_a951bd9dc955
:electrochemistry_76318e8e_c1ba_49ac_8029_a951bd9dc955 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 5.8 mm and a height of 1.6 mm"@en ;
@@ -2995,7 +3104,7 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
skos:prefLabel "R516"@en .
-### http://emmo.info/electrochemistry#electrochemistry_76df6e7b_fc3b_4a1f_98b1_0ca9c0539e4c
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_76df6e7b_fc3b_4a1f_98b1_0ca9c0539e4c
:electrochemistry_76df6e7b_fc3b_4a1f_98b1_0ca9c0539e4c rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-36"@en ;
@@ -3010,29 +3119,31 @@ charge passed at infinite time, D is the diffusion coefficient of the electroact
] .
-### http://emmo.info/electrochemistry#electrochemistry_76e461aa_5948_4a68_8337_284d11e0fd7d
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_76e461aa_5948_4a68_8337_284d11e0fd7d
:electrochemistry_76e461aa_5948_4a68_8337_284d11e0fd7d rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_5088ad54_b37d_4ee1_a086_d6c17e644f9a
+ owl:someValuesFrom chemsub:substance_5088ad54_b37d_4ee1_a086_d6c17e644f9a
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is nickel oxide"@en ;
skos:altLabel "NiOElectrode"@en ;
skos:prefLabel "NickelOxideElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_76fe8fb2_868e_48eb_95ca_fc6acd6f5fc9
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_76fe8fb2_868e_48eb_95ca_fc6acd6f5fc9
:electrochemistry_76fe8fb2_868e_48eb_95ca_fc6acd6f5fc9 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_d673ceb2_3045_4e2e_8cad_56f5169b542f
+ owl:someValuesFrom chemsub:substance_d673ceb2_3045_4e2e_8cad_56f5169b542f
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is titanium dioxide"@en ;
skos:altLabel "TiO2Electrode"@en ;
skos:prefLabel "TitaniumDioxideElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_7729c34e_1ae9_403d_b933_1765885e7f29
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_7729c34e_1ae9_403d_b933_1765885e7f29
:electrochemistry_7729c34e_1ae9_403d_b933_1765885e7f29 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_9f466223_e20a_474d_ac4d_6d4b6131c275 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q653954" ;
@@ -3062,7 +3173,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_7760b241_775f_4be1_b827_59f9bde9e5b2
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_7760b241_775f_4be1_b827_59f9bde9e5b2
:electrochemistry_7760b241_775f_4be1_b827_59f9bde9e5b2 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_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 ;
@@ -3077,7 +3188,14 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_78a8f60b_10c2_41ee_9946_d35437e1edb5
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_77be01ef_49bd_4f2e_bec8_eec0894b8562
+:electrochemistry_77be01ef_49bd_4f2e_bec8_eec0894b8562 rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_0a03ce7e_d79f_412e_a103_b5d74de9f4d7 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Pulses 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."@en ;
+ skos:prefLabel "IncreasingPotentialPulses"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_78a8f60b_10c2_41ee_9946_d35437e1edb5
:electrochemistry_78a8f60b_10c2_41ee_9946_d35437e1edb5 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5548f188_df00_4c05_ae98_7846e92efe36 ,
[ rdf:type owl:Restriction ;
@@ -3088,47 +3206,68 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
skos:prefLabel "GalvanostaticProcess"@en .
-### http://emmo.info/electrochemistry#electrochemistry_78f75a64_55b6_4243_a35e_3d279c83209b
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_78f75a64_55b6_4243_a35e_3d279c83209b
:electrochemistry_78f75a64_55b6_4243_a35e_3d279c83209b rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_6592d8cc_4ce4_42ca_b010_6bfc4a8444d2 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a solution of phosphoric acid (H3PO4) dissolved in water (H2O)"@en ;
skos:prefLabel "PhosphoricAcidSolution"@en .
-### http://emmo.info/electrochemistry#electrochemistry_79a8802e_8296_459a_b65d_6e5c79e1bf37
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_791c1915_a791_4450_acd8_7f94764743b5
+:electrochemistry_791c1915_a791_4450_acd8_7f94764743b5 rdf:type owl:Class .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_79551e01_4bc6_4292_916e_08fe28a84600
+:electrochemistry_79551e01_4bc6_4292_916e_08fe28a84600 rdf:type owl:Class .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_79a8802e_8296_459a_b65d_6e5c79e1bf37
:electrochemistry_79a8802e_8296_459a_b65d_6e5c79e1bf37 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_d3e2d213_d078_4b9a_8beb_62f063e57d69 ,
[ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_e3850f08_8e79_454b_9d83_c517cab42857 ;
- owl:someValuesFrom :electrochemistry_53fe3f58_0802_41cf_af69_4784fc42cc30
- ] ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_e3850f08_8e79_454b_9d83_c517cab42857 ;
- owl:someValuesFrom :electrochemistry_83f2b1e9_cb67_4dbf_977f_ba54bbae374f
- ] ,
- [ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_534dd59c_904c_45d9_8550_ae9d2eb6bbc9
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_6dcd5baf_58cd_43f5_a692_51508e036c88
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_79551e01_4bc6_4292_916e_08fe28a84600
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_e4d666ee_d637_45cd_a904_dc33941ead4f
] ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a cycling protocol in which an electrochemical cell is subject to alternating galvanostatic charging and discharging processes"@en ;
skos:prefLabel "GalvanostaticCycling"@en .
-### http://emmo.info/electrochemistry#electrochemistry_79d1b273-58cd-4be6-a250-434817f7c261
-:electrochemistry_79d1b273-58cd-4be6-a250-434817f7c261 rdf:type owl:Class ;
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_79d1b273_58cd_4be6_a250_434817f7c261
+:electrochemistry_79d1b273_58cd_4be6_a250_434817f7c261 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_b5ea31c9_bb10_4276_980e_c3eceb1efc82 ,
- :electrochemistry_ebdb68e9_c4b5_4d57_a042_c0f51d446755 ;
+ :electrochemistry_ebdb68e9_c4b5_4d57_a042_c0f51d446755 ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty emmo:EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5 ;
+ owl:someValuesFrom emmo:EMMO_06448f64_8db6_4304_8b2c_e785dba82044
+ ] ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty emmo:EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5 ;
+ owl:someValuesFrom :electrochemistry_1e3dc60d_dd6b_47d6_8161_70004fc5ee30
+ ] ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty emmo:EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5 ;
+ owl:someValuesFrom :electrochemistry_3cfdfc10_a5cb_4e3e_b1a1_281010d1465c
+ ] ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty emmo:EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5 ;
+ owl:someValuesFrom :electrochemistry_5ce6a328_713c_4383_ad63_26c902c30e34
+ ] ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty emmo:EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5 ;
+ owl:someValuesFrom :electrochemistry_ce74d2dc_d496_4116_b2fb_3e83d88bc744
+ ] ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q120907375" ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-14"@en ,
"https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-33" ;
@@ -3140,78 +3279,78 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
skos:prefLabel "ActiveMaterial"@en .
[ rdf:type owl:Axiom ;
- owl:annotatedSource :electrochemistry_79d1b273-58cd-4be6-a250-434817f7c261 ;
+ owl:annotatedSource :electrochemistry_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 :electrochemistry_79d1b273-58cd-4be6-a250-434817f7c261 ;
+ owl:annotatedSource :electrochemistry_79d1b273_58cd_4be6_a250_434817f7c261 ;
owl:annotatedProperty rdfs:comment ;
owl:annotatedTarget "in secondary cells, the active material is restored to its original state during charge"@en ;
rdfs:comment "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org"
] .
[ rdf:type owl:Axiom ;
- owl:annotatedSource :electrochemistry_79d1b273-58cd-4be6-a250-434817f7c261 ;
+ owl:annotatedSource :electrochemistry_79d1b273_58cd_4be6_a250_434817f7c261 ;
owl:annotatedProperty rdfs:comment ;
owl:annotatedTarget "material which reacts chemically to produce electric energy when the cell discharges" ;
dcterms:source "International Electrotechnical Commission (IEC), IEC 60050 - International Electrotechnical Vocabulary, retrieved from: https://www.electropedia.org"
] .
-### http://emmo.info/electrochemistry#electrochemistry_79e12290_d1e5_4c41_916c_18f1e4d7fb51
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_79e12290_d1e5_4c41_916c_18f1e4d7fb51
:electrochemistry_79e12290_d1e5_4c41_916c_18f1e4d7fb51 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_68c0876b_cb62_41cd_846d_95cc9d9a8733
+ owl:someValuesFrom chemsub:substance_68c0876b_cb62_41cd_846d_95cc9d9a8733
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is silicon"@en ;
skos:prefLabel "SiliconElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_7b811780_7251_481b_a4d3_97d437955099
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_7b811780_7251_481b_a4d3_97d437955099
:electrochemistry_7b811780_7251_481b_a4d3_97d437955099 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_8f857eb2_7cc8_4294_954d_e69f2842c084
+ owl:someValuesFrom chemsub:substance_8f857eb2_7cc8_4294_954d_e69f2842c084
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is cobalt"@en ;
skos:prefLabel "CobaltElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_7b9db6b3_36f0_4b5d_acbb_9284a9054a09
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_7b9db6b3_36f0_4b5d_acbb_9284a9054a09
:electrochemistry_7b9db6b3_36f0_4b5d_acbb_9284a9054a09 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_9b92f5b9_a477_4267_bf68_769c995e6e83
+ owl:someValuesFrom chemsub:substance_9b92f5b9_a477_4267_bf68_769c995e6e83
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is indium"@en ;
skos:prefLabel "IndiumElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_7beef5fb_a406_4284_b85a_87d55cf46a0e
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_7beef5fb_a406_4284_b85a_87d55cf46a0e
:electrochemistry_7beef5fb_a406_4284_b85a_87d55cf46a0e rdf:type owl:Class ;
- rdfs:subClassOf emmo:EMMO_0f6f0120_c079_4d95_bb11_4ddee05e530e ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_5d73661e_e710_4844_ab9b_a85b7e68576a ;
- owl:someValuesFrom emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88
- ] ;
+ rdfs:subClassOf emmo:EMMO_0f6f0120_c079_4d95_bb11_4ddee05e530e ;
skos:prefLabel "ElectricCurrentMeasurementResult"@en .
-### http://emmo.info/electrochemistry#electrochemistry_7cc8b738_3462_4592_ba83_951a8d50fef7
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_7cc8b738_3462_4592_ba83_951a8d50fef7
:electrochemistry_7cc8b738_3462_4592_ba83_951a8d50fef7 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_8522bd08_3855_4e4b_bca0_30923a40de88
+ owl:someValuesFrom chemsub:substance_8522bd08_3855_4e4b_bca0_30923a40de88
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is caesium"@en ;
skos:prefLabel "CaesiumElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_7f168ebc_4c78_459c_9a39_bddaa57e214c
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_7f168ebc_4c78_459c_9a39_bddaa57e214c
:electrochemistry_7f168ebc_4c78_459c_9a39_bddaa57e214c rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_ac9723d1_bac0_4109_874e_32849de9299b ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a modification of the Stern model that considers the double layer as three regions separated by the inner Helmholtz plane and the outer Helmholtz plane"@en ;
@@ -3219,7 +3358,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
skos:prefLabel "GrahameModel"@en .
-### http://emmo.info/electrochemistry#electrochemistry_7f4d74cd_d0a5_4908_9da9_7629fe419917
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_7f4d74cd_d0a5_4908_9da9_7629fe419917
:electrochemistry_7f4d74cd_d0a5_4908_9da9_7629fe419917 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_6c421175_477f_45e0_8b6c_c3464f5351c5 ,
[ rdf:type owl:Restriction ;
@@ -3241,7 +3380,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_7fa74f69_047f_4c86_a02c_e7805d6f5b77
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_7fa74f69_047f_4c86_a02c_e7805d6f5b77
:electrochemistry_7fa74f69_047f_4c86_a02c_e7805d6f5b77 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_194e367c_9783_4bf5_96d0_9ad597d48d9a ,
emmo:EMMO_1cba0b27_15d0_4326_933f_379d0b3565b6 ,
@@ -3255,44 +3394,41 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
skos:prefLabel "TimeSeries"@en .
-### http://emmo.info/electrochemistry#electrochemistry_7fdf65c1_b86a_4cbe_8c06_56321b425d4e
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_7fdf65c1_b86a_4cbe_8c06_56321b425d4e
:electrochemistry_7fdf65c1_b86a_4cbe_8c06_56321b425d4e rdf:type owl:Class ;
- rdfs:subClassOf emmo:EMMO_463bcfda_867b_41d9_a967_211d4d437cfb ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77 ;
- owl:someValuesFrom :electrochemistry_496c8f31_9732_42c1_8eae_dd73979c06eb
- ] ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 ;
- owl:someValuesFrom :electrochemistry_496c8f31_9732_42c1_8eae_dd73979c06eb
- ] ;
+ rdfs:subClassOf emmo:EMMO_463bcfda_867b_41d9_a967_211d4d437cfb ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "measurement of time"@en ;
skos:prefLabel "TimeMeasurement"@en .
-### http://emmo.info/electrochemistry#electrochemistry_7ffe1cb6_f87e_4b4a_8ce7_c98e2a584cb1
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_7ffe1cb6_f87e_4b4a_8ce7_c98e2a584cb1
:electrochemistry_7ffe1cb6_f87e_4b4a_8ce7_c98e2a584cb1 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ,
- emmo:material_99e61c41_9038_418a_b98c_ab225bd6bec1 ;
+ [ rdf:type owl:Restriction ;
+ owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
+ owl:someValuesFrom chemsub:substance_99e61c41_9038_418a_b98c_ab225bd6bec1
+ ] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is ruthenium"@en ;
skos:prefLabel "RutheniumElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_80fdbd63_9b7a_462b_a8cb_b50f5f6ab182
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_80fdbd63_9b7a_462b_a8cb_b50f5f6ab182
:electrochemistry_80fdbd63_9b7a_462b_a8cb_b50f5f6ab182 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_9fd49892_cf6d_482e_a6c3_5f763948ec29 ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_73d4606c_7460_4a5c_9413_793bdf35753e
+ owl:someValuesFrom chemsub:substance_73d4606c_7460_4a5c_9413_793bdf35753e
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a liquid electrode with an active material of gallium"@en ;
skos:prefLabel "LiquidGalliumElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_81833d8a_b03d_4250_be84_6385415beb01
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_81833d8a_b03d_4250_be84_6385415beb01
:electrochemistry_81833d8a_b03d_4250_be84_6385415beb01 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_b5ea31c9_bb10_4276_980e_c3eceb1efc82 ,
[ rdf:type owl:Restriction ;
owl:onProperty emmo:EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ;
- owl:someValuesFrom :electrochemistry_79d1b273-58cd-4be6-a250-434817f7c261
+ owl:someValuesFrom :electrochemistry_79d1b273_58cd_4be6_a250_434817f7c261
] ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-34" ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "blend containing a material which reacts chemically to produce electrical energy with other constituents and additives"@en ;
@@ -3306,28 +3442,28 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_81b7c95b_8671_4ba7_b4f8_ec19a25096eb
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_81b7c95b_8671_4ba7_b4f8_ec19a25096eb
:electrochemistry_81b7c95b_8671_4ba7_b4f8_ec19a25096eb rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_b3e56313_417c_42b7_a934_0018ce2dffc2 ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
+ owl:someValuesFrom emmo:EMMO_90e59882_4592_4036_a75d_5fbefb22dc80
+ ] ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_264f40d1_17c9_4bc7_9c47_5cfb18132278
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_269ddd97_1437_4545_b272_0df75a12c68a
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_3cd0e74e_292c_48ed_a831_4cb8753d9a56
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom emmo:EMMO_90e59882_4592_4036_a75d_5fbefb22dc80
- ] ,
- [ rdf:type owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
+ owl:someValuesFrom :electrochemistry_4d2b102b_3515_4591_b079_69232c44f9dc
] ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Differential Pulse Voltammetry in which small potential pulses are superimposed onto a linearly varying potential."@en ;
skos:prefLabel "DifferentialLinearPulseVoltammetry"@en .
@@ -3340,7 +3476,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_825a749f_dd07_46fb_947c_db286440911e
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_825a749f_dd07_46fb_947c_db286440911e
:electrochemistry_825a749f_dd07_46fb_947c_db286440911e rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_463bcfda_867b_41d9_a967_211d4d437cfb ,
[ rdf:type owl:Restriction ;
@@ -3352,7 +3488,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
skos:prefLabel "VoltageMeasurement"@en .
-### http://emmo.info/electrochemistry#electrochemistry_82b66bfe_ec25_417b_ba65_b631ddaaca0e
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_82b66bfe_ec25_417b_ba65_b631ddaaca0e
:electrochemistry_82b66bfe_ec25_417b_ba65_b631ddaaca0e rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_7729c34e_1ae9_403d_b933_1765885e7f29 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q898591" ;
@@ -3361,32 +3497,28 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
skos:prefLabel "SaturatedCalomelElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_82c70935_0aea_454b_92bf_17fb0b488012
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_82c70935_0aea_454b_92bf_17fb0b488012
:electrochemistry_82c70935_0aea_454b_92bf_17fb0b488012 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_848003a2_71ee_4967_8039_354c907ec7f4
+ owl:someValuesFrom chemsub:substance_848003a2_71ee_4967_8039_354c907ec7f4
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is zinc oxide"@en ;
skos:altLabel "ZnOElectrode"@en ;
skos:prefLabel "ZincOxideElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_82fef384_8eec_4765_b707_5397054df594
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_82fef384_8eec_4765_b707_5397054df594
:electrochemistry_82fef384_8eec_4765_b707_5397054df594 rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_b5ea31c9_bb10_4276_980e_c3eceb1efc82 ,
- [ rdf:type owl:Restriction ;
- owl:onProperty [ owl:inverseOf emmo:EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec
- ] ;
- owl:someValuesFrom :electrochemistry_0f007072-a8dd-4798-b865-1bf9363be627
- ] ;
+ rdfs:subClassOf :electrochemistry_b5ea31c9_bb10_4276_980e_c3eceb1efc82 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a material added to an electrode for the purpose of increasing its electronic conductivity."@en ;
emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "carbon black"@en ;
skos:altLabel "ElectronicallyConductiveElectrodeAdditive"@en ;
skos:prefLabel "ConductiveAdditive"@en .
-### http://emmo.info/electrochemistry#electrochemistry_83d2c2d4_ffa9_42f4_9264_a0c59c657607
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_83d2c2d4_ffa9_42f4_9264_a0c59c657607
:electrochemistry_83d2c2d4_ffa9_42f4_9264_a0c59c657607 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_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 ;
@@ -3402,7 +3534,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_83ee23b3_2f5c_4afa_b972_ac85e91d7306
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_83ee23b3_2f5c_4afa_b972_ac85e91d7306
:electrochemistry_83ee23b3_2f5c_4afa_b972_ac85e91d7306 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_7729c34e_1ae9_403d_b933_1765885e7f29 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q115694592" ;
@@ -3412,7 +3544,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
skos:prefLabel "NormalHydrogenElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_83f2b1e9_cb67_4dbf_977f_ba54bbae374f
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_83f2b1e9_cb67_4dbf_977f_ba54bbae374f
:electrochemistry_83f2b1e9_cb67_4dbf_977f_ba54bbae374f rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_78a8f60b_10c2_41ee_9946_d35437e1edb5 ,
:electrochemistry_a9873d3d_945b_40ba_b9cd_8dfb64cec88f ;
@@ -3429,7 +3561,18 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_865a40fc_2187_4549_a7e1_37aa2458448f
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_84d37a37_88bd_47db_9425_31f73a81d38c
+:electrochemistry_84d37a37_88bd_47db_9425_31f73a81d38c rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_0a03ce7e_d79f_412e_a103_b5d74de9f4d7 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Signal consisting of successive pulses of electric potential of the same magnitude."@en ;
+ skos:prefLabel "ConstantPotentialPulses"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_85e39686_9658_4c74_bb91_a935704c174a
+:electrochemistry_85e39686_9658_4c74_bb91_a935704c174a rdf:type owl:Class .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_865a40fc_2187_4549_a7e1_37aa2458448f
:electrochemistry_865a40fc_2187_4549_a7e1_37aa2458448f rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_609b340f_3450_4a10_95c2_c457e3eb8a89 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-19" ;
@@ -3452,7 +3595,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_86be0987_5e21_43ec_b975_8f679999d328
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_86be0987_5e21_43ec_b975_8f679999d328
:electrochemistry_86be0987_5e21_43ec_b975_8f679999d328 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5186239a_2af7_4dbf_92ca_22e8e583c528 ,
:electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ;
@@ -3467,9 +3610,9 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_871bc4a4_2d17_4b88_9b0f_7ab85f14afea
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_871bc4a4_2d17_4b88_9b0f_7ab85f14afea
:electrochemistry_871bc4a4_2d17_4b88_9b0f_7ab85f14afea rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_0f007072-a8dd-4798-b865-1bf9363be627 ;
+ rdfs:subClassOf :electrochemistry_0f007072_a8dd_4798_b865_1bf9363be627 ;
owl:disjointWith :electrochemistry_fb988878_ee54_4350_9ee9_228c00c3ad35 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1768785" ;
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 ;
@@ -3488,23 +3631,26 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_872b11e1_8bb3_4a2a_af90_bbaa0055d01e
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_872b11e1_8bb3_4a2a_af90_bbaa0055d01e
:electrochemistry_872b11e1_8bb3_4a2a_af90_bbaa0055d01e rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817 ;
+ emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q102836" ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an elastic device"@en ;
+ emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Spring_(device)"@en ;
skos:prefLabel "Spring"@en .
-### http://emmo.info/electrochemistry#electrochemistry_88100e2c_0f6e_4483_afbf_30029a6702c6
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_88100e2c_0f6e_4483_afbf_30029a6702c6
:electrochemistry_88100e2c_0f6e_4483_afbf_30029a6702c6 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 7.9 mm and a height of 3.1 mm"@en ;
skos:prefLabel "R731"@en .
-### http://emmo.info/electrochemistry#electrochemistry_885b462e_f6bc_412d_8b94_9425e13af0c7
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_885b462e_f6bc_412d_8b94_9425e13af0c7
:electrochemistry_885b462e_f6bc_412d_8b94_9425e13af0c7 rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ,
- emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 ;
+ rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 ,
+ :electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q159241" ;
emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Direct_current"@en ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electric current that flows in a constant direction, i.e. a current with a constant sign"@en ;
@@ -3523,26 +3669,35 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_885ffc4d_2b29_42d6_8597_6fc879c21d60
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_885ffc4d_2b29_42d6_8597_6fc879c21d60
:electrochemistry_885ffc4d_2b29_42d6_8597_6fc879c21d60 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 23.0 mm and a height of 3.5 mm"@en ;
skos:prefLabel "R2335"@en .
-### http://emmo.info/electrochemistry#electrochemistry_88d2d4bc_4244_4419_a260_ad099a62d580
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_88d2d4bc_4244_4419_a260_ad099a62d580
:electrochemistry_88d2d4bc_4244_4419_a260_ad099a62d580 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_9a823d64_9d10_4a29_9cbd_9bbdad7985bc ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is sulfur"@en ;
skos:prefLabel "SulfurElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_8968eb7a_9a65_4286_a596_c31b998df329
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_8968eb7a_9a65_4286_a596_c31b998df329
:electrochemistry_8968eb7a_9a65_4286_a596_c31b998df329 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is sodium iron hexacyanoferrate"@en ;
skos:prefLabel "SodiumIronHexacyanoferrateElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_8a1c9a7b_978c_4421_a9c1_d0b07b42aab9
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_898971cb_a9fc_4955_8abf_5d7163a9fe6c
+:electrochemistry_898971cb_a9fc_4955_8abf_5d7163a9fe6c rdf:type owl:Class ;
+ rdfs:subClassOf emmo:EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Time dependent variation of an electric quantity."@en ;
+ skos:prefLabel "ElectricSignal"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_8a1c9a7b_978c_4421_a9c1_d0b07b42aab9
:electrochemistry_8a1c9a7b_978c_4421_a9c1_d0b07b42aab9 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_314d0bd5_67ed_437e_a609_36d46147cea7 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q36534" ;
@@ -3559,7 +3714,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_8a5083b0_cd23_4f8c_99e8_b9ccd6f9f3a2
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_8a5083b0_cd23_4f8c_99e8_b9ccd6f9f3a2
:electrochemistry_8a5083b0_cd23_4f8c_99e8_b9ccd6f9f3a2 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e248373f_294f_4ca4_9edf_0ad6653bb64f ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q903563" ;
@@ -3577,7 +3732,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_8ab1e656_38ff_48e6_ab09_293d76bc9044
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_8ab1e656_38ff_48e6_ab09_293d76bc9044
:electrochemistry_8ab1e656_38ff_48e6_ab09_293d76bc9044 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_2480b72b_db8d_460f_9a5f_c2912f979046 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q12385831" ;
@@ -3585,7 +3740,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
skos:prefLabel "Catalyst"@en .
-### http://emmo.info/electrochemistry#electrochemistry_8b40856f_1ca2_4137_9616_7fb624671909
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_8b40856f_1ca2_4137_9616_7fb624671909
:electrochemistry_8b40856f_1ca2_4137_9616_7fb624671909 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_bbb1d95b_72d1_44f6_b07e_a3d7d41ac215 ,
[ rdf:type owl:Restriction ;
@@ -3597,7 +3752,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
skos:prefLabel "AirElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_8ba8ec72_abd0_49eb_a06f_83fe5da108f4
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_8ba8ec72_abd0_49eb_a06f_83fe5da108f4
:electrochemistry_8ba8ec72_abd0_49eb_a06f_83fe5da108f4 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3b35e843_3132_41e3_b6df_541cd45ba880 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q939328" ;
@@ -3608,7 +3763,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
skos:prefLabel "AnodicStrippingVoltammetry"@en .
-### http://emmo.info/electrochemistry#electrochemistry_8c71739c_27c1_4d19_a0ff_02545296af43
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_8c71739c_27c1_4d19_a0ff_02545296af43
:electrochemistry_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" ;
@@ -3623,32 +3778,32 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_8ca00b45_5ba6_48a0_aaf6_abd959a7238b
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_8ca00b45_5ba6_48a0_aaf6_abd959a7238b
:electrochemistry_8ca00b45_5ba6_48a0_aaf6_abd959a7238b rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_270f239e_33cb_4c6d_a41c_875ec1262d62 ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
+ owl:someValuesFrom emmo:EMMO_852b4ab8_fc29_4749_a8c7_b92d4fca7d5a
+ ] ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_264f40d1_17c9_4bc7_9c47_5cfb18132278
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_269ddd97_1437_4545_b272_0df75a12c68a
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_534dd59c_904c_45d9_8550_ae9d2eb6bbc9
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_6dcd5baf_58cd_43f5_a692_51508e036c88
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom emmo:EMMO_852b4ab8_fc29_4749_a8c7_b92d4fca7d5a
- ] ,
- [ rdf:type owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
+ owl:someValuesFrom :electrochemistry_f591a444_89d6_4093_836d_7d53895edce4
] ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q120895154" ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "voltammetry 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"@en ;
@@ -3658,7 +3813,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
skos:prefLabel "ACVoltammetry"@en .
-### http://emmo.info/electrochemistry#electrochemistry_8d3bf304_78e4_4e99_abe1_6ab429e44ed1
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_8d3bf304_78e4_4e99_abe1_6ab429e44ed1
:electrochemistry_8d3bf304_78e4_4e99_abe1_6ab429e44ed1 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_0acd0fc2_1048_4604_8e90_bf4e84bd87df ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-17"@en ;
@@ -3681,7 +3836,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_900d95fb_863d_4142_a96d_369fb39e2639
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_900d95fb_863d_4142_a96d_369fb39e2639
:electrochemistry_900d95fb_863d_4142_a96d_369fb39e2639 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_0acd0fc2_1048_4604_8e90_bf4e84bd87df ;
owl:disjointWith :electrochemistry_dc6abae7_39b0_4d22_b52e_14d088a4bd5f ;
@@ -3699,35 +3854,85 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_90103be0_9096_4f98_89c7_b5db01197858
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_90103be0_9096_4f98_89c7_b5db01197858
:electrochemistry_90103be0_9096_4f98_89c7_b5db01197858 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_757eae08_4d43_42d4_8b4e_8a0bfd2f9a1c ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an insertion electrode in which the guest molecule is calcium"@en ;
skos:prefLabel "CalciumInsertionElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_9017b8b9_e21e_4961_a3c1_c0aeef3fe795
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_9017b8b9_e21e_4961_a3c1_c0aeef3fe795
:electrochemistry_9017b8b9_e21e_4961_a3c1_c0aeef3fe795 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 20.0 mm and a height of 2.0 mm"@en ;
skos:prefLabel "R2020"@en .
-### http://emmo.info/electrochemistry#electrochemistry_9109b3f6_112b_456d_ae45_b82c271c656b
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_904b12e0_4a10_47b0_b7db_592aba215cb6
+:electrochemistry_904b12e0_4a10_47b0_b7db_592aba215cb6 rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_898971cb_a9fc_4955_8abf_5d7163a9fe6c ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Time-dependent variation of electric current"@en ;
+ skos:prefLabel "ElectricCurrentSignal"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_9109b3f6_112b_456d_ae45_b82c271c656b
:electrochemistry_9109b3f6_112b_456d_ae45_b82c271c656b rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is lithium manganese iron phosphate"@en ;
skos:altLabel "LMFPElectrode"@en ;
skos:prefLabel "LithiumManganeseIronPhosphateElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_916b1863_f417_4b94_9407_9d749ada9ed5
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_916b1863_f417_4b94_9407_9d749ada9ed5
:electrochemistry_916b1863_f417_4b94_9407_9d749ada9ed5 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_78a8f60b_10c2_41ee_9946_d35437e1edb5 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "two-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"@en ;
+ rdfs:comment "historically 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"@en ,
+ "the accumulation is similar to that used in stripping voltammetry"@en ,
+ "the stripping potentiogram shows staircase curves of potential as a function of time. Frequently, the first derivative is displayed (dE/dt=f(t)), as this produces peak-shaped signals. The time between transitions (peaks) is proportional to the concentration of analyte in the test solution"@en ,
+ "the time between changes in potential in step 2 is related to the concentration of analyte in the solution"@en ;
+ skos:altLabel "PSA"@en ;
skos:prefLabel "PotentiometricStrippingAnalysis"@en .
+[ rdf:type owl:Axiom ;
+ owl:annotatedSource :electrochemistry_916b1863_f417_4b94_9407_9d749ada9ed5 ;
+ owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ;
+ owl:annotatedTarget "two-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"@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"
+ ] .
-### http://emmo.info/electrochemistry#electrochemistry_92147e31_d015_4889_a092_04fbab033f15
+[ rdf:type owl:Axiom ;
+ owl:annotatedSource :electrochemistry_916b1863_f417_4b94_9407_9d749ada9ed5 ;
+ owl:annotatedProperty rdfs:comment ;
+ owl:annotatedTarget "historically 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"@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 :electrochemistry_916b1863_f417_4b94_9407_9d749ada9ed5 ;
+ owl:annotatedProperty rdfs:comment ;
+ owl:annotatedTarget "the accumulation is similar to that used in stripping voltammetry"@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 :electrochemistry_916b1863_f417_4b94_9407_9d749ada9ed5 ;
+ owl:annotatedProperty rdfs:comment ;
+ owl:annotatedTarget "the stripping potentiogram shows staircase curves of potential as a function of time. Frequently, the first derivative is displayed (dE/dt=f(t)), as this produces peak-shaped signals. The time between transitions (peaks) is proportional to the concentration of analyte in the test solution"@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 :electrochemistry_916b1863_f417_4b94_9407_9d749ada9ed5 ;
+ owl:annotatedProperty rdfs:comment ;
+ owl:annotatedTarget "the time between changes in potential in step 2 is related to the concentration of analyte in the solution"@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://w3id.org/emmo/domain/electrochemistry#electrochemistry_92147e31_d015_4889_a092_04fbab033f15
:electrochemistry_92147e31_d015_4889_a092_04fbab033f15 rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_0f007072-a8dd-4798-b865-1bf9363be627 ,
+ rdfs:subClassOf :electrochemistry_0f007072_a8dd_4798_b865_1bf9363be627 ,
[ rdf:type owl:Restriction ;
owl:onProperty emmo:EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ;
owl:someValuesFrom :electrochemistry_212af058_3bbb_419f_a9c6_90ba9ebb3706
@@ -3738,7 +3943,8 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-02"@en ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell electrode consisting of a current collector and active material"@en ;
- skos:prefLabel "Plate"@en .
+ skos:altLabel "Plate"@en ;
+ skos:prefLabel "CoatedElectrode"@en .
[ rdf:type owl:Axiom ;
owl:annotatedSource :electrochemistry_92147e31_d015_4889_a092_04fbab033f15 ;
@@ -3748,14 +3954,14 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_94209cd8_f68f_40e6_ac70_cfb97a16e593
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_94209cd8_f68f_40e6_ac70_cfb97a16e593
:electrochemistry_94209cd8_f68f_40e6_ac70_cfb97a16e593 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 5.8 mm and a height of 1.3 mm"@en ;
skos:prefLabel "R512"@en .
-### http://emmo.info/electrochemistry#electrochemistry_94497aca_52a0_48e3_9b76_157b050e35b3
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_94497aca_52a0_48e3_9b76_157b050e35b3
:electrochemistry_94497aca_52a0_48e3_9b76_157b050e35b3 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 20.0 mm and a height of 3.2 mm"@en ;
@@ -3763,17 +3969,18 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
skos:prefLabel "R2032"@en .
-### http://emmo.info/electrochemistry#electrochemistry_952c8c3a_df21_4dd1_8d8c_380e43dc8c78
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_952c8c3a_df21_4dd1_8d8c_380e43dc8c78
:electrochemistry_952c8c3a_df21_4dd1_8d8c_380e43dc8c78 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_8f7dd877_5ad0_48f1_bbec_84153d8215f4
+ owl:someValuesFrom chemsub:substance_8f7dd877_5ad0_48f1_bbec_84153d8215f4
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is aluminium"@en ;
skos:prefLabel "AluminiumElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_95e4aa95_b7e9_40d7_b78e_4d7dcc31093d
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_95e4aa95_b7e9_40d7_b78e_4d7dcc31093d
:electrochemistry_95e4aa95_b7e9_40d7_b78e_4d7dcc31093d rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_0acd0fc2_1048_4604_8e90_bf4e84bd87df ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an electrochemical cell in which the active materials are flowed through the cell from an external source"@en ;
@@ -3781,7 +3988,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
skos:prefLabel "FlowCell"@en .
-### http://emmo.info/electrochemistry#electrochemistry_96309fa9_e157_48fe_9fda_41003860a3c0
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_96309fa9_e157_48fe_9fda_41003860a3c0
:electrochemistry_96309fa9_e157_48fe_9fda_41003860a3c0 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_19abaccd_43be_4048_965c_e4fb63c5951b ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q755961" ;
@@ -3800,7 +4007,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_9865e4f9_756d_4d94_a6fd_4102ab795f9e
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_9865e4f9_756d_4d94_a6fd_4102ab795f9e
:electrochemistry_9865e4f9_756d_4d94_a6fd_4102ab795f9e rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_06d8e1ee_924a_4915_998d_33a69f41dadc ,
:electrochemistry_f07be701_9d6a_415b_ac6d_63202297a7a1 ;
@@ -3809,13 +4016,15 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
skos:prefLabel "ConstantVoltageDischarge"@en .
-### http://emmo.info/electrochemistry#electrochemistry_98d5101e_cd11_4a0d_b856_6fcd8aad132e
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_98d5101e_cd11_4a0d_b856_6fcd8aad132e
:electrochemistry_98d5101e_cd11_4a0d_b856_6fcd8aad132e rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_872b11e1_8bb3_4a2a_af90_bbaa0055d01e ;
+ emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q3056595"@en ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a type of spring, in the form of a conical washer"@en ;
skos:prefLabel "BellevilleWasher"@en .
-### http://emmo.info/electrochemistry#electrochemistry_990d19b8_672a_4219_a2b3_0a25bfa13f69
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_990d19b8_672a_4219_a2b3_0a25bfa13f69
:electrochemistry_990d19b8_672a_4219_a2b3_0a25bfa13f69 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_a9873d3d_945b_40ba_b9cd_8dfb64cec88f ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-40" ;
@@ -3830,14 +4039,14 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_99475d6c_304c_4d6b_9eca_fbc42f768be5
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_99475d6c_304c_4d6b_9eca_fbc42f768be5
:electrochemistry_99475d6c_304c_4d6b_9eca_fbc42f768be5 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 30.0 mm and a height of 3.2 mm"@en ;
skos:prefLabel "R3032"@en .
-### http://emmo.info/electrochemistry#electrochemistry_99bdbd45_c3ea_4fb9_ae50_ed1ab6bb1dff
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_99bdbd45_c3ea_4fb9_ae50_ed1ab6bb1dff
:electrochemistry_99bdbd45_c3ea_4fb9_ae50_ed1ab6bb1dff rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_63dec5af_f3e9_46c9_8b0c_82516231d96b ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrochemical method that measures the voltage drop of a cell resulting from a square wave current load"@en ;
@@ -3846,7 +4055,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
skos:prefLabel "HPPC"@en .
-### http://emmo.info/electrochemistry#electrochemistry_9a23f61b_fef0_40f8_84f9_2057f90f6a95
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_9a23f61b_fef0_40f8_84f9_2057f90f6a95
:electrochemistry_9a23f61b_fef0_40f8_84f9_2057f90f6a95 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 9.3 mm and a height of 3.2 mm"@en ;
@@ -3855,11 +4064,11 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
skos:prefLabel "R932"@en .
-### http://emmo.info/electrochemistry#electrochemistry_9a823d64_9d10_4a29_9cbd_9bbdad7985bc
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_9a823d64_9d10_4a29_9cbd_9bbdad7985bc
:electrochemistry_9a823d64_9d10_4a29_9cbd_9bbdad7985bc rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_0f007072-a8dd-4798-b865-1bf9363be627 ,
+ rdfs:subClassOf :electrochemistry_0f007072_a8dd_4798_b865_1bf9363be627 ,
[ rdf:type owl:Restriction ;
- owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
+ owl:onProperty emmo:EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ;
owl:someValuesFrom emmo:EMMO_df96cbb6_b5ee_4222_8eab_b3675df24bea
] ;
owl:disjointWith :electrochemistry_a0a619d7_da95_41f0_8bc3_9c19d636d543 ;
@@ -3870,7 +4079,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
skos:prefLabel "ActiveElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_9b6853e7_3412_463d_b5a9_82c14acebf7d
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_9b6853e7_3412_463d_b5a9_82c14acebf7d
:electrochemistry_9b6853e7_3412_463d_b5a9_82c14acebf7d rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a tank for holding catholyte"@en ;
@@ -3878,7 +4087,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
skos:prefLabel "CatholyteTank"@en .
-### http://emmo.info/electrochemistry#electrochemistry_9bc02662_9799_4593_906d_638a841d7352
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_9bc02662_9799_4593_906d_638a841d7352
:electrochemistry_9bc02662_9799_4593_906d_638a841d7352 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_ac9723d1_bac0_4109_874e_32849de9299b ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a 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"@en ;
@@ -3887,19 +4096,19 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
skos:prefLabel "HelmholtzModel"@en .
-### http://emmo.info/electrochemistry#electrochemistry_9c0e683b_40d7_4786_b31f_910dd68b2ea8
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_9c0e683b_40d7_4786_b31f_910dd68b2ea8
:electrochemistry_9c0e683b_40d7_4786_b31f_910dd68b2ea8 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 20.0 mm and a height of 1.2 mm"@en ;
skos:prefLabel "R2012"@en .
-### http://emmo.info/electrochemistry#electrochemistry_9c73aff8_1c82_4116_a6be_78e21982b69d
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_9c73aff8_1c82_4116_a6be_78e21982b69d
:electrochemistry_9c73aff8_1c82_4116_a6be_78e21982b69d rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_50044b99_b858_433b_a32d_23d1e1cf88b2 ,
[ rdf:type owl:Restriction ;
owl:onProperty emmo:EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ;
- owl:someValuesFrom :electrochemistry_0f007072-a8dd-4798-b865-1bf9363be627
+ owl:someValuesFrom :electrochemistry_0f007072_a8dd_4798_b865_1bf9363be627
] ,
[ rdf:type owl:Restriction ;
owl:onProperty emmo:EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ;
@@ -3923,7 +4132,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_9ceffffd_b918_48c2_aad9_5db16fa6149d
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_9ceffffd_b918_48c2_aad9_5db16fa6149d
:electrochemistry_9ceffffd_b918_48c2_aad9_5db16fa6149d rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 20.0 mm and a height of 2.5 mm"@en ;
@@ -3931,7 +4140,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
skos:prefLabel "R2025"@en .
-### http://emmo.info/electrochemistry#electrochemistry_9d7e5fea_a49a_4a19_a8de_8e24c60e420c
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_9d7e5fea_a49a_4a19_a8de_8e24c60e420c
:electrochemistry_9d7e5fea_a49a_4a19_a8de_8e24c60e420c rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3d805c2a_4801_440e_9e4d_0fa5585c76ae ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q9325636" ;
@@ -3942,17 +4151,16 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
skos:prefLabel "NernstEinsteinEquation"@en .
-### http://emmo.info/electrochemistry#electrochemistry_9da958fc_f76d_4654_8a78_99b5f98c118c
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_9da958fc_f76d_4654_8a78_99b5f98c118c
:electrochemistry_9da958fc_f76d_4654_8a78_99b5f98c118c rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_b9522e56_1fac_4766_97e6_428605fabd3e ,
[ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ;
+ owl:onProperty :electrochemistry_3bd08946_4e81_455d_9fca_dc7a5ead9315 ;
owl:someValuesFrom :electrochemistry_fb0d9eef_92af_4628_8814_e065ca255d59
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ;
- owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
- owl:onClass :electrochemistry_0f007072-a8dd-4798-b865-1bf9363be627
+ owl:onProperty :electrochemistry_578c41e9_ee01_4840_9c8c_04ab6e4e6241 ;
+ owl:someValuesFrom :electrochemistry_0f007072_a8dd_4798_b865_1bf9363be627
] ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q903509" ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a system comprising one electrode in contact with an ionic conductor."@en ;
@@ -3961,17 +4169,18 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
skos:prefLabel "ElectrochemicalHalfCell"@en .
-### http://emmo.info/electrochemistry#electrochemistry_9e24d403_8531_416e_a9ec_d1ec5508bcb1
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_9e24d403_8531_416e_a9ec_d1ec5508bcb1
:electrochemistry_9e24d403_8531_416e_a9ec_d1ec5508bcb1 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_0bdf0bb9_41fc_455d_af11_a249e24acdf6
+ owl:someValuesFrom chemsub:substance_0bdf0bb9_41fc_455d_af11_a249e24acdf6
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is sodium cobalt phosphate"@en ;
skos:prefLabel "SodiumCobaltPhosphateElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_9ee6e728_e8f5_4b36_a045_d63da69dfc85
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_9ee6e728_e8f5_4b36_a045_d63da69dfc85
:electrochemistry_9ee6e728_e8f5_4b36_a045_d63da69dfc85 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_a9873d3d_945b_40ba_b9cd_8dfb64cec88f ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-44" ;
@@ -3994,16 +4203,16 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_9f1ffb54_4403_4541_98c1_3a821c6d060f
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_9f1ffb54_4403_4541_98c1_3a821c6d060f
:electrochemistry_9f1ffb54_4403_4541_98c1_3a821c6d060f rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_78a8f60b_10c2_41ee_9946_d35437e1edb5 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "the process of applying a current pulse"@en ;
skos:prefLabel "CurrentPulse"@en .
-### http://emmo.info/electrochemistry#electrochemistry_9f466223_e20a_474d_ac4d_6d4b6131c275
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_9f466223_e20a_474d_ac4d_6d4b6131c275
:electrochemistry_9f466223_e20a_474d_ac4d_6d4b6131c275 rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_0f007072-a8dd-4798-b865-1bf9363be627 ;
+ rdfs:subClassOf :electrochemistry_0f007072_a8dd_4798_b865_1bf9363be627 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an electrode that holds its potential essentially constant by efficiently allowing electric current to pass"@en ;
rdfs:comment "this is a desirable characteristic for a reference electrode" ;
skos:prefLabel "NonPolarizableElectrode"@en .
@@ -4016,7 +4225,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_9fd49892_cf6d_482e_a6c3_5f763948ec29
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_9fd49892_cf6d_482e_a6c3_5f763948ec29
:electrochemistry_9fd49892_cf6d_482e_a6c3_5f763948ec29 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q6557456" ;
@@ -4026,7 +4235,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
skos:prefLabel "LiquidMetalElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_a0580fa9_5073_44af_b33e_7adbc83892d0
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a0580fa9_5073_44af_b33e_7adbc83892d0
:electrochemistry_a0580fa9_5073_44af_b33e_7adbc83892d0 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_2e3e14f9_4cb8_45b2_908e_47eec893dec8 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-09"@en ;
@@ -4059,7 +4268,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_a05e7945_c942_45cf_812c_c9a595d15888
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a05e7945_c942_45cf_812c_c9a595d15888
:electrochemistry_a05e7945_c942_45cf_812c_c9a595d15888 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3b35e843_3132_41e3_b6df_541cd45ba880 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Stripping voltammetry involving pre-concentration by adsorption of the analyte (in contrast to electro- chemical accumulation)."@en ;
@@ -4070,9 +4279,9 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
skos:prefLabel "AdsorptiveStrippingVoltammetry"@en .
-### http://emmo.info/electrochemistry#electrochemistry_a0a619d7_da95_41f0_8bc3_9c19d636d543
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a0a619d7_da95_41f0_8bc3_9c19d636d543
:electrochemistry_a0a619d7_da95_41f0_8bc3_9c19d636d543 rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_0f007072-a8dd-4798-b865-1bf9363be627 ;
+ rdfs:subClassOf :electrochemistry_0f007072_a8dd_4798_b865_1bf9363be627 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q120907475" ;
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 ;
@@ -4087,7 +4296,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_a0fcb105_587f_45d8_a89a_46dc8f745069
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a0fcb105_587f_45d8_a89a_46dc8f745069
:electrochemistry_a0fcb105_587f_45d8_a89a_46dc8f745069 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-20"@en ;
@@ -4110,23 +4319,23 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_a10ede13_c895_4f56_a728_b1aab512b31b
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a10ede13_c895_4f56_a728_b1aab512b31b
:electrochemistry_a10ede13_c895_4f56_a728_b1aab512b31b rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_9c9ceee7_2470_4d05_89e7_28fb93108e38
+ owl:someValuesFrom chemsub:substance_9c9ceee7_2470_4d05_89e7_28fb93108e38
] ;
rdfs:comment "metal electrode in which the active material is tin"@en ;
skos:prefLabel "TinElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_a1ec9e3c_c624_4848_af13_89a6bc54d77c
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a1ec9e3c_c624_4848_af13_89a6bc54d77c
:electrochemistry_a1ec9e3c_c624_4848_af13_89a6bc54d77c rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_92147e31_d015_4889_a092_04fbab033f15 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-03"@en ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "plate in which the active material is applied as a paste to a conductive current collector"@en ;
- skos:altLabel "CoatedElectrode"@en ;
+ skos:altLabel "PastedElectrode"@en ;
skos:prefLabel "PastedPlate"@en .
[ rdf:type owl:Axiom ;
@@ -4137,7 +4346,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_a277e420_2483_44d5_a2bc_4e421dea231a
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a277e420_2483_44d5_a2bc_4e421dea231a
:electrochemistry_a277e420_2483_44d5_a2bc_4e421dea231a rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 9.5 mm and a height of 2.6 mm"@en ;
@@ -4145,7 +4354,18 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
skos:prefLabel "R926"@en .
-### http://emmo.info/electrochemistry#electrochemistry_a2b92d2e_4431_411e_8da5_a4c08bac2c0e
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a2b01d05_b472_4cf5_b388_e0914db56324
+:electrochemistry_a2b01d05_b472_4cf5_b388_e0914db56324 rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_ddade648_2033_47b6_bc36_b562a9af591e ;
+ emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1333343" ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "plots of the out of phase vs. the in phase component of the impedance for all the frequencies tested in an impedimetry measurement"@en ;
+ emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Nyquist_stability_criterion#Nyquist_plot"@en ;
+ skos:altLabel "ComplexPlanePlot"@en ,
+ "NyquistDiagram"@en ;
+ skos:prefLabel "NyquistPlot"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a2b92d2e_4431_411e_8da5_a4c08bac2c0e
:electrochemistry_a2b92d2e_4431_411e_8da5_a4c08bac2c0e rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_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 ;
@@ -4170,7 +4390,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_a2f4dca3_829f_412b_9025_bd7581aad82a
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a2f4dca3_829f_412b_9025_bd7581aad82a
:electrochemistry_a2f4dca3_829f_412b_9025_bd7581aad82a rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-12" ;
@@ -4193,17 +4413,18 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_a3745142_b97a_4e19_b7ed_03599f56e81d
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a3745142_b97a_4e19_b7ed_03599f56e81d
:electrochemistry_a3745142_b97a_4e19_b7ed_03599f56e81d rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_2a540939_3908_4f85_92f9_c46da7d4e9cb
+ owl:someValuesFrom chemsub:substance_2a540939_3908_4f85_92f9_c46da7d4e9cb
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is silver oxide"@en ;
skos:prefLabel "SilverOxideElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_a3b53904_22b1_42a9_a515_c8a3aed7e841
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a3b53904_22b1_42a9_a515_c8a3aed7e841
:electrochemistry_a3b53904_22b1_42a9_a515_c8a3aed7e841 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_8ab1e656_38ff_48e6_ab09_293d76bc9044 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q5357962" ;
@@ -4221,12 +4442,12 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_a462859d_d8bd_48ea_8bde_1576f1248a1e
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a462859d_d8bd_48ea_8bde_1576f1248a1e
:electrochemistry_a462859d_d8bd_48ea_8bde_1576f1248a1e rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_e1e6ff98_0725_4d27_ab21_2ca5a95371f0
+ owl:someValuesFrom chemsub:substance_e1e6ff98_0725_4d27_ab21_2ca5a95371f0
] ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q20851418" ;
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 ;
@@ -4242,14 +4463,25 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_a4e7c3d6_45bd_402a_962f_5d4b88af84ff
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a4e7c3d6_45bd_402a_962f_5d4b88af84ff
:electrochemistry_a4e7c3d6_45bd_402a_962f_5d4b88af84ff rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 24.5 mm and a height of 1.2 mm"@en ;
skos:prefLabel "R2412"@en .
-### http://emmo.info/electrochemistry#electrochemistry_a6a69e90_06b5_45b1_83cf_7c0bf39b2914
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a53d6dee_1547_4854_a311_805b4d557298
+:electrochemistry_a53d6dee_1547_4854_a311_805b4d557298 rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_904b12e0_4a10_47b0_b7db_592aba215cb6 ;
+ emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q124164" ;
+ emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-24" ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "periodic current where the amplitude alternates at a steady frequency between fixed minimum and maximum values, with the same duration at minimum and maximum"@en ;
+ emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Alternating_current"@en ;
+ skos:altLabel "AC"@en ;
+ skos:prefLabel "AlternatingCurrent"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a6a69e90_06b5_45b1_83cf_7c0bf39b2914
:electrochemistry_a6a69e90_06b5_45b1_83cf_7c0bf39b2914 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_19abaccd_43be_4048_965c_e4fb63c5951b ,
:electrochemistry_8a1c9a7b_978c_4421_a9c1_d0b07b42aab9 ;
@@ -4285,41 +4517,43 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_a76072fe_ca6e_48ad_8b4a_ab98a2bc9abb
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a76072fe_ca6e_48ad_8b4a_ab98a2bc9abb
:electrochemistry_a76072fe_ca6e_48ad_8b4a_ab98a2bc9abb rdf:type owl:Class ;
- rdfs:subClassOf emmo:EMMO_0f6f0120_c079_4d95_bb11_4ddee05e530e ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_5d73661e_e710_4844_ab9b_a85b7e68576a ;
- owl:someValuesFrom emmo:EMMO_17b031fb_4695_49b6_bb69_189ec63df3ee
- ] ;
+ rdfs:subClassOf emmo:EMMO_0f6f0120_c079_4d95_bb11_4ddee05e530e ;
skos:prefLabel "VoltageMeasurementResult"@en .
-### http://emmo.info/electrochemistry#electrochemistry_a87d4b9d_ba91_4549_aed4_508d1160c0c0
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a87d4b9d_ba91_4549_aed4_508d1160c0c0
:electrochemistry_a87d4b9d_ba91_4549_aed4_508d1160c0c0 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 24.5 mm and a height of 7.7 mm"@en ;
skos:prefLabel "R2477"@en .
-### http://emmo.info/electrochemistry#electrochemistry_a8bfac4f_3f30_4e6d_8d8e_34b1eeecb614
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a8bfac4f_3f30_4e6d_8d8e_34b1eeecb614
:electrochemistry_a8bfac4f_3f30_4e6d_8d8e_34b1eeecb614 rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_0f007072-a8dd-4798-b865-1bf9363be627 ;
+ rdfs:subClassOf :electrochemistry_0f007072_a8dd_4798_b865_1bf9363be627 ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty emmo:EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5 ;
+ owl:someValuesFrom emmo:EMMO_c1c8ac3c_8a1c_4777_8e0b_14c1f9f9b0c6
+ ] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an electrode in the shape of a circle"@en ;
skos:prefLabel "RoundElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_a8edd38f_f8a5_41fb_9fc7_48f1866fd699
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a8edd38f_f8a5_41fb_9fc7_48f1866fd699
:electrochemistry_a8edd38f_f8a5_41fb_9fc7_48f1866fd699 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_250fa43e_1f26_4ed8_b787_91a2325a8e7b
+ owl:someValuesFrom chemsub:substance_250fa43e_1f26_4ed8_b787_91a2325a8e7b
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is cupric oxide (copper (II) oxide)"@en ;
skos:altLabel "CupricOxideElectrode"@en ;
skos:prefLabel "CopperOxideElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_a9873d3d_945b_40ba_b9cd_8dfb64cec88f
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a9873d3d_945b_40ba_b9cd_8dfb64cec88f
:electrochemistry_a9873d3d_945b_40ba_b9cd_8dfb64cec88f rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_f49b84d4_e1f9_424c_bb22_8cea23c0a7d4 ,
[ rdf:type owl:Restriction ;
@@ -4340,15 +4574,15 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_a9f19bb0_55bc_4908_b0e4_7888077b0019
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a9f19bb0_55bc_4908_b0e4_7888077b0019
:electrochemistry_a9f19bb0_55bc_4908_b0e4_7888077b0019 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_270f239e_33cb_4c6d_a41c_875ec1262d62 ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_264f40d1_17c9_4bc7_9c47_5cfb18132278
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_269ddd97_1437_4545_b272_0df75a12c68a
] ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q620700" ;
@@ -4364,7 +4598,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
skos:prefLabel "LinearScanVoltammetry"@en .
-### http://emmo.info/electrochemistry#electrochemistry_a9fc3f77_e48e_4bce_b118_044d608722f6
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a9fc3f77_e48e_4bce_b118_044d608722f6
:electrochemistry_a9fc3f77_e48e_4bce_b118_044d608722f6 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_494b372c_cfdf_47d3_a4de_5e037c540de8 ;
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 ;
@@ -4379,7 +4613,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_aa5ed981_c11b_4c4f_b1fd_8c432e009484
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_aa5ed981_c11b_4c4f_b1fd_8c432e009484
:electrochemistry_aa5ed981_c11b_4c4f_b1fd_8c432e009484 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_ac9723d1_bac0_4109_874e_32849de9299b ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "describes the double layer as divided into two parts separated by the Stern plane, located about one hydrated ion radius from the electrode surface"@en ;
@@ -4387,14 +4621,14 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
skos:prefLabel "SternModel"@en .
-### http://emmo.info/electrochemistry#electrochemistry_aaafc5d6_050a_4c51_b1ca_db5839aad4de
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_aaafc5d6_050a_4c51_b1ca_db5839aad4de
:electrochemistry_aaafc5d6_050a_4c51_b1ca_db5839aad4de rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 24.5 mm and a height of 5.0 mm"@en ;
skos:prefLabel "R2450"@en .
-### http://emmo.info/electrochemistry#electrochemistry_aac51107_dbe5_4e63_b08a_9d6cf88f4b69
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_aac51107_dbe5_4e63_b08a_9d6cf88f4b69
:electrochemistry_aac51107_dbe5_4e63_b08a_9d6cf88f4b69 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_a9873d3d_945b_40ba_b9cd_8dfb64cec88f ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-48"@en ;
@@ -4409,7 +4643,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_abffe8cd_14d3_4437_84e6_5dfc61b057e8
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_abffe8cd_14d3_4437_84e6_5dfc61b057e8
:electrochemistry_abffe8cd_14d3_4437_84e6_5dfc61b057e8 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 11.6 mm and a height of 4.2 mm"@en ;
@@ -4417,22 +4651,14 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
skos:prefLabel "R1142"@en .
-### http://emmo.info/electrochemistry#electrochemistry_ac6c2371_995a_4fcb_89a2_15cb6615741e
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_ac6c2371_995a_4fcb_89a2_15cb6615741e
:electrochemistry_ac6c2371_995a_4fcb_89a2_15cb6615741e rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_d3e2d213_d078_4b9a_8beb_62f063e57d69 ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_e3850f08_8e79_454b_9d83_c517cab42857 ;
- owl:someValuesFrom :electrochemistry_0cc8f231_0ce5_467e_9c76_29b2c80349ad
- ] ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_e3850f08_8e79_454b_9d83_c517cab42857 ;
- owl:someValuesFrom :electrochemistry_53fe3f58_0802_41cf_af69_4784fc42cc30
- ] ;
+ rdfs:subClassOf :electrochemistry_d3e2d213_d078_4b9a_8beb_62f063e57d69 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a cycling protocol in which an electrochemical cell is first put through a CCCV charging process followed by a constant current discharge process"@en ;
skos:prefLabel "CCCVCycling"@en .
-### http://emmo.info/electrochemistry#electrochemistry_ac9723d1_bac0_4109_874e_32849de9299b
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_ac9723d1_bac0_4109_874e_32849de9299b
:electrochemistry_ac9723d1_bac0_4109_874e_32849de9299b rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_d7788d1a_020d_4c78_85a1_13563fcec168 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-19" ;
@@ -4450,7 +4676,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_acdeaa89_0e99_4941_8821_d5dea3d34912
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_acdeaa89_0e99_4941_8821_d5dea3d34912
:electrochemistry_acdeaa89_0e99_4941_8821_d5dea3d34912 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3e7fe02d_c888_4c49_8e05_ccd9785607a6 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-50"@en ;
@@ -4465,7 +4691,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_ae56cce3_7a7c_4e53_bb58_31e0d642d47e
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_ae56cce3_7a7c_4e53_bb58_31e0d642d47e
:electrochemistry_ae56cce3_7a7c_4e53_bb58_31e0d642d47e rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-11" ;
@@ -4488,16 +4714,20 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_af92a3ae_e870_4676_9ae7_cda277b1e6e1
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112
+:electrochemistry_aecc6094_c6a5_4a36_a825_8a497a2ae112 rdf:type owl:Class .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_af92a3ae_e870_4676_9ae7_cda277b1e6e1
:electrochemistry_af92a3ae_e870_4676_9ae7_cda277b1e6e1 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 23.0 mm and a height of 5.4 mm"@en ;
skos:prefLabel "R2354"@en .
-### http://emmo.info/electrochemistry#electrochemistry_aff732a9_238a_4734_977c_b2ba202af126
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_aff732a9_238a_4734_977c_b2ba202af126
:electrochemistry_aff732a9_238a_4734_977c_b2ba202af126 rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_0f007072-a8dd-4798-b865-1bf9363be627 ;
+ rdfs:subClassOf :electrochemistry_0f007072_a8dd_4798_b865_1bf9363be627 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q120907518" ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=151-13-05" ,
"https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-06" ;
@@ -4514,7 +4744,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_b0a0dddb_d942_4af2_b6a7_d7165f4253f1
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_b0a0dddb_d942_4af2_b6a7_d7165f4253f1
:electrochemistry_b0a0dddb_d942_4af2_b6a7_d7165f4253f1 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_a0a619d7_da95_41f0_8bc3_9c19d636d543 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q5037987" ;
@@ -4533,16 +4763,16 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_b1cf9fee_2164_4f95_8204_90f717373a8a
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_b1cf9fee_2164_4f95_8204_90f717373a8a
:electrochemistry_b1cf9fee_2164_4f95_8204_90f717373a8a rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_eacb141f_6ab4_491f_8603_a3e025cefc82 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "a round-type case with a height that is greater than or equal to the diameter"@en ;
skos:prefLabel "CylindricalCase"@en .
-### http://emmo.info/electrochemistry#electrochemistry_b2d11f0d_c1b0_4476_8d17_03b73d31e01f
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_b2d11f0d_c1b0_4476_8d17_03b73d31e01f
:electrochemistry_b2d11f0d_c1b0_4476_8d17_03b73d31e01f rdf:type owl:Class ;
- rdfs:subClassOf emmo:EMMO_a2a68924_b759_4ba4_a25d_126021569fb9 ;
+ rdfs:subClassOf :electrochemistry_b5ea31c9_bb10_4276_980e_c3eceb1efc82 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q120965018" ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "membrane constituted of two or more structural planes of non-identical morphologies"@en ;
emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.AT06862" ;
@@ -4556,14 +4786,10 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_b3a6d552_b38e_47ad_9d48_e8b77035d63e
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_b3a6d552_b38e_47ad_9d48_e8b77035d63e
:electrochemistry_b3a6d552_b38e_47ad_9d48_e8b77035d63e rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_10359c79_cdf2_401a_83ee_d22e7fbb2ad1 ,
- :electrochemistry_64bf0969_37a1_4aaf_82e9_68462847ac65 ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d ;
- owl:someValuesFrom emmo:EMMO_cde4368c_1d4d_4c94_8548_604749523c6d
- ] ;
+ :electrochemistry_64bf0969_37a1_4aaf_82e9_68462847ac65 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q901180" ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "measurement principle in which the electric conductivity of a solution is measured"@en ;
emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "Monitoring of the purity of deionized water."@en ;
@@ -4573,7 +4799,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
skos:prefLabel "Conductometry"@en .
-### http://emmo.info/electrochemistry#electrochemistry_b3b3868f_6edd_4ce8_a984_08f9cf391f90
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_b3b3868f_6edd_4ce8_a984_08f9cf391f90
:electrochemistry_b3b3868f_6edd_4ce8_a984_08f9cf391f90 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_8a1c9a7b_978c_4421_a9c1_d0b07b42aab9 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q189673" ;
@@ -4590,12 +4816,12 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
] .
-### http://emmo.info/electrochemistry#electrochemistry_b3e56313_417c_42b7_a934_0018ce2dffc2
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_b3e56313_417c_42b7_a934_0018ce2dffc2
:electrochemistry_b3e56313_417c_42b7_a934_0018ce2dffc2 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_270f239e_33cb_4c6d_a41c_875ec1262d62 ,
[ rdf:type owl:Restriction ;
owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ;
- owl:someValuesFrom
+ owl:someValuesFrom :electrochemistry_b49e2355_392f_4e83_b630_7ff4581d767b
] ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q5275361" ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "voltammetry 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"@en ;
@@ -4608,18 +4834,19 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
skos:prefLabel "DifferentialPulseVoltammetry"@en .
-### http://emmo.info/electrochemistry#electrochemistry_b3eb8c65_5644_45e3_9e17_0be6277c7962
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_b3eb8c65_5644_45e3_9e17_0be6277c7962
:electrochemistry_b3eb8c65_5644_45e3_9e17_0be6277c7962 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_3ac62305_acd6_4312_9e31_4f824bd2530d
+ owl:someValuesFrom chemsub:substance_3ac62305_acd6_4312_9e31_4f824bd2530d
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is lithium nickel manganese cobalt"@en ;
skos:altLabel "NMCElectrode"@en ;
skos:prefLabel "LithiumNickelManganeseCobaltOxideElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_b442217f_02f6_4991_aadf_22d81369223c
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_b442217f_02f6_4991_aadf_22d81369223c
:electrochemistry_b442217f_02f6_4991_aadf_22d81369223c rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 11.6 mm and a height of 3.1 mm"@en ;
@@ -4627,7 +4854,15 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
skos:prefLabel "R1131"@en .
-### http://emmo.info/electrochemistry#electrochemistry_b5039bc8_f595_4797_908a_7e86131fbde4
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_b49e2355_392f_4e83_b630_7ff4581d767b
+:electrochemistry_b49e2355_392f_4e83_b630_7ff4581d767b rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_0a03ce7e_d79f_412e_a103_b5d74de9f4d7 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Small pulses of electric potential superimposed to a linear potential ramp or a staircase potential ramp."@en ;
+ rdfs:comment "The pulses are usually of constant height 10 to 100 mV and constant width 10 to 100 ms."@en ;
+ skos:prefLabel "DifferentialPotentialPulse"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_b5039bc8_f595_4797_908a_7e86131fbde4
:electrochemistry_b5039bc8_f595_4797_908a_7e86131fbde4 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_270f239e_33cb_4c6d_a41c_875ec1262d62 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "two-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"@en ;
@@ -4639,7 +4874,7 @@ Cl2, Hg | Hg2SO4, and Hg | HgO, can be used as reference electrodes in aqueous s
skos:prefLabel "PotentiometricStrippingAnalysis"@en .
-### http://emmo.info/electrochemistry#electrochemistry_b525a629_a679_464f_bc5b_b49d2fc82686
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_b525a629_a679_464f_bc5b_b49d2fc82686
:electrochemistry_b525a629_a679_464f_bc5b_b49d2fc82686 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_0acd0fc2_1048_4604_8e90_bf4e84bd87df ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an electrochemical cell for conductivity measurements"@en ;
@@ -4655,7 +4890,7 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_b56a95e6_eea5_4a58_99aa_045fd28e75d3
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_b56a95e6_eea5_4a58_99aa_045fd28e75d3
:electrochemistry_b56a95e6_eea5_4a58_99aa_045fd28e75d3 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 5.8 mm and a height of 2.7 mm"@en ;
@@ -4663,13 +4898,14 @@ of other configurations are used."""@en ;
skos:prefLabel "R527"@en .
-### http://emmo.info/electrochemistry#electrochemistry_b5e91259_cd97_4ed6_9ab2_4b18ef68a35a
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_b5e91259_cd97_4ed6_9ab2_4b18ef68a35a
:electrochemistry_b5e91259_cd97_4ed6_9ab2_4b18ef68a35a rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is lithium vanadium oxide"@en ;
skos:prefLabel "LithiumVanadiumOxideElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_b5ea31c9_bb10_4276_980e_c3eceb1efc82
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_b5ea31c9_bb10_4276_980e_c3eceb1efc82
:electrochemistry_b5ea31c9_bb10_4276_980e_c3eceb1efc82 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_ceaaf9f7_fd11_424b_8fda_9afa186af186 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A constituent in an electrochemical system."@en ;
@@ -4677,9 +4913,10 @@ of other configurations are used."""@en ;
skos:prefLabel "ElectrochemicalConstituent"@en .
-### http://emmo.info/electrochemistry#electrochemistry_b6319c74_d2ce_48c0_a75a_63156776b302
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_b6319c74_d2ce_48c0_a75a_63156776b302
:electrochemistry_b6319c74_d2ce_48c0_a75a_63156776b302 rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_0f007072-a8dd-4798-b865-1bf9363be627 ;
+ rdfs:subClassOf :electrochemistry_0f007072_a8dd_4798_b865_1bf9363be627 ;
+ emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q181232"@en ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-27" ;
emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Anode"@en ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "by convention, cell electrode at which an oxidation reaction occurs"@en ;
@@ -4727,7 +4964,7 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_b76a778f_253f_4210_a67f_fb6444d0de26
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_b76a778f_253f_4210_a67f_fb6444d0de26
:electrochemistry_b76a778f_253f_4210_a67f_fb6444d0de26 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_df78745e_f9db_4830_88f0_8ce074fcb8ff ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q962292" ;
@@ -4746,7 +4983,7 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_b79d4f9e_5727_4895_8d7f_5fc18d83eb90
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_b79d4f9e_5727_4895_8d7f_5fc18d83eb90
:electrochemistry_b79d4f9e_5727_4895_8d7f_5fc18d83eb90 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_f47611a2_e081_47f0_b287_3fda5f706154 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-07" ,
@@ -4770,10 +5007,10 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_b812e9d0_7c58_4455_b3e7_6847f10c8e8a
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_b812e9d0_7c58_4455_b3e7_6847f10c8e8a
:electrochemistry_b812e9d0_7c58_4455_b3e7_6847f10c8e8a rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_fa22874b_76a9_4043_8b8f_6086c88746de ,
- emmo:EMMO_5cb107ba_7daa_46dd_8f9f_da22a6eac676 ;
+ rdfs:subClassOf emmo:EMMO_5cb107ba_7daa_46dd_8f9f_da22a6eac676 ,
+ :electrochemistry_fa22874b_76a9_4043_8b8f_6086c88746de ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q120906632" ;
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 ;
@@ -4788,7 +5025,7 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_b851c7e9_60bf_4d3d_abe1_8d08d3d85124
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_b851c7e9_60bf_4d3d_abe1_8d08d3d85124
:electrochemistry_b851c7e9_60bf_4d3d_abe1_8d08d3d85124 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3f70e5c5_67f0_483e_998b_b83b7739c4bc ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-24" ;
@@ -4803,21 +5040,20 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_b8dc138f_8024_4f15_8350_192425d23a4d
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_b8dc138f_8024_4f15_8350_192425d23a4d
:electrochemistry_b8dc138f_8024_4f15_8350_192425d23a4d rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_f92b3948_72a5_4662_acf7_5d8dd64e85de
+ owl:someValuesFrom chemsub:substance_f92b3948_72a5_4662_acf7_5d8dd64e85de
] ;
skos:altLabel "metal electrode in which the active material is nickel"@en ;
skos:prefLabel "NickelElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_b91180e7_97ae_49e2_bf82_5bf720e7fa66
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_b91180e7_97ae_49e2_bf82_5bf720e7fa66
:electrochemistry_b91180e7_97ae_49e2_bf82_5bf720e7fa66 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_dc6abae7_39b0_4d22_b52e_14d088a4bd5f ;
- owl:disjointWith :electrochemistry_ca0527c1_f682_4eea_aca5_f3ae66a9ddce ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Device that stores electrical energy using a double layer in an electrochemical cell."@en ;
rdfs:comment "stores energy electrostatically in the Helmholtz Layer"@en ;
skos:altLabel "DoubleLayerCapacitor"@en ,
@@ -4833,13 +5069,35 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_b9bece97_a511_4cb9_88a2_b5bd5c5e5d74
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_b99cff7f_b13f_4075_aa88_62c04f8daacc
+:electrochemistry_b99cff7f_b13f_4075_aa88_62c04f8daacc rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_ddade648_2033_47b6_bc36_b562a9af591e ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "plot of the dependence of instantaneous current on time"@en ;
+ skos:altLabel "CurrentTimeCurve"@en ;
+ skos:prefLabel "CurrentTimePlot"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_b9a72491_8a50_4cac_a131_1e95d72b57ee
+:electrochemistry_b9a72491_8a50_4cac_a131_1e95d72b57ee rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_ddade648_2033_47b6_bc36_b562a9af591e ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "plot of current versus applied potential (I-E) for a given system"@en ;
+ rdfs:comment "The 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."@en ;
+ skos:altLabel "CurrentPotentialCurve"@en ,
+ "ElectricCurrentPotentialCurve"@en ;
+ skos:prefLabel "CurrentPotentialPlot"@en .
+
+[ rdf:type owl:Axiom ;
+ owl:annotatedSource :electrochemistry_b9a72491_8a50_4cac_a131_1e95d72b57ee ;
+ owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ;
+ owl:annotatedTarget "plot of current versus applied potential (I-E) for a given system"@en ;
+ dcterms:source """Pingarrón, José M., et al. \"Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019).\" Pure and Applied Chemistry
+ 92.4 (2020): 641-694. DOI: https://doi.org/10.1515/pac-2018-0109"""
+ ] .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_b9bece97_a511_4cb9_88a2_b5bd5c5e5d74
:electrochemistry_b9bece97_a511_4cb9_88a2_b5bd5c5e5d74 rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ,
- [ rdf:type owl:Restriction ;
- owl:onProperty :electrochemistry_5eb197ea_0c3e_4ea2_8392_81152ee91515 ;
- owl:someValuesFrom :electrochemistry_0f007072-a8dd-4798-b865-1bf9363be627
- ] ;
+ rdfs:subClassOf :electrochemistry_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ;
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 ;
@@ -4854,32 +5112,48 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_bb2faf17_b819_4876_b17f_fa82917cf85d
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_bb2faf17_b819_4876_b17f_fa82917cf85d
:electrochemistry_bb2faf17_b819_4876_b17f_fa82917cf85d rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 7.9 mm and a height of 1.3 mm"@en ;
skos:prefLabel "R712"@en .
-### http://emmo.info/electrochemistry#electrochemistry_bb710d71_98fa_48a1_85bc_d8f1ef2200da
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_bb710d71_98fa_48a1_85bc_d8f1ef2200da
:electrochemistry_bb710d71_98fa_48a1_85bc_d8f1ef2200da rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_4839708a_3864_47eb_b719_373ff8874c61 ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_aa8e9cc4_5f66_4307_b1c8_26fac7653a90
+ owl:someValuesFrom chemsub:substance_aa8e9cc4_5f66_4307_b1c8_26fac7653a90
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_f3e7979a_e3ef_450a_8762_7d8778afe478
+ owl:someValuesFrom chemsub:substance_f3e7979a_e3ef_450a_8762_7d8778afe478
] ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an electrode with blended lithium nickel manganese oxide (LNMO) and lithium iron phosphate (LFP) active materials"@en ;
skos:altLabel "LNMOLFPElectrode"@en ;
skos:prefLabel "LithiumNickelManganeseOxideLithiumIronPhosphateElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_bbb1d95b_72d1_44f6_b07e_a3d7d41ac215
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_bbae1ef4_0a95_4e7d_9932_1bf939129eef
+:electrochemistry_bbae1ef4_0a95_4e7d_9932_1bf939129eef rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_b9a72491_8a50_4cac_a131_1e95d72b57ee ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "current-potential curve in a voltammetry experiment"@en ;
+ emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Voltammetry#Voltammograms"@en ;
+ skos:prefLabel "Voltammogram"@en .
+
+[ rdf:type owl:Axiom ;
+ owl:annotatedSource :electrochemistry_bbae1ef4_0a95_4e7d_9932_1bf939129eef ;
+ owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ;
+ owl:annotatedTarget "current-potential curve in a voltammetry experiment"@en ;
+ dcterms:source """Pingarrón, José M., et al. \"Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019).\" Pure and Applied Chemistry
+ 92.4 (2020): 641-694. DOI: https://doi.org/10.1515/pac-2018-0109"""
+ ] .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_bbb1d95b_72d1_44f6_b07e_a3d7d41ac215
:electrochemistry_bbb1d95b_72d1_44f6_b07e_a3d7d41ac215 rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_3663991d-9319-4f7a-922b-f0e428b58801 ,
+ rdfs:subClassOf :electrochemistry_3663991d_9319_4f7a_922b_f0e428b58801 ,
:electrochemistry_a0a619d7_da95_41f0_8bc3_9c19d636d543 ,
[ rdf:type owl:Restriction ;
owl:onProperty emmo:EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ;
@@ -4903,7 +5177,7 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_bbc77932_643b_4603_a4e8_970ef06a76ad
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_bbc77932_643b_4603_a4e8_970ef06a76ad
:electrochemistry_bbc77932_643b_4603_a4e8_970ef06a76ad rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_b5ea31c9_bb10_4276_980e_c3eceb1efc82 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-19"@en ;
@@ -4918,7 +5192,7 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_bd33779c_6f40_4354_ab5d_f6c17396414d
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_bd33779c_6f40_4354_ab5d_f6c17396414d
:electrochemistry_bd33779c_6f40_4354_ab5d_f6c17396414d rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e248373f_294f_4ca4_9edf_0ad6653bb64f ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q180253"@en ;
@@ -4936,18 +5210,14 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_bea04148_10d9_4eda_9cd5_8f609d7e9ff8
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_bea04148_10d9_4eda_9cd5_8f609d7e9ff8
:electrochemistry_bea04148_10d9_4eda_9cd5_8f609d7e9ff8 rdf:type owl:Class ;
- rdfs:subClassOf emmo:EMMO_463bcfda_867b_41d9_a967_211d4d437cfb ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 ;
- owl:someValuesFrom :electrochemistry_2dea31c2_5061_4464_ab76_5336bef23629
- ] ;
+ rdfs:subClassOf emmo:EMMO_463bcfda_867b_41d9_a967_211d4d437cfb ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "measurement of temperature"@en ;
skos:prefLabel "CelsiusTemperatureMeasurement"@en .
-### http://emmo.info/electrochemistry#electrochemistry_bed5b5f9_b89d_45e3_a8c2_81b70ae21847
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_bed5b5f9_b89d_45e3_a8c2_81b70ae21847
:electrochemistry_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" ;
@@ -4962,13 +5232,13 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_bfbefff0_4df5_47c2_9943_5f42cf268e9e
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_bfbefff0_4df5_47c2_9943_5f42cf268e9e
:electrochemistry_bfbefff0_4df5_47c2_9943_5f42cf268e9e rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_78a8f60b_10c2_41ee_9946_d35437e1edb5 ;
skos:prefLabel "StrippingChronopotentiometry"@en .
-### http://emmo.info/electrochemistry#electrochemistry_c05692eb_ae92_4e03_b355_f259f9089cb8
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_c05692eb_ae92_4e03_b355_f259f9089cb8
:electrochemistry_c05692eb_ae92_4e03_b355_f259f9089cb8 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_494b372c_cfdf_47d3_a4de_5e037c540de8 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-52" ;
@@ -4983,7 +5253,7 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_c14ae9b3_e4ba_4129_a7b6_afd2d4571de6
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_c14ae9b3_e4ba_4129_a7b6_afd2d4571de6
:electrochemistry_c14ae9b3_e4ba_4129_a7b6_afd2d4571de6 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_0acd0fc2_1048_4604_8e90_bf4e84bd87df ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-01" ;
@@ -4998,15 +5268,16 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_c183f697_8995_477c_9ccd_5c12d98e3633
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_c183f697_8995_477c_9ccd_5c12d98e3633
:electrochemistry_c183f697_8995_477c_9ccd_5c12d98e3633 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_757eae08_4d43_42d4_8b4e_8a0bfd2f9a1c ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an insertion electrode in which the guest molecule is potassium"@en ;
skos:prefLabel "PotassiumInsertionElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_c2024587_3237_474e_8df9_91d10db2df47
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_c2024587_3237_474e_8df9_91d10db2df47
:electrochemistry_c2024587_3237_474e_8df9_91d10db2df47 rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_0f007072-a8dd-4798-b865-1bf9363be627 ;
+ rdfs:subClassOf :electrochemistry_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 .
@@ -5018,18 +5289,19 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_c231227b_f318_4e59_ad90_6e91072903ed
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_c231227b_f318_4e59_ad90_6e91072903ed
:electrochemistry_c231227b_f318_4e59_ad90_6e91072903ed rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_e8fafdc8_6cd3_4dd0_9630_10ca8e3f1827
+ owl:someValuesFrom chemsub:substance_e8fafdc8_6cd3_4dd0_9630_10ca8e3f1827
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is lithium manganese oxide"@en ;
skos:altLabel "LMOElectrode"@en ;
skos:prefLabel "LithiumManganeseOxideElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_c3f4b34a_0e2c_46f3_baab_4ebd2682d26f
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_c3f4b34a_0e2c_46f3_baab_4ebd2682d26f
:electrochemistry_c3f4b34a_0e2c_46f3_baab_4ebd2682d26f rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_609b340f_3450_4a10_95c2_c457e3eb8a89 ;
emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Ionic_liquid"@en ;
@@ -5046,7 +5318,7 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_c4a778c7_33da_4e1a_960e_402a210bfeff
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_c4a778c7_33da_4e1a_960e_402a210bfeff
:electrochemistry_c4a778c7_33da_4e1a_960e_402a210bfeff rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_a0a619d7_da95_41f0_8bc3_9c19d636d543 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-03-16"@en ;
@@ -5062,7 +5334,7 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_c55ec02c_b727_4df1_97ce_91d7bb5d5e91
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_c55ec02c_b727_4df1_97ce_91d7bb5d5e91
:electrochemistry_c55ec02c_b727_4df1_97ce_91d7bb5d5e91 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_19abaccd_43be_4048_965c_e4fb63c5951b ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-32" ;
@@ -5077,23 +5349,25 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_c5f51531_1452_4654_82e5_0505491c2c7d
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_c5f51531_1452_4654_82e5_0505491c2c7d
:electrochemistry_c5f51531_1452_4654_82e5_0505491c2c7d rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is sodium titanium oxide"@en ;
skos:prefLabel "SodiumTitaniumOxideElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_c5fd7b61_40f1_4225_a173_5caa3c5f4773
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_c5fd7b61_40f1_4225_a173_5caa3c5f4773
:electrochemistry_c5fd7b61_40f1_4225_a173_5caa3c5f4773 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_859210f4_f4ac_445d_841c_74e3fbe74c3e
+ owl:someValuesFrom chemsub:substance_859210f4_f4ac_445d_841c_74e3fbe74c3e
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is tungsten"@en ;
skos:prefLabel "TungstenElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_c610d869_cc03_44f0_b40d_ca86e945b9c9
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_c610d869_cc03_44f0_b40d_ca86e945b9c9
:electrochemistry_c610d869_cc03_44f0_b40d_ca86e945b9c9 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_0acd0fc2_1048_4604_8e90_bf4e84bd87df ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-16" ;
@@ -5116,32 +5390,50 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_c63baed9_48dd_4b5c_9e8c_03011010ffb6
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_c63baed9_48dd_4b5c_9e8c_03011010ffb6
:electrochemistry_c63baed9_48dd_4b5c_9e8c_03011010ffb6 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_4839708a_3864_47eb_b719_373ff8874c61 ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_2a87ca10_fc6a_4d61_b48c_d9790a566ee3
+ owl:someValuesFrom chemsub:substance_2a87ca10_fc6a_4d61_b48c_d9790a566ee3
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_db74b6b7_09fc_40db_a7d5_6eb86b69192a
+ owl:someValuesFrom chemsub:substance_db74b6b7_09fc_40db_a7d5_6eb86b69192a
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is indium tin oxide"@en ;
skos:altLabel "ITO"@en ;
skos:prefLabel "IndiumTinOxideElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_c831d963_629a_41ab_850f_97fb6841b739
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_c6d6c0a1_a06b_437a_978f_a469d3071ca9
+:electrochemistry_c6d6c0a1_a06b_437a_978f_a469d3071ca9 rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_fb0d9eef_92af_4628_8814_e065ca255d59 ;
+ emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q107223477" ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a polymer matrix capable of ion conduction"@en ;
+ emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Polymer_electrolytes"@en ;
+ skos:prefLabel "PolymerElectrolyte"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_c74bb11c_e875_4112_b9cf_00d0890ef1f5
+:electrochemistry_c74bb11c_e875_4112_b9cf_00d0890ef1f5 rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_0a03ce7e_d79f_412e_a103_b5d74de9f4d7 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Sinusoidal alternating potential of small amplitude (10 to 50 mV) of constant frequency (10 Hz to 100 kHz)."@en ;
+ skos:prefLabel "SinusoidalPotentialWaveform"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_c831d963_629a_41ab_850f_97fb6841b739
:electrochemistry_c831d963_629a_41ab_850f_97fb6841b739 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_9a823d64_9d10_4a29_9cbd_9bbdad7985bc ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_d53259a7_0d9c_48b9_a6c1_4418169df303
+ owl:someValuesFrom chemsub:substance_d53259a7_0d9c_48b9_a6c1_4418169df303
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is graphite"@en ;
skos:prefLabel "GraphiteElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_c91164b8_5e56_4c94_bad1_d7ada576b0e7
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_c91164b8_5e56_4c94_bad1_d7ada576b0e7
:electrochemistry_c91164b8_5e56_4c94_bad1_d7ada576b0e7 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" ;
@@ -5156,7 +5448,7 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_c936bfbe_7a0c_4185_a317_db1ce2c3c38c
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_c936bfbe_7a0c_4185_a317_db1ce2c3c38c
:electrochemistry_c936bfbe_7a0c_4185_a317_db1ce2c3c38c rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_4bc38e99_1978_4143_a766_fbb57f2cf46e ,
:electrochemistry_f49b84d4_e1f9_424c_bb22_8cea23c0a7d4 ;
@@ -5174,9 +5466,9 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_c94c041b_8ea6_43e7_85cc_d2bce7785b4c
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_c94c041b_8ea6_43e7_85cc_d2bce7785b4c
:electrochemistry_c94c041b_8ea6_43e7_85cc_d2bce7785b4c rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_0f007072-a8dd-4798-b865-1bf9363be627 ;
+ rdfs:subClassOf :electrochemistry_0f007072_a8dd_4798_b865_1bf9363be627 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q120907506" ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=151-13-04" ,
"https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-05" ;
@@ -5200,7 +5492,7 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_ca0527c1_f682_4eea_aca5_f3ae66a9ddce
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_ca0527c1_f682_4eea_aca5_f3ae66a9ddce
:electrochemistry_ca0527c1_f682_4eea_aca5_f3ae66a9ddce rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_dc6abae7_39b0_4d22_b52e_14d088a4bd5f ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q7254569" ;
@@ -5210,7 +5502,7 @@ of other configurations are used."""@en ;
skos:prefLabel "ElectrochemicalPseudocapacitor"@en .
-### http://emmo.info/electrochemistry#electrochemistry_ca48d41c_f5ea_4bf8_84ce_2d67fd9dad98
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_ca48d41c_f5ea_4bf8_84ce_2d67fd9dad98
:electrochemistry_ca48d41c_f5ea_4bf8_84ce_2d67fd9dad98 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_06658d8d_dcde_4fc9_aae1_17f71c0bcdec ,
[ rdf:type owl:Restriction ;
@@ -5221,68 +5513,70 @@ of other configurations are used."""@en ;
skos:prefLabel "CycleNumberVector"@en .
-### http://emmo.info/electrochemistry#electrochemistry_ca4d9efc_70be_441e_b358_d927aa4c36c4
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_ca4d9efc_70be_441e_b358_d927aa4c36c4
:electrochemistry_ca4d9efc_70be_441e_b358_d927aa4c36c4 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_dcdbdbed_2e20_40d1_a7a5_5761de7f0618
+ owl:someValuesFrom chemsub:substance_dcdbdbed_2e20_40d1_a7a5_5761de7f0618
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is manganese dioxide"@en ;
skos:altLabel "MnO2Electrode"@en ;
skos:prefLabel "ManganeseDioxideElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_cab66388_3feb_4101_82bc_f4441f0b60e3
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_cab66388_3feb_4101_82bc_f4441f0b60e3
:electrochemistry_cab66388_3feb_4101_82bc_f4441f0b60e3 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_c28a0967_ed23_48cc_a14e_a651d75a19db
+ owl:someValuesFrom chemsub:substance_c28a0967_ed23_48cc_a14e_a651d75a19db
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is lithium nickel oxide"@en ;
skos:altLabel "LNOElectrode"@en ;
skos:prefLabel "LithiumNickelOxideElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_cb223440_51bd_4f16_a536_96ec408e7de4
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_cb223440_51bd_4f16_a536_96ec408e7de4
:electrochemistry_cb223440_51bd_4f16_a536_96ec408e7de4 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_d3e2d213_d078_4b9a_8beb_62f063e57d69 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "the cycling of a cell after manufacturing, usually for the purpose of forming interfacial layers"@en ;
skos:prefLabel "FormationCycling"@en .
-### http://emmo.info/electrochemistry#electrochemistry_cb3c0663_5962_4b79_8e72_1e8242af3977
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_cb3c0663_5962_4b79_8e72_1e8242af3977
:electrochemistry_cb3c0663_5962_4b79_8e72_1e8242af3977 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_78a8f60b_10c2_41ee_9946_d35437e1edb5 ,
- :electrochemistry_e8cedede_5685_4625_9abe_64f62b5ddcb6 ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_d43af210_f854_4432_a891_ce3022e3b558 ;
- owl:someValuesFrom :electrochemistry_825a749f_dd07_46fb_947c_db286440911e
- ] ;
+ :electrochemistry_e8cedede_5685_4625_9abe_64f62b5ddcb6 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a process in which the electric current is kept constant at 0 (i.e., open-circuit conditions)"@en ;
skos:altLabel "OCVHold"@en ;
skos:prefLabel "OpenCircuitHold"@en .
-### http://emmo.info/electrochemistry#electrochemistry_cba03815_eaa8_493d_b9e4_52856b57fde6
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_cba03815_eaa8_493d_b9e4_52856b57fde6
:electrochemistry_cba03815_eaa8_493d_b9e4_52856b57fde6 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_f7525766_90cf_43e9_8932_7cb3b14f676f
+ owl:someValuesFrom chemsub:substance_f7525766_90cf_43e9_8932_7cb3b14f676f
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is iridium oxide"@en ;
skos:altLabel "IrO2Electrode"@en ;
skos:prefLabel "IridiumOxideElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_cc0468a2_1851_4d3d_92a6_b4059db0c056
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_cc0468a2_1851_4d3d_92a6_b4059db0c056
:electrochemistry_cc0468a2_1851_4d3d_92a6_b4059db0c056 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_b01771a9_218a_4b01_b20f_4021cfa0b7d5
+ owl:someValuesFrom chemsub:substance_b01771a9_218a_4b01_b20f_4021cfa0b7d5
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is sodium manganese phosphate"@en ;
skos:prefLabel "SodiumManganesePhosphateElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_cc1f854a_ba6c_436e_bd18_c8b9159bbf52
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_cc1f854a_ba6c_436e_bd18_c8b9159bbf52
:electrochemistry_cc1f854a_ba6c_436e_bd18_c8b9159bbf52 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-23" ;
@@ -5297,17 +5591,39 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_cc4e178c_bc1f_4502_b6c2_33f304ef6bab
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_cc4e178c_bc1f_4502_b6c2_33f304ef6bab
:electrochemistry_cc4e178c_bc1f_4502_b6c2_33f304ef6bab rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_89fd13e8_8061_41da_83f4_634144116425
+ owl:someValuesFrom chemsub:substance_89fd13e8_8061_41da_83f4_634144116425
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is iron"@en ;
skos:prefLabel "IronElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_ce4352a7_f0b1_4f27_9184_6deebf8bbe96
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_ccdfed06_6d24_47e4_98af_ce3ffe7bd09e
+:electrochemistry_ccdfed06_6d24_47e4_98af_ce3ffe7bd09e rdf:type owl:Class .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_cd1b7943_42ce_46bd_8588_1c3161268270
+:electrochemistry_cd1b7943_42ce_46bd_8588_1c3161268270 rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_1aec4cc0_82d5_4042_a657_ed7fe291c3d8 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a container for an electrochemical cell manufactured by the company Swagelok"@en ;
+ skos:prefLabel "SwagelokCase"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_cd7d24a5_db31_4d76_97d9_367c809f099e
+:electrochemistry_cd7d24a5_db31_4d76_97d9_367c809f099e rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_ddade648_2033_47b6_bc36_b562a9af591e ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "plot of the time-dependence of instantaneous electric potential following a change in applied current"@en ;
+ skos:altLabel "ElectricPotentialTimeCurve"@en ,
+ "ElectricPotentialTimePlot"@en ,
+ "PotentialTimeCurve"@en ;
+ skos:prefLabel "PotentialTimePlot"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_ce4352a7_f0b1_4f27_9184_6deebf8bbe96
:electrochemistry_ce4352a7_f0b1_4f27_9184_6deebf8bbe96 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 15.8 mm and a height of 11.1 mm"@en ;
@@ -5315,7 +5631,11 @@ of other configurations are used."""@en ;
skos:prefLabel "R1511"@en .
-### http://emmo.info/electrochemistry#electrochemistry_cf6eebea_24f6_48d2_8389_65eba0393762
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_ce74d2dc_d496_4116_b2fb_3e83d88bc744
+:electrochemistry_ce74d2dc_d496_4116_b2fb_3e83d88bc744 rdf:type owl:Class .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_cf6eebea_24f6_48d2_8389_65eba0393762
:electrochemistry_cf6eebea_24f6_48d2_8389_65eba0393762 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 11.6 mm and a height of 2.6 mm"@en ;
@@ -5323,24 +5643,25 @@ of other configurations are used."""@en ;
skos:prefLabel "R1126"@en .
-### http://emmo.info/electrochemistry#electrochemistry_cff80dd5_19a9_4357_8fb9_410a978153e2
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_cff80dd5_19a9_4357_8fb9_410a978153e2
:electrochemistry_cff80dd5_19a9_4357_8fb9_410a978153e2 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is sodium titanium phosphate"@en ;
skos:prefLabel "SodiumTitaniumPhosphateElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_d0a26dc2_fde9_4a11_ac26_7c18499d28a5
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_d0a26dc2_fde9_4a11_ac26_7c18499d28a5
:electrochemistry_d0a26dc2_fde9_4a11_ac26_7c18499d28a5 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_9bd78e1c_a4dc_41b6_8013_adb51df1ffdc
+ owl:someValuesFrom chemsub:substance_9bd78e1c_a4dc_41b6_8013_adb51df1ffdc
] ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "metal electrode in which the active material is zinc"@en ;
skos:prefLabel "ZincElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_d1042a12_e4be_4992_86cb_59420ef4e05c
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_d1042a12_e4be_4992_86cb_59420ef4e05c
:electrochemistry_d1042a12_e4be_4992_86cb_59420ef4e05c rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_b5ea31c9_bb10_4276_980e_c3eceb1efc82 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q865807" ;
@@ -5350,7 +5671,7 @@ of other configurations are used."""@en ;
skos:prefLabel "ChargeCarrier"@en .
-### http://emmo.info/electrochemistry#electrochemistry_d11b0e66_c35b_4da7_80a1_037ce89b77fb
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_d11b0e66_c35b_4da7_80a1_037ce89b77fb
:electrochemistry_d11b0e66_c35b_4da7_80a1_037ce89b77fb rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_58413d4e_2885_459e_ac06_8d45e661cf91 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a separator is composed of a mass of intermeshed glass fibers."@en ;
@@ -5358,24 +5679,25 @@ of other configurations are used."""@en ;
skos:prefLabel "GlassFibreSeparator"@en .
-### http://emmo.info/electrochemistry#electrochemistry_d16eec87_c646_4566_bda6_7d3357cda061
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_d16eec87_c646_4566_bda6_7d3357cda061
:electrochemistry_d16eec87_c646_4566_bda6_7d3357cda061 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_09a7f560_9ddf_4c32_b067_b213eca5b0a1 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an interfacial layer of an electrode surface, that causes the electrode to become passivated"@en ;
skos:prefLabel "PassivationLayer"@en .
-### http://emmo.info/electrochemistry#electrochemistry_d2726dd5_69f0_4cb1_bd3c_4c48813e57e7
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_d2726dd5_69f0_4cb1_bd3c_4c48813e57e7
:electrochemistry_d2726dd5_69f0_4cb1_bd3c_4c48813e57e7 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_9a823d64_9d10_4a29_9cbd_9bbdad7985bc ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_c728b6b9_449a_45ff_b5ae_6b7968708f0d
+ owl:someValuesFrom chemsub:substance_c728b6b9_449a_45ff_b5ae_6b7968708f0d
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an electrode in which the active material is iron disulfide"@en ;
skos:prefLabel "IronDisulfideElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_d2f6f1a6_4dee_4c5e_9a69_32b9fe990d2f
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_d2f6f1a6_4dee_4c5e_9a69_32b9fe990d2f
:electrochemistry_d2f6f1a6_4dee_4c5e_9a69_32b9fe990d2f rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_1cba0b27_15d0_4326_933f_379d0b3565b6 ,
[ rdf:type owl:Restriction ;
@@ -5386,7 +5708,7 @@ of other configurations are used."""@en ;
skos:prefLabel "CycleDomainMatrix"@en .
-### http://emmo.info/electrochemistry#electrochemistry_d30d9de0_b9bf_4919_a022_0394df9c3672
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_d30d9de0_b9bf_4919_a022_0394df9c3672
:electrochemistry_d30d9de0_b9bf_4919_a022_0394df9c3672 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_07ad0aff_ab59_442d_9c0a_7f8c5cba8982 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q3492904"@en ;
@@ -5398,20 +5720,19 @@ of other configurations are used."""@en ;
skos:prefLabel "ElectrochemicalImpedanceSpectroscopy"@en .
-### http://emmo.info/electrochemistry#electrochemistry_d3e2d213_d078_4b9a_8beb_62f063e57d69
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_d359386f_ae2d_4ad4_9616_464e2111b67d
+:electrochemistry_d359386f_ae2d_4ad4_9616_464e2111b67d rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_0a03ce7e_d79f_412e_a103_b5d74de9f4d7 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Successive steps of electric potential that form a staircase waveform."@en ;
+ skos:prefLabel "StaircasePotentialRamp"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_d3e2d213_d078_4b9a_8beb_62f063e57d69
:electrochemistry_d3e2d213_d078_4b9a_8beb_62f063e57d69 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_f49b84d4_e1f9_424c_bb22_8cea23c0a7d4 ,
[ rdf:type owl:Restriction ;
owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ;
owl:someValuesFrom :electrochemistry_0acd0fc2_1048_4604_8e90_bf4e84bd87df
- ] ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_d43af210_f854_4432_a891_ce3022e3b558 ;
- owl:someValuesFrom :electrochemistry_06d8e1ee_924a_4915_998d_33a69f41dadc
- ] ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_d43af210_f854_4432_a891_ce3022e3b558 ;
- owl:someValuesFrom :electrochemistry_a9873d3d_945b_40ba_b9cd_8dfb64cec88f
] ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q5074261" ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-28" ;
@@ -5445,7 +5766,7 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_d48ea516_5cac_4f86_bc88_21b6276c0938
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_d48ea516_5cac_4f86_bc88_21b6276c0938
:electrochemistry_d48ea516_5cac_4f86_bc88_21b6276c0938 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3d805c2a_4801_440e_9e4d_0fa5585c76ae ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q903846" ;
@@ -5458,7 +5779,7 @@ of other configurations are used."""@en ;
skos:prefLabel "ButlerVolmerEquation"@en .
-### http://emmo.info/electrochemistry#electrochemistry_d5da9948_e95b_4f12_a2d2_10a48f390c52
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_d5da9948_e95b_4f12_a2d2_10a48f390c52
:electrochemistry_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" ;
@@ -5473,21 +5794,21 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_d5f67a0c_ed56_479d_9b68_6003142f98b0
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_d5f67a0c_ed56_479d_9b68_6003142f98b0
:electrochemistry_d5f67a0c_ed56_479d_9b68_6003142f98b0 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 16.0 mm and a height of 1.6 mm"@en ;
skos:prefLabel "R1616"@en .
-### http://emmo.info/electrochemistry#electrochemistry_d61deb36_b397_4811_bf7a_66d8e4578c6e
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_d61deb36_b397_4811_bf7a_66d8e4578c6e
:electrochemistry_d61deb36_b397_4811_bf7a_66d8e4578c6e rdf:type owl:Class ;
- rdfs:subClassOf ;
+ rdfs:subClassOf :electrochemistry_a53d6dee_1547_4854_a311_805b4d557298 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "alternating current consistent with a sinusoidal waveform"@en ;
skos:prefLabel "SinusoidalCurrentWaveform"@en .
-### http://emmo.info/electrochemistry#electrochemistry_d67a0921_15e4_4c73_804e_97b2d66452b8
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_d67a0921_15e4_4c73_804e_97b2d66452b8
:electrochemistry_d67a0921_15e4_4c73_804e_97b2d66452b8 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 9.5 mm and a height of 3.6 mm"@en ;
@@ -5495,7 +5816,7 @@ of other configurations are used."""@en ;
skos:prefLabel "R936"@en .
-### http://emmo.info/electrochemistry#electrochemistry_d8a78cd2_8107_46dd_a198_0b64676efc00
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_d8a78cd2_8107_46dd_a198_0b64676efc00
:electrochemistry_d8a78cd2_8107_46dd_a198_0b64676efc00 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-37" ;
@@ -5518,17 +5839,18 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_d90221a0_0da7_4876_9cac_0e943e445f6f
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_d90221a0_0da7_4876_9cac_0e943e445f6f
:electrochemistry_d90221a0_0da7_4876_9cac_0e943e445f6f rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_f8d50782_11fa_4188_ba55_d043d2eb597d
+ owl:someValuesFrom chemsub:substance_f8d50782_11fa_4188_ba55_d043d2eb597d
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is titanium"@en ;
skos:prefLabel "TitaniumElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_d907805f_678b_4ab6_8b56_59631684f84b
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_d907805f_678b_4ab6_8b56_59631684f84b
:electrochemistry_d907805f_678b_4ab6_8b56_59631684f84b 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-02-09" ;
@@ -5544,18 +5866,19 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_d936c767_1530_419c_93f4_59e08f0d702c
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_d936c767_1530_419c_93f4_59e08f0d702c
:electrochemistry_d936c767_1530_419c_93f4_59e08f0d702c rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_757eae08_4d43_42d4_8b4e_8a0bfd2f9a1c ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an insertion electrode in which the guest molecule is sodium"@en ;
skos:prefLabel "SodiumInsertionElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_d95fdd2e_38bf_4065_a857_78eb201ee166
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_d95fdd2e_38bf_4065_a857_78eb201ee166
:electrochemistry_d95fdd2e_38bf_4065_a857_78eb201ee166 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_270f239e_33cb_4c6d_a41c_875ec1262d62 ,
[ rdf:type owl:Restriction ;
owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ;
- owl:someValuesFrom
+ owl:someValuesFrom :electrochemistry_0a03ce7e_d79f_412e_a103_b5d74de9f4d7
] ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q17028237" ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "voltammetry with forced flow of the solution towards the electrode surface"@en ;
@@ -5567,20 +5890,21 @@ of other configurations are used."""@en ;
skos:prefLabel "HydrodynamicVoltammetry"@en .
-### http://emmo.info/electrochemistry#electrochemistry_d9888f1f_2226_4ce3_9cb3_91fd9bd1bf22
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_d9888f1f_2226_4ce3_9cb3_91fd9bd1bf22
:electrochemistry_d9888f1f_2226_4ce3_9cb3_91fd9bd1bf22 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_757eae08_4d43_42d4_8b4e_8a0bfd2f9a1c ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an insertion electrode in which the guest molecule is magnesium"@en ;
skos:prefLabel "MagnesiumInsertionElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_dac5067c_e6f2_4fca_a915_5b7b918ca1c4
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_dac5067c_e6f2_4fca_a915_5b7b918ca1c4
:electrochemistry_dac5067c_e6f2_4fca_a915_5b7b918ca1c4 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 11.6 mm and a height of 10.8 mm"@en ;
skos:prefLabel "R11108"@en .
-### http://emmo.info/electrochemistry#electrochemistry_dc019f3f_e5f3_4eeb_bab9_a845a02223a0
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_dc019f3f_e5f3_4eeb_bab9_a845a02223a0
:electrochemistry_dc019f3f_e5f3_4eeb_bab9_a845a02223a0 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 6.8 mm and a height of 1.65 mm"@en ;
@@ -5588,7 +5912,7 @@ of other configurations are used."""@en ;
skos:prefLabel "R616"@en .
-### http://emmo.info/electrochemistry#electrochemistry_dc205ac2_314e_415c_a2b6_b12e8359d54c
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_dc205ac2_314e_415c_a2b6_b12e8359d54c
:electrochemistry_dc205ac2_314e_415c_a2b6_b12e8359d54c rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_b812e9d0_7c58_4455_b3e7_6847f10c8e8a ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an aqueous electrolyte with a nominal pH value between 4 and 10."@en ;
@@ -5598,7 +5922,7 @@ of other configurations are used."""@en ;
skos:prefLabel "NearNeutralElectrolyte"@en .
-### http://emmo.info/electrochemistry#electrochemistry_dc6abae7_39b0_4d22_b52e_14d088a4bd5f
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_dc6abae7_39b0_4d22_b52e_14d088a4bd5f
:electrochemistry_dc6abae7_39b0_4d22_b52e_14d088a4bd5f rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_0acd0fc2_1048_4604_8e90_bf4e84bd87df ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q754523" ;
@@ -5608,33 +5932,42 @@ of other configurations are used."""@en ;
skos:prefLabel "Supercapacitor"@en .
-### http://emmo.info/electrochemistry#electrochemistry_dd4c5ffa_6228_41d8_8a44_a40a2b22723e
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_dd4c5ffa_6228_41d8_8a44_a40a2b22723e
:electrochemistry_dd4c5ffa_6228_41d8_8a44_a40a2b22723e rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_90f71119_f476_4033_b6ee_6342680322e5
+ owl:someValuesFrom chemsub:substance_90f71119_f476_4033_b6ee_6342680322e5
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is cadmium"@en ;
skos:prefLabel "CadmiumElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_df4dd678_9642_47c9_84dd_4bb09f369f53
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_ddade648_2033_47b6_bc36_b562a9af591e
+:electrochemistry_ddade648_2033_47b6_bc36_b562a9af591e rdf:type owl:Class ;
+ rdfs:subClassOf emmo:EMMO_eb7de1a1_c30e_4f0d_94c6_fe70414d7e61 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Graphical representation of a dataset resulting from the measurement of the response of an electrochemical system."@en ;
+ rdfs:comment "Shows the relationship between two or more electrochemical variables."@en ;
+ skos:prefLabel "ElectrochemicalPlot"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_df4dd678_9642_47c9_84dd_4bb09f369f53
:electrochemistry_df4dd678_9642_47c9_84dd_4bb09f369f53 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_a16a1bae_7844_42fd_bb6d_979195d6c933
+ owl:someValuesFrom chemsub:substance_a16a1bae_7844_42fd_bb6d_979195d6c933
] ;
rdfs:comment "metal electrode in which the active material is sodium"@en ;
skos:prefLabel "SodiumElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_df78745e_f9db_4830_88f0_8ce074fcb8ff
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_df78745e_f9db_4830_88f0_8ce074fcb8ff
:electrochemistry_df78745e_f9db_4830_88f0_8ce074fcb8ff rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_9fd49892_cf6d_482e_a6c3_5f763948ec29 ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_dc5fb846_1824_40f8_9834_81f118aa1c2d
+ owl:someValuesFrom chemsub:substance_dc5fb846_1824_40f8_9834_81f118aa1c2d
] ;
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 ,
@@ -5650,14 +5983,24 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_e0869e7a_36fe_4e33_9843_a5dc19fcb488
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_e0869e7a_36fe_4e33_9843_a5dc19fcb488
:electrochemistry_e0869e7a_36fe_4e33_9843_a5dc19fcb488 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 15.5 mm and a height of 6.0 mm"@en ;
skos:prefLabel "R9"@en .
-### http://emmo.info/electrochemistry#electrochemistry_e248373f_294f_4ca4_9edf_0ad6653bb64f
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_e0b57b09_68ee_4687_a901_bfb599421972
+:electrochemistry_e0b57b09_68ee_4687_a901_bfb599421972 rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_ddade648_2033_47b6_bc36_b562a9af591e ;
+ emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q245627" ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "plots 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"@en ;
+ emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Bode_plot"@en ;
+ skos:altLabel "BodeDiagram"@en ;
+ skos:prefLabel "BodePlot"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_e248373f_294f_4ca4_9edf_0ad6653bb64f
:electrochemistry_e248373f_294f_4ca4_9edf_0ad6653bb64f rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q209440" ;
@@ -5691,7 +6034,7 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_e2a1dae1_05e4_4bd1_a39d_0eb10db482bc
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_e2a1dae1_05e4_4bd1_a39d_0eb10db482bc
:electrochemistry_e2a1dae1_05e4_4bd1_a39d_0eb10db482bc rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_19abaccd_43be_4048_965c_e4fb63c5951b ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q64403" ;
@@ -5709,13 +6052,14 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_e2c91edd_dd01_4309_9735_6fe5280261d4
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_e2c91edd_dd01_4309_9735_6fe5280261d4
:electrochemistry_e2c91edd_dd01_4309_9735_6fe5280261d4 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_bbb1d95b_72d1_44f6_b07e_a3d7d41ac215 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a gas diffusion electrode in which the active material is oxygen (O2)"@en ;
skos:prefLabel "OxygenElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_e3d3d21c_cb9a_498c_bdb0_63c964f0d3c6
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_e3d3d21c_cb9a_498c_bdb0_63c964f0d3c6
:electrochemistry_e3d3d21c_cb9a_498c_bdb0_63c964f0d3c6 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_0a0de817_addc_46a5_8ba2_255d48cdf366 ,
[ rdf:type owl:Restriction ;
@@ -5729,7 +6073,7 @@ of other configurations are used."""@en ;
skos:prefLabel "CapacityFade"@en .
-### http://emmo.info/electrochemistry#electrochemistry_e3f6eacc_f661_404e_ac16_45d2fa1f5d89
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_e3f6eacc_f661_404e_ac16_45d2fa1f5d89
:electrochemistry_e3f6eacc_f661_404e_ac16_45d2fa1f5d89 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_54e0c2bd_1bb2_4f9c_9b55_5b6cc34651ec ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q288224" ;
@@ -5744,48 +6088,52 @@ of other configurations are used."""@en ;
skos:prefLabel "SpaceChargeLayer"@en .
-### http://emmo.info/electrochemistry#electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5
:electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_9a823d64_9d10_4a29_9cbd_9bbdad7985bc ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is a metal oxide"@en ;
skos:prefLabel "MetalOxideElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_e73cb0b7_e2af_4c1a_b05b_503df25a8bf5
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_e4d666ee_d637_45cd_a904_dc33941ead4f
+:electrochemistry_e4d666ee_d637_45cd_a904_dc33941ead4f rdf:type owl:Class .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_e73cb0b7_e2af_4c1a_b05b_503df25a8bf5
:electrochemistry_e73cb0b7_e2af_4c1a_b05b_503df25a8bf5 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 10.0 mm and a height of 2.5 mm"@en ;
skos:prefLabel "R1025"@en .
-### http://emmo.info/electrochemistry#electrochemistry_e84e691a_df58_465c_9771_7a7fe2212ed5
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_e84e691a_df58_465c_9771_7a7fe2212ed5
:electrochemistry_e84e691a_df58_465c_9771_7a7fe2212ed5 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_615cff2a_be95_4e65_9471_98db23f4c878 ;
- skos:prefLabel "AqueousLithiumHydroxideSolution"@en .
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a solution of lithium hydroxide (LiOH) dissolved in water (H2O)"@en ;
+ skos:altLabel "AqueousLithiumHydroxideSolution"@en ,
+ "LiOHSolution"@en ;
+ skos:prefLabel "LithiumHydroxideSolution"@en .
-### http://emmo.info/electrochemistry#electrochemistry_e8c39ecc_29d1_4172_996e_d5b05dc88015
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_e8c39ecc_29d1_4172_996e_d5b05dc88015
:electrochemistry_e8c39ecc_29d1_4172_996e_d5b05dc88015 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5186239a_2af7_4dbf_92ca_22e8e583c528 ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_68c0876b_cb62_41cd_846d_95cc9d9a8733
+ owl:someValuesFrom chemsub:substance_68c0876b_cb62_41cd_846d_95cc9d9a8733
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_d53259a7_0d9c_48b9_a6c1_4418169df303
+ owl:someValuesFrom chemsub:substance_d53259a7_0d9c_48b9_a6c1_4418169df303
] ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an electrode with blended silicon and graphite active materials"@en ;
skos:prefLabel "SiliconGraphiteElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_e8cedede_5685_4625_9abe_64f62b5ddcb6
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_e8cedede_5685_4625_9abe_64f62b5ddcb6
:electrochemistry_e8cedede_5685_4625_9abe_64f62b5ddcb6 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_10359c79_cdf2_401a_83ee_d22e7fbb2ad1 ,
- :electrochemistry_64bf0969_37a1_4aaf_82e9_68462847ac65 ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d ;
- owl:someValuesFrom
- ] ;
+ :electrochemistry_64bf0969_37a1_4aaf_82e9_68462847ac65 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q900632" ;
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 "techniques based on the measurement of potential at controlled current (constant or equal to zero)"@en ;
@@ -5795,17 +6143,18 @@ of other configurations are used."""@en ;
skos:prefLabel "Potentiometry"@en .
-### http://emmo.info/electrochemistry#electrochemistry_e8d9e091_a56d_4a24_a305_d1bac55cfce3
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_e8d9e091_a56d_4a24_a305_d1bac55cfce3
:electrochemistry_e8d9e091_a56d_4a24_a305_d1bac55cfce3 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_0139937b_2724_4864_84fb_f14bcfb83538
+ owl:someValuesFrom chemsub:substance_0139937b_2724_4864_84fb_f14bcfb83538
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is sodium manganese oxide"@en ;
skos:prefLabel "SodiumManganeseOxideElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_e931087f_7681_4096_b200_5223bcc47eb4
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_e931087f_7681_4096_b200_5223bcc47eb4
:electrochemistry_e931087f_7681_4096_b200_5223bcc47eb4 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_6f2c88c9_5c04_4953_a298_032cc3ab9b77 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q2608426" ;
@@ -5839,7 +6188,7 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_e94f6d42_35e4_4f9f_bb74_5e0628bbd454
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_e94f6d42_35e4_4f9f_bb74_5e0628bbd454
:electrochemistry_e94f6d42_35e4_4f9f_bb74_5e0628bbd454 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_43cd6e14_dd43_41b5_b5b4_344d53841603 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-18"@en ;
@@ -5854,7 +6203,7 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_e9639083_e9c5_4d0a_97e8_be1e139c179f
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_e9639083_e9c5_4d0a_97e8_be1e139c179f
:electrochemistry_e9639083_e9c5_4d0a_97e8_be1e139c179f rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_b3a6d552_b38e_47ad_9d48_e8b77035d63e ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q11778221" ;
@@ -5866,9 +6215,17 @@ of other configurations are used."""@en ;
skos:prefLabel "ConductometricTitration"@en .
-### http://emmo.info/electrochemistry#electrochemistry_eacb141f_6ab4_491f_8603_a3e025cefc82
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_eacb141f_6ab4_491f_8603_a3e025cefc82
:electrochemistry_eacb141f_6ab4_491f_8603_a3e025cefc82 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_1aec4cc0_82d5_4042_a657_ed7fe291c3d8 ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty emmo:EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5 ;
+ owl:someValuesFrom emmo:EMMO_08bcf1d6_e719_46c8_bb21_24bc9bf34dba
+ ] ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty emmo:EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5 ;
+ owl:someValuesFrom emmo:EMMO_c1c8ac3c_8a1c_4777_8e0b_14c1f9f9b0c6
+ ] ,
[ rdf:type owl:Restriction ;
owl:onProperty emmo:EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ;
owl:someValuesFrom :electrochemistry_1e33e37e_d7c9_4701_ba6d_a09456a13aaf
@@ -5881,17 +6238,18 @@ of other configurations are used."""@en ;
skos:prefLabel "RoundCase"@en .
-### http://emmo.info/electrochemistry#electrochemistry_eb09ca25_90c9_4b55_9165_76fbf7fb5a46
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_eb09ca25_90c9_4b55_9165_76fbf7fb5a46
:electrochemistry_eb09ca25_90c9_4b55_9165_76fbf7fb5a46 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_334b7617_34d5_4cb4_9e03_cde9ff19183d
+ owl:someValuesFrom chemsub:substance_334b7617_34d5_4cb4_9e03_cde9ff19183d
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is bismuth"@en ;
skos:prefLabel "BismuthElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_eb1c9aa3_ad4f_4f2a_80f6_d6c8a8bc0d9a
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_eb1c9aa3_ad4f_4f2a_80f6_d6c8a8bc0d9a
:electrochemistry_eb1c9aa3_ad4f_4f2a_80f6_d6c8a8bc0d9a rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 9.5 mm and a height of 2.1 mm"@en ;
@@ -5899,20 +6257,23 @@ of other configurations are used."""@en ;
skos:prefLabel "R921"@en .
-### http://emmo.info/electrochemistry#electrochemistry_ebd01982_6b0c_48e7_90ef_7b7342009449
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_ebd01982_6b0c_48e7_90ef_7b7342009449
:electrochemistry_ebd01982_6b0c_48e7_90ef_7b7342009449 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_615cff2a_be95_4e65_9471_98db23f4c878 ;
- skos:prefLabel "AqueousSodiumHydroxideSolution"@en .
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a solution of sodium hydroxide (LiOH) dissolved in water (H2O)"@en ;
+ skos:altLabel "AqueousSodiumHydroxideSolution"@en ,
+ "NaOHSolution"@en ;
+ skos:prefLabel "SodiumHydroxideSolution"@en .
-### http://emmo.info/electrochemistry#electrochemistry_ebdb68e9_c4b5_4d57_a042_c0f51d446755
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_ebdb68e9_c4b5_4d57_a042_c0f51d446755
:electrochemistry_ebdb68e9_c4b5_4d57_a042_c0f51d446755 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_68390bfb_e307_479d_8f78_d66d8773cb1d ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A material that undergoes electrochemical changes."@en ;
skos:prefLabel "ElectrochemicalMaterial"@en .
-### http://emmo.info/electrochemistry#electrochemistry_ebf314c7_81ad_4d77_9da4_b454520fda0e
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_ebf314c7_81ad_4d77_9da4_b454520fda0e
:electrochemistry_ebf314c7_81ad_4d77_9da4_b454520fda0e rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 9.5 mm and a height of 1.6 mm"@en ;
@@ -5920,7 +6281,7 @@ of other configurations are used."""@en ;
skos:prefLabel "R916"@en .
-### http://emmo.info/electrochemistry#electrochemistry_ec1dce8b_bb46_41a9_b532_6bed381aa557
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_ec1dce8b_bb46_41a9_b532_6bed381aa557
:electrochemistry_ec1dce8b_bb46_41a9_b532_6bed381aa557 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_0acd0fc2_1048_4604_8e90_bf4e84bd87df ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-14" ;
@@ -5935,7 +6296,7 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_ec6f3d6f_bdf5_418f_9314_3ef2ff528103
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_ec6f3d6f_bdf5_418f_9314_3ef2ff528103
:electrochemistry_ec6f3d6f_bdf5_418f_9314_3ef2ff528103 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_b0a0dddb_d942_4af2_b6a7_d7165f4253f1 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q120907443" ;
@@ -5952,7 +6313,7 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_ecf136cb_2584_4cb1_98b7_2d2b3d22e40d
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_ecf136cb_2584_4cb1_98b7_2d2b3d22e40d
:electrochemistry_ecf136cb_2584_4cb1_98b7_2d2b3d22e40d rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_d16eec87_c646_4566_bda6_7d3357cda061 ;
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 ;
@@ -5961,23 +6322,24 @@ of other configurations are used."""@en ;
skos:prefLabel "SolidElectrolyteInterphase"@en .
-### http://emmo.info/electrochemistry#electrochemistry_ee0278fb_932d_48cd_a20a_c1b89b29d68b
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_ee0278fb_932d_48cd_a20a_c1b89b29d68b
:electrochemistry_ee0278fb_932d_48cd_a20a_c1b89b29d68b rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_cdd18f0c_e7b3_4d09_b3dd_c09fe4b1adba
+ owl:someValuesFrom chemsub:substance_cdd18f0c_e7b3_4d09_b3dd_c09fe4b1adba
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is sodium cobalt oxide"@en ;
skos:prefLabel "SodiumCobaltOxideElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_ee479886_6805_4018_95e1_500185e44215
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_ee479886_6805_4018_95e1_500185e44215
:electrochemistry_ee479886_6805_4018_95e1_500185e44215 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_ec7464a9_d99d_45f8_965b_4e9230ea8356 ;
skos:prefLabel "Powder"@en .
-### http://emmo.info/electrochemistry#electrochemistry_efaca8db_a3e0_4188_9c9b_ed0037966725
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_efaca8db_a3e0_4188_9c9b_ed0037966725
:electrochemistry_efaca8db_a3e0_4188_9c9b_ed0037966725 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_06658d8d_dcde_4fc9_aae1_17f71c0bcdec ,
[ rdf:type owl:Restriction ;
@@ -5988,7 +6350,7 @@ of other configurations are used."""@en ;
skos:prefLabel "CelsiusTemperatureVector"@en .
-### http://emmo.info/electrochemistry#electrochemistry_efc4f7ab_850d_443c_a17f_184983021f96
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_efc4f7ab_850d_443c_a17f_184983021f96
:electrochemistry_efc4f7ab_850d_443c_a17f_184983021f96 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_52bbaaee_1145_4be3_8a5c_b366851ea1b9 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q302489" ;
@@ -6004,17 +6366,22 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_f07be701_9d6a_415b_ac6d_63202297a7a1
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f046d602_22ea_4f9b_9101_319f510d39f0
+:electrochemistry_f046d602_22ea_4f9b_9101_319f510d39f0 rdf:type owl:Class .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f07be701_9d6a_415b_ac6d_63202297a7a1
:electrochemistry_f07be701_9d6a_415b_ac6d_63202297a7a1 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_46957d35_0f8b_4d92_acb3_aded6ce774a1 ,
[ rdf:type owl:Restriction ;
owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ;
owl:someValuesFrom :electrochemistry_a9fc3f77_e48e_4bce_b118_044d608722f6
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a process in which the voltage is kept constant"@en ;
skos:prefLabel "PotentiostaticProcess"@en .
-### http://emmo.info/electrochemistry#electrochemistry_f0c24970_4c14_4207_bd78_5f2181a67085
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f0c24970_4c14_4207_bd78_5f2181a67085
:electrochemistry_f0c24970_4c14_4207_bd78_5f2181a67085 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_2e3e14f9_4cb8_45b2_908e_47eec893dec8 ,
:electrochemistry_f49b84d4_e1f9_424c_bb22_8cea23c0a7d4 ;
@@ -6029,39 +6396,35 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_f19d3b4f_d59b_4a92_a547_54a6f59cc9b4
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f19d3b4f_d59b_4a92_a547_54a6f59cc9b4
:electrochemistry_f19d3b4f_d59b_4a92_a547_54a6f59cc9b4 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_cd17ca33_ae3d_4738_8930_547673bf6c1f
+ owl:someValuesFrom chemsub:substance_cd17ca33_ae3d_4738_8930_547673bf6c1f
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is lithium nickel cobalt aluminium oxide"@en ;
skos:altLabel "NCAElectrode"@en ;
skos:prefLabel "LithiumNickelCobaltAluminumOxideElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_f1c7eacb_9f21_4100_925c_3974f266e06f
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f1c7eacb_9f21_4100_925c_3974f266e06f
:electrochemistry_f1c7eacb_9f21_4100_925c_3974f266e06f rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_b2d11f0d_c1b0_4476_8d17_03b73d31e01f ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an asymmetric membrane composed of two layers, typically with different chemical properties or functional roles"@en ;
skos:prefLabel "BilayerMembrane"@en .
-### http://emmo.info/electrochemistry#electrochemistry_f2cf71c1_f2d7_4131_82e0_2701cdecea55
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f2cf71c1_f2d7_4131_82e0_2701cdecea55
:electrochemistry_f2cf71c1_f2d7_4131_82e0_2701cdecea55 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 16.0 mm and a height of 3.2 mm"@en ;
skos:prefLabel "R1632"@en .
-### http://emmo.info/electrochemistry#electrochemistry_f330680b_347e_45b3_9113_5ce09d18d60b
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f330680b_347e_45b3_9113_5ce09d18d60b
:electrochemistry_f330680b_347e_45b3_9113_5ce09d18d60b rdf:type owl:Class ;
- rdfs:subClassOf emmo:EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817 ,
- [ rdf:type owl:Restriction ;
- owl:onProperty [ owl:inverseOf emmo:EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec
- ] ;
- owl:someValuesFrom :electrochemistry_1aec4cc0_82d5_4042_a657_ed7fe291c3d8
- ] ;
+ rdfs:subClassOf emmo:EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-41" ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "vent 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"@en ;
skos:prefLabel "PressureReliefVent"@en .
@@ -6074,7 +6437,7 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_f47611a2_e081_47f0_b287_3fda5f706154
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f47611a2_e081_47f0_b287_3fda5f706154
:electrochemistry_f47611a2_e081_47f0_b287_3fda5f706154 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_8a1c9a7b_978c_4421_a9c1_d0b07b42aab9 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q22117434" ;
@@ -6093,33 +6456,13 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_f49b84d4_e1f9_424c_bb22_8cea23c0a7d4
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f49b84d4_e1f9_424c_bb22_8cea23c0a7d4
:electrochemistry_f49b84d4_e1f9_424c_bb22_8cea23c0a7d4 rdf:type owl:Class ;
- rdfs:subClassOf emmo:EMMO_bafc17b5_9be4_4823_8bbe_ab4e90b6738c ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 ;
- owl:someValuesFrom :electrochemistry_31e8052d_bede_43c6_8b41_d51bb24c9489
- ] ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_d43af210_f854_4432_a891_ce3022e3b558 ;
- owl:someValuesFrom :electrochemistry_158ae038_c64b_4cc0_aa56_650475490705
- ] ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_d43af210_f854_4432_a891_ce3022e3b558 ;
- owl:someValuesFrom :electrochemistry_7fdf65c1_b86a_4cbe_8c06_56321b425d4e
- ] ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_d43af210_f854_4432_a891_ce3022e3b558 ;
- owl:someValuesFrom :electrochemistry_825a749f_dd07_46fb_947c_db286440911e
- ] ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_d43af210_f854_4432_a891_ce3022e3b558 ;
- owl:someValuesFrom :electrochemistry_bea04148_10d9_4eda_9cd5_8f609d7e9ff8
- ] ;
+ rdfs:subClassOf emmo:EMMO_bafc17b5_9be4_4823_8bbe_ab4e90b6738c ;
skos:prefLabel "ElectrochemicalMethod"@en .
-### http://emmo.info/electrochemistry#electrochemistry_f4a1323a_ce2b_4c1a_b89d_c80170110ed6
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f4a1323a_ce2b_4c1a_b89d_c80170110ed6
:electrochemistry_f4a1323a_ce2b_4c1a_b89d_c80170110ed6 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_2e3e14f9_4cb8_45b2_908e_47eec893dec8 ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-02-10"@en ,
@@ -6153,14 +6496,14 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_f54474fc_5d07_474b_97ae_f5d0349363b4
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f54474fc_5d07_474b_97ae_f5d0349363b4
:electrochemistry_f54474fc_5d07_474b_97ae_f5d0349363b4 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_95e4aa95_b7e9_40d7_b78e_4d7dcc31093d ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a flow cell that uses one or more electroactive components deposited as a solid layer"@en ;
skos:prefLabel "HybridFlowCell"@en .
-### http://emmo.info/electrochemistry#electrochemistry_f57a7dac_2ec2_4d51_b697_01a844c4467f
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f57a7dac_2ec2_4d51_b697_01a844c4467f
:electrochemistry_f57a7dac_2ec2_4d51_b697_01a844c4467f rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_ac9723d1_bac0_4109_874e_32849de9299b ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "considers the effects of specific adsorbed ions in the double layer"@en ;
@@ -6168,33 +6511,38 @@ of other configurations are used."""@en ;
skos:prefLabel "TrasattiBuzzancaModel"@en .
-### http://emmo.info/electrochemistry#electrochemistry_f6223121_7df5_42f8_902c_d26fa2fc4f04
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f591a444_89d6_4093_836d_7d53895edce4
+:electrochemistry_f591a444_89d6_4093_836d_7d53895edce4 rdf:type owl:Class .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f6223121_7df5_42f8_902c_d26fa2fc4f04
:electrochemistry_f6223121_7df5_42f8_902c_d26fa2fc4f04 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_4126ee09_b9c6_4694_bf33_0d8970e05f72
+ owl:someValuesFrom chemsub:substance_4126ee09_b9c6_4694_bf33_0d8970e05f72
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is lead oxide"@en ;
skos:altLabel "PbOElectrode"@en ;
skos:prefLabel "LeadOxideElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_f6341d7d_7620_48f5_97b2_99b55c349169
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f6341d7d_7620_48f5_97b2_99b55c349169
:electrochemistry_f6341d7d_7620_48f5_97b2_99b55c349169 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_19abaccd_43be_4048_965c_e4fb63c5951b ,
[ rdf:type owl:Restriction ;
owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ;
- owl:someValuesFrom :electrochemistry_79d1b273-58cd-4be6-a250-434817f7c261
+ owl:someValuesFrom :electrochemistry_79d1b273_58cd_4be6_a250_434817f7c261
] ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a degradation mechanism in electrochemical cells in which fractures in the active material particles increase cell resistance."@en ;
skos:prefLabel "ActiveMaterialParticleCracking"@en .
-### http://emmo.info/electrochemistry#electrochemistry_f693b744_930c_42ac_8e6f_627b22c6da3f
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f693b744_930c_42ac_8e6f_627b22c6da3f
:electrochemistry_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:onProperty emmo:EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ;
owl:someValuesFrom :electrochemistry_fb9bf7cb_dd4b_4391_99a1_628263dd6940
] ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a system for measuing electric current"@en ;
@@ -6202,9 +6550,9 @@ of other configurations are used."""@en ;
skos:prefLabel "ElectricCurrentMeasuringSystem"@en .
-### http://emmo.info/electrochemistry#electrochemistry_f6fcd255_248d_4603_b128_04dab960a676
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f6fcd255_248d_4603_b128_04dab960a676
:electrochemistry_f6fcd255_248d_4603_b128_04dab960a676 rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_0f007072-a8dd-4798-b865-1bf9363be627 ;
+ rdfs:subClassOf :electrochemistry_0f007072_a8dd_4798_b865_1bf9363be627 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q120907462" ;
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 ;
@@ -6220,14 +6568,14 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_f7e253da_b12e_40b0_ba51_8cb039839ab6
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f7e253da_b12e_40b0_ba51_8cb039839ab6
:electrochemistry_f7e253da_b12e_40b0_ba51_8cb039839ab6 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 12.05 mm and a height of 2.5 mm"@en ;
skos:prefLabel "R1225"@en .
-### http://emmo.info/electrochemistry#electrochemistry_f8e0d532_cf44_403c_9188_e00ee161a3c1
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f8e0d532_cf44_403c_9188_e00ee161a3c1
:electrochemistry_f8e0d532_cf44_403c_9188_e00ee161a3c1 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_ecf136cb_2584_4cb1_98b7_2d2b3d22e40d ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a type of solid electrolyte interface that forms on the surface of the electrode designated as the \"cathode\" or positive electrode"@en ;
@@ -6235,29 +6583,30 @@ of other configurations are used."""@en ;
skos:prefLabel "CathodeElectrolyteInterphase"@en .
-### http://emmo.info/electrochemistry#electrochemistry_f8f81b27_1d6c_42d8_a7e9_5a2534102562
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f8f81b27_1d6c_42d8_a7e9_5a2534102562
:electrochemistry_f8f81b27_1d6c_42d8_a7e9_5a2534102562 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_68f9b85e_340f_46ec_96da_ebb6bd62f5fd
+ owl:someValuesFrom chemsub:substance_68f9b85e_340f_46ec_96da_ebb6bd62f5fd
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is sodium chromium oxide"@en ;
skos:prefLabel "SodiumChromiumOxideElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_f91c9ae3_42b8_4efa_9b67_a406d162d3b5
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f91c9ae3_42b8_4efa_9b67_a406d162d3b5
:electrochemistry_f91c9ae3_42b8_4efa_9b67_a406d162d3b5 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_6e439f86_3d00_4b0b_82ab_1fa25241d4e9 ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_0bf1ed19_2fc9_4e6d_87ec_62015985a9a6
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_269ddd97_1437_4545_b272_0df75a12c68a
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom :electrochemistry_85e39686_9658_4c74_bb91_a935704c174a
] ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "direct 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)"@en ;
@@ -6266,32 +6615,43 @@ of other configurations are used."""@en ;
skos:prefLabel "Chronocoulometry"@en .
-### http://emmo.info/electrochemistry#electrochemistry_f9e2e676_5cd1_4e22_a776_af45838d4027
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f9af8440_3629_4558_a944_9dfaf3dfd7ec
+:electrochemistry_f9af8440_3629_4558_a944_9dfaf3dfd7ec rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_0a03ce7e_d79f_412e_a103_b5d74de9f4d7 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Linear 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."@en ;
+ skos:prefLabel "TriangularPotentialWaveform"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f9e2e676_5cd1_4e22_a776_af45838d4027
:electrochemistry_f9e2e676_5cd1_4e22_a776_af45838d4027 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_615cff2a_be95_4e65_9471_98db23f4c878 ;
- skos:prefLabel "AqueousAmmoniaSolution"@en .
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a solution of ammonia (NH3) dissolved in water (H2O)"@en ;
+ rdfs:comment "the solution can also be made by dissolving ammonium hydroxide (NH4OH) in water"@en ;
+ skos:altLabel "AqueousAmmoniaSolution"@en ;
+ skos:prefLabel "AmmoniaSolution"@en .
-### http://emmo.info/electrochemistry#electrochemistry_f9f056bb_a38b_43bd_a6bd_99d618431f4d
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f9f056bb_a38b_43bd_a6bd_99d618431f4d
:electrochemistry_f9f056bb_a38b_43bd_a6bd_99d618431f4d rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_f96ceacb_2808_4c4d_925c_d28086c8a2e1
+ owl:someValuesFrom chemsub:substance_f96ceacb_2808_4c4d_925c_d28086c8a2e1
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is palladium"@en ;
skos:prefLabel "PalladiumElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_fa22874b_76a9_4043_8b8f_6086c88746de
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_fa22874b_76a9_4043_8b8f_6086c88746de
:electrochemistry_fa22874b_76a9_4043_8b8f_6086c88746de rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_609b340f_3450_4a10_95c2_c457e3eb8a89 ,
- emmo:EMMO_4b3e2374_52a1_4420_8e3f_3ae6b9bf7dff ;
+ rdfs:subClassOf emmo:EMMO_4b3e2374_52a1_4420_8e3f_3ae6b9bf7dff ,
+ :electrochemistry_609b340f_3450_4a10_95c2_c457e3eb8a89 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a liquid electrolyte that consists of solutes dissolved in a solvent"@en ;
skos:altLabel "ElectrolyticSolution"@en ;
skos:prefLabel "ElectrolyteSolution"@en .
-### http://emmo.info/electrochemistry#electrochemistry_fa54f95d_b49e_43b5_84c3_35520d0fb2f6
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_fa54f95d_b49e_43b5_84c3_35520d0fb2f6
:electrochemistry_fa54f95d_b49e_43b5_84c3_35520d0fb2f6 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_ac9723d1_bac0_4109_874e_32849de9299b ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an 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"@en ;
@@ -6299,17 +6659,28 @@ of other configurations are used."""@en ;
skos:prefLabel "GouyChapmanModel"@en .
-### http://emmo.info/electrochemistry#electrochemistry_fab4bd12_c4ed_417a_92a3_bcb109000d82
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_fa774456_718a_4a28_ba6a_6f828887c510
+:electrochemistry_fa774456_718a_4a28_ba6a_6f828887c510 rdf:type owl:Class ;
+ rdfs:subClassOf :electrochemistry_904b12e0_4a10_47b0_b7db_592aba215cb6 ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "signal where an electric current is varied linearly from an initial current, typically 0 A"@en ;
+ skos:prefLabel "LinearCurrentRamp"@en .
+
+
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_fab4bd12_c4ed_417a_92a3_bcb109000d82
:electrochemistry_fab4bd12_c4ed_417a_92a3_bcb109000d82 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 20.0 mm and a height of 4.0 mm"@en ;
skos:prefLabel "R2040"@en .
-### http://emmo.info/electrochemistry#electrochemistry_fb0d9eef_92af_4628_8814_e065ca255d59
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_fb0d9eef_92af_4628_8814_e065ca255d59
:electrochemistry_fb0d9eef_92af_4628_8814_e065ca255d59 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_b5ea31c9_bb10_4276_980e_c3eceb1efc82 ,
- :electrochemistry_ebdb68e9_c4b5_4d57_a042_c0f51d446755 ;
+ :electrochemistry_ebdb68e9_c4b5_4d57_a042_c0f51d446755 ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty emmo:EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5 ;
+ owl:someValuesFrom :electrochemistry_25dabdc2_68bf_4a38_8cbe_11be017358bc
+ ] ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q162908" ;
emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-02" ,
"https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-29" ;
@@ -6352,9 +6723,9 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_fb988878_ee54_4350_9ee9_228c00c3ad35
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_fb988878_ee54_4350_9ee9_228c00c3ad35
:electrochemistry_fb988878_ee54_4350_9ee9_228c00c3ad35 rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_0f007072-a8dd-4798-b865-1bf9363be627 ;
+ rdfs:subClassOf :electrochemistry_0f007072_a8dd_4798_b865_1bf9363be627 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q477099" ;
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 ;
@@ -6372,7 +6743,7 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_fb9bf7cb_dd4b_4391_99a1_628263dd6940
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_fb9bf7cb_dd4b_4391_99a1_628263dd6940
:electrochemistry_fb9bf7cb_dd4b_4391_99a1_628263dd6940 rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_f2d5d3ad_2e00_417f_8849_686f3988d929 ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q905539" ;
@@ -6392,25 +6763,26 @@ of other configurations are used."""@en ;
] .
-### http://emmo.info/electrochemistry#electrochemistry_fbf40756_3265_4468_bcdb_88d162afc539
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_fbf40756_3265_4468_bcdb_88d162afc539
:electrochemistry_fbf40756_3265_4468_bcdb_88d162afc539 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 23.0 mm and a height of 2.0 mm"@en ;
skos:prefLabel "R2320"@en .
-### http://emmo.info/electrochemistry#electrochemistry_fd7caf39_0a43_4fbf_958e_a62067aa9007
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_fd7caf39_0a43_4fbf_958e_a62067aa9007
:electrochemistry_fd7caf39_0a43_4fbf_958e_a62067aa9007 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_e4b6cb36_4dac_49e3_871d_40bcfca943a5 ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_4c62d334_a124_40b3_9fd1_fe713d01a6af
+ owl:someValuesFrom chemsub:substance_4c62d334_a124_40b3_9fd1_fe713d01a6af
] ;
+ emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "electrode in which the active material is lithium cobalt oxide"@en ;
skos:altLabel "LCOElectrode"@en ;
skos:prefLabel "LithiumCobaltOxideElectrode"@en .
-### http://emmo.info/electrochemistry#electrochemistry_fe054d02_41c7_40e9_8206_3440ab6a67b2
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_fe054d02_41c7_40e9_8206_3440ab6a67b2
:electrochemistry_fe054d02_41c7_40e9_8206_3440ab6a67b2 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a coin case with a nominal diameter of 11.6 mm and a height of 5.4 mm"@en ;
@@ -6418,7 +6790,7 @@ of other configurations are used."""@en ;
skos:prefLabel "R1154"@en .
-### http://emmo.info/electrochemistry#electrochemistry_fe3a6c9a_85b8_4da6_aa4f_71c8de74939e
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_fe3a6c9a_85b8_4da6_aa4f_71c8de74939e
:electrochemistry_fe3a6c9a_85b8_4da6_aa4f_71c8de74939e rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_3d805c2a_4801_440e_9e4d_0fa5585c76ae ;
emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q751124" ;
@@ -6430,649 +6802,20 @@ of other configurations are used."""@en ;
skos:prefLabel "NernstEquation"@en .
-### http://emmo.info/electrochemistry#electrochemistry_fffc3dad_6946_4c32_a9d3_f5f311339881
+### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_fffc3dad_6946_4c32_a9d3_f5f311339881
:electrochemistry_fffc3dad_6946_4c32_a9d3_f5f311339881 rdf:type owl:Class ;
rdfs:subClassOf :electrochemistry_4839708a_3864_47eb_b719_373ff8874c61 ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_aa8e9cc4_5f66_4307_b1c8_26fac7653a90
+ owl:someValuesFrom chemsub:substance_aa8e9cc4_5f66_4307_b1c8_26fac7653a90
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :electrochemistry_860aa941_5ff9_4452_8a16_7856fad07bee ;
- owl:someValuesFrom emmo:material_e8fafdc8_6cd3_4dd0_9630_10ca8e3f1827
+ owl:someValuesFrom chemsub:substance_e8fafdc8_6cd3_4dd0_9630_10ca8e3f1827
] ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an electrode with blended lithium manganese oxide (LMO) and lithium iron phosphate (LFP) active materials"@en ;
skos:altLabel "LMOLFPElectrode"@en ;
skos:prefLabel "LithiumManganeseOxideLithiumIronPhosphateElectrode"@en .
-### http://emmo.info/emmo#EMMO_a2a68924_b759_4ba4_a25d_126021569fb9
-emmo:EMMO_a2a68924_b759_4ba4_a25d_126021569fb9 rdf:type owl:Class ;
- rdfs:subClassOf :electrochemistry_331e6cca_f260_4bf8_af55_35304fe1bbe0 ;
- emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q176088" ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A 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."@en ;
- emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Membrane"@en ;
- emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.M03823" ;
- skos:prefLabel "Membrane"@en .
-
-[ rdf:type owl:Axiom ;
- owl:annotatedSource emmo:EMMO_a2a68924_b759_4ba4_a25d_126021569fb9 ;
- owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ;
- owl:annotatedTarget "A 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."@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://emmo.info/electrochemistry#electrochemistry_09b9a369_2228_44bd_9b63_8abecfec8650
- rdf:type owl:Class ;
- rdfs:subClassOf ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Linear ramp of electric current followed by a reversal to the initial current (typically I=0), both at the same current change rate."@en ;
- skos:prefLabel "TriangularCurrentWaveform"@en .
-
-
-### https://emmo.info/electrochemistry#electrochemistry_0a03ce7e_d79f_412e_a103_b5d74de9f4d7
- rdf:type owl:Class ;
- rdfs:subClassOf ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_3446e167_c576_49d6_846c_215bb8878a55 ;
- owl:someValuesFrom emmo:EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845
- ] ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Time-dependent variation of electric potential"@en ;
- skos:prefLabel "ElectricPotentialSignal"@en .
-
-
-### https://emmo.info/electrochemistry#electrochemistry_0d3e8340_4229_4fd3_b6dd_763bd566551d
- rdf:type owl:Class ;
- rdfs:subClassOf ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Signal consisting of a constant electric potential."@en ;
- skos:prefLabel "ConstantPotentialSignal"@en .
-
-
-### https://emmo.info/electrochemistry#electrochemistry_0e33278b_639f_412d_9abd_64c3790026ef
- rdf:type owl:Class ;
- rdfs:subClassOf ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Periodic potential where the amplitude alternates at a steady frequency between fixed minimum and maximum values, with the same duration at minimum and maximum."@en ;
- rdfs:comment "In an ideal square wave, the transitions between minimum and maximum are instantaneous."@en ;
- skos:prefLabel "SquareWavePotentialWaveform"@en .
-
-[ rdf:type owl:Axiom ;
- owl:annotatedSource ;
- owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ;
- owl:annotatedTarget "Periodic potential where the amplitude alternates at a steady frequency between fixed minimum and maximum values, with the same duration at minimum and maximum."@en ;
- dcterms:source "https://en.wikipedia.org/wiki/Square_wave"
- ] .
-
-
-### https://emmo.info/electrochemistry#electrochemistry_210f3520_1ea3_4c86_aa89_4cd9a3bc5a5a
- rdf:type owl:Class ;
- rdfs:subClassOf ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square wave potential waveform superimposed to a linear potential ramp or a staircase potential ramp."@en ;
- skos:prefLabel "SquareWaveVoltammetryWaveform"@en .
-
-
-### https://emmo.info/electrochemistry#electrochemistry_276cfa84_3cc0_40c0_9f6a_57a3b776f47c
- rdf:type owl:Class ;
- rdfs:subClassOf ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Time-dependent variation of electric charge passed through a system."@en ;
- skos:prefLabel "ElectricChargeSignal"@en .
-
-
-### https://emmo.info/electrochemistry#electrochemistry_29f2a35a_8c09_429d_b9e8_33f3e1fc3671
- rdf:type owl:Class ;
- rdfs:subClassOf ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Signal where the electric potential is varied linearly from an initial potential."@en ;
- skos:prefLabel "LinearPotentialRamp"@en .
-
-
-### https://emmo.info/electrochemistry#electrochemistry_2dd44ff6_425a_4377_b86e_fa2bd567819f
- rdf:type owl:Class ;
- rdfs:subClassOf ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Rapid, 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."@en ;
- skos:prefLabel "PotentialPulse"@en .
-
-
-### https://emmo.info/electrochemistry#electrochemistry_40ca9548_910a_48b6_9a26_f94095d349cd
- rdf:type owl:Class ;
- rdfs:subClassOf ;
- emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q5163647" ;
- emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-22" ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Signal consisting of a constant electric current."@en ;
- emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Constant_current" ;
- skos:altLabel "ConstantCurrentSignal"@en ,
- "DC"@en ;
- skos:prefLabel "DirectCurrent"@en .
-
-
-### https://emmo.info/electrochemistry#electrochemistry_46676855_68b0_4096_ac6c_35400111d46d
- rdf:type owl:Class ;
- rdfs:subClassOf ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "plot of the time-dependent amount of electric charge passed through an electrochemical system due to the application of a electric potential"@en ;
- skos:altLabel "ChargeTimeCurve"@en ,
- "ElectricChargeTimeCurve"@en ,
- "ElectricChargeTimePlot"@en ,
- "QtCurve"@en ;
- skos:prefLabel "ChargeTimePlot"@en .
-
-
-### https://emmo.info/electrochemistry#electrochemistry_58a20764_c339_4856_983a_05092b5282e8
- rdf:type owl:Class ;
- rdfs:subClassOf ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_3446e167_c576_49d6_846c_215bb8878a55 ;
- owl:someValuesFrom emmo:EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845
- ] ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Sinusoidal potential waveform superimposed to a linear potential ramp."@en ;
- skos:prefLabel "ACVoltammetrySignal"@en .
-
-
-### https://emmo.info/electrochemistry#electrochemistry_626f81db_ae4e_410a_96b8_0582aa2a9434
- rdf:type owl:Class ;
- rdfs:subClassOf ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Successive current steps that form a signal with a staircase waveform."@en ;
- skos:prefLabel "StaircaseCurrentRamp"@en .
-
-
-### https://emmo.info/electrochemistry#electrochemistry_712c791a_d593_4732_af73_493f7bc50999
- rdf:type owl:Class ;
- rdfs:subClassOf ;
- emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q114979515" ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "rapid, 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."@en ;
- skos:prefLabel "CurrentPulse"@en .
-
-
-### https://emmo.info/electrochemistry#electrochemistry_77be01ef_49bd_4f2e_bec8_eec0894b8562
- rdf:type owl:Class ;
- rdfs:subClassOf ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Pulses 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."@en ;
- skos:prefLabel "IncreasingPotentialPulses"@en .
-
-
-### https://emmo.info/electrochemistry#electrochemistry_84d37a37_88bd_47db_9425_31f73a81d38c
- rdf:type owl:Class ;
- rdfs:subClassOf ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Signal consisting of successive pulses of electric potential of the same magnitude."@en ;
- skos:prefLabel "ConstantPotentialPulses"@en .
-
-
-### https://emmo.info/electrochemistry#electrochemistry_898971cb_a9fc_4955_8abf_5d7163a9fe6c
- rdf:type owl:Class ;
- rdfs:subClassOf emmo:EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490 ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_3446e167_c576_49d6_846c_215bb8878a55 ;
- owl:someValuesFrom emmo:EMMO_d4f7d378_5e3b_468a_baa1_a7e98358cda7
- ] ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Time dependent variation of an electric quantity."@en ;
- skos:prefLabel "ElectricSignal"@en .
-
-
-### https://emmo.info/electrochemistry#electrochemistry_904b12e0_4a10_47b0_b7db_592aba215cb6
- rdf:type owl:Class ;
- rdfs:subClassOf ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_3446e167_c576_49d6_846c_215bb8878a55 ;
- owl:someValuesFrom emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88
- ] ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Time-dependent variation of electric current"@en ;
- skos:prefLabel "ElectricCurrentSignal"@en .
-
-
-### https://emmo.info/electrochemistry#electrochemistry_a2b01d05_b472_4cf5_b388_e0914db56324
- rdf:type owl:Class ;
- rdfs:subClassOf ;
- emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1333343" ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "plots of the out of phase vs. the in phase component of the impedance for all the frequencies tested in an impedimetry measurement"@en ;
- emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Nyquist_stability_criterion#Nyquist_plot"@en ;
- skos:altLabel "ComplexPlanePlot"@en ,
- "NyquistDiagram"@en ;
- skos:prefLabel "NyquistPlot"@en .
-
-
-### https://emmo.info/electrochemistry#electrochemistry_a53d6dee_1547_4854_a311_805b4d557298
- rdf:type owl:Class ;
- rdfs:subClassOf ;
- emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q124164" ;
- emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-24" ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "periodic current where the amplitude alternates at a steady frequency between fixed minimum and maximum values, with the same duration at minimum and maximum"@en ;
- emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Alternating_current"@en ;
- skos:altLabel "AC"@en ;
- skos:prefLabel "AlternatingCurrent"@en .
-
-
-### https://emmo.info/electrochemistry#electrochemistry_b49e2355_392f_4e83_b630_7ff4581d767b
- rdf:type owl:Class ;
- rdfs:subClassOf ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Small pulses of electric potential superimposed to a linear potential ramp or a staircase potential ramp."@en ;
- rdfs:comment "The pulses are usually of constant height 10 to 100 mV and constant width 10 to 100 ms."@en ;
- skos:prefLabel "DifferentialPotentialPulse"@en .
-
-
-### https://emmo.info/electrochemistry#electrochemistry_b99cff7f_b13f_4075_aa88_62c04f8daacc
- rdf:type owl:Class ;
- rdfs:subClassOf ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "plot of the dependence of instantaneous current on time"@en ;
- skos:altLabel "CurrentTimeCurve"@en ;
- skos:prefLabel "CurrentTimePlot"@en .
-
-[ rdf:type owl:Axiom ;
- owl:annotatedSource ;
- owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ;
- owl:annotatedTarget "plot of the dependence of instantaneous current on time"@en ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Pingarrón, José M., et al. \"Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019).\" Pure and Applied Chemistry
- 92.4 (2020): 641-694. DOI: https://doi.org/10.1515/pac-2018-0109"""
- ] .
-
-
-### https://emmo.info/electrochemistry#electrochemistry_b9a72491_8a50_4cac_a131_1e95d72b57ee
- rdf:type owl:Class ;
- rdfs:subClassOf ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_3446e167_c576_49d6_846c_215bb8878a55 ;
- owl:someValuesFrom emmo:EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845
- ] ,
- [ rdf:type owl:Restriction ;
- owl:onProperty emmo:EMMO_3446e167_c576_49d6_846c_215bb8878a55 ;
- owl:someValuesFrom emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88
- ] ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "plot of current versus applied potential (I-E) for a given system"@en ;
- rdfs:comment "The 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."@en ;
- skos:altLabel "CurrentPotentialCurve"@en ,
- "ElectricCurrentPotentialCurve"@en ;
- skos:prefLabel "CurrentPotentialPlot"@en .
-
-[ rdf:type owl:Axiom ;
- owl:annotatedSource ;
- owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ;
- owl:annotatedTarget "plot of current versus applied potential (I-E) for a given system"@en ;
- dcterms:source """Pingarrón, José M., et al. \"Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019).\" Pure and Applied Chemistry
- 92.4 (2020): 641-694. DOI: https://doi.org/10.1515/pac-2018-0109"""
- ] .
-
-
-### https://emmo.info/electrochemistry#electrochemistry_bbae1ef4_0a95_4e7d_9932_1bf939129eef
- rdf:type owl:Class ;
- rdfs:subClassOf ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "current-potential curve in a voltammetry experiment"@en ;
- emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Voltammetry#Voltammograms"@en ;
- skos:prefLabel "Voltammogram"@en .
-
-[ rdf:type owl:Axiom ;
- owl:annotatedSource ;
- owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ;
- owl:annotatedTarget "current-potential curve in a voltammetry experiment"@en ;
- dcterms:source """Pingarrón, José M., et al. \"Terminology of electrochemical methods of analysis (IUPAC Recommendations 2019).\" Pure and Applied Chemistry
- 92.4 (2020): 641-694. DOI: https://doi.org/10.1515/pac-2018-0109"""
- ] .
-
-
-### https://emmo.info/electrochemistry#electrochemistry_c74bb11c_e875_4112_b9cf_00d0890ef1f5
- rdf:type owl:Class ;
- rdfs:subClassOf ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Sinusoidal alternating potential of small amplitude (10 to 50 mV) of constant frequency (10 Hz to 100 kHz)."@en ;
- skos:prefLabel "SinusoidalPotentialWaveform"@en .
-
-
-### https://emmo.info/electrochemistry#electrochemistry_cd7d24a5_db31_4d76_97d9_367c809f099e
- rdf:type owl:Class ;
- rdfs:subClassOf ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "plot of the time-dependence of instantaneous electric potential following a change in applied current"@en ;
- skos:altLabel "ElectricPotentialTimeCurve"@en ,
- "ElectricPotentialTimePlot"@en ,
- "PotentialTimeCurve"@en ;
- skos:prefLabel "PotentialTimePlot"@en .
-
-
-### https://emmo.info/electrochemistry#electrochemistry_d359386f_ae2d_4ad4_9616_464e2111b67d
- rdf:type owl:Class ;
- rdfs:subClassOf ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Successive steps of electric potential that form a staircase waveform."@en ;
- skos:prefLabel "StaircasePotentialRamp"@en .
-
-
-### https://emmo.info/electrochemistry#electrochemistry_ddade648_2033_47b6_bc36_b562a9af591e
- rdf:type owl:Class ;
- rdfs:subClassOf emmo:EMMO_eb7de1a1_c30e_4f0d_94c6_fe70414d7e61 ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Graphical representation of a dataset resulting from the measurement of the response of an electrochemical system."@en ;
- rdfs:comment "Shows the relationship between two or more electrochemical variables."@en ;
- skos:prefLabel "ElectrochemicalPlot"@en .
-
-
-### https://emmo.info/electrochemistry#electrochemistry_e0b57b09_68ee_4687_a901_bfb599421972
- rdf:type owl:Class ;
- rdfs:subClassOf ;
- emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q245627" ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "plots 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"@en ;
- emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Bode_plot"@en ;
- skos:altLabel "BodeDiagram"@en ;
- skos:prefLabel "BodePlot"@en .
-
-
-### https://emmo.info/electrochemistry#electrochemistry_f9af8440_3629_4558_a944_9dfaf3dfd7ec
- rdf:type owl:Class ;
- rdfs:subClassOf ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Linear 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."@en ;
- skos:prefLabel "TriangularPotentialWaveform"@en .
-
-
-### https://emmo.info/electrochemistry#electrochemistry_fa774456_718a_4a28_ba6a_6f828887c510
- rdf:type owl:Class ;
- rdfs:subClassOf ;
- emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "signal where an electric current is varied linearly from an initial current, typically 0 A"@en ;
- skos:prefLabel "LinearCurrentRamp"@en .
-
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
-] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
-[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
- ] .
-
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
diff --git a/inferred_version/electrochemicalquantities-inferred.ttl b/inferred_version/electrochemicalquantities-inferred.ttl
deleted file mode 100644
index 6e97611..0000000
--- a/inferred_version/electrochemicalquantities-inferred.ttl
+++ /dev/null
@@ -1,43205 +0,0 @@
-@prefix : .
-@prefix owl: .
-@prefix rdf: .
-@prefix xml: .
-@prefix xsd: .
-@prefix rdfs: .
-@base .
-
- rdf:type owl:Ontology ;
- owl:versionIRI ;
- """Emanuele Ghedini
-University of Bologna (IT)
-email: emanuele.ghedini@unibo.it"""@en ,
- """Gerhard Goldbeck
-Goldbeck Consulting Ltd (UK)
-email: gerhard@goldbeck-consulting.com"""@en ,
- "emmo@emmc.eu" ;
- "The EMMO requires FacT++ reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ,
- "This ontology is generated with EMMOntoPy using data from the ASE Python package."@en ,
- "You can contact EMMO Authors via emmo@emmc.eu"@en ;
- ""@en ,
- """Defines physical quantities in the International System of Quantities (ISQ). ISQ was made an official ISO standard in 2009 and is defined in the ISO/IEC 80000 standard.
-
-ISQ underlines the SI system and defines physical quanties that are measured with SI units.
-
-ISQ has 7 base quantities and many derived quantities defined in terms of the 7 base quantities.
-
-The number of derived quantities not closed and may increase based on the need by domain ontologies."""@en ,
- """Defines properties as the result of an observation process. Observation is a semiotic process that stimulate an interpretant within the interpreter who communicates the perception result to other interpreters through a sign, which is the property.
-
-Hence, properties creates a link between the holistic and the perceptual perspectives.
-
-Subclasses of property are subclasses that spesialise the type of observation process."""@en ,
- """Defines the formal language of metrology, including theoretical and practical aspects of measurements.
-
-This module is based on the International vocabulary of metrology (VIM) as well as the ISO/IEC 80000 standard."""@en ,
- """Defines the holistic perspective which include process and the role of its participants.
-
-Processes are 4D object's that unfolds in time in a way that has a meaning to the ontologist with participants who's role is assigned by the ontologist."""@en ,
- """Defines the perceptual perspective, which categorises real world objects according to how they are percieved by an user as a recognisable pattern in space or time.
-
-The perceptual module includes formal languages, pictures, geometry, mathematics and sounds. Phenomenic objects can be used in a semiotic process as signs."""@en ,
- """Defines the perceptual perspective, which which categorises real world objects according to how they are percieved by an user as a recognisable pattern in space or time.
-
-The perceptual module includes formal languages, pictures, geometry, mathematics and sounds. Phenomenic objects can be used in a semiotic process as signs."""@en ,
- """Defines the reductionistic perspective, which uses the fundamental non-transitive parthood relation, called direct parthood, to provide a powerful granularity description of multiscale real world objects. EMMO can in principle represents the Universe with direct parthood relations as a direct rooted tree up to its elementary constituents.
-
-In addition to direct parthood, the reductionistic module defines 'State' as a tesselation of spatial direct parts with no change of granularity or cardinality and 'Existent' as a tesselation of temporal direct parts."""@en ,
- "Defines the root of the physicalistic perspective that introduces the concept of real world objects that have a meaning for the ontologist under an applied physics perspective."@en ,
- "Describes manufacturing processes with engineered participants. The module also provides a root for engineered materials."@en ,
- """Elementary Multiperspective Material Ontology (EMMO)
-
-EMMO is a multidisciplinary effort to develop a standard representational framework (the ontology) based on current materials modelling knowledge, including physical sciences, analytical philosophy and information and communication technologies.
-
-It provides the connection between the physical world, materials characterisation world and materials modelling world.
-
-EMMO is released under a Creative Commons license Attribution 4.0 International (CC BY 4.0)."""@en ,
- """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 ,
- """Introduces the fundamental mereocausal (and mereotopological) concepts of EMMO and their relations with the real world entities that they represent. EMMO uses mereocausality as the ground for all the subsequent ontology modules.
-The concept of causal connection is used to define the first distinction between ontology entities namely the item and collections. Items are causally self-connected objects, while collections are causally disconnected.
-Quantum mereology is based on the concept of quantum entity. This module introduces also the fundamental mereotopological relations used to distinguish between space and time dimensions, making spacetime emerge from underlying network of causal relations between quantum entities."""@en ,
- "The 'noncoherentsiunits' module contains non-coherent SI derived units. This include ."@en ,
- """The EMMO perspectives level ontology is a container for the EMMO perspectives level ontologies.
-
-The perspectives level ontologies act as roots for extending the EMMO towards specific application domains. They describe the world from different perspectives, including
- - physicalistic
- - holistic
- - reductionistic
- - perceptual
- - data
- - semiotic
- - persistence"""@en ,
- "The chemistry module populates the physicalistic perspective with materials subclasses categorised according to modern applied chemistry."@en ,
- "The domain module is a container that imports some common domain extensions of EMMO perspectives. The intension is to provide examples for developers of EMMO-based domain ontologies."@en ,
- "The materials module populates the physicalistic perspective with materials subclasses categorised according to modern applied physical sciences."@en ,
- "The math module defines the formal language of mathematics. Mathematical objects represents graphical objects based on graphical symbols arranged according the rules of math."@en ,
- "The models module defines models as semiotic signs that stands for an object by resembling or imitating it, in shape or by sharing a similar logical structure."@en ,
- "The module 'coherentsiunits' contain coherent derived SI units. For each physical dimensionality there exists one and only one coherent derived SI unit. Examples of such units are m/s, Pa·m, etc..."@en ,
- "The module 'prefixedsiunits' contains prefixed SI units, like km, ms, MPa, etc..."@en ,
- "The module 'siacceptedunits' include non-SI units that are accepted for use with the SI units as well as derived units constructed from SI and SI-accepted units."@en ,
- """The module 'sidimensionalunits' defines SI dimensional unit classes. These classes provide a categorisation of all units according to their SI physical dimensions.
-
-This module provides a connection between physical quantities defined in the 'isq' modules and the units defined in the 'siunits' and 'unitsextension' modules."""@en ,
- """The module 'siunits' defines the 7 base units and 22 derived units as well as the metric prefixes specified in the SI system.
-
-All additional derived units, SI-based or not, goes into the 'units-extension' module."""@en ,
- "The periodic table domain ontology provide a simple reference implementation of all atoms in the periodic table with a few selected conventional properties. It is ment as both an example for other domain ontologies as well as a useful assert by itself. Periodic table is released under the Creative Commons Attribution 4.0 International license (CC BY 4.0)."@en ,
- """The perspective module provides the practical implementation of the EMMO pluralistic approach for which the only objective categorization is provided by the Universe individual and all the Quantum individuals.
-
-Between these two extremes, there are several subjective ways to categorize real world objects, each one provide under a 'Perspective' subclass."""@en ,
- """The semiotics module is based on the semiotic theory by Charles S. Peirce. It introduces the triadic semiotic process, called semiosis, with its participants an 'object' that is represented by a 'sign' producing another sign, the 'interpretant' and finally the 'interpreter' who connects the 'object', 'sign' and 'interpretant'.
-
-The role of abstract objects are in EMMO fulfilled by semiotic objects, i.e. real world objects (e.g. symbol or sign) that stand for other real world objects that are to be interpreted by an agent. These symbols appear in actions (semiotic processes) meant to communicate meaning by establishing relationships between symbols (signs)."""@en ;
- "Access, DE" ,
- "Adham Hashibon, Fraunhofer IWM (DE)" ,
- "Adham Hashibon, Fraunhofer IWM, DE" ,
- "Adham Hashibon, University College of London, UK"@en ,
- "Anne de Baas, Goldbeck Consulting Ltd, UK"@en ,
- "Frabcesca L. Bleken, SINTEF (NO)" ,
- "Francesca L. Bleken, SINTEF (NO)" ,
- "Francesca Lønstad Bleken, SINTEF, NO"@en ,
- "Francesco A. Zaccarini, University of Bologna (IT)" ,
- "Francesco Zaccarini, University of Bologna, IT"@en ,
- "Fraunhofer IWM, DE" ,
- "Georg Schmitz, Access (DE)" ,
- "Georg Schmitz, Access, DE" ,
- "Georg Schmitz, Access, DE"@en ,
- "Gerhard Goldbeck, Boldbeck Consulting Ltd (UK)" ,
- "Gerhard Goldbeck, Goldbeck Consulting Ltd (UK)" ,
- "Gerhard Goldbeck, Goldbeck Consulting Ltd, UK"@en ,
- "Goldbeck Consulting Ltd (UK)" ,
- "Ilaria Maria Paponetti, University of Bologna (IT)" ,
- "Jesper Friis, SINTEF, NO" ,
- "Jesper Friis, SINTEF, NO"@en ,
- "Michael Noeske, FRAUNHOFER IFAM, DE"@en ,
- "SINTEF, NO" ,
- "Sebastiano Moruzzi, University of Bologna, IT"@en ,
- "Simon Clark, SINTEF (NO)" ,
- "University of Bologna, IT" ;
- "Adham Hashibon" ,
- "Emanuele Ghedini" ,
- "Emanuele Ghedini, University of Bologna (IT)" ,
- "Emanuele Ghedini, University of Bologna, IT" ,
- "Emanuele Ghedini, University of Bologna, IT"@en ,
- "Francesca Lønstad Bleken, SINTEF, NO"@en ,
- "Georg Schmitz" ,
- "Gerhard Goldbeck" ,
- "Gerhard Goldbeck, Goldbeck Consulting Ltd (UK)" ,
- "Jesper Friis" ,
- "Jesper Friis, SINTEF (NO)" ,
- "Jesper Friis, SINTEF, NO"@en ;
- "https://creativecommons.org/licenses/by/4.0/legalcode" ,
- "https://creativecommons.org/licenses/by/4.0/legalcode"@en ;
- "EMMC ASBL" ,
- "EMMC ASBL"@en ,
- """EMMC ASBL
-European Materials Modelling Council
-Silversquare Stéphanie
-Avenue Louise 54
-1050 Brussels
-CBE no: 0731 621 312
-contact@emmc.eu"""@en ;
- "Chemistry"@en ,
- "Distinctional"@en ,
- "Domain"@en ,
- "EMMO perspectives-level ontology"@en ,
- "Elementary Multiperspective Material Ontology"@en ,
- "Elementary Multiperspective Material Ontology (EMMO)"@en ,
- "Holistic"@en ,
- "Information"@en ,
- "International System of Quantities (ISQ)"@en ,
- "Manufacturing"@en ,
- "Materials"@en ,
- "Math"@en ,
- "Mereocausality"@en ,
- "Metrology"@en ,
- "Models"@en ,
- "Perceptual"@en ,
- "Periodic table"@en ,
- "Persholistic"@en ,
- "Persistence"@en ,
- "Perspective"@en ,
- "Physicalistic"@en ,
- "Properties"@en ,
- "Reductionistic"@en ,
- "SI dimensional units"@en ,
- "SI units"@en ,
- "Semiotics"@en ,
- "Symbolic"@en ,
- "Units extension"@en ;
- rdfs:comment """Contacts:
-Gerhard Goldbeck
-Goldbeck Consulting Ltd (UK)
-email: gerhard@goldbeck-consulting.com
-
-Emanuele Ghedini
-University of Bologna (IT)
-email: emanuele.ghedini@unibo.it"""@en ,
- "Contacts: emmo@emmc.eu"@en ,
- """Note: this file has automatically been populated with dimensional units from QUDT.
-
-We kindly acknowledge NIST for reusing their content, including the physical dimensionality of units."""@en ,
- """Note: this file has automatically been populated with dimensional units from QUDT.
-
-We kindly acknowledge NIST for reusing their content, including the selection of units, their elucidations and conversion multiplier."""@en ,
- """Note: this file has automatically been populated with units from QUDT.
-
-We kindly acknowledge NIST for reusing their content, including the selection of units, their elucidations and conversion multiplier."""@en ,
- "The EMMO requires FaCT++ reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ,
- "The EMMO requires FacT++ reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ,
- "The EMMO should be reasoned in order to visualize all inferences and class hierarchy in Protege (ctrl+R hotkey). It is tested with both the HermiT (preferred) and FacT++ reasoners."@en ,
- "The EMMO should be reasoned with HermiT to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ;
- owl:versionInfo "0.6.0" ,
- "1.0.0-beta5" ,
- "1.0.0-beta5"@en ;
- "https://github.com/emmo-repo/EMMO/raw/master/doc/emmo-logo.png" .
-
-#################################################################
-# Annotation properties
-#################################################################
-
-### http://emmo.info/emmo#EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2
- rdf:type owl:AnnotationProperty ;
- "The 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."@en ;
- "uneceCommonCode"@en .
-
-
-### http://emmo.info/emmo#EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17
- rdf:type owl:AnnotationProperty ;
- "A person or organisation acting as a contact point for enquiries about the ontology resource"@en ;
- "The annotation should include an email address."@en ;
- "contact"@en .
-
-
-### http://emmo.info/emmo#EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc
- rdf:type owl:AnnotationProperty ;
- "URL to corresponing entity in QUDT."@en ;
- rdfs:seeAlso "http://www.qudt.org/2.1/catalog/qudt-catalog.html"@en ;
- "qudtReference"@en .
-
-
-### http://emmo.info/emmo#EMMO_209ba1b3_149f_4ff0_b672_941610eafd72
- rdf:type owl:AnnotationProperty ;
- "IRI to corresponding concept in the Ontology of units of Measure."@en ;
- rdfs:seeAlso "https://enterpriseintegrationlab.github.io/icity/OM/doc/index-en.html" ,
- "https://github.com/HajoRijgersberg/OM" ;
- "omReference"@en .
-
-
-### http://emmo.info/emmo#EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54
- rdf:type owl:AnnotationProperty ;
- "URL corresponding to entry in Wikidata."@en ;
- rdfs:seeAlso "https://www.wikidata.org/" ;
- "wikidataReference"@en .
-
-
-### http://emmo.info/emmo#EMMO_31252f35_c767_4b97_a877_1235076c3e13
- rdf:type owl:AnnotationProperty ;
- "The conceptualisation annotation is a comment that helps the reader to understand how the world has been conceptualised by the ontology authors."@en ;
- "A conceptualisation is the preliminary step behind each theory, preceding each logical formalisation. The readers approaching an ontology entity should first read the conceptualisation annotation to clearly understand \"what we are talking about\" and the accompanying terminology, and then read the elucidation."@en ,
- "An elucidation can provide references to external knowledge sources (i.e. ISO, Goldbook, RoMM)."@en ;
- "conceptualisation"@en .
-
-
-### http://emmo.info/emmo#EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652
- rdf:type owl:AnnotationProperty ;
- "Unified Code for Units of Measure (UCUM)."@en ;
- "The Unified Code for Units of Measure (UCUM) is a code system intended to include all units of measures being contemporarily used in international science, engineering, and business. The purpose is to facilitate unambiguous electronic communication of quantities together with their units."@en ;
- rdfs:seeAlso "https://ucum.org/"^^xsd:anyURI ;
- "ucumCode"@en .
-
-
-### http://emmo.info/emmo#EMMO_371f5265_fa29_4081_b722_2c530b1fdddb
- rdf:type owl:AnnotationProperty ;
- "Pubchem URI for a compound or substance ID."@en ;
- "pubChemReference"@en .
-
-
-### http://emmo.info/emmo#EMMO_3aa37f92_8dc5_4ee4_8438_e41e6ae20c62
- rdf:type owl:AnnotationProperty ;
- "ISO9000Reference"@en .
-
-
-### http://emmo.info/emmo#EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f
- rdf:type owl:AnnotationProperty ;
- "URL for the entry in the International Electrotechnical Vocabulary (IEV)."@en ;
- rdfs:seeAlso "https://www.electropedia.org/" ;
- "IEVReference"@en .
-
-
-### http://emmo.info/emmo#EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25
- rdf:type owl:AnnotationProperty ;
- "URL to corresponding dpbedia entry."@en ;
- rdfs:seeAlso "https://wiki.dbpedia.org/" ;
- "dbpediaReference"@en .
-
-
-### http://emmo.info/emmo#EMMO_705f27ae_954c_4f13_98aa_18473fc52b25
- rdf:type owl:AnnotationProperty ;
- "The etymology annotation explains the origin of a word and the historical development of its meaning."@en ;
- "Definitions are usually taken from Wiktionary."@en ,
- "The etymology annotation is usually applied to rdfs:label entities, to better understand the connection between a label and the concept it concisely represents."@en ;
- "etymology"@en .
-
-[ rdf:type owl:Axiom ;
- owl:annotatedSource ;
- owl:annotatedProperty ;
- owl:annotatedTarget "Definitions are usually taken from Wiktionary."@en ;
- rdfs:seeAlso "https://en.wiktionary.org/wiki/Wiktionary"@en
- ] .
-
-
-### http://emmo.info/emmo#EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84
- rdf:type owl:AnnotationProperty ;
- "Precise and univocal description of an ontological entity in the framework of an axiomatic system."@en ;
- "A definition univocally determines a OWL entity using necessary and sufficient conditions referring to other OWL entities."@en ;
- "definition"@en .
-
-
-### http://emmo.info/emmo#EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64
- rdf:type owl:AnnotationProperty ;
- "The standard symbol for a unit."@en ;
- "A unit symbol may be a symbolic construct (e.g. km) or a symbol (e.g. m)."@en ;
- "unitSymbol"@en .
-
-
-### http://emmo.info/emmo#EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578
- rdf:type owl:AnnotationProperty ;
- "Corresponding item number in ISO 80 000."@en ;
- "3-1.1 (ISO80000 reference to length)"@en ;
- rdfs:seeAlso "https://www.iso.org/obp/ui/#iso:std:iso:80000:-1:ed-1:v1:en"@en ;
- "ISO80000Reference"@en .
-
-
-### http://emmo.info/emmo#EMMO_964568dd_64d2_454b_a12f_ac389f1c5e7f
- rdf:type owl:AnnotationProperty ;
- "ISO14040Reference"@en .
-
-
-### http://emmo.info/emmo#EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9
- rdf:type owl:AnnotationProperty ;
- "Short 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."@en ;
- "An elucidation should address the real world entities using the concepts introduced by the conceptualisation annotation."@en ;
- "elucidation"@en .
-
-
-### http://emmo.info/emmo#EMMO_b292d30e_4d60_43f5_9f3e_9c4e00e17a10
- rdf:type owl:AnnotationProperty .
-
-
-### http://emmo.info/emmo#EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a
- rdf:type owl:AnnotationProperty ;
- "Illustrative example of how the entity is used."@en ;
-