SlideShare une entreprise Scribd logo
1  sur  12
Télécharger pour lire hors ligne
MODS und MADS

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

Reinhold Heuvelmann, Deutsche Nationalbibliothek
Sitzung der Expertengruppe Datenformate am 17. Februar 2011
1
MODS
– "Metadata Object Description Schema"
– Metadata Schema
– Entwicklung durch MODS/MADS Editorial Committee
– Maintenance durch Library of Congress / NDMSO
– E-Mail-Liste "MODS Forum" MODS@LOC.GOV

2 Sitzung der Expertengruppe Datenformate am 17. Februar 2011 | Reinhold Heuvelmann | MODS und MADS
Design
– XML als Rahmenstruktur, <= Unicode
– Nutzung der Flexibilität von XML
=> keine Beschränkungen durch MARC-Struktur
– natürlichsprachige Bezeichnungen statt Feldnummern,
Unterfeldbezeichnungen, Codierungen
– Derivat von MARC 21 Bibliographic
=> Mappings MARC 21 <=> MODS
– Konzentration auf (relativ) wenige Elemente
=> übersichtlich
=> keine verlustfreie Konvertierung nach MARC 21
möglich
– Einbettung in METS möglich
3 Sitzung der Expertengruppe Datenformate am 17. Februar 2011 | Reinhold Heuvelmann | MODS und MADS
MADS
– "Metadata Authority Description Schema"
– Derivat von MARC 21 Authority
– MADS/RDF Vocabulary Description

4 Sitzung der Expertengruppe Datenformate am 17. Februar 2011 | Reinhold Heuvelmann | MODS und MADS
Anwendungen
– Library of Congress
– Library and Archives Canada
– Digital Library Federation / Aquifer
– DFG-Viewer,
Zentrales Verzeichnis Digitalisierter Drucke ZVDD
– weitere Projekte, besonders Bereich Digitalisierung
– vgl. MODS Implementation Registry
http://www.loc.gov/standards/mods/registry.php
5 Sitzung der Expertengruppe Datenformate am 17. Februar 2011 | Reinhold Heuvelmann | MODS und MADS
MarcEdit: MARC 21 => MODS

6 Sitzung der Expertengruppe Datenformate am 17. Februar 2011 | Reinhold Heuvelmann | MODS und MADS
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>
</marc:record>
</marc:collection>
7 Sitzung der Expertengruppe Datenformate am 17. Februar 2011 | Reinhold Heuvelmann | MODS und MADS
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>

8 Sitzung der Expertengruppe Datenformate am 17. Februar 2011 | Reinhold Heuvelmann | MODS und MADS
Auszug
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 type="date">1928-1987</namePart>
<role>
<roleTerm type="text">Ill.</roleTerm>
</role>
<role>
<roleTerm authority="marcrelator"
type="code">ill</roleTerm>
</role>
</name>
+ xlink="http://d-nb.info/gnd/118629220"
9 Sitzung der Expertengruppe Datenformate am 17. Februar 2011 | Reinhold Heuvelmann | MODS und MADS
Ausblick
– FRBR
– RDA
– Internationalisierung
– RDF
– Linked Data

– Deutsche Nationalbibliothek ... ?

GND in MADS ... ?

10 Sitzung der Expertengruppe Datenformate am 17. Februar 2011 | Reinhold Heuvelmann | MODS und MADS
Links
MODS
http://www.loc.gov/standards/mods/
MADS
http://www.loc.gov/standards/mads/
MODS and MADS: Current implementations and future directions
http://litablog.org/2010/07/mods-and-mads-currentimplementations-and-future-directions/
MADS/RDF Vocabulary Description
http://www.loc.gov/standards/mads/rdf/
Hans-Georg Becker: MODS2FRBRoo
https://eldorado.tu-dortmund.de/handle/2003/27402
PCC SCA MODS/Dublin Core Record Utilization Task Group
http://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
11 Sitzung der Expertengruppe Datenformate am 17. Februar 2011 | Reinhold Heuvelmann | MODS und MADS
Danke für Ihre
Aufmerksamkeit Input willkommen!

http://www.eggersdorfer.info/brno76/tanken.jpg

Reinhold Heuvelmann, r.heuvelmann@dnb.de
12 Sitzung der Expertengruppe Datenformate am 17. Februar 2011 | Reinhold Heuvelmann | MODS und MADS

Contenu connexe

Plus de Reinhold Heuvelmann

Open Access und Lizenzangaben in MARC 21 - Update
Open Access und Lizenzangaben in MARC 21 - UpdateOpen Access und Lizenzangaben in MARC 21 - Update
Open Access und Lizenzangaben in MARC 21 - UpdateReinhold Heuvelmann
 
Open Access and License Representation in MARC 21
Open Access and License Representation in MARC 21Open Access and License Representation in MARC 21
Open Access and License Representation in MARC 21Reinhold Heuvelmann
 
Open Access und Lizenzangaben in MARC 21
Open Access und Lizenzangaben in MARC 21Open Access und Lizenzangaben in MARC 21
Open Access und Lizenzangaben in MARC 21Reinhold Heuvelmann
 
Overview of Format Activities in Die Deutsche Bibliothek
Overview of Format Activities in Die Deutsche BibliothekOverview of Format Activities in Die Deutsche Bibliothek
Overview of Format Activities in Die Deutsche BibliothekReinhold Heuvelmann
 
Linked Data at the German National Library
Linked Data at the German National LibraryLinked Data at the German National Library
Linked Data at the German National LibraryReinhold Heuvelmann
 
Entitäten, Relationen und mehr - Erweiterungen in MARC 21 Authority durch di...
Entitäten, Relationen und mehr - Erweiterungen in MARC 21 Authority durch di...Entitäten, Relationen und mehr - Erweiterungen in MARC 21 Authority durch di...
Entitäten, Relationen und mehr - Erweiterungen in MARC 21 Authority durch di...Reinhold Heuvelmann
 
Some requirements for a future metadata format
Some requirements for a future metadata formatSome requirements for a future metadata format
Some requirements for a future metadata formatReinhold Heuvelmann
 
GND and URIs: Integration and Identification
GND and URIs: Integration and IdentificationGND and URIs: Integration and Identification
GND and URIs: Integration and IdentificationReinhold Heuvelmann
 
Typen von Publikationen nach RDA
Typen von Publikationen nach RDATypen von Publikationen nach RDA
Typen von Publikationen nach RDAReinhold Heuvelmann
 
BIBFRAME Report from the German National Library
BIBFRAME Report from the German National LibraryBIBFRAME Report from the German National Library
BIBFRAME Report from the German National LibraryReinhold Heuvelmann
 
Die Implementierung von Content Type, Media Type und Carrier Type
Die Implementierung von Content Type, Media Type und Carrier TypeDie Implementierung von Content Type, Media Type und Carrier Type
Die Implementierung von Content Type, Media Type und Carrier TypeReinhold Heuvelmann
 
Das MARC-Feld 924 "Bestandsinformationen"
Das MARC-Feld 924 "Bestandsinformationen"Das MARC-Feld 924 "Bestandsinformationen"
Das MARC-Feld 924 "Bestandsinformationen"Reinhold Heuvelmann
 

Plus de Reinhold Heuvelmann (20)

Diakritika in Unicode
Diakritika in UnicodeDiakritika in Unicode
Diakritika in Unicode
 
Open Access und Lizenzangaben in MARC 21 - Update
Open Access und Lizenzangaben in MARC 21 - UpdateOpen Access und Lizenzangaben in MARC 21 - Update
Open Access und Lizenzangaben in MARC 21 - Update
 
Open Access and License Representation in MARC 21
Open Access and License Representation in MARC 21Open Access and License Representation in MARC 21
Open Access and License Representation in MARC 21
 
Open Access und Lizenzangaben in MARC 21
Open Access und Lizenzangaben in MARC 21Open Access und Lizenzangaben in MARC 21
Open Access und Lizenzangaben in MARC 21
 
Overview of Format Activities in Die Deutsche Bibliothek
Overview of Format Activities in Die Deutsche BibliothekOverview of Format Activities in Die Deutsche Bibliothek
Overview of Format Activities in Die Deutsche Bibliothek
 
Linked Data at the German National Library
Linked Data at the German National LibraryLinked Data at the German National Library
Linked Data at the German National Library
 
Entitäten, Relationen und mehr - Erweiterungen in MARC 21 Authority durch di...
Entitäten, Relationen und mehr - Erweiterungen in MARC 21 Authority durch di...Entitäten, Relationen und mehr - Erweiterungen in MARC 21 Authority durch di...
Entitäten, Relationen und mehr - Erweiterungen in MARC 21 Authority durch di...
 
Some requirements for a future metadata format
Some requirements for a future metadata formatSome requirements for a future metadata format
Some requirements for a future metadata format
 
BIBFRAME
BIBFRAMEBIBFRAME
BIBFRAME
 
GND and URIs: Integration and Identification
GND and URIs: Integration and IdentificationGND and URIs: Integration and Identification
GND and URIs: Integration and Identification
 
BIBFRAME
BIBFRAMEBIBFRAME
BIBFRAME
 
Warum ausgerechnet BIBFRAME?
Warum ausgerechnet BIBFRAME?Warum ausgerechnet BIBFRAME?
Warum ausgerechnet BIBFRAME?
 
BIBFRAME: Wie geht es weiter?
BIBFRAME: Wie geht es weiter?BIBFRAME: Wie geht es weiter?
BIBFRAME: Wie geht es weiter?
 
2015 02-24 dnb-linking_data
2015 02-24 dnb-linking_data2015 02-24 dnb-linking_data
2015 02-24 dnb-linking_data
 
Typen von Publikationen nach RDA
Typen von Publikationen nach RDATypen von Publikationen nach RDA
Typen von Publikationen nach RDA
 
BIBFRAME on its way
BIBFRAME on its wayBIBFRAME on its way
BIBFRAME on its way
 
BIBFRAME: Potential und Risiko
BIBFRAME: Potential und RisikoBIBFRAME: Potential und Risiko
BIBFRAME: Potential und Risiko
 
BIBFRAME Report from the German National Library
BIBFRAME Report from the German National LibraryBIBFRAME Report from the German National Library
BIBFRAME Report from the German National Library
 
Die Implementierung von Content Type, Media Type und Carrier Type
Die Implementierung von Content Type, Media Type und Carrier TypeDie Implementierung von Content Type, Media Type und Carrier Type
Die Implementierung von Content Type, Media Type und Carrier Type
 
Das MARC-Feld 924 "Bestandsinformationen"
Das MARC-Feld 924 "Bestandsinformationen"Das MARC-Feld 924 "Bestandsinformationen"
Das MARC-Feld 924 "Bestandsinformationen"
 

MODS und MADS

  • 1. MODS und MADS http://en.wikipedia.org/wiki/File:Old_Mods_photo.jpg Reinhold Heuvelmann, Deutsche Nationalbibliothek Sitzung der Expertengruppe Datenformate am 17. Februar 2011 1
  • 2. MODS – "Metadata Object Description Schema" – Metadata Schema – Entwicklung durch MODS/MADS Editorial Committee – Maintenance durch Library of Congress / NDMSO – E-Mail-Liste "MODS Forum" MODS@LOC.GOV 2 Sitzung der Expertengruppe Datenformate am 17. Februar 2011 | Reinhold Heuvelmann | MODS und MADS
  • 3. Design – XML als Rahmenstruktur, <= Unicode – Nutzung der Flexibilität von XML => keine Beschränkungen durch MARC-Struktur – natürlichsprachige Bezeichnungen statt Feldnummern, Unterfeldbezeichnungen, Codierungen – Derivat von MARC 21 Bibliographic => Mappings MARC 21 <=> MODS – Konzentration auf (relativ) wenige Elemente => übersichtlich => keine verlustfreie Konvertierung nach MARC 21 möglich – Einbettung in METS möglich 3 Sitzung der Expertengruppe Datenformate am 17. Februar 2011 | Reinhold Heuvelmann | MODS und MADS
  • 4. MADS – "Metadata Authority Description Schema" – Derivat von MARC 21 Authority – MADS/RDF Vocabulary Description 4 Sitzung der Expertengruppe Datenformate am 17. Februar 2011 | Reinhold Heuvelmann | MODS und MADS
  • 5. Anwendungen – Library of Congress – Library and Archives Canada – Digital Library Federation / Aquifer – DFG-Viewer, Zentrales Verzeichnis Digitalisierter Drucke ZVDD – weitere Projekte, besonders Bereich Digitalisierung – vgl. MODS Implementation Registry http://www.loc.gov/standards/mods/registry.php 5 Sitzung der Expertengruppe Datenformate am 17. Februar 2011 | Reinhold Heuvelmann | MODS und MADS
  • 6. MarcEdit: MARC 21 => MODS 6 Sitzung der Expertengruppe Datenformate am 17. Februar 2011 | Reinhold Heuvelmann | MODS und MADS
  • 7. 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> </marc:record> </marc:collection> 7 Sitzung der Expertengruppe Datenformate am 17. Februar 2011 | Reinhold Heuvelmann | MODS und MADS
  • 8. 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> 8 Sitzung der Expertengruppe Datenformate am 17. Februar 2011 | Reinhold Heuvelmann | MODS und MADS
  • 9. Auszug 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 type="date">1928-1987</namePart> <role> <roleTerm type="text">Ill.</roleTerm> </role> <role> <roleTerm authority="marcrelator" type="code">ill</roleTerm> </role> </name> + xlink="http://d-nb.info/gnd/118629220" 9 Sitzung der Expertengruppe Datenformate am 17. Februar 2011 | Reinhold Heuvelmann | MODS und MADS
  • 10. Ausblick – FRBR – RDA – Internationalisierung – RDF – Linked Data – Deutsche Nationalbibliothek ... ? GND in MADS ... ? 10 Sitzung der Expertengruppe Datenformate am 17. Februar 2011 | Reinhold Heuvelmann | MODS und MADS
  • 11. Links MODS http://www.loc.gov/standards/mods/ MADS http://www.loc.gov/standards/mads/ MODS and MADS: Current implementations and future directions http://litablog.org/2010/07/mods-and-mads-currentimplementations-and-future-directions/ MADS/RDF Vocabulary Description http://www.loc.gov/standards/mads/rdf/ Hans-Georg Becker: MODS2FRBRoo https://eldorado.tu-dortmund.de/handle/2003/27402 PCC SCA MODS/Dublin Core Record Utilization Task Group http://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 11 Sitzung der Expertengruppe Datenformate am 17. Februar 2011 | Reinhold Heuvelmann | MODS und MADS
  • 12. Danke für Ihre Aufmerksamkeit Input willkommen! http://www.eggersdorfer.info/brno76/tanken.jpg Reinhold Heuvelmann, r.heuvelmann@dnb.de 12 Sitzung der Expertengruppe Datenformate am 17. Februar 2011 | Reinhold Heuvelmann | MODS und MADS