-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmetadata.jsonld
More file actions
136 lines (136 loc) · 3.68 KB
/
Copy pathmetadata.jsonld
File metadata and controls
136 lines (136 loc) · 3.68 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
{
"@context": {
"schema": "http://schema.org/",
"dc": "http://purl.org/dc/elements/1.1/",
"dcterms": "http://purl.org/dc/terms/",
"lrmi": "http://purl.org/dcx/lrmi-terms/",
"skos": "http://www.w3.org/2004/02/skos/core#",
"@vocab": "http://schema.org/"
},
"@type": [
"Book",
"LearningResource"
],
"name": "Anreicherung und Publikation von Annotationsdatensets auf Repositorien",
"description": "TODO",
"version": "1.0.0",
"schemaVersion": "1.0.0",
"url": "https://quadriga-dk.github.io/Bewegtes-Bild-Fallstudie-3",
"workExample": {
"@type": "SoftwareSourceCode",
"name": "Source Code Repository",
"codeRepository": "https://github.com/quadriga-dk/Bewegtes-Bild-Fallstudie-3"
},
"datePublished": "2026-11-14",
"dateModified": "2026-02-19",
"author": [
{
"@type": "Person",
"givenName": "Derya",
"familyName": "Demir",
"name": "Derya Demir",
"affiliation": {
"@type": "Organization",
"name": "Freie Universität Berlin"
}
},
{
"@type": "Person",
"givenName": "Matthias",
"familyName": "Grotkopp",
"name": "Matthias Grotkopp",
"identifier": {
"@type": "PropertyValue",
"propertyID": "ORCID",
"value": "0000-0002-0954-3111",
"url": "https://orcid.org/0000-0002-0954-3111"
},
"affiliation": {
"@type": "Organization",
"name": "Freie Universität Berlin"
}
}
],
"contributor": [
{
"@type": "Person",
"givenName": "TO",
"familyName": "DO",
"name": "TO DO"
}
],
"inLanguage": "de",
"keywords": [
"Datenpublikation",
"TODO"
],
"about": [
{
"@type": "Thing",
"name": "Datenpublikation"
},
{
"@type": "Thing",
"name": "TODO"
},
{
"@type": "Thing",
"name": "übergreifend"
},
{
"@type": "Thing",
"name": "übergreifend"
}
],
"audience": [
{
"@type": "Audience",
"audienceType": "Forschende (PostDoc)"
},
{
"@type": "Audience",
"audienceType": "Forschende (Projektleitung)"
},
{
"@type": "Audience",
"audienceType": "Promovierende"
}
],
"timeRequired": "PT1H",
"license": [
{
"@type": "CreativeWork",
"name": "Source Code",
"license": "https://opensource.org/licenses/AGPL-3.0"
},
{
"@type": "CreativeWork",
"name": "Content",
"license": "https://creativecommons.org/licenses/by-sa/4.0/"
}
],
"hasPart": [
{
"@type": "LearningResource",
"name": "TODO",
"description": "TODO",
"url": "https://quadriga-dk.github.io/Bewegtes-Bild-Fallstudie-3/TODO",
"timeRequired": "PT1H",
"teaches": "TODO",
"educationalAlignment": [
{
"@type": "AlignmentObject",
"targetName": "TODO",
"educationalFramework": "QUADRIGA Competency Framework",
"targetDescription": "Competency: Orientierungswissen | Bloom's: 2 Verstehen | Data Flow: übergreifend"
}
]
}
],
"dcterms:tableOfContents": "- Einstieg\n- Forschungsdaten & Datenmanagement in der Filmwissenschaft\n- Metadaten & Metadatenstandards\n- Datenpublikation in der Filmwissenschaft\n- Aufbereitung & Anreicherung filmwissenschaftlicher Daten\n- Publikation von Datensets in einem Repositorium\n- Reflexion & Resümee\n- Abschluss",
"funding": "Die vorliegenden Open Educational Resources wurden durch das Datenkompetenzzentrum QUADRIGA erstellt.\n\nFörderkennzeichen: 16DKZ2034",
"learningResourceType": "Jupyter Book",
"lrmi:learningResourceType": "Jupyter Book",
"dcterms:type": "Jupyter Book",
"dc:type": "Jupyter Book"
}