Home - lkastler/koldfish-dam GitHub Wiki

Koldfish Data Acquisition Module

The KoLDfish data aquisition module, offers a simple API for fast access to the Linked Open Data cloud. It provides a Java API, a simple implementation for it as well as a simple crawler for linked data.

Overview

The project contains a framework for accessing RDF by dereferencing URIs and a lightweight crawler based upon that.

Setup

Download the code from github and execute maven with maven install.

Usage

Used Projects

In koldfish-dam, we use the following dependencies:

  • Apache Jena for retrieving and parsing RDF data (Apache 2.0 Lisence).
  • Google Guava for improved concurrent processes (Apache 2.0 Lisence).
  • SLF4J for logging (MIT License).
  • uk.com.robust-it cloning for deep cloning (Apache 2.0 Lisence).