create_dataset
Create a persistent TDB2 or in-memory dataset on the Apache Jena Fuseki server, ready with stock SPARQL query, update and Graph Store endpoints.
Instructions
Create a dataset on the server.
kind "tdb2" (the default) is persistent and survives a restart; "mem" is in-memory and is gone when the server stops -- useful for a scratch space, and a trap if you meant to keep the data.
Fuseki writes a configuration file for the new dataset, so it comes back after a restart. A dataset created this way has the stock endpoints: sparql, query, update, data and get.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | "tdb2" (default, persistent) or "mem" (in-memory). | |
| name | Yes | Dataset name, without a leading slash. |