| Modifier and Type | Method and Description |
|---|---|
static RDFService.ResultFormat |
RDFService.ResultFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RDFService.ResultFormat[] |
RDFService.ResultFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
RDFService.sparqlSelectQuery(String query,
RDFService.ResultFormat resultFormat)
Performs a SPARQL select query against the knowledge base.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
SameAsFilteringRDFServiceFactory.SameAsFilteringRDFService.sparqlSelectQuery(String query,
RDFService.ResultFormat resultFormat) |
InputStream |
LanguageFilteringRDFService.sparqlSelectQuery(String query,
RDFService.ResultFormat resultFormat) |
| Modifier and Type | Method and Description |
|---|---|
static com.hp.hpl.jena.sparql.resultset.ResultsFormat |
RDFServiceUtils.getJenaResultSetFormat(RDFService.ResultFormat resultFormat) |
InputStream |
RDFServiceFactorySingle.UnclosableRDFService.sparqlSelectQuery(String query,
RDFService.ResultFormat resultFormat) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
RDFServiceJena.sparqlSelectQuery(String query,
RDFService.ResultFormat resultFormat)
TODO Is there a way to accomplish this without buffering the entire result?
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
RDFServiceTDB.sparqlSelectQuery(String query,
RDFService.ResultFormat resultFormat) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
LoggingRDFService.sparqlSelectQuery(String query,
RDFService.ResultFormat resultFormat) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
RDFServiceSparqlHttp.sparqlSelectQuery(String queryStr,
RDFService.ResultFormat resultFormat)
Performs a SPARQL select query against the knowledge base.
|
InputStream |
RDFServiceSparql.sparqlSelectQuery(String queryStr,
RDFService.ResultFormat resultFormat)
Performs a SPARQL select query against the knowledge base.
|
Copyright © 2016. All rights reserved.