From 42b084e207007dbe030d20aefa10f36e1e889260 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 3 Jun 2024 10:27:10 +0200 Subject: BisectedLearningTrap *is* BisectedLearning --- learn/bisected.sdm | 2 +- learn/trap.sdm | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) (limited to 'learn') diff --git a/learn/bisected.sdm b/learn/bisected.sdm index d187623..cbe9ea5 100644 --- a/learn/bisected.sdm +++ b/learn/bisected.sdm @@ -13,6 +13,7 @@ module bisected learn2sect is structure BisectedLearning is @rdfs:subClassOf = learn:Process + @rdfs:subClassOf = ReasoningTrap @skos:prefLabel = [ "Bisected Learning"@en "Tvedelt læring"@da @@ -23,6 +24,5 @@ module bisected learn2sect is ] isTaughtBy -> learn:Educator isLearnedBy -> learn:Learner - causesBisectedLearningTrap -> learntrap:BisectedLearningTrap end end diff --git a/learn/trap.sdm b/learn/trap.sdm index ef54653..0939e2d 100644 --- a/learn/trap.sdm +++ b/learn/trap.sdm @@ -90,19 +90,6 @@ module trap learntrap is identity id -> unknown end - entity BisectedLearningTrap is - @rdfs:subClassOf = ReasoningTrap - @skos:prefLabel = [ - "Trap of Bisected Learning"@en - "Fælde ved tvedelt læring"@da - ] - @dc:description = [ - "Deprioritization of the content dimension of learning, caused by bisected learning excluding learners from influence on it."@en - "Nedprioritering af den indholdsdimensionen af læring, fordi tvedelt læring udelukker elever indflydelse herpå."@da - ] - identity id -> unknown - end - entity UncertainnessEffortlessnessTrap is @rdfs:subClassOf = ReasoningTrap @skos:prefLabel = [ -- cgit v1.2.3