Skip to content

CSV2RDF4LOD_BASE_URI

Tim L edited this page May 1, 2013 · 24 revisions

What is first

What we will cover

When, how, and why to set CSV2RDF4LOD_BASE_URI.

Let's get to it!

CSV2RDF4LOD_BASE_URI is a shell environment variable that is used when creating enhancement parameters.

Edit your my-csv2rdf4lod-source-me.sh to set the value, for example, any of the following have been used for various projects:

export CSV2RDF4LOD_BASE_URI='http://logd.tw.rpi.edu'
# or
export CSV2RDF4LOD_BASE_URI='http://aquarius.tw.rpi.edu/projects/provenanceweb'
# or ...

Needed by bin/cr-dataset-uri.sh

cr-dataset-uri.sh needs CSV2RDF4LOD_BASE_URI to be set so that it can produce the dataset URI. If the variable is not set, it returns https://github.com/timrdf/csv2rdf4lod-automation/wiki/CSV2RDF4LOD_BASE_URI#needed-by-bincr-dataset-urish.

What is next

Clone this wiki locally