diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-05-22 12:00:47 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-06-04 17:35:42 +0200 |
commit | 5ea82f1180351ba9506074e724d6f49f38bb47de (patch) | |
tree | bf8eca6b9a04aa417aaa1363b1444b05655542ff | |
parent | 0152443d75079a5e7e9a23e0c93c6d58202ecc7b (diff) |
add prefix for doap
-rw-r--r-- | ex/prefixes.ttl | 1 | ||||
-rw-r--r-- | learn/prefixes.ttl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ex/prefixes.ttl b/ex/prefixes.ttl index 11a3a6f..fa6d5a1 100644 --- a/ex/prefixes.ttl +++ b/ex/prefixes.ttl @@ -2,6 +2,7 @@ @prefix : <#> . @prefix ex: <https://thoughtroam.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk/rdf/ex#> . @prefix learning: <https://thoughtroam.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk/rdf/> . +@prefix doap: <http://usefulinc.com/ns/doap#> . @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#> . diff --git a/learn/prefixes.ttl b/learn/prefixes.ttl index 11a3a6f..fa6d5a1 100644 --- a/learn/prefixes.ttl +++ b/learn/prefixes.ttl @@ -2,6 +2,7 @@ @prefix : <#> . @prefix ex: <https://thoughtroam.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk/rdf/ex#> . @prefix learning: <https://thoughtroam.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk/rdf/> . +@prefix doap: <http://usefulinc.com/ns/doap#> . @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#> . |