blob: ff72562cc269091597831d435e8e9f00768452b9 [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 "h2:mem" ;
# Must be a different name to any other H2 in-memory databases
sdb:sdbName "test2-index" ;
.
[] rdf:type sdb:Store ;
sdb:layout "layout2/index" ;
sdb:connection <#c> ;
.