diff --git a/src/curies/vocabulary.py b/src/curies/vocabulary.py index 381bf62..1946e03 100644 --- a/src/curies/vocabulary.py +++ b/src/curies/vocabulary.py @@ -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")