blob: 05d9ca24e975e23d9bb501dc772608eb7eb4ee07 [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#> .
<#store> rdf:type sdb:Store ;
sdb:layout "layout2" ;
sdb:connection <#conn> ;
.
<#conn> rdf:type sdb:SDBConnection ;
sdb:sdbType "h2" ;
sdb:sdbHost "localhost:9092" ;
sdb:sdbName "sdbtest/sdbtest" ;
sdb:driver "org.h2.Driver" ;
sdb:sdbUser "sa" ;
sdb:sdbPassword "" ;
.