Skip to main content
Version: Next

Required Directories

Config

Create a src/vision/config directory

It contains the configuration for the update and query API endpoint for the in-memory Fuseki RDF triplestore.

Detailed information about the config directory can be found here

Layouts

Create a src/vision/layouts directory

It contains the specification needed for OML Vision to format the different views (i.e. Table, Tree, Diagram, etc.) that are rendered by the extension.

Detailed information about the layouts directory can be found here

Sparql

Create a src/vision/sparql directory

It contains the definitions for the updates and queries that will be sent to the in-memory RDF triplestore.

Detailed information about the config directory can be found here

Required Directories

The following directories are required for OML Vision to work properly.

  • src/vision/config
  • src/vision/layouts
  • src/vision/sparql

An error like this will occur without those directories No Required Directories