[Python-modules-commits] [python-pyld] 13/276: Use dc instead of dcterms prefix.

Wolfgang Borgert debacle at moszumanska.debian.org
Wed Oct 8 23:47:48 UTC 2014


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to branch master
in repository python-pyld.

commit 5489a9947bb8f46bfb95453042ea31bc28ea00ba
Author: David I. Lehn <dlehn at digitalbazaar.com>
Date:   Fri Jul 29 16:41:01 2011 -0400

    Use dc instead of dcterms prefix.
---
 lib/pyld/jsonld.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/pyld/jsonld.py b/lib/pyld/jsonld.py
index a81d779..9473863 100644
--- a/lib/pyld/jsonld.py
+++ b/lib/pyld/jsonld.py
@@ -39,7 +39,7 @@ def _createDefaultContext():
         'rdfs': 'http://www.w3.org/2000/01/rdf-schema#',
         'owl': 'http://www.w3.org/2002/07/owl#',
         'xsd': 'http://www.w3.org/2001/XMLSchema#',
-        'dcterms': 'http://purl.org/dc/terms/',
+        'dc': 'http://purl.org/dc/terms/',
         'foaf': 'http://xmlns.com/foaf/0.1/',
         'cal': 'http://www.w3.org/2002/12/cal/ical#',
         'vcard': 'http://www.w3.org/2006/vcard/ns#',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pyld.git



More information about the Python-modules-commits mailing list