Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 620 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 620 Bytes

GraphDB RDF Rank Plugin

This is the GraphDB RDF Rank plugin.

Building the plugin

The plugin is a Maven project.

Run mvn clean package to build the plugin and execute the tests.

The built plugin can be found in the target directory:

  • rdfrank-plugin-graphdb-plugin.zip

Installing the plugin

External plugins are installed under lib/plugins in the GraphDB distribution directory. To install the plugin follow these steps:

  1. Remove the directory containing another version of the plugin from lib/plugins (e.g. rdfrank-plugin).
  2. Unzip the built zip file in lib/plugins.
  3. Restart GraphDB.