SDB - persistent triple stores using relational databases
SDB is a component of Jena for RDF storage and query specifically to support SPARQL.
The storage is provided by an SQL database and 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.
Documentation
- SDB Installation
- Quickstart
- Command line utilities
- Store Description format
- Dataset And Model Descriptions
- Use from Java
- Specialized configuration
- Database Layouts
- FAQ
- Fuseki Integration
- Databases supported
Downloads
SDB is distributed from the Apache Jena project. See the downloads page for details.
Subversion
SDB subversion repository at Apache.
Support
Details
Database Notes
List of databases supported
Notes:
- PostgreSQL notes
- MySQL notes
- Oracle notes
- Microsoft SQL Server notes
- DB2 notes
- Derby notes
- HSQLDB notes
- H2 notes