-
Notifications
You must be signed in to change notification settings - Fork 915
Expand file tree
/
Copy pathsdo-lrmi-examples.txt
More file actions
374 lines (340 loc) · 14.9 KB
/
sdo-lrmi-examples.txt
File metadata and controls
374 lines (340 loc) · 14.9 KB
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
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
TYPES: #eg-0379 learningResourceType, educationalLevel, audience, EducationalAudience, educationalRole
PRE-MARKUP:
<!-- A lesson plan for US second grade teachers. -->
<div>
<h1>Designing a treasure map</h1>
<p>Resource type: lesson plan, learning activity</p>
<p>Target audience: teachers</p>
<p>Educational level: US Grade 2</p>
<p>Link to lesson plan: <a href="http://example.org/lessonplan">http://example.org/lessonplan</a></p>
</div>
MICRODATA:
<!-- A lesson plan for US second grade teachers. -->
<div itemscope itemtype="https://schema.org/CreativeWork">
<h1 itemprop="name">Designing a treasure map</h1>
<p>Resource type:
<span itemprop="learningResourceType">lesson plan</span>,
<span itemprop="learningResourceType">learning activity</span>
</p>
<p>Target audience:
<span itemprop="audience" itemscope itemtype="https://schema.org/EducationalAudience">
<span itemprop="educationalRole">teacher</span></span>s.
</p>
<p itemprop="educationalLevel" itemscope itemtype="https://schema.org/DefinedTerm">
<span itemprop="inDefinedTermSet">US Grade Levels</span>
<span itemprop="name">2</span>
<link itemprop="url" href="http://purl.org/ASN/scheme/ASNEducationLevel/2" />
</p>
<p>Link to lesson plan: <a itemprop="url" href="http://example.org/lessonplan">http://example.org/lessonplan</a></p>
</div>
RDFA:
<!-- A list of the issues for a single volume of a given periodical. -->
<div vocab="https://schema.org/" typeof="CreativeWork">
<h1 property="name">Designing a treasure map</h1>
<p>Resource type:
<span property="learningResourceType"> lesson plan</span>,
<span property="learningResourceType"> learning activity</span>
</p>
<p>Target audience:
<span rel="audience" typeof="EducationalAudience">
<span property="educationalRole">teacher</span>s
</span>
</p>
<p rel="educationalLevel" typeof="DefinedTerm">
<span property="inDefinedTermSet">US Grade Levels</span>
<span property="name">2</span>
<span rel="url" resource="http://purl.org/ASN/scheme/ASNEducationLevel/2"></span>
</p>
<p>Link to lesson plan: <a property="url" href="http://example.org/lessonplan">http://example.org/lessonplan</a></p>
</div>
JSON:
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "CreativeWork",
"name": "Designing a treasure map",
"learningResourceType": [
"lesson plan",
"learning activity"
],
"audience": {
"@type": "EducationalAudience",
"educationalRole": "teacher"
},
"educationalLevel": {
"@type": "DefinedTerm",
"inDefinedTermSet": "US Grade Levels",
"name": "2",
"url": "http://purl.org/ASN/scheme/ASNEducationLevel/2"
},
"url": "http://example.org/lessonplan"
}
</script>
TYPES: #eg-0380 typicalAgeRange, timeRequired, educationalAlignment, AlignmentObject, educationalFramework, alignmentType, targetName, targetUrl, educationalLevel
PRE-MARKUP:
<div>
<h1>The Declaration of Arbroath</h1>
<p>A lesson plan for teachers with associated video.
Typical length of lesson, 1 hour.
Recommended for children aged 10-12 years old.
</p>
<p>Subject: Wars of Scottish independence</p>
<p>Alignment to curriculum:</p>
<ul>
<li>England
National Curriculum: KS 3 History: The middle ages (12th to 15th century)
</li>
<li>Scotland
SCQF: Level 2
Curriculum for Excellence: Social studies: people past events and societies
</li>
</ul>
<p>Link to lesson plan: <a href="http://example.org/lessonplan">http://example.org/lessonplan</a></p>
<video>
<source src="http://example.org/movie.mp4" type="video/mp4" />
Duration 03:12
</video>
<p>This example is based on <a href="http://www.bbc.co.uk/education/clips/z3sjtfr">Declaration of Arbroath</a> from BBC Bitesize</p>
</div>
MICRODATA:
<div itemscope itemtype="https://schema.org/WebPage">
<h1 itemprop="name">The Declaration of Arbroath</h1>
<p>A <span itemprop="learningResourceType">lesson plan</span>
for <span itemprop="audience"
itemscope itemtype="https://schema.org/EducationalAudience">
<span itemprop="educationalRole">teacher</span></span>s with associated video.
Typical length of lesson, <span itemprop="timeRequired" content="PT1H">1 hour</span>.
Recommended for children aged <span itemprop="typicalAgeRange">10-12</span> years old.
</p>
<p>Subject: <span itemprop="about">Wars of Scottish independence</span></p>
<p>Alignment to curriculum:</p>
<ul>
<li>England
<span itemprop="educationalLevel"
itemscope itemtype="https://schema.org/DefinedTerm">
<span itemprop="inDefinedTermSet"
itemscope
itemtype="https://schema.org/DefinedTermSet">
<span itemprop="name">The National Curriculum for England</span>:
<link itemprop="url" href="https://www.gov.uk/government/collections/national-curriculum" />
</span>
<span itemprop="name">Key Stage 3</span>
</span>
<span itemprop="educationalAlignment"
itemscope itemtype="https://schema.org/AlignmentObject">
<meta itemprop="alignmentType" content="educationalSubject" />
<meta itemprop="educationalFramework" content="The National Curriculum for England" />
<span itemprop="targetName">History: The middle ages (12th to 15th century)</span>
<link itemprop="targetUrl" href="http://example.org/ENC/subjects/3102">
</span>
</li>
<li>Scotland
<span itemprop="educationalLevel"
itemscope itemtype="https://schema.org/DefinedTerm">
<span itemprop="inDefinedTermSet"
itemscope
itemtype="https://schema.org/DefinedTermSet">
<span itemprop="name">SCQF</span>
<link itemprop="url" href="https://scqf.org.uk/">
</span>:
<span itemprop="name">Level 2</span>
</span>
<span itemprop="educationalAlignment"
itemscope itemtype="https://schema.org/AlignmentObject">
<meta itemprop="alignmentType" content="educationalSubject" />
<span itemprop="educationalFramework"> Curriculum for Excellence</span>:
<span itemprop="targetName">Social studies: people past events and societies</span>
<link itemprop="targetUrl" href="http://example.org/CFE/subjects/3362">
</span>
</li>
</ul>
<p>Link to lesson plan: <a itemprop="url" href="http://example.org/lessonplan">http://example.org/lessonplan</a></p>
<video itemprop="video" itemscope itemtype="https://schema.org/VideoObject">
<source itemprop="url" src="http://example.org/movie.mp4" type="video/mp4">
<span itemprop="name">Video Title</span>
<span itemprop="description">Video description</span>
<span itemprop="uploadDate">2000-01-01</span>
<img itemprop="thumbnailUrl" src="http://example.org/thubnail.mp4" alt="thumbnail" >
Duration: <span itemprop="duration" content="PT3M12S">03:12</span>
</video>
<p>This example is based on <a itemprop="isBasedOn" href="http://www.bbc.co.uk/education/clips/z3sjtfr">Declaration of Arbroath</a> from BBC Bitesize</p>
</div>
RDFA:
<div vocab="https://schema.org/" typeof="WebPage">
<h1 property="name">The Declaration of Arbroath</h1>
<p>A <span property="learningResourceType">lesson plan</span>
for <span rel="audience"
typeof="EducationalAudience">
<span property="educationalRole">teacher</span></span>s with associated video.
Typical length of lesson, <span property="timeRequired" content="PT1H">1 hour</span>.
Recommended for children aged <span property="typicalAgeRange">10-12</span> years old.
</p>
<p>Subject: <span property="about">Wars of Scottish independence</span></p>
<p>Alignment to curriculum:</p>
<ul>
<li>England
<span rel="educationalLevel"
typeof="https://schema.org/DefinedTerm">
<span property="inDefinedTermSet"
typeof="https://schema.org/DefinedTermSet">
<span property="name">The National Curriculum for England</span>:
<link property="url" href="https://www.gov.uk/government/collections/national-curriculum"/>
</span>:
<span property="name">KS 3</span>
</span>
<span rel="educationalAlignment"
typeof="https://schema.org/AlignmentObject">
<meta property="alignmentType" content="educationalSubject" />
<meta property="educationalFramework" content="The National Curriculum for England" />
<span property="targetName">History: The middle ages (12th to 15th century)</span>
<link property="targetUrl" href="http://example.org/ENC/subjects/3102" />
</span>
</li>
<li>Scotland
<span rel="educationalLevel"
typeof="https://schema.org/DefinedTerm">
<span property="inDefinedTermSet"
typeof="https://schema.org/DefinedTermSet" >
<span property="name">SCQF</span>
<link property="url" href="https://scqf.org.uk/">
</span>:
<span property="name">Level 2</span>
</span>
<span rel="educationalAlignment"
typeof="https://schema.org/AlignmentObject">
<meta property="alignmentType" content="educationalSubject" />
<span property="educationalFramework"> Curriculum for Excellence</span>:
<span property="targetName">Social studies: people past events and societies</span>
<link property="targetUrl" href="http://example.org/CFE/subjects/3362" />
</span>
</li>
</ul>
<p>Link to lesson plan: <a property="url" href="http://example.org/lessonplan">http://example.org/lessonplan</a></p>
<video rel="video" typeof="https://schema.org/VideoObject">
<source property="url" src="http://example.org/movie.mp4" type="video/mp4" />
<span property="name">Video Title</span>
<span property="description">Video description</span>
<span property="uploadDate">2000-01-01</span>
<img property="thumbnailUrl" src="http://example.org/thubnail.mp4" alt="thumbnail" />
Duration: <span property="duration" content="PT3M12S">03:12</span>
</video>
<p>This example is based on <a property="isBasedOn" href="http://www.bbc.co.uk/education/clips/z3sjtfr">Declaration of Arbroath</a> from BBC Bitesize</p>
</div>
JSON:
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "WebPage",
"name": "The Declaration of Arbroath",
"about": "Wars of Scottish independence",
"learningResourceType": "lesson plan",
"timeRequired": "PT1H",
"typicalAgeRange": "10-12",
"audience": {
"@type": "EducationalAudience",
"educationalRole": "teacher"
},
"educationalAlignment": [
{
"@type": "AlignmentObject",
"alignmentType": "educationalSubject",
"educationalFramework": " Curriculum for Excellence",
"targetName": "Social studies: people past events and societies",
"targetUrl": "http://example.org/CFE/subjects/3362"
},
{
"@type": "AlignmentObject",
"alignmentType": "educationalSubject",
"educationalFramework": "The National Curriculum for England",
"targetName": "History: The middle ages (12th to 15th century)",
"targetUrl" : "http://example.org/ENC/subjects/3102"
}
],
"educationalLevel": [
{
"@type": "DefinedTerm",
"name": "Level 2",
"inDefinedTermSet": {
"@type": "DefinedTermSet",
"name": "SCQF",
"url": "https://scqf.org.uk/"
}
},
{
"@type": "DefinedTerm",
"name": "KS 3",
"inDefinedTermSet": {
"@type": "DefinedTermSet",
"name": "The National Curriculum for England",
"url": "https://www.gov.uk/government/collections/national-curriculum"
}
}
],
"url" : "http://example.org/lessonplan",
"video": {
"@type": "VideoObject",
"description": "Video description",
"duration": "PT3M12S",
"name": "Video Title",
"thumbnailUrl": "http://example.org/thubnail.mp4",
"uploadDate": "2000-01-01",
"url" : "http://example.org/movie.mp4"
},
"isBasedOn": "http://www.bbc.co.uk/education/clips/z3sjtfr"
}
</script>
TYPES: #eg-0381 isBasedOn
PRE-MARKUP:
<dl>
<dt>Derivative work</dt>
<dd><p>In copyright law, a derivative work is an expressive creation that
includes major elements of a previously created original work. An
example of a derivative work is L.H.O.O.Q, or Mona Lisa With a Moustache,
by Marcel Duchamp.</p>
<p>Note: this definition is based on the wikipedia article on Derivative
Work</p>
</dd>
</dl>
MICRODATA:
<dl itemscope itemtype="https://schema.org/CreativeWork">
<dt itemprop="name">Derivative work</dt>
<dd><p itemprop="text">In copyright law, a derivative work is an expressive
creation that includes major elements of a previously created original work.
An example of a derivative work is L.H.O.O.Q, or Mona Lisa With a Moustache,
by Marcel Duchamp.</p>
<p itemprop="isBasedOn" itemscope itemtype="https://schema.org/CreativeWork">
Note: this definition is based on the <span itemprop="publisher">wikipedia</span>
article on <span itemprop="name">Derivative Work</span>
<link itemprop="url" href="https://en.wikipedia.org/wiki/Derivative_work" />
</p>
</dd>
</dl>
RDFA:
<dl vocab="https://schema.org/" typeof="CreativeWork">
<dt property="name">Derivative work</dt>
<dd><p property="text">In copyright law, a derivative work is an expressive
creation that includes major elements of a previously created original work.
An example of a derivative work is L.H.O.O.Q, or Mona Lisa With a Moustache,
by Marcel Duchamp.</p>
<p property="isBasedOn" typeof="CreativeWork">
Note: this definition is based on the <span property="publisher">wikipedia</span>
article on <span property="name">Derivative Work</span>
<link property="url" href="https://en.wikipedia.org/wiki/Derivative_work" />
</p>
</dd>
</dl>
JSON:
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "CreativeWork",
"name": "Derivative Work",
"text": "In copyright law, a derivative work is an expressive creation that includes major elements of a previously created original work. An example of a derivative work is L.H.O.O.Q, or Mona Lisa With a Moustache, by Marcel Duchamp.",
"isBasedOn": {
"@type": "CreativeWork",
"name": "Derivative Work",
"publisher": "wikipedia",
"url": "https://en.wikipedia.org/wiki/Derivative_work"
}
}
</script>