blob: 0c35f4c79d6b426a3df6bb6681d0beadccb8d360 [file] [log] [blame]
## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
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 tdb2: <http://jena.apache.org/2016/tdb#>
<#service1> #rdf:type fuseki:Service ;
# URI of the dataset -- http://host:port/ds
fuseki:name "test-tdb2" ;
fuseki:serviceQuery "sparql" ;
fuseki:dataset <#dataset> .
<#dataset> rdf:type tdb2:DatasetTDB2 ;
tdb2:location "target/tdb2" .