DINA-Web / taxonomy

DINA Taxonomy module
MIT License
1 stars 0 forks source link

review data model for multiple classifications #5

Open kcranston opened 6 years ago

kcranston commented 6 years ago

@cgendreau created a data model for holding multiple classifications for a single DINA instance. Can folks review in the context of the taxonomy use cases.

https://github.com/DINA-Web/taxonomy/blob/master/docs/taxonomy_concept_diagram_multiple.png

Key points about the model:

Terms defined in the use case glossary.

dshorthouse commented 6 years ago

I see rank in the taxon table whereas I would put that in the node table.

dshorthouse commented 6 years ago

Vernacular names could do with additional terms. See https://tools.gbif.org/dwca-validator/extension.do?id=gbif:VernacularName

dshorthouse commented 6 years ago

Where might flags for taxonomic status of synonyms be stored (eg homotypic, heterotypic)?

dshorthouse commented 6 years ago

Is an adjacency list sufficient or should the node table be additionally extended to nested sets?

cgendreau commented 6 years ago