diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-05-28 13:26:33 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-06-04 17:35:42 +0200 |
commit | a76126f0e084535c087dce5f3b9a5a08aac9c677 (patch) | |
tree | 6e47e2f4293b00cb3c004c6355797d592ba963d2 /learn | |
parent | 35e604963b57ade771ceba97c300e6498fd9c1a4 (diff) |
use purl.org for learn ontologies
Diffstat (limited to 'learn')
-rw-r--r-- | learn/core.sdm | 2 | ||||
-rw-r--r-- | learn/prefixes.ttl | 4 | ||||
-rw-r--r-- | learn/tentacular.sdm | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/learn/core.sdm b/learn/core.sdm index 541d4db..9311f19 100644 --- a/learn/core.sdm +++ b/learn/core.sdm @@ -1,4 +1,4 @@ -module core learn <https://thoughtroam.abcdefghijklmnopqrstuvxyzæøå.dk/learn/core#> is +module core learn <https://purl.org/learn/core#> is import [ dc diff --git a/learn/prefixes.ttl b/learn/prefixes.ttl index 55bcc4b..2510cd0 100644 --- a/learn/prefixes.ttl +++ b/learn/prefixes.ttl @@ -1,6 +1,6 @@ -@base <https://thoughtroam.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk/learn/> . +@base <https://purl.org/learn/> . @prefix : <core#> . -@prefix learn: <https://thoughtroam.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk/learn/core#> . +@prefix learn: <https://purl.org/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/tentacular.sdm b/learn/tentacular.sdm index 2950eb4..33eba6b 100644 --- a/learn/tentacular.sdm +++ b/learn/tentacular.sdm @@ -1,4 +1,4 @@ -module learn_tentacular learn10tac <https://thoughtroam.abcdefghijklmnopqrstuvxyzæøå.dk/learn/tentacular#> is +module learn_tentacular learn10tac <https://purl.org/learn/tentacular#> is import [ dc learn skos xsd ] |