Sha256: 0246e3b9acec1c44fd77e4bce5ffbddab1b94f7359f746bbcbae3ffaea8abf26
Contents?: true
Size: 941 Bytes
Versions: 5
Compression:
Stored size: 941 Bytes
Contents
# Spread2RDF Spread2RDF is a converter for complex spreadsheets to RDF and a Ruby-internal [DSL](http://en.wikipedia.org/wiki/Domain-specific_language) 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). * Mapping definitions are compilable to executables, which can be run without Ruby installed. ## Installation Install [Ruby](http://www.ruby-lang.org/) and execute the following command in a terminal: $ gem install spread2rdf ## Author * Marcel Otto
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
spread2rdf-0.1.4 | README.md |
spread2rdf-0.1.3 | README.md |
spread2rdf-0.1.2 | README.md |
spread2rdf-0.1.1 | README.md |
spread2rdf-0.1.0 | README.md |