Skip to content

Latest commit

 

History

History

ons-trade

This example has since been superceded by the one in the pipeline


Regional Trade Example

gem install linkeddata
rdf serialize --input-format tabular regional-trade.slugged.csv --output-format ttl

This produces the output in regional-trade.ttl.

Split pipeline variation

The Split pipelines involves multiple csvw pipelines that each create a different resource of the cube - i.e. one pipeline per rdf:type. This would allow distinct outputs to handled separately (loaded into distinct graphs etc). It also obviates the need to include json-ld in the metadata; instead of creating this during the preparation phase (and having it passed through the translation unchanhed) we can use the translation phase to create this directly.