Package | Description |
---|---|
com.franz.agraph.jena |
Implementation of the
Jena RDF API 2.11.1
with extensions for
AllegroGraph
features.
|
Modifier and Type | Class and Description |
---|---|
class |
AGInfModel
Implements the Jena InfModel interface for AllegroGraph.
|
Modifier and Type | Method and Description |
---|---|
AGModel |
AGModel.add(Statement[] statements) |
AGModel |
AGStatement.getModel() |
AGModel |
AGModel.read(InputStream reader,
String base) |
AGModel |
AGModel.read(InputStream reader,
String base,
String lang) |
AGModel |
AGModel.remove(Statement[] statements) |
Modifier and Type | Method and Description |
---|---|
static AGQueryExecution |
AGQueryExecutionFactory.create(AGQuery query,
AGModel model) |
static AGQueryExecution |
AGQueryExecutionFactory.create(AGQuery query,
AGModel model,
org.apache.jena.query.QuerySolution initialBinding) |
static Statement |
AGStatement.toStatement(Triple t,
AGModel eg)
create a Statement from the triple
t in the enhanced graph eg . |
Constructor and Description |
---|
AGInfModel(AGReasoner reasoner,
AGModel baseModel) |
AGQueryExecution(AGQuery query,
AGModel model) |
AGQuerySolution(BindingSet bs,
AGModel model) |
AGResultSet(TupleQueryResult result,
AGModel model) |
AGStatement(Resource subject,
Property predicate,
RDFNode object,
AGModel model) |
Copyright © 2024 Franz Inc.. All rights reserved.