-
Notifications
You must be signed in to change notification settings - Fork 14
Home
E. Lynette Rayle edited this page Sep 10, 2014
·
5 revisions
The active-triples gem provides a mechanism for creating and persisting structured RDF resources with defined properties and unstructured RDF resources. Requiring this gem or including it in your Gemfile will load the code necessary for working with RDF resources inside any Ruby on Rails app.
NOTE: If you are using a version earlier than 0.2.3, you need to add
require 'active_triples'
to file: YOUR_RAILS_APP/config/application.rb.
This wiki is targeted towards developers who want to use ActiveTriples gem for persisting RDF triples to a triplestore.
- TBA