GeoPubby
Version 0.1.0.0
|
Packages | |
package | exporter |
package | negotiation |
package | servlets |
package | sources |
package | util |
package | vocab |
Classes | |
class | Configuration |
The server's configuration. More... | |
class | ConfigurationException |
class | Dataset |
A dataset block in the server's configuration. More... | |
class | HypermediaControls |
The hypermedia interface to a specific resource. More... | |
class | HypermediaResource |
The hypermedia interface to a specific resource managed by the server. More... | |
class | IRIEncoder |
Implements the IRI-to-URI and URI-to-IRI conversions defined in RFC 3987. More... | |
class | IRIRewriter |
Rewrites IRI in an 1:1 fashion. More... | |
class | MappedResource |
A resource that is mapped between the SPARQL dataset and the Web server. More... | |
class | MetadataConfiguration |
class | ModelResponse |
Calls into Joseki to send a Jena model over HTTP. More... | |
class | ModelUtil |
class | PubbyIRIEscaper |
IRI rewriter that implements special behaviour for Pubby: Any IRI within a certain namespace (the namespace that Pubby is serving) will have characters that interfer with IRI derferencing %-escaped. More... | |
class | ResourceDescription |
A convenient interface to an RDF description of a resource. More... | |
class | ResourceReader |
Convenience superclass for classes that read properties of an RDF resource, intended for making the reading of configuration files easier. More... | |
class | URIPrefixer |
Helper class that splits URIs into prefix and local name according to a Jena PrefixMapping. More... | |
class | VocabularyStore |
A store for labels, descriptions and other metadata of classes and properties. More... | |