From 1d3e1f693dc95158c8806674ead3fb8b59455b67 Mon Sep 17 00:00:00 2001 From: jgibson Date: Mon, 16 Apr 2018 09:35:37 -0400 Subject: [PATCH] Profiles for North Carolina State and Local government --- .../bagger/profiles/SANC-local-profile.json | 115 +++++++++++++++++ .../bagger/profiles/SANC-state-profile.json | 120 ++++++++++++++++++ 2 files changed, 235 insertions(+) create mode 100644 bagger-business/src/main/resources/gov/loc/repository/bagger/profiles/SANC-local-profile.json create mode 100644 bagger-business/src/main/resources/gov/loc/repository/bagger/profiles/SANC-state-profile.json diff --git a/bagger-business/src/main/resources/gov/loc/repository/bagger/profiles/SANC-local-profile.json b/bagger-business/src/main/resources/gov/loc/repository/bagger/profiles/SANC-local-profile.json new file mode 100644 index 00000000..3016074c --- /dev/null +++ b/bagger-business/src/main/resources/gov/loc/repository/bagger/profiles/SANC-local-profile.json @@ -0,0 +1,115 @@ +{ + "ordered": [ + { + "recordsSeriesTitle": { + "fieldRequired": true + } + }, + { + "transferringCountyName": { + "fieldRequired": true + } + }, + { + "creatingAgencyName": { + "fieldRequired": true + } + }, + { + "creatingAgencySubdivision": { + "fieldRequired": false + } + }, + { + "transferringEmployee": { + "fieldRequired": true + } + }, + { + "receivingInstitution": { + "fieldRequired": true, + "defaultValue": "State Archives of North Carolina, Division of North Carolina Department of Natural and Cultural Resources" + } + }, + { + "receivingInstitutionAddress": { + "fieldRequired": true, + "defaultValue": "109 E. Jones St. Raleigh, NC 27601" + } + }, + { + "datesOfRecords (YYYY-MM-DD) - (YYYY-MM-DD)": { + "fieldRequired": true + } + }, + { + "digitalOriginality": { + "fieldRequired": true, + "defaultValue": "???", + "valueList": [ + "???", + "Original (Born Digital)", + "Original Surrogate (Digitized/Migrated & Physical/Original Destroyed)", + "Surrogate (Digitized/Migrated & Physical/Original Kept)", + "Not-Yet-Known" + ] + } + }, + { + "Classification (for Access)": { + "fieldRequired": true, + "defaultValue": "???", + "valueList": [ + "???", + "Open/Public", + "Open/Redacted", + "Contains Some Confidential Records", + "Confidential/Sensitive", + "Not-Yet-Known" + ] + } + }, + { + "digitalContentStructure": { + "fieldRequired": true, + "defaultValue": "???", + "valueList": [ + "???", + "Compound (Multiple Types)", + "Word Processing", + "Plain Text", + "Text With Markup", + "Spreadsheet", + "Presentation", + "Database", + "AUDIO", + "Audio: Mono", + "Audio: Stereo", + "VIDEO", + "Video: High Quality/Professional", + "Video: Medium Quality/Amateur", + "Video: Animation/Interactive", + "IMAGE", + "Image: Raster (for Tiff,PNG,Jpeg,jpeg2000,etc.)", + "Image: Vector/CAD ", + "Image: Raw/Native ", + "Image: Geospatial Raster ", + "Image: Geospatial Vector ", + "Email", + "Web Content: Site/Page/SocialMedia/Blog/etc.", + "Software: Game/Application/Virtual Machine/Code/etc.", + "Disk Image/Forensic Image", + "Archive: Zip/Tar/Arc/Warc/SIRF/VEO/etc.", + "Encrypted (Key-Available/Accessible-Content)", + "Encrypted (No-Key/Inaccessible-Content))", + "Not-Yet-Known" + ] + } + }, + { + "Notes": { + "fieldRequired": false + } + } + ] +} \ No newline at end of file diff --git a/bagger-business/src/main/resources/gov/loc/repository/bagger/profiles/SANC-state-profile.json b/bagger-business/src/main/resources/gov/loc/repository/bagger/profiles/SANC-state-profile.json new file mode 100644 index 00000000..2c927355 --- /dev/null +++ b/bagger-business/src/main/resources/gov/loc/repository/bagger/profiles/SANC-state-profile.json @@ -0,0 +1,120 @@ +{ + "ordered": [ + { + "itemNumber": { + "fieldRequired": true + } + }, + { + "rcNumber": { + "fieldRequired": true + } + }, + { + "transferringAgencyName": { + "fieldRequired": true + } + }, + { + "creatingAgencyName": { + "fieldRequired": false + } + }, + { + "creatingAgencySubdivision": { + "fieldRequired": false + } + }, + { + "transferringEmployee": { + "fieldRequired": true + } + }, + { + "receivingInstitution": { + "fieldRequired": true, + "defaultValue": "State Archives of North Carolina, Division of North Carolina Department of Natural and Cultural Resources" + } + }, + { + "receivingInstitutionAddress": { + "fieldRequired": true, + "defaultValue": "109 E. Jones St. Raleigh, NC 27601" + } + }, + { + "datesOfRecords (YYYY-MM-DD) - (YYYY-MM-DD)": { + "fieldRequired": true + } + }, + { + "digitalOriginality": { + "fieldRequired": true, + "defaultValue": "???", + "valueList": [ + "???", + "Original (Born Digital)", + "Original Surrogate (Digitized/Migrated & Physical/Original Destroyed)", + "Surrogate (Digitized/Migrated & Physical/Original Kept)", + "Not-Yet-Known" + ] + } + }, + { + "Classification (for Access)": { + "fieldRequired": true, + "defaultValue": "???", + "valueList": [ + "???", + "Open/Public", + "Open/Redacted", + "Contains Some Confidental Records", + "Confidential/Sensitive", + "Not-Yet-Known" + ] + } + }, + { + "digitalContentStructure": { + "fieldRequired": true, + "defaultValue": "???", + "valueList": [ + "???", + "Compound (Multiple Types)", + "Word Processing", + "Plain Text", + "Text With Markup", + "Spreadsheet", + "Presentation", + "Database", + "AUDIO", + "Audio: Mono", + "Audio: Stereo", + "VIDEO", + "Video: High Quality/Professional", + "Video: Medium Quality/Amateur", + "Video: Animation/Interactive", + "IMAGE", + "Image: Raster (for Tiff,PNG,Jpeg,jpeg2000,etc.)", + "Image: Vector/CAD ", + "Image: Raw/Native ", + "Image: Geospatial Raster ", + "Image: Geospatial Vector ", + "Email", + "Web Content: Site/Page/SocialMedia/Blog/etc.", + "Software: Game/Application/Virtual Machine/Code/etc.", + "Disk Image/Forensic Image", + "Archive: Zip/Tar/Arc/Warc/SIRF/VEO/etc.", + "Encrypted (Key-Available/Accessible-Content)", + "Encrypted (No-Key/Inaccessible-Content))", + "Not-Yet-Known" + ] + } + }, + { + "Notes": { + "fieldRequired": false + } + } + ] +} \ No newline at end of file