aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-06-06 16:57:10 +0200
committerJonas Smedegaard <dr@jones.dk>2024-06-06 16:57:10 +0200
commit7ced8c0f13aa47c44060700db733c482db5fb5b1 (patch)
tree19a5efc42e4fa7a184da20c47175ab80ab5b42a0
parent33fe381db702e7096e5edf780c185849ef3e5039 (diff)
lint-clean ontologies, adding stub structture/entity as needed
-rw-r--r--learn/core.sdm2
-rw-r--r--learn/trap.sdm4
-rw-r--r--waste/core.sdm8
3 files changed, 12 insertions, 2 deletions
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 <https://purl.org/learn/core#> 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 <https://purl.org/learn/trap#> 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 <https://purl.org/learn/trap#> is
]
identity id -> unknown
- trapsReason -> ActionReason
+ trapsReason -> learn10tac:ActionReason
end
entity OnlineModeTrap is
diff --git a/waste/core.sdm b/waste/core.sdm
index 95b8274..2fcb0b6 100644
--- a/waste/core.sdm
+++ b/waste/core.sdm
@@ -95,6 +95,14 @@ module core waste <https://thoughtroam.abcdefghijklmnopqrstuvxyzæøå.dk/waste/
containerResets -> ContainerSpareCapacity
end
+ structure BinCapacity
+
+ structure BinSpareCapacity
+
+ structure ContainerSpareCapacity
+
+ entity RecyclingPlant
+
structure Container
structure Incinerator