public class ResultsModel
extends com.epimorphics.rdfutil.ModelWrapper
APIResultSet
returned from Elda processing,
which is also a ModelWrapper
that collaborates with the RDF
utility methods from the Epimorphics library.Modifier and Type | Field and Description |
---|---|
static String |
RESULTS_METADATA_GRAPH
Graph name for the graph of results metadata
|
static String |
RESULTS_OBJECT_GRAPH
Graph name for the graph of actual results data
|
Constructor and Description |
---|
ResultsModel(APIResultSet results) |
Modifier and Type | Method and Description |
---|---|
protected static com.epimorphics.rdfutil.DatasetWrapper |
asDataset(APIResultSet results)
Return a
DatasetWrapper for the given resultset, in which
the two embedded graphs are made named-graph members. |
Page |
page()
Return a
Page object decorating the underlying page resource in
the API results model |
expandPrefix, expandQuery, getDataset, getDatasetWrapper, getLanguage, getModel, getNode, getPrefixes, getResource, listSubjects, listSubjects, lock, lockWrite, queryAsk, queryConstruct, querySelect, querySelectW, setLanguage, shortForm, unlock, wrapResultSet
public static final String RESULTS_OBJECT_GRAPH
public static final String RESULTS_METADATA_GRAPH
public ResultsModel(APIResultSet results)
public Page page()
Page
object decorating the underlying page resource in
the API results modelprotected static com.epimorphics.rdfutil.DatasetWrapper asDataset(APIResultSet results)
DatasetWrapper
for the given resultset, in which
the two embedded graphs are made named-graph members.Copyright © 2014. All Rights Reserved.