Skip to content

Commit

Permalink
Merge pull request #101 from acdh-oeaw/rename-iscopied-from
Browse files Browse the repository at this point in the history
Relations: rename
  • Loading branch information
gythaogg authored Jul 12, 2024
2 parents aaa5f5a + 4743b87 commit 4b8f46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis_ontology/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ class PersonIllustratorOfInstance(TibScholRelationMixin):
class InstanceIsCopiedFromInstance(TibScholRelationMixin):
subj_model = Instance
obj_model = Instance
name = "is copied from"
name = "has as its source"
reverse_name = "is source for"
temptriple_name = "is copied from"
temptriple_name_reverse = "is source for"
Expand Down

0 comments on commit 4b8f46e

Please sign in to comment.