From cc4f52b680c90703a209ac261f4c99f278c1a2c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Sk=C3=B8dt?= Date: Wed, 12 Jun 2024 10:02:41 +0200 Subject: [PATCH 1/3] added archiva.tsv metadata block --- scripts/api/data/metadatablocks/archival.tsv | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 scripts/api/data/metadatablocks/archival.tsv diff --git a/scripts/api/data/metadatablocks/archival.tsv b/scripts/api/data/metadatablocks/archival.tsv new file mode 100644 index 00000000000..6380514bcc0 --- /dev/null +++ b/scripts/api/data/metadatablocks/archival.tsv @@ -0,0 +1,19 @@ +#metadataBlock name dataverseAlias displayName blockURI + archive Archival Metadata +#datasetField name title description watermark fieldType displayOrder displayFormat advancedSearchField allowControlledVocabulary allowmultiples facetable displayoncreate required parent metadatablock_id termURI + archiveSubmitToArchivalAppraisal Archival Appraisal An assessment whether the dataset should be submitted for archival appraisal text 0 #VALUE TRUE FALSE FALSE FALSE TRUE FALSE archive + archiveArchivedFrom Archived from A date (YYYY-MM-DD) from which the dataset is archived YYYY-MM-DD date 2 #VALUE TRUE FALSE FALSE FALSE FALSE FALSE archive + archiveArchivedFor Retention period The retention period for which the archived dataset is to be kept by the holding archive text 3 #VALUE TRUE TRUE FALSE FALSE FALSE FALSE archive + archiveHoldingArchive Archived at Holding Archive The holding archive where the dataset is archived text 4 #VALUE FALSE FALSE TRUE FALSE FALSE FALSE archive https://schema.org/holdingArchive + archiveArchivedAt Archived at URL URL to holding archive where the dataset is archived URL url 5 #VALUE FALSE FALSE TRUE FALSE FALSE FALSE archive https://schema.org/archivedAt +#controlledVocabulary DatasetField Value identifier displayOrder + archiveArchivedFor 1 year 1_year 0 + archiveArchivedFor 3 years 3_years 1 + archiveArchivedFor 5 years 5_years 2 + archiveArchivedFor 10 years 10_years 3 + archiveArchivedFor 20 years 20_years 4 + archiveArchivedFor Indefinitely indefinitely 5 + archiveArchivedFor Unknown unknown 6 + archiveSubmitToArchivalAppraisal Yes yes 0 + archiveSubmitToArchivalAppraisal No no 1 + archiveSubmitToArchivalAppraisal Unknown unknown 2 From ef5952f8318052c4aa41067b4960627699e34cee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Sk=C3=B8dt?= Date: Tue, 18 Jun 2024 13:49:11 +0000 Subject: [PATCH 2/3] changed metadata title from "archive" to "archival" and removed "archive" as prefix to all fields --- scripts/api/data/metadatablocks/archival.tsv | 32 ++++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/scripts/api/data/metadatablocks/archival.tsv b/scripts/api/data/metadatablocks/archival.tsv index 6380514bcc0..07fa14fdc9e 100644 --- a/scripts/api/data/metadatablocks/archival.tsv +++ b/scripts/api/data/metadatablocks/archival.tsv @@ -1,19 +1,19 @@ #metadataBlock name dataverseAlias displayName blockURI - archive Archival Metadata + archival Archival Metadata #datasetField name title description watermark fieldType displayOrder displayFormat advancedSearchField allowControlledVocabulary allowmultiples facetable displayoncreate required parent metadatablock_id termURI - archiveSubmitToArchivalAppraisal Archival Appraisal An assessment whether the dataset should be submitted for archival appraisal text 0 #VALUE TRUE FALSE FALSE FALSE TRUE FALSE archive - archiveArchivedFrom Archived from A date (YYYY-MM-DD) from which the dataset is archived YYYY-MM-DD date 2 #VALUE TRUE FALSE FALSE FALSE FALSE FALSE archive - archiveArchivedFor Retention period The retention period for which the archived dataset is to be kept by the holding archive text 3 #VALUE TRUE TRUE FALSE FALSE FALSE FALSE archive - archiveHoldingArchive Archived at Holding Archive The holding archive where the dataset is archived text 4 #VALUE FALSE FALSE TRUE FALSE FALSE FALSE archive https://schema.org/holdingArchive - archiveArchivedAt Archived at URL URL to holding archive where the dataset is archived URL url 5 #VALUE FALSE FALSE TRUE FALSE FALSE FALSE archive https://schema.org/archivedAt + submitToArchivalAppraisal Archival Appraisal An assessment whether the dataset should be submitted for archival appraisal text 0 #VALUE TRUE FALSE FALSE FALSE TRUE FALSE archive + archivedFrom Archived from A date (YYYY-MM-DD) from which the dataset is archived YYYY-MM-DD date 2 #VALUE TRUE FALSE FALSE FALSE FALSE FALSE archive + archivedFor Retention period The retention period for which the archived dataset is to be kept by the holding archive text 3 #VALUE TRUE TRUE FALSE FALSE FALSE FALSE archive + holdingArchive Archived at Holding Archive The holding archive where the dataset is archived text 4 #VALUE FALSE FALSE TRUE FALSE FALSE FALSE archive https://schema.org/holdingArchive + archivedAt Archived at URL URL to holding archive where the dataset is archived URL url 5 #VALUE FALSE FALSE TRUE FALSE FALSE FALSE archive https://schema.org/archivedAt #controlledVocabulary DatasetField Value identifier displayOrder - archiveArchivedFor 1 year 1_year 0 - archiveArchivedFor 3 years 3_years 1 - archiveArchivedFor 5 years 5_years 2 - archiveArchivedFor 10 years 10_years 3 - archiveArchivedFor 20 years 20_years 4 - archiveArchivedFor Indefinitely indefinitely 5 - archiveArchivedFor Unknown unknown 6 - archiveSubmitToArchivalAppraisal Yes yes 0 - archiveSubmitToArchivalAppraisal No no 1 - archiveSubmitToArchivalAppraisal Unknown unknown 2 + archivedFor 1 year 1_year 0 + archivedFor 3 years 3_years 1 + archivedFor 5 years 5_years 2 + archivedFor 10 years 10_years 3 + archivedFor 20 years 20_years 4 + archivedFor Indefinitely indefinitely 5 + archivedFor Unknown unknown 6 + submitToArchivalAppraisal Yes yes 0 + submitToArchivalAppraisal No no 1 + submitToArchivalAppraisal Unknown unknown 2 From 51ebe21fbd203526cb4afa826f15ffcefa796f28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Sk=C3=B8dt?= Date: Fri, 30 Aug 2024 10:54:53 +0200 Subject: [PATCH 3/3] Update archival.tsv --- scripts/api/data/metadatablocks/archival.tsv | 31 ++++++++++---------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/scripts/api/data/metadatablocks/archival.tsv b/scripts/api/data/metadatablocks/archival.tsv index 07fa14fdc9e..2b472acfc67 100644 --- a/scripts/api/data/metadatablocks/archival.tsv +++ b/scripts/api/data/metadatablocks/archival.tsv @@ -1,19 +1,20 @@ #metadataBlock name dataverseAlias displayName blockURI archival Archival Metadata #datasetField name title description watermark fieldType displayOrder displayFormat advancedSearchField allowControlledVocabulary allowmultiples facetable displayoncreate required parent metadatablock_id termURI - submitToArchivalAppraisal Archival Appraisal An assessment whether the dataset should be submitted for archival appraisal text 0 #VALUE TRUE FALSE FALSE FALSE TRUE FALSE archive - archivedFrom Archived from A date (YYYY-MM-DD) from which the dataset is archived YYYY-MM-DD date 2 #VALUE TRUE FALSE FALSE FALSE FALSE FALSE archive - archivedFor Retention period The retention period for which the archived dataset is to be kept by the holding archive text 3 #VALUE TRUE TRUE FALSE FALSE FALSE FALSE archive - holdingArchive Archived at Holding Archive The holding archive where the dataset is archived text 4 #VALUE FALSE FALSE TRUE FALSE FALSE FALSE archive https://schema.org/holdingArchive - archivedAt Archived at URL URL to holding archive where the dataset is archived URL url 5 #VALUE FALSE FALSE TRUE FALSE FALSE FALSE archive https://schema.org/archivedAt + submitToArchivalAppraisal Submit to Archival Appraisal Your assessment whether the dataset should be submitted for archival appraisal text 0 #VALUE TRUE TRUE FALSE FALSE TRUE FALSE archival + archivedFrom Archived from A date (YYYY-MM-DD) from which the dataset is archived YYYY-MM-DD date 1 #VALUE TRUE FALSE FALSE FALSE FALSE FALSE archival + archivedFor Retention period The retention period for which the archived dataset is to be kept by the holding archive text 2 #VALUE TRUE TRUE FALSE FALSE FALSE FALSE archival + holdingArchive Holding Archive Information on the holding archive where the dataset is archived none 3 FALSE FALSE TRUE FALSE FALSE FALSE archival + holdingArchiveName Archived at Holding Archive The name of the holding archive text 4 #VALUE FALSE FALSE FALSE FALSE FALSE FALSE holdingArchive archival https://schema.org/holdingArchive + archivedAt Archived at URL URL to holding archive URL url 5 "#VALUE" FALSE FALSE FALSE FALSE FALSE FALSE holdingArchive archival https://schema.org/archivedAt #controlledVocabulary DatasetField Value identifier displayOrder - archivedFor 1 year 1_year 0 - archivedFor 3 years 3_years 1 - archivedFor 5 years 5_years 2 - archivedFor 10 years 10_years 3 - archivedFor 20 years 20_years 4 - archivedFor Indefinitely indefinitely 5 - archivedFor Unknown unknown 6 - submitToArchivalAppraisal Yes yes 0 - submitToArchivalAppraisal No no 1 - submitToArchivalAppraisal Unknown unknown 2 + archivedFor 1 year 0 + archivedFor 3 years 1 + archivedFor 5 years 2 + archivedFor 10 years 3 + archivedFor 20 years 4 + archivedFor Indefinitely 5 + archivedFor Unknown 6 + submitToArchivalAppraisal Yes 0 + submitToArchivalAppraisal No 1 + submitToArchivalAppraisal Unknown 2