diff --git a/codebase/config/sync/migrate_plus.migration.idc_ingest_media_audio.yml b/codebase/config/sync/migrate_plus.migration.idc_ingest_media_audio.yml index abdb70581..2a9830f65 100644 --- a/codebase/config/sync/migrate_plus.migration.idc_ingest_media_audio.yml +++ b/codebase/config/sync/migrate_plus.migration.idc_ingest_media_audio.yml @@ -67,11 +67,12 @@ process: delimiter: '||' strict: false - - plugin: entity_lookup - bundle_key: vid - bundle: islandora_access - entity_type: taxonomy_term - value_key: name + plugin: parse_entity_lookup + defaults: + entity_type: taxonomy_term + bundle: islandora_access + bundle_key: vid + value_key: field_unique_id field_original_name: original_name field_media_audio_file/target_id: plugin: file_import @@ -92,7 +93,7 @@ process: entity_type: node bundle: islandora_object bundle_key: type - value_key: title + value_key: field_unique_id field_media_use: - plugin: skip_on_empty diff --git a/codebase/config/sync/migrate_plus.migration.idc_ingest_media_document.yml b/codebase/config/sync/migrate_plus.migration.idc_ingest_media_document.yml index 5c7950d42..3d0de8463 100644 --- a/codebase/config/sync/migrate_plus.migration.idc_ingest_media_document.yml +++ b/codebase/config/sync/migrate_plus.migration.idc_ingest_media_document.yml @@ -67,11 +67,12 @@ process: delimiter: '||' strict: false - - plugin: entity_lookup - bundle_key: vid - bundle: islandora_access - entity_type: taxonomy_term - value_key: name + plugin: parse_entity_lookup + defaults: + entity_type: taxonomy_term + bundle: islandora_access + bundle_key: vid + value_key: field_unique_id field_original_name: original_name field_media_document/target_id: plugin: file_import @@ -92,7 +93,7 @@ process: entity_type: node bundle: islandora_object bundle_key: type - value_key: title + value_key: field_unique_id field_media_use: - plugin: skip_on_empty @@ -105,9 +106,9 @@ process: - plugin: entity_lookup entity_type: taxonomy_term - value_key: name - bundle_key: vid bundle: islandora_media_use + bundle_key: vid + value_key: name status: constants/STATUS destination: plugin: 'entity:media' diff --git a/codebase/config/sync/migrate_plus.migration.idc_ingest_media_extracted_text.yml b/codebase/config/sync/migrate_plus.migration.idc_ingest_media_extracted_text.yml index 07a0a4f80..3f93e9ccb 100644 --- a/codebase/config/sync/migrate_plus.migration.idc_ingest_media_extracted_text.yml +++ b/codebase/config/sync/migrate_plus.migration.idc_ingest_media_extracted_text.yml @@ -68,11 +68,12 @@ process: delimiter: '||' strict: false - - plugin: entity_lookup - bundle_key: vid - bundle: islandora_access - entity_type: taxonomy_term - value_key: name + plugin: parse_entity_lookup + defaults: + entity_type: taxonomy_term + bundle: islandora_access + bundle_key: vid + value_key: field_unique_id field_media_file/target_id: plugin: file_import source: '@_download_filepath' @@ -92,7 +93,7 @@ process: entity_type: node bundle: islandora_object bundle_key: type - value_key: title + value_key: field_unique_id field_media_use: - plugin: skip_on_empty @@ -105,9 +106,9 @@ process: - plugin: entity_lookup entity_type: taxonomy_term - value_key: name - bundle_key: vid bundle: islandora_media_use + bundle_key: vid + value_key: name status: constants/STATUS destination: plugin: 'entity:media' diff --git a/codebase/config/sync/migrate_plus.migration.idc_ingest_media_file.yml b/codebase/config/sync/migrate_plus.migration.idc_ingest_media_file.yml index f3489b266..f49017c5e 100644 --- a/codebase/config/sync/migrate_plus.migration.idc_ingest_media_file.yml +++ b/codebase/config/sync/migrate_plus.migration.idc_ingest_media_file.yml @@ -67,11 +67,12 @@ process: delimiter: '||' strict: false - - plugin: entity_lookup - bundle_key: vid - bundle: islandora_access - entity_type: taxonomy_term - value_key: name + plugin: parse_entity_lookup + defaults: + entity_type: taxonomy_term + bundle: islandora_access + bundle_key: vid + value_key: field_unique_id field_original_name: original_name field_media_file/target_id: plugin: file_import @@ -92,7 +93,7 @@ process: entity_type: node bundle: islandora_object bundle_key: type - value_key: title + value_key: field_unique_id field_media_use: - plugin: skip_on_empty diff --git a/codebase/config/sync/migrate_plus.migration.idc_ingest_media_image.yml b/codebase/config/sync/migrate_plus.migration.idc_ingest_media_image.yml index ebb017d62..74a7f7d71 100644 --- a/codebase/config/sync/migrate_plus.migration.idc_ingest_media_image.yml +++ b/codebase/config/sync/migrate_plus.migration.idc_ingest_media_image.yml @@ -67,11 +67,12 @@ process: delimiter: '||' strict: false - - plugin: entity_lookup - bundle_key: vid - bundle: islandora_access - entity_type: taxonomy_term - value_key: name + plugin: parse_entity_lookup + defaults: + entity_type: taxonomy_term + bundle: islandora_access + bundle_key: vid + value_key: field_unique_id field_original_name: original_name field_media_image/target_id: plugin: file_import @@ -93,7 +94,7 @@ process: entity_type: node bundle: islandora_object bundle_key: type - value_key: title + value_key: field_unique_id field_media_use: - plugin: skip_on_empty @@ -105,9 +106,9 @@ process: - plugin: entity_lookup entity_type: taxonomy_term - value_key: name - bundle_key: vid bundle: islandora_media_use + bundle_key: vid + value_key: name status: constants/STATUS destination: plugin: 'entity:media' diff --git a/codebase/config/sync/migrate_plus.migration.idc_ingest_media_remote_video.yml b/codebase/config/sync/migrate_plus.migration.idc_ingest_media_remote_video.yml index bae0e212a..b83cf5e8d 100644 --- a/codebase/config/sync/migrate_plus.migration.idc_ingest_media_remote_video.yml +++ b/codebase/config/sync/migrate_plus.migration.idc_ingest_media_remote_video.yml @@ -33,11 +33,12 @@ process: delimiter: '||' strict: false - - plugin: entity_lookup - bundle_key: vid - bundle: islandora_access - entity_type: taxonomy_term - value_key: name + plugin: parse_entity_lookup + defaults: + entity_type: taxonomy_term + bundle: islandora_access + bundle_key: vid + value_key: field_unique_id field_media_oembed_video: url field_media_of: plugin: parse_entity_lookup @@ -46,7 +47,7 @@ process: entity_type: node bundle: islandora_object bundle_key: type - value_key: title + value_key: field_unique_id status: constants/STATUS destination: plugin: 'entity:media' diff --git a/codebase/config/sync/migrate_plus.migration.idc_ingest_media_video.yml b/codebase/config/sync/migrate_plus.migration.idc_ingest_media_video.yml index f256811d8..5cd209fef 100644 --- a/codebase/config/sync/migrate_plus.migration.idc_ingest_media_video.yml +++ b/codebase/config/sync/migrate_plus.migration.idc_ingest_media_video.yml @@ -67,11 +67,12 @@ process: delimiter: '||' strict: false - - plugin: entity_lookup - bundle_key: vid - bundle: islandora_access - entity_type: taxonomy_term - value_key: name + plugin: parse_entity_lookup + defaults: + entity_type: taxonomy_term + bundle: islandora_access + bundle_key: vid + value_key: field_unique_id field_original_name: original_name field_media_video_file/target_id: plugin: file_import @@ -92,7 +93,7 @@ process: entity_type: node bundle: islandora_object bundle_key: type - value_key: title + value_key: field_unique_id field_media_use: - plugin: skip_on_empty @@ -104,9 +105,9 @@ process: - plugin: entity_lookup entity_type: taxonomy_term - value_key: name - bundle_key: vid bundle: islandora_media_use + bundle_key: vid + value_key: name status: constants/STATUS destination: plugin: 'entity:media' diff --git a/codebase/config/sync/migrate_plus.migration.idc_ingest_new_collection.yml b/codebase/config/sync/migrate_plus.migration.idc_ingest_new_collection.yml index 99952fe6c..a88aa767a 100644 --- a/codebase/config/sync/migrate_plus.migration.idc_ingest_new_collection.yml +++ b/codebase/config/sync/migrate_plus.migration.idc_ingest_new_collection.yml @@ -99,7 +99,7 @@ process: entity_type: node bundle: collection_object bundle_key: type - value_key: title + value_key: field_unique_id field_access_terms: - plugin: skip_on_empty @@ -110,22 +110,24 @@ process: delimiter: '||' strict: false - - plugin: entity_lookup - bundle_key: vid - bundle: islandora_access - entity_type: taxonomy_term - value_key: name + plugin: parse_entity_lookup + defaults: + entity_type: taxonomy_term + bundle: islandora_access + bundle_key: vid + value_key: field_unique_id field_title_language: - plugin: skip_on_empty method: process source: title_language - - plugin: entity_lookup - entity_type: taxonomy_term - bundle: language - bundle_key: vid - value_key: name + plugin: parse_entity_lookup + defaults: + entity_type: taxonomy_term + bundle: language + bundle_key: vid + value_key: field_unique_id field_alternative_title: - plugin: skip_on_empty diff --git a/codebase/config/sync/migrate_plus.migration.idc_ingest_new_items.yml b/codebase/config/sync/migrate_plus.migration.idc_ingest_new_items.yml index 09477a317..0decf5c55 100644 --- a/codebase/config/sync/migrate_plus.migration.idc_ingest_new_items.yml +++ b/codebase/config/sync/migrate_plus.migration.idc_ingest_new_items.yml @@ -72,11 +72,12 @@ process: delimiter: '||' strict: false - - plugin: entity_lookup - bundle_key: vid - bundle: access_rights - entity_type: taxonomy_term - value_key: name + plugin: parse_entity_lookup + defaults: + entity_type: taxonomy_term + bundle: access_rights + bundle_key: vid + value_key: field_unique_id field_access_terms: - plugin: skip_on_empty @@ -87,11 +88,12 @@ process: delimiter: '||' strict: false - - plugin: entity_lookup - bundle_key: vid - bundle: islandora_access - entity_type: taxonomy_term - value_key: name + plugin: parse_entity_lookup + defaults: + entity_type: taxonomy_term + bundle: islandora_access + bundle_key: vid + value_key: field_unique_id field_alternative_title: - plugin: explode @@ -186,14 +188,15 @@ process: entity_type: taxonomy_term bundle: person bundle_key: vid - value_key: name + value_key: field_unique_id field_copyright_and_use: - plugin: entity_lookup + plugin: parse_entity_lookup source: copyright - entity_type: taxonomy_term - bundle: copyright_and_use - bundle_key: vid - value_key: name + defaults: + entity_type: taxonomy_term + bundle: copyright_and_use + bundle_key: vid + value_key: field_unique_id field_copyright_holder: - plugin: skip_on_empty @@ -209,7 +212,7 @@ process: entity_type: taxonomy_term bundle: person bundle_key: vid - value_key: name + value_key: field_unique_id field_creator: - plugin: skip_on_empty @@ -254,7 +257,7 @@ process: entity_type: taxonomy_term bundle: person bundle_key: vid - value_key: name + value_key: field_unique_id field_custodial_history: - plugin: explode @@ -392,13 +395,13 @@ process: entity_type: taxonomy_term bundle: corporate_body bundle_key: vid - value_key: name + value_key: field_unique_id field_display_hints: - plugin: entity_lookup + plugin: parse_entity_lookup source: display_hints - bundle_key: vid - bundle: islandora_display entity_type: taxonomy_term + bundle: islandora_display + bundle_key: vid value_key: name field_dspace_identifier/uri: dspace_identifier field_dspace_item_id: dspace_itemid @@ -437,11 +440,12 @@ process: delimiter: '||' strict: false - - plugin: entity_lookup - entity_type: taxonomy_term - bundle: genre - bundle_key: vid - value_key: name + plugin: parse_entity_lookup + defaults: + entity_type: taxonomy_term + bundle: genre + bundle_key: vid + value_key: field_unique_id field_geoportal_link/uri: geoportal_link field_issn: issn field_is_part_of: is_part_of @@ -465,11 +469,12 @@ process: delimiter: '||' strict: false - - plugin: entity_lookup - entity_type: taxonomy_term - bundle: language - bundle_key: vid - value_key: name + plugin: parse_entity_lookup + defaults: + entity_type: taxonomy_term + bundle: language + bundle_key: vid + value_key: field_unique_id field_library_catalog_link: - plugin: skip_on_empty @@ -496,14 +501,14 @@ process: entity_type: node bundle_key: type bundle: collection_object - value_key: title + value_key: field_unique_id field_model: plugin: entity_lookup - bundle_key: vid - bundle: islandora_models + source: model entity_type: taxonomy_term + bundle: islandora_models + bundle_key: vid value_key: name - source: model field_oclc_number: - plugin: skip_on_empty @@ -528,7 +533,7 @@ process: bundle_key: vid bundle: corporate_body entity_type: taxonomy_term - value_key: name + value_key: field_unique_id field_publisher_country: - plugin: skip_on_empty @@ -539,11 +544,12 @@ process: delimiter: '||' strict: false - - plugin: entity_lookup - bundle_key: vid - bundle: geo_location - entity_type: taxonomy_term - value_key: name + plugin: parse_entity_lookup + defaults: + entity_type: taxonomy_term + bundle: geo_location + bundle_key: vid + value_key: field_unique_id field_resource_type: - plugin: skip_on_empty @@ -554,11 +560,12 @@ process: delimiter: '||' strict: false - - plugin: entity_lookup - bundle_key: vid - bundle: resource_types - entity_type: taxonomy_term - value_key: name + plugin: parse_entity_lookup + defaults: + entity_type: taxonomy_term + bundle: resource_types + bundle_key: vid + value_key: field_unique_id field_spatial_coverage: - plugin: skip_on_empty @@ -569,11 +576,12 @@ process: delimiter: '||' strict: false - - plugin: entity_lookup - bundle_key: vid - bundle: geo_location - entity_type: taxonomy_term - value_key: name + plugin: parse_entity_lookup + defaults: + entity_type: taxonomy_term + bundle: geo_location + bundle_key: vid + value_key: field_unique_id field_subject: - plugin: skip_on_empty @@ -589,7 +597,7 @@ process: bundle_key: vid bundle: subject entity_type: taxonomy_term - value_key: name + value_key: field_unique_id field_table_of_contents: - plugin: skip_on_empty @@ -640,11 +648,12 @@ process: method: process source: title_language - - plugin: entity_lookup - entity_type: taxonomy_term - bundle: language - bundle_key: vid - value_key: name + plugin: parse_entity_lookup + defaults: + entity_type: taxonomy_term + bundle: language + bundle_key: vid + value_key: field_unique_id field_years: - plugin: skip_on_empty diff --git a/codebase/config/sync/migrate_plus.migration.idc_ingest_taxonomy_corporatebody.yml b/codebase/config/sync/migrate_plus.migration.idc_ingest_taxonomy_corporatebody.yml index e710660e9..8ff592a6c 100644 --- a/codebase/config/sync/migrate_plus.migration.idc_ingest_taxonomy_corporatebody.yml +++ b/codebase/config/sync/migrate_plus.migration.idc_ingest_taxonomy_corporatebody.yml @@ -138,7 +138,7 @@ process: entity_type: taxonomy_term bundle_key: vid bundle: corporate_body - value_key: name + value_key: field_unique_id rel_type: - plugin: skip_on_empty diff --git a/codebase/config/sync/migrate_plus.migration.idc_ingest_taxonomy_family.yml b/codebase/config/sync/migrate_plus.migration.idc_ingest_taxonomy_family.yml index d397d6121..7ac3a71bc 100644 --- a/codebase/config/sync/migrate_plus.migration.idc_ingest_taxonomy_family.yml +++ b/codebase/config/sync/migrate_plus.migration.idc_ingest_taxonomy_family.yml @@ -92,7 +92,7 @@ process: entity_type: taxonomy_term bundle_key: vid bundle: family - value_key: name + value_key: field_unique_id rel_type: - plugin: explode diff --git a/codebase/config/sync/migrate_plus.migration.idc_ingest_taxonomy_islandora_accessterms.yml b/codebase/config/sync/migrate_plus.migration.idc_ingest_taxonomy_islandora_accessterms.yml index df0e68482..8539dc9e0 100644 --- a/codebase/config/sync/migrate_plus.migration.idc_ingest_taxonomy_islandora_accessterms.yml +++ b/codebase/config/sync/migrate_plus.migration.idc_ingest_taxonomy_islandora_accessterms.yml @@ -27,12 +27,13 @@ process: default_value: basic_html status: constants/STATUS parent: - plugin: entity_lookup + plugin: parse_entity_lookup source: parent - entity_type: taxonomy_term - value_key: name - bundle_key: vid - bundle: islandora_access + defaults: + entity_type: taxonomy_term + bundle: islandora_access + bundle_key: vid + value_key: field_unique_id destination: plugin: 'entity:taxonomy_term' default_bundle: islandora_access diff --git a/codebase/config/sync/migrate_plus.migration.idc_ingest_taxonomy_persons.yml b/codebase/config/sync/migrate_plus.migration.idc_ingest_taxonomy_persons.yml index 0f9535132..4ebe721c7 100644 --- a/codebase/config/sync/migrate_plus.migration.idc_ingest_taxonomy_persons.yml +++ b/codebase/config/sync/migrate_plus.migration.idc_ingest_taxonomy_persons.yml @@ -132,9 +132,9 @@ process: plugin: parse_entity_lookup defaults: entity_type: taxonomy_term - bundle_key: vid bundle: person - value_key: name + bundle_key: vid + value_key: field_unique_id field_relationships/rel_type: constants/REL_TYPE status: constants/STATUS destination: diff --git a/tests/10-migration-backend-tests/testcafe/migrations/accessterms.csv b/tests/10-migration-backend-tests/testcafe/migrations/accessterms.csv index 897d4c9ed..57ea038bc 100644 --- a/tests/10-migration-backend-tests/testcafe/migrations/accessterms.csv +++ b/tests/10-migration-backend-tests/testcafe/migrations/accessterms.csv @@ -1,8 +1,8 @@ unique_id,name,parent,description accesscontrol_01,Archives and Special Collections,,"
Collections from the archives
", -accesscontrol_02,Collection A,Archives and Special Collections,"For items in Collection A
", -accesscontrol_03,Collection B,Collection A,, -accesscontrol_04,Collection C,Collection A,, -accesscontrol_05,Collection D,Archives and Special Collections,, -accesscontrol_06,Collection E,Collection D,, +accesscontrol_02,Collection A,:::accesscontrol_01,"For items in Collection A
", +accesscontrol_03,Collection B,:::accesscontrol_02,, +accesscontrol_04,Collection C,:::accesscontrol_02,, +accesscontrol_05,Collection D,:::accesscontrol_01,, +accesscontrol_06,Collection E,:::accesscontrol_05,, accesscontrol_07,Parent Collection,,, diff --git a/tests/10-migration-backend-tests/testcafe/migrations/collection-01.csv b/tests/10-migration-backend-tests/testcafe/migrations/collection-01.csv index db81e391a..dbcd23d1f 100644 --- a/tests/10-migration-backend-tests/testcafe/migrations/collection-01.csv +++ b/tests/10-migration-backend-tests/testcafe/migrations/collection-01.csv @@ -1,4 +1,4 @@ unique_id,node_id,title,title_language,alternative_title,member_of,access_terms,contact_email,contact_name,collection_number,description,finding_aid -collection-01,,Parent Collection,,,,Parent Collection,,,,,, -collection-02,,Test Collection One,English,Titre alternatif pour Test Collection One;;fre||Alternate Title for Test Collection One;;eng,,Parent Collection,emetsger@gmail.com,Elliot Metsger,1||2,This is a description for Test Collection One;;eng||Esta es una descripción de la colección de pruebas uno;;spa,http://wikipedia.org||http://www.example.com +collection-01,,Parent Collection,,,,:::accesscontrol_07,,,,,, +collection-02,,Test Collection One,English,Titre alternatif pour Test Collection One;;fre||Alternate Title for Test Collection One;;eng,,accesscontrol_07,emetsger@gmail.com,Elliot Metsger,1||2,This is a description for Test Collection One;;eng||Esta es una descripción de la colección de pruebas uno;;spa,http://wikipedia.org||http://www.example.com collection-03,,"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibu",English,Titre alternatif pour un très long titre;;fre||Alternate Title for A very long title;;eng,,,emetsger@gmail.com,Elliot Metsger,1||2,This is a description for a collection with a very long title;;eng||Esta es una descripción de la colección de un título muy largo;;spa,http://wikipedia.org||http://www.example.com diff --git a/tests/10-migration-backend-tests/testcafe/migrations/collection-02.csv b/tests/10-migration-backend-tests/testcafe/migrations/collection-02.csv index 2f57c5821..4078e181c 100644 --- a/tests/10-migration-backend-tests/testcafe/migrations/collection-02.csv +++ b/tests/10-migration-backend-tests/testcafe/migrations/collection-02.csv @@ -1,4 +1,4 @@ unique_id,node_id,title,title_language,alternative_title,member_of,access_terms,contact_email,contact_name,collection_number,description,finding_aid -collection-01,,Parent Collection,,,,Parent Collection,,,,,, -collection-02,,Test Collection One,English,Titre alternatif pour Test Collection One;;fre||Alternate Title for Test Collection One;;eng,:::Parent Collection,Parent Collection,emetsger@gmail.com,Elliot Metsger,1||2,This is a description for Test Collection One;;eng||Esta es una descripción de la colección de pruebas uno;;spa,http://wikipedia.org||http://www.example.com +collection-01,,Parent Collection,,,,accesscontrol_07,,,,,, +collection-02,,Test Collection One,English,Titre alternatif pour Test Collection One;;fre||Alternate Title for Test Collection One;;eng,:::collection-01,accesscontrol_07,emetsger@gmail.com,Elliot Metsger,1||2,This is a description for Test Collection One;;eng||Esta es una descripción de la colección de pruebas uno;;spa,http://wikipedia.org||http://www.example.com collection-03,,"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibu",English,Titre alternatif pour un très long titre;;fre||Alternate Title for A very long title;;eng,,,emetsger@gmail.com,Elliot Metsger,1||2,This is a description for a collection with a very long title;;eng||Esta es una descripción de la colección de un título muy largo;;spa,http://wikipedia.org diff --git a/tests/10-migration-backend-tests/testcafe/migrations/corporatebody-02.csv b/tests/10-migration-backend-tests/testcafe/migrations/corporatebody-02.csv index a699ab681..a1525b845 100644 --- a/tests/10-migration-backend-tests/testcafe/migrations/corporatebody-02.csv +++ b/tests/10-migration-backend-tests/testcafe/migrations/corporatebody-02.csv @@ -1,3 +1,3 @@ unique_id,name,primary_name,subordinate_name,date_of_meeting_or_treaty,location_of_meeting,num_of_section_or_meet,corporate_body_alt_name,relationships,date,authority,description -corp_01,Parent Corporate Body,Parent Corporate Body,,,,,,:::My Corporate Body;schema:subOrganization,2021||2022,,This is a parent corporate body
-corp_02,My Corporate Body,My Corporate Body,My Corporate Body Subordinate Name||Another Subordinate Name,2021||2022,"Denver, CO||Atlanta, GA",1st||2nd,Alt name of meeting||Another Alt Name,:::Parent Corporate Body;schema:parentOrganization,2021||2022,http://loc.gov;lcnaf||http://www.google.com;other,A corporate body description.
+corp_01,Parent Corporate Body,Parent Corporate Body,,,,,,:::corp_02;schema:subOrganization,2021||2022,,This is a parent corporate body
+corp_02,My Corporate Body,My Corporate Body,My Corporate Body Subordinate Name||Another Subordinate Name,2021||2022,"Denver, CO||Atlanta, GA",1st||2nd,Alt name of meeting||Another Alt Name,:::corp_01;schema:parentOrganization,2021||2022,http://loc.gov;lcnaf||http://www.google.com;other,A corporate body description.
diff --git a/tests/10-migration-backend-tests/testcafe/migrations/family-02.csv b/tests/10-migration-backend-tests/testcafe/migrations/family-02.csv index 2d7c66475..8002b2d3d 100644 --- a/tests/10-migration-backend-tests/testcafe/migrations/family-02.csv +++ b/tests/10-migration-backend-tests/testcafe/migrations/family-02.csv @@ -1,3 +1,3 @@ unique_id,name,family_name,title_and_other_words,date,authority,relationships,description -family-01,Hatfields,Hatfield,Hatfield Title,1863||1891,https://en.wikipedia.org/wiki/Hatfield%E2%80%93McCoy_feud;other||http://www.google.com;other,:::McCoy;schema:knowsAbout,Hatfield description
-family-02,McCoy,McCoy,McCoy Title,1863||1891,https://en.wikipedia.org/wiki/Hatfield%E2%80%93McCoy_feud;other||http://www.google.com;other,:::Hatfields;schema:knowsAbout,McCoy description
+family-01,Hatfields,Hatfield,Hatfield Title,1863||1891,https://en.wikipedia.org/wiki/Hatfield%E2%80%93McCoy_feud;other||http://www.google.com;other,:::family-02;schema:knowsAbout,Hatfield description
+family-02,McCoy,McCoy,McCoy Title,1863||1891,https://en.wikipedia.org/wiki/Hatfield%E2%80%93McCoy_feud;other||http://www.google.com;other,:::family-01;schema:knowsAbout,McCoy description
diff --git a/tests/10-migration-backend-tests/testcafe/migrations/islandora_object-accessterms.csv b/tests/10-migration-backend-tests/testcafe/migrations/islandora_object-accessterms.csv index 5a6b92b59..fbd78963d 100644 --- a/tests/10-migration-backend-tests/testcafe/migrations/islandora_object-accessterms.csv +++ b/tests/10-migration-backend-tests/testcafe/migrations/islandora_object-accessterms.csv @@ -1,4 +1,4 @@ unique_id,name,parent,description io-accesscontrol_01,Images Collection,,, -io-accesscontrol_02,Ansel Adams,Images Collection,, +io-accesscontrol_02,Ansel Adams,:::io-accesscontrol_01,, diff --git a/tests/10-migration-backend-tests/testcafe/migrations/islandora_object-collections.csv b/tests/10-migration-backend-tests/testcafe/migrations/islandora_object-collections.csv index 277dfb026..7f816b6ff 100644 --- a/tests/10-migration-backend-tests/testcafe/migrations/islandora_object-collections.csv +++ b/tests/10-migration-backend-tests/testcafe/migrations/islandora_object-collections.csv @@ -1,3 +1,3 @@ unique_id,node_id,title,title_language,alternative_title,member_of,access_terms,contact_email,contact_name,collection_number,description,finding_aid -io-collection-01,,Images Collection,English,,,Images Collection,,,,Collections of images;;eng, -io-collection-02,,Ansel Adams,English,,,Ansel Adams,,,,Collection of Ansel Adams images;;eng, +io-collection-01,,Images Collection,::name:English,,,:::io-accesscontrol_01,,,,Collections of images;;eng, +io-collection-02,,Ansel Adams,::name:English,,,:::io-accesscontrol_02,,,,Collection of Ansel Adams images;;eng, diff --git a/tests/10-migration-backend-tests/testcafe/migrations/islandora_object-corporatebodies.csv b/tests/10-migration-backend-tests/testcafe/migrations/islandora_object-corporatebodies.csv index 2a2bebf08..019af2ea4 100644 --- a/tests/10-migration-backend-tests/testcafe/migrations/islandora_object-corporatebodies.csv +++ b/tests/10-migration-backend-tests/testcafe/migrations/islandora_object-corporatebodies.csv @@ -1,3 +1,3 @@ -unique_id,name,primary_name,subordinate_name,date_of_meeting_or_treaty,location_of_meeting,num_of_section_or_meet,alt_date_of_meeting,alt_location_of_meeting,alt_number_of_section_or_meeting,alt_primary_name,alt_subordinate_name,relationships,date,authority,description -io-corp_01,Ansel Adams Publishing Rights Trust,Ansel Adams Publishing Rights Trust,,,,,,,,,,,1974,,The Ansel Adams Publishing Rights Trust manages copyright for works by Ansel Adams.
-io-corp_02,Mountain Light Gallery,Mountain Light Gallery,,,,,,,,,,,1983,,"Mountain Light is a multi-faceted business, established in 1983 by Galen and Barbara Rowell. Mountain Light Gallery is open to the public, although Mountain Light’s core business is an image licensing department, housing hundreds of thousands of Galen’s and Barbara’s color images." +unique_id,name,primary_name,date,authority,description +io-corp_01,Ansel Adams Publishing Rights Trust,Ansel Adams Publishing Rights Trust,1974,,The Ansel Adams Publishing Rights Trust manages copyright for works by Ansel Adams.
+io-corp_02,Mountain Light Gallery,Mountain Light Gallery,1983,,"Mountain Light is a multi-faceted business, established in 1983 by Galen and Barbara Rowell. Mountain Light Gallery is open to the public, although Mountain Light’s core business is an image licensing department, housing hundreds of thousands of Galen’s and Barbara’s color images." diff --git a/tests/10-migration-backend-tests/testcafe/migrations/islandora_object-edit1.csv b/tests/10-migration-backend-tests/testcafe/migrations/islandora_object-edit1.csv index 4927abe81..bd4744194 100644 --- a/tests/10-migration-backend-tests/testcafe/migrations/islandora_object-edit1.csv +++ b/tests/10-migration-backend-tests/testcafe/migrations/islandora_object-edit1.csv @@ -1,2 +1,2 @@ unique_id,node_id,title,abstract,access_rights,access_terms,alternative_title,collection_number,contributor,copyright,copyright_holder,creator,custodial_history,date_available,date_copyrighted,date_created,date_published,description,digital_identifier,digital_publisher,display_hints,dspace_identifier,dspace_itemid,extent,featured_item,finding_aid,genre,geoportal_link,issn,is_part_of,item_barcode,jhir_uri,language,library_catalog_link,member_of,model,oclc_number,publisher,publisher_country,resource_type,spatial_coverage,subject,table_of_contents,title_language,years -io_123,,Unique Test Item,Sample Repository Item Abstract in English;;eng||日本語のサンプルリポジトリアイテムの要約;;jpn,Public digital access||Public Domain,Images Collection||Ansel Adams,Sample Repository Item Alternate Title;;eng||Пример альтернативного названия элемента репозитория на русском языке;;rus,1||2,"relators:art;:person::Adams, Islandora Object Ansel Easton, 1902-1984||relators:pht;:person::Adams, Islandora Object Ansel Easton, 1902-1984",Copyright Undetermined,":person::Weston, Islandora Object Edward, 1886-1958||:person::Adams, Islandora Object Ansel Easton, 1902-1984","relators:art;:person::Adams, Islandora Object Ansel Easton, 1902-1984||relators:pht;:person::Weston, Islandora Object Edward, 1886-1958","This material was held by the author and donated recently;;eng||该材料由作者持有,最近捐赠;;chi",2020-01-01,2010-01-01||1941-11,1941-11-01||1941-11,1943||1944,Sample Repository Item Description in English;;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier one||a digital identifier two,:corporate_body::Ansel Adams Publishing Rights Trust||:corporate_body::Johns Hopkins Sheridan Libraries,Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,1,http://www.google.com||http://www.example.com,Analog||Nature,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456||789,http://jhir.jhu.edu,English||German,http://catalog.library.jhu.edu||http://example.org/other_catalog_link,:::Images Collection,Image,oclc_one||oclc_two,:::Ansel Adams Publishing Rights Trust||:::Johns Hopkins Sheridan Libraries,Mountain Light Gallery||Nevada,Dataset||Image,"Hernandez, NM||San Rafael Reef, UT",:::Analog Islandora Object Photography||:::General Islandora Object Photography,Table of Contents in English;;eng||Inhaltsverzeichnis in deutscher Sprache;;ger,English,1941||1943 +io_123,,Unique Test Item,Sample Repository Item Abstract in English;;eng||日本語のサンプルリポジトリアイテムの要約;;jpn,::name:Public digital access||::name:Public Domain,:::io-accesscontrol_01||:::io-accesscontrol_02,Sample Repository Item Alternate Title;;eng||Пример альтернативного названия элемента репозитория на русском языке;;rus,1||2,"relators:art;:person::io-person_1||relators:pht;:person::io-person_1",::name:Copyright Undetermined,":person::io-person_2||:person::io-person_1","relators:art;:person::io-person_1||relators:pht;:person::io-person_2","This material was held by the author and donated recently;;eng||该材料由作者持有,最近捐赠;;chi",2020-01-01,2010-01-01||1941-11,1941-11-01||1941-11,1943||1944,Sample Repository Item Description in English;;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier one||a digital identifier two,:corporate_body::Ansel Adams Publishing Rights Trust||:corporate_body::Johns Hopkins Sheridan Libraries,::name:Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,1,http://www.google.com||http://www.example.com,::name:Analog||::name:Nature,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456||789,http://jhir.jhu.edu,::name:English||::name:German,http://catalog.library.jhu.edu||http://example.org/other_catalog_link,:::io-collection-01,Image,oclc_one||oclc_two,:::io-corp_01||::name:Johns Hopkins Sheridan Libraries,:::io-geolocation-01||:::geolocation-01,::name:Dataset||::name:Image,:::io-geolocation-02||:::io-geolocation-03,:::io-subject-01||:::io-subject-02,Table of Contents in English;;eng||Inhaltsverzeichnis in deutscher Sprache;;ger,::name:English,1941||1943 diff --git a/tests/10-migration-backend-tests/testcafe/migrations/islandora_object-edit2.csv b/tests/10-migration-backend-tests/testcafe/migrations/islandora_object-edit2.csv index b280a570e..9c82afacd 100644 --- a/tests/10-migration-backend-tests/testcafe/migrations/islandora_object-edit2.csv +++ b/tests/10-migration-backend-tests/testcafe/migrations/islandora_object-edit2.csv @@ -1,3 +1,3 @@ unique_id,node_id,title,abstract,access_rights,access_terms,alternative_title,collection_number,contributor,copyright,copyright_holder,creator,custodial_history,date_available,date_copyrighted,date_created,date_published,description,digital_identifier,digital_publisher,display_hints,dspace_identifier,dspace_itemid,extent,featured_item,finding_aid,genre,geoportal_link,issn,is_part_of,item_barcode,jhir_uri,language,library_catalog_link,member_of,model,oclc_number,publisher,publisher_country,resource_type,spatial_coverage,subject,table_of_contents,title_language,years -io_345,,Edit Item 1,Sample Repository Item Abstract in English;;eng||日本語のサンプルリポジトリアイテムの要約;;jpn,Public digital access||Public Domain,Images Collection||Ansel Adams,Sample Repository Item Alternate Title;;eng||Пример альтернативного названия элемента репозитория на русском языке;;rus,1||2,"relators:art;:person::Adams, Islandora Object Ansel Easton, 1902-1984||relators:pht;:person::Adams, Islandora Object Ansel Easton, 1902-1984",Copyright Undetermined,":person::Weston, Islandora Object Edward, 1886-1958||:person::Adams, Islandora Object Ansel Easton, 1902-1984","relators:art;:person::Adams, Islandora Object Ansel Easton, 1902-1984||relators:pht;:person::Weston, Islandora Object Edward, 1886-1958","This material was held by the author and donated recently;;eng||该材料由作者持有,最近捐赠;;chi",2020-01-01,2010-01-01||1941-11,1941-11-01||1941-11,1943||1944,Sample Repository Item Description in English;;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier one||a digital identifier two,:corporate_body::Ansel Adams Publishing Rights Trust||:corporate_body::Johns Hopkins Sheridan Libraries,Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,1,http://www.google.com||http://www.example.com,Analog||Nature,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456||789,http://jhir.jhu.edu,English||German,http://catalog.library.jhu.edu||http://example.org/other_catalog_link,:::Images Collection,Image,oclc_one||oclc_two,:::Ansel Adams Publishing Rights Trust||:::Johns Hopkins Sheridan Libraries,Mountain Light Gallery||Nevada,Dataset||Image,"Hernandez, NM||San Rafael Reef, UT",:::Analog Islandora Object Photography||:::General Islandora Object Photography,Table of Contents in English;;eng||Inhaltsverzeichnis in deutscher Sprache;;ger,English,1941||1943 -io_456,,Edit Item 2,Sample Repository Item Abstract in English;;eng||日本語のサンプルリポジトリアイテムの要約;;jpn,Public digital access||Public Domain,Images Collection||Ansel Adams,Sample Repository Item Alternate Title;;eng||Пример альтернативного названия элемента репозитория на русском языке;;rus,1||2,"relators:art;:person::Adams, Islandora Object Ansel Easton, 1902-1984||relators:pht;:person::Adams, Islandora Object Ansel Easton, 1902-1984",Copyright Undetermined,":person::Weston, Islandora Object Edward, 1886-1958||:person::Adams, Islandora Object Ansel Easton, 1902-1984","relators:art;:person::Adams, Islandora Object Ansel Easton, 1902-1984||relators:pht;:person::Weston, Islandora Object Edward, 1886-1958","This material was held by the author and donated recently;;eng||该材料由作者持有,最近捐赠;;chi",2020-01-01,2010-01-01||1941-11,1941-11-01||1941-11,1943||1944,Sample Repository Item Description in English;;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier one||a digital identifier two,:corporate_body::Ansel Adams Publishing Rights Trust||:corporate_body::Johns Hopkins Sheridan Libraries,Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,1,http://www.google.com||http://www.example.com,Analog||Nature,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456||789,http://jhir.jhu.edu,English||German,http://catalog.library.jhu.edu||http://example.org/other_catalog_link,:::Images Collection,Image,oclc_one||oclc_two,:::Ansel Adams Publishing Rights Trust||:::Johns Hopkins Sheridan Libraries,Mountain Light Gallery||Nevada,Dataset||Image,"Hernandez, NM||San Rafael Reef, UT",:::Analog Islandora Object Photography||:::General Islandora Object Photography,Table of Contents in English;;eng||Inhaltsverzeichnis in deutscher Sprache;;ger,English,1941||1943 +io_345,,Edit Item 1,Sample Repository Item Abstract in English;;eng||日本語のサンプルリポジトリアイテムの要約;;jpn,::name:Public digital access||::name:Public Domain,:::io-accesscontrol_01||:::io-accesscontrol_02,Sample Repository Item Alternate Title;;eng||Пример альтернативного названия элемента репозитория на русском языке;;rus,1||2,relators:art;:person::io-person_1||relators:pht;:person::io-person_1,::name:Copyright Undetermined,:person::io-person_2||:person::io-person_1,relators:art;:person::io-person_1||relators:pht;:person::io-person_2,"This material was held by the author and donated recently;;eng||该材料由作者持有,最近捐赠;;chi",2020-01-01,2010-01-01||1941-11,1941-11-01||1941-11,1943||1944,Sample Repository Item Description in English;;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier one||a digital identifier two,:corporate_body::io-corp_01||:corporate_body:name:Johns Hopkins Sheridan Libraries,:::Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,1,http://www.google.com||http://www.example.com,:::io-genre-01||:::io-genre-02,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456||789,http://jhir.jhu.edu,::name:English||::name:German,http://catalog.library.jhu.edu||http://example.org/other_catalog_link,:::io-collection-01,Image,oclc_one||oclc_two,:::io-corp_01||::name:Johns Hopkins Sheridan Libraries,:::io-geolocation-01||:::geolocation-01,::name:Dataset||::name:Image,:::io-gelocation-02||:::io-geolocation-03,:::io-subject-01||:::io-subject-02,Table of Contents in English;;eng||Inhaltsverzeichnis in deutscher Sprache;;ger,::name:English,1941||1943 +io_456,,Edit Item 2,Sample Repository Item Abstract in English;;eng||日本語のサンプルリポジトリアイテムの要約;;jpn,::name:Public digital access||::name:Public Domain,:::io-accesscontrol_01||:::io-accesscontrol_02,Sample Repository Item Alternate Title;;eng||Пример альтернативного названия элемента репозитория на русском языке;;rus,1||2,relators:art;:person::io-person_2||relators:pht;:person::io-person_1,::name:Copyright Undetermined,:person::io-person_2||:person::io-person_1,relators:art;:person::io-person_1||relators:pht;:person::io-person_2,"This material was held by the author and donated recently;;eng||该材料由作者持有,最近捐赠;;chi",2020-01-01,2010-01-01||1941-11,1941-11-01||1941-11,1943||1944,Sample Repository Item Description in English;;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier one||a digital identifier two,:corporate_body::io-corp_01||:corporate_body:name:Johns Hopkins Sheridan Libraries,:::Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,1,http://www.google.com||http://www.example.com,:::io-genre-01||:::io-genre-02,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456||789,http://jhir.jhu.edu,::name:English||::name:German,http://catalog.library.jhu.edu||http://example.org/other_catalog_link,:::io-collection-01,Image,oclc_one||oclc_two,:::io-corp_01||::name:Johns Hopkins Sheridan Libraries,:::io-geolocation-01||:::geolocation-01,::name:Dataset||::name:Image,:::io-gelocation-02||:::io-geolocation-03,:::io-subject-01||:::io-subject-02,Table of Contents in English;;eng||Inhaltsverzeichnis in deutscher Sprache;;ger,::name:English,1941||1943 diff --git a/tests/10-migration-backend-tests/testcafe/migrations/islandora_object.csv b/tests/10-migration-backend-tests/testcafe/migrations/islandora_object.csv index fc300e463..7e2c8b12f 100644 --- a/tests/10-migration-backend-tests/testcafe/migrations/islandora_object.csv +++ b/tests/10-migration-backend-tests/testcafe/migrations/islandora_object.csv @@ -1,3 +1,4 @@ unique_id,node_id,title,abstract,access_rights,access_terms,alternative_title,collection_number,contributor,copyright,copyright_holder,creator,custodial_history,date_available,date_copyrighted,date_created,date_published,description,digital_identifier,digital_publisher,display_hints,dspace_identifier,dspace_itemid,extent,featured_item,finding_aid,genre,geoportal_link,issn,is_part_of,item_barcode,jhir_uri,language,library_catalog_link,member_of,model,oclc_number,publisher,publisher_country,resource_type,spatial_coverage,subject,table_of_contents,title_language,years -io_01,,Sample Repository Item,Sample Repository Item Abstract in English;;eng||日本語のサンプルリポジトリアイテムの要約;;jpn,Public digital access||Public Domain,Images Collection||Ansel Adams,Sample Repository Item Alternate Title;;eng||Пример альтернативного названия элемента репозитория на русском языке;;rus,1||2,"relators:art;:person::Adams, Islandora Object Ansel Easton, 1902-1984||relators:pht;:person::Adams, Islandora Object Ansel Easton, 1902-1984",Copyright Undetermined,":person::Weston, Islandora Object Edward, 1886-1958||:person::Adams, Islandora Object Ansel Easton, 1902-1984","relators:art;:person::Adams, Islandora Object Ansel Easton, 1902-1984||relators:pht;:person::Weston, Islandora Object Edward, 1886-1958","This material was held by the author and donated recently;;eng||该材料由作者持有,最近捐赠;;chi",2020-01-01,2010-01-01||1941-11,1941-11-01||1941-11,1943||1944,Sample Repository Item Description in English;;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier one||a digital identifier two,:corporate_body::Ansel Adams Publishing Rights Trust||:corporate_body::Johns Hopkins Sheridan Libraries,Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,1,http://www.google.com||http://www.example.com,Analog||Nature,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456||789,http://jhir.jhu.edu,English||German,http://catalog.library.jhu.edu||http://example.org/other_catalog_link,:::Images Collection,Image,oclc_one||oclc_two,:::Ansel Adams Publishing Rights Trust||:::Johns Hopkins Sheridan Libraries,Mountain Light Gallery||Nevada,Dataset||Image,"Hernandez, NM||San Rafael Reef, UT",:::Analog Islandora Object Photography||:::General Islandora Object Photography,Table of Contents in English;;eng||Inhaltsverzeichnis in deutscher Sprache;;ger,English,1941||1943 -io_02,,Special Character: Repository Item|RI,Special Item|Repository Item; Abstract in English;;eng||日本語のサンプルリポジトリアイテムの要約;;jpn,Public digital access||Public Domain,Images Collection||Ansel Adams,Special Repository Item; Alternate Title;;eng||Пример альтернативного названия элемента репозитория на русском языке;;rus,1||2,"relators:art;:person::Adams, Islandora Object Ansel Easton, 1902-1984||relators:pht;:person::Adams, Islandora Object Ansel Easton, 1902-1984",Copyright Undetermined,":person::Weston, Islandora Object Edward, 1886-1958||:person::Adams, Islandora Object Ansel Easton, 1902-1984","relators:art;:person::Adams, Islandora Object Ansel Easton, 1902-1984||relators:pht;:person::Weston, Islandora Object Edward, 1886-1958","This material was held by the author; it was donated recently;;eng||该材料由作者持有,最近捐赠;;chi",2020-01-01,2010-01-01||1941-11,1941-11-01||1941-11,1943||1944,Special Repository Item: Description in English;;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier; one||a digital identifier; two,:corporate_body::Ansel Adams Publishing Rights Trust||:corporate_body::Johns Hopkins Sheridan Libraries,Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,1,http://www.google.com||http://www.example.com,Analog||Nature,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456||789,http://jhir.jhu.edu,English||German,http://catalog.library.jhu.edu||http://example.org/other_catalog_link,:::Images Collection,Image,oclc_one||oclc_two,:::Ansel Adams Publishing Rights Trust||:::Johns Hopkins Sheridan Libraries,Mountain Light Gallery||Nevada,Dataset||Image,"Hernandez, NM||San Rafael Reef, UT",:::Analog Islandora Object Photography||:::Photography%3A Still Life,Table of Contents in English|TOC;;eng||Inhaltsverzeichnis; deutscher Sprache;;ger,English,1941||1943 +io_01,,Sample Repository Item,Sample Repository Item Abstract in English;;eng||日本語のサンプルリポジトリアイテムの要約;;jpn,"::name:Public digital access||:::accessrights_01",:::io-accesscontrol_01||:::io-accesscontrol_02,Sample Repository Item Alternate Title;;eng||Пример альтернативного названия элемента репозитория на русском языке;;rus,1||2,"relators:art;:person::io-person_1||relators:pht;:person::io-person_1",::name:Copyright Undetermined,":person::io-person_2||:person::io-person_1","relators:art;:person::io-person_01||relators:pht;:person::io-person_2","This material was held by the author and donated recently;;eng||该材料由作者持有,最近捐赠;;chi",2020-01-01,2010-01-01||1941-11,1941-11-01||1941-11,1943||1944,Sample Repository Item Description in English;;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier one||a digital identifier two,:corporate_body::io-corp_01||:corporate_body:name:Johns Hopkins Sheridan Libraries,::name:Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,1,http://www.google.com||http://www.example.com,:::io-genre-01||:::io-genre-02,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456||789,http://jhir.jhu.edu,::name:English||::name:German,http://catalog.library.jhu.edu||http://example.org/other_catalog_link,:::io-collection-01,Image,oclc_one||oclc_two,:::io-corp_01||::name:Johns Hopkins Sheridan Libraries,:::io-geolocation-01||:::geolocation-01,::name:Dataset||::name:Image,:::io-geolocation-02||:::io-geolocation-03,:::io-subject-01||:::io-subject-02,Table of Contents in English;;eng||Inhaltsverzeichnis in deutscher Sprache;;ger,::name:English,1941||1943 +io_02,,Special Character: Repository Item|RI,Special Item|Repository Item; Abstract in English;;eng||日本語のサンプルリポジトリアイテムの要約;;jpn,::name:Public digital access||::name:Public Domain,:::io-accesscontrol_01||:::io-accesscontrol_02,Special Repository Item; Alternate Title;;eng||Пример альтернативного названия элемента репозитория на русском языке;;rus,1||2,"relators:art;:person::io-person_1||relators:pht;:person::io-person_1",::name:Copyright Undetermined,":person::io-person_2||:person::io-person_1","relators:art;:person::io-person_1||relators:pht;:person::io-person_2","This material was held by the author; it was donated recently;;eng||该材料由作者持有,最近捐赠;;chi",2020-01-01,2010-01-01||1941-11,1941-11-01||1941-11,1943||1944,Special Repository Item: Description in English;;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier; one||a digital identifier; two,:corporate_body::io-corp-01||:corporate_body:name:Johns Hopkins Sheridan Libraries,::name:Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,1,http://www.google.com||http://www.example.com,:::io-genre-01||:::io-genre-02,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456||789,http://jhir.jhu.edu,::name:English||::name:German,http://catalog.library.jhu.edu||http://example.org/other_catalog_link,:::io-collection-01,Image,oclc_one||oclc_two,:::io-corp_01||::name:Johns Hopkins Sheridan Libraries,:::io-geolocation-01||:::geolocation-01,::name:Dataset||::name:Image,:::io-geolocation-02||:::io-geolocation-03,:::io-subject-01||:::io-subject-03,Table of Contents in English|TOC;;eng||Inhaltsverzeichnis; deutscher Sprache;;ger,::name:English,1941||1943 + diff --git a/tests/10-migration-backend-tests/testcafe/migrations/islandora_object_bad.csv b/tests/10-migration-backend-tests/testcafe/migrations/islandora_object_bad.csv index c1de060d1..b85a137d8 100644 --- a/tests/10-migration-backend-tests/testcafe/migrations/islandora_object_bad.csv +++ b/tests/10-migration-backend-tests/testcafe/migrations/islandora_object_bad.csv @@ -1,4 +1,4 @@ unique_id,node_id,title,abstract,access_rights,access_terms,alternative_title,collection_number,contributor,copyright,copyright_holder,creator,custodial_history,date_available,date_copyrighted,date_created,date_published,description,digital_identifier,digital_publisher,display_hints,dspace_identifier,dspace_itemid,extent,featured_item,finding_aid,genre,geoportal_link,issn,is_part_of,item_barcode,jhir_uri,language,library_catalog_link,member_of,model,oclc_number,publisher,publisher_country,resource_type,spatial_coverage,subject,table_of_contents,title_language,years -io_bad_01,,Bad Repository Item,Bad Repository Item Abstract in English eng||日本語のサンプルリポジトリアイテムの要約;;jpn,Public digital access,Images Collection,Bad Repository Item Alternate Title;;none||Пример альтернативного названия элемента репозитория на русском языке;rus,1||2,"relators:art;:person::Adams, Islandora Object Ansel Easton, 1902-1984||relators:pht;:person::Adams, Islandora Object Ansel Easton, 1902-1984",Copyright Undetermined,":person::Weston, Islandora Object Edward, 1886-1958||:person::Adams, Islandora Object Ansel Easton, 1902-1984","relators:art;:person::Adams, Islandora Object Ansel Easton, 1902-1984||relators:pht;:person::Weston, Islandora Object Edward, 1886-1958","This material was held by the author and donated recently;;eng||该材料由作者持有,最近捐赠;;chi",2020-01-01,2010-01-01||1941-11,1941-11-01||1941-11,1943||1944,Sample Repository Item Description in English;;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier one||a digital identifier two,:corporate_body::Ansel Adams Publishing Rights Trust||:corporate_body::Johns Hopkins Sheridan Libraries,Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,1,http://www.google.com||http://www.example.com,Analog||Nature,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456||789,http://jhir.jhu.edu,English||Hungarian,http://catalog.library.jhu.edu||http://example.org/other_catalog_link,:::Images Collection,Image,oclc_one||oclc_two,:::Ansel Adams Publishing Rights Trust||:::Johns Hopkins Sheridan Libraries,Mountain Light Gallery||Nevada,Dataset||Image,"Hernandez, NM||San Rafael Reef, UT",:::Analog Islandora Object Photography||:::General Islandora Object Photography,Table of Contents in English;;eng||Inhaltsverzeichnis in deutscher Sprache;;ger,English,1941||1943 -io_bad_02,,Another Bad Repository Item,Bad Repository Item Abstract in English eng||日本語のサンプルリポジトリアイテムの要約;;jpn,Public digital access,Images Collection,Bad Repository Item Alternate Title;;none||Пример альтернативного названия элемента репозитория на русском языке;rus,1||2,"relators:art;:person::Adams, Islandora Object Ansel Easton, 1902-1984||relators:pht;:person::Adams, Islandora Object Ansel Easton, 1902-1984",Copyright Undetermined,":person::Weston, Islandora Object Edward, 1886-1958||:person::Adams, Islandora Object Ansel Easton, 1902-1984","relators:art;:person::Adams, Islandora Object Ansel Easton, 1902-1984||relators:pht;:person::Weston, Islandora Object Edward, 1886-1958","This material was held by the author and donated recently;;eng||该材料由作者持有,最近捐赠;;chi",2020-01-01,2010-01-01||1941-11,1941-11-01||1941-11,1943||1944,Sample Repository Item Description in English;;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier one||a digital identifier two,:corporate_body::Ansel Adams Publishing Rights Trust||:corporate_body::Johns Hopkins Sheridan Libraries,Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,1,http://www.google.com||http://www.example.com,Analog||Nature,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456||789,http://jhir.jhu.edu,English||Hungarian,http://catalog.library.jhu.edu||http://example.org/other_catalog_link,:::Images Collection,Image,oclc_one||oclc_two,:::Ansel Adams Publishing Rights Trust||:::Johns Hopkins Sheridan Libraries,Mountain Light Gallery||Nevada,Dataset||Image,"Hernandez, NM||San Rafael Reef, UT",:::Analog Islandora Object Photography||:::General Islandora Object Photography,Table of Contents in English;;eng||Inhaltsverzeichnis in deutscher Sprache;;ger,English,1941||1943 -io_bad_03,,Yet Another Bad Repository Item,Bad Repository Item Abstract in English eng||日本語のサンプルリポジトリアイテムの要約;;jpn,Public digital access,Images Collection,Bad Repository Item Alternate Title;;none||Пример альтернативного названия элемента репозитория на русском языке;rus,1||2,"relators:art;:person::Adams, Islandora Object Ansel Easton, 1902-1984||relators:pht;:person::Adams, Islandora Object Ansel Easton, 1902-1984",Copyright Undetermined,":person::Weston, Islandora Object Edward, 1886-1958||:person::Adams, Islandora Object Ansel Easton, 1902-1984","relators:art;:person::Adams, Islandora Object Ansel Easton, 1902-1984||relators:pht;:person::Weston, Islandora Object Edward, 1886-1958","This material was held by the author and donated recently;;eng||该材料由作者持有,最近捐赠;;chi",2020-01-01,2010-01-01||1941-11,1941-11-01||1941-11,1943||1944,Sample Repository Item Description in English;;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier one||a digital identifier two,:corporate_body::Ansel Adams Publishing Rights Trust||:corporate_body::Johns Hopkins Sheridan Libraries,Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,1,http://www.google.com||http://www.example.com,Analog||Nature,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456||789,http://jhir.jhu.edu,English||Hungarian,http://catalog.library.jhu.edu||http://example.org/other_catalog_link,:::Images Collection,Image,oclc_one||oclc_two,:::Ansel Adams Publishing Rights Trust||:::Johns Hopkins Sheridan Libraries,Mountain Light Gallery||Nevada,Dataset||Image,"Hernandez, NM||San Rafael Reef, UT",:::Analog Islandora Object Photography||:::General Islandora Object Photography,Table of Contents in English;;eng||Inhaltsverzeichnis in deutscher Sprache;;ger,English,1941||1943 +io_bad_01,,Bad Repository Item,Bad Repository Item Abstract in English eng||日本語のサンプルリポジトリアイテムの要約;;jpn,::name:Public digital access,io-accesscontrol_01,Bad Repository Item Alternate Title;;none||Пример альтернативного названия элемента репозитория на русском языке;rus,1||2,relators:art;:person::io-person_1||relators:pht;:person::io-person_1,::name:Copyright Undetermined,:person::io-person_2||:person::io-person_1,relators:art;:person::io-person_1||relators:pht;:person::io-person_2,"This material was held by the author and donated recently;;eng||该材料由作者持有,最近捐赠;;chi",2020-01-01,2010-01-01||1941-11,1941-11-01||1941-11,1943||1944,Sample Repository Item Description in English;;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier one||a digital identifier two,:corporate_body::io-corp_01||:corporate_body:name:Johns Hopkins Sheridan Libraries,::name:Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,1,http://www.google.com||http://www.example.com,:::io-genre-01||:::io-genre-02,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456||789,http://jhir.jhu.edu,::name:English||::name:Hungarian,http://catalog.library.jhu.edu||http://example.org/other_catalog_link,:::Images Collection,Image,oclc_one||oclc_two,:::io-corp_01||::name:Johns Hopkins Sheridan Libraries,:::io-geolocation-01||:::geolocation-01,::name:Dataset||::name:Image,:::io-geolocation-02||:::io-geolocation-03,:::io-subject-01||:::io-subject-02,Table of Contents in English;;eng||Inhaltsverzeichnis in deutscher Sprache;;ger,::name:English,1941||1943 +io_bad_02,,Another Bad Repository Item,Bad Repository Item Abstract in English eng||日本語のサンプルリポジトリアイテムの要約;;jpn,::name:Public digital access,io-accesscontrol_01,Bad Repository Item Alternate Title;;none||Пример альтернативного названия элемента репозитория на русском языке;rus,1||2,relators:art;:person::io-person_1||relators:pht;:person::io-person_1,::name:Copyright Undetermined,:person::io-person_2||:person::io-person_1,relators:art;:person::io-person_1||relators:pht;:person::io-person_2,"This material was held by the author and donated recently;;eng||该材料由作者持有,最近捐赠;;chi",2020-01-01,2010-01-01||1941-11,1941-11-01||1941-11,1943||1944,Sample Repository Item Description in English;;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier one||a digital identifier two,:corporate_body::io-corp_01||:corporate_body:name:Johns Hopkins Sheridan Libraries,::name:Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,1,http://www.google.com||http://www.example.com,:::io-genre-01||:::io-genre-02,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456||789,http://jhir.jhu.edu,::name:English||::name:Hungarian,http://catalog.library.jhu.edu||http://example.org/other_catalog_link,:::io-collection-01,Image,oclc_one||oclc_two,:::io-corp_01||::name:Johns Hopkins Sheridan Libraries,:::io-geolocation-01||:::geolocation-01,::name:Dataset||::name:Image,:::io-geolocation-02||:::io-geolocation-03,:::io-subject-01||:::io-subject-02,Table of Contents in English;;eng||Inhaltsverzeichnis in deutscher Sprache;;ger,::name:English,1941||1943 +io_bad_03,,Yet Another Bad Repository Item,Bad Repository Item Abstract in English eng||日本語のサンプルリポジトリアイテムの要約;;jpn,::name:Public digital access,io-accesscontrol_01,Bad Repository Item Alternate Title;;none||Пример альтернативного названия элемента репозитория на русском языке;rus,1||2,relators:art;:person::io-person_1||relators:pht;:person::io-person_1,::name:Copyright Undetermined,:person::io-person_2||:person::io-person_1,relators:art;:person::io-person_1||relators:pht;:person::io-person_2,"This material was held by the author and donated recently;;eng||该材料由作者持有,最近捐赠;;chi",2020-01-01,2010-01-01||1941-11,1941-11-01||1941-11,1943||1944,Sample Repository Item Description in English;;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier one||a digital identifier two,:corporate_body::io-corp_01||:corporate_body:name:Johns Hopkins Sheridan Libraries,::name:Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,1,http://www.google.com||http://www.example.com,:::io-genre-01||:::io-genre-02,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456||789,http://jhir.jhu.edu,::name:English||::name:Hungarian,http://catalog.library.jhu.edu||http://example.org/other_catalog_link,:::io-collection-01,Image,oclc_one||oclc_two,:::io-corp_01||::name:Johns Hopkins Sheridan Libraries,:::io-geolocation-01||:::geolocation-01,::name:Dataset||::name:Image,:::io-geolocation-02||:::io-geolocation-03,:::io-subject-01||:::io-subject-02,Table of Contents in English;;eng||Inhaltsverzeichnis in deutscher Sprache;;ger,::name:English,1941||1943 diff --git a/tests/10-migration-backend-tests/testcafe/migrations/media-audio.csv b/tests/10-migration-backend-tests/testcafe/migrations/media-audio.csv index 60c89173e..707f5c4ad 100644 --- a/tests/10-migration-backend-tests/testcafe/migrations/media-audio.csv +++ b/tests/10-migration-backend-tests/testcafe/migrations/media-audio.csv @@ -1,2 +1,2 @@ unique_id,name,access_terms,original_name,mime_type,media_of,media_use,url -media_audio_00001,Moo Cow,Media Group A||Media Group B,moo.mp3,audio/mpeg,:::Media Migration Repository Item One,Original File||Preservation Master File,http://migration-assets/assets/audio/moo.mp3 +media_audio_00001,Moo Cow,:::media_accesscontrol_01||:::media_accesscontrol_02,moo.mp3,audio/mpeg,:::media_io_01,Original File||Preservation Master File,http://migration-assets/assets/audio/moo.mp3 diff --git a/tests/10-migration-backend-tests/testcafe/migrations/media-collection.csv b/tests/10-migration-backend-tests/testcafe/migrations/media-collection.csv index a2c86a3f0..f87fe0eba 100644 --- a/tests/10-migration-backend-tests/testcafe/migrations/media-collection.csv +++ b/tests/10-migration-backend-tests/testcafe/migrations/media-collection.csv @@ -1,2 +1,2 @@ -unique_id,node_id,title,title_language,alternative_title,member_of,contact_email,contact_name,collection_number,description,finding_aid,access_terms -media-collection-01,,Media Collection,English,,,,,,Collection for Media Migrations;;eng,,Media Group A||Media Group B +unique_id,node_id,title,title_language,description,access_terms +media-collection-01,,Media Collection,::name:English,Collection for Media Migrations;;eng,:::media_accesscontrol_01||:::media_accesscontrol_02 diff --git a/tests/10-migration-backend-tests/testcafe/migrations/media-document.csv b/tests/10-migration-backend-tests/testcafe/migrations/media-document.csv index 7fd1e07e5..c759c8922 100644 --- a/tests/10-migration-backend-tests/testcafe/migrations/media-document.csv +++ b/tests/10-migration-backend-tests/testcafe/migrations/media-document.csv @@ -1,3 +1,3 @@ unique_id,name,access_terms,original_name,mime_type,media_of,media_use,url -media_doc_00001,Fuji Acros Datasheet,Media Group A||Media Group B,Fuji_acros.pdf,application/pdf,:::Media Migration Repository Item One,Original File||Preservation Master File,http://migration-assets/assets/document/Fuji_acros.pdf -media_doc_00002,Fuji Acros Datasheet,Media Group A||Media Group B,Fuji_acros.pdf,application/pdf,:::Media Migration Repository Item Two,Original File||Preservation Master File,http://migration-assets/assets/document/Fuji_acros.pdf +media_doc_00001,Fuji Acros Datasheet,:::media_accesscontrol_01||:::media_accesscontrol_02,Fuji_acros.pdf,application/pdf,:::media_io_01,Original File||Preservation Master File,http://migration-assets/assets/document/Fuji_acros.pdf +media_doc_00002,Fuji Acros Datasheet,:::media_accesscontrol_02||:::media_accesscontrol_02,Fuji_acros.pdf,application/pdf,:::media_io_02,Original File||Preservation Master File,http://migration-assets/assets/document/Fuji_acros.pdf diff --git a/tests/10-migration-backend-tests/testcafe/migrations/media-extracted_text.csv b/tests/10-migration-backend-tests/testcafe/migrations/media-extracted_text.csv index 7e38d3d42..462249dd0 100644 --- a/tests/10-migration-backend-tests/testcafe/migrations/media-extracted_text.csv +++ b/tests/10-migration-backend-tests/testcafe/migrations/media-extracted_text.csv @@ -1,2 +1,2 @@ unique_id,name,access_terms,mime_type,media_of,media_use,url -media_ext_00001,Hello World,Media Group A||Media Group B,text/plain,:::Media Migration Repository Item One,Original File||Preservation Master File,http://migration-assets/assets/extracted_text/hello_world.txt +media_ext_00001,Hello World,:::media_accesscontrol_01||:::media_accesscontrol_02,text/plain,:::media_io_01,Original File||Preservation Master File,http://migration-assets/assets/extracted_text/hello_world.txt diff --git a/tests/10-migration-backend-tests/testcafe/migrations/media-file.csv b/tests/10-migration-backend-tests/testcafe/migrations/media-file.csv index 09402ccdb..843a59ee5 100644 --- a/tests/10-migration-backend-tests/testcafe/migrations/media-file.csv +++ b/tests/10-migration-backend-tests/testcafe/migrations/media-file.csv @@ -1,2 +1,2 @@ unique_id,name,access_terms,original_name,mime_type,media_of,media_use,url -media_file_00001,Geo Tif file,Media Group A||Media Group B,NEFF1851_GEO.tfw,application/octet-stream,:::Media Migration Repository Item One,Original File||Preservation Master File,http://migration-assets/assets/file/NEFF1851_GEO.tfw +media_file_00001,Geo Tif file,:::media_accesscontrol_01||:::media_accesscontrol_02,NEFF1851_GEO.tfw,application/octet-stream,:::media_io_01,Original File||Preservation Master File,http://migration-assets/assets/file/NEFF1851_GEO.tfw diff --git a/tests/10-migration-backend-tests/testcafe/migrations/media-image.csv b/tests/10-migration-backend-tests/testcafe/migrations/media-image.csv index b6b92ccd0..9e3ff056e 100644 --- a/tests/10-migration-backend-tests/testcafe/migrations/media-image.csv +++ b/tests/10-migration-backend-tests/testcafe/migrations/media-image.csv @@ -1,2 +1,2 @@ unique_id,name,access_terms,original_name,mime_type,media_of,media_use,url,alt_text -media_img_00001,Looking For Fossils,Media Group A||Media Group B,TRP_7767.jpg,image/jpeg,:::Media Migration Repository Item One,Original File||Preservation Master File,http://migration-assets/assets/image/TRP_7767.jpg,Image alt text +media_img_00001,Looking For Fossils,:::media_accesscontrol_01||:::media_accesscontrol_02,TRP_7767.jpg,image/jpeg,:::media_io_01,Original File||Preservation Master File,http://migration-assets/assets/image/TRP_7767.jpg,Image alt text diff --git a/tests/10-migration-backend-tests/testcafe/migrations/media-islandora_object.csv b/tests/10-migration-backend-tests/testcafe/migrations/media-islandora_object.csv index ff20f4eba..f4a6f0a6b 100644 --- a/tests/10-migration-backend-tests/testcafe/migrations/media-islandora_object.csv +++ b/tests/10-migration-backend-tests/testcafe/migrations/media-islandora_object.csv @@ -1,3 +1,3 @@ unique_id,node_id,title,access_terms,member_of -media_io_01,,Media Migration Repository Item One,Media Group A|Media Group B,:::Media Collection -media_io_02,,Media Migration Repository Item Two,Media Group A|Media Group B,:::Media Collection +media_io_01,,Media Migration Repository Item One,:::media_accesscontrol_01||:::media_accesscontrol_02,:::media-collection-01 +media_io_02,,Media Migration Repository Item Two,:::media_accesscontrol_01||:::media_accesscontrol_02,:::media-collection-01 diff --git a/tests/10-migration-backend-tests/testcafe/migrations/media-remote_video.csv b/tests/10-migration-backend-tests/testcafe/migrations/media-remote_video.csv index ec7982c04..675bd0714 100644 --- a/tests/10-migration-backend-tests/testcafe/migrations/media-remote_video.csv +++ b/tests/10-migration-backend-tests/testcafe/migrations/media-remote_video.csv @@ -1,2 +1,2 @@ unique_id,name,access_terms,media_of,url -media_rvideo_00001,A Tour of Go,Media Group A|Media Group B,:::Media Migration Repository Item One,https://www.youtube.com/watch?v=ytEkHepK08c +media_rvideo_00001,A Tour of Go,:::media_accesscontrol_01||:::media_accesscontrol_02,:::media_io_01,https://www.youtube.com/watch?v=ytEkHepK08c diff --git a/tests/10-migration-backend-tests/testcafe/migrations/media-video.csv b/tests/10-migration-backend-tests/testcafe/migrations/media-video.csv index 4481f955d..b3a1a5a56 100644 --- a/tests/10-migration-backend-tests/testcafe/migrations/media-video.csv +++ b/tests/10-migration-backend-tests/testcafe/migrations/media-video.csv @@ -1,2 +1,2 @@ unique_id,name,access_terms,original_name,mime_type,media_of,media_use,url -media_video_00001,Chair Pop Video,Media Group A||Media Group B,chair-pop-gif.mp4,video/mp4,:::Media Migration Repository Item One,Original File||Preservation Master File,http://migration-assets/assets/video/chair-pop-gif.mp4 +media_video_00001,Chair Pop Video,:::media_accesscontrol_01||:::media_accesscontrol_02,chair-pop-gif.mp4,video/mp4,:::media_io_01,Original File||Preservation Master File,http://migration-assets/assets/video/chair-pop-gif.mp4 diff --git a/tests/10-migration-backend-tests/testcafe/migrations/persons-02.csv b/tests/10-migration-backend-tests/testcafe/migrations/persons-02.csv index b7a06ab56..f47b26936 100644 --- a/tests/10-migration-backend-tests/testcafe/migrations/persons-02.csv +++ b/tests/10-migration-backend-tests/testcafe/migrations/persons-02.csv @@ -1,6 +1,6 @@ unique_id,name,person_alternate_name,preferred_name_fuller_form,preferred_name_number,preferred_name_prefix,preferred_name_rest,primary_part_of_name,preferred_name_suffix,date,knows,authority,description -person_1,"Adams, Ansel Easton, 1902-1984",1 Alt Name,1 Preferred Name Fuller Form,1 Preferred Name Number,Mr,Ansel Easton,Adams,1 Preferred Name Suffix,1902-02-20/1984-04-22,":::Weston, Edward, 1886-1958",https://www.wikidata.org/wiki/Q60809;other,"Ansel Easton Adams (February 20, 1902 – April 22, 1984) was an American landscape photographer and environmentalist known for his black-and-white images of the American West. He helped found Group f/64, an association of photographers advocating ""pure"" photography which favored sharp focus and the use of the full tonal range of a photograph. He and Fred Archer developed an exacting system of image-making called the Zone System, a method of achieving a desired final print through a deeply technical understanding of how tonal range is recorded and developed in exposure, negative development, and printing. The resulting clarity and depth of such images characterized his photography.
" -person_2,"Weston, Edward, 1886-1958",2 Alt Name,2 Preferred Name Fuller Form,2 Preferred Name Number,Mr,Edward,Weston,2 Preferred Name Suffix,1886-03-24/1958-01-01,":::Adams, Ansel Easton, 1902-1984",https://www.wikidata.org/wiki/Q346988;other,"Edward Henry Weston (March 24, 1886 – January 1, 1958) was a 20th-century American photographer. He has been called ""one of the most innovative and influential American photographers...""[1] and ""one of the masters of 20th century photography.""[2] Over the course of his 40-year career Weston photographed an increasingly expansive set of subjects, including landscapes, still lives, nudes, portraits, genre scenes and even whimsical parodies. It is said that he developed a ""quintessentially American, and especially Californian, approach to modern photography""[3] because of his focus on the people and places of the American West. In 1937 Weston was the first photographer to receive a Guggenheim Fellowship, and over the next two years he produced nearly 1,400 negatives using his 8 × 10 view camera. Some of his most famous photographs were taken of the trees and rocks at Point Lobos, California, near where he lived for many years.
" +person_1,"Adams, Ansel Easton, 1902-1984",1 Alt Name,1 Preferred Name Fuller Form,1 Preferred Name Number,Mr,Ansel Easton,Adams,1 Preferred Name Suffix,1902-02-20/1984-04-22,:::person_2,https://www.wikidata.org/wiki/Q60809;other,"Ansel Easton Adams (February 20, 1902 – April 22, 1984) was an American landscape photographer and environmentalist known for his black-and-white images of the American West. He helped found Group f/64, an association of photographers advocating ""pure"" photography which favored sharp focus and the use of the full tonal range of a photograph. He and Fred Archer developed an exacting system of image-making called the Zone System, a method of achieving a desired final print through a deeply technical understanding of how tonal range is recorded and developed in exposure, negative development, and printing. The resulting clarity and depth of such images characterized his photography.
" +person_2,"Weston, Edward, 1886-1958",2 Alt Name,2 Preferred Name Fuller Form,2 Preferred Name Number,Mr,Edward,Weston,2 Preferred Name Suffix,1886-03-24/1958-01-01,:::person_1,https://www.wikidata.org/wiki/Q346988;other,"Edward Henry Weston (March 24, 1886 – January 1, 1958) was a 20th-century American photographer. He has been called ""one of the most innovative and influential American photographers...""[1] and ""one of the masters of 20th century photography.""[2] Over the course of his 40-year career Weston photographed an increasingly expansive set of subjects, including landscapes, still lives, nudes, portraits, genre scenes and even whimsical parodies. It is said that he developed a ""quintessentially American, and especially Californian, approach to modern photography""[3] because of his focus on the people and places of the American West. In 1937 Weston was the first photographer to receive a Guggenheim Fellowship, and over the next two years he produced nearly 1,400 negatives using his 8 × 10 view camera. Some of his most famous photographs were taken of the trees and rocks at Point Lobos, California, near where he lived for many years.
" person_3,"Rowell, Galen",3 Alt Name||Another Alt Name,3 Preferred Name Fuller Form||Short Name,3 Preferred Name Number||Another,Mr||Sir,Galen||Test,Rowell,3 Preferred Name Suffix||3 Another suffix,1940-08-23/2002-08-11||1922,,https://www.wikidata.org/wiki/Special:EntityPage/Q3094569;other,"Galen Avery Rowell (August 23, 1940 – August 11, 2002) was a wilderness photographer, adventure photojournalist and climber.[2] Born in Oakland, California, he became a full-time photographer in 1972." -person_4,"Hine, Lewis Wickes, 1874-1940",Lewis Hines||Lewis W. Hine,Lewis Wickes Hine||Lewis Hine,1st||I,Mr||Another Prefix,Lewis Wickes||Lewis W.,Hine,Suffix1||Suffix2,1874/1940||1874||1940,":::Weston, Edward, 1886-1958",https://en.wikipedia.org/wiki/Lewis_Hine;other||https://id.loc.gov/authorities/names/n50034947.html;lcnaf,"Lewis Wickes Hine Hine's photographs supported the NCLC's lobbying to end child labor and in 1912 the Children's Bureau was created. The Fair Labor Standards Act of 1938 eventually brought child labour in the US to an end.
After Hine's death, his son Corydon donated his prints and negatives to the Photo League, which was dismantled in 1951. The Museum of Modern Art was offered his pictures and did not accept them, but the George Eastman House did.
In 2006, author Elizabeth Winthrop Alsop's historical fiction middle-grade novel, Counting on Grace was published by Wendy Lamb Books. The latter chapters center on 12-year-old Grace and her life-changing encounter with Hine, during his 1910 visit to a Vermont cotton mill known to have many child laborers. On the cover is the iconic photo of Grace's real-life counterpart, Addie Card(1897–1993), taken during Hine's undercover visit to the Pownal Cotton Mill.
In 2016, Time published colorized versions of several of Hine's photographs of child labor in the US.
" +person_4,"Hine, Lewis Wickes, 1874-1940",Lewis Hines||Lewis W. Hine,Lewis Wickes Hine||Lewis Hine,1st||I,Mr||Another Prefix,Lewis Wickes||Lewis W.,Hine,Suffix1||Suffix2,1874/1940||1874||1940,:::person_2,https://en.wikipedia.org/wiki/Lewis_Hine;other||https://id.loc.gov/authorities/names/n50034947.html;lcnaf,"Lewis Wickes Hine Hine's photographs supported the NCLC's lobbying to end child labor and in 1912 the Children's Bureau was created. The Fair Labor Standards Act of 1938 eventually brought child labour in the US to an end.
After Hine's death, his son Corydon donated his prints and negatives to the Photo League, which was dismantled in 1951. The Museum of Modern Art was offered his pictures and did not accept them, but the George Eastman House did.
In 2006, author Elizabeth Winthrop Alsop's historical fiction middle-grade novel, Counting on Grace was published by Wendy Lamb Books. The latter chapters center on 12-year-old Grace and her life-changing encounter with Hine, during his 1910 visit to a Vermont cotton mill known to have many child laborers. On the cover is the iconic photo of Grace's real-life counterpart, Addie Card(1897–1993), taken during Hine's undercover visit to the Pownal Cotton Mill.
In 2016, Time published colorized versions of several of Hine's photographs of child labor in the US.
" person_5,"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc, quis gravida magna mi a libero. Fusce vulputate eleifend sapien. Vestibulum purus quam, scelerisque ut, mollis sed, nonummy id, metus. Nullam accumsan lorem in dui. Cras ultricies mi eu turpis hendrerit fringilla. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; In ac dui quis mi consectetuer lacinia. Nam pretium turpis et arcu. Duis arcu tortor, suscipit eget, imperdiet nec, imperdiet iaculis, ipsum. Sed aliquam ultrices mauris. Integer ante arcu, accumsan a, consectetuer eget, posuere ut, mauris. Praesent adipiscing. Phasellus ullamcorper ipsum rutrum nunc. Nunc nonummy metus. Vestib",Lorem Ipsum||Lorem W. Ipsum,Lorem Ipsum,,,Lorem,Ipsum,,,,https://en.wikipedia.org/wiki/Lorem_ipsum;other, diff --git a/tests/11-file-deletion-tests/testcafe/migrations/filedeletion-collection.csv b/tests/11-file-deletion-tests/testcafe/migrations/filedeletion-collection.csv index c6930ba4e..4850cafed 100644 --- a/tests/11-file-deletion-tests/testcafe/migrations/filedeletion-collection.csv +++ b/tests/11-file-deletion-tests/testcafe/migrations/filedeletion-collection.csv @@ -1,2 +1,2 @@ unique_id,node_id,title,title_language,alternative_title,member_of,contact_email,contact_name,collection_number,description,finding_aid -deletion-collection-01,,File Deletion Collection,English,,,,,,Collection for File Deletion Tests;;eng, +deletion-collection-01,,File Deletion Collection,::name:English,,,,,,Collection for File Deletion Tests;;eng, diff --git a/tests/11-file-deletion-tests/testcafe/migrations/filedeletion-file.csv b/tests/11-file-deletion-tests/testcafe/migrations/filedeletion-file.csv index 75727313c..2aeb687bb 100644 --- a/tests/11-file-deletion-tests/testcafe/migrations/filedeletion-file.csv +++ b/tests/11-file-deletion-tests/testcafe/migrations/filedeletion-file.csv @@ -1,2 +1,2 @@ unique_id,name,original_name,mime_type,media_of,media_use,url -deletion_file_00001,Test Geo Tif File,NEFF1851_GEO.tfw,application/octet-stream,:::File Deletion Repository Item One,Original File||Preservation Master File,http://migration-assets/assets/file/NEFF1851_GEO.tfw +deletion_file_00001,Test Geo Tif File,NEFF1851_GEO.tfw,application/octet-stream,::title:File Deletion Repository Item One,Original File||Preservation Master File,http://migration-assets/assets/file/NEFF1851_GEO.tfw diff --git a/tests/11-file-deletion-tests/testcafe/migrations/filedeletion-islandora_object.csv b/tests/11-file-deletion-tests/testcafe/migrations/filedeletion-islandora_object.csv index 362a37632..a0d7bbce6 100644 --- a/tests/11-file-deletion-tests/testcafe/migrations/filedeletion-islandora_object.csv +++ b/tests/11-file-deletion-tests/testcafe/migrations/filedeletion-islandora_object.csv @@ -1,2 +1,2 @@ unique_id,node_id,title,abstract,access_rights,access_terms,alternative_title,collection_number,contributor,copyright,copyright_holder,creator,date_available,date_copyrighted,date_created,date_published,description,digital_identifier,digital_publisher,display_hints,dspace_identifier,dspace_itemid,extent,finding_aid,genre,geoportal_link,issn,is_part_of,item_barcode,jhir_uri,language,library_catalog_link,member_of,model,oclc_number,publisher,publisher_country,resource_type,spatial_coverage,subject,table_of_contents,title_language,years -filedelete_io_01,,File Deletion Repository Item One,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,S3 Test Collection,Binary,,,,,,,,, +filedelete_io_01,,File Deletion Repository Item One,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,::title:File Deletion Collection,Binary,,,,,,,,, diff --git a/tests/12-media-tests/testcafe/formats.init.js b/tests/12-media-tests/testcafe/formats.init.js index 0215abea7..ec54737a6 100644 --- a/tests/12-media-tests/testcafe/formats.init.js +++ b/tests/12-media-tests/testcafe/formats.init.js @@ -30,4 +30,9 @@ test("Migrate Images for testing format support", async (t) => { migrationType.NEW_MEDIA_FILE, "./migrations/media-format-file.csv" ); + + await doMigration( + t, + migrationType.NEW_ACCESS_TERMS, + "./migrations/media-format-accessterms.csv") }); diff --git a/tests/12-media-tests/testcafe/migrations/derivative-collection.csv b/tests/12-media-tests/testcafe/migrations/derivative-collection.csv index 50a16bd2b..0523ab9b8 100644 --- a/tests/12-media-tests/testcafe/migrations/derivative-collection.csv +++ b/tests/12-media-tests/testcafe/migrations/derivative-collection.csv @@ -1,2 +1,2 @@ unique_id,node_id,title,title_language,alternative_title,member_of,contact_email,contact_name,collection_number,description,finding_aid -derivative-collection-01,,Derivative Collection,English,,,,,,Collection for Derivative tests;;eng, +derivative-collection-01,,Derivative Collection,::name:English,,,,,,Collection for Derivative tests;;eng, diff --git a/tests/12-media-tests/testcafe/migrations/derivative-file.csv b/tests/12-media-tests/testcafe/migrations/derivative-file.csv index e2544ada3..ea3de5a1d 100644 --- a/tests/12-media-tests/testcafe/migrations/derivative-file.csv +++ b/tests/12-media-tests/testcafe/migrations/derivative-file.csv @@ -1,2 +1,2 @@ unique_id,name,original_name,mime_type,media_of,media_use,url -derivative_media_file_00001,Map Image,map-image.tif,image/tiff,:::Derivative Repository Item One,Original File||Preservation Master File,http://migration-assets/assets/image/map-image.tif +derivative_media_file_00001,Map Image,map-image.tif,image/tiff,::title:Derivative Repository Item One,Original File||Preservation Master File,http://migration-assets/assets/image/map-image.tif diff --git a/tests/12-media-tests/testcafe/migrations/derivative-islandora_object.csv b/tests/12-media-tests/testcafe/migrations/derivative-islandora_object.csv index bf56328af..a38fc0e09 100644 --- a/tests/12-media-tests/testcafe/migrations/derivative-islandora_object.csv +++ b/tests/12-media-tests/testcafe/migrations/derivative-islandora_object.csv @@ -1,2 +1,2 @@ unique_id,node_id,title,member_of,model -derivative_io_01,,Derivative Repository Item One,:::Derivative Collection,Image +derivative_io_01,,Derivative Repository Item One,::title:Derivative Collection,Image diff --git a/tests/12-media-tests/testcafe/migrations/media-format-accessterms.csv b/tests/12-media-tests/testcafe/migrations/media-format-accessterms.csv new file mode 100644 index 000000000..bff8e2963 --- /dev/null +++ b/tests/12-media-tests/testcafe/migrations/media-format-accessterms.csv @@ -0,0 +1,2 @@ +unique_id,name,parent,description +media_accesscontrol_01,Group A,,"Group A Access Term
", diff --git a/tests/12-media-tests/testcafe/migrations/media-format-collection.csv b/tests/12-media-tests/testcafe/migrations/media-format-collection.csv index 5728540c9..d7d53b485 100644 --- a/tests/12-media-tests/testcafe/migrations/media-format-collection.csv +++ b/tests/12-media-tests/testcafe/migrations/media-format-collection.csv @@ -1,2 +1,2 @@ unique_id,node_id,title,title_language,alternative_title,member_of,contact_email,contact_name,collection_number,description,finding_aid -media-format-collection-01,,Media Format Collection,English,,,,,,Collection for Media Format tests;;eng, +media-format-collection-01,,Media Format Collection,::name:English,,,,,,Collection for Media Format tests;;eng, diff --git a/tests/12-media-tests/testcafe/migrations/media-format-file.csv b/tests/12-media-tests/testcafe/migrations/media-format-file.csv index 13b3ef5e5..bb1efcc38 100644 --- a/tests/12-media-tests/testcafe/migrations/media-format-file.csv +++ b/tests/12-media-tests/testcafe/migrations/media-format-file.csv @@ -1,6 +1,6 @@ unique_id,name,original_name,mime_type,media_of,media_use,url -media_format_file_tests_01,Geo Tif file,NEFF1851_GEO.tfw,application/octet-stream,:::Migrated Geo Tiff Object,Original File,http://migration-assets/assets/file/NEFF1851_GEO.tfw -media_format_file_tests_02,Test Zip File,file_test.zip,application/zip,:::Migrated Zip Object,Original File,http://migration-assets/assets/file/file_test.zip -media_format_file_tests_03,Test Tar File,file_test.tar,application/x-tar,:::Migrated Tar Object,Original File,http://migration-assets/assets/file/file_test.tar -media_format_file_tests_04,Test GZ File,file_test.tar.gz,application/gzip,:::Migrated GZip Object,Original File,http://migration-assets/assets/file/file_test.tar.gz -media_format_file_tests_05,Test TGZ File,file_test.tgz,application/gzip,:::Migrated TGZ Object,Original File,http://migration-assets/assets/file/file_test.tgz +media_format_file_tests_01,Geo Tif file,NEFF1851_GEO.tfw,application/octet-stream,::title:Migrated Geo Tiff Object,Original File,http://migration-assets/assets/file/NEFF1851_GEO.tfw +media_format_file_tests_02,Test Zip File,file_test.zip,application/zip,::title:Migrated Zip Object,Original File,http://migration-assets/assets/file/file_test.zip +media_format_file_tests_03,Test Tar File,file_test.tar,application/x-tar,::title:Migrated Tar Object,Original File,http://migration-assets/assets/file/file_test.tar +media_format_file_tests_04,Test GZ File,file_test.tar.gz,application/gzip,::title:Migrated GZip Object,Original File,http://migration-assets/assets/file/file_test.tar.gz +media_format_file_tests_05,Test TGZ File,file_test.tgz,application/gzip,::title:Migrated TGZ Object,Original File,http://migration-assets/assets/file/file_test.tgz diff --git a/tests/12-media-tests/testcafe/migrations/media-format-image.csv b/tests/12-media-tests/testcafe/migrations/media-format-image.csv index 10c96b3de..fe96a3009 100644 --- a/tests/12-media-tests/testcafe/migrations/media-format-image.csv +++ b/tests/12-media-tests/testcafe/migrations/media-format-image.csv @@ -1,3 +1,3 @@ unique_id,name,original_name,mime_type,media_of,media_use,url,alt_text -media_format_file_tiff_01,Tiff Image,tiff.tif,image/tiff,:::Migrated Tiff Object,Original File,http://migration-assets/assets/image/formats/tiff.tif,tiff -media_format_file_tiff_02,Jpeg 2000 Image,jp2.jp2,image/jp2,:::Migrated JPEG2000 Object,Original File,http://migration-assets/assets/image/formats/jp2.jp2,jp2 +media_format_file_tiff_01,Tiff Image,tiff.tif,image/tiff,::title:Migrated Tiff Object,Original File,http://migration-assets/assets/image/formats/tiff.tif,tiff +media_format_file_tiff_02,Jpeg 2000 Image,jp2.jp2,image/jp2,::title:Migrated JPEG2000 Object,Original File,http://migration-assets/assets/image/formats/jp2.jp2,jp2 diff --git a/tests/12-media-tests/testcafe/migrations/media-format-objects.csv b/tests/12-media-tests/testcafe/migrations/media-format-objects.csv index 5d81a9b00..0ae204ebd 100644 --- a/tests/12-media-tests/testcafe/migrations/media-format-objects.csv +++ b/tests/12-media-tests/testcafe/migrations/media-format-objects.csv @@ -1,16 +1,16 @@ unique_id,node_id,title,member_of,model -derivative_io_01,,Derivative Repository Item One,:::Derivative Collection,Image -media_format_object_01,,Migrated Tiff Object,:::Media Format Collection,Image -media_format_object_02,,Uploaded Tiff Object,:::Media Format Collection,Image -media_format_object_03,,Migrated JPEG2000 Object,:::Media Format Collection,Image -media_format_object_04,,Uploaded JPEG2000 Object,:::Media Format Collection,Image -media_format_object_05,,Migrated Geo Tiff Object,:::Media Format Collection,Binary -media_format_object_06,,Uploaded Geo Tiff Object,:::Media Format Collection,Binary -media_format_object_07,,Migrated Zip Object,:::Media Format Collection,Binary -media_format_object_08,,Uploaded Zip Object,:::Media Format Collection,Binary -media_format_object_09,,Migrated Tar Object,:::Media Format Collection,Binary -media_format_object_10,,Uploaded Tar Object,:::Media Format Collection,Binary -media_format_object_11,,Migrated GZip Object,:::Media Format Collection,Binary -media_format_object_12,,Uploaded GZip Object,:::Media Format Collection,Binary -media_format_object_13,,Migrated TGZ Object,:::Media Format Collection,Binary -media_format_object_14,,Uploaded TGZ Object,:::Media Format Collection,Binary +derivative_io_01,,Derivative Repository Item One,::title:Derivative Collection,Image +media_format_object_01,,Migrated Tiff Object,::title:Media Format Collection,Image +media_format_object_02,,Uploaded Tiff Object,::title:Media Format Collection,Image +media_format_object_03,,Migrated JPEG2000 Object,::title:Media Format Collection,Image +media_format_object_04,,Uploaded JPEG2000 Object,::title:Media Format Collection,Image +media_format_object_05,,Migrated Geo Tiff Object,::title:Media Format Collection,Binary +media_format_object_06,,Uploaded Geo Tiff Object,::title:Media Format Collection,Binary +media_format_object_07,,Migrated Zip Object,::title:Media Format Collection,Binary +media_format_object_08,,Uploaded Zip Object,::title:Media Format Collection,Binary +media_format_object_09,,Migrated Tar Object,::title:Media Format Collection,Binary +media_format_object_10,,Uploaded Tar Object,::title:Media Format Collection,Binary +media_format_object_11,,Migrated GZip Object,::title:Media Format Collection,Binary +media_format_object_12,,Uploaded GZip Object,::title:Media Format Collection,Binary +media_format_object_13,,Migrated TGZ Object,::title:Media Format Collection,Binary +media_format_object_14,,Uploaded TGZ Object,::title:Media Format Collection,Binary diff --git a/tests/12-media-tests/testcafe/util.js b/tests/12-media-tests/testcafe/util.js index 82e1ea900..c7ad1a0d8 100644 --- a/tests/12-media-tests/testcafe/util.js +++ b/tests/12-media-tests/testcafe/util.js @@ -140,6 +140,7 @@ export const migrationType = { NEW_COLLECTION: "idc_ingest_new_collection", NEW_MEDIA_FILE: "idc_ingest_media_file", NEW_MEDIA_IMAGE: "idc_ingest_media_image", + NEW_ACCESS_TERMS: "idc_ingest_taxonomy_islandora_accessterms" }; /** Download the contents of a url into a file @@ -176,6 +177,8 @@ export const uploadImageInUI = async (t, name, file) => { await t.click(Selector("#edit-field-media-use-17")); await t.expect(Selector("#edit-field-media-use-17").checked).ok(); await t.setFilesToUpload("#edit-field-media-image-0-upload", file); + await t.debug(); + await t.click(Selector("#edit-field-access-terms").find("option").withText("Group A")); await t.click("#edit-submit"); }; diff --git a/tests/13-migration-entity-resolution/testcafe/migrations/islandora_object-collections.csv b/tests/13-migration-entity-resolution/testcafe/migrations/islandora_object-collections.csv index 8b0a9cff5..a427ed82a 100644 --- a/tests/13-migration-entity-resolution/testcafe/migrations/islandora_object-collections.csv +++ b/tests/13-migration-entity-resolution/testcafe/migrations/islandora_object-collections.csv @@ -1,2 +1,2 @@ unique_id,node_id,title,title_language,description -io-collection-01,,Images Collection,English,Test Collection;;eng +io-collection-01,,Images Collection,::name:English,Test Collection;;eng diff --git a/tests/20-export-tests/testcafe/migrations/set_01-accessterms.csv b/tests/20-export-tests/testcafe/migrations/set_01-accessterms.csv index 00875b76c..e4aad3d5b 100644 --- a/tests/20-export-tests/testcafe/migrations/set_01-accessterms.csv +++ b/tests/20-export-tests/testcafe/migrations/set_01-accessterms.csv @@ -1,7 +1,7 @@ unique_id,name,parent,description accesscontrol_01,Archives and Special Collections,,Collections from the archives
-accesscontrol_02,Collection A (Animals),Archives and Special Collections,For items in Collection A
-accesscontrol_03,Collection B (Farm Animals),Collection A (Animals), -accesscontrol_04,Collection C (Zoo Animals),Collection A (Animals), -accesscontrol_05,Collection D,Archives and Special Collections, -accesscontrol_06,Collection E,Collection D, +accesscontrol_02,Collection A (Animals),::name:Archives and Special Collections,For items in Collection A
+accesscontrol_03,Collection B (Farm Animals),::name:Collection A (Animals), +accesscontrol_04,Collection C (Zoo Animals),::name:Collection A (Animals), +accesscontrol_05,Collection D,::name:Archives and Special Collections, +accesscontrol_06,Collection E,::name:Collection D, diff --git a/tests/20-export-tests/testcafe/migrations/set_01-collection.csv b/tests/20-export-tests/testcafe/migrations/set_01-collection.csv index 669ea7077..ece45cb68 100644 --- a/tests/20-export-tests/testcafe/migrations/set_01-collection.csv +++ b/tests/20-export-tests/testcafe/migrations/set_01-collection.csv @@ -1,7 +1,7 @@ unique_id,node_id,title,title_language,alternative_title,member_of,access_terms,contact_email,contact_name,collection_number,description,finding_aid,featured_item -io-collection-01,,Archives and Special Collections,English (test),AS and C;;eng,,Archives and Special Collections,bseeger@jhu.edu,Bethany Seeger,345,Collection of Animal Images;;eng,http://www.example.com/Archives,0 -io-collection-02,,Collection A (Animals),English (test),Animal Collection;;eng,:collection_object::Archives and Special Collections,Collection A (Animals),bseeger@jhu.edu,Bethany Seeger,345,Collection of Animal Images;;eng,http://www.example.com/Collection_A,1 -io-collection-03,,Collection B (Farm Animals),English (test),Farm Collection;;eng,:collection_object::Collection A (Animals),Collection B (Farm Animals),bseeger@jhu.edu,Bethany Seeger,456,Collection of Farm Animal Images;;eng,http://www.example.com/Collection_B,0 -io-collection-04,,Collection C (Zoo Animals),English (test),Zoo Collection;;eng,:collection_object::Collection A (Animals),Collection C (Zoo Animals),bseeger@jhu.edu,Bethany Seeger,567,Collection of Zoo Animal Images;;eng,http://www.example.com/Collection_C,0 -io-collection-05,,Collection D,English (test),Alt title D;;eng,:collection_object::Archives and Special Collections,Collection D,bseeger@jhu.edu,Bethany Seeger,567,Collection of Zoo Animal Images;;eng,http://www.example.com/Collection_D,1 -io-collection-06,,Collection E,English (test),Alt title E;;eng,:collection_object::Collection D,Collection E,bseeger@jhu.edu,Bethany Seeger,678,Collection of Random Images;;eng,http://www.example.com/Collection_E,0 +io-collection-01,,Archives and Special Collections,::name:English (test),AS and C;;eng,,Archives and Special Collections,bseeger@jhu.edu,Bethany Seeger,345,Collection of Animal Images;;eng,http://www.example.com/Archives,0 +io-collection-02,,Collection A (Animals),::name:English (test),Animal Collection;;eng,:collection_object:title:Archives and Special Collections,::name:Collection A (Animals),bseeger@jhu.edu,Bethany Seeger,345,Collection of Animal Images;;eng,http://www.example.com/Collection_A,1 +io-collection-03,,Collection B (Farm Animals),::name:English (test),Farm Collection;;eng,:collection_object:title:Collection A (Animals),::name:Collection B (Farm Animals),bseeger@jhu.edu,Bethany Seeger,456,Collection of Farm Animal Images;;eng,http://www.example.com/Collection_B,0 +io-collection-04,,Collection C (Zoo Animals),::name:English (test),Zoo Collection;;eng,:collection_object:title:Collection A (Animals),::name:Collection C (Zoo Animals),bseeger@jhu.edu,Bethany Seeger,567,Collection of Zoo Animal Images;;eng,http://www.example.com/Collection_C,0 +io-collection-05,,Collection D,::name:English (test),Alt title D;;eng,:collection_object:title:Archives and Special Collections,::name:Collection D,bseeger@jhu.edu,Bethany Seeger,567,Collection of Zoo Animal Images;;eng,http://www.example.com/Collection_D,1 +io-collection-06,,Collection E,::name:English (test),Alt title E;;eng,:collection_object:title:Collection D,::name:Collection E,bseeger@jhu.edu,Bethany Seeger,678,Collection of Random Images;;eng,http://www.example.com/Collection_E,0 diff --git a/tests/20-export-tests/testcafe/migrations/set_01-islandora_object.csv b/tests/20-export-tests/testcafe/migrations/set_01-islandora_object.csv index 352d07dad..67f3b6c35 100644 --- a/tests/20-export-tests/testcafe/migrations/set_01-islandora_object.csv +++ b/tests/20-export-tests/testcafe/migrations/set_01-islandora_object.csv @@ -1,10 +1,10 @@ unique_id,node_id,title,abstract,access_rights,access_terms,alternative_title,collection_number,contributor,copyright,copyright_holder,creator,custodial_history,date_available,date_copyrighted,date_created,date_published,description,digital_identifier,digital_publisher,display_hints,dspace_identifier,dspace_itemid,extent,featured_item,finding_aid,genre,geoportal_link,issn,is_part_of,item_barcode,jhir_uri,language,library_catalog_link,member_of,model,oclc_number,publisher,publisher_country,resource_type,spatial_coverage,subject,table_of_contents,title_language,years -io_01,,Zoo Animal A,Abstract for Zoo Animal A English (test);;eng||日本語のサンプルリポジトリアイテムの要約;;jpn,Test Public digital access||Test Rights,Collection C (Zoo Animals),Animal A;;eng,1||2,"relators:art;:person::Adams, Ansel Easton, 1902-1984||relators:pht;:person::Adams, Ansel Easton, 1902-1984",Copyright Undetermined,":person::Weston, Edward, 1886-1958||:person::Adams, Ansel Easton, 1902-1984","relators:art;:person::Adams, Ansel Easton, 1902-1984||relators:pht;:person::Weston, Edward, 1886-1958",This material was held by the author and donated recently;;eng||该材料由作者持有,最近捐赠;;chi,2020-01-01,2010-01-01||1941-11,1941-11-01||1941-11,1943||1944,Sample Repository Item Description in English (test);;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier one||a digital identifier two,:corporate_body::Chicago Zoo||:corporate_body::Test University,Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,1,http://www.google.com,Zoo||Nature,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456,http://jhir.jhu.edu,English (test)||German (test),http://catalog.library.jhu.edu,:collection_object::Collection C (Zoo Animals),Image,oclc_one||oclc_two,:corporate_body::Chicago Zoo||:corporate_body::Test University,"Chicago, IL",Image,"Chicago, IL",:subject::Zoo Veterinarians,Table of Contents in English (test);;eng||Inhaltsverzeichnis in deutscher Sprache;;ger,English (test),1941||1943 -io_02,,Zoo Animal B,Abstract for Zoo Animal B English (test);;eng||日本語のサンプルリポジトリアイテムの要約;;jpn,Test Public digital access||Test Rights,Collection C (Zoo Animals),Animal B;;eng,1||2,"relators:art;:person::Adams, Ansel Easton, 1902-1984||relators:pht;:person::Adams, Ansel Easton, 1902-1984",Copyright Undetermined,":person::Weston, Edward, 1886-1958||:person::Adams, Ansel Easton, 1902-1984","relators:art;:person::Adams, Ansel Easton, 1902-1984||relators:pht;:person::Weston, Edward, 1886-1958",This material was held by the author and donated recently;;eng||该材料由作者持有,最近捐赠;;chi,2020-01-01,2010-01-01||1941-11,1941-11-01||1941-11,1943||1944,Sample Repository Item Description in English (test);;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier one||a digital identifier two,:corporate_body::Knoxville Zoo||:corporate_body::Test University,Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,0,http://www.google.com,Zoo||Nature,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456,http://jhir.jhu.edu,English (test)||German (test),http://catalog.library.jhu.edu,:collection_object::Collection C (Zoo Animals),Image,oclc_one||oclc_two,:corporate_body::Knoxville Zoo||:corporate_body::Test University,"Knoxville, TN",Image,"Knoxville, TN",:subject::Zoo Veterinarians,Table of Contents in English (test);;eng||Inhaltsverzeichnis in deutscher Sprache;;ger,English (test),1941||1943 -io_03,,Farm Animal A,Abstract for Farm Animal A English (test);;eng||日本語のサンプルリポジトリアイテムの要約;;jpn,Test Public digital access||Test Rights,Collection B (Farm Animals),Animal A;;eng,1||2,"relators:art;:person::Adams, Ansel Easton, 1902-1984||relators:pht;:person::Adams, Ansel Easton, 1902-1984",Copyright Undetermined,":person::Weston, Edward, 1886-1958||:person::Adams, Ansel Easton, 1902-1984","relators:art;:person::Adams, Ansel Easton, 1902-1984||relators:pht;:person::Weston, Edward, 1886-1958",This material was held by the author and donated recently;;eng||该材料由作者持有,最近捐赠;;chi,2020-01-01,2010-01-01||1941-11,1941-11-01||1941-11,1943||1944,Sample Repository Item Description in English (test);;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier one||a digital identifier two,:corporate_body::Small Farm USA||:corporate_body::Test University,Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,1,http://www.google.com,Nature,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456,http://jhir.jhu.edu,English (test)||German (test),http://catalog.library.jhu.edu,:collection_object::Collection B (Farm Animals),Image,oclc_one||oclc_two,:corporate_body::Small Farm USA||:corporate_body::Test University,"Chicago, IL",Image,"Chicago, IL",:subject::Farms,Table of Contents in English (test);eng||Inhaltsverzeichnis in deutscher Sprache;ger,English (test),1941||1943 -io_04,,Farm Animal B,Abstract for Farm Animal B English (test);;eng||日本語のサンプルリポジトリアイテムの要約;;jpn,Test Public digital access||Test Rights,Collection B (Farm Animals),Animal B;;eng,1||2,"relators:art;:person::Adams, Ansel Easton, 1902-1984||relators:pht;:person::Adams, Ansel Easton, 1902-1984",Copyright Undetermined,":person::Weston, Edward, 1886-1958||:person::Adams, Ansel Easton, 1902-1984","relators:art;:person::Adams, Ansel Easton, 1902-1984||relators:pht;:person::Weston, Edward, 1886-1958",This material was held by the author and donated recently;;eng||该材料由作者持有,最近捐赠;;chi,2020-01-01,2010-01-01||1941-11,1941-11-01||1941-11,1943||1944,Sample Repository Item Description in English (test);;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier one||a digital identifier two,:corporate_body::Small Farm USA||:corporate_body::Test University,Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,0,http://www.google.com,Nature,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456,http://jhir.jhu.edu,English (test)||German (test),http://catalog.library.jhu.edu,:collection_object::Collection B (Farm Animals),Image,oclc_one||oclc_two,:corporate_body::Small Farm USA||:corporate_body::Test University,"Chicago, IL",Image,"Chicago, IL",:subject::Farms,Table of Contents in English (test);eng||Inhaltsverzeichnis in deutscher Sprache;ger,English (test),1941||1943 -io_05,,Random Item,Abstract for random Item English (test);;eng||日本語のサンプルリポジトリアイテムの要約;;jpn,Test Public digital access||Test Rights,,Random;;eng,1||2,"relators:art;:person::Adams, Ansel Easton, 1902-1984||relators:pht;:person::Adams, Ansel Easton, 1902-1984",Copyright Undetermined,":person::Weston, Edward, 1886-1958||:person::Adams, Ansel Easton, 1902-1984","relators:art;:person::Adams, Ansel Easton, 1902-1984||relators:pht;:person::Weston, Edward, 1886-1958",This material was held by the author and donated recently;;eng||该材料由作者持有,最近捐赠;;chi,2020-01-01,2010-01-01||1941-11,1941-11-01||2004-06-11%||2004-06~,1943||1944,Sample Repository Item Description in English (test);;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier one||a digital identifier two,:corporate_body::Test University,Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,1,http://www.google.com,nature,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456,http://jhir.jhu.edu,English (test)||German (test),http://catalog.library.jhu.edu,:collection_object::Collection E,Image,oclc_one||oclc_two,:corporate_body::Test University,"Chicago, IL",Image,"Chicago, IL",:subject::Farms,Table of Contents in English (test);;eng||Inhaltsverzeichnis in deutscher Sprache;;ger,English (test),1941||1943 -io_06,,Paged Content Example,Abstract here for paged content;;eng,Test Public digital access||Test Rights,,,1,,Copyright Undetermined,,,,2020-01-01,,,,Paged Content Parent Object;;eng,,,,,,3 page book,0,,,,,,,,English (test),,:collection_object::Collection E,Paged Content,,:corporate_body::Test University,,Physical Object,,:subject::Farms,,English (test),1941||1943 -io_07,,Page 1,,Test Public digital access||Test Rights,,,1,,Copyright Undetermined,,,,,,,,Page 1;;eng,,,,,,1 item||one image file,0,,,,,,,,English (test),,:islandora_object::Paged Content Example,Page,,:corporate_body::Test University,,,,:subject::Farms,,English (test),1941||1943 -io_08,,Page 2,,Test Public digital access||Test Rights,,,1,,Copyright Undetermined,,,,,,,,Page 2;;eng,,,,,,1 item||one image file,0,,,,,,,,English (test),,:islandora_object::Paged Content Example,Page,,:corporate_body::Test University,,,,:subject::Farms,,English (test),1941||1943 -io_09,,Page 3,,Test Public digital access||Test Rights,,,1,,Copyright Undetermined,,,,,,,,Page 3;;eng,,,,,,1 item||one image file,0,,,,,,,,English (test),,:islandora_object::Paged Content Example,Page,,:corporate_body::Test University,,,,:subject::Farms,,English (test),1941||1943 +io_01,,Zoo Animal A,Abstract for Zoo Animal A English (test);;eng||日本語のサンプルリポジトリアイテムの要約;;jpn,::name:Test Public digital access||::name:Test Rights,::name:Collection C (Zoo Animals),Animal A;;eng,1||2,"relators:art;:person:name:Adams, Ansel Easton, 1902-1984||relators:pht;:person:name:Adams, Ansel Easton, 1902-1984",::name:Copyright Undetermined,":person:name:Weston, Edward, 1886-1958||:person:name:Adams, Ansel Easton, 1902-1984","relators:art;:person:name:Adams, Ansel Easton, 1902-1984||relators:pht;:person:name:Weston, Edward, 1886-1958",This material was held by the author and donated recently;;eng||该材料由作者持有,最近捐赠;;chi,2020-01-01,2010-01-01||1941-11,1941-11-01||1941-11,1943||1944,Sample Repository Item Description in English (test);;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier one||a digital identifier two,:corporate_body:name:Chicago Zoo||:corporate_body::Test University,Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,1,http://www.google.com,Zoo||Nature,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456,http://jhir.jhu.edu,English (test)||German (test),http://catalog.library.jhu.edu,:collection_object:title:Collection C (Zoo Animals),Image,oclc_one||oclc_two,:corporate_body:name:Chicago Zoo||:corporate_body:name:Test University,::name:Chicago, IL,Image,::name:Chicago, IL,:subject:name:Zoo Veterinarians,Table of Contents in English (test);;eng||Inhaltsverzeichnis in deutscher Sprache;;ger,::name:English (test),1941||1943 +io_02,,Zoo Animal B,Abstract for Zoo Animal B English (test);;eng||日本語のサンプルリポジトリアイテムの要約;;jpn,::name:Test Public digital access||::name:Test Rights,::name:Collection C (Zoo Animals),Animal B;;eng,1||2,"relators:art;:person:name:Adams, Ansel Easton, 1902-1984||relators:pht;:person:name:Adams, Ansel Easton, 1902-1984",::name:Copyright Undetermined,":person:name:Weston, Edward, 1886-1958||:person:name:Adams, Ansel Easton, 1902-1984","relators:art;:person:name:Adams, Ansel Easton, 1902-1984||relators:pht;:person:name:Weston, Edward, 1886-1958",This material was held by the author and donated recently;;eng||该材料由作者持有,最近捐赠;;chi,2020-01-01,2010-01-01||1941-11,1941-11-01||1941-11,1943||1944,Sample Repository Item Description in English (test);;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier one||a digital identifier two,:corporate_body:name:Knoxville Zoo||:corporate_body::Test University,Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,0,http://www.google.com,Zoo||Nature,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456,http://jhir.jhu.edu,English (test)||German (test),http://catalog.library.jhu.edu,:collection_object:title:Collection C (Zoo Animals),Image,oclc_one||oclc_two,:corporate_body:name:Knoxville Zoo||:corporate_body:name:Test University,::name:Knoxville, TN,Image,::name:Knoxville, TN,:subject:name:Zoo Veterinarians,Table of Contents in English (test);;eng||Inhaltsverzeichnis in deutscher Sprache;;ger,::name:English (test),1941||1943 +io_03,,Farm Animal A,Abstract for Farm Animal A English (test);;eng||日本語のサンプルリポジトリアイテムの要約;;jpn,::name:Test Public digital access||::name:Test Rights,::name:Collection B (Farm Animals),Animal A;;eng,1||2,"relators:art;:person:name:Adams, Ansel Easton, 1902-1984||relators:pht;:person:name:Adams, Ansel Easton, 1902-1984",::name:Copyright Undetermined,":person:name:Weston, Edward, 1886-1958||:person:name:Adams, Ansel Easton, 1902-1984","relators:art;:person:name:Adams, Ansel Easton, 1902-1984||relators:pht;:person:name:Weston, Edward, 1886-1958",This material was held by the author and donated recently;;eng||该材料由作者持有,最近捐赠;;chi,2020-01-01,2010-01-01||1941-11,1941-11-01||1941-11,1943||1944,Sample Repository Item Description in English (test);;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier one||a digital identifier two,:corporate_body:name:Small Farm USA||:corporate_body::Test University,Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,1,http://www.google.com,Nature,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456,http://jhir.jhu.edu,English (test)||German (test),http://catalog.library.jhu.edu,:collection_object:title:Collection B (Farm Animals),Image,oclc_one||oclc_two,:corporate_body:name:Small Farm USA||:corporate_body:name:Test University,::name:Chicago, IL,Image,::name:Chicago, IL,:subject:name:Farms,Table of Contents in English (test);eng||Inhaltsverzeichnis in deutscher Sprache;ger,::name:English (test),1941||1943 +io_04,,Farm Animal B,Abstract for Farm Animal B English (test);;eng||日本語のサンプルリポジトリアイテムの要約;;jpn,::name:Test Public digital access||::name:Test Rights,::name:Collection B (Farm Animals),Animal B;;eng,1||2,"relators:art;:person:name:Adams, Ansel Easton, 1902-1984||relators:pht;:person:name:Adams, Ansel Easton, 1902-1984",::name:Copyright Undetermined,":person:name:Weston, Edward, 1886-1958||:person:name:Adams, Ansel Easton, 1902-1984","relators:art;:person:name:Adams, Ansel Easton, 1902-1984||relators:pht;:person:name:Weston, Edward, 1886-1958",This material was held by the author and donated recently;;eng||该材料由作者持有,最近捐赠;;chi,2020-01-01,2010-01-01||1941-11,1941-11-01||1941-11,1943||1944,Sample Repository Item Description in English (test);;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier one||a digital identifier two,:corporate_body:name:Small Farm USA||:corporate_body::Test University,Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,0,http://www.google.com,Nature,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456,http://jhir.jhu.edu,English (test)||German (test),http://catalog.library.jhu.edu,:collection_object:title:Collection B (Farm Animals),Image,oclc_one||oclc_two,:corporate_body:name:Small Farm USA||:corporate_body:name:Test University,::name:Chicago, IL,Image,::name:Chicago, IL,:subject:name:Farms,Table of Contents in English (test);eng||Inhaltsverzeichnis in deutscher Sprache;ger,::name:English (test),1941||1943 +io_05,,Random Item,Abstract for random Item English (test);;eng||日本語のサンプルリポジトリアイテムの要約;;jpn,::name:Test Public digital access||::name:Test Rights,,Random;;eng,1||2,"relators:art;:person:name:Adams, Ansel Easton, 1902-1984||relators:pht;:person:name:Adams, Ansel Easton, 1902-1984",::name:Copyright Undetermined,":person:name:Weston, Edward, 1886-1958||:person:name:Adams, Ansel Easton, 1902-1984","relators:art;:person:name:Adams, Ansel Easton, 1902-1984||relators:pht;:person:name:Weston, Edward, 1886-1958",This material was held by the author and donated recently;;eng||该材料由作者持有,最近捐赠;;chi,2020-01-01,2010-01-01||1941-11,1941-11-01||2004-06-11%||2004-06~,1943||1944,Sample Repository Item Description in English (test);;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier one||a digital identifier two,:corporate_body:name:Test University,Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,1,http://www.google.com,nature,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456,http://jhir.jhu.edu,::name:English (test)||::name:German (test),http://catalog.library.jhu.edu,:collection_object:title:Collection E,Image,oclc_one||oclc_two,:corporate_body:name:Test University,::name:Chicago, IL,Image,::name:Chicago, IL,:subject::Farms,Table of Contents in English (test);;eng||Inhaltsverzeichnis in deutscher Sprache;;ger,::name:English (test),1941||1943 +io_06,,Paged Content Example,Abstract here for paged content;;eng,::name:Test Public digital access||::name:Test Rights,,,1,,::name:Copyright Undetermined,,,,2020-01-01,,,,Paged Content Parent Object;;eng,,,,,,3 page book,0,,,,,,,,::name:English (test),,:collection_object:title:Collection E,Paged Content,,:corporate_body:name:Test University,,::name:Physical Object,,:subject:name:Farms,,::name:English (test),1941||1943 +io_07,,Page 1,,::name:Test Public digital access||::name:Test Rights,,,1,,::name:Copyright Undetermined,,,,,,,,Page 1;;eng,,,,,,1 item||one image file,0,,,,,,,,::name:English (test),,:islandora_object:title:Paged Content Example,Page,,:corporate_body:name:Test University,,,,:subject:name:Farms,,::name:English (test),1941||1943 +io_08,,Page 2,,::name:Test Public digital access||::name:Test Rights,,,1,,::name:Copyright Undetermined,,,,,,,,Page 2;;eng,,,,,,1 item||one image file,0,,,,,,,,::name:English (test),,:islandora_object:title:Paged Content Example,Page,,:corporate_body:name:Test University,,,,:subject:name:Farms,,::name:English (test),1941||1943 +io_09,,Page 3,,::name:Test Public digital access||::name:Test Rights,,,1,,::name:Copyright Undetermined,,,,,,,,Page 3;;eng,,,,,,1 item||one image file,0,,,,,,,,::name:English (test),,:islandora_object:title:Paged Content Example,Page,,:corporate_body:name:Test University,,,,:subject:name:Farms,,::name:English (test),1941||1943 diff --git a/tests/21-large-file-derivatives-nightly/testcafe/migrations/lfs-media-documents.csv b/tests/21-large-file-derivatives-nightly/testcafe/migrations/lfs-media-documents.csv index 3b2cb4b73..f4a37f938 100644 --- a/tests/21-large-file-derivatives-nightly/testcafe/migrations/lfs-media-documents.csv +++ b/tests/21-large-file-derivatives-nightly/testcafe/migrations/lfs-media-documents.csv @@ -1,2 +1,2 @@ unique_id,name,original_name,mime_type,media_of,media_use,url -lfs_doc_00001,Fuji Acros Datasheet,Fuji_acros.pdf,application/pdf,:::Derivative Documents,Original File||Preservation Master File,http://migration-assets/assets/document/Fuji_acros.pdf +lfs_doc_00001,Fuji Acros Datasheet,Fuji_acros.pdf,application/pdf,::title:Derivative Documents,Original File||Preservation Master File,http://migration-assets/assets/document/Fuji_acros.pdf diff --git a/tests/21-large-file-derivatives-nightly/testcafe/migrations/lfs-media-islandora_objects.csv b/tests/21-large-file-derivatives-nightly/testcafe/migrations/lfs-media-islandora_objects.csv index 0c5f95be3..d40d68a4e 100644 --- a/tests/21-large-file-derivatives-nightly/testcafe/migrations/lfs-media-islandora_objects.csv +++ b/tests/21-large-file-derivatives-nightly/testcafe/migrations/lfs-media-islandora_objects.csv @@ -1,9 +1,9 @@ unique_id,node_id,title,member_of,resource_type,model,display_hint -lfs_io_01,,Derivative Image 01,:::Derivatives Collection,Image,Image,Open Seadragon -lfs_io_02,,Derivative Image 02,:::Derivatives Collection,Image,Image,Open Seadragon -lfs_io_03,,Derivative Image 03,:::Derivatives Collection,Image,Image,Open Seadragon -lfs_io_04,,Derivative Image 04,:::Derivatives Collection,Image,Image,Open Seadragon -lfs_io_05,,Derivative Image 05,:::Derivatives Collection,Image,Image,Open Seadragon -lfs_io_06,,Derivative Small Video,:::Derivatives Collection,Moving Image,Video, -lfs_io_07,,Derivative Large Video,:::Derivatives Collection,Moving Image,Video, -lfs_io_08,,Derivative Documents,:::Derivatives Collection,Text,Digital Document, +lfs_io_01,,Derivative Image 01,::title:Derivatives Collection,::name:Image,Image,Open Seadragon +lfs_io_02,,Derivative Image 02,::title:Derivatives Collection,::name:Image,Image,Open Seadragon +lfs_io_03,,Derivative Image 03,::title:Derivatives Collection,::name:Image,Image,Open Seadragon +lfs_io_04,,Derivative Image 04,::title:Derivatives Collection,::name:Image,Image,Open Seadragon +lfs_io_05,,Derivative Image 05,::title:Derivatives Collection,::name:Image,Image,Open Seadragon +lfs_io_06,,Derivative Small Video,::title:Derivatives Collection,::name:Moving Image,Video, +lfs_io_07,,Derivative Large Video,::title:Derivatives Collection,::name:Moving Image,Video, +lfs_io_08,,Derivative Documents,::title:Derivatives Collection,::name:Text,Digital Document, diff --git a/tests/21-large-file-derivatives-nightly/testcafe/migrations/lfs-media-large-images.csv b/tests/21-large-file-derivatives-nightly/testcafe/migrations/lfs-media-large-images.csv index a6337a2f2..5c8d926e6 100644 --- a/tests/21-large-file-derivatives-nightly/testcafe/migrations/lfs-media-large-images.csv +++ b/tests/21-large-file-derivatives-nightly/testcafe/migrations/lfs-media-large-images.csv @@ -1,7 +1,7 @@ unique_id,name,original_name,mime_type,media_of,media_use,url -lfs_image_00001,B12.tiff,B12.tiff,image/tiff,:::Derivative Image 01,Original File||Preservation Master File,http://migration-assets/assets/lfs/image/B12.tiff -lfs_image_00002,B13.tiff,B13.tiff,image/tiff,:::Derivative Image 02,Original File||Preservation Master File,http://migration-assets/assets/lfs/image/B13.tiff -lfs_image_00003,B14.tiff,B14.tiff,image/tiff,:::Derivative Image 03,Original File||Preservation Master File,http://migration-assets/assets/lfs/image/B14.tiff -lfs_image_00004,B15.tiff,B15.tiff,image/tiff,:::Derivative Image 04,Original File||Preservation Master File,http://migration-assets/assets/lfs/image/B15.tiff -lfs_image_00005,NEFF1851.tiff,NEFF1851.tiff,image/tiff,:::Derivative Image 05,Original File||Preservation Master File,http://migration-assets/assets/lfs/image/NEFF1851.tiff +lfs_image_00001,B12.tiff,B12.tiff,image/tiff,::title:Derivative Image 01,Original File||Preservation Master File,http://migration-assets/assets/lfs/image/B12.tiff +lfs_image_00002,B13.tiff,B13.tiff,image/tiff,::title:Derivative Image 02,Original File||Preservation Master File,http://migration-assets/assets/lfs/image/B13.tiff +lfs_image_00003,B14.tiff,B14.tiff,image/tiff,::title:Derivative Image 03,Original File||Preservation Master File,http://migration-assets/assets/lfs/image/B14.tiff +lfs_image_00004,B15.tiff,B15.tiff,image/tiff,::title:Derivative Image 04,Original File||Preservation Master File,http://migration-assets/assets/lfs/image/B15.tiff +lfs_image_00005,NEFF1851.tiff,NEFF1851.tiff,image/tiff,::title:Derivative Image 05,Original File||Preservation Master File,http://migration-assets/assets/lfs/image/NEFF1851.tiff diff --git a/tests/21-large-file-derivatives-nightly/testcafe/migrations/lfs-media-large-video.csv b/tests/21-large-file-derivatives-nightly/testcafe/migrations/lfs-media-large-video.csv index ea9c81bad..adfd312d2 100644 --- a/tests/21-large-file-derivatives-nightly/testcafe/migrations/lfs-media-large-video.csv +++ b/tests/21-large-file-derivatives-nightly/testcafe/migrations/lfs-media-large-video.csv @@ -1,2 +1,2 @@ unique_id,name,original_name,mime_type,media_of,media_use,url -lfs_video_00002,smptebars2.mp4,smptebars2.mp4,video/mp4,:::Derivative Large Video,Original File||Preservation Master File,http://migration-assets/assets/lfs/video/smptebars2.mp4 +lfs_video_00002,smptebars2.mp4,smptebars2.mp4,video/mp4,::title:Derivative Large Video,Original File||Preservation Master File,http://migration-assets/assets/lfs/video/smptebars2.mp4 diff --git a/tests/21-large-file-derivatives-nightly/testcafe/migrations/lfs-media-small-video.csv b/tests/21-large-file-derivatives-nightly/testcafe/migrations/lfs-media-small-video.csv index 96a53ce2b..6441aeec5 100644 --- a/tests/21-large-file-derivatives-nightly/testcafe/migrations/lfs-media-small-video.csv +++ b/tests/21-large-file-derivatives-nightly/testcafe/migrations/lfs-media-small-video.csv @@ -1,2 +1,2 @@ unique_id,name,original_name,mime_type,media_of,media_use,url -lfs_video_00001,smptebars.mp4,smptebars.mp4,video/mp4,:::Derivative Small Video,Original File||Preservation Master File,http://migration-assets/assets/lfs/video/smptebars.mp4 +lfs_video_00001,smptebars.mp4,smptebars.mp4,video/mp4,::title:Derivative Small Video,Original File||Preservation Master File,http://migration-assets/assets/lfs/video/smptebars.mp4 diff --git a/tests/21-role-permission-tests/testcafe/migrations/accessterms.csv b/tests/21-role-permission-tests/testcafe/migrations/accessterms.csv index 00875b76c..e4aad3d5b 100644 --- a/tests/21-role-permission-tests/testcafe/migrations/accessterms.csv +++ b/tests/21-role-permission-tests/testcafe/migrations/accessterms.csv @@ -1,7 +1,7 @@ unique_id,name,parent,description accesscontrol_01,Archives and Special Collections,,Collections from the archives
-accesscontrol_02,Collection A (Animals),Archives and Special Collections,For items in Collection A
-accesscontrol_03,Collection B (Farm Animals),Collection A (Animals), -accesscontrol_04,Collection C (Zoo Animals),Collection A (Animals), -accesscontrol_05,Collection D,Archives and Special Collections, -accesscontrol_06,Collection E,Collection D, +accesscontrol_02,Collection A (Animals),::name:Archives and Special Collections,For items in Collection A
+accesscontrol_03,Collection B (Farm Animals),::name:Collection A (Animals), +accesscontrol_04,Collection C (Zoo Animals),::name:Collection A (Animals), +accesscontrol_05,Collection D,::name:Archives and Special Collections, +accesscontrol_06,Collection E,::name:Collection D, diff --git a/tests/21-role-permission-tests/testcafe/migrations/cla_islandora_objects.csv b/tests/21-role-permission-tests/testcafe/migrations/cla_islandora_objects.csv index 370f1062a..bb79577d0 100644 --- a/tests/21-role-permission-tests/testcafe/migrations/cla_islandora_objects.csv +++ b/tests/21-role-permission-tests/testcafe/migrations/cla_islandora_objects.csv @@ -1,3 +1,3 @@ unique_id,node_id,title,access_rights,access_terms,date_available,description,digital_publisher,featured_item,member_of,model,resource_type,subject,title_language,years -io_01,,Goat,Test Public digital access||Test Rights,Collection B (Farm Animals),Wed Jan 01 2020 03:00:00 GMT-0500 (Eastern Standard Time),A goat can be found on a farm;;eng,:corporate_body::Chicago Zoo||:corporate_body::Test University,1,:collection_object::Collection B (Farm Animals),Image,Image,:subject::Zoo Veterinarians,English (test),1941||1943 -io_02,,Rhinoceros,Test Public digital access||Test Rights,Collection B (Farm Animals),Wed Jan 01 2020 03:00:00 GMT-0500 (Eastern Standard Time),A rhinoceros can be found in a zoo;;eng,:corporate_body::Knoxville Zoo||:corporate_body::Test University,1,:collection_object::Collection C (Zoo Animals),Image,Image,:subject::Zoo Veterinarians,English (test),1941||1943 +io_01,,Goat,::name:Test Public digital access||::name:Test Rights,::name:Collection B (Farm Animals),Wed Jan 01 2020 03:00:00 GMT-0500 (Eastern Standard Time),A goat can be found on a farm;;eng,:corporate_body:name:Chicago Zoo||:corporate_body:name:Test University,1,:collection_object:title:Collection B (Farm Animals),::name:Image,Image,:subject:name:Zoo Veterinarians,::name:English (test),1941||1943 +io_02,,Rhinoceros,::name:Test Public digital access||::name:Test Rights,::name:Collection B (Farm Animals),Wed Jan 01 2020 03:00:00 GMT-0500 (Eastern Standard Time),A rhinoceros can be found in a zoo;;eng,:corporate_body:name:Knoxville Zoo||:corporate_body:name:Test University,1,:collection_object:title:Collection C (Zoo Animals),::name:Image,Image,:subject:name:Zoo Veterinarians,::name:English (test),1941||1943 diff --git a/tests/21-role-permission-tests/testcafe/migrations/collection.csv b/tests/21-role-permission-tests/testcafe/migrations/collection.csv index 186d1f6af..bf12a3e05 100644 --- a/tests/21-role-permission-tests/testcafe/migrations/collection.csv +++ b/tests/21-role-permission-tests/testcafe/migrations/collection.csv @@ -1,7 +1,7 @@ unique_id,node_id,title,title_language,alternative_title,member_of,access_terms,collection_number,contact_email,contact_name,description,finding_aid,featured_item -io-collection-01,,Archives and Special Collections,English (test),AS and C;;eng,,Archives and Special Collections,345,bseeger@jhu.edu,Bethany Seeger,Collection of Animal Images;;eng,http://www.example.com/Archives,0 -io-collection-02,,Collection A (Animals),English (test),Animal Collection;;eng,:collection_object::Archives and Special Collections,Collection A (Animals),345,bseeger@jhu.edu,Bethany Seeger,Collection of Animal Images;;eng,http://www.example.com/Collection_A,1 -io-collection-03,,Collection B (Farm Animals),English (test),Farm Collection;;eng,:collection_object::Collection A (Animals),Collection B (Farm Animals),456,bseeger@jhu.edu,Bethany Seeger,Collection of Farm Animal Images;;eng,http://www.example.com/Collection_B,0 -io-collection-04,,Collection C (Zoo Animals),English (test),Zoo Collection;;eng,:collection_object::Collection A (Animals),Collection C (Zoo Animals),567,bseeger@jhu.edu,Bethany Seeger,Collection of Zoo Animal Images;;eng,http://www.example.com/Collection_C,0 -io-collection-05,,Collection D,English (test),Alt title D;;eng,:collection_object::Archives and Special Collections,Collection D,567,bseeger@jhu.edu,Bethany Seeger,Collection of Zoo Animal Images;;eng,http://www.example.com/Collection_D,1 -io-collection-06,,Collection E,English (test),Alt title E;;eng,:collection_object::Collection D,Collection E,678,bseeger@jhu.edu,Bethany Seeger,Collection of Random Images;;eng,http://www.example.com/Collection_E,0 +io-collection-01,,Archives and Special Collections,::name:English (test),AS and C;;eng,,::name:Archives and Special Collections,345,bseeger@jhu.edu,Bethany Seeger,Collection of Animal Images;;eng,http://www.example.com/Archives,0 +io-collection-02,,Collection A (Animals),::name:English (test),Animal Collection;;eng,:collection_object:title:Archives and Special Collections,::name:Collection A (Animals),345,bseeger@jhu.edu,Bethany Seeger,Collection of Animal Images;;eng,http://www.example.com/Collection_A,1 +io-collection-03,,Collection B (Farm Animals),::name:English (test),Farm Collection;;eng,:collection_object:title:Collection A (Animals),::name:Collection B (Farm Animals),456,bseeger@jhu.edu,Bethany Seeger,Collection of Farm Animal Images;;eng,http://www.example.com/Collection_B,0 +io-collection-04,,Collection C (Zoo Animals),::name:English (test),Zoo Collection;;eng,:collection_object:title:Collection A (Animals),::name:Collection C (Zoo Animals),567,bseeger@jhu.edu,Bethany Seeger,Collection of Zoo Animal Images;;eng,http://www.example.com/Collection_C,0 +io-collection-05,,Collection D,::name:English (test),Alt title D;;eng,:collection_object:title:Archives and Special Collections,::name:Collection D,567,bseeger@jhu.edu,Bethany Seeger,Collection of Zoo Animal Images;;eng,http://www.example.com/Collection_D,1 +io-collection-06,,Collection E,::name:English (test),Alt title E;;eng,:collection_object:title:Collection D,::name:Collection E,678,bseeger@jhu.edu,Bethany Seeger,Collection of Random Images;;eng,http://www.example.com/Collection_E,0 diff --git a/tests/21-role-permission-tests/testcafe/migrations/islandora_objects.csv b/tests/21-role-permission-tests/testcafe/migrations/islandora_objects.csv index a47b2d937..d2ced7418 100644 --- a/tests/21-role-permission-tests/testcafe/migrations/islandora_objects.csv +++ b/tests/21-role-permission-tests/testcafe/migrations/islandora_objects.csv @@ -1,10 +1,10 @@ unique_id,node_id,title,abstract,access_rights,access_terms,alternative_title,collection_number,contributor,copyright,copyright_holder,creator,custodial_history,date_available,date_copyrighted,date_created,date_published,description,digital_identifier,digital_publisher,display_hints,dspace_identifier,dspace_itemid,extent,featured_item,finding_aid,genre,geoportal_link,issn,is_part_of,item_barcode,jhir_uri,language,library_catalog_link,member_of,model,oclc_number,publisher,publisher_country,resource_type,spatial_coverage,subject,table_of_contents,title_language,years -io_01,,Zoo Animal A,Abstract for Zoo Animal A English (test);;eng||日本語のサンプルリポジトリアイテムの要約;;jpn,Test Public digital access||Test Rights,Collection C (Zoo Animals),Animal A;;eng,1||2,"relators:art;:person::Adams, Ansel Easton, 1902-1984||relators:pht;:person::Adams, Ansel Easton, 1902-1984",Copyright Undetermined,":person::Weston, Edward, 1886-1958||:person::Adams, Ansel Easton, 1902-1984","relators:art;:person::Adams, Ansel Easton, 1902-1984||relators:pht;:person::Weston, Edward, 1886-1958",This material was held by the author and donated recently;;eng||该材料由作者持有,最近捐赠;;chi,Wed Jan 01 2020 03:00:00 GMT-0500 (Eastern Standard Time),2010-01-01||1941-11,1941-11-01||1941-11,1943||1944,Sample Repository Item Description in English (test);;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier one||a digital identifier two,:corporate_body::Chicago Zoo||:corporate_body::Test University,Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,1,http://www.google.com,Zoo||Nature,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456,http://jhir.jhu.edu,English (test)||German (test),http://catalog.library.jhu.edu,:collection_object::Collection C (Zoo Animals),Image,oclc_one||oclc_two,:corporate_body::Chicago Zoo||:corporate_body::Test University,"Chicago, IL",Image,"Chicago, IL",:subject::Zoo Veterinarians,Table of Contents in English (test);;eng||Inhaltsverzeichnis in deutscher Sprache;;ger,English (test),1941||1943 -io_02,,Zoo Animal B,Abstract for Zoo Animal B English (test);;eng||日本語のサンプルリポジトリアイテムの要約;;jpn,Test Public digital access||Test Rights,Collection C (Zoo Animals),Animal B;;eng,1||2,"relators:art;:person::Adams, Ansel Easton, 1902-1984||relators:pht;:person::Adams, Ansel Easton, 1902-1984",Copyright Undetermined,":person::Weston, Edward, 1886-1958||:person::Adams, Ansel Easton, 1902-1984","relators:art;:person::Adams, Ansel Easton, 1902-1984||relators:pht;:person::Weston, Edward, 1886-1958",This material was held by the author and donated recently;;eng||该材料由作者持有,最近捐赠;;chi,Wed Jan 01 2020 03:00:00 GMT-0500 (Eastern Standard Time),2010-01-01||1941-11,1941-11-01||1941-11,1943||1944,Sample Repository Item Description in English (test);;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier one||a digital identifier two,:corporate_body::Knoxville Zoo||:corporate_body::Test University,Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,0,http://www.google.com,Zoo||Nature,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456,http://jhir.jhu.edu,English (test)||German (test),http://catalog.library.jhu.edu,:collection_object::Collection C (Zoo Animals),Image,oclc_one||oclc_two,:corporate_body::Knoxville Zoo||:corporate_body::Test University,"Knoxville, TN",Image,"Knoxville, TN",:subject::Zoo Veterinarians,Table of Contents in English (test);;eng||Inhaltsverzeichnis in deutscher Sprache;;ger,English (test),1941||1943 -io_03,,Farm Animal A,Abstract for Farm Animal A English (test);;eng||日本語のサンプルリポジトリアイテムの要約;;jpn,Test Public digital access|Test Rights,Collection B (Farm Animals),Animal A;;eng,1||2,"relators:art;:person::Adams, Ansel Easton, 1902-1984||relators:pht;:person::Adams, Ansel Easton, 1902-1984",Copyright Undetermined,":person::Weston, Edward, 1886-1958||:person::Adams, Ansel Easton, 1902-1984","relators:art;:person::Adams, Ansel Easton, 1902-1984||relators:pht;:person::Weston, Edward, 1886-1958",This material was held by the author and donated recently;;eng||该材料由作者持有,最近捐赠;;chi,Wed Jan 01 2020 03:00:00 GMT-0500 (Eastern Standard Time),2010-01-01||1941-11,1941-11-01||1941-11,1943||1944,Sample Repository Item Description in English (test);;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier one||a digital identifier two,:corporate_body::Small Farm USA||:corporate_body::Test University,Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,1,http://www.google.com,Nature,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456,http://jhir.jhu.edu,English (test)||German (test),http://catalog.library.jhu.edu,:collection_object::Collection B (Farm Animals),Image,oclc_one||oclc_two,:corporate_body::Small Farm USA||:corporate_body::Test University,"Chicago, IL",Image,"Chicago, IL",:subject::Farms,Table of Contents in English (test);;eng||Inhaltsverzeichnis in deutscher Sprache;;ger,English (test),1941||1943 -io_04,,Farm Animal B,Abstract for Farm Animal B English (test);;eng||日本語のサンプルリポジトリアイテムの要約;;jpn,Test Public digital access||Test Rights,Collection B (Farm Animals),Animal B;;eng,1||2,"relators:art;:person::Adams, Ansel Easton, 1902-1984||relators:pht;:person::Adams, Ansel Easton, 1902-1984",Copyright Undetermined,":person::Weston, Edward, 1886-1958||:person::Adams, Ansel Easton, 1902-1984","relators:art;:person::Adams, Ansel Easton, 1902-1984||relators:pht;:person::Weston, Edward, 1886-1958",This material was held by the author and donated recently;;eng||该材料由作者持有,最近捐赠;;chi,Wed Jan 01 2020 03:00:00 GMT-0500 (Eastern Standard Time),2010-01-01||1941-11,1941-11-01||1941-11,1943||1944,Sample Repository Item Description in English (test);;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier one||a digital identifier two,:corporate_body::Small Farm USA||:corporate_body::Test University,Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,0,http://www.google.com,Nature,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456,http://jhir.jhu.edu,English (test)||German (test),http://catalog.library.jhu.edu,:collection_object::Collection B (Farm Animals),Image,oclc_one||oclc_two,:corporate_body::Small Farm USA||:corporate_body::Test University,"Chicago, IL",Image,"Chicago, IL",:subject::Farms,Table of Contents in English (test);;eng||Inhaltsverzeichnis in deutscher Sprache;;ger,English (test),1941||1943 -io_05,,Random Item,Abstract for random Item English (test);;eng||日本語のサンプルリポジトリアイテムの要約;;jpn,Test Public digital access||Test Rights,,Random;;eng,1||2,"relators:art;:person::Adams, Ansel Easton, 1902-1984||relators:pht;:person::Adams, Ansel Easton, 1902-1984",Copyright Undetermined,":person::Weston, Edward, 1886-1958||:person::Adams, Ansel Easton, 1902-1984","relators:art;:person::Adams, Ansel Easton, 1902-1984||relators:pht;:person::Weston, Edward, 1886-1958",This material was held by the author and donated recently;;eng||该材料由作者持有,最近捐赠;;chi,Wed Jan 01 2020 03:00:00 GMT-0500 (Eastern Standard Time),2010-01-01||1941-11,1941-11-01||2004-06-11%||2004-06~,1943||1944,Sample Repository Item Description in English (test);;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier one||a digital identifier two,:corporate_body::Test University,Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,1,http://www.google.com,nature,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456,http://jhir.jhu.edu,English (test)||German (test),http://catalog.library.jhu.edu,:collection_object::Collection E,Image,oclc_one||oclc_two,:corporate_body::Test University,"Chicago, IL",Image,"Chicago, IL",:subject::Farms,Table of Contents in English (test);;eng||Inhaltsverzeichnis in deutscher Sprache;;ger,English (test),1941||1943 -io_06,,Paged Content Example,Abstract here for paged content;;eng,Test Public digital access||Test Rights,,,1,,Copyright Undetermined,,,,Wed Jan 01 2020 03:00:00 GMT-0500 (Eastern Standard Time),,,,Paged Content Parent Object;;eng,,,,,,3 page book,0,,,,,,,,English (test),,:collection_object::Collection E,Paged Content,,:corporate_body::Test University,,Physical Object,,:subject::Farms,,English (test),1941||1943 -io_07,,Page 1,,Test Public digital access||Test Rights,,,1,,Copyright Undetermined,,,,,,,,Page 1;;eng,,,,,,1 item||one image file,0,,,,,,,,English (test),,:islandora_object::Paged Content Example,Page,,:corporate_body::Test University,,,,:subject::Farms,,English (test),1941||1943 -io_08,,Page 2,,Test Public digital access||Test Rights,,,1,,Copyright Undetermined,,,,,,,,Page 2;;eng,,,,,,1 item||one image file,0,,,,,,,,English (test),,:islandora_object::Paged Content Example,Page,,:corporate_body::Test University,,,,:subject::Farms,,English (test),1941||1943 -io_09,,Page 3,,Test Public digital access||Test Rights,,,1,,Copyright Undetermined,,,,,,,,Page 3;;eng,,,,,,1 item||one image file,0,,,,,,,,English (test),,:islandora_object::Paged Content Example,Page,,:corporate_body::Test University,,,,:subject::Farms,,English (test),1941||1943 +io_01,,Zoo Animal A,Abstract for Zoo Animal A English (test);;eng||日本語のサンプルリポジトリアイテムの要約;;jpn,::name:Test Public digital access||Test Rights,Collection C (Zoo Animals),::name:Animal A;;eng,1||2,"relators:art;:person:name:Adams, Ansel Easton, 1902-1984||relators:pht;:person:name:Adams, Ansel Easton, 1902-1984",::name:Copyright Undetermined,":person:name:Weston, Edward, 1886-1958||:person:name:Adams, Ansel Easton, 1902-1984","relators:art;:person:name:Adams, Ansel Easton, 1902-1984||relators:pht;:person:name:Weston, Edward, 1886-1958",This material was held by the author and donated recently;;eng||该材料由作者持有,最近捐赠;;chi,Wed Jan 01 2020 03:00:00 GMT-0500 (Eastern Standard Time),2010-01-01||1941-11,1941-11-01||1941-11,1943||1944,Sample Repository Item Description in English (test);;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier one||a digital identifier two,:corporate_body:name:Chicago Zoo||:corporate_body:name:Test University,Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,1,http://www.google.com,::name:Zoo||::name:Nature,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456,http://jhir.jhu.edu,::name:English (test)||::name:German (test),http://catalog.library.jhu.edu,:collection_object:title:Collection C (Zoo Animals),Image,oclc_one||oclc_two,:corporate_body:name:Chicago Zoo||:corporate_body:name:Test University,::name:Chicago, IL,Image,::name:Chicago, IL,:subject:name:Zoo Veterinarians,Table of Contents in English (test);;eng||Inhaltsverzeichnis in deutscher Sprache;;ger,::name:English (test),1941||1943 +io_02,,Zoo Animal B,Abstract for Zoo Animal B English (test);;eng||日本語のサンプルリポジトリアイテムの要約;;jpn,::name:Test Public digital access||Test Rights,Collection C (Zoo Animals),::name:Animal B;;eng,1||2,"relators:art;:person:name:Adams, Ansel Easton, 1902-1984||relators:pht;:person:name:Adams, Ansel Easton, 1902-1984",::name:Copyright Undetermined,":person:name:Weston, Edward, 1886-1958||:person:name:Adams, Ansel Easton, 1902-1984","relators:art;:person:name:Adams, Ansel Easton, 1902-1984||relators:pht;:person:name:Weston, Edward, 1886-1958",This material was held by the author and donated recently;;eng||该材料由作者持有,最近捐赠;;chi,Wed Jan 01 2020 03:00:00 GMT-0500 (Eastern Standard Time),2010-01-01||1941-11,1941-11-01||1941-11,1943||1944,Sample Repository Item Description in English (test);;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier one||a digital identifier two,:corporate_body:name:Knoxville Zoo||:corporate_body:name:Test University,Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,0,http://www.google.com,::name:Zoo||::name:Nature,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456,http://jhir.jhu.edu,::name:English (test)||::name:German (test),http://catalog.library.jhu.edu,:collection_object:title:Collection C (Zoo Animals),Image,oclc_one||oclc_two,:corporate_body:name:Knoxville Zoo||:corporate_body:name:Test University,::name:Knoxville, TN,Image,::name:Knoxville, TN,:subject:name:Zoo Veterinarians,Table of Contents in English (test);;eng||Inhaltsverzeichnis in deutscher Sprache;;ger,::name:English (test),1941||1943 +io_03,,Farm Animal A,Abstract for Farm Animal A English (test);;eng||日本語のサンプルリポジトリアイテムの要約;;jpn,::name:Test Public digital access|Test Rights,Collection B (Farm Animals),::name:Animal A;;eng,1||2,"relators:art;:person:name:Adams, Ansel Easton, 1902-1984||relators:pht;:person:name:Adams, Ansel Easton, 1902-1984",::name:Copyright Undetermined,":person:name:Weston, Edward, 1886-1958||:person:name:Adams, Ansel Easton, 1902-1984","relators:art;:person:name:Adams, Ansel Easton, 1902-1984||relators:pht;:person:name:Weston, Edward, 1886-1958",This material was held by the author and donated recently;;eng||该材料由作者持有,最近捐赠;;chi,Wed Jan 01 2020 03:00:00 GMT-0500 (Eastern Standard Time),2010-01-01||1941-11,1941-11-01||1941-11,1943||1944,Sample Repository Item Description in English (test);;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier one||a digital identifier two,:corporate_body:name:Small Farm USA||:corporate_body:name:Test University,Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,1,http://www.google.com,::name:Nature,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456,http://jhir.jhu.edu,::name:English (test)||::name:German (test),http://catalog.library.jhu.edu,:collection_object:title:Collection B (Farm Animals),Image,oclc_one||oclc_two,:corporate_body:name:Small Farm USA||:corporate_body:name:Test University,"Chicago, IL",Image,::name:Chicago, IL,:subject:name:Farms,Table of Contents in English (test);;eng||Inhaltsverzeichnis in deutscher Sprache;;ger,::name:English (test),1941||1943 +io_04,,Farm Animal B,Abstract for Farm Animal B English (test);;eng||日本語のサンプルリポジトリアイテムの要約;;jpn,::name:Test Public digital access||Test Rights,Collection B (Farm Animals),::name:Animal B;;eng,1||2,"relators:art;:person:name:Adams, Ansel Easton, 1902-1984||relators:pht;:person:name:Adams, Ansel Easton, 1902-1984",::name:Copyright Undetermined,":person:name:Weston, Edward, 1886-1958||:person:name:Adams, Ansel Easton, 1902-1984","relators:art;:person:name:Adams, Ansel Easton, 1902-1984||relators:pht;:person:name:Weston, Edward, 1886-1958",This material was held by the author and donated recently;;eng||该材料由作者持有,最近捐赠;;chi,Wed Jan 01 2020 03:00:00 GMT-0500 (Eastern Standard Time),2010-01-01||1941-11,1941-11-01||1941-11,1943||1944,Sample Repository Item Description in English (test);;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier one||a digital identifier two,:corporate_body:name:Small Farm USA||:corporate_body:name:Test University,Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,0,http://www.google.com,::name:Nature,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456,http://jhir.jhu.edu,::name:English (test)||::name:German (test),http://catalog.library.jhu.edu,:collection_object:title:Collection B (Farm Animals),Image,oclc_one||oclc_two,:corporate_body:name:Small Farm USA||:corporate_body:name:Test University,"Chicago, IL",Image,::name:Chicago, IL,:subject:name:Farms,Table of Contents in English (test);;eng||Inhaltsverzeichnis in deutscher Sprache;;ger,::name:English (test),1941||1943 +io_05,,Random Item,Abstract for random Item English (test);;eng||日本語のサンプルリポジトリアイテムの要約;;jpn,::name:Test Public digital access||Test Rights,,Random;;eng,1||2,"relators:art;:person:name:Adams, Ansel Easton, 1902-1984||relators:pht;:person:name:Adams, Ansel Easton, 1902-1984",::name:Copyright Undetermined,":person:name:Weston, Edward, 1886-1958||:person:name:Adams, Ansel Easton, 1902-1984","relators:art;:person:name:Adams, Ansel Easton, 1902-1984||relators:pht;:person:name:Weston, Edward, 1886-1958",This material was held by the author and donated recently;;eng||该材料由作者持有,最近捐赠;;chi,Wed Jan 01 2020 03:00:00 GMT-0500 (Eastern Standard Time),2010-01-01||1941-11,1941-11-01||2004-06-11%||2004-06~,1943||1944,Sample Repository Item Description in English (test);;eng||सैंपल रिपोजिटरी आइटम का विवरण हिंदी मे;;hin,a digital identifier one||a digital identifier two,:corporate_body:name:Test University,Open Seadragon,http://jscholarship.library.jhu.edu,DSpace Item ID,1 item||one image file,1,http://www.google.com,::name:Nature,http://catalyst.library.jhu.edu,12345678,https://en.wikipedia.org/wiki/San_Rafael_Reef,123456,http://jhir.jhu.edu,::name:English (test)||::name:German (test),http://catalog.library.jhu.edu,:collection_object:title:Collection E,Image,oclc_one||oclc_two,:corporate_body:name:Test University,"Chicago, IL",Image,"Chicago, IL",:subject:name:Farms,Table of Contents in English (test);;eng||Inhaltsverzeichnis in deutscher Sprache;;ger,::name:English (test),1941||1943 +io_06,,Paged Content Example,Abstract here for paged content;;eng,::name:Test Public digital access||::name:Test Rights,,,1,,::name:Copyright Undetermined,,,,Wed Jan 01 2020 03:00:00 GMT-0500 (Eastern Standard Time),,,,Paged Content Parent Object;;eng,,,,,,3 page book,0,,,,,,,,English (test),,:collection_object:title:Collection E,Paged Content,,:corporate_body:name:Test University,,::name:Physical Object,,:subject:name:Farms,,::name:English (test),1941||1943 +io_07,,Page 1,,::name:Test Public digital access||::name:Test Rights,,,1,,::name:Copyright Undetermined,,,,,,,,Page 1;;eng,,,,,,1 item||one image file,0,,,,,,,,::name:English (test),,:islandora_object:title:Paged Content Example,Page,,:corporate_body:name:Test University,,,,:subject:name:Farms,,::name:English (test),1941||1943 +io_08,,Page 2,,::name:Test Public digital access||::name:Test Rights,,,1,,::name:Copyright Undetermined,,,,,,,,Page 2;;eng,,,,,,1 item||one image file,0,,,,,,,,::name:English (test),,:islandora_object:title:Paged Content Example,Page,,:corporate_body:name:Test University,,,,:subject:name:Farms,,::name:English (test),1941||1943 +io_09,,Page 3,,::name:Test Public digital access||::name:Test Rights,,,1,,::name:Copyright Undetermined,,,,,,,,Page 3;;eng,,,,,,1 item||one image file,0,,,,,,,,::name:English (test),,:islandora_object:title:Paged Content Example,Page,,:corporate_body:name:Test University,,,,:subject:name:Farms,,::name:English (test),1941||1943