Query module¤
Configuration property: modules.query
| Scope: app-wide and per workspace
The Query module of DataManager is used to query rdf data directly from store.
- js.config.modules.query
- enable
- graph
- startWith
- timeout
Property | Default | Required | Conflicts with | Valid values |
---|---|---|---|---|
js.config.modules.query.enable | true | no | none | boolean |
Set this property to true
to enable the Query module of DataManager.
Info
If this property is set to false
, all other settings of modules.query are skipped. To use the module you also need to have read access to the graphs specified in js.config.modules.vocabulary.graph
and js.config.shacl.shapesGraph
as well as the access control action urn:eccenca:QueryUserInterface
.
Property | Default | Required | Conflicts with | Valid values |
---|---|---|---|---|
js.config.modules.query.graph | none | yes | none | string (URI) |
Use this property to define the target graph for read and write operations.
Property | Default | Required | Conflicts with | Valid values |
---|---|---|---|---|
js.config.modules.query.startWith | false | no | none | boolean |
Set this property to true to load this module as the default one after login.
Info
If more than one module is defined startWith: true
the top most module in the navigation bar will be set as default.
Property | Default | Required | Conflicts with | Valid values |
---|---|---|---|---|
js.config.modules.query.timeout | 600000 | no | none | number |
Set this property to limit the timeout (in milliseconds) for requesting manual queries in Query Module.
Configuration example¤
js.config.modules:
query:
enable: true
startWith: false
graph: "https://ns.eccenca.com/data/queries/"
timeout: 600000