We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7152b8 commit 4e864dfCopy full SHA for 4e864df
ckanext/dcatapchharvest/dcat_helpers.py
@@ -409,7 +409,7 @@ def get_language_uri_map():
409
lang_map = {}
410
411
for desc in root.findall('.//rdf:Description', ns):
412
- uri = desc.attrib.get('{' + ns["rdf"] + '}about'.format(ns["rdf"]))
+ uri = desc.attrib.get('{' + ns["rdf"] + '}about')
413
notation = desc.find('skos:notation', ns)
414
if uri and notation is not None:
415
lang_code = notation.text.strip().lower()
0 commit comments