diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-04-28 16:18:32 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-04-28 16:18:32 +0200 |
commit | 4eada35d65e4e29bf5807fb9fccadea0efb628e8 (patch) | |
tree | 79986096524c074ebbedcb3953e6f1764e8344c0 /sdml-catalog.json | |
parent | f62d85266a22286a41941edc8d5197a308c4028a (diff) |
fix move sdml-catalog to project root
Diffstat (limited to 'sdml-catalog.json')
-rw-r--r-- | sdml-catalog.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sdml-catalog.json b/sdml-catalog.json new file mode 100644 index 0000000..7e1a3b7 --- /dev/null +++ b/sdml-catalog.json @@ -0,0 +1,23 @@ +{ + "base": "https://thoughtroam.abcdefghijklmnopqrstuvxyzæøå.dk/rdf/", + "entries": { + "learning": { + "item": { + "relative_url": "learning#", + "relative_path": "./learning.sdm" + } + }, + "waste": { + "item": { + "relative_url": "waste#", + "relative_path": "rdf/waste.sdm" + } + }, + "waste_view": { + "item": { + "relative_url": "waste_view#", + "relative_path": "rdf/waste_view.sdm" + } + } + } +} |