| Package | Description |
|---|---|
| de.fuberlin.wiwiss.pubby |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexDataSource
A
DataSource that provides access to an index of the resources
in one or more other data sources. |
class |
ModelDataSource
A data source backed by a Jena model.
|
class |
RemoteSPARQLDataSource
A data source backed by a SPARQL endpoint accessed through
the SPARQL protocol.
|
| Modifier and Type | Method and Description |
|---|---|
DataSource |
DataSourceRegistry.get(String id) |
DataSource |
Dataset.getDataSource() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,DataSource> |
DataSourceRegistry.getMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceRegistry.put(String id,
DataSource dataSource) |
| Constructor and Description |
|---|
Dataset(DataSource dataSource,
String constantURI)
Creates a degenerate dataset that contains only a single URI.
|
Copyright © 2016. All rights reserved.