/rdf-urdna

An implementation of the Universal RDF Dataset Normalization Algorithm (2015), using the Titanium JSON-LD library

Primary LanguageJavaApache License 2.0Apache-2.0

rdf-urdna

This is an implementation of the Universal RDF Dataset Normalization Algorithm (2015).

Usage:

   RdfDataset normalizedData = RdfNormalize.normalize(rdfInput);

The library passes all the standard tests for the URDNA2015 algorithm.

Users are advised that the time the URDNA2015 algorithm takes to complete is influenced by the number of blank nodes in the input. It is possible to create small datasets that would take more energy than exists in the observable universe to normalize.