-
Notifications
You must be signed in to change notification settings - Fork 2
/
lacchain_digitaldiploma.json
55 lines (46 loc) · 1.46 KB
/
lacchain_digitaldiploma.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
{
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"SubjectDef": {
"@id": "http://id.lacchain.net/digitalDiploma#SubjectDef",
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"lac": "http://id.lacchain.net/",
"schema": "http://schema.org/",
"centreCode": "lac:centreCode",
"centreName": "lac:centreName",
"territoryName": "lac:territoryName",
"candidateNumber": "lac:candidateNumber",
"subjectCode": "lac:subjectCode",
"subjectName": "lac:subjectName",
"overallGrade": "lac:overallGrade",
"profileGrade": {"@id": "lac:profileGrade", "@type": "@id", "@container": "@graph"}
}
},
"Subject": {
"@id": "http://id.lacchain.net/digitalDiploma#Subject",
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"lac": "http://id.lacchain.net/",
"schema": "http://schema.org/",
"examYear": "lac:year",
"examSession": "lac:examSession",
"examSessionDescription": "lac:examSessionDescription",
"ddTypeID": "lac:ddTypeID",
"ucn": "lac:ucn",
"subjectDef": {"@id": "lac:subjectDef", "@type": "@id", "@container": "@graph"}
}
}
}
}