Skip to content

Commit

Permalink
Update vocabulary.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Jan 5, 2025
1 parent 3025905 commit ecfa7af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/curies/vocabulary.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,9 @@
structural_matching,
unspecified_matching_process,
}

# Individuals

#: the author of this package. It's useful to have this reference pre-defined
#: for testing purposes
charlie = Reference(prefix="orcid", identifier="0000-0003-4423-4370", name="Charles Tapley Hoyt")

0 comments on commit ecfa7af

Please sign in to comment.