From 6cc03109952a4bd72a604b6d002dba2203802636 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 26 May 2024 12:42:32 +0200 Subject: Fix tie Reason to critical psychology: drop learn:Drive; rename learn10tac:Reason -> learn10tac:ActionReason --- learn/core.sdm | 8 -------- learn/tentacular.sdm | 16 +++++++++------- 2 files changed, 9 insertions(+), 15 deletions(-) (limited to 'learn') diff --git a/learn/core.sdm b/learn/core.sdm index 245296b..541d4db 100644 --- a/learn/core.sdm +++ b/learn/core.sdm @@ -43,13 +43,6 @@ module core learn unknown end - entity Drive is - @skos:description = "Motivating or demotivating factor for a learner towards a learning objective"@en - identity id -> unknown - - drivesLearner -> Learner - end - entity Learner foaf:Person is @rdfs:subClassOf = foaf:Person @skos:prefLabel = [ "Learner"@en "Elev"@da ] @@ -70,7 +63,6 @@ module core learn Instructor collaboratesWith -> Learner usesMethod -> Method - isDrivenBy -> Drive end entity Educator is diff --git a/learn/tentacular.sdm b/learn/tentacular.sdm index b31d27f..2950eb4 100644 --- a/learn/tentacular.sdm +++ b/learn/tentacular.sdm @@ -36,11 +36,14 @@ module learn_tentacular learn10tac unknown end - entity Reason is - @rdfs:subClassOf = learn:Drive + entity ActionReason is @skos:prefLabel = [ - "Reason"@en - "Grund"@da + "Action Reason"@en + "Aktionsrund"@da + ] + @dc:description = [ + "The subjective reason by the learner for initiating a learning process"@en + "En subjektiv grund hos eleven til at igangsætte en læringsproces"@en ] identity id -> unknown @@ -48,7 +51,7 @@ module learn_tentacular learn10tac unknown - reasonedBy -> Reason affectsMovement -> Movement end -- cgit v1.2.3