aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/",