forked from KS-AVT/avt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
avt.jsonld
79 lines (79 loc) · 2.76 KB
/
avt.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
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
{
"@context": "https://w3id.org/xapi/profiles/context",
"id": "https://w3id.org/xapi/avt",
"type": "Profile",
"conformsTo": "https://w3id.org/xapi/profiles#1.0",
"prefLabel": {
"en": "AVT Profile"
},
"definition": {
"en": "xAPI profile for a Norwegian research and development project on learning analytics in K-12 education."
},
"versions": [
{
"id": "https://w3id.org/xapi/avt/v1.0",
"generatedAtTime": "2018-01-23T14:25:59.295Z"
}
],
"author": {
"type": "Organization",
"name": "The AVT project"
},
"concepts": [
{
"id": "https://w3id.org/xapi/avt/activity-types/fagkart_tag",
"type": "ActivityType",
"inScheme": "https://fagkart.no/avt2/xapi",
"prefLabel": {
"en": "Subject Map tag",
"nb": "FagKart tag"
},
"definition": {
"en": "A set of parameters that link an exercise/item to one or more reference models tagged using the fagkartkoder tool (see fagkart.no)",
"nb": "Et sett med parametere som knytter en oppgave/item til en eller flere referansemodeller som er merket ved bruk av Fagkartkoderverktøyet (se fagkart.no)"
}
},
{
"id": "https://w3id.org/xapi/avt/activity-types/school-owner",
"type": "ActivityType",
"inScheme": "https://w3id.org/xapi/avt",
"prefLabel": {
"en": "school-owner",
"nb": "skoleeier"
},
"definition": {
"en": "School owner for the public schools is the municipal education authority and school owner for private schools is the school board.",
"nb": "Skoleeier er kommune/fylkeskommune for offentlige skoler og styret for friskoler."
},
"broadMatch": ["http://activitystrea.ms/schema/1.0/organization"]
},
{
"id": "https://w3id.org/xapi/avt/activity-types/school",
"type": "ActivityType",
"inScheme": "https://w3id.org/xapi/avt",
"prefLabel": {
"en": "school",
"nb": "skole"
},
"definition": {
"en": "The school where the student who undergoes the activity is enrolled.",
"nb": "Skolen hvor eleven som utfører aktiviteten er tilknyttet."
},
"broadMatch": ["http://activitystrea.ms/schema/1.0/organization"]
},
{
"id": "https://w3id.org/xapi/avt/activity-types/feide-clientinfo",
"type": "ActivityType",
"inScheme": "https://w3id.org/xapi/avt",
"prefLabel": {
"en": "feide-clientinfo",
"nb"; "feide-klientinfo"
},
"definition": {
"en": "Information about a specific client registered in FEIDE OAuth/OpenID Connect.",
"nb": "Informasjon om en spesifikk klient som er registrert i FEIDE OAuth/OpenID Connect."
},
"relatedMatch": ["http://activitystrea.ms/schema/1.0/application"]
}
]
}