Skip to content
Tim L edited this page Oct 9, 2013 · 9 revisions

What is first

Let's get to it

First, get VSR's dependencies:

git clone git://github.com/timrdf/csv2rdf4lod-automation.git

Then, get the repository:

git clone git://github.com/timrdf/vsr.git

Then set your CLASSPATH and PATH environment variables to include those that VSR needs:

export CLASSPATH=$CLASSPATH`vsr/src/vsr-situate-classpaths.sh`
export PATH=$PATH`vsr/src/vsr-situate-paths.sh`

See the usage:

vsr2grf.sh --help

Grab an RDF file to render graphically using one of many visual strategies to one of many target graphical formats:

curl -O http://dig.csail.mit.edu/2008/webdav/timbl/foaf.rdf
vsr2grf.sh rdf graffle -w foaf.rdf 

What is next