blob: f1c67e6ffe7ce163f07b4c5d27b3274a1854f98e [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 "MSSQLServerExpress" ;
sdb:sdbHost "localhost" ;
sdb:sdbName "test2-hash" ;
# sdb:driver "com.microsoft.sqlserver.jdbc.SQLServerDriver"
.
[] rdf:type sdb:Store ;
sdb:layout "layout2/hash" ;
sdb:connection _:c ;
.