Skip to content

Loading RDF data into database tables

E. Lynette Rayle edited this page Feb 26, 2019 · 1 revision

Overview

You can use the Qa::Services::RDFAuthorityParser to import rdf files into your database tables. See the class file, lib/qa/services/rdf_authority_parser.rb, for examples and more information.

Prerequisites

To run the class in your local project you must include gem 'linkeddata' into your Gemfile and require 'linkeddata' into an initializer or your application.rb

Clone this wiki locally