The DSS Schema Explorer
allows you to get a visual representation of a DSS schema.
The SchemaExplorer module (as a project under the TDA tool) has been developed with support from Latvian Science Council project lzp-2021/1-0389 "Visual Queries in Distributed Knowledge Graphs" (since 2022).
The TDA tool has been developed at Institute of Mathematics and Computer Science, University of Latvia, https://lumii.lv.
- Perform
git clone
for this repository. - Start the
tda.exe
directly, or create a shortcut for it. - At the first start you may be asked (once or twice) for elevated rights as the tool needs to register an OCX component for graphical diagrams.
- On some configurations, it might be necessary to run TDA with administrator privileges at the first start.
- Open SchemaExplorer project (
./SchemaExplorerProject
). The project contains examples of DSS schema visualizations.
- Data preparation is done in the ViziQuer tool. See https://viziquer.lumii.lv for the tool description.
- Export parameters are set in the form, which is opened by pressing the 'Data Schema' button in Diagrams view.
- Data preparation time depends on the number of classes and properties, the results are file
diagr_data.json
. - This file should be copied into the SchemaExplorerProject, replacing existing file there.
- To create a new DSS schema visualization, select
Diagram
tool from the Project Diagram's palette, then click on the diagram canvas where you want to place the diagram node. - Afterwards a new window will open where you can edit the diagram name.
- Data input is performed with popup element -
FillDiagram
. - The created diagram can then be opened by double-clicking on the diagram node.