-
Notifications
You must be signed in to change notification settings - Fork 36
CSV2RDF4LOD_BASE_URI
Tim L edited this page May 23, 2013
·
24 revisions
- Setting the CSV2RDF4LOD_BASE_URI environment variable is essential because it provides the base for all URIs created by csv2rdflod. See Conversion process phase: name for the "source-dataset-version" naming convention and how it is situated within CSV2RDF4LOD_BASE_URI.
When, how, and why to set CSV2RDF4LOD_BASE_URI
.
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 ...
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 the URL of this wiki section.