Sha256: 287d4b45e0504bfb13698de4863a24c97250fe660d38cd4b7d2de2e067b4789d

Contents?: true

Size: 592 Bytes

Versions: 4

Compression:

Stored size: 592 Bytes

Contents

# Requires data_frame (sudo gem install davidrichards-data_frame)
# gem 'davidrichards-data_frame'
# require 'data_frame'
# 
# # This is a simple tool that converts RDF to DataFrames.  It uses the
# # subjects as the rows, the objects as the columns, and the predicates
# # as the values.  This can make the data much more accessible by more
# # analysis tools. 
# class RDF2DataFrame < ETL
#   
#   def extract
#     source = self.options.fetch(:source, nil)
#     @raw = OpenContent::Extractor.process(source, RDF2DataFrame.logger)
#   end
#   
#   def transform
#     # TODO
#   end
# end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
davidrichards-etl-0.0.10 lib/etl/rdf_2_data_frame.rb
davidrichards-etl-0.0.6 lib/etl/rdf_2_data_frame.rb
davidrichards-etl-0.0.7 lib/etl/rdf_2_data_frame.rb
davidrichards-etl-0.0.9 lib/etl/rdf_2_data_frame.rb