Materials-Data-Science-and-Informatics / metador-core

Core of Metador, the FAIR metadata-first research data management framework.
MIT License
4 stars 0 forks source link

Automatic Sub-Schema accessor silently conflicts for classes of same name #29

Closed apirogov closed 2 years ago

apirogov commented 2 years ago

Example: In BibMeta there is ROCrate.Person for author, but other kinds of Person for the non-overridden types

Either disambiguate those, or make a helper to override a used type consistently (decorator? metaclass? something like that)