No commit activity in last 3 years
No release in over 3 years
Rails engine for Virtual Collection UI
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Project Readme

Ld4lVirtualCollection

Rails Engine LD4L Virtual Collection provides a user interface for creating and manipulating Virtual Collections.

Installation

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 => 'git@github.com:elrayle/ld4l_virtual_collection.git'

And then execute:

$ bundle install

Usage

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.

Configurations

TBA

Models

The Rails Engine VirtualCollectionUI uses the following ontology based gems:

  1. LD4L::OreRDF
  2. LD4L::OpenAnnotationRDF
  3. LD4L::FoafRDF

Ontologies

The listed ontologies are used to implement virtual collections and are brought into use by the ontology gems.

Contributing

  1. Fork it ( https://github.com/[my-github-username]/ld4l-open_annotation_rdf/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request