aboutsummaryrefslogtreecommitdiff
path: root/gn3/db
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-10-11 17:24:57 +0300
committerBonfaceKilz2023-10-27 13:45:32 +0300
commit5e17b469b29419098eeb81a5537426f0d0b26aec (patch)
tree0a003d08471c862065c4f87a32aaaedd24da9b0c /gn3/db
parent3664f444d124a486274b3fbfaaca65daddf474cc (diff)
downloadgenenetwork3-5e17b469b29419098eeb81a5537426f0d0b26aec.tar.gz
Add missing dcat: prefix.
Diffstat (limited to 'gn3/db')
-rw-r--r--gn3/db/rdf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn3/db/rdf.py b/gn3/db/rdf.py
index 521c2b7..472da64 100644
--- a/gn3/db/rdf.py
+++ b/gn3/db/rdf.py
@@ -13,6 +13,7 @@ from SPARQLWrapper import JSON, SPARQLWrapper
from gn3.monads import MonadicDict
PREFIXES = {
+ "dcat": "http://www.w3.org/ns/dcat#",
"dct": "http://purl.org/dc/terms/",
"ex": "http://example.org/stuff/1.0/",
"foaf": "http://xmlns.com/foaf/0.1/",