-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpensioncredential-v010.json
64 lines (64 loc) · 2.08 KB
/
pensioncredential-v010.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
{
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"pensvoc": "https://pensiondemo.findy.fi/pensioncredential-schema/pensionvocabulary-v010.html#",
"persvoc": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.0/#Person",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Pension": {
"@id": "pensvoc:Pension",
"@type": "@id",
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"pensvoc": "https://pensiondemo.findy.fi/pensioncredential-schema/pensionvocabulary-v010.html#",
"endDate": {
"@id": "pensvoc:startDate",
"@type": "xsd:date"
},
"startDate": {
"@id": "pensvoc:endDate",
"@type": "xsd:date"
},
"provisional": {
"@id": "pensvoc:provisional",
"@type": "xsd:boolean"
},
"typeCode": {
"@id": "pensvoc:typeCode",
"@type": "xsd:string"
},
"typeName": {
"@id": "pensvoc:typeName",
"@type": "xsd:string"
}
}
},
"Person": {
"@id": "persvoc:Person",
"@type": "@id",
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"personal_administrative_number": {
"@id": "Person:identifier"
},
"birth_date": {
"@id": "Person:birthDate"
},
"family_name": {
"@id": "Person:familyName"
},
"given_name": {
"@id": "Person:givenName"
}
}
}
}
}