CHANGESET.RB

A plugin for RDF.rb that provides support for creating Changesets that describe changes to an RDF graph1.

Changesets can be serialized as RDF and then applied to a triple store. Changesets are currently supported by Talis Platform stores and Kasabi0 datasets.

AUTHOR

Leigh Dodds ([email protected])

INSTALLATION

Changesets.rb is packaged as a Ruby Gem and can be installed as follows:

sudo gem install changesets

The source for the project is maintained in github at:

http://github.com/ldodds/changesets.rb

USAGE

The test suite provides some simple examples of how to construct changesets.