Closed apirogov closed 2 years ago
Example: In BibMeta there is ROCrate.Person for author, but other kinds of Person for the non-overridden types
BibMeta
ROCrate.Person
author
Person
Either disambiguate those, or make a helper to override a used type consistently (decorator? metaclass? something like that)
Example: In
BibMeta
there isROCrate.Person
forauthor
, but other kinds ofPerson
for the non-overridden typesEither disambiguate those, or make a helper to override a used type consistently (decorator? metaclass? something like that)