-
Notifications
You must be signed in to change notification settings - Fork 0
/
codelists-metadata.json
96 lines (96 loc) · 4.02 KB
/
codelists-metadata.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"@context": ["http://www.w3.org/ns/csvw", {"@language": "en"}],
"tables": [{
"url": "codelists/migration-directions.csv",
"tableSchema": "https://gss-cogs.github.io/ref_common/codelist-schema.json",
"rdfs:label": "Migration Directions"
}, {
"url": "codelists/reason.csv",
"tableSchema": "https://gss-cogs.github.io/ref_common/codelist-schema.json",
"rdfs:label": "Reasons for Migration"
}, {
"url": "codelists/occupation.csv",
"tableSchema": "https://gss-cogs.github.io/ref_common/codelist-schema.json",
"rdfs:label": "Occupations"
}, {
"url": "codelists/residence.csv",
"tableSchema": "https://gss-cogs.github.io/ref_common/codelist-schema.json",
"rdfs:label": "Country of Residence"
}, {
"url": "codelists/migration-type.csv",
"tableSchema": "https://gss-cogs.github.io/ref_common/codelist-schema.json",
"rdfs:label": "Migration types"
}, {
"url": "codelists/registration-geographies.csv",
"tableSchema": "https://gss-cogs.github.io/ref_common/codelist-schema.json",
"rdfs:label": "Registration Geographies"
}, {
"url": "codelists/citizenship.csv",
"tableSchema": "https://gss-cogs.github.io/ref_common/codelist-schema.json",
"rdfs:label": "Citizenship"
}, {
"url": "codelists/ips-citizenship.csv",
"tableSchema": "https://gss-cogs.github.io/ref_common/codelist-schema.json",
"rdfs:label": "IPS Citizenship"
}, {
"url": "codelists/population-change-component.csv",
"tableSchema": "https://gss-cogs.github.io/ref_common/codelist-schema.json",
"rdfs:label": "Population Change Component"
}, {
"url": "codelists/ltim-citizenship.csv",
"tableSchema": "https://gss-cogs.github.io/ref_common/codelist-schema.json",
"rdfs:label": "LTIM Citizenship"
}, {
"url": "codelists/ho-applicant-types.csv",
"tableSchema": "https://gss-cogs.github.io/ref_common/codelist-schema.json",
"rdfs:label": "HO Applicant Types"
}, {
"url": "codelists/ho-application-types.csv",
"tableSchema": "https://gss-cogs.github.io/ref_common/codelist-schema.json",
"rdfs:label": "HO Application Types"
}, {
"url": "codelists/ho-application-categories.csv",
"tableSchema": "https://gss-cogs.github.io/ref_common/codelist-schema.json",
"rdfs:label": "HO Application Category"
}, {
"url": "codelists/ho-application-resolution.csv",
"tableSchema": "https://gss-cogs.github.io/ref_common/codelist-schema.json",
"rdfs:label": "HO Application Resolutions"
}, {
"url": "codelists/ho-country-of-nationality.csv",
"tableSchema": "https://gss-cogs.github.io/ref_common/codelist-schema.json",
"rdfs:label": "HO Country of Nationality"
}, {
"url": "codelists/asylum-application-status.csv",
"tableSchema": "https://gss-cogs.github.io/ref_common/codelist-schema.json",
"rdfs:label": "Asylum Application Status"
}, {
"url": "codelists/foreign-geography.csv",
"tableSchema": "https://gss-cogs.github.io/ref_common/codelist-schema.json",
"rdfs:label": "Foreign geography"
}, {
"url": "codelists/section-95-support.csv",
"tableSchema": "https://gss-cogs.github.io/ref_common/codelist-schema.json",
"rdfs:label": "Section 95 Support"
}, {
"url": "codelists/resettlement-scheme.csv",
"tableSchema": "https://gss-cogs.github.io/ref_common/codelist-schema.json",
"rdfs:label": "Resettlement Scheme"
}, {
"url": "codelists/nature-of-transfer.csv",
"tableSchema": "https://gss-cogs.github.io/ref_common/codelist-schema.json",
"rdfs:label": "Nature of Transfer"
}, {
"url": "codelists/dublin-regulation-article.csv",
"tableSchema": "https://gss-cogs.github.io/ref_common/codelist-schema.json",
"rdfs:label": "Dublin Regulation Article"
}, {
"url": "codelists/ips-markers.csv",
"tableSchema": "https://gss-cogs.github.io/ref_migration/codelist-schema.json",
"rdfs:label": "IPS Markers"
}, {
"url": "codelists/dwp-nationalities.csv",
"tableSchema": "https://gss-cogs.github.io/ref_common/codelist-schema.json",
"rdfs:label": "DWP Nationality"
}]
}