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 | |
parent | 7b17b58830d6ca24022a2ef3dd5b1209d08f9f55 (diff) |
tighten ontology references
-rw-r--r-- | learn/core.sdm | 2 | ||||
-rw-r--r-- | learn/tentacular.sdm | 2 | ||||
-rw-r--r-- | sdml-catalog.json | 10 | ||||
-rw-r--r-- | waste/core.sdm | 2 | ||||
-rw-r--r-- | waste/view.sdm | 2 |
5 files changed, 12 insertions, 6 deletions
diff --git a/learn/core.sdm b/learn/core.sdm index e3b7026..01a705f 100644 --- a/learn/core.sdm +++ b/learn/core.sdm @@ -1,4 +1,4 @@ -module learning learning <https://thoughtroam.abcdefghijklmnopqrstuvxyzæøå.dk/rdf/> is +module core learn <https://thoughtroam.abcdefghijklmnopqrstuvxyzæøå.dk/learn/core#> is import [ dc diff --git a/learn/tentacular.sdm b/learn/tentacular.sdm index cf1eebb..40ef1dd 100644 --- a/learn/tentacular.sdm +++ b/learn/tentacular.sdm @@ -1,4 +1,4 @@ -module learning tentacular <https://thoughtroam.abcdefghijklmnopqrstuvxyzæøå.dk/rdf/> is +module learn_tentacular learn10tac <https://thoughtroam.abcdefghijklmnopqrstuvxyzæøå.dk/learn/tentacular#> is import [ dc skos xsd ] 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#", diff --git a/waste/core.sdm b/waste/core.sdm index 6ff284f..95b8274 100644 --- a/waste/core.sdm +++ b/waste/core.sdm @@ -1,4 +1,4 @@ -module waste core <https://thoughtroam.abcdefghijklmnopqrstuvxyzæøå.dk/waste/> is +module core waste <https://thoughtroam.abcdefghijklmnopqrstuvxyzæøå.dk/waste/core#> is import [ dc skos xsd ] import [ waste_view ] diff --git a/waste/view.sdm b/waste/view.sdm index 7eb97cd..2b924f3 100644 --- a/waste/view.sdm +++ b/waste/view.sdm @@ -1,4 +1,4 @@ -module waste waste_view <https://thoughtroam.abcdefghijklmnopqrstuvxyzæøå.dk/waste/> is +module waste_view waste_view <https://thoughtroam.abcdefghijklmnopqrstuvxyzæøå.dk/waste/view#> is ; Grossness: https://english.stackexchange.com/a/272409 import [ dc skos xsd ] |