forked from rage/java-programming
-
Notifications
You must be signed in to change notification settings - Fork 0
/
course-metadata.json
40 lines (40 loc) · 1.24 KB
/
course-metadata.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
{
"@context": "http://schema.org",
"@type": "Course",
"name": "Java Programming I",
"description": "A free and open to everybody programming course by University of Helsinki. The course introduces you to basics of modern programming, tools used in programming and how to develop algorithms. Participation in the course does not require any prior knowledge about programming.",
"provider": {
"@type": "Organization",
"name": "MOOC.fi",
"sameAs": "https://mooc.fi"
},
"publisher": {
"@type": "Organization",
"name": "University of Helsinki",
"sameAs": "https://www.helsinki.fi/"
},
"hasCourseInstance": [
{
"@type": "CourseInstance",
"name": "Java Programming I",
"courseMode": ["MOOC", "online"],
"location": {
"@type": "Place",
"name": "Exactum, Kumpulan kampus",
"address": "Gustaf Hällströmin katu 2b 00560 Helsinki, Finland"
},
"startDate": "2019-1-21",
"audience": {
"@type": "EducationalAudience",
"educationalRole": "student",
"audienceType": "everyone"
},
"inLanguage": {
"@type": "Language",
"name": "English",
"alternateName": "en"
},
"isAccessibleForFree": true
}
]
}