First Monday

Metadata for All: Descriptive Standards and Metadata Sharing across Libraries, Archives and Museums by Mary W. Elings and Gunter Waibel



Abstract
Integrating digital content from libraries, archives and museums represents a persistent challenge. While the history of standards development is rife with examples of cross-community experimentation, in the end, libraries, archives and museums have developed parallel descriptive strategies for cataloguing the materials in their custody. Applying in particular data content standards by material type, and not by community affiliation, could lead to greater data interoperability within the cultural heritage community.

In making this argument, the article demystifies metadata by defining and categorizing types of standards, provides a brief historical overview of the rise of descriptive standards in museums, libraries and archives, and considers the current tensions and ambitions in making descriptive practice more economic [1].

Contents

Introduction
Key concepts for understanding standards
A grid of standards
How did we get here?
The library community
The archives community
The museum community
More recent trends
Conclusion

 


 

Introduction

In the networked age, the efforts of the cultural heritage community to create a compelling pool of digital resources for teaching, research and learning have yielded a range of strategies for integrating content. A quick overview of exemplary projects reveals how the sustainability of these strategies is directly related to the maturity of standards enabling data sharing and aggregation. In other words, the more standards start to infuse the daily activities of describing content in museums, libraries and archives, the more successful the attempts to aggregate become.

Consider the following snapshots of prominent content aggregations:

The AMICO Library was conceived in 1997, a full year before eXtensible Markup Language (XML) became a W3C recommendation, let alone a household name in cultural heritage institutions. Lacking a readily available standard for data encoding, the AMICO consortium invented a data format consisting of a field-prefix (such as OTY for Object Type) and the field delimiter “}~” to exchange information (AMICO) [2]. The burden of gathering data for the 27 required fields describing the artwork, plus the 16 required fields describing its surrogate, and exporting them in a non-standard format required many data contributors to dedicate full-time positions to the endeavor of sharing information.

In 1999, a consortium of California institutions decided to try a different approach to integrating museum content: Museums and the Online Archive of California (MOAC) [3] implemented a mark-up standard from the archival community (Encoded Archival Description or EAD) to bring their resources into an existing state-wide aggregation of library special collections and archival content. While the standard proved capable of transporting the desired information, its deep roots in archival practice made EAD an unlikely candidate for museum-wide adoption. One of the keys to the project’s success was the local availability of database tools which masked EAD’s complexity to the museums and facilitated the transformation of collections management information into the Online Archive of California’s data format of choice.

RLG Cultural Materials, online since 2001, has reaped some benefit from an increasing adoption of XML in the community. However, the libraries, archives and museums participating in the effort displayed such diversity of practice in describing collections that RLG adopted a policy of “come as you are” rather than to stipulate a single contribution format. In contrast to AMICO and MOAC, this decision shifted the burden of data integration largely to the aggregator. Just as the museums in the case of AMICO, now RLG dedicated full-time positions to re-formatting incoming collections so they could successfully be queried as a union resource. ARTstor, launched in 2004, has faced many of the same challenges.

In the visual resources community, the Union Catalog of Art Images (UCAI) project at the University of California, San Diego began studying the possibility of aggregating descriptions to facilitate copy-cataloging among slide libraries in 2002. The capability to automatically cluster descriptions for surrogates of the same artwork coming from different institutions emerged as a key requirement for the project. While clustering algorithms had been successfully used in the RLG Union Catalog across a body of highly standardized bibliographic MARC records, the lack of standardization in key data elements such as agent, title, date, repository name and work type among UCAI partners turned out to be a major obstacle for replicating the same technique in a visual resources setting [4].

During the life-time of two UCAI Mellon grants from the Arthur W. Mellon Foundation (from the 2002 inception to the Phase II final report issued in early 2006), the world of standards changed significantly, and not in small part thanks to aggregation projects and organizations with a vested interest in building out the standards infrastructure. The members of the UCAI team and the lessons learned in trying to aggregate visual resources content have been essential in shaping the Visual Resources Association (VRA) Core 4.0 (beta), and particularly its associated XML Schema [5]. ARTstor supported the Getty Trust in creating and testing an XML Schema for encoding a subset of the Categories for the Descriptions of Works of Art (CDWA), aptly titled CDWA Lite [6]. RLG, in its new incarnation as RLG Programs/OCLC, plays an active role in disseminating the use of CDWA Lite among museums [7].

Both the VRA Core and CDWA Lite are intimately tied Cataloging Cultural Objects (CCO) (Baca, et al., 2006), a data content standard for describing works of material culture and their surrogates. While published by American Library Association (ALA) Editions, the standard has been shaped primarily by professionals associated with the visual resources and the museum community, with library and archival professionals serving in advisory roles. As the rest of this article will show, CCO is poised to play a pivotal role in integrating descriptions of cultural objects across the domains of museums, libraries and archives. Wide adoption of a data content standard such as CCO was one of the missing pieces in the standards infrastructure at the inception of all the aggregation projects outlined above.

 

++++++++++

Key concepts for understanding standards

Since the last paragraph displays an increasing use of acronyms as well as the idea of several standards working in concert, it might be helpful to take a step back and consider how the landscape of standards can be categorized. The following taxonomy of standards is in large parts derived from the Descriptive Metadata Guidelines for RLG Cultural Materials (RLG, 2005). To illustrate the different terms and their relationship, these guidelines use a metaphor that likens a record to a case of bottles being labeled, filled, stored, and delivered.

 

Data fields and structureData fields & structure

Data fields are the named units of information, often also referred to as “elements” or “categories,” which are organized into a record by a data structure. In terms of our metaphor, data fields and structure standards are like bottles waiting to be filled.

CDWA, for example, defines individual data fields as well as a totality of fields which can be used to construct a record, and therefore can be called data fields and structure standards (often just shortened to data structures).

 

Data content and valuesData content & values

Data content and data values are the information proper stored in the data fields. More specifically, data content standards are the rules that guide you in filling a particular data field, while data value standards are the thesauri or name authorities providing preestablished terms to populate a data field. In terms of our metaphor, data content and data value standards establish what goes into a bottle.

CCO, for example, gives guidelines and recommendations for entering information into data fields crucial for documenting material culture, and therefore can be called a data content standard. In many instances, CCO recommends the use of controlled vocabularies such as the Art & Architecture Thesaurus (AAT) or the Union List of Artist Names (ULAN), and those can be called data value standards.

 

Data formatData format

Data format refers to the particular encoding of information contained within a file. In terms of our metaphor, a data format corresponds to the crate in which the bottles can be stored and shipped.

XML, for example, encodes data fields and their values into a hierarchically structured file, and therefore can be called a data format standard. At this point in time, most data structures in the cultural heritage community can be expressed in an official XML instantiation, such as CDWA Lite XML.

 

Data structureData exchange

Data exchange refers to the particular protocol used to share a collection of records. In terms of our metaphor, data exchange corresponds to a person delivering the crate of bottles.

The Open Archives Initiative Protocol for Metadata Harvesting (OAI-PMH) [8], for example, makes collections encoded in XML available for harvest by aggregators (in OAI speak, service providers), and therefore can be called a data exchange standard.

Here is an example of how data fields and structure, data content and values, data format and data exchange specifications work hand in hand to establish standards-based, shareable data:

 

++++++++++

A grid of standards

As the example shows, the museum community now for the first time has a complete and appropriate suite of standards for sharing descriptions. Substitute CDWA with VRA Core, and the same (at least in beta) holds true for the visual resources community. The graphic below illustrates both the parallel standards in use across different communities, and how the landscape of acronyms appears somewhat more manageable by classifying standards according to the taxonomy outlined above.

 

table 1

Table 1: A representation of primary standards in use by a variety of different communities [9].

 

 

++++++++++

How did we get here?

Looking at the impressive standard’s infrastructure the different knowledge domains have created begs the question of how all of the pieces of this puzzle historically have fallen into place, and what lessons the communities learned from each other as they framed the appropriate way of describing their primary materials of custody. The following overview illustrates that the road to standard’s development in museums, libraries and archives has been long and often bumpy, yet the benefits have always been compelling enough to merit the journey.

 

++++++++++

The library community

Libraries have a long history of using shared standards and tools in their community. The first set of published rules was developed in 1852 by Smithsonian Librarian Charles Coffin Jewett (Jewett, 1852). These, as well as other rules that followed, led to the eventual establishment of the first Anglo-American cataloging code in 1908. The Library of Congress (LC) used this code to produce standardized bibliographic records, which were distributed to thousands of U.S. libraries on printed catalog cards and in the National Union Catalog (Piggot, 1988). The 1908 rules were later codified in Anglo-American Cataloging Rules (AACR) published in 1967. While AACR has enjoyed wide adoption in past decades, rules for bibliographic description are still evolving. AACR will eventually be replaced by a new, more broadly applicable standard called Resource Description and Access (RDA), scheduled for release in early 2009.

Adopting common rules, libraries have also long relied on shared term authorities and thesauri. The main source of controlled vocabulary or data values is the Library of Congress Subject Headings (LCSH). The almost ubiquitous use of this source, as well as other LC vocabularies, such as the Library of Congress Name Authority File (LCNAF) and the Thesaurus for Graphic Materials (TGM I & II), has aided integration of library records and end-user searching.

The creation of MAchine Readable Cataloging (MARC) in the 1960s also greatly facilitated the exchange of standardized bibliographic data among libraries. MARC’s computer-readable format (ISO 2709) and the mature cataloging apparatus that has developed around it have not only encouraged record interchange but also the development of turn-key tools and systems within the library community. Libraries can purchase integrated library systems that “plug and play” with MARC cataloging standards, enabling them to share their information across multiple systems. Through these processes, libraries can contribute records to content aggregators, participate in shared or “copy” cataloging efforts, and merge records in union catalogs [10]. Furthermore, the development of the MARC XML schema in the 1990s allows libraries and aggregators take advantage of modern network protocols such as Z39.50/SRU (Search/Retrieve via URL) and SRW (Search Retrieve Web Service) protocols, and OAI [11]. The recent creation of MARC’s plain language XML counterpart, Metadata Object Description Standard (MODS), seeks to do the same with less complexity and more efficiency.

The development of data standards for describing bibliographic materials, while still evolving, can be looked upon as a success story. It demonstrates that by using common tools and standards, information can be broadly distributed and systems can be designed to further the goal of sharing resources, reducing costs, and providing increased access.

 

++++++++++

The archives community

Archives amass large collections of unique, primary source materials and, for efficiency, describe them at the collection level using finding aids (registers or inventories). Historically, finding aids were locally developed, hand- or type-written paper documents that resided only in a holding repository, making it difficult to share them broadly.

As MARC developed, archives attempted to share archival information by cataloging collections in library systems, eventually establishing the MARC Format for Archival and Manuscripts Control (AMC) specifically for their collections. Using AACR rules, archives eventually created their own content standard, Archives, Personal Papers, and Manuscripts (APPM), in 1983 to facilitate the description of archival materials within MARC bibliographic systems. While this strategy was no comparison to making the full finding aid available, it did integrate archival records within bibliographic catalogs and make the information, albeit limited, far more accessible than it had been in paper form.

As networked access developed in the 1990s, putting full finding aids online became a possibility. The publication of Encoded Archival Description (EAD) in 1999 provided the archival community with its own data structure and format for sharing the complex hierarchical relationships inherent in archival collections. As a data format it was initially expressed in Standard Generalized Markup Language (SGML) and in 2002 as XML. EAD has since become a common standard for sharing archival finding aids electronically.

As EAD use grew, content standards like AACR and APPM — both tied to the MARC bibliographic format — fell short. What was needed was a set of more broadly applicable descriptive rules that could be used with both EAD and MARC (SAA, 2003). Published in 2004, Describing Archives: A Content Standard (DA:CS) is a more neutral data content standard that can be used to describe all forms of archival materials, at any level of description, regardless of form, medium, or data structure (SAA, 2004).

While MARC is still considered an efficient method for describing archival resources, with EAD and DA:CS — and using data values drawn from Library of Congress vocabularies — archives have a full complement of data standards for describing archival materials. The wealth of information in finding aids is no longer locked away in remote repositories, but rather can be shared broadly online and via content aggregators. The development of Metadata Encoding and Transmission Standard (METS) as a method for encoding and sharing item-level digital objects within finding aids, such as digitized archival photographs and individual letters, also supports the increased sharing and distribution of archival content.

 

++++++++++

The museum community

Museums collect unique materials that focus on a particular area of specialty. Their mission is one more of outreach and interpretation rather than simply describing materials for search and retrieval. Because of the uniqueness of their materials, local systems for description have historically prevailed and there has been little economic incentive to standardize practices or create systems for shared cataloging. Despite this, museums were early in identifying the need for standards and in leveraging the benefits of technology for information management.

As computing technology emerged, museums were eager to explore how it could assist them in managing collection information. In 1967, the Museum Computer Network (MCN) was formed to create a system for integrating registration and catalog data. Working with IBM, the early MCN group succeeded in creating a mainframe network solution that was used from 1968-1978 (Met, 1968; Ellin, 1969). As personal computers evolved, MCN launched the Computer Interchange of Museum Information (CIMI) Initiative in 1988 to develop a common framework for the exchange of museum information and to encourage “the use of automation and the creation of vendor-based products” in their larger community (Bearman and Perkins, 1994, part 4). Somewhat ahead of its time, the resulting CIMI Standards Framework did make recommendations for applying extant library and archive standards and protocols to museum materials, such as using data formats like SGML and data values from controlled vocabularies, but ultimately recognized the need to develop museum-based solutions (Bearman and Perkins, 1994).

The first attempt to create a data structure specifically for museum information was the Categories for the Description of Works of Art (CDWA) [12]. CDWA is an exhaustive element set of 512 categories and subcategories initially envisioned as “a standard to which existing art systems may be mapped and upon which new systems can be developed.” [13] It was hoped that CDWA would eventually become an SGML data format, following CIMI Framework recommendations, though that was never fully realized. CDWA has, however, become a common data structure for art museum information and serves as the underlying structure for various homegrown and vendor-based collection management systems.

While CDWA’s adoption has been successful, the museum community still needed a smaller, lighter element set for efficiently exchanging data across systems. In 1998, RLG’s REACH project identified twenty key categories of information shared across various systems. Because of idiosyncrasies in cataloging practices and problems with data exchange, the set was never effectively implemented. The outcome, however, clearly indicated that to exchange or aggregate records, museums needed to develop a shared data content standard and a shared data format for describing their materials [14].

The recent development of the data content standard CCO has made progress in this direction (Baca, et al., 2006). Developed specifically for documenting and cataloging cultural objects and their visual surrogates, CCO makes recommendations for how to structure elements of description and encourages the use of common data values found in appropriate controlled vocabularies and thesauri such as The Art & Architecture Thesaurus (AAT), The Union List of Artist Names (ULAN) and The Getty Thesaurus of Geographic Names (TGN), as well as others. With CCO, the museum and visual resources communities now have a data content standard specific to the materials they describe.

Following on this, the recent development of CDWA Lite as a shared data format has also moved the community forward. In line with the tenets of the REACH project, CDWA Lite includes a subset of nineteen CDWA categories (plus three administrative metadata elements) and can be used to exchange descriptive information between data formats and systems (Boughida, 2005). Because of CDWA’s broad adoption in the museum community, data can be formatted via CDWA Lite for exchange with aggregators or harvested for inclusion in union catalogs through protocols such as the OAI. As a result, the early hope that CDWA would become a vehicle for sharing museum information across systems is now being realized.

 

++++++++++

More recent trends

At the end of this historical overview, observations about trends in the most recent past help to frame some of the current debate surrounding metadata and descriptive practice [15].

In the library community, an intense and complex debate about user-appropriate cataloging and access mechanisms has been stirred up by Karen Calhoun’s report to the Library of Congress titled The Changing Nature of the Catalog and its Integration with Other Discovery Tools (Calhoun, 2006). The following quote from the executive summary gives a flavor of the urgency in Calhoun’s assessment: “The catalog is in decline, its processes and structures are unsustainable, and change needs to be swift.” These uncertainties naturally fuel the desire to generate metadata more cost-effectively, and to exploit it in more user-friendly systems.

In the archival community, back-logs of undescribed collections have prompted significant revisions of processing and description guidelines. A report by Mark A. Greene and Dennis Meissner with the tell-tale title More Product, Less Process: Revamping Traditional Archival Processing (Greene and Meissner, 2006) sounds the clarion call for more efficient practices within the existing framework of standards: “We should be paying more attention to achieving basic physical and intellectual control over [...] all our holdings, rather than being content to process a few of them to perfection.” As in the library community, there is a clear need to move towards more economic methods. In the archival as well of as the library realm, the ultimate measure of success is how well mechanisms for access serve the end user.

The debate in the museum community does not display the same fervor of urgency around reform seen in similar discussions in libraries and archives. Museums have shown great interest in experimenting with user-contributed metadata or folksonomies, arguably because these techniques hold out the promise of generating user-friendly access metadata in an affordable manner [16]. On the more formalized end of the descriptive spectrum, museums seem primarily concerned with implementing a more mature descriptive apparatus, including the ability to efficiently describe collections using data content standards such as CCO and the capacity to exchange data effectively using data formats such as CDWA Lite.

The museum community has recently begun to think hard about ways to share descriptions and digital images both in-house and with the outside world. Many of the larger museums in the U.S. have started implementing digital asset management systems, which allow them to share the right digital image in the desired file format with the appropriate staff member in an automated fashion (Waibel, 2006). Moreover, coupling new descriptive technologies such as CDWA Lite and CCO with OAI, the Getty has set an effective example for how to share digitized collections as widely and economically as possible (Boughida, 2005). Since the standards infrastructure in the museums community is still evolving, the implications, economic and otherwise, of shareable metadata have yet to be fully explored.

The library community may be on the verge of taking the utility of shared metadata in a networked environment even a step further. Prompted by the already cited user dissatisfaction with the OPAC, libraries have begun a dialog about raising discovery to the network level — in other words, why maintain a costly local system if users find it more efficient to locate information in a resource such as Google Scholar or Google Book Search, which both have the capacity to resolve a search result to local library holdings? [17] The traverse from Google via OCLC’s “Find in A Library” back to the local library actually bears remarkable similarity to the “network effect” Ken Hamma urges museums to exploit. In his keynote address during MCN 2006, Ken envisioned a network economy in which museums release their descriptions and digital images into the Internet using OAI [18]. These collections then get exposed to their maximum audience by virtue of re-aggregation at various different sites. However, every time an object from a specific museum gets discovered in these various aggregations, the curious user gets led back to the museum’s Web site through an embedded link embedded [19]. Across the cultural heritage community, the debate about how to exploit the network so users find our content in the spaces they already frequent, and how to engage them once they have discovered what we offer, remains crucial to the continued relevance of libraries, archives and museums.

 

++++++++++

Conclusion

As the historic overview and the outline of trends clearly shows, visual resources, museums, libraries and archives in the past have inhabited parallel worlds dominated by similar issues and desires. While each of the different domains has developed its own suite of standards, at the end of this article it is important to point out that the wheel did not get reinvented in doing so. The historic record shows that communities often experimented extensively with each other’s specifications, only to find them wanting. What emerges is not a picture of libraries, archives and museums promulgating different standards to describe the same materials, but a rich toolset of descriptive practices which are uniquely adapted to the particular material type they have been originally designed to characterize.

 

table 2

Table 2: Reconceptualizing standards as material specific, not limited to one particular community.

 

The revision of Table 1 (Table 2) illustrates this point: for example, rather than conceiving of the suite of standards consisting of CDWA, CCO, CDWA Lite and OAI as the “museum way” of describing objects, this combination of standards emerges as the appropriate form of description for cultural materials, regardless whether they happen to be housed in a library, archive or museum. This argument makes eminent sense: nobody would question the rule of thumb that a book should be described with the suite of standards housed in the “Bibliographic” column (formerly “Library”), even if it is managed by an archive or a museum. By extension, the cultural heritage community should come to an agreement that objects of material cultural should be described by the standards now aligned under “Material Culture,” regardless of which community the owning institution affiliates with. In practice, however, materials often receive their descriptions not on the basis of material type, but on the basis of the availability of local systems to house the description and the expertise to generate it.

The successful integration of digital images of material culture from library, archive and museum collections hinges on the emergence of a more homogenous practice in describing like-materials in different institutions. While data structures can be mapped with relative ease [20], data content variance still effectively prohibits economic plug-and-play aggregation of collections. Data content standards such as CCO emerge as the linchpin in a cross–community strategy to make descriptions versatile, shareable and readily integrated into union resources. End of article

 

About the authors

Mary W. Elings is Archivist for Digital Collection at The Bancroft Library, University of California at Berkeley and adjunct faculty in the School of Information Studies at Syracuse University, New York. She writes and lectures on metadata and digital collection development in libraries, museums and archives.
Web: http://bancroft.berkeley.edu/
E–mail: melings [at] library.berkeley [dot] edu

Günter Waibel is a Program Officer in OCLC Programs and Research and primarily works with the museum and art library partners of RLG Programs. He blogs at hangingtogether.org, serves on the Museum Computer Network (MCN) board and teaches as adjunct faculty in the School of Information Studies at Syracuse University, New York.
Web: http://hangingtogether.org/?page_id=11
E–mail: waibelg [at] oclc [dot] org

 

Notes

1. A different version of this article appears in the VRA Bulletin special issue “Creating Sharable Metadata: CCO and the Standards Landscape,” volume 34, number 1 (Spring 2007) under the title “Metadata for All: Descriptive Standards and Metadata Sharing across Cultural Heritage Communities.”

2. AMICO Data Specification, at http://www.amico.org/AMICOlibrary/dataspec.html, accessed 18 December 2006.

3. Museums and the Online Archive of California, at http://www.bampfa.berkeley.edu/moac/, accessed 18 December 2006.

4. Union Catalog of Art Images, UCAI Phase 1 and Phase 2 Final Reports, passim. at http://gort.ucsd.edu/ucai/, accessed 18 December 2006.

5. VRA Core 4.0 XML Schema, at http://gort.ucsd.edu/escowles/vracore4/, accessed 18 December 2006.

6. CDWA Lite, at http://www.getty.edu/research/conducting_research/standards/cdwa/cdwalite.html, accessed 18 December 2006.

7. The RLG Programs Working Group “Museum Collections Sharing” has created a supportive network of peers interested in implementing CDWA Lite and OAI harvesting. More information at http://www.rlg.org/en/page.php?Page_ID=335, accessed 18 December 2006.

8. Open Archives Initiative, at http://www.openarchives.org/, accessed 27 November 2006.

9. All of the acronyms used in this table have either already been spelled out, or will be explained in the next segment of this article.

10. The MARC 21 Formats: Background and Principles, 2.1, at http://www.loc.gov/marc/96principl.html#two, accessed 9 May 2004.

11. Z39.50, at http://www.loc.gov/z3950/agency/, accessed 27 November 2006. SRU/SRW, at http://www.loc.gov/standards/sru/, accessed 27 November 2006. OAI, ibid.

12. Categories for the Description of Works of Art, at http://www.getty.edu/research/conducting_research/standards/cdwa/introduction.html, accessed 27 November 2006.

13. Imagelib posting: Art Information Task Force (Mon, 3 October), at http://library.wustl.edu/~listmgr/imagelib/Oct1994/0003.html, accessed 18 December 2006.

14. RLG REACH Element Set for Shared Description of Museum Objects, at http://www.rlg.org/reach.elements.html, accessed 5 May 2004.

15. Out of scope for this article was the discussion of conceptual references models on the cultural heritage community. Both the museum community (CIDOC Conceptual Reference Model, ISO 21127:2006) and the library community (Functional Requirements for Bibliographic Records) have a framework within which to discuss description at a higher level.

16. For an example supporting this view, cf. Daniel Starr’s talk (MP3 and PowerPoint) “The Art Museum Community Cataloguing Project” during the RLG Partner Forum “More, Better, Faster, Cheaper: the Economics of Descriptive Practice,” at http://www.rlg.org/en/page.php?Page_ID=20968, accessed 18 December 2006.

17. To experience the path from the networked collection to the local collections, search for “cataloging cultural objects” in Google Book Search at http://books.google.com/, follow the link “About this book,” and then click on “Find Libraries.” You’ll be prompted to enter your local ZIP code, and subsequently have a choice of local libraries owning a copy of CCO.

18. Summary of Ken Hamma’s MCN 2006 keynote, at http://hangingtogether.org/?p=161, accessed 18 December 2006.

19. For an example of the traverse from an aggregator back to the museum, cf. Erin Coburn’s presentations (both MP3 and PowerPoint at the RLG Partner Forum “More, Better, Faster, Cheaper: the Economics of Descriptive Practice,” at http://www.rlg.org/en/page.php?Page_ID=20968, accessed 18 December 2006.

20. At http://www.getty.edu/research/conducting_research/standards/intrometadata/metadata_element_sets.html, accessed 20 December 2006, for a crosswalk of the data structures discussed in this article.

 

References

Murtha Baca, Patricia Harpring, Elisa Lanzi, Linda McRae, and Ann Baird Whiteside, 2006. Cataloging Cultural Objects: A Guide to Describing Cultural Works and Their Images. Chicago: ALA Editions.

David Bearman and John Perkins, 1994. “Standards Framework for the Computer Interchange of Museum Information,” at http://www.cni.org/pub/CIMI/framework.html, accessed 27 November 2006.

Karim Boughida, 2005. “CDWA lite for Cataloguing Cultural Objects (CCO): A new XML schema for the cultural heritage community,” In: Proceedings of the XVI International Conference of the Association for History and Computing. Amsterdam: Royal Netherlands Academy of Arts and Sciences, pp. 49–56, at http://www.knaw.nl/publicaties/pdf/20051064.pdf, accessed 25 January 2007.

Karen Calhoun, 2006. The Changing Nature of the Catalog and its Integration with Other Discovery Tools. Library of Congress (17 March), at http://www.loc.gov/catdir/calhoun-report-final.pdf, accessed 18 December 2006.

Mary W. Elings and Günter Waibel, 2007. “Metadata for All: Descriptive Standards and Metadata Sharing across Cultural Heritage Communities,” Visual Resources Association Bulletin, volume 34, number 1 (Spring 2007).

Everett Ellin, 1969. “Museums and the Computer, an appraisal of new potentials,” Computers and the Humanities, volume 4, number 1, pp. 25–30. http://dx.doi.org/10.1007/BF02393447

Mark A. Greene and Dennis Meissner, 2005. “More Product, Less Process: Revamping Traditional Archival Processing,” American Archivist, volume 68, number 2, pp. 208–263.

Charles C. Jewett, 1852. On the Construction of Catalogues of Libraries, and Their Publication by Means of Separate, Stereotyped Titles with Rules and Examples. Washington, D.C.: Smithsonian Institution.

Metropolitan Museum of Art, 1968. Computers and their potential applications in museums: A conference. New York: Published for the Museum by Arno Press.

Mary Piggott, 1988. A Topography of Cataloging. London: Library Association, pp. 13–15.

RLG, 2005. Descriptive Metadata Guidelines for RLG Cultural Materials, at http://www.rlg.org/en/pdfs/RLG_desc_metadata.pdf, accessed 4 March 2007.

Society of American Archivists, 2004. Describing Archives: A Content Standard. Chicago: Society of American Archivists.

Society of American Archivists, 2003. Statement of Principles for the CUSTARD Project, at http://www.archivists.org/news/custardproject.asp, accessed 18 December 2006.

Günter Waibel (editor), 2006. “Digital Asset Management in US Museums,” RLG DigiNews, special issue, volume 10, number 6 (15 December), at http://www.rlg.org/en/page.php?Page_ID=20999, accessed 20 December 2006.

 


 

Editorial history

Paper received 30 January 2007; accepted 20 February 2007.


Contents Index

Creative Commons
License
This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License.

Metadata for All: Descriptive Standards and Metadata Sharing across Libraries, Archives and Museums by Mary W. Elings and Günter Waibel
First Monday, volume 12, number 3 (March 2007),
URL: http://firstmonday.org/issues/issue12_3/elings/index.html