Package | Description |
---|---|
com.epimorphics.lda.core |
The core package contains the core of Elda's functionality: the handling
of endpoint requests and select and view query construction.
|
com.epimorphics.lda.query |
The query package contains the classes which
construct SPARQL queries for the item-selection part
of the LDA process.
|
com.epimorphics.lda.rdfq |
The RDFQ (RDF-Query) package contains classes to
assist in constucting SPARQL terms, triples, and queries.
|
com.epimorphics.lda.support |
The support package contains classes that support Elda's
linked-data-API operations but which would clutter the packages
containing the supported classes.
|
Modifier and Type | Method and Description |
---|---|
void |
ChainTree.renderTriples(StringBuilder sb,
PrefixLogger pl)
Render all (and only) the triples in this ChainTree as SPARQL
triples.
|
void |
ChainTree.renderWhere(StringBuilder sb,
PrefixLogger pl)
Render this ChainTree into
sb as SPARQL constructs suitable
for use in the WHERE clause of a SPARQL query. |
Modifier and Type | Method and Description |
---|---|
void |
APIQuery.appendFilterExpressions(PrefixLogger pl,
StringBuilder q) |
String |
APIQuery.assembleRawCountQuery(PrefixLogger pl,
Bindings b) |
String |
APIQuery.assembleRawSelectQuery(PrefixLogger pl,
Bindings b) |
protected String |
APIQuery.bindDefinedvariables(PrefixLogger pl,
String query,
Bindings cc)
Take the SPARQL query string
query and replace any ?SPOO
where SPOO is a variable bound in cc with the SPARQL
representation of that variable's value. |
String |
APIQuery.constructBGP(PrefixLogger pl) |
Modifier and Type | Method and Description |
---|---|
static PrefixLogger |
PrefixLogger.some()
Answer a new PrefixLoggger with a few standard prefixes in it.
|
Copyright © 2014. All Rights Reserved.