0.01
No commit activity in last 3 years
No release in over 3 years
RDF::Repository layer for Apache Marmotta.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 0
~> 2.0
 Project Readme

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.