diff --git a/sphinx/index.rst b/sphinx/index.rst index aee8a43..7f6517b 100644 --- a/sphinx/index.rst +++ b/sphinx/index.rst @@ -22,16 +22,20 @@ Welcome to the **EMMO Battery Domain Ontology**, a semantic resource with essent :linenos: { - "@context": "https://raw.githubusercontent.com/emmo-repo/domain-electrochemistry/master/context.json", - "@type": "ElectrochemicalCell", - "hasNegativeElectrode": { - "@type": "ZincElectrode" + "@context": "https://raw.githubusercontent.com/emmo-repo/domain-battery/master/context.json", + "@type": "CR2032", + "schema:name": "My CR2032 Coin Cell", + "schema:manufacturer": { + "@id": "https://www.wikidata.org/wiki/Q3041255", + "schema:name": "SINTEF" }, - "hasPositiveElectrode": { - "@type": "ManganeseDioxideElectrode" - }, - "hasElectrolyte": { - "@type": "AlkalineElectrolyte" + "hasProperty": { + "@type": ["NominalCapacity", "ConventionalProperty"], + "hasNumericalPart": { + "@type": "Real", + "hasNumericalValue": 230 + }, + "hasMeasurementUnit": "emmo:MilliAmpereHour" } } @@ -40,7 +44,7 @@ Welcome to the **EMMO Battery Domain Ontology**, a semantic resource with essent .. raw:: html
- +