Term:OSLa54549fc328f4e5c941d7c5d3b74abf3: Difference between revisions

add graphviz
()
(add graphviz)
Line 14: Line 14:


The existing (battery) ontologies [https://github.com/emmo-repo/EMMO EMMO], [https://github.com/BIG-MAP/BattINFO BattINFO] and [https://github.com/Battery-Value-Chain-Ontology/ontology BVCO] in combination already cover the essential requirements of Onterface ( see Fig. 1).  
The existing (battery) ontologies [https://github.com/emmo-repo/EMMO EMMO], [https://github.com/BIG-MAP/BattINFO BattINFO] and [https://github.com/Battery-Value-Chain-Ontology/ontology BVCO] in combination already cover the essential requirements of Onterface ( see Fig. 1).  
<div class="graphviz">
digraph G {
    subgraph cluster_0 {
        node[color=blue]
        ec [label="bvco:ElectrochemicalCellTesting"]
        ec -> "battinfo:IntentionalElectrochemicalProcess" [label="HasPart"]
        "battinfo:ElectrochemicalCell" -> ec [label="HasInput", dir=back]
        "bvco:BatteryTester" -> ec [label="HasParticipant", dir=back]
        label = "Physical";
    }
   
    subgraph cluster_2 {
        node[color=red]
        vec [label="bvco:VirtualElectrochemicalCellTesting"]
        "battinfo:BatteryContinuumModel" -> vec [label="HasInput", dir=back]
        "emmo:SimulationApplication" -> vec [label="HasParticipant", dir=back]
        label = "Virtual";
    }
   
    subgraph cluster_1 {
        node[color=green]
        ed [label="bvco:ElectrochemicalData"]
        eq [label="battinfo:ElectrochemicalQuantity"]
        ed -> ec [label="HasOutput", dir=back]
        ec -> eq [label="DefinesSome"]
        ed -> vec [label="HasOutput", dir=back]
        vec -> eq [label="DefinesSome"]
        "Maccor-CSV-Export" -> ed [label="IsA"]
        label = "Data";
    }
}
</div>


Thus, concepts describing the battery cell, its properties (e. g. CellVoltage) and internal chemical processes (e. g. IntentionalElectrochemicalProcess) can be found in BattINFO. BVCO, on the other hand, describes devices (e. g. BatteryTester) and external processes (e. g. ElectrochemicalCellTesting) for characterizing the cells. Basic aspects for modelling (e. g. SimulationApplication) are already available in the base ontology EMMO.
Thus, concepts describing the battery cell, its properties (e. g. CellVoltage) and internal chemical processes (e. g. IntentionalElectrochemicalProcess) can be found in BattINFO. BVCO, on the other hand, describes devices (e. g. BatteryTester) and external processes (e. g. ElectrochemicalCellTesting) for characterizing the cells. Basic aspects for modelling (e. g. SimulationApplication) are already available in the base ontology EMMO.