diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-05-21 09:38:09 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-06-04 17:35:41 +0200 |
commit | 6a4ad9a5cc192d1d34a0dfac9d5934095e4371b8 (patch) | |
tree | 25ae794548b84dc035c8474d160110703b3254c8 /sdml-catalog.json | |
parent | 897fec693212b12496044e3e45e4141351701085 (diff) |
reorganize: separate dif for each ontology and knowledge graphlearn-v0.0.2
Diffstat (limited to 'sdml-catalog.json')
-rw-r--r-- | sdml-catalog.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sdml-catalog.json b/sdml-catalog.json index 7e1a3b7..de66410 100644 --- a/sdml-catalog.json +++ b/sdml-catalog.json @@ -1,22 +1,22 @@ { - "base": "https://thoughtroam.abcdefghijklmnopqrstuvxyzæøå.dk/rdf/", + "base": "https://thoughtroam.abcdefghijklmnopqrstuvxyzæøå.dk/", "entries": { "learning": { "item": { - "relative_url": "learning#", - "relative_path": "./learning.sdm" + "relative_url": "learning/core#", + "relative_path": "learn/core.sdm" } }, "waste": { "item": { - "relative_url": "waste#", - "relative_path": "rdf/waste.sdm" + "relative_url": "waste/core#", + "relative_path": "waste/core.sdm" } }, "waste_view": { "item": { - "relative_url": "waste_view#", - "relative_path": "rdf/waste_view.sdm" + "relative_url": "waste/view#", + "relative_path": "waste/view.sdm" } } } |