-
Notifications
You must be signed in to change notification settings - Fork 0
/
schema.jsonld
49 lines (49 loc) · 945 Bytes
/
schema.jsonld
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
{
"@context": {
"erk": "http://opendata.slo.nl/curriculum/schemas/erk.jsonld",
"id": {
"@id": "@id"
},
"title": {
"@id": "http://purl.org/dc/terms/title",
"@type": "@id"
},
"description": {
"@id": "http://purl.org/dc/terms/description",
"@type": "@id"
},
"erk_vakleergebied": {
"@id": "erk:#erk_vakleergebied"
},
"erk_taalprofiel": {
"@id": "erk:#erk_taalprofiel"
},
"erk_taalprofieltekst": {
"@id": "erk:#erk_taalprofieltekst"
},
"erk_gebied": {
"@id": "erk:#erk_gebied"
},
"erk_categorie": {
"@id": "erk:#erk_categorie"
},
"erk_taalactiviteit": {
"@id": "erk:#erk_taalactiviteit"
},
"erk_schaal": {
"@id": "erk:#erk_schaal"
},
"erk_candobeschrijving": {
"@id": "erk:#erk_candobeschrijving"
},
"erk_voorbeeld": {
"@id": "erk:#erk_voorbeeld"
},
"erk_lesidee": {
"@id": "erk:#erk_lesidee"
},
"deprecated": {
"@id": "erk:#Deprecated"
}
}
}