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:
Due to the nature of RDF, we can augment every wiki page with additional semantic informtation using a custom syntax (see SemanticWikiSyntax).
Attachments
-
RDFProvider.java
(16.5 KB) - added by kiesel
5 years ago.
added Jena-based RDF provider
-
RDFProvider.2.java
(16.6 KB) - added by kiesel
5 years ago.
new version including updated ont URIs
-
WikiPageGraph.png
(55.9 KB) - added by fmittag
5 years ago.
Graph representation of a WikiPage

