Package | Description |
---|---|
com.franz.agraph.repository |
Implementation of the
OpenRDF Sesame API 2.7.11
with extensions for
AllegroGraph features.
|
Modifier and Type | Class and Description |
---|---|
class |
AGRepository
Implements the Sesame Repository interface for AllegroGraph, representing
triple-stores
on the server.
|
class |
AGVirtualRepository
A class for virtual repositories, used for working with federations,
graph-filtered stores, reasoning stores, and compositions thereof.
|
Modifier and Type | Method and Description |
---|---|
AGAbstractRepository |
AGRepositoryConnection.getRepository() |
Modifier and Type | Method and Description |
---|---|
AGVirtualRepository |
AGServer.federate(AGAbstractRepository... repositories)
Creates a federated view of multiple repositories.
|
static String |
AGVirtualRepository.filteredSpec(AGAbstractRepository repo,
org.openrdf.model.Resource[] contexts) |