diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-05-22 09:38:20 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-06-04 17:35:42 +0200 |
commit | 66304bcb5b8809ab8d4fc8429601550c50195671 (patch) | |
tree | 6166b437ded4bb679dd4590917e62c3c0119fc9f /sdml-catalog.json | |
parent | 7b17b58830d6ca24022a2ef3dd5b1209d08f9f55 (diff) |
tighten ontology references
Diffstat (limited to 'sdml-catalog.json')
-rw-r--r-- | sdml-catalog.json | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sdml-catalog.json b/sdml-catalog.json index de66410..87429f1 100644 --- a/sdml-catalog.json +++ b/sdml-catalog.json @@ -1,12 +1,18 @@ { "base": "https://thoughtroam.abcdefghijklmnopqrstuvxyzæøå.dk/", "entries": { - "learning": { + "learn": { "item": { - "relative_url": "learning/core#", + "relative_url": "learn/core#", "relative_path": "learn/core.sdm" } }, + "learn_tentacular": { + "item": { + "relative_url": "learn/tentacular#", + "relative_path": "learn/tentacular.sdm" + } + }, "waste": { "item": { "relative_url": "waste/core#", |