blob: 938e65abdc31fb8bc7adaa127df9ae7a99c0f0d4 [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 "h2:mem" ;
sdb:sdbHost "mem" ;
.
[] rdf:type sdb:Store ;
sdb:layout "layout1" ;
sdb:connection <#c> ;
.