blob: d41f1abe54732323b2ec9d1dfd3f57d63a8a29bd [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#> .
_:c rdf:type sdb:SDBConnection ;
sdb:sdbType "sap" ;
sdb:sdbHost "localhost" ;
sdb:sdbName "00" ;
# sdb:driver "com.sap.db.jdbc.Driver" ;
.
[] rdf:type sdb:Store ;
sdb:layout "layout2" ;
sdb:connection _:c ;
sdb:storage "column" ;
.