aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-05-22 12:15:57 +0200
committerJonas Smedegaard <dr@jones.dk>2024-06-04 17:35:42 +0200
commit59b0daebe9a05723a0d535c47d8931e6ff32b92f (patch)
tree8f50e050ad4ea126d8e6870f03dbbd9ced7bcea3
parent5ea82f1180351ba9506074e724d6f49f38bb47de (diff)
tighten prefixes
-rw-r--r--ex/prefixes.ttl8
-rw-r--r--learn/prefixes.ttl7
-rw-r--r--waste/prefixes.ttl7
3 files changed, 10 insertions, 12 deletions
diff --git a/ex/prefixes.ttl b/ex/prefixes.ttl
index fa6d5a1..796407a 100644
--- a/ex/prefixes.ttl
+++ b/ex/prefixes.ttl
@@ -1,7 +1,7 @@
-@base <https://thoughtroam.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk/rdf> .
-@prefix : <#> .
-@prefix ex: <https://thoughtroam.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk/rdf/ex#> .
-@prefix learning: <https://thoughtroam.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk/rdf/> .
+@base <https://thoughtroam.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk/ex/> .
+@prefix : <../learn/core#> .
+@prefix ex: <https://thoughtroam.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk/ex/> .
+@prefix learn: <https://thoughtroam.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk/learn/core#> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
diff --git a/learn/prefixes.ttl b/learn/prefixes.ttl
index fa6d5a1..2321991 100644
--- a/learn/prefixes.ttl
+++ b/learn/prefixes.ttl
@@ -1,7 +1,6 @@
-@base <https://thoughtroam.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk/rdf> .
-@prefix : <#> .
-@prefix ex: <https://thoughtroam.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk/rdf/ex#> .
-@prefix learning: <https://thoughtroam.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk/rdf/> .
+@base <https://thoughtroam.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk/learn/> .
+@prefix : <core#> .
+@prefix learn: <https://thoughtroam.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk/learn/core#> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
diff --git a/waste/prefixes.ttl b/waste/prefixes.ttl
index 11a3a6f..2c02cd5 100644
--- a/waste/prefixes.ttl
+++ b/waste/prefixes.ttl
@@ -1,7 +1,6 @@
-@base <https://thoughtroam.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk/rdf> .
-@prefix : <#> .
-@prefix ex: <https://thoughtroam.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk/rdf/ex#> .
-@prefix learning: <https://thoughtroam.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk/rdf/> .
+@base <https://thoughtroam.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk/waste/> .
+@prefix : <core#> .
+@prefix waste: <https://thoughtroam.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk/waste/core#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .