blob: 4a871d7827027ec81dd96ee306e7076ba8d00447 [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#> .
_:c rdf:type sdb:SDBConnection ;
sdb:sdbType "DB2" ;
sdb:sdbHost "sweb-sdb-4:50000" ;
sdb:sdbName "TEST2I" ;
# Universal
sdb:driver "com.ibm.db2.jcc.DB2Driver" ;
.
[] rdf:type sdb:Store ;
sdb:layout "layout2/index" ;
sdb:connection _:c ;
.