From 7f79c2f881b5bd4d627da3d2ef0fc350975d6064 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 1 Jun 2024 11:22:26 +0200 Subject: add ontology bisected --- learn/bisected.sdm | 27 +++++++++++++++++++++++++++ learn/tentacular.sdm | 4 ++-- 2 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 learn/bisected.sdm (limited to 'learn') diff --git a/learn/bisected.sdm b/learn/bisected.sdm new file mode 100644 index 0000000..d7cd4fd --- /dev/null +++ b/learn/bisected.sdm @@ -0,0 +1,27 @@ +module bisected learn2sect is + + import [ dc learn skos xsd ] + + @skos:prefLabel = [ + "Bisected Learning Ontology"@en + "Ontogogi om tvedelt læring"@da + ] + @dc:description = "Domain-specific ontology for Bisected Learning as defined by Athanasios Marvakis and Ernst Schraube"@en + @dc:created = @xsd:date(2024-06-01) + @dc:creator = + @dc:license = + + structure BisectedLearning is + @rdfs:subClassOf = learn:Process + @skos:prefLabel = [ + "Bisected Learning"@en + "Tvedelt læring"@da + ] + @dc:description = [ + "The process of learning content determined by a teacher"@en + "Læringsproces hvor indhold er afgjort af en lærer"@da + ] + isTaughtBy -> learn:Educator + isLearnedBy -> learn:Learner + end +end diff --git a/learn/tentacular.sdm b/learn/tentacular.sdm index eb03703..01c31fb 100644 --- a/learn/tentacular.sdm +++ b/learn/tentacular.sdm @@ -1,6 +1,6 @@ module tentacular learn10tac is - import [ dc learn skos xsd ] + import [ dc learn learn2sect skos xsd ] @skos:prefLabel = [ "Tentacular Learning Ontology"@en @@ -21,7 +21,7 @@ module tentacular learn10tac is "The process of learning viewed as an affinitive dialogue with the surrounding world"@en "Læringsproces anskuet som en gensidig dialog (affinitet) med den omkringliggende verden"@da ] - @owl:disjointWith = BisectedLearning + @owl:disjointWith = learn2sect:BisectedLearning isPracticedBy -> learn:Learner end -- cgit v1.2.3