-
Notifications
You must be signed in to change notification settings - Fork 14
/
tutory-example.json
56 lines (56 loc) · 1.51 KB
/
tutory-example.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
45
46
47
48
49
50
51
52
53
54
55
56
{
"@context": {
"id": "@id",
"type": "@type",
"@vocab": "http://schema.org/",
"skos": "http://www.w3.org/2004/02/skos/core#",
"prefLabel": "skos:prefLabel",
"inScheme": "skos:inScheme",
"Concept": "skos:Concept"
},
"name": "Arbeitsblatt - Mon avenir - Französisch - tutory.de",
"id": "https://www.tutory.de/w/fbbadf1a",
"image": "https://www.tutory.de/worksheet/fbbadf1a-145a-463d-9a43-1ae9965c86b9.jpg?width=1000",
"type": "CreativeWork",
"creator": [
{
"name": "HerunterS",
"type": "Person"
}
],
"description": "Französisch-Arbeitsblatt",
"about": [
{
"id": "https://w3id.org/kim/hochschulfaechersystematik/n059",
"prefLabel": {
"de": "Französisch"
},
"type": "Concept",
"inScheme": {
"id": "https://w3id.org/kim/hochschulfaechersystematik/scheme"
}
}
],
"license": "https://creativecommons.org/publicdomain/zero/1.0/legalcode",
"dateCreated": "2019-07-03",
"inLanguage": "fr",
"publisher": [
{
"type": "Organization",
"name": "Tutory",
"id": "https://www.tutory.de"
}
],
"audience": [
{
"id": "http://purl.org/dcx/lrmi-vocabs/educationalAudienceRole/student",
"prefLabel": {
"en_us": "student"
},
"type": "Concept",
"inScheme": {
"id": "http://purl.org/dcx/lrmi-vocabs/educationalAudienceRole/"
}
}
]
}