Term:OSLa54549fc328f4e5c941d7c5d3b74abf3: Difference between revisions

From Onterface Dataspace
m
(add graphviz)
m ()
Line 10: Line 10:


==Domain ontology for (raw) data description==
==Domain ontology for (raw) data description==
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">
<div class="graphviz">[[File:Term OSLa54549fc328f4e5c941d7c5d3b74abf3 fig1.png|none|thumb|1183x1183px|Figure 1. Interaction of existing (battery) ontologies EMMO, BattINFO and BVCO to represent physical measurement and virtual modeling of battery properties.]]
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>
</div>


Cookies help us deliver our services. By using our services, you agree to our use of cookies.