-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
In EML 2.2, datasets can have these child elements:
- referencePublication - (0, 1) THE publication that describes the dataset, or when a paper is intended to be the canonical or examplar reference to the dataset
- usageCitation - (0, many) a publication in which the dataset is used
- literatureCited - (0, many) a publication referenced in the dataset or its metadata, e.g., a paper on a particular method used to collect the data
To support this, the dataset table could be related to publications. Here are a couple of ideas:
(a). Three new tables, one for each type of publication listed above.
(b). One table, with a column, RelationToDataset with possible values referencePublication, usageCitation, literatureCited.
(b) seems more efficient, but I don't know how you'd support (0,1) for referencePublication and (0, many) for the others.
The citation itself could be a varchar field storing XML or BibTeX. A separate column indicates type of content.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request