diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-05-26 12:42:32 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-06-04 17:35:42 +0200 |
commit | 6cc03109952a4bd72a604b6d002dba2203802636 (patch) | |
tree | 92e092e335c84bd82c2e957cb159415d1615073f /learn/core.sdm | |
parent | 4cb4d53d39b5c7306795fb12633e2e05e1f00cfe (diff) |
Fix tie Reason to critical psychology: drop learn:Drive; rename learn10tac:Reason -> learn10tac:ActionReason
Diffstat (limited to 'learn/core.sdm')
-rw-r--r-- | learn/core.sdm | 8 |
1 files changed, 0 insertions, 8 deletions
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 <https://thoughtroam.abcdefghijklmnopqrstuvxyzæøå.dk/learn/ identity id -> 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 <https://thoughtroam.abcdefghijklmnopqrstuvxyzæøå.dk/learn/ ; isInstructedBy -> Instructor collaboratesWith -> Learner usesMethod -> Method - isDrivenBy -> Drive end entity Educator is |