Dublin Core Microformatos: Web 2.0 Para El Dublin Core

Total Page:16

File Type:pdf, Size:1020Kb

Load more

Microformatos: web 2.0 para el Dublin Core Microformatos: web 2.0 para el Dublin Core Por Eva Méndez, Alejandro Bravo y Leandro Mariano López Resumen: En este artículo se presenta el uso de microformatos Dublin Core (DC), una manera de utilizar el conjunto de elemen- tos DC en una forma especial de marcado muy utilizada en la web 2.0 y denominada genéricamen- te “microformatos”. Permiten la expresión de la semántica en el seno de una página xhtml de forma visible al usuario, esta- bleciendo por tanto un alto nivel descriptivo para tipos de recur- sos concretos (tarjetas de visita, Eva Méndez es doctora en do- Alejandro Bravo es diplo- Leandro Mariano López, más cumentación y profesora del mado en estadística por la conocido en la comunidad eventos, etc.). El caso concreto Departamento de Biblioteco- Universidad Complutense de web como “inkel”, trabaja de los microformatos DC tiene un nomía y Documentación de la Madrid, actualmente trabaja como programador web en amplio potencial para la descrip- Universidad Carlos III de Ma- en Getronics como desarro- Buenos Aires (Argentina) y es ción de recursos en general, pero drid desde 1997. Participa ac- llador web, fundamentalmen- además investigador freelan- tivamente en distintos grupos de te para clientes del sector ce. En el año 2004 fue uno de por su origen están especialmen- trabajo e investigación interna- financiero. Su interés por la los organizadores y ponentes te indicados para describir recur- cionales sobre la normalización web (especialmente accesi- del taller “La web semántica en sos bibliográficos. Asimismo se de la Web y el acceso a la in- bilidad, web semántica, web América Latina”. Participa ac- presenta una forma sencilla de formación digital y es miembro móvil, estándares, etc.) le han tivamente en grupos de traba- del Comité Asesor de la DCMI llevado a mantener un sitio jo y listas de correo sobre web codificar DC en microformatos (Dublin Core Metadata Initiati- personal (Webposible) y sus semántica, metadatos, etc., usando Dublin Core Metadata ve). Durante el año académico blogs “Blog posible” y “Web siendo uno de los referentes en Gen, y otra aplicación que per- 2005-06 fue investigadora en es móvil”. la comunidad hispanohablan- mite visualizar la información el Metadata Research Center te interesada en estos temas. de la Universidad de Carolina contenida dentro de estos micro- del Norte, Chapel Hill, EUA. formatos, a través de una extensión de Mozilla Firefox creada a tal efecto. Es autora de diversas publica- ciones, principalmente sobre Palabras clave: Metadatos, Dublin Core, Web 2.0, Microformatos, Semántica embebida en metadatos, estándares para la web, xhtml, RDF, Web semántica. la web semántica y gestión de contenidos digitales, temas en Title: los que, entre otros, centra su Microformats: web 2.0 for Dublin Core investigación. Abstract: This paper describes the use of Dublin Core (DC) microformats that allow the DC Metadata Element Set to be marked up in a style commonly applied in web 2.0. Microformats allow the semantic expression inside xhtml pages to be displayed in a manner visible to the user, thereby enabling a high level of description for specific types of resources (business cards, events, etc.). This particular use of DC microformats offers great potential for resource description in general, and is especially suitable for describing bibliographic resources. Also presented in this paper is a sim- ple way for encoding DC in microformats using the Dublin Core Metadata Gen software, as well as an application that allows information included in the microformats to be displayed using the Mozilla Firefox extension, created for this purpose. Keywords: Metadata, Dublin Core, Web 2.0, Microformats, Web embedded semantics, Xhtml, RDF, Semantic web. Méndez, Eva; Bravo, Alejandro; Mariano López, Leandro. “Microformatos: web 2.0 para Dublin Core”. En: El profe- sional de la información, 2007, marzo-abril, v. 16, n. 2, pp. 107-113. DOI: 10.3145/epi.2007.mar.02 1. Introducción Cuando la web era sólo 1.0 (html era la única forma EL SUEÑO DE LOS METADATOS INCLUI- de representar y marcar la información, y Altavista era el DOS en el código fuente de los documentos html se buscador por excelencia) el único mecanismo aparente- repite, pero ahora desde el punto de vista de los mi- mente válido para incluir información semántica en los croformatos1, una nueva forma de embeber semán- documentos eran las etiquetas <meta> o metaetiquetas. tica y metainformación en xhtml. Esta metainformación debía introducirse en la cabecera Artículo recibido el 14-12-06 Aceptación definitiva: 20-12-06 El profesional de la información, v.16, n. 2, marzo-abril 2007 107 Eva Méndez, Alejandro Bravo y Leandro Mariano López de un documento html (entre las etiquetas <head> y para las máquinas, pero también otro de sus objetivos, </head>), junto a otros elementos incluidos en el cuer- así como de los metadatos en particular, es hacer úti- po del documento (entre <body> y </body>) como title, les los datos, directa o indirectamente, a las personas o address, link, del, ins, o los atributos title y cite que por usuarios de los mismos. Sin embargo, los metadatos re- su naturaleza eran especialmente adecuados para expre- feridos a páginas (metaetiquetas) no estaban dirigidos a sar información sobre la información. Desde un punto de las personas, sino más bien a los motores de indización vista práctico, los elementos <meta> han sido, o han in- y búsqueda. Así pues, cuando navegamos no los visua- tentado ser, la forma más popular de añadir información lizamos directamente. semántica en los documentos xhtml. Pero su abuso y/o el Recordemos que una página es, básicamente, un mal uso (spamming) hizo fracasar el objetivo inicial de documento de texto plano fácilmente editable com- metadatos de propósito general aplicados a entornos de puesto por etiquetas o tags, que puede contener atribu- recuperación de información all-the-web –por búsqueda tos y sus valores determinados. En ella pueden aparecer all-the-web entendemos aquella que se desarrolla en el más etiquetas o bien directamente el texto que se visua- seno de motores de búsqueda y servicios de recuperación liza por el agente de usuario. De forma sencilla, la es- tipo Google, que pretenden indizar de forma automática tructura básica de una página xhtml está compuesta por “toda la web”– o las propias metaetiquetas básicas <meta dos partes: la cabecera (<head> y el cuerpo (<body>). keywords="" description=""> debido a la utilización in- En la primera se pueden incluir metadatos, vínculos a coherente o abusiva de esa metainformación básica, que ficheros javascript, vínculos relacionados, etc. y, salvo pronto sería ignorada por los motores de búsqueda. en el caso de lo comprendido en la etiqueta <title> el Esta insuficiencia de expresión semántica llevaría a contenido no se muestra generalmente en el navegador. calificar a algunos autores a html como una norma enve- El cuerpo está constituido por el contenido real de la jecida e inflexible2. Sin embargo, con la popularización página que el usuario ve en su pantalla. de xml y especialmente la estabilización de rdf desde Para poder acceder a la metainformación incluida 1999 como una recomendación del W3C3, se amplía la en la cabecera tenemos, sin embargo, varias opciones: perspectiva de versatilidad de los metadatos y mejora notablemente su potencial y uso como uno de los ele- – Visualizar el código fuente. mentos clave de la web semántica, en aras a la intero- – Utilizar aplicaciones que la muestren, por ejem- perabilidad y una recuperación de la información más plo, configurando el navegador Opera, utilizando ex- precisa. Los microformatos y rdf reviven el clásico de- tensiones en Firefox, Mozilla o Seamonkey y que per- 5 bate entre los estándares de facto y de jure y han llega- mitan la visualización de metadatos, como Meta Tags 4 do a denominarse “web semántica en minúsculas” . Por Sidebar6 o Dublin Core Viewer7, o bien a través de na- ejemplo rdfa es la nueva iniciativa (working draft) del vegadores especializados con los que se pueden ver los 25 W3C , que nace con vocación de estándar reconocido. metadatos embebidos en la cabecera al mismo tiempo Se trata de una sintaxis para expresar metadatos utili- que se accede al contenido (por ejemplo Metabrow- zando un conjunto de elementos y atributos que permi- ser8). ten embeber rdf en xhtml. Mientras, los microformatos sirven básicamente para lo mismo, codificar metainfor- – Codificar los metadatos en el cuerpo (<body>) mación en el seno de documentos xhtml, pero su uso del documento de manera que sean mostrados ex profe- extendido en la actualidad los ha convertido ya en un so por el navegador (dirigidos al usuario). estándar de facto dentro de la denominada web 2.0. Exactamente con esta última finalidad, mostrar in- http://www.w3.org/TR/xhtml2/ formación práctica a las personas, nacen los microfor- matos en el año 2003. Una forma de plantear una solu- ción sencilla e innovadora a una cuestión sempiterna en la web: la nivelación entre la orientada al hombre y a la máquina. Con el objetivo de hacer útiles los datos, y “Los microformatos y rdf reviven el mejorar la recuperación de información en la Red sur- clásico debate entre los estándares gió el DC en 1995 y, aunando ambos propósitos, nace de hecho y los oficiales, y han llegado la idea de codificar los elementos DC en una sintaxis de a denominarse ‘web semántica en microformatos9, 10. minúsculas” 2. Microformatos: una forma de expresar metadatos en la web 2.0 El objetivo principal de la web semántica es, de Tal y como se afirma directa y firmemente en la manera sencilla, conseguir un lugar más comprensible página del proyecto Microformats1, intentan ser útiles 108 El profesional de la información, v.16, n.
Recommended publications
  • Metadata for Semantic and Social Applications

    Metadata for Semantic and Social Applications

    etadata is a key aspect of our evolving infrastructure for information management, social computing, and scientific collaboration. DC-2008M will focus on metadata challenges, solutions, and innovation in initiatives and activities underlying semantic and social applications. Metadata is part of the fabric of social computing, which includes the use of wikis, blogs, and tagging for collaboration and participation. Metadata also underlies the development of semantic applications, and the Semantic Web — the representation and integration of multimedia knowledge structures on the basis of semantic models. These two trends flow together in applications such as Wikipedia, where authors collectively create structured information that can be extracted and used to enhance access to and use of information sources. Recent discussion has focused on how existing bibliographic standards can be expressed as Semantic Metadata for Web vocabularies to facilitate the ingration of library and cultural heritage data with other types of data. Harnessing the efforts of content providers and end-users to link, tag, edit, and describe their Semantic and information in interoperable ways (”participatory metadata”) is a key step towards providing knowledge environments that are scalable, self-correcting, and evolvable. Social Applications DC-2008 will explore conceptual and practical issues in the development and deployment of semantic and social applications to meet the needs of specific communities of practice. Edited by Jane Greenberg and Wolfgang Klas DC-2008
  • Provenance and Annotations for Linked Data

    Provenance and Annotations for Linked Data

    Proc. Int’l Conf. on Dublin Core and Metadata Applications 2013 Provenance and Annotations for Linked Data Kai Eckert University of Mannheim, Germany [email protected] Abstract Provenance tracking for Linked Data requires the identification of Linked Data resources. Annotating Linked Data on the level of single statements requires the identification of these statements. The concept of a Provenance Context is introduced as the basis for a consistent data model for Linked Data that incorporates current best-practices and creates identity for every published Linked Dataset. A comparison of this model with the Dublin Core Abstract Model is provided to gain further understanding, how Linked Data affects the traditional view on metadata and to what extent our approach could help to mediate. Finally, a linking mechanism based on RDF reification is developed to annotate single statements within a Provenance Context. Keywords: Provenance; Annotations; RDF; Linked Data; DCAM; DM2E; 1. Introduction This paper addresses two challenges faced by many Linked Data applications: How to provide, access, and use provenance information about the data; and how to enable data annotations, i.e., further statements about the data, subsets of the data, or even single statements. Both challenges are related as both require the existence of identifiers for the data. We use the Linked Data infrastructure that is currently developed in the DM2E project as an example with typical use- cases and resulting requirements. 1.1. Foundations Linked Data, the publication of data on the Web, enables easy access to data and supports the reuse of data. The Hypertext Transfer Protocol (HTTP) is used to access a Uniform Resource Identifier (URI) and to retrieve data about the resource.
  • Rdfa in XHTML: Syntax and Processing Rdfa in XHTML: Syntax and Processing

    Rdfa in XHTML: Syntax and Processing Rdfa in XHTML: Syntax and Processing

    RDFa in XHTML: Syntax and Processing RDFa in XHTML: Syntax and Processing RDFa in XHTML: Syntax and Processing A collection of attributes and processing rules for extending XHTML to support RDF W3C Recommendation 14 October 2008 This version: http://www.w3.org/TR/2008/REC-rdfa-syntax-20081014 Latest version: http://www.w3.org/TR/rdfa-syntax Previous version: http://www.w3.org/TR/2008/PR-rdfa-syntax-20080904 Diff from previous version: rdfa-syntax-diff.html Editors: Ben Adida, Creative Commons [email protected] Mark Birbeck, webBackplane [email protected] Shane McCarron, Applied Testing and Technology, Inc. [email protected] Steven Pemberton, CWI Please refer to the errata for this document, which may include some normative corrections. This document is also available in these non-normative formats: PostScript version, PDF version, ZIP archive, and Gzip’d TAR archive. The English version of this specification is the only normative version. Non-normative translations may also be available. Copyright © 2007-2008 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. Abstract The current Web is primarily made up of an enormous number of documents that have been created using HTML. These documents contain significant amounts of structured data, which is largely unavailable to tools and applications. When publishers can express this data more completely, and when tools can read it, a new world of user functionality becomes available, letting users transfer structured data between applications and web sites, and allowing browsing applications to improve the user experience: an event on a web page can be directly imported - 1 - How to Read this Document RDFa in XHTML: Syntax and Processing into a user’s desktop calendar; a license on a document can be detected so that users can be informed of their rights automatically; a photo’s creator, camera setting information, resolution, location and topic can be published as easily as the original photo itself, enabling structured search and sharing.
  • CODATA Workshop on Big Data Programme Book

    CODATA Workshop on Big Data Programme Book

    Sponsor I CODACODATA S UU Co-Sponsors Organizer Workshop on Big Data for International Scientific Programmes CONTENTS I. Sponsoring Organizations International Council for Science (ICSU) I. Sponsoring Organizations 2 The International Council for Science (ICSU) is a the international scientific community to II. Programme 7 non-governmental organization with a global strengthen international science for the benefit of membership of national scientific bodies society. (121members, representing 141 countries) and international scientific unions (31 members). ICSU: www.icsu.org III. Remarks and Abstracts 13 ICSU mobilizes the knowledge and resources of Committee on Data for Science and Technology (CODATA) IV. Short Biography of Speakers 28 I CODACODATA S UU V. Conference Venue Layout 41 CODATA, the ICSU Committee on Data for Science challenges and ‘hot topics’ at the frontiers and Technology, was established in 1966 to meet of data science (through CODATA Task a need for an international coordinating body to Groups and Working Groups and other improve the management and preservation of initiatives). VI. General Information 43 scientific data. CODATA has been at the forefront 3. Developing data strategies for international of data science and data policy issues since that science programmes and supporting ICSU date. activities such as Future Earth and Integrated About Beijing 43 Research on Disaster Risk (IRDR) to address CODATA supports ICSU’s mission of ‘strengthening data management needs. international science for the benefit of society’ by ‘promoting improved scientific and technical data Through events like the Workshop on Big Data for About the Workshop Venue 43 management and use’. CODATA achieves this International Scientific Programmes and mission through three strands of activity: SciDataCon 2014, CODATA collaborates with 1.
  • Introduction to Ontology- Based Semantics Goals Service

    Introduction to Ontology- Based Semantics Goals Service

    Goals • To provide some insight into the usefulness of ontologies Introduction to Ontology- • To provide an understanding of the based Semantics features of RDFS and OWL and their use in automated reasoning Semantic Web, ontologies, RDF, OWL, • To provide an outline of the N3 syntax N3 • Use N3 to express RDFS and OWL – sufficient for later examples and exercises on service semantics With thanks to Declan O’Sullivan @ David Lewis @ David Lewis Service Semantics Functional Semantics • WSDL provides the syntax we need for interoperating with a service, but little in the way of semantics • What do ‘origin’ and ‘destination’ strings • Examining this example raises many questions about represent? functional and non-functional semantics – Country, city, airport, restrictions (airline, national, <message name=“getcheapestFlightRequest"> regional)? <part name=“origin" type="xsd:string"/> <part name=“destination" type="xsd:string"/> • What does ‘flight’ string represent? <part name=“date" type="xsd:date"/> – Airline, flight number, plane type? </message> <message name=“getcheapestFlightResponse"> • What does ‘time’ string represent? <part name=“flight" type="xsd:string"/> <part name=“time" type="xsd:time"/> – Departure time? <part name=“cost” type=“xsd:float”/> </message> – Note xsd:time probably is adequate - supports time- <portType name=“cheapestFlight"> zone information <operation name="getCheapestFlight"> <input message=“getcheapestFlightRequest"/> • What does ‘cost’ float represent? <output message=“getcheapestFlightResponse"/> </operation>
  • Folksonomies - Cooperative Classification and Communication Through Shared Metadata

    Folksonomies - Cooperative Classification and Communication Through Shared Metadata

    Folksonomies - Cooperative Classification and Communication Through Shared Metadata Adam Mathes Computer Mediated Communication - LIS590CMC Graduate School of Library and Information Science University of Illinois Urbana-Champaign December 2004 Abstract This paper examines user-generated metadata as implemented and applied in two web services designed to share and organize digital me- dia to better understand grassroots classification. Metadata - data about data - allows systems to collocate related information, and helps users find relevant information. The creation of metadata has generally been approached in two ways: professional creation and author creation. In li- braries and other organizations, creating metadata, primarily in the form of catalog records, has traditionally been the domain of dedicated profes- sionals working with complex, detailed rule sets and vocabularies. The primary problem with this approach is scalability and its impracticality for the vast amounts of content being produced and used, especially on the World Wide Web. The apparatus and tools built around professional cataloging systems are generally too complicated for anyone without spe- cialized training and knowledge. A second approach is for metadata to be created by authors. The movement towards creator described docu- ments was heralded by SGML, the WWW, and the Dublin Core Metadata Initiative. There are problems with this approach as well - often due to inadequate or inaccurate description, or outright deception. This paper examines a third approach: user-created metadata, where users of the documents and media create metadata for their own individual use that is also shared throughout a community. 1 The Creation of Metadata: Professionals, Con- tent Creators, Users Metadata is often characterized as “data about data.” Metadata is information, often highly structured, about documents, books, articles, photographs, or other items that is designed to support specific functions.
  • Extending the Role of Metadata in a Digital Library System*

    Extending the Role of Metadata in a Digital Library System*

    Extending the Role of Metadata in a Digital Library System* Alexa T. McCray, Marie E. Gallagher, Michael A. Flannick National Library of Medicine Bethesda, MD, USA {mccray,gallagher,flannick}@nlm.nih.gov Abstract Metadata efforts often fall into the trap of We describe an approach to the development of a digital trying to create a universal metadata schema. library system that is founded on a number of basic Such efforts fail to recognize the basic nature principles. In particular, we discuss the critical role of of metadata: namely, that it is far too diverse metadata in all aspects of the system design. We begin by to fit into one useful taxonomy...the creation, describing how the notion of metadata is sometimes administration, and enhancement of individual interpreted and go on to discuss some of our early metadata forms should be left to the relevant experiences in a digital conversion project. We report on communities of expertise. Ideally this would the Profiles in Science project, which is making the occur within a framework that will support archival collections of prominent biomedical scientists interoperability across data and domains. available on the World Wide Web. We discuss the [4:277] principles that are used in our system design, illustrating Roszkowski and Lukas describe an approach for these throughout the discussion. Our approach has linking distributed collections of metadata so that they are involved interpreting metadata in its broadest sense. We searchable as a single collection [5], and Baldonado et al. capture data about the items in our digital collection for a describe an architecture that facilitates metadata a variety of purposes and use those data to drive the compatibility and interoperability [6].
  • A Blockchain-Based Application to Protect Minor Artworks

    A Blockchain-Based Application to Protect Minor Artworks

    A Blockchain-based Application to Protect Minor Artworks Clara Bacciu, Angelica Lo Duca, Andrea Marchetti IIT-CNR - via G. Moruzzi 1, 56124 Pisa (Italy) [name].[surname]@iit.cnr.it Keywords: blockchain, Ethereum, recordkeeping, IPFS, Cultural Heritage, minor artwork Abstract: A new emerging trend concerns the implementation of services and distributed applications through the blockchain technology. A blockchain is an append-only database, which guarantees security, transparency and immutability of records. Blockchains can be used in the field of Cultural Heritage to protect minor artworks, i.e. artistic relevant works not as famous as masterpieces. Minor artworks are subjected to counterfeiting, thefts and natural disasters because they are not well protected as famous artworks. This paper describes a blockchain-based application, called MApp (Minor Artworks application), which lets authenticated users (pri- vate people or organizations), store the information about their artworks in a secure way. The use of blockchain produces three main advantages. Firstly, artworks cannot be deleted from the register thus preventing thieves to remove records associated stolen objects. Secondly, artworks can be added and updated only by authorized users, thus preventing counterfeiting in objects descriptions. Finally, records can be used to keep artworks memory in case of destruction caused by a natural disaster. 1 INTRODUCTION cessible. To complicate things, in the last decades, Italy (as many other places in the world) has suffered Minor artworks are works that are artistically rel- a series of catastrophic events that largely affected evant but not as well-known as famous masterpieces, cultural heritage: earthquakes, landslides, floods, col- or belonging to the so-called minor arts, such as books lapses in important archaeological sites such as Pom- and manuscripts, pottery, lacquerware, furniture, jew- pei.
  • Integrating Dublin Core Metadata for Cultural Heritage Collections Using Ontologies**

    2007 Proc. Int’l Conf. on Dublin Core and Metadata Applications Integrating Dublin Core metadata for cultural heritage ** collections using ontologies Constantia Kakali Irene Lourdi Thomais Stasinopoulou Department of Archive and Department of Archive and Department of Archive and Library Sciences, Ionian Library Sciences, Ionian Library Sciences, Ionian University, Greece University, Greece University, Greece [email protected] [email protected] [email protected] Lina Bountouri Christos Papatheodorou Martin Doerr Department of Archive and Department of Archive and Institute of Computer Library Sciences, Ionian Library Sciences, Ionian Science, Foundation for University, Greece University, Greece Research and Technology, [email protected] [email protected] Greece [email protected] Manolis Gergatsoulis Department of Archive and Library Sciences, Ionian University, Greece [email protected] Abstract Metadata interoperability is an active research area, especially for cultural heritage collections, which consist of heterogeneous objects described by a variety of metadata schemas. In this paper we propose an ontology-based metadata interoperability approach, which exploits, in an optimal way, the semantics of metadata schemas. In particular, we propose the use of CIDOC/CRM ontology as a mediating schema and present a methodology for mapping DC Type Vocabulary to CIDOC/CRM, demonstrating a real-world effort for ontology-based metadata integration. Keywords: ontology-based integration; metadata interoperability; CIDOC/CRM; DC-Type. 1. Introduction Heterogeneity is one of the main characteristics of cultural heritage collections. Such collections may be composed of text, written on different materials, paintings, photographs, 3D objects, sound recordings, maps or even digital objects. Furthermore, the objects are strongly related with the social and historical events that take place over time.
  • Publishing E-Resources of Digital Institutional Repository As Linked Open Data: an Experimental Study

    Publishing E-Resources of Digital Institutional Repository As Linked Open Data: an Experimental Study

    University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln Library Philosophy and Practice (e-journal) Libraries at University of Nebraska-Lincoln 11-30-2020 Publishing E-resources of Digital Institutional Repository as Linked Open Data: an experimental study Subhendu Kar Vivekananda Satavarshiki Mahavidyalaya, [email protected] Dr. Rajesh Das The University of Burdwan, [email protected] Follow this and additional works at: https://digitalcommons.unl.edu/libphilprac Part of the Library and Information Science Commons Kar, Subhendu and Das, Dr. Rajesh, "Publishing E-resources of Digital Institutional Repository as Linked Open Data: an experimental study" (2020). Library Philosophy and Practice (e-journal). 4699. https://digitalcommons.unl.edu/libphilprac/4699 Publishing E-resources of Digital Institutional Repository as Linked Open Data: an experimental study Subhendu Kar, Librarian, Vivekananda Satavarshiki Mahavidyalaya, Manikpara, Dist, Jhargram, West Bengal, India Pin-721513 And Dr. Rajesh Das, Assistant Professor, Department of Library and Information Science, The University of Burdwan, Burdwan, West Bengal, India, Pin-713104 Abstract Linked open data (LOD) is an essential component in semantic web architecture and is becoming increasingly important over time due to its ability to share and re-use structured data which is both human and computer readable over the web. Currently, many libraries, archives, museums etc. are using open source digital library software to manage and preserve their digital collections. They may also intend to publish their e-resources as “Linked Open Datasets” for further usage. LOD enables the libraries or information centers to publish and share the structured metadata that is generated and maintained with their own bibliographic and authority data in such a way that the other libraries and general community across the world can consume, interact, enrich and share.
  • Developing Cultural Heritage Preservation Databases Based on Dublin Core Data Elements

    Developing Cultural Heritage Preservation Databases Based on Dublin Core Data Elements

    Developing cultural heritage preservation databases based on Dublin Core data elements Fenella G. France Art Preservation Services Tel: +1 212 722 6300 x4 [email protected] Michael B. Toth R.B. Toth Associates Tel: +1 703 938 4499 [email protected] Abstract: Preserving our cultural heritage – from fragile historic textiles such as national flags to heavy and seemingly solid artifacts recovered from 9/11 – requires careful monitoring of the state of the artifact and environmental conditions. The standard for a web-accessible textile fiber database is established with Dublin Core elements to address the needs of textile conservation. Dynamic metadata and classification standards are also incorporated to allow flexibility in recording changing conditions and deterioration over the life of an object. Dublin core serves as the basis for data sets of information about the changing state of artifacts and environmental conditions. With common metadata standards, such as Dublin Core, this critical preservation knowledge can be utilized by a range of scientists and conservators to determine optimum conditions for slowing the rate of deterioration, as well as comparative use in the preservation of other artifacts. Keywords: Preservation, cultural heritage, Dublin Core, conservation, deterioration, environmental parameters, preservation vocabularies, textiles, fiber, metadata standards, digital library. 1. Introduction Preserving our cultural heritage for future generations is a critical aspect of the stewardship of historical objects. This requires careful monitoring of the state of the artifact and environmental conditions, and standardized storage of this information to support a range of professionals who play a role in the preservation, storage and display of the artifact – including conservators, scientists, curators, and other cultural heritage professionals.
  • Choosing a Metadata Type on Metadata Types This Is Our Future; We Can No Longer Rely on Only One Record Structure

    Choosing a Metadata Type on Metadata Types This Is Our Future; We Can No Longer Rely on Only One Record Structure

    Choosing a Metadata Type On Metadata Types This is our future; we can no longer rely on only one record structure. We must be able to accept many different kinds of bibliographic record structures, from ONIX to Dublin Core to whatever else comes along that contains useful information. To use these record formats we will need rules and guidelines to follow in their application. We need both general rules and schema-specific rules, similar to the way we have used AACR2 to define what information we capture in MARC. – Roy Tennant. “Building a New Bibliographic Infrastructure.”1 Considerations in choosing a metadata type The following questions to consider were put forth by Dorothea Salo, Digital Repository Services Librarian at George Mason University: • What is the problem domain? • Is the choice baked into the system? For example, if you want to use OAI-PMH, Dublin Core is a natural choice. • What are similar projects using? • What else do you have to interoperate with? • What kind of usage infrastructure is there? Is it open or proprietary? Consider the size of the community around this metadata type. • What will this metadata do? • Is it a good standard that encourages good metadata? • Don’t panic; a crosswalk can be used to convert your data to a new metadata standard later.2 Defining the problem domain at the outset is one of the most important considerations. What is the purpose of the system? Is it data retrieval, resource identification, applying access rights to certain metadata, or a combination of these? 3 Defining these requirements up front will make the choice of metadata type more obvious.