VForWaTer / metacatalog

Modular metadata management platform for environmental data.
https://vforwater.github.io/metacatalog
GNU General Public License v3.0
3 stars 1 forks source link

Add Entry.author and Entry.authors #40

Closed mmaelicke closed 4 years ago

mmaelicke commented 4 years ago

With Entry.contributors already implemented, there should be two helper properties that return the first author on Entry.author and a list of all authors on Entry.authors. These are all contributors of role 'author' or 'coAuthor' following ISO19115.

In a later issue the property.setter functions can be implemented.