diff options
Diffstat (limited to 'waste')
-rw-r--r-- | waste/prefixes.ttl | 7 |
1 files changed, 3 insertions, 4 deletions
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#> . |