Forked from giacecco/example_of_full_provenance.json
Last active
August 29, 2015 14:10
-
-
Save pezholio/762d54fa152eefc2b8f5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"saon": { | |
"name": "823 SALISBURY HOUSE" | |
}, | |
"paon": { | |
"name": "29" | |
}, | |
"street": { | |
"name": "FINSBURY CIRCUS", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
532850, | |
181571 | |
] | |
} | |
}, | |
"locality": { | |
"name": null | |
}, | |
"town": { | |
"name": "LONDON" | |
}, | |
"postcode": { | |
"name": "EC2M 5QQ", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
532775, | |
181588 | |
] | |
} | |
}, | |
"country": { | |
"name": null | |
}, | |
"provenance": { | |
"activity": { | |
"processing_scripts": "[LINK TO THE DISTILLER REPOSITORY **TREE** used for distillation]", | |
"executed_at": "2014-11-19T09:53:14.000Z", | |
"derived_from": [ | |
{ | |
"type": "Source", | |
"description_url": "http://download.companieshouse.gov.uk/en_output.html", | |
"url": [ | |
"http://download.companieshouse.gov.uk/BasicCompanyData-2014-11-01-part1_5.zip", | |
"http://download.companieshouse.gov.uk/BasicCompanyData-2014-11-01-part2_5.zip", | |
"http://download.companieshouse.gov.uk/BasicCompanyData-2014-11-01-part3_5.zip", | |
"http://download.companieshouse.gov.uk/BasicCompanyData-2014-11-01-part4_5.zip", | |
"http://download.companieshouse.gov.uk/BasicCompanyData-2014-11-01-part5_5.zip" | |
], | |
"name": "Companies House's \"Free Company Data Product\"", | |
"downloaded_at": "2014-11-21T12:21:49.859Z [OR WHATEVER THE DATE]", | |
"processing_scripts": "https://github.com/OpenAddressesUK/common-ETL/tree/efcd9970fc63c12b2f1aef410f87c2dcb4849aa3" | |
}, | |
{ | |
"type": "Source", | |
"name": "Ordnance Survey's \"Locator\" open data product", | |
"description_url": "http://www.ordnancesurvey.co.uk/business-and-government/products/os-locator.html", | |
"downloaded_at": "2014-11-19T09:18:00.000Z", | |
"url": [ | |
"http://download.ordnancesurvey.co.uk/open/GAZLCO/201411/TXT/gazlco_gb.zip?sr=b&st=2014-11-19T07:43:24Z&se=2014-11-22T07:43:24Z&si=opendata_policy&sig=jlsC8m9TwHPbSDF4jC%2Fvlm2I3BWwkq%2BbdMUUcj5C4DI%3D" | |
], | |
"processing_scripts": "https://github.com/OpenAddressesUK/common-ETL/tree/efcd9970fc63c12b2f1aef410f87c2dcb4849aa3" | |
}, | |
{ | |
"type": "Source", | |
"name": "Ordnance Survey's \"Strategy\" open data product", | |
"description_url": "http://www.ordnancesurvey.co.uk/business-and-government/products/strategi.html", | |
"downloaded_at": "2014-11-19T09:18:00.000Z", | |
"url": [ | |
"http://download.ordnancesurvey.co.uk/open/STRTGI/201401/ESSH/strtgi_essh_gb.zip?sr=b&st=2014-11-19T07:43:24Z&se=2014-11-22T07:43:24Z&si=opendata_policy&sig=RlUTCafiFrb%2Bj69UwPrL2IlRLFF8fQsP69rX%2F5H3DZU%3D" | |
], | |
"processing_scripts": "https://github.com/OpenAddressesUK/common-ETL/tree/efcd9970fc63c12b2f1aef410f87c2dcb4849aa3" | |
}, | |
{ | |
"type": "Source", | |
"name": "Wikipedia", | |
"downloaded_at": "2014-11-21T12:21:49.859Z [OR WHATEVER THE DATE]", | |
"url": [ | |
"http://en.wikipedia.org/wiki/List_of_post_towns_in_the_United_Kingdom" | |
], | |
"processing_scripts": "https://github.com/OpenAddressesUK/common-ETL/tree/efcd9970fc63c12b2f1aef410f87c2dcb4849aa3" | |
}, | |
{ | |
"type": "Source", | |
"description_url": "http://www.ons.gov.uk/ons/guide-method/geography/products/postcode-directories/-nspp-/index.html", | |
"name": "Office for National Statistics' “ONS Postcode Directory (ONSPD)” open data product", | |
"downloaded_at": "???", | |
"url": [ | |
"https://geoportal.statistics.gov.uk/Docs/PostCodes/ONSPD_AUG_2014_csv.zip" | |
], | |
"processing_scripts": "https://github.com/OpenAddressesUK/common-ETL/tree/efcd9970fc63c12b2f1aef410f87c2dcb4849aa3" | |
} | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment