-
Notifications
You must be signed in to change notification settings - Fork 0
/
catalogue.json
60 lines (60 loc) · 2.11 KB
/
catalogue.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
{
"@odata.context": "http://infoshare-api-app.azurewebsites.net/$metadata#Subjects",
"@context": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld",
"@type": "dcat:Catalog",
"conformsTo": "https://project-open-data.cio.gov/v1.1/schema",
"value": [
{
"@type": "dcat:Dataset",
"identifier": 1,
"title": "Electronic Card Transactions: October 2016",
"description": null,
"isActive": false,
"SubjectGroupId": 1
},
{
"@type": "dcat:Dataset",
"identifier": 2,
"title": "Annual Enterprise Survey: 2015 financial year (provisional)",
"description": null,
"isActive": false,
"SubjectGroupId": 1
},
{
"@type": "dcat:Dataset",
"identifier": 3,
"title": "Balance of Payments and International Investment Position: June 2016 quarter",
"description": null,
"isActive": false,
"SubjectGroupId": 2
},
{
"@type": "dcat:Dataset",
"identifier": 4,
"title": "Business Price Indexes: September 2016 quarter",
"description": null,
"isActive": false,
"SubjectGroupId": 2
},
{
"@type": "dcat:Dataset",
"identifier": 14,
"title": "Labour Market Statistics: September 2016 quarter",
"description": null,
"isActive": false,
"SubjectGroupId": 4,
"publisher": "Statistics New Zealand",
"license": "",
"keyword": {"Employment", "Unemployment", "Hours Worked", "Labour Force", "Economy", "Work", "Income", "Earnings", "Wage Inflation"},
"modified": "2017-02-22T00:06:43.1870273Z",
"contactPoint": "",
"references": [
"http://datainfoplus.stats.govt.nz/Item/nz.govt.stats/b7c39358-aa03-446f-a27d-91c37caac35d",
"http://datainfoplus.stats.govt.nz/Item/nz.govt.stats/9007195c-8dc3-4dfb-b5da-1b12c32e90ac",
"http://datainfoplus.stats.govt.nz/Item/nz.govt.stats/086258b1-90e6-4728-981d-756b3ca6e147",
"http://datainfoplus.stats.govt.nz/",
"http://www.stats.govt.nz/browse_for_stats/snapshots-of-nz/nz-social-indicators/Home/Labour market.aspx",
]
}
]
}