Sha256: 4fd915df41dec3fd0833535ada3300b76e3f145d634cfd46220d9e58de968de0
Contents?: true
Size: 541 Bytes
Versions: 2
Compression:
Stored size: 541 Bytes
Contents
RDF::Marmotta ============= A Ruby RDF::Repository implementation for [Apache Marmotta](http://marmotta.apache.org). Installing & Using ------------------ Add `gem rdf-marmotta` to `Gemfile` and run: ```bash $ bundle install ``` To use, `require rdf/marmotta` and initialize a repository with `RDF::Marmotta.new('http://path.to/marmotta_base')`. 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.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rdf-marmotta-0.0.7 | README.md |
rdf-marmotta-0.0.6 | README.md |