From 3e43963001d20c87583d189458ea687eb12160c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Kummerl=C3=A4nder?= Date: Fri, 6 Dec 2024 14:19:03 +0100 Subject: [PATCH] Added more abstract concepts to be used in OER content buffet --- educationalContext.ttl | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/educationalContext.ttl b/educationalContext.ttl index 837b59a78c..fa183238b1 100644 --- a/educationalContext.ttl +++ b/educationalContext.ttl @@ -16,9 +16,9 @@ dct:modified "2020-04-08"^^xsd:date; dct:issued "2020-04-08"^^xsd:date; dct:license ; - skos:hasTopConcept , , , + skos:hasTopConcept , , , , , , , , - , , . + , , , . a skos:Concept ; skos:prefLabel "Elementarbereich"@de ; @@ -30,6 +30,12 @@ skos:exactMatch eduLevel:level_0 ; skos:topConceptOf <> . + a skos:Concept ; + skos:prefLabel "Schule"@de ; + skos:prefLabel "school"@en ; + skos:exactMatch lom:school ; + skos:topConceptOf <> . + a skos:Concept ; skos:prefLabel "Primarstufe"@de ; skos:prefLabel "primary school"@en ; @@ -109,3 +115,8 @@ skos:prefLabel "Fernunterricht"@de, "Distance Learning"@en ; skos:narrowMatch lom:other ; skos:topConceptOf <> . + + a skos:Concept ; + skos:prefLabel "Informelles Lernen"@de ; + skos:prefLabel "Informal learning"@en ; + skos:topConceptOf <> . \ No newline at end of file