From 6a4ad9a5cc192d1d34a0dfac9d5934095e4371b8 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 21 May 2024 09:38:09 +0200 Subject: reorganize: separate dif for each ontology and knowledge graph --- rdf/learning_tentacular.sdm | 81 --------------------------------------------- 1 file changed, 81 deletions(-) delete mode 100644 rdf/learning_tentacular.sdm (limited to 'rdf/learning_tentacular.sdm') diff --git a/rdf/learning_tentacular.sdm b/rdf/learning_tentacular.sdm deleted file mode 100644 index cf1eebb..0000000 --- a/rdf/learning_tentacular.sdm +++ /dev/null @@ -1,81 +0,0 @@ -module learning tentacular is - - import [ dc skos xsd ] - - @skos:prefLabel = "Tentacular Learning Ontology"@en - @dc:description = "Domain-specific ontology for Tentacular Learning as defined by Ernst Schraube"@en - @dc:created = @xsd:date(2024-04-26) - @dc:creator = - @dc:license = - - ;; Illeris - entity Learner is - identity id -> unknown - - receives -> Teaching - establishes -> Learning - end - - entity Teacher is - identity id -> unknown - - facilitates -> Learning - teaches -> Teaching - end - - entity Material - - structure Learning is - strengthenedBy -> Motivation - weakenedBy -> Distraction - end - - structure Teaching is - differentFrom -> Learning - end - - entity School - - ;; the "what" - entity Goal - - ;; the "why" - structure Motivation is - type -> MotivationType - motivatedBy -> Motivator - end - - enum MotivationType of - Defensive - Expansive - end - - ;; the "how" - structure Movement is - type -> MovementType - end - - enum MovementType of - Affinitive - Definitive - end - - ;; the "evaluation" - entity Evaluation - - entity Motivator -; affectsMotivation - - entity Method - - entity Expectation - - entity Prelearned - -; entity World - - entity - - entity - -end -- cgit v1.2.3