Skip to content

Commit

Permalink
Fix MODS constituent relation
Browse files Browse the repository at this point in the history
  • Loading branch information
aaxelb committed Feb 23, 2018
1 parent 1246ec2 commit 3428e1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion share/transformers/mods.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ class MODSThroughTags(Parser):
'reviewOf': 'Reviews',
}
REVERSE_RELATIONS = {
'isReferencedBy'
'isReferencedBy',
'constituent',
}


Expand Down

0 comments on commit 3428e1c

Please sign in to comment.