From 593370ffed781ccd8309caf080734ca696bba3cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Kummerl=C3=A4nder?= Date: Fri, 6 Dec 2024 13:12:33 +0100 Subject: [PATCH] Added categories of practice --- oer_categories_of_practice.ttl | 47 ++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 oer_categories_of_practice.ttl diff --git a/oer_categories_of_practice.ttl b/oer_categories_of_practice.ttl new file mode 100644 index 0000000000..5f0575de91 --- /dev/null +++ b/oer_categories_of_practice.ttl @@ -0,0 +1,47 @@ +@base . +@prefix dct: . +@prefix skos: . +@prefix xsd: . + +<> a skos:ConceptScheme ; + dct:title "OER Praxiskategorien"@de ; + dct:title "OER categories of practice"@en ; + dct:creator "" ; + dct:created "2024-12-06"^^xsd:date ; + dct:license ; + skos:hasTopConcept , , , , , , . + + a skos:Concept ; + skos:prefLabel "Mit OER lehren"@de ; + skos:prefLabel "Teaching with OER"@en ; + skos:topConceptOf <> . + + a skos:Concept ; + skos:prefLabel "Mit OER lernen"@de ; + skos:prefLabel "Learning with OER"@en ; + skos:topConceptOf <> . + + a skos:Concept ; + skos:prefLabel "OER einführen"@de ; + skos:prefLabel "Introducing OER"@en ; + skos:topConceptOf <> . + + a skos:Concept ; + skos:prefLabel "OER finden"@de ; + skos:prefLabel "Finding OER"@en ; + skos:topConceptOf <> . + + a skos:Concept ; + skos:prefLabel "OER herstellen"@de ; + skos:prefLabel "Creating OER"@en ; + skos:topConceptOf <> . + + a skos:Concept ; + skos:prefLabel "OER managen"@de ; + skos:prefLabel "Managing OER"@en ; + skos:topConceptOf <> . + + a skos:Concept ; + skos:prefLabel "Über OER forschen"@de ; + skos:prefLabel "Researching OER"@en ; + skos:topConceptOf <> . \ No newline at end of file