Rails Engine LD4L Virtual Collection provides a user interface for creating and manipulating Virtual Collections.
Temporary get the gem from github until the gem is released publicly.
Add this line to your application's Gemfile:
gem 'ld4l_virtual_collection', '~> 0.0.1', :git => '[email protected]:elrayle/ld4l_virtual_collection.git'
And then execute:
$ bundle install
Caveat: This rails engine is part of the LD4L Project and is being used in that context. There is no guarantee that the code will work in a usable way outside of its use in LD4L Use Cases.
TBA
The Rails Engine VirtualCollectionUI uses the following ontology based gems:
- LD4L::OreRDF
- LD4L::OpenAnnotationRDF
- LD4L::FoafRDF
The listed ontologies are used to implement virtual collections and are brought into use by the ontology gems.
- Fork it ( https://github.com/[my-github-username]/ld4l-open_annotation_rdf/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request