CSVW Template


Fork me on GitHub

This is a simple example of using CSV on the Web (CSVW) to document the semantics of a CSV file.

Here are the steps:

  1. Put your CSV on the Web like example.csv.
  2. Put a JSON description of that CSV file on the Web like example.csv-metadata.json
  3. There is no Step 3.

Here's what the RDF for the example data looks like as JSON-LD, Turtle, RDF/XML ... you know, if that's your thing.

If you like this example fork it, and use it as a template for your own CSVW data:


    git clone https://github.com/edsu/csvw-template
    

With apologies to Dan Bricklin.