Skip to content

GSS-Cogs/subnational-indicators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

subnational-indicators

This repository generates an RDF data cube from data used in the the ONS' subnational indicators explorer.

csv2rdf was run over the CSVW with the following command:

docker run --rm -v $PWD:/workspace -w /workspace -it gsscogs/csv2rdf \
csv2rdf -u data/20220331-subnational-indicators.csv-metadata.json -m annotated -o data/20220331-subnational-indicators.ttl

deploy.sh assumes a drafter CLIENT_ID and CLIENT_SECRET are set in a .env file which is available to the script.

# .env -------------------------------------
export CLIENT_ID="<your-client-id>";
export CLIENT_SECRET="<your-client-secret>";

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published