Sha256: fc484630b6cdffbceb2711854ab1085480ec0955027cfe1aab70d24838009f12
Contents?: true
Size: 511 Bytes
Versions: 1
Compression:
Stored size: 511 Bytes
Contents
RDF::Marmotta ============= A Ruby RDF::Repository implementation for Apache Marmotta. 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rdf-marmotta-0.0.4 | README.md |