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