Skip to content

Rails engine providing a user interface for creating and manipulating virtual collections and items.

License

Notifications You must be signed in to change notification settings

ld4l/ld4l_virtual_collection

Repository files navigation

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

About

Rails engine providing a user interface for creating and manipulating virtual collections and items.

Resources

License

Stars

Watchers

Forks

Packages

No packages published