Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ohler55/rdf-opo
A quad store client the opo server that integrates with RDF-ruby.
https://github.com/ohler55/rdf-opo
database opo rdf triplestore
Last synced: about 20 hours ago
JSON representation
A quad store client the opo server that integrates with RDF-ruby.
- Host: GitHub
- URL: https://github.com/ohler55/rdf-opo
- Owner: ohler55
- License: mit
- Created: 2017-02-25T02:13:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-02T04:34:42.000Z (almost 8 years ago)
- Last Synced: 2025-01-15T00:09:33.151Z (8 days ago)
- Topics: database, opo, rdf, triplestore
- Language: Ruby
- Homepage: http://opo.technology
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# rdf-opo :: opo storage adapter for RDF.rb
An [RDF.rb][] storage adapter for opo.
See for an overview of the general approach of creating RDF::Repository adaptors.
## Requirements
The 'rdf', 'rdf-spec', and 'rspec' gems are required.
$ sudo gem install rdf rdf-spec rspec
Also required is the quad store, [opo][http://opo.technology]
## Implementation Notes
The HTTP REST API to opo is used for connectivity. Future versions may use a
more direct approach.### Support
### Authors
* [Peter Ohler][] | |### Contributing
This repository uses [Git Flow](https://github.com/nvie/gitflow) to manage
development and release activity. All submissions _must_ be on a feature
branch based on the _develop_ branch to ease staging and integration.* Do your best to adhere to the existing coding conventions and idioms.
* Don't use hard tabs, and don't leave trailing whitespace on any line.
* Do document every method you add using [YARD][] annotations. Read the
[tutorial][YARD-GS] or just look at the existing code for examples.
* Don't touch the `.gemspec`, `VERSION` or `AUTHORS` files. If you need to
change them, do so on your private branch only.
* Do feel free to add yourself to the `CREDITS` file and the corresponding
list in the the `README`. Alphabetical order applies.
* Do note that in order for us to merge any non-trivial changes (as a rule
of thumb, additions larger than about 15 lines of code), we need an
explicit [public domain dedication][PDD] on record from you.### License
MIT License
[W3C-ruby-rdf mailing list]: http://lists.w3.org/Archives/Public/public-rdf-ruby/
[Peter Ohler]: http://ohler.com
[RDF.rb]: http://rdf.rubyforge.org/