-
Notifications
You must be signed in to change notification settings - Fork 2
/
example2.json
31 lines (31 loc) · 1.15 KB
/
example2.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
{
"_comment": "Example JSON object for a DIAL code published by NCERT and linked to CBSE Class 1 English textbook",
"@context": "https://raw.githubusercontent.com/sunbird-specs/DIAL-specs/main/v1/context.json#",
"@id": "https://diksha/gov.in/DIAL/JEU210",
"@type": "DIALCode",
"publisher": {
"@type": "Organization",
"name": "NCERT",
"@id": "https://diksha.gov.in/org/v1/read/29181291218193819"
},
"dateCreated": "2021-10-29T10:21:43.087UTC",
"datePublished": "2021-11-19T09:46:32.007UTC",
"linkedTo": {
"@type": "Entity",
"entityType": "Textbook",
"reference": {
"@type": "TextbookRef",
"@id": "https://diksha.gov.in/api/content/v1/read/do_313430854621904896190",
"identifier": "do_313430854621904896190",
"name": "CBSE Class 1 English Textbook",
"metadata": {
"@type": "TextbookMetadata",
"framework": "ncert_k-12",
"board": "CBSE",
"medium": "English",
"gradeLevel": "Class 1",
"subject": "English"
}
}
}
}