-
Notifications
You must be signed in to change notification settings - Fork 21
/
data.json
69 lines (69 loc) · 3.29 KB
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"@context": "https://raw.githubusercontent.com/data-govt-nz/schema/master/schema.jsonld",
"@id": "https://raw.githubusercontent.com/GOVTNZ/public-sector-websites/master/data.json",
"@type": "dcat:Catalog",
"conformsTo": "https://github.com/data-govt-nz/schema",
"dataset":
[{
"@type": "dcat:Dataset",
"title": "New Zealand Public Sector Websites",
"landingPage": "https://github.com/GOVTNZ/public-sector-websites",
"identifier": "https://github.com/GOVTNZ/public-sector-websites",
"issued": "2011-08-26",
"modified": "2017-09-11",
"description": "List of websites owned and administered by the New Zealand Public Sector. The Department of Internal Affairs acknowledges this list has been compiled to the best of their knowledge, but it is not a complete list of all Public Sector websites. This list will be updated as the Department becomes aware of required updates.",
"keyword": ["public sector", "websites", "open government", "web standards", "public sector websites", "url", "website", "web site"],
"theme": "State sector performance",
"accrualPeriodicity": "R/P1Y",
"license": "https://creativecommons.org/licenses/by/4.0/",
"publisher": {
"@type": "org:Organization",
"name": "Department of Internal Affairs"
},
"contactPoint": {
"@type": "vcard:Contact",
"fn": "Venon McCarthy",
"hasEmail": "[email protected]?subject=Enquiry from data.govt.nz"
},
"distribution": [
{
"downloadURL": "https://raw.githubusercontent.com/GOVTNZ/public-sector-websites/2011-08-26/public-sector-domains.csv",
"title": "Snapshot at 26 August 2011",
"format": "csv"
},
{
"downloadURL": "https://raw.githubusercontent.com/GOVTNZ/public-sector-websites/2014-10-01/public-sector-domains.csv",
"title": "Snapshot at 01 October 2014",
"format": "csv"
},
{
"downloadURL": "https://raw.githubusercontent.com/GOVTNZ/public-sector-websites/2014-11-03/public-sector-domains.csv",
"title": "Snapshot at 03 November 2014",
"format": "csv"
},
{
"downloadURL": "https://raw.githubusercontent.com/GOVTNZ/public-sector-websites/2015-04-01/public-sector-domains.csv",
"title": "Snapshot at 01 April 2015",
"format": "csv"
},
{
"downloadURL": "https://raw.githubusercontent.com/GOVTNZ/public-sector-websites/2017-03-15/public-sector-domains.csv",
"title": "Snapshot at 15 March 2017",
"description": "Note: this year now includes local and regional council websites, and whether a domain is redirecting to another website.",
"format": "csv"
},
{
"downloadURL": "https://raw.githubusercontent.com/GOVTNZ/public-sector-websites/2017-06-30/public-sector-websites.csv",
"title": "30 June 2017 snapshot of domains",
"description": "Domains at end of 2016/17 financial year",
"format": "csv"
},
{
"downloadURL": "https://raw.githubusercontent.com/GOVTNZ/public-sector-websites/master/public-sector-websites.csv",
"title": "Latest dataset updates",
"description": "This gives access to the ongoing updates on the public sector websites dataset",
"format": "csv"
}
]
}]
}