-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Leon Kastler edited this page Oct 23, 2015
·
4 revisions
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.
The project contains a framework for accessing RDF by dereferencing URIs and a lightweight crawler based upon that.
Download the code from github and execute maven with maven install
.
- For Java-based implementations look into the Java API description.
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).