Package de.fuberlin.wiwiss.pubby

Interface Summary
DataSource A source of RDF data intended for publication through the server.
 

Class Summary
Configuration The server's configuration.
Dataset The server's configuration.
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.
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.