-
Notifications
You must be signed in to change notification settings - Fork 7
/
learningResourceType.ttl
256 lines (217 loc) · 8.36 KB
/
learningResourceType.ttl
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
@base <http://w3id.org/openeduhub/vocabs/learningResourceType/> .
@prefix dct: <http://purl.org/dc/terms/>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix hcrt: <https://w3id.org/kim/hcrt/> .
<> a skos:ConceptScheme;
dct:title "Typ der Lernressource"@de;
dct:title "Learning Resource Type"@en;
dct:description "Eine Wertelliste für Typen von Lernressourcen (Learning Resource Type), entstanden im Kontext des OpenEduHub."@de;
dct:description "A value list for Learning Resource Type. Developed in Context of OpenEduHub."@en;
dct:creator "<https://wirlernenonline.de>";
dct:created "2020-04-08"^^xsd:date;
dct:modified "2020-04-08"^^xsd:date;
dct:issued "2020-04-08"^^xsd:date;
dct:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
skos:hasTopConcept <application>, <assessment>, <audiovisual_medium>,
<broadcast>, <case_study>, <course>, <demonstration>, <drill_and_practice>,
<educational_game>, <enquiry_oriented_activity>, <experiment>,
<exploration>, <glossary>, <guide>, <audio>, <data>, <image>,
<map>, <model>, <photograph>, <text>, <video>, <other_asset_type>,
<lesson_plan>, <open_activity>, <presentation>, <project>, <reference>,
<role_play>, <simulation>, <teaching_module>, <tool>, <weblog>, <web_page>, <wiki>,
<other_web_resource>, <other>, <worksheet> .
<application> a skos:Concept ;
skos:prefLabel "Anwendung/Software"@de ;
skos:prefLabel "application"@en ;
skos:altLabel "Softwareanwendung" ;
skos:editorialNote "Original LOMv1.0" ;
skos:exactMatch hcrt:application ;
skos:topConceptOf <> .
<assessment> a skos:Concept ;
skos:prefLabel "Lernkontrolle"@de ;
skos:prefLabel "assessment"@en ;
skos:exactMatch hcrt:assessment ;
skos:topConceptOf <> .
<audiovisual_medium> a skos:Concept ;
skos:prefLabel "Audiovisuelles Medium"@de ;
skos:prefLabel "audiovisual medium"@en ;
skos:editorialNote "There is no equivalent concept in HCRT."@en ;
skos:topConceptOf <> .
<broadcast> a skos:Concept ;
skos:prefLabel "Radio/TV"@de ;
skos:prefLabel "broadcast"@en ;
skos:editorialNote "There is no equivalent concept in HCRT."@en ;
skos:topConceptOf <> .
<case_study> a skos:Concept ;
skos:prefLabel "Fallstudie"@de ;
skos:prefLabel "case_study"@en ;
skos:exactMatch hcrt:case_study ;
skos:topConceptOf <> .
<course> a skos:Concept ;
skos:prefLabel "Kurs"@de ;
skos:prefLabel "course"@en ;
skos:exactMatch hcrt:course ;
skos:topConceptOf <> .
<demonstration> a skos:Concept ;
skos:prefLabel "Veranschaulichung"@de ;
skos:prefLabel "demonstration"@en ;
skos:editorialNote "There is no equivalent concept in HCRT."@en ;
skos:topConceptOf <> .
<drill_and_practice> a skos:Concept ;
skos:prefLabel "Übung"@de ;
skos:prefLabel "drill and practice"@en ;
skos:exactMatch hcrt:drill_and_practice ;
skos:topConceptOf <> .
<educational_game> a skos:Concept ;
skos:prefLabel "Lernspiel"@de ;
skos:prefLabel "educational Game"@en ;
skos:exactMatch hcrt:educational_game ;
skos:topConceptOf <> .
<enquiry_oriented_activity> a skos:Concept ;
skos:prefLabel "Recherche-Auftrag"@de ;
skos:prefLabel "enquiry-oriented activity"@en ;
skos:editorialNote "There is no equivalent concept in HCRT."@en ;
skos:topConceptOf <> .
<experiment> a skos:Concept ;
skos:prefLabel "Experiment"@de ;
skos:prefLabel "experiment"@en ;
skos:exactMatch hcrt:experiment ;
skos:topConceptOf <> .
<exploration> a skos:Concept ;
skos:prefLabel "Entdeckendes Lernen"@de ;
skos:prefLabel "exploration"@en ;
skos:editorialNote "There is no equivalent concept in HCRT."@en ;
skos:topConceptOf <> .
<glossary> a skos:Concept ;
skos:prefLabel "Glossar"@de ;
skos:prefLabel "glossary"@en ;
skos:broadMatch hcrt:index ;
skos:topConceptOf <> .
<guide> a skos:Concept ;
skos:prefLabel "Handbuch"@de ;
skos:prefLabel "guide"@en ;
skos:broadMatch hcrt:index ;
skos:topConceptOf <> .
<audio> a skos:Concept ;
skos:prefLabel "Audio"@de ;
skos:prefLabel "audio"@en ;
skos:exactMatch hcrt:audio ;
skos:topConceptOf <> .
<data> a skos:Concept ;
skos:prefLabel "Daten"@de ;
skos:prefLabel "data"@en ;
skos:exactMatch hcrt:data ;
skos:topConceptOf <> .
<image> a skos:Concept ;
skos:prefLabel "Bild"@de ;
skos:prefLabel "image"@en ;
skos:broadMatch hcrt:image ;
skos:topConceptOf <> .
<map> a skos:Concept ;
skos:prefLabel "Karte"@de ;
skos:prefLabel "map"@en ;
skos:exactMatch hcrt:map ;
skos:topConceptOf <> .
<model> a skos:Concept ;
skos:prefLabel "Modell"@de ;
skos:prefLabel "model"@en ;
skos:editorialNote "There is no equivalent concept in HCRT."@en ;
skos:topConceptOf <> .
<photograph> a skos:Concept ;
skos:prefLabel "Foto"@de ;
skos:prefLabel "Photograph"@en ;
skos:broadMatch hcrt:image ;
skos:topConceptOf <> .
<text> a skos:Concept ;
skos:prefLabel "Text"@de ;
skos:prefLabel "text"@en ;
skos:exactMatch hcrt:text ;
skos:topConceptOf <> .
<video> a skos:Concept ;
skos:prefLabel "Video"@de ;
skos:prefLabel "video"@en ;
skos:exactMatch hcrt:video ;
skos:topConceptOf <> .
<other_asset_type> a skos:Concept ;
skos:prefLabel "Anderes Material"@de ;
skos:prefLabel "other asset type"@en ;
skos:broadMatch hcrt:other ;
skos:topConceptOf <> .
<lesson_plan> a skos:Concept ;
skos:prefLabel "Unterrichtsplanung"@de ;
skos:prefLabel "lesson plan"@en ;
skos:exactMatch hcrt:lesson_plan ;
skos:topConceptOf <> .
<open_activity> a skos:Concept ;
skos:prefLabel "Offene Aktivität"@de ;
skos:prefLabel "open activity"@en ;
skos:editorialNote "There is no equivalent concept in HCRT."@en ;
skos:topConceptOf <> .
<presentation> a skos:Concept ;
skos:prefLabel "Präsentation"@de ;
skos:prefLabel "presentation"@en ;
skos:exactMatch hcrt:slide ;
skos:topConceptOf <> .
<project> a skos:Concept ;
skos:prefLabel "Projekt"@de ;
skos:prefLabel "project"@en ;
skos:editorialNote "There is no equivalent concept in HCRT."@en ;
skos:topConceptOf <> .
<reference> a skos:Concept ;
skos:prefLabel "Primärmaterial/Quelle"@de ;
skos:prefLabel "reference"@en ;
skos:editorialNote "There is no equivalent concept in HCRT."@en ;
skos:topConceptOf <> .
<role_play> a skos:Concept ;
skos:prefLabel "Rollenspiel"@de ;
skos:prefLabel "role play"@en ;
skos:editorialNote "There is no equivalent concept in HCRT."@en ;
skos:topConceptOf <> .
<simulation> a skos:Concept ;
skos:prefLabel "Simulation"@de ;
skos:prefLabel "simulation"@en ;
skos:exactMatch hcrt:simulation ;
skos:topConceptOf <> .
<teaching_module> a skos:Concept ;
skos:prefLabel "Unterrichtsbaustein"@de ;
skos:prefLabel "teaching module"@en ;
skos:altLabel "teaching-module"@en ;
skos:editorialNote "Nicht in LOM-DE vorhanden"@de ;
skos:editorialNote "There is no equivalent concept in HCRT."@en ;
skos:topConceptOf <> .
<tool> a skos:Concept ;
skos:prefLabel "Werkzeug"@de ;
skos:prefLabel "tool"@en ;
skos:editorialNote "There is no equivalent concept in HCRT."@en ;
skos:topConceptOf <> .
<weblog> a skos:Concept ;
skos:prefLabel "Webblog"@de ;
skos:prefLabel "webblog"@en ;
skos:editorialNote "There is no equivalent concept in HCRT."@en ;
skos:topConceptOf <> .
<web_page> a skos:Concept ;
skos:prefLabel "Website"@de ;
skos:prefLabel "web page"@en ;
skos:exactMatch hcrt:web_page ;
skos:topConceptOf <> .
<wiki> a skos:Concept ;
skos:prefLabel "Wiki"@de ;
skos:prefLabel "wiki"@en ;
skos:editorialNote "There is no equivalent concept in HCRT."@en ;
skos:topConceptOf <> .
<other_web_resource> a skos:Concept ;
skos:prefLabel "Andere Web Ressource"@de ;
skos:prefLabel "other web resource"@en ;
skos:editorialNote "There is no equivalent concept in HCRT."@en ;
skos:topConceptOf <> .
<other> a skos:Concept ;
skos:prefLabel "Anderer Ressourcentyp"@de ;
skos:prefLabel "other"@en ;
skos:broadMatch hcrt:other ;
skos:topConceptOf <> .
<worksheet> a skos:Concept ;
skos:prefLabel "Arbeitsblatt"@de ;
skos:prefLabel "worksheet"@en ;
skos:broadMatch hcrt:worksheet ;
skos:topConceptOf <> .