Skip to content

Commit

Permalink
Relations: rename
Browse files Browse the repository at this point in the history
is copied from to has as its source
fixes #100
  • Loading branch information
gythaogg committed Jul 12, 2024
1 parent aaa5f5a commit 4743b87
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 4743b87

Please sign in to comment.