blob: 8c0064e51c6f945e5448de4ac6268ab94217ed45 [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:jdbcURL "jdbc:mysql://localhost/test2-hash?useUnicode=true&characterEncoding=UTF-8" ;
sdb:sdbType "MySQL" ;
sdb:sdbHost "localhost" ;
sdb:sdbName "test2-hash" ;
sdb:driver "com.mysql.jdbc.Driver" ;
.
[] rdf:type sdb:Store ;
sdb:layout "layout2" ;
sdb:connection _:c ;
sdb:engine "InnoDB" ;
.