This directory contains configuration to statically visualize StoreConnect's ontologies.
Statically visualization is based on a static HTML representation of the ontology.
- The StoreConnect's static ontology visualization server is based on the Protégé's OwlDoc plugin
- The StoreConnect's static ontology visualization server is based on the Apache's httpd 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 static ontology visualization server |
The official StoreConnect's ontology visualization server instance can be reached here. See associated ontologies for more details
Static HTML representation of an ontology can be produced by the Protégé's OwlDoc plugin.
To generate the static HTML representation of an ontology, then:
- Load your ontology into Protégé
- Export the HTML representation of your ontology by using the OwlDoc located at
Tools
->Export OWLDoc...
- Create a link, named
owldoc
, that links to the directory containing the exported HTML representation
When static HTML representation has been correctly generated (see previous section), then:
- 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
- Browse to
<docker_host>:8080
Where <docker_host>
is the associated Docker host (localhost
by default if using a native Docker installation)
When composition is running, the storeconnect-owldoc
service is up and exposed the following ports:
Port | Description |
---|---|
8080 | StoreConnect's static ontology visualization server's HTTP access |