Objekttyp und Inhaltserschließung in METS/MODS
METS
Strukturtypen in mets:structMap type="logical" beschreiben die Art des Dokuments innerhalb der hierarchischen Struktur. Dabei gilt: in jeder mets:div muss das Attribut TYPE vorhanden sein, dass einen Wert aus dem DFG-Viewer Strukturdatenset enthält.
Liste der erlaubten Werte: http://dfg-viewer.de/strukturdatenset/
Beispiel:
<mets:structMap TYPE="LOGICAL">
<mets:div ADMID="AMD" ID="LOG_682501875_68250372X" LABEL="Joh. Friedrich Bertrams, Analecta Ostfrisica, Oder Ost-Friesische Merckwürdigkeiten, Enthaltende eine Sammlung verschiedener, sowol nützlicher als ang..." TYPE="periodical">
<mets:mptr LOCTYPE="URL" xlink:href="http://gdz.sub.uni-goettingen.de/mets_export.php?PPN=PPN682501875"/>
<mets:div DMDID="DMD_68250372X" ID="LOG_68250372X" TYPE="volume">
<mets:div DMDID="DMD_joh_frbea_PPN682501875_0001_5" ID="LOG_joh_frbea_PPN682501875_0001_5" TYPE="cover"/>
<mets:div DMDID="DMD_joh_frbea_PPN682501875_0001_6" ID="LOG_joh_frbea_PPN682501875_0001_6" TYPE="title_page"/>
<mets:div DMDID="DMD_joh_frbea_PPN682501875_0001_8" ID="LOG_joh_frbea_PPN682501875_0001_8" LABEL="Inhalt des ersten Stückes" TYPE="contents"/>
<mets:div DMDID="DMD_joh_frbea_PPN682501875_0001_7" ID="LOG_joh_frbea_PPN682501875_0001_7" LABEL="Vorbericht" TYPE="preface"/>
<mets:div DMDID="DMD_gvk683948695" ID="LOG_gvk683948695" LABEL="Summarische Nachricht von den ältesten Regenten in Friesland" TYPE="article"/>
<mets:div DMDID="DMD_gvk683948717" ID="LOG_gvk683948717" LABEL="Templum Tanfanae restitutum. Oder, Das entdeckte Haus der teutschen Velleda" TYPE="article"/>
<mets:div DMDID="DMD_gvk683948741" ID="LOG_gvk683948741" LABEL="Ost-Friesische Kirchen-Antiquitäten" TYPE="article"/>
<mets:div DMDID="DMD_gvk683948792" ID="LOG_gvk683948792" LABEL="Der Ost-Friesische Blut-Regen und Butter-Thau" TYPE="article"/>
<mets:div DMDID="DMD_joh_frbea_PPN682501875_0001_9" ID="LOG_joh_frbea_PPN682501875_0001_9" LABEL="Zugabe" TYPE="section"/>
<mets:div DMDID="DMD_joh_frbea_PPN682501875_0001_10" ID="LOG_joh_frbea_PPN682501875_0001_10" TYPE="cover"/>
</mets:div>
</mets:div>
</mets:structMap>
Probleme:
- Es werden Werte verwendet, die nicht konform sind mit den im DFG-Viewer Strukturdatenset genannten Werten.
- Der Wert "section" wird häufig auch in Fällen verwendet, wo eine spezifischere Angabe möglich wäre.
- Es fehlt bei den Werten in der Liste an Definitionen.
MODS
mods:typeOfResource
A term that specifies the characteristics and general type of content of the resource.
Erlaubte Werte: text, cartographic, notated music, sound recording, sound recording-musical, sound recording-nonmusical, still image, moving image, three dimensional object, software/multimedia, mixed materials
Problem:
Wird nur von einem Teil der Datenlieferanten verwendet.
mods:genre
A term(s) that designates a category characterizing a particular style, form, or content, such as artistic, musical, literary composition, etc.
Erlaubte Werte: Der Wert muss aus einem kontrollierten Vokabular kommen. Das Vokabular, aus dem der Wert übernommen wird, muss angegeben werden. Dafür muss mindestens eines der folgenden Attribute vorhanden sein:
- authority
- authorityURI
- valueURI
Problem:
Wird noch seltener verwendet als mods:typeOfResource, häufig ohne Angabe der Herkunft des Wertes.
mods:subject
A term or phrase representing the primary topic(s) on which a work is focused.
Erlaubte Werte: Der Wert sollte aus einem kontrollierten Vokabular kommen. Das Vokabular, aus dem der Wert übernommen wird, muss angegeben werden. Dafür muss mindestens eines der folgenden Attribute vorhanden sein:
- authority
- authorityURI
- valueURI
mods:subject hat zudem die Unterfelder:
- mods:topic = "topic" is used as the tag for any topical subjects that are not appropriate in the <geographic>, <temporal>, <titleInfo>, or <name> subelements.
- mods:geographic = "geographic" is used for geographic subject terms that are not parsed as hierarchical geographics.
- mods:temporal = "temporal" is used for chronological subject terms or temporal coverage. It may be expressed as a controlled subject term or as a structured date using the same data definition as MODS dates.
- mods:titelInfo = "titleInfo" includes a title used as a subject. All subelements and attributes used under the top-level element <titleInfo> may be used with this subelement.
- mods:name = "name" includes a name used as a subject. All subelements and attributes used under the top-level element <name> may be used.
- mods:geographicCode = "geographicCode" includes a geographic area code associated with a resource.
- mods:genre = "genre" includes a genre or form used as part of a subject string when the subject authority distinguishes subdivisions of the main subject (e.g. LCSH). If describing the genre of a resource as a whole, use in the <genre> element.
- mods:hierarchicalGeographic = a geographic name given in a hierarchical form relating to the resource. -> hat die Subelemente continent, country, province, region, state, territory, county, city, island, area, extraterrestrialArea, citySection
- cartographics = "cartographics" is a wrapper element that includes cartographic data indicating spatial coverage. -> hat die Subelemente scale, projection, coordinates
- occupation = "occupation " includes a term that is descriptive of the occupation reflected in the contents of the described materials. It is not used to list the occupations of the creators of the described materials, unless those occupations are significantly reflected in the materials themselves or bear some relationship to the materials.
Problem:
- Das Feld wird von einigen Datenlieferanten verwendet, um die Daten ihren verschiedenen Sammlungen zuzuweisen
- Die Verwendung von Schlagwortstandards wie z. B. GND ist äußerst selten.
- In den älteren Goobi-Daten wurde dieses Element häufig für den Autoren-Titel-Schlüssel verwendet.