12
MODS und MADS Reinhold Heuvelmann, Deutsche Nationalbibliothek http://en.wikipedia.org/wiki/File:Old_Mods_photo.jpg Reinhold Heuvelmann, Deutsche Nationalbibliothek Sitzung der Expertengruppe Datenformate am 17. Februar 2011 1

MODS und MADS

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: MODS und MADS

MODS und MADS

Reinhold Heuvelmann, Deutsche Nationalbibliothek

http://en.wikipedia.org/wiki/File:Old_Mods_photo.jpg

Reinhold Heuvelmann, Deutsche Nationalbibliothek

Sitzung der Expertengruppe Datenformate am 17. Februar 2011

1

Page 2: MODS und MADS

MODS

– "Metadata Object Description Schema"

– Metadata Schema

– Entwicklung durch MODS/MADS Editorial Committee – Entwicklung durch MODS/MADS Editorial Committee

– Maintenance durch Library of Congress / NDMSO

– E-Mail-Liste "MODS Forum" [email protected]

Sitzung der Expertengruppe Datenformate am 17. Februar 2011 | Reinhold Heuvelmann | MODS und MADS2

Page 3: MODS und MADS

Design

– XML als Rahmenstruktur, <= Unicode

– Nutzung der Flexibilität von XML– Nutzung der Flexibilität von XML=> keine Beschränkungen durch MARC-Struktur

– natürlichsprachige Bezeichnungen statt Feldnummern, – natürlichsprachige Bezeichnungen statt Feldnummern, Unterfeldbezeichnungen, Codierungen

– Derivat von MARC 21 Bibliographic– Derivat von MARC 21 Bibliographic=> Mappings MARC 21 <=> MODS

– Konzentration auf (relativ) wenige Elemente=> übersichtlich=> keine verlustfreie Konvertierung nach MARC 21 => keine verlustfreie Konvertierung nach MARC 21

möglich

– Einbettung in METS möglich– Einbettung in METS möglichSitzung der Expertengruppe Datenformate am 17. Februar 2011 | Reinhold Heuvelmann | MODS und MADS3

Page 4: MODS und MADS

MADS

– "Metadata Authority Description Schema"

– Derivat von MARC 21 Authority

– MADS/RDF Vocabulary Description– MADS/RDF Vocabulary Description

Sitzung der Expertengruppe Datenformate am 17. Februar 2011 | Reinhold Heuvelmann | MODS und MADS4

Page 5: MODS und MADS

Anwendungen

– Library of Congress

– Library and Archives Canada– Library and Archives Canada

– Digital Library Federation / Aquifer

– DFG-Viewer, Zentrales Verzeichnis Digitalisierter Drucke ZVDDZentrales Verzeichnis Digitalisierter Drucke ZVDD

– weitere Projekte, besonders Bereich Digitalisierung

– vgl. MODS Implementation Registry– vgl. MODS Implementation Registryhttp://www.loc.gov/standards/mods/registry.php

Sitzung der Expertengruppe Datenformate am 17. Februar 2011 | Reinhold Heuvelmann | MODS und MADS5

Page 6: MODS und MADS

MarcEdit: MARC 21 => MODSMarcEdit: MARC 21 => MODS

Sitzung der Expertengruppe Datenformate am 17. Februar 2011 | Reinhold Heuvelmann | MODS und MADS6

Page 7: MODS und MADS

MARCXML (stark gekürzt)MARCXML (stark gekürzt)<?xml version="1.0" encoding="UTF-8" ?>

<marc:collection xmlns:marc="http://www.loc.gov/MARC21/slim"

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xsi:schemaLocation="http://www.loc.gov/MARC21/slim

http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd">

<marc:record>

<marc:leader>02135pam a2200505 b4500</marc:leader>

<marc:controlfield tag="001">982562144</marc:controlfield>

<marc:datafield tag="020" ind1=" " ind2=" ">

<marc:subfield code="a">9783940111036</marc:subfield>

<marc:subfield code="c">Pp. : EUR 17.90, sfr 29.90</marc:subfield>

<marc:subfield code="9">978-3-940111-03-6</marc:subfield>

</marc:datafield>

<marc:datafield tag="100" ind1="1" ind2=" ">

<marc:subfield code="a">Beckford, William</marc:subfield>

<marc:subfield code="4">aut</marc:subfield>

<marc:subfield code="d">1760-1844</marc:subfield>

<marc:subfield code="0">(DE-588a)118997858</marc:subfield>

<marc:subfield code="0">(DE-101)118997858</marc:subfield>

</marc:datafield>

<marc:datafield tag="245" ind1="1" ind2="0">

<marc:subfield code="a">Vathek</marc:subfield>

<marc:subfield code="c">William Beckford. Mit einem Vorw. von Jorge Luis Borges. [Aus dem Engl. von

Hans Schiebelhuth]</marc:subfield>

</marc:datafield>

<marc:datafield tag="260" ind1="3" ind2=" ">

<marc:subfield code="a">Frankfurt, M.</marc:subfield>

<marc:subfield code="b">Ed. Bu¨chergilde</marc:subfield>

<marc:subfield code="c">2007</marc:subfield>

</marc:datafield>

<marc:datafield tag="300" ind1=" " ind2=" ">

<marc:subfield code="a">168 S.</marc:subfield>

<marc:subfield code="c">23 cm</marc:subfield>

</marc:datafield></marc:datafield>

Sitzung der Expertengruppe Datenformate am 17. Februar 2011 | Reinhold Heuvelmann | MODS und MADS

</marc:record>

</marc:collection>

7

Page 8: MODS und MADS

MODS (stark gekürzt)MODS (stark gekürzt)<?xml version="1.0" encoding="utf-8"?>

<modsCollection xsi:schemaLocation="http://www.loc.gov/mods/v3

http://www.loc.gov/standards/mods/v3/mods-3-0.xsd" xmlns="http://www.loc.gov/mods/v3"

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<mods version="3.0">

<titleInfo>

<title>Vathek</title>

</titleInfo>

<titleInfo type="uniform">

<title>Vathek</title>

</titleInfo>

<name type="personal">

<namePart>Beckford, William</namePart>

<namePart type="date">1760-1844</namePart>

<role>

<roleTerm authority="marcrelator" type="text">creator</roleTerm>

</role>

<role>

<roleTerm authority="marcrelator" type="code">aut</roleTerm>

</role>

</name>

<typeOfResource>text</typeOfResource>

<genre authority="swd">Belletristische Darstellung</genre>

<physicalDescription>

<internetMediaType>text/html</internetMediaType>

<extent>168 S. 23 cm</extent>

</physicalDescription>

<subject authority="swd">

<topic>Kalif</topic>

</subject>

<identifier type="isbn">9783940111036</identifier>

<identifier type="isbn">3940111031</identifier>

</mods>

</modsCollection>

Sitzung der Expertengruppe Datenformate am 17. Februar 2011 | Reinhold Heuvelmann | MODS und MADS8

Page 9: MODS und MADS

Auszug

MAB2:MAB2:100bWarhol, Andy -[Ill.]-

102a118629220

MARC 21:7001 $aWarhol, Andy$4ill$d1928-1987$eIll.$0(DE-588)118629220

MODS:<name type="personal">

<namePart>Warhol, Andy</namePart><namePart>Warhol, Andy</namePart>

<namePart type="date">1928-1987</namePart>

<role>

<roleTerm type="text">Ill.</roleTerm><roleTerm type="text">Ill.</roleTerm>

</role>

<role>

<roleTerm authority="marcrelator" <roleTerm authority="marcrelator"

type="code">ill</roleTerm>

</role>

</name> + xlink="http://d-nb.info/gnd/118629220"

Sitzung der Expertengruppe Datenformate am 17. Februar 2011 | Reinhold Heuvelmann | MODS und MADS

</name> + xlink="http://d-nb.info/gnd/118629220"

9

Page 10: MODS und MADS

Ausblick

– FRBR– FRBR

– RDA– RDA

– Internationalisierung

– RDF

– Linked Data– Linked Data

– Deutsche Nationalbibliothek ... ? GND in MADS ... ?

Sitzung der Expertengruppe Datenformate am 17. Februar 2011 | Reinhold Heuvelmann | MODS und MADS10

Page 11: MODS und MADS

LinksLinks

MODShttp://www.loc.gov/standards/mods/

MADS http://www.loc.gov/standards/mads/

MODS and MADS: Current implementations and future directionshttp://litablog.org/2010/07/mods-and-mads-current-implementations-and-future-directions/implementations-and-future-directions/

MADS/RDF Vocabulary Descriptionhttp://www.loc.gov/standards/mads/rdf/http://www.loc.gov/standards/mads/rdf/

Hans-Georg Becker: MODS2FRBRoohttps://eldorado.tu-dortmund.de/handle/2003/27402

PCC SCA MODS/Dublin Core Record Utilization Task Grouphttp://www.loc.gov/catdir/pcc/sca/MODS-Final-Report.pdf

DFG-Praxisregeln "Digitalisierung"http://www.dfg.de/download/pdf/foerderung/programme/lis/ praxisregeln_digitalisierung.pdf

Sitzung der Expertengruppe Datenformate am 17. Februar 2011 | Reinhold Heuvelmann | MODS und MADS

praxisregeln_digitalisierung.pdf

11

Page 12: MODS und MADS

Danke für IhreAufmerksamkeit -Aufmerksamkeit -

Input willkommen!Input willkommen!

Reinhold Heuvelmann, [email protected]://www.eggersdorfer.info/brno76/tanken.jpg

Sitzung der Expertengruppe Datenformate am 17. Februar 2011 | Reinhold Heuvelmann | MODS und MADS12