|
40 | 40 | | [admin store](admin/store/index.md) | [bootstrap](admin/store/index.md#admin-store-bootstrap) | Update/Import or remove bootstrap data. | |
41 | 41 | | [admin store](admin/store/index.md) | [export](admin/store/index.md#admin-store-export) | Backup all knowledge graphs to a ZIP archive. | |
42 | 42 | | [admin store](admin/store/index.md) | [import](admin/store/index.md#admin-store-import) | Restore graphs from a ZIP archive. | |
43 | | -| [admin store](admin/store/index.md) | [migrate](admin/store/index.md#admin-store-migrate) | Migrate configuration resources to the current version. | |
44 | 43 | | [admin user](admin/user/index.md) | [list](admin/user/index.md#admin-user-list) | List user accounts. | |
45 | 44 | | [admin user](admin/user/index.md) | [create](admin/user/index.md#admin-user-create) | Create a user account. | |
46 | 45 | | [admin user](admin/user/index.md) | [update](admin/user/index.md#admin-user-update) | Update a user account. | |
|
50 | 49 | | [admin workspace](admin/workspace/index.md) | [export](admin/workspace/index.md#admin-workspace-export) | Export the complete workspace (all projects) to a ZIP file. | |
51 | 50 | | [admin workspace](admin/workspace/index.md) | [import](admin/workspace/index.md#admin-workspace-import) | Import the workspace from a file. | |
52 | 51 | | [admin workspace](admin/workspace/index.md) | [reload](admin/workspace/index.md#admin-workspace-reload) | Reload the workspace from the backend. | |
| 52 | +| [admin workspace](admin/workspace/index.md) | [thread-dump](admin/workspace/index.md#admin-workspace-thread-dump) | Request a thread dump for all live threads. | |
53 | 53 | | [admin workspace python](admin/workspace/python/index.md) | [install](admin/workspace/python/index.md#admin-workspace-python-install) | Install a python package to the workspace. | |
54 | 54 | | [admin workspace python](admin/workspace/python/index.md) | [uninstall](admin/workspace/python/index.md#admin-workspace-python-uninstall) | Uninstall a python packages from the workspace. | |
55 | 55 | | [admin workspace python](admin/workspace/python/index.md) | [list](admin/workspace/python/index.md#admin-workspace-python-list) | List installed python packages. | |
|
68 | 68 | | [dataset](dataset/index.md) | [create](dataset/index.md#dataset-create) | Create a dataset. | |
69 | 69 | | [dataset](dataset/index.md) | [open](dataset/index.md#dataset-open) | Open datasets in the browser. | |
70 | 70 | | [dataset](dataset/index.md) | [update](dataset/index.md#dataset-update) | Update a dataset. | |
71 | | -| [dataset resource](dataset/resource/index.md) | [list](dataset/resource/index.md#dataset-resource-list) | List available file resources. | |
72 | | -| [dataset resource](dataset/resource/index.md) | [delete](dataset/resource/index.md#dataset-resource-delete) | Delete file resources. | |
73 | | -| [dataset resource](dataset/resource/index.md) | [inspect](dataset/resource/index.md#dataset-resource-inspect) | Display all metadata of a file resource. | |
74 | | -| [dataset resource](dataset/resource/index.md) | [usage](dataset/resource/index.md#dataset-resource-usage) | Display all usage data of a file resource. | |
75 | 71 | | [graph](graph/index.md) | [count](graph/index.md#graph-count) | Count triples in graph(s). | |
76 | | -| [graph](graph/index.md) | [tree](graph/index.md#graph-tree) | (Hidden) Deprecated: use 'graph imports tree' instead. | |
77 | 72 | | [graph](graph/index.md) | [list](graph/index.md#graph-list) | List accessible graphs. | |
78 | 73 | | [graph](graph/index.md) | [export](graph/index.md#graph-export) | Export graph(s) as NTriples to stdout (-), file or directory. | |
79 | 74 | | [graph](graph/index.md) | [delete](graph/index.md#graph-delete) | Delete graph(s) from the store. | |
@@ -119,12 +114,16 @@ tags: |
119 | 114 | | [project variable](project/variable/index.md) | [delete](project/variable/index.md#project-variable-delete) | Delete project variables. | |
120 | 115 | | [project variable](project/variable/index.md) | [create](project/variable/index.md#project-variable-create) | Create a new project variable. | |
121 | 116 | | [project variable](project/variable/index.md) | [update](project/variable/index.md#project-variable-update) | Update data of an existing project variable. | |
122 | | -| [query](query/index.md) | [execute](query/index.md#query-execute) | Execute queries which are loaded from files or the query catalog. | |
123 | | -| [query](query/index.md) | [list](query/index.md#query-list) | List available queries from the catalog. | |
124 | | -| [query](query/index.md) | [open](query/index.md#query-open) | Open queries in the editor of the query catalog in your browser. | |
| 117 | +| [query](query/index.md) | [execute](query/index.md#query-execute) | Execute queries which are loaded from files or a query catalog. | |
| 118 | +| [query](query/index.md) | [list](query/index.md#query-list) | List available queries from a query catalog. | |
| 119 | +| [query](query/index.md) | [open](query/index.md#query-open) | Open queries in the editor of a query catalog in your browser. | |
125 | 120 | | [query](query/index.md) | [status](query/index.md#query-status) | Get status information of executed and running queries. | |
126 | 121 | | [query](query/index.md) | [replay](query/index.md#query-replay) | Re-execute queries from a replay file. | |
127 | 122 | | [query](query/index.md) | [cancel](query/index.md#query-cancel) | Cancel a running query. | |
| 123 | +| [query](query/index.md) | [explain](query/index.md#query-explain) | Explain queries by showing their logical execution plan. | |
| 124 | +| [query](query/index.md) | [create](query/index.md#query-create) | Create a new query in a query catalog. | |
| 125 | +| [query](query/index.md) | [update](query/index.md#query-update) | Update an existing query in a query catalog. | |
| 126 | +| [query](query/index.md) | [delete](query/index.md#query-delete) | Delete queries from a query catalog. | |
128 | 127 | | [vocabulary](vocabulary/index.md) | [open](vocabulary/index.md#vocabulary-open) | Open / explore a vocabulary graph in the browser. | |
129 | 128 | | [vocabulary](vocabulary/index.md) | [list](vocabulary/index.md#vocabulary-list) | Output a list of vocabularies. | |
130 | 129 | | [vocabulary](vocabulary/index.md) | [install](vocabulary/index.md#vocabulary-install) | Install one or more vocabularies from the catalog. | |
|
0 commit comments