Skip to content

Vertere is a data conversion tool using declarative specs and map/reduce

Notifications You must be signed in to change notification settings

mmmmmrob/Vertere-RDF

Repository files navigation

Vertere-RDF

Vertere is a spreadsheet->RDF conversion tool based on a templating mechanism. Lines in CSV or TSV files are read sequentially, each line resulting in one or more RDF resources, while each column value can result in one or more triples about this resource.

(C) 2012 Rob Styles

Contributor: Knud Möller

Usage

Assuming PHP is installed, the following shows how to convert an input.csv file with Vertere, using the mapping specification mapping.ttl and writing to output.nt in N-Triples (all on the command line):

cat input.csv | vertere_mapper.php mapping.ttl > output.nt

For more detailed examples, look in the /Examples folder!

About

Vertere is a data conversion tool using declarative specs and map/reduce

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published