forked from openeduhub/oeh-metadata-vocabs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheducationalLevel.ttl
81 lines (67 loc) · 2.08 KB
/
educationalLevel.ttl
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
@base <http://w3id.org/openeduhub/vocabs/educationalLevel/> .
@prefix dct: <http://purl.org/dc/terms/>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<> a skos:ConceptScheme;
dct:title "Klassenstufe"@de;
dct:title "Educational Level"@en;
dct:description "Eine Wertelliste für Klassenstufen. Entstanden im Kontext des OpenEduHub."@de;
dct:creator "<https://wirlernenonline.de>" ;
dct:created "2020-07-14"^^xsd:date;
dct:modified "2020-07-14"^^xsd:date;
dct:issued "2020-07-14"^^xsd:date;
dct:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
skos:hasTopConcept <1>, <2>, <3>, <4>, <5>, <6>,
<7>, <8>, <9>, <10>, <11>, <12>, <13> .
<1> a skos:Concept ;
skos:prefLabel "1"@de ;
skos:prefLabel "1"@en ;
skos:topConceptOf <> .
<2> a skos:Concept ;
skos:prefLabel "2"@de ;
skos:prefLabel "2"@en ;
skos:topConceptOf <> .
<3> a skos:Concept ;
skos:prefLabel "3"@de ;
skos:prefLabel "3"@en ;
skos:topConceptOf <> .
<4> a skos:Concept ;
skos:prefLabel "4"@de ;
skos:prefLabel "4"@en ;
skos:topConceptOf <> .
<5> a skos:Concept ;
skos:prefLabel "5"@de ;
skos:prefLabel "5"@en ;
skos:topConceptOf <> .
<6> a skos:Concept ;
skos:prefLabel "6"@de ;
skos:prefLabel "6"@en ;
skos:topConceptOf <> .
<7> a skos:Concept ;
skos:prefLabel "7"@de ;
skos:prefLabel "7"@en ;
skos:topConceptOf <> .
<8> a skos:Concept ;
skos:prefLabel "8"@de ;
skos:prefLabel "8"@en ;
skos:topConceptOf <> .
<9> a skos:Concept ;
skos:prefLabel "9"@de ;
skos:prefLabel "9"@en ;
skos:topConceptOf <> .
<10> a skos:Concept ;
skos:prefLabel "10"@de ;
skos:prefLabel "10"@en ;
skos:topConceptOf <> .
<11> a skos:Concept ;
skos:prefLabel "11"@de ;
skos:prefLabel "11"@en ;
skos:topConceptOf <> .
<12> a skos:Concept ;
skos:prefLabel "12"@de ;
skos:prefLabel "12"@en ;
skos:topConceptOf <> .
<13> a skos:Concept ;
skos:prefLabel "13"@de ;
skos:prefLabel "13"@en ;
skos:topConceptOf <> .