source: gs2-extensions/apache-jena/trunk/src/src/tdb.ttl@ 28464

Last change on this file since 28464 was 28464, checked in by davidb, 11 years ago

Shift to running Fuseki with a bespoke config file. The config file is meant to cause triples to be automatically added to 'default'. Testing to date suggests that something is still not quite right with how this is setup and/or run from the command line

  • Property svn:executable set to *
File size: 519 bytes
Line 
1@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
2@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
3@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
4@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> .
5
6[] ja:loadClass "com.hp.hpl.jena.tdb.TDB" .
7tdb:DatasetTDB rdfs:subClassOf ja:RDFDataset .
8tdb:GraphTDB rdfs:subClassOf ja:Model .
9
10<#dataset> rdf:type tdb:DatasetTDB ;
11 tdb:location "etc/tdb-triple-store" ;
12 tdb:unionDefaultGraph true ;
13 .
Note: See TracBrowser for help on using the repository browser.