From 7ced8c0f13aa47c44060700db733c482db5fb5b1 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 6 Jun 2024 16:57:10 +0200 Subject: lint-clean ontologies, adding stub structture/entity as needed --- learn/core.sdm | 2 ++ learn/trap.sdm | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'learn') diff --git a/learn/core.sdm b/learn/core.sdm index e69df44..6979b86 100644 --- a/learn/core.sdm +++ b/learn/core.sdm @@ -131,4 +131,6 @@ module core learn is shapesAction -> Action end + structure Space + end diff --git a/learn/trap.sdm b/learn/trap.sdm index 0939e2d..2b0f163 100644 --- a/learn/trap.sdm +++ b/learn/trap.sdm @@ -1,6 +1,6 @@ module trap learntrap is - import [ dc learn learn2sect skos xsd ] + import [ dc learn learn10tac skos xsd ] @skos:prefLabel = [ "Learning Traps in Tentacular Learning Ontology"@en @@ -74,7 +74,7 @@ module trap learntrap is ] identity id -> unknown - trapsReason -> ActionReason + trapsReason -> learn10tac:ActionReason end entity OnlineModeTrap is -- cgit v1.2.3