Sesame Page Provider

Access to wiki pages in  JSPWiki is realized through implementations of the WikipageProvider interface. In order to employ an RDF store, we have written a WikipageProvider implementation that facilitates  Sesame 2 as its data backend.

Storing pages therefore results in a series of RDF statements being written to our page repository. The following image depicts how an RDF graph for a specific page is composed:

Graph representation of a WikiPage

Due to the nature of RDF, we can augment every wiki page with additional semantic informtation using a custom syntax (see SemanticWikiSyntax).

Attachments