Skip to content

Instantly share code, notes, and snippets.

@dsatoh
dsatoh / tdb2.ttl
Created January 11, 2024 00:46
Minimal configuration for Apache Jena Fuseki 2. Run with `fuseki-server --conf tdb2.ttl`
PREFIX : <#>
PREFIX fuseki: <http://jena.apache.org/fuseki#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX ja: <http://jena.hpl.hp.com/2005/11/Assembler#>
PREFIX tdb1: <http://jena.hpl.hp.com/2008/tdb#>
PREFIX tdb2: <http://jena.apache.org/2016/tdb#>
[] rdf:type fuseki:Server ;
fuseki:services (