- About
- Get started
- More ...
Installation
This wiki pages describes how to integrate the SPARQL Backend into an Open LDAP Server and how to configure the SPARQL Endpoint and mappings.
Download
For now you have to download the backend from our subversion repository:
svn co https://powl.svn.sourceforge.net/svnroot/powl/trunk/ldap2sparql /path/to/backend
After that, you need a copy of the RAP API in your api directory:
Server Integration
The SPARQL Backend uses the shell backend extension so you need to load the shell backend module in /etc/ldap/slapd.conf.
moduleload back_shell
An example slapd.conf configuration snippet is listed here:
Configuration
External Endpoint and pre-mapped data
This example.ini uses a local Joseki 3.0 to query an RDF document with pre-mapped ldap data:
External endpoint and on-the-fly mapping
This example uses a local Joseki 3.0 to query an RDF document with data from the
SWRC namepspace. The data is mapped top inetOrgPerson according to the mapping file.
Here is the mapping file mapping_swrc.ini:
Onto Wiki backend-ed and on-the-fly mapping
...soon...
Information
Last Modification:
2007-06-28 09:18:31 by Sebastian Dietzold