• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..Today-

admin/H24-Feb-2020-

conf/H24-Feb-2020-1410

lang/en/H24-Feb-2020-4632

phpSesame/H24-Feb-2020-545425

syntax/H24-Feb-2020-855616

READMEH A D20-Nov-20111.7 KiB2815

action.phpH A D20-Nov-20115.3 KiB169115

bureaucracy_field.phpH A D20-Nov-20112.8 KiB6557

helper.phpH A D20-Nov-20118.3 KiB302257

plugin.info.txtH A D20-Nov-2011234 97

renderer_semanticdata_edit.phpH A D20-Nov-2011364 167

script.jsH A D20-Nov-20111.6 KiB4632

style.cssH A D20-Nov-20112.5 KiB130105

README

1Semantic data plugin for DokuWiki
217-11-2011
3www.semanticpublishing.nl
4
5The Semantic data plugin for DokuWiki is based on the data plugin (http://www.dokuwiki.org/plugin:data). The underlying sqlite database has been replaced by a SPARQL 1.1 compliant triple store. This has several advantages:
6
7- Performace has increased substantially. As a consequence the plugin can be used as a replacement for the data plugin. Be aware that only the basic functionality has been implemented. Aliases, related pages and tag cloud are not supported in this release.
8- A knowledge model can be defined on top of the metada, relating metadata. In this way, metadata that is automatically inferred by the triple store is included in the query results.
9
10If you want more information please contact us at info@semanticpublishing.nl
11
12
13Prequisites: Sesame 2.6.0 triple store. http://www.openrdf.org
14
15Please follow the instructions at  http://www.openrdf.org for installing the triple store. You have to setup a repository for dokuwiki to use. Remember the url for access to the repository, e.g. http://localhost:8080/openrdf-sesame/repositories/dokuwiki
16
17NOTICE: The plugin cannot be used together with the sqlite based data plugin!
18
19For installing the plugin, we refer to the DokuWiki documentation. If you install this plugin manually, make sure it is installed in lib/plugins/data/ - if the folder is called different it will not work!
20
21In the admin section of the plugin you can change two settings:
221. The url of Sesame installation: default to http://localhost:8080/openrdf-sesame
232. The name of the repository, default: dokuwiki
242. The namespace for the data: default to http://www.semanticpublishing.eu/dokuwiki#
25
26
27
28