diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-06-03 10:27:10 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-06-04 17:35:42 +0200 |
commit | 42b084e207007dbe030d20aefa10f36e1e889260 (patch) | |
tree | 81f1f467ab0c898b5d3d83bccc7dcd64ce0a31c7 /learn/bisected.sdm | |
parent | 31a3cd2f988eb570399bd048f134eea4c785731a (diff) |
BisectedLearningTrap *is* BisectedLearning
Diffstat (limited to 'learn/bisected.sdm')
-rw-r--r-- | learn/bisected.sdm | 2 |
1 files changed, 1 insertions, 1 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 |