Sha256: 49706024069d1c990895e805f3502fdcddfad8cb9a09e9b7bc07fef85ae42656

Contents?: true

Size: 1.19 KB

Versions: 3

Compression:

Stored size: 1.19 KB

Contents

# Spread2RDF

Spread2RDF is a converter for complex spreadsheets to RDF and a DSL for
specifying the mapping rules for this conversion.

## Features

* Supports Excel/Excelx, Google spreadsheets, OpenOffice, LibreOffice and CSV
  spreadsheets as input, thanks to [Roo](https://github.com/Empact/roo).
  (Currently, it's tested for Excel only.
  If you have a problem with another spreadsheet type,
  [raise an issue](https://github.com/marcelotto/spread2rdf/issues).)
* Supports many RDF serialization formats for the output, thanks to
  [RDF.rb](https://github.com/ruby-rdf/rdf).

## Installation

Install [Ruby](http://www.ruby-lang.org/) and execute the following command
in a terminal:

    $ gem install spread2rdf

## Command-line interface

For a description of all available parameters, type the following in a terminal:

    $ spread2rdf --help

## Mapping DSL

Description is following soon.

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request


## Authors

* Marcel Otto

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
spread2rdf-0.0.2 README.md
spread2rdf-0.0.1 README.md
spread2rdf-0.0.1pre.1 README.md