blob: 5219ba9a4d94e90d05357246e9cf94cb2abb6734 [file] [log] [blame]
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
_:c rdf:type sdb:SDBConnection ;
sdb:sdbType "derby" ;
sdb:sdbName "target/Derby-test/derby-index" ;
# sdb:driver "org.apache.derby.jdbc.EmbeddedDriver" ;
.
[] rdf:type sdb:Store ;
sdb:layout "layout2/index" ;
sdb:connection _:c ;
.