Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 2.94 KB

File metadata and controls

64 lines (39 loc) · 2.94 KB

FUI StoreConnect's static ontology visualization server

This directory contains configuration to statically visualize StoreConnect's ontologies.

Statically visualization is based on a static HTML representation of the ontology.

Prerequisites

Content

File/Directory Description
docker-compose.yml The Docker composition file of the StoreConnect's static ontology visualization server

How to...

... access to the official StoreConnect's static ontology visualization server instance?

The official StoreConnect's ontology visualization server instance can be reached here. See associated ontologies for more details

... generate the static HTML representation of an ontology

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:

  1. Load your ontology into Protégé
  2. Export the HTML representation of your ontology by using the OwlDoc located at Tools -> Export OWLDoc...
  3. Create a link, named owldoc, that links to the directory containing the exported HTML representation

... visualize the static representation of an ontology

When static HTML representation has been correctly generated (see previous section), then:

  1. 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

  1. Browse to
    <docker_host>:8080

Where <docker_host> is the associated Docker host (localhost by default if using a native Docker installation)

Exposed ports

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