Skip to main content

Configuring the Frontend

The configuration of the PoolParty Frontend can be found in the SesameSetup.xml file located in the PoolParty configuration folder, on Linux for instance in the /opt/poolparty/config directory.

This configuration is divided into several sections:

Access Level

<accessLevel> is only ReadOnly meaning that concepts are not editable in the Wiki tab.

Concept and Scheme Filters

<conceptFilters>, <schemeFilters>

This allows definition of a list of graphs or properties to be excluded. The statements in the list are connected with OR, for example:

<filter>
<graph>urn:notes</graph>
<property>http://purl.org/dc/elements/1.1/source</property>
</filter>

Linked Data Tabs

<linkedDataTabs>

This setting defines the linked data views available for a resource (Concept or Concept Scheme). The following parameters can be defined for each tab:

  • <extension> -> the file extension appended to the resource URI

  • <label> -> label of the tab

  • <view> -> internal view name. Available views are:

    • html - an HTML view of the resource

    • rdf - data in RDF/XML format

    • xml - data in TriX format

Service Tabs

<serviceTabs>

This defines tabs available in the default Frontend.

  • <label> -> Label of the tab

  • <serviceId> -> Internal tab name