summaryrefslogtreecommitdiff
path: root/rdflib/namespace/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'rdflib/namespace/__init__.py')
-rw-r--r--rdflib/namespace/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rdflib/namespace/__init__.py b/rdflib/namespace/__init__.py
index 1d0db01a..98c8d3a6 100644
--- a/rdflib/namespace/__init__.py
+++ b/rdflib/namespace/__init__.py
@@ -364,7 +364,7 @@ class NamespaceManager(object):
* rdflib:
* binds all the namespaces shipped with RDFLib as DefinedNamespace instances
* all the core namespaces and all the following: brick, csvw, dc, dcat
- * dcmitype, cdterms, dcam, doap, foaf, geo, odrl, org, prof, prov, qb, sdo
+ * dcmitype, dcterms, dcam, doap, foaf, geo, odrl, org, prof, prov, qb, sdo
* sh, skos, sosa, ssn, time, vann, void
* see the NAMESPACE_PREFIXES_RDFLIB object for the up-to-date list
* none:
@@ -898,7 +898,7 @@ _NAMESPACE_PREFIXES_RDFLIB = {
"dc": DC,
"dcat": DCAT,
"dcmitype": DCMITYPE,
- "cdterms": DCTERMS,
+ "dcterms": DCTERMS,
"dcam": DCAM,
"doap": DOAP,
"foaf": FOAF,