diff options
-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 ] |