GeoPubby
Version 0.1.0.0
|
Classes | |
interface | DataSource |
A source of RDF data intended for publication through the server. More... | |
class | FilteredDataSource |
A DataSource that wraps another data source in such a way that the resulting data source is only capable of describing a subset of the IRI space. More... | |
class | IndexDataSource |
A DataSource that wraps another data source and adds an index of the resources in that data source. More... | |
class | MergeDataSource |
A DataSource that presents an RDF merge of multiple other data sources. More... | |
class | ModelDataSource |
A data source backed by a Jena model. More... | |
class | RemoteSPARQLDataSource |
A data source backed by a SPARQL endpoint accessed through the SPARQL protocol. More... | |
class | RewrittenDataSource |
Wraps a DataSource by applying a IRIRewriter. More... | |