-
Notifications
You must be signed in to change notification settings - Fork 7
/
oer.ttl
27 lines (23 loc) · 927 Bytes
/
oer.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
@base <http://w3id.org/openeduhub/vocabs/oer/> .
@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 "OER"@de ;
dct:title "OER"@en ;
dct:description "Value list for OER rating in wirlernenonline."@en ;
dct:creator "<https://wirlernenonline.de>" ;
dct:created "2020-11-26"^^xsd:date ;
dct:modified "2020-11-26"^^xsd:date ;
dct:issued "2020-11-26"^^xsd:date ;
dct:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
skos:hasTopConcept <0>, <1>, <2> .
<0> a skos:Concept ;
skos:prefLabel "alles OER"@de, "all OER"@en ;
skos:topConceptOf <> .
<1> a skos:Concept ;
skos:prefLabel "teils OER"@de, "partly OER"@en ;
skos:topConceptOf <> .
<2> a skos:Concept ;
skos:prefLabel "kein OER"@de, "no OER"@en ;
skos:topConceptOf <> .