This directory contains configuration to dynamically visualize StoreConnect's ontologies. Visualization is done by using the VisualDataWeb's WebOWL tool.
- The StoreConnect's dynamic ontology visualization server is based on the VisualDataWxeb's VOWL tool. So before to go, please read documentation carefully.
- The StoreConnect's dynamic ontology visualization server is based on the abourdon's WebVOWL image, and can be executed through the dedicated Docker composition file. So before to go, you have to know:
| File/Directory | Description |
|---|---|
docker-compose.yml |
The Docker composition file of the StoreConnect's dynamic ontology visualization server |
./conf/ |
Associated configuration file to the Docker composition |
The official StoreConnect's ontology visualization server instance can be reached here.
Simply execute from the console:
docker-compose up -d
Note: The -d option starts composition's containers in background mode. Use the --help option for more details
To visualize a StoreConnect's ontology, you first have to import it and then customize its visualization as described below.
- Access to the VisualDataWeb's VOWL interface by browsing to
<docker host>:8080/webvowl(where<docker host>is your Docker host,localhostby default if using a native Docker installation) - Get the StoreConnect's ontology IRI (can be retrieved by browsing in the dedicated ontologies directory and by using the URL provided by the raw Github version of the ontology)
- Hover the mouse point over the
Ontologymenu - Paste the StoreConnect's ontology IRI into the dedicated
Enter ontology IRIfield - Click on the
Visualizebutton
Then ontology is loading and can be finally visualized into the web interface.
By default, some filters are applied causing the hidding of some elements. To fully visualize ontology, apply the next configuration from the menu:
Filter->Class disjointness= uncheckedFilter->Degree of collapsing= 0
Finally, to better visualize the different ontologies involved, use the Multicolor option by using:
Modes->Color external->Multicolor= pressed
Now you can navigate to the ontology by zooming in/out, drag and drop and searching elements by using the dedicated Search field.
When composition is running, the storeconnect-webowl service is up and exposes the following ports:
| Port | Description |
|---|---|
| 8081 | StoreConnect's dynamic ontology visualization server's HTTP access |