Electrochemistry Ontology#
Welcome to the EMMO Electrochemistry Domain Ontology, a semantic resource with essential terms and relationships to describe electrochemical systems, materials, methods, and data. Here’s a simple example:
1{
2 "@context": "https://w3id.org/emmo/domain/electrochemistry/context",
3 "@type": "ElectrochemicalCell",
4 "hasNegativeElectrode": {
5 "@type": "ZincElectrode"
6 },
7 "hasPositiveElectrode": {
8 "@type": "ManganeseDioxideElectrode"
9 },
10 "hasElectrolyte": {
11 "@type": "AlkalineElectrolyte"
12 }
13}