Currently the mapping in line 482
organism['@id'] = self.latin_name_to_iri_mappings[latin_name] fails as
'Brassica napus': 'http://identifiers.org/taxonomy/3708',
appears to be missing in the corresponding dictionary.
Edit:
'rapeseed': 'http://identifiers.org/taxonomy/3708',
in the english_name_to_iri_mappings dictionary
would then also be missing, however, I haven't noticed any impact on functionality caused by this.
Currently the mapping in line 482
organism['@id'] = self.latin_name_to_iri_mappings[latin_name]
fails as'Brassica napus': 'http://identifiers.org/taxonomy/3708',
appears to be missing in the corresponding dictionary.Edit:
'rapeseed': 'http://identifiers.org/taxonomy/3708',
in theenglish_name_to_iri_mappings
dictionary would then also be missing, however, I haven't noticed any impact on functionality caused by this.