🦁

ArchivesSpaceのOAI Repositoryを試す

2024/02/26に公開

概要

ArchivesSpaceは、以下のように説明されています。

https://github.com/archivesspace/archivesspace

Built for archives by archivists, ArchivesSpace is the open source archives information management application for managing and providing web access to archives, manuscripts and digital objects.

(機械翻訳)アーキビストによってアーカイブのために構築されたArchivesSpaceは、アーカイブ、原稿、デジタルオブジェクトの管理とウェブアクセス提供のためのオープンソースのアーカイブ情報管理アプリケーションです。

この記事では、ArchivesSpaceが提供するOAI Repository機能を試します。

https://archivesspace.github.io/tech-docs/architecture/oai-pmh/

設定

今回は、ArchivesSpaceのデモサイトを使用します。

以下にアクセスし、必要な設定を行います。

https://sandbox.archivesspace.org/staff/oai_config/edit

メタデータフォーマットの一覧を取得する

以下により、メタデータフォーマットの一覧を取得できました。

https://sandbox.archivesspace.org/oai?verb=ListMetadataFormats

以下が結果です。oai_dcoai_eadoai_dctermsoai_marcoai_modsが利用可能なことが確認できます。

<OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
<script/>
<responseDate>2024-02-26T12:11:15Z</responseDate>
<request verb="ListMetadataFormats">https://sandbox.archivesspace.org/</request>
<ListMetadataFormats>
<metadataFormat>
<metadataPrefix>oai_dc</metadataPrefix>
<schema>http://www.openarchives.org/OAI/2.0/oai_dc.xsd</schema>
<metadataNamespace>http://www.openarchives.org/OAI/2.0/oai_dc/</metadataNamespace>
</metadataFormat>
<metadataFormat>
<metadataPrefix>oai_ead</metadataPrefix>
<schema>https://www.loc.gov/ead/ead.xsd</schema>
<metadataNamespace>http://www.loc.gov/ead/</metadataNamespace>
</metadataFormat>
<metadataFormat>
<metadataPrefix>oai_dcterms</metadataPrefix>
<schema>http://dublincore.org/schemas/xmls/qdc/2008/02/11/dcterms.xsd</schema>
<metadataNamespace>http://purl.org/dc/terms/</metadataNamespace>
</metadataFormat>
<metadataFormat>
<metadataPrefix>oai_marc</metadataPrefix>
<schema>https://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd</schema>
<metadataNamespace>http://www.loc.gov/MARC21/slim</metadataNamespace>
</metadataFormat>
<metadataFormat>
<metadataPrefix>oai_mods</metadataPrefix>
<schema>https://www.loc.gov/standards/mods/v3/mods-3-6.xsd</schema>
<metadataNamespace>http://www.loc.gov/mods/v3</metadataNamespace>
</metadataFormat>
</ListMetadataFormats>
</OAI-PMH>

セットの一覧を取得する

以下により、セットの一覧を取得できました。

https://sandbox.archivesspace.org/oai?verb=ListSets

以下が結果です。fondsseries毎にセットが設定されていることが確認できます。

<OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
<script/>
<responseDate>2024-02-26T12:12:27Z</responseDate>
<request verb="ListSets">https://sandbox.archivesspace.org/</request>
<ListSets>
<set>
<setSpec>class</setSpec>
<setName>class</setName>
</set>
<set>
<setSpec>collection</setSpec>
<setName>collection</setName>
</set>
<set>
<setSpec>file</setSpec>
<setName>file</setName>
</set>
<set>
<setSpec>fonds</setSpec>
<setName>fonds</setName>
</set>
<set>
<setSpec>item</setSpec>
<setName>item</setName>
</set>
<set>
<setSpec>otherlevel</setSpec>
<setName>otherlevel</setName>
</set>
<set>
<setSpec>recordgrp</setSpec>
<setName>recordgrp</setName>
</set>
<set>
<setSpec>series</setSpec>
<setName>series</setName>
</set>
<set>
<setSpec>subfonds</setSpec>
<setName>subfonds</setName>
</set>
<set>
<setSpec>subgrp</setSpec>
<setName>subgrp</setName>
</set>
<set>
<setSpec>subseries</setSpec>
<setName>subseries</setName>
</set>
</ListSets>
</OAI-PMH>
...

レコードのリストを取得する

collectionのレコードの一覧を以下で取得します。

以下は、メタデータフォーマットがoai_eadの場合です。

https://sandbox.archivesspace.org/oai?verb=ListRecords&metadataPrefix=oai_ead&set=collection

<OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
<script/>
<responseDate>2024-02-26T12:18:16Z</responseDate>
<request metadataPrefix="oai_ead" set="collection" verb="ListRecords">https://sandbox.archivesspace.org/</request>
<ListRecords>
<record>
<header>
<identifier>oai:archivesspace//repositories/2/resources/2</identifier>
<datestamp>2022-04-28T21:28:13Z</datestamp>
</header>
<metadata>
<ead xmlns="urn:isbn:1-931666-22-9" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:isbn:1-931666-22-9 http://www.loc.gov/ead/ead.xsd">
<eadheader countryencoding="iso3166-1" dateencoding="iso8601" langencoding="iso639-2b" repositoryencoding="iso15511">
<eadid countrycode="US"/>
<filedesc>
<titlestmt>
<titleproper>
A Guide to the Diary of Emma Cummins Snively Crosier Pauling
<num>A0059</num>
<num>A0059</num>
</titleproper>
<author>Clara Scholtz, Intern.</author>
</titlestmt>
<publicationstmt>
<publisher>Allen Doe Research Center</publisher>
<p>
<date>April 2021</date>
</p>
</publicationstmt>
</filedesc>
<profiledesc>
<creation>
This finding aid was produced using ArchivesSpace on
<date>2024-02-26 07:18:16 -0500</date>
.
</creation>
<langusage>
Description is written in:
<language langcode="eng" scriptcode="Latn">English, Latin script</language>
.
</langusage>
<descrules>Describing Archives: A Content Standard</descrules>
</profiledesc>
</eadheader>
<archdesc level="collection">
<did>
<repository>
<corpname>Allen Doe Research Center</corpname>
</repository>
<unittitle>Diary of Emma Cummins Snively Crosier Pauling</unittitle>
<origination label="Creator">
<persname>Cummins Snively Crosier Pauling, Emma</persname>
</origination>
<unitid>A0059</unitid>
<unitid type="aspace_uri">/repositories/2/resources/2</unitid>
<physdesc altrender="whole">
<extent altrender="materialtype spaceoccupied">1 Linear Feet</extent>
<extent altrender="carrier">1 flat box</extent>
<dimensions>12 x 15 x 3 in.</dimensions>
</physdesc>
<unitdate datechar="creation" normal="1842/1936" type="inclusive">1842-1870, 1884-1890, 1906, 1936</unitdate>
<unitdate datechar="creation" normal="1884/1890" type="bulk">1884-1890</unitdate>
<abstract id="aspace_861dc235250d57a552c17d46da93457e">This collection comprises a handwritten diary created by Emma Cummins Snively Crosier Pauling in the late 19th century. Emma Cummins Snively Crosier Pauling was born in Pennsylvania in 1848, and after a life spent in the American West and Northeast, died in Pennsylvania in 1923. The diary chronicles Emma Cummins Snively Crosier Pauling's daily life in Utah, Idaho, Wyoming, and Pennsylvania in the 1880s through 1890. It primarily traces her life during her fourth and final marriage, and beyond her marriage as an independent and creative woman. In addition to being a record of her daily life, the diary appears to have been treated by Emma Cummins Snively Crosier Pauling as a type of scrapbook in which to place newspaper clippings, personal correspondence, printed ephemera, and other records relating to her work as a telegrapher.</abstract>
<physdesc id="aspace_31e202a3699514288eba0e69af57ea07" label="Condition Description">Materials are in mostly good condition, with some creases and tears. Binding of the diary is fragile. Some loose materials show more extensive damage. Loose materials are in archival sleeves.</physdesc>
<langmaterial>
<language langcode="eng" scriptcode="Latn">English</language>
.
</langmaterial>
<container id="aspace_7b17b5282bc65b1f70be3347abe8ff6e" label="mixed materials" type="box">1</container>
</did>
<accessrestrict id="aspace_e59e99342056d2c87b137e38d2bef1dc">
<head>Conditions Governing Access</head>
<p>The collection is open for research.</p>
</accessrestrict>
<acqinfo id="aspace_61b35d1a02c40ef29ed3faee6328c695">
<head>Immediate Source of Acquisition</head>
<p>This collection was gifted to the American Folk Art Museum in 1997 by Joanne C. Gargas on behalf of the family of Emma K. Lentz.</p>
</acqinfo>
<bioghist id="aspace_3a3be301438c5ad9532c448f40f28842">
<head>Biographical / Historical</head>
<p>Emma Cummins was born in 1848 in Somerset, Pennsylvania, the first daughter of Civil War Union General Robert P. Cummins, who died in the Battle of Gettysburg and was regarded as a hero of the war. At age fourteen, Emma Cummins was married for the first time, to a French-Canadian man named Blacklock, and moved to Canada. The marriage ended quickly, after Cummins sustained abuse from her husband, to the extent that Blacklock's family paid for Cummins's return home to Pennsylvania. She was then married to Dr. George Snively, with whom she had one daughter named Hattie and a second daughter who died in early childhood. By 1870, Cummins Snively and her daughter relocated to Utah to join Dr. Snively who had earlier moved west in search of work mining precious metals, land, and fortune. In December 1872 while in Utah, Cummins Snively was hired as a telegrapher by the Western Union Company, a role in which she found success due to the speed and fluidity of her writing and signaling. In the second half of the 19th century, telegraphy in the United States was at its height, following the completion of the first transcontinental telegraph line in 1861. Cummins Snively worked as one of a growing network of women telegraphers stationed in depots along railroad lines, sometimes in quite isolated outposts in unpopulated areas. By 1880, Dr. Snively had passed away and Cummins Snively had married and divorced her third husband, George Crosier, and had again returned to Somerset, Pennsylvania. By 1884, she had returned to Utah, where she first worked as a postmaster and later as a cashier. It is in this period in Utah that Cummins Snively Crosier began to add entries to her diary. In 1893, Cummins Snively Crosier was married for the fourth and final time, to George M. Pauling (1840-1898), a Civil War Veteran. By 1899, poverty-stricken, Cummins Snively Crosier Pauling returned to reside with family in Pennsylvania. She was granted a pension of $12 per month which depended, in large part, on her father's admiral service during the war. Cummins Snively Crosier Pauling lived the rest of her life in Somerset, Pennsylvania until her death at home with her family at the age of seventy-five in 1923.</p>
</bioghist>
<phystech id="aspace_4639b5fc97b1e00303a78ebce7544af2">
<head>Physical Characteristics and Technical Requirements</head>
<p>Materials are and binding of the diary are fragile, some show more extensive damage. Loose materials are in archival sleeves.</p>
</phystech>
<prefercite id="aspace_f3ae78a13b62f12bdd8abb7660ab7135">
<head>Preferred Citation</head>
<p>[item description], [date], [collection name], box and folder numbers, American Folk Art Museum Archives, New York</p>
</prefercite>
<processinfo id="aspace_af103c0dc15b1e7029ff2deb181656ba">
<head>Processing Information</head>
<p>The original arrangement of loose diary pages was retained during processing. Additional loose materials that were once placed as a group between the cover and first page of the diary were removed from the diary and placed into archival sleeves. Original arrangement of these loose materials was retained.</p>
</processinfo>
<relatedmaterial id="aspace_044827b7c32754bf84deb7e1815c2552">
<head>Related Materials</head>
<p>A handmade, quilted robe made by Emma Cummins Snively Crosier Pauling was separately accessioned into the American Folk Art Museum's art collection, accession number 1990.8.1.</p>
</relatedmaterial>
<scopecontent id="aspace_07b07dbe7387239e6e6284cf4e0503f7">
<head>Content Description</head>
<p>Contains materials created or arranged by Emma Cummins Snively Crosier Pauling including her diary into which newspaper clippings, advertisements, ticket stubs, and other printed materials have been collaged. In the handwritten diary, Emma Cummins Snively Crosier Pauling copies lines of poetry and literature, as well as describes her daily life and work in Utah, Idaho, Wyoming, and Pennsylvania between 1884-1890. The collection includes additional, loose newspaper clippings, personal correspondence, telegraph train order forms, and important personal records, among other printed materials, placed within but not affixed to diary pages. Some pages show traces of later editorial markings, such as notes written in felt-tip marker, ballpoint pen, and pencil.</p>
</scopecontent>
<userestrict id="aspace_0738ba8b3074a6016671ea4a627594eb">
<head>Conditions Governing Use</head>
<p>The Diary of Emma Cummins Snively Crosier Pauling is owned by the American Folk Art Museum. The collection is subject to all copyright laws, and is dedicated to public use for research, study and scholarship.</p>
</userestrict>
<odd id="aspace_a4b06f4f9b4abcb84b52c4b1b7f83dc8">
<head>Acknowledgment</head>
<p>This record was shared by the American Folk Art Museum as a part of the ArchivesSpace Inclusive Examples project. For more information, reach out to the institution.</p>
</odd>
<controlaccess>
<genreform source="lcsh">Scrapbooks</genreform>
<genreform source="lcsh">Diaries</genreform>
<geogname source="lcsh">Wyoming</geogname>
<geogname source="lcsh">Utah</geogname>
<geogname source="lcsh">Pennsylvania</geogname>
<geogname source="lcsh">Idaho</geogname>
</controlaccess>
<dsc/>
</archdesc>
</ead>
</metadata>
</record>
<resumptionToken>eyJtZXRhZGF0YV9wcmVmaXgiOiJvYWlfZWFkIiwic2V0IjoiY29sbGVjdGlvbiIsImZyb20iOiIxOTcwLTAxLTAxIDAwOjAwOjAwIFVUQyIsInVudGlsIjoiMjAyNC0wMi0yNiAxMjoxODoxNiBVVEMiLCJzdGF0ZSI6InByb2R1Y2luZ19yZWNvcmRzIiwibGFzdF9kZWxldGVfaWQiOjAsInJlbWFpbmluZ190eXBlcyI6eyJSZXNvdXJjZSI6Mn0sImlzc3VlX3RpbWUiOjE3MDg5NDk4OTY2MDJ9</resumptionToken>
</ListRecords>
</OAI-PMH>

以下のコレクションに該当しました。

https://sandbox.archivesspace.org/staff/resources/2#tree::resource_2

まとめ

ArchivesSpaceのOAI Repository機能を試しました。ArchivesSpaceで公開されている情報を機械的に取得する方法として、いろいろな応用ができそうでした。

ArchivesSpaceの導入を検討するにあたり、参考になりましたら幸いです。

Discussion