summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-06-03 10:27:10 +0200
committerJonas Smedegaard <dr@jones.dk>2024-06-04 17:35:42 +0200
commit42b084e207007dbe030d20aefa10f36e1e889260 (patch)
tree81f1f467ab0c898b5d3d83bccc7dcd64ce0a31c7
parent31a3cd2f988eb570399bd048f134eea4c785731a (diff)
BisectedLearningTrap *is* BisectedLearning
-rw-r--r--learn/bisected.sdm2
-rw-r--r--learn/trap.sdm13
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 = [