= Sesame Page Provider = Access to wiki pages in [http://www.jspwiki.org/ JSPWiki] is realized through implementations of the !WikipageProvider interface. In order to employ an RDF store, we have written a !WikipageProvider implementation that facilitates [http://openrdf.org/ 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: [[Image(WikiPageGraph.png)]] Due to the nature of RDF, we can augment every wiki page with additional semantic informtation using a custom syntax (see SemanticWikiSyntax).