From 4c21694718dfc2a7ca44ed70b36c91cef44926d6 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 26 May 2024 08:32:04 +0200 Subject: add classes Process Cognition, distinctive from Objective --- learn/core.sdm | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) (limited to 'learn') diff --git a/learn/core.sdm b/learn/core.sdm index 8219b59..962f9ad 100644 --- a/learn/core.sdm +++ b/learn/core.sdm @@ -4,6 +4,7 @@ module core learn unknown + + hasObjective -> Objective + involvesAction -> Action + causesCognition -> Cognition + end + + entity Cognition is + @rdfs:subClassOf = owl:Thing + @skos:prefLabel = "Cognition"@en + @skos:prefLabel = "Erkendelse"@da + @skos:description = "The mental action or process of acquiring knowledge and understanding"@en + identity id -> unknown + end + entity Drive is @skos:description = "Motivating or demotivating factor for a learner towards a learning objective"@en identity id -> unknown @@ -43,7 +64,7 @@ module core learn System learnsCausedBy -> Cause seeksObjective -> Objective - achievesObjective -> Objective + achievesCognition -> Cognition isEducatedBy -> Educator ; isTaughtBy -> Teacher ; isFacilitatedBy -> Facilitator @@ -77,7 +98,7 @@ module core learn unknown - contributesTo -> Objective + contributesTo -> Cognition end entity Cause is -- cgit v1.2.3