Registry / database / jena-tdb

jena-tdb

JSON →
library4.10.0javamavenunverified

Native triple store for persistent RDF storage and querying with Apache Jena.

<dependency> <groupId>org.apache.jena</groupId> <artifactId>jena-tdb</artifactId> <version>4.10.0</version> </dependency>
INSTALL
IMPORT
SIG · JENA-TDB
J
jena-tdb
databasejavav4.10.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TDBFactory
org.apache.jena.tdb.TDBFactory

Creates a TDB-backed RDF dataset for persistent storage.

import org.apache.jena.tdb.TDBFactory; import org.apache.jena.query.Dataset; public class Example { public static void main(String[] args) { Dataset dataset = TDBFactory.createDataset("/path/to/dataset"); System.out.println("Dataset created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.10.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
Resources
jena-tdb — mvn dependency:get jena-tdb · libregistry