Separator#
Description#
A separator is a porous membrane that electrically insulates the anode and cathode while allowing ionic conductivity. It prevents short circuits while enabling ion transport.
Guidelines for Use#
Identify the Separator
{
"@context": "https://w3id.org/emmo/domain/electrochemistry/context",
"@type": "Separator"
}
Assign Properties
{
"@context": "https://w3id.org/emmo/domain/electrochemistry/context",
"@type": "Separator",
"hasProperty": [
{
"@type": "Thickness",
"hasNumericalPart": {
"@type": "RealData",
"hasNumericalValue": 20
},
"hasMeasurementUnit": "emmo:MicroMetre"
}
]
}
Link the Separator to a Functional Whole
{
"@context": "https://w3id.org/emmo/domain/electrochemistry/context",
"@type": "ElectrochemicalDevice",
"hasSeparator": {
"@type": "Separator",
"hasProperty": [
{
"@type": "Thickness",
"hasNumericalPart": {
"@type": "RealData",
"hasNumericalValue": 20
},
"hasMeasurementUnit": "emmo:MicroMetre"
}
]
}
}