summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Car <nicholas.car@surroundaustralia.com>2021-12-08 09:16:20 +1000
committerGitHub <noreply@github.com>2021-12-08 09:16:20 +1000
commit28d0ebc5fc71d2f2aed79fea5651da13c384a2d2 (patch)
tree2316403ad1196e58a96692a2b9be0151546da1ad
parent82c517133ede11945b4a202ff8822ea1330f74af (diff)
downloadrdflib-28d0ebc5fc71d2f2aed79fea5651da13c384a2d2.tar.gz
bind QB with lowercase prefix qb
-rw-r--r--rdflib/namespace/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdflib/namespace/__init__.py b/rdflib/namespace/__init__.py
index 92e8c79c..8a93ddec 100644
--- a/rdflib/namespace/__init__.py
+++ b/rdflib/namespace/__init__.py
@@ -348,7 +348,7 @@ class NamespaceManager(object):
self.bind("owl", OWL)
self.bind("prof", PROF)
self.bind("prov", PROV)
- self.bind("QB", QB)
+ self.bind("qb", QB)
self.bind("rdf", RDF)
self.bind("rdfs", RDFS)
self.bind("schema", SDO)