forked from geolba/tethys.backend
- add model DatasetReference.ts
- add references inside Creta.vue for Submitter /dataset - npm updates - extended enum types - added relations for Dataset.ts
This commit is contained in:
parent
5ce4f0b018
commit
f6d735d0fd
10 changed files with 580 additions and 592 deletions
|
@ -79,3 +79,24 @@ export enum ContributorTypes {
|
|||
export enum SubjectTypes {
|
||||
uncontrolled = 'uncontrolled',
|
||||
}
|
||||
|
||||
export enum ReferenceIdentifierTypes {
|
||||
DOI = 'DOI',
|
||||
Handle = 'Handle',
|
||||
ISBN = 'ISBN',
|
||||
ISSN = 'ISSN',
|
||||
URL = 'URL',
|
||||
URN = 'URN',
|
||||
}
|
||||
|
||||
export enum RelationTypes {
|
||||
IsSupplementTo = 'IsSupplementTo',
|
||||
IsSupplementedBy = 'IsSupplementedBy',
|
||||
IsContinuedBy = 'IsContinuedBy',
|
||||
Continues = 'Continues',
|
||||
IsNewVersionOf = 'IsNewVersionOf',
|
||||
IsPartOf = 'IsPartOf',
|
||||
HasPart = 'HasPart',
|
||||
Compiles = 'Compiles',
|
||||
IsVariantFormOf = 'IsVariantFormOf',
|
||||
}
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue