blob: f2d6534baca12069a8f120dc14e4f370e5016bcb [file] [log] [blame]
## Store description for the simple (non-performant) database layout
@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 "hsqldb" ;
sdb:sdbHost "mem" ;
sdb:sdbUser "sa" ;
sdb:sdbPassword "" ;
sdb:sdbName "test1" ;
# sdb:driver "org.hsqldb.jdbcDriver" ;
.
[] rdf:type sdb:Store ;
sdb:layout "layout1" ;
sdb:connection _:c ;
.