- All Known Implementing Classes:
DatasetGraphStorage,SimpleDB.DatasetGraphSimpleDB
public interface DatabaseRDF
Component access functions for the parts of an RDF Database
-
Method Summary
-
Method Details
-
getData
StorageRDF getData()- Returns:
- the triples/quads storage.
-
getStoragePrefixes
StoragePrefixes getStoragePrefixes()- Returns:
- the prefixes storage.
-
getTransactional
org.apache.jena.sparql.core.Transactional getTransactional()- Returns:
- the
Transactionalfor this database.
-