diff options
-rw-r--r-- | learn/core.sdm | 2 | ||||
-rw-r--r-- | learn/trap.sdm | 4 | ||||
-rw-r--r-- | waste/core.sdm | 8 |
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 |