Settings - gchq/LD-Explorer GitHub Wiki
This page summarises the options you will see under the "Settings" page within the application.
General Settings
Setting | Purpose | Default |
---|---|---|
Default Limit | Sets the default limit for any SPARQL queries run within the Explore pages | 1000 |
Show Quads | Whether to show the full Quad when displaying triples | false |
Terms Settings
The effects of changing these settings can be seen directly from the terms settings page.
Setting | Purpose | Default |
---|---|---|
Show Node Type | Whether to display the type of node when rendering a term | true |
Abbreviate Common Prefixes | Whether to abbreviate prefixes in the UI (see prefixes section below) | false |
Show Language Tag | Whether to display the language tag against a particular value | true |
Prefixes
You can use the Prefixes page to add or remove the prefixes available within LD explorer. For each prefix, you can specify a label and an IRI. These prefixes serve several purposes:
- They will become available in the prefix browser when using the SPARQL UI.
- They will become available in the prefix browser when importing to a local dataset.
- They will be used to abbreviate prefixes in the UI if the Abbreviate Common Prefixes setting is enabled (e.g.
foaf:name
instead ofhttp://xmlns.com/foaf/0.1/name
)