Metadata Object Description Schema
- Metadata Object Description Schema
-
Das Metadata Object Description Schema (MODS) ist ein XML-Format für bibliografische Metadaten. Es wird als XML-Schema vom Network Development and MARC Standards Office der Library of Congress entwickelt und verwaltet, seit Juni 2010 liegt es in der Version 3.4 vor.
MODS wurde als Kompromiss zwischen der Komplexität von MARC (einem sehr detaillierten bibliografischen Austauschformat) und dem für viele Anwendungen zu einfachen Dublin Core entwickelt. Deshalb gibt es für viele – aber nicht für alle – MARC-Felder in MODS entsprechende XML-Elemente. Darüber hinaus gibt es in MODS Elemente, die nicht zu MARC kompatibel sind. Die Elemente wurden – im Unterschied zu den Zahlencodes von MARC – in englischer Sprache benannt. Zur Konvertierung zwischen Dublin Core, MARC und MODS stellt die Library of Congress eine Reihe von XSLT-Skripten zur Verfügung.
MODS wird aktuell (2007) nur von wenigen Literaturverwaltungsprogrammen unterstützt, darunter BibDesk, JabRef und Zotero.
Beispiel
<?xml version='1.0' encoding='UTF-8' ?>
<mods version="3.3"
xmlns="http://www.loc.gov/mods/v3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
<titleInfo>
<title>Buch der Lieder</title>
</titleInfo>
<name type="personal">
<namePart>Heine, Heinrich</namePart>
<role>
<roleTerm type="text">creator</roleTerm>
</role>
</name>
<typeOfResource>text</typeOfResource>
<originInfo>
<place>
<placeTerm type="text">Hamburg</placeTerm>
</place>
<publisher>Hoffmann und Campe</publisher>
<dateIssued>1827</dateIssued>
</originInfo>
<language>
<languageTerm authority="iso639-2b" type="code">ger</languageTerm>
</language>
<location>
<url>http://de.wikisource.org/wiki/Buch_der_Lieder</url>
</location>
</mods>
siehe auch
Weblinks
Wikimedia Foundation.
Schlagen Sie auch in anderen Wörterbüchern nach:
Metadata Object Description Schema — (MODS) MODS Logo XML based bibliographic description schema developed by the United States Library of Congress Network Development and Standards Office. MODS was designed as a compromise between the complexity of the … Wikipedia
Metadata Authority Description Schema — (MADS) is an XML schema developed by the United States Library of Congress Network Development and Standards Office that provides an authority element set to complement the Metadata Object Description Schema (MODS).[1] Contents 1 History 2… … Wikipedia
Metadata standards — are requirements which are intended to establish a common understanding of the meaning or semantics of the data, to ensure correct and proper use and interpretation of the data by its owners and users. To achieve this common understanding, a… … Wikipedia
Metadata — For the page on metadata about Wikipedia, see Wikipedia:Metadata. The term metadata is an ambiguous term which is used for two fundamentally different concepts (types). Although the expression data about data is often used, it does not apply to… … Wikipedia
Metadata — Métadonnée Pour l’article homonyme, voir Métadonnée (audio). Une métadonnée (mot composé du préfixe grec meta, indiquant l auto référence ; le mot signifie donc proprement « donnée de/à propos de donnée ») est une… … Wikipédia en Français
Métadata — Métadonnée Pour l’article homonyme, voir Métadonnée (audio). Une métadonnée (mot composé du préfixe grec meta, indiquant l auto référence ; le mot signifie donc proprement « donnée de/à propos de donnée ») est une… … Wikipédia en Français
Learning Object Metadata — Le LOM (Learning Object Metadata) est un schéma de description de ressources d’enseignement et d’apprentissage. Le LOM peut être utilisé pour décrire des ressources tant numériques que non numériques. Techniquement, son nom est IEEE 1484.12.1… … Wikipédia en Français
Learning object metadata — is a data model, usually encoded in XML, used to describe a learning object and similar digital resources used to support learning. The purpose of learning object metadata is to support the reusability of learning objects, to aid discoverability … Wikipedia
Metadatenformate — Dies ist eine Aufstellung von Datenformaten für Metadaten. Bei einigen davon handelt es sich genau genommen um Datenmodelle, die in verschiedenen ineinander überführbaren Formaten ausgedrückt werden können. MPEG 7, MPEG 21 Dublin Core BibTeX –… … Deutsch Wikipedia
Dublin Core — The Dublin Core metadata terms are a set of vocabulary terms which can be used to describe resources for the purposes of discovery. The terms can be used to describe a full range of web resources: video, images, web pages etc and physical… … Wikipedia