@prefix rdfs: . @prefix rdf: . @prefix ja: . @prefix 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> ; .