blob: d2aadf87a8ae09cfa130444001374d6fba4cb4aa [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#> .
# Store only - no connection details
<#store> rdf:type sdb:Store ;
sdb:sdbType "derby" ;
sdb:layout "layout2" ;
.