Skip to content

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

License

Notifications You must be signed in to change notification settings

joshdcollins/rdf-urdna

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%