RDF::Marmotta

Build Status Code Climate Test Coverage

A Ruby RDF::Repository implementation for Apache Marmotta, an open platform for linked data.

Installing & Using

Add gem rdf-marmotta to Gemfile and run:

  $ bundle install

To use, require rdf/marmotta and initialize a repository with RDF::Marmotta.new('http://path.to/marmotta_base').

If you need a simple bundled version of Marmotta and Solr, see marmotta-jetty.

NOTE: WIP

This software implements simple RDF::Repository functionality, but is likely riddled with problems and non-performant. Don't point it at a datastore you care about.

License

This is free and unencumbered public domain software. For more information, see http://unlicense.org/ or the accompanying UNLICENSE file.