Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 892 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 892 Bytes

CSV on the Web metadata Mustache template

This repository contains a Mustache template for rendering CSV metadata defined in JSON-LD according to the CSV on the Web model and vocabulary.

Requirements

Usage

pystache csvw-metadata.mustache data.csv-metadata.json > data-metadata.html

Notes

Ruby Mustache does not accept colons in tags, which are hard to avoid in JSON-LD metadata. Python Mustache does accept colons.

This is a really simple template; it should at least work for really simple CSV metadata files. Semantics defined by the model, such as properties whose values are inherited, are not supported by default.

License

TBD