From 5e17b469b29419098eeb81a5537426f0d0b26aec Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Wed, 11 Oct 2023 17:24:57 +0300 Subject: Add missing dcat: prefix. --- gn3/db/rdf.py | 1 + 1 file changed, 1 insertion(+) 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/", -- cgit 1.4.1