Skip to content

Instantly share code, notes, and snippets.

@markstuart
Forked from ebuckley/data.json
Last active April 14, 2021 03:34
Show Gist options
  • Save markstuart/1548a7f0b7abb76cac2bb8acd8298c73 to your computer and use it in GitHub Desktop.
Save markstuart/1548a7f0b7abb76cac2bb8acd8298c73 to your computer and use it in GitHub Desktop.
Ministry of silly walks test data
{
"@context": "https://www.data.govt.nz/catalog.jsonld",
"@id": "https://www.ministry-of-silly-walks.govt.nz/data.json",
"@type": "dcat:Catalog",
"conformsTo": "https://www.data.govt.nz/toolkit/schema",
"dataset":
[
{
"title": "Convention Activity Survey",
"description": "The Convention Activity Survey (CAS) monitors and benchmarks the performance of more than 300 professional conferencing and meeting venues in New Zealand. The CAS is the 'supply-side' component of the Convention Research Programme.",
"identifier": "changed-id",
"license": "https://creativecommons.org/licenses/by/3.0/nz/",
"keyword": [
"tourism & stuff",
"conventions/things",
"Manaaki Whenua – Landcare Research",
"MICE",
"activities"
],
"issued": "2014-10-09",
"modified": "2017-11-23",
"publisher": {
"name": "Ministry of Business Innovation and Employment",
"mbox": "opendata@mbie.govt.nz"
},
"contactPoint": {
"hasEmail": "TR_SharedMailbox@med.govt.nz"
},
"landingPage": "http://www.mbie.govt.nz/info-services/sectors-industries/tourism/tourism-research-data/other-research-and-reports/convention-research-programme/convention-activity-survey",
"accrualPeriodicity": "Quarterly",
"theme": ["Tourism", "tourism", "resilience"],
"distribution": [
{
"downloadURL": "https://www.mbie.govt.nz/assets/Data-Files/Tourism-research-and-data/International-tourism-forecasts/25f823ae80/Regional-Forecasts-2004-2016-Pivot-Tables.xls",
"title": "Other Resource",
"format": "xlsx"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment