blob: c5529978a635eb8603b8f2d99c9004a5b9b4b5d6 [file] [log] [blame]
# Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
@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#> .
# SDB for PostgreSQL over the simple layout1.
<#store> rdf:type sdb:Store ;
sdb:layout "layout1" ;
sdb:connection <#conn> ;
.
<#conn> rdf:type sdb:SDBConnection ;
sdb:sdbType "postgresql" ;
sdb:sdbHost "sweb-sdb-1.hpl.hp.com" ;
sdb:sdbName "SDB1" ;
sdb:driver "org.postgresql.Driver" ;
.