title: TDB2 - Use with Fuseki2

TDB2 is incorporated into Fuseki2, both in the full server, with UI, and embeddable Fuseki2 main server.

The TDB2 database can be in a configuration file, either a complete server configuration (see below) or as an entry in the FUSEKI_BASE/configuration/ area of the full server.

The command line start-up for Fuseki (both full and basic versions) uses the the --tdb2 flag to modify the --loc argument to work with a TDB2 dataset.

Example complete server configuration file for full or basic servers: The base URL will be of the form http::/_host:port_/tdb2-database.

Note the tdb2: prefix.

This example is available in config-tdb2.ttl

The key difference is the declared rdf:type of the dataset.

Note that the Fuseki UI does not provide a way to create TDB2 databases; a configuration file must be used. Once setup, upload, query and graph editing will be routed to the TDB2 database.

For a service configuration in FUSEKI_BASE/configuration/: