Skip to content

Commit

Permalink
Merge pull request #117 from acdh-oeaw/feature/116-annotator
Browse files Browse the repository at this point in the history
closes #116
  • Loading branch information
gythaogg authored Aug 29, 2024
2 parents 1841c7e + cfefbcb commit 348ecd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apis_ontology/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -820,8 +820,8 @@ class PersonTranslatorOfWork(TibScholRelationMixin):
reverse_name = "translated by"


class PersonAnnotatorOfWork(TibScholRelationMixin):
class PersonAnnotatorOfInstance(TibScholRelationMixin):
subj_model = Person
obj_model = Work
obj_model = Instance
name = "annotator of"
reverse_name = "annotated by"

0 comments on commit 348ecd3

Please sign in to comment.