Application configuration
The URLs to the input sources covered in the Application Inputs section can all be configured easily in order to customize a shacl-vue
instance. The current configuration, available at shacl-vue/src/assets/config.json
includes the following:
json
{
"shapes_url": "",
"data_url": "",
"class_url": "",
"group_layout": ""
}
shapes_url
is the URL to fetch the shapes graph fromdata_url
is the URL to fetch the data graph fromclass_url
is the URL to fetch the class hierarchy fromgroup_layout
provides an option to customize the layout of groups in a form. The options includedefault
, which is the standard vertically ordered layout, andtabs
, which displays groups of properties in horizontal tabs.
All URLs should either be unique and absolute online URIs, or a path relative to shacl-vue/src
in the case of a file local to the repository.
The defaults for all config URLs are the demo files.