blob: 13342b526ffc9c05f8adfa67f93b470ef09d65d3 [file] [log] [blame]
@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
@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#> .
## Layout 1 (simple form)
<#store> rdf:type sdb:Store ;
sdb:layout "layout1" ;
sdb:connection <#conn> ;
.
<#conn> rdf:type sdb:SDBConnection ;
sdb:sdbType "derby" ;
sdb:sdbName "DB/SDB1" ;
sdb:driver "org.apache.derby.jdbc.EmbeddedDriver" ;
.