Skip to content

knudmoeller/csv2rdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages