forked from hfreye/RLP-XML
-
Notifications
You must be signed in to change notification settings - Fork 0
/
schemaXML.json
44 lines (44 loc) · 1.5 KB
/
schemaXML.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
32
33
34
35
36
37
38
39
40
41
42
43
44
"educationalAlignment":
{
"@context": "https://schema.org/",
"@type": "AlignmentObject",
"name": "Name des Lehrinhalts",
"identifier": "6stelliger Code bestehend aus: Richtung-4StelligeNummer-BloomTaxonomy",
"alternateName": [verschiedene, Namen],
"description": "Beschreibung des Inhalts",
"mainEntityOfPage": "übergeordnetes Fach",
"alignmentType": "educationalSubject",
"educationalFramework": "Rahmenlehrplan Berlin-Brandenburg",
"targetName": "Thema",
"targetUrl": "Link zu Thema",
"taxonRank": "Link to Bloom",
"potentialAction": "teaches" or "assesses",
"timeRequired": "hour or week etc.",
"typicalAgeRange": "10-12",
"audience": {
"@type": "EducationalAudience",
"EducationalAudience": "Klassenstufe",
},
"characterAttribute":"video game def",
"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"
}