Project

csv2rdf

0.0
No commit activity in last 3 years
No release in over 3 years
A super light-weight framework for converting arbitrary CSV files to RDF.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 1.0.9
 Project Readme

Description

csv2rdf is a super light-weight ruby framework for converting arbitrary CSV files to RDF. Since there are a lot of different ways that CSVs can be structured, no generic conversion functionality is provided. To provide conversion functionality for a specific kind of CSV document, a sub-class of the abstract Converter class needs to be defined by implementing the convert method.

Dependencies

csv2rdf uses ruby-rdf (http://ruby-rdf.github.io) for generating and serialising the RDF graph.

License

MIT License, http://opensource.org/licenses/MIT