Bots, Bureaucrats, data, Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Administrators, Upload Wizard campaign editors
485
edits
Simon Stier (talk | contribs) mNo edit summary Tag: 2017 source edit |
Simon Stier (talk | contribs) No edit summary Tag: 2017 source edit |
||
Line 10: | Line 10: | ||
=Details= | =Details= | ||
<div class="graphviz" style="text-align: center; display:none"> | <div class="graphviz" style="text-align: center; display:none"> | ||
digraph{ | 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"] | |||
cv [label="battinfo:CellVoltage"] | |||
eq [label="battinfo:ElectrochemicalQuantity"] | |||
eq -> cv [label="IsA", dir=back] | |||
ed -> ec [label="HasOutput", dir=back] | |||
ec -> eq [label="DefinesSome"] | |||
ed -> vec [label="HasOutput", dir=back] | |||
vec -> eq [label="DefinesSome"] | |||
node[color=black] | |||
ed -> "CV-CSV-Export" [label="IsA", dir=back] | |||
"CV-CSV-Export" -> "Table", "Header" [label="HasPart"] | |||
"Table" -> "Voltage Column" [label="HasPart"] | |||
cv -> "Voltage Column" [label="HasProperty", dir=back] | |||
label = "Data"; | |||
} | |||
} | } | ||
</div> | </div> |