| Interface | Description |
|---|---|
| DataSource |
A source of RDF data intended for publication through
the server.
|
| Class | Description |
|---|---|
| Configuration |
The server's configuration.
|
| Dataset |
A dataset block in the server's configuration.
|
| DataSourceRegistry |
A registry for datasources.
|
| HypermediaResource |
The hypermedia interface to a specific resource managed by the server.
|
| IndexDataSource |
A
DataSource that provides access to an index of the resources
in one or more other data sources. |
| IRIEncoder |
Implements the IRI-to-URI and URI-to-IRI conversions defined in
RFC 3987.
|
| MappedResource |
A resource that is mapped between the SPARQL dataset and the Web server.
|
| ModelDataSource |
A data source backed by a Jena model.
|
| ModelResponse |
Calls into Joseki to send a Jena model over HTTP.
|
| ModelTranslator |
Translates an RDF model from the dataset into one fit for publication
on the server by replacing URIs, adding the correct prefixes etc.
|
| ModelUtil | |
| RemoteSPARQLDataSource |
A data source backed by a SPARQL endpoint accessed through
the SPARQL protocol.
|
| ResourceDescription |
A convenient interface to an RDF description of a resource.
|
| URIPrefixer |
Helper class that splits URIs into prefix and local name
according to a Jena PrefixMapping.
|
Copyright © 2016. All rights reserved.