diff options
Diffstat (limited to 'learn')
-rw-r--r-- | learn/bisected.sdm | 2 | ||||
-rw-r--r-- | learn/trap.sdm | 13 |
2 files changed, 1 insertions, 14 deletions
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 <https://purl.org/learn/bisected#> 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 <https://purl.org/learn/bisected#> 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 <https://purl.org/learn/trap#> 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 = [ |