Skip to content

Creating an RDF repository

Polina Yordanova edited this page Oct 23, 2017 · 5 revisions

When there are authority lists in your project (stored in /webapps/ROOT/content/xml/authority) you can harvest RDF from them and that will give you the values in your facets and indices page in EFES.

In order to make use of Kiln’s RDF capabilities, some setup is required. You need to create a repository in the Sesame server using the “New repository” link at http://127.0.0.1:9999/openrdf-workbench/.

  1. Use the Type 'In Memory Store RDF Schema and Direct Type Hierarchy'.
  2. Set the ID to 'kiln'. Note that the id is case sensitive!
  3. Leave the other settings as default.
  4. Create.

Go to your Admin page in EFES and hit 'Harvest all (RDF)'. That should populate your indices.

Clone this wiki locally