SDB uses an SQL database for the storage and query of RDF data.
Many databases are supported, both Open Source and proprietary.
An SDB store can be accessed and managed with the provided command line scripts and via the Jena API.
However, Use of SDB for new applications is not recommended.Jena Fuseki SDB
1) PostgreSQL setup
CREATE DATABASE sdb;
2) sdbconfig
sdbconfig --sdb=sdb_pgsql.ttl --create
3) RDF load
sdbload --sdb=sdb_pgsql.ttl rdf.ttl
4) fuseki run
fuseki-server --config=config.ttl
example environment)
#!/bin/sh
export SDBROOT=`pwd`
export PATH=.:bin:$PATH:
export SDB_CP=${CLASSPATH}:fuseki-server.jar:
export SDB_JDBC="lib/postgresql-42.2.8.jar"
| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| Apache_Jena_Fuseki-3.13.1-PostgreSQL.tar.gz | 2019-12-01 22:36 | 40M | ||
PostgreSQL
Hiroshi Saito(hiroshi@winpg.jp)