Goobi workflow
Documentation homeGoobi workflow PluginsGoobi workflow Digests
English
English
  • Overview
    • Goobi workflow Handbook
    • Overview of documentation
    • What is Goobi?
  • Users
    • Goobi for Users
    • The basics
      • Logging in
      • Menu
      • Logging out
      • Switch between available languages
      • Help function
      • Personal settings
      • Changing your password
      • My tasks
      • Processes
      • How to find a process
      • How to create a new process
      • Edit task details
    • How different user groups work with Goobi
      • Scanning
      • Quality control
      • Manual script steps and plugin steps
      • Automatic script-run steps
      • Metadata processing
      • Export to the DMS
    • Metadata Editor
      • User interface
        • Structure tree
        • Page display
        • Menu options
      • Metadata indexing
        • Pagination
        • Structuring
          • Create new structure element
          • Moving structure elements
          • Copying structure elements from other processes
      • Modifying and verifying data
        • Subsequent changes to pagination
        • Uploading files
        • Downloading files
        • Server-based exports
        • Server-based imports
      • Edit OCR results
      • Overview of the keyboard combinations
  • Management
    • Goobi Management
    • Structure of the extended user interface
    • Rulesets
    • LDAP groups
    • Users
    • User groups
    • Processes
      • Searching processes
      • Activity
      • Activities for hit lists
      • GoobiScript
    • Variables
    • Harvester
  • Administration
    • Goobi Administration
    • File system
      • Global directory structure
        • ‘config’ sub-directory
        • ‘import’ sub-directory
        • ‘metadata’ sub-directory
        • ‘plugins’ sub-directory
        • ‘rulesets’ sub-directory
        • ‘scripts’ sub-directory
        • ‘xslt’ sub-directory
      • Directory structure of the application
      • Integrating external storage
      • Integration of S3 as storage
    • Services
      • MySQL database
      • Apache Tomcat servlet container
      • User authentication using LDAP
      • File system access using Samba
    • Exporting to digital libraries
      • Technical data
      • Mets parameters
      • Mets file groups
      • Export configuration in the Goobi configuration file
    • Working with the intranda Task Manager
    • Automatic workflow steps
      • Example combination for an automatic script task
      • Migration of technical data to METS files
      • Automatic image deletion
    • Configuration files
      • goobi_activemq.xml
      • goobi_config.properties
      • goobi_digitalCollections.xml
      • goobi_exportXml.xml
      • goobi_mail.xml
      • goobi_metadataDisplayRules.xml
      • goobi_normdata.xml
      • goobi_opac.xml
      • goobi_opacUmlaut.txt
      • goobi_processProperties.xml
      • goobi_projects.xml
      • goobi_rest.xml
      • goobi_webapi.xml
      • messages_xx.properties
      • config_contentServer.xml
    • Installation guide
      • Installation guide - Ubuntu 20.04
    • Update guide
      • Preparation of an update
      • Update steps
        • 2020
        • 2021
        • 2022
        • 2023
        • 2024
        • 2025
    • Authentication options
      • Authentication via the database
      • Authentication via HTTP header
      • Authentication via OpenID Connect
    • Use cases
      • Create thumbnails for accelerated image display
      • Handling of 3D Objects
      • Export of 3D-Objects into the Goobi viewer
  • Developer
    • Setting up a development environment
      • Preparatory work
      • Setting up Eclipse
      • Resetting the data
      • Best practice for developing Goobi and working with Eclipse
    • Using the REST API
    • Snippets for the development on Goobi workflow
      • HTML
      • JavaScript
Bereitgestellt von GitBook
Auf dieser Seite
Als PDF exportieren
  1. Administration
  2. Exporting to digital libraries

Mets parameters

VorherigeTechnical dataNächsteMets file groups

Zuletzt aktualisiert vor 6 Monaten

The following screenshot shows the Mets parameters tab from Goobi’s project settings:

The configuration settings are explained below:

List of METS parameters for use when configuring the project

Name
Typical value
Explanation

METS rights owner

Example Library

Defines the METS rights owner.

METS rights owner logo

Defines a URL for a logo belonging to METS rights owner.

METS rights owner URL

Defines a URL for the METS rights owner.

METS rights owner contact

digitisation@example.net

Defines a contact email address for the METS rights owner.

METS Digiprov reference

METS Digiprov Referenz

Defines a link to the catalogue entry for the source material.

METS Digiprov presentation

Defines a persistent link to the source material in the digital library.

METS Digiprov reference (anchor)

Defines a link to the catalogue entry for the overarching source item where the material being exported is part of a multi-volume source.

METS Digiprov presentation (anchor)

Defines a link to the overarching source item in the digital library where the material being exported is part of a multi-volume source.

METS pointer Path

Defines a link to a METS resolver for the source material. This link can be used later to download the METS file.

METS pointer path (anchor)

Defines a link to a METS resolver for the overarching source item where the material being exported is part of a multi-volume source. This link can be used later to download the METS file.

METS sponsor

Deutsche Forschungsgemeinschaft

Contains the name of the digitisation sponsor, e.g. Deutsche Forschungsgemeinschaft (DFG).

METS sponsor Logo

Contains a URL to a logo of the digitisation sponsor. The logo is integrated into the design of the DFG Viewer, where it replaces the DFG logo.

METS sponsor URL

Contains the sponsor’s website URL. The URL is linked in the DFG Viewer to the sponsor’s logo.

METS licence

CC-BY

Contains details of the licence under which the digitised material was published.

The information about the METS rights owner, METS rights owner logo, METS rights owner URL and METS rights owner contact can be found in the exported METS file in the section amdSec in the namespace dv. It is intended to ensure compatibility with the DFG viewer.

There follows an explanation of the three variables found in the column of typical values shown above:

  • $(meta.CatalogIDDigital) is replaced during export by the CatalogIDDigital of the source material from the METS file.

  • $(meta.topstruct.CatalogIDDigital) is replaced during export by the CatalogIDDigital of the multi-volume source material from the METS file.

  • $REGEXP(s/PPN=PPN/PPN=/) applies the defined regular expression to the entire line. In this case, a search is performed for PPN=PPN, which is then replaced by PPN=.

http://www.example.net/mylogo.png
http://www.example.net
http://presentation.example.net/ppnresolver? id=$(meta.CatalogIDDigital)
http://catalog.example.net/A? function=search& request=$(meta.topstruct.CatalogIDDigital) $REGEXP(s/PPN=PPN/PPN=/)
http://presentation.example.net/ppnresolver? id=$(meta.topstruct.CatalogIDDigital)
http://presentation.example.net/metsresolver? id=$(meta.CatalogIDDigital)
http://presentation.example.net/metsresolver? id=$(meta.topstruct.CatalogIDDigital)
https://pbs.twimg.com/profile_images/ 2269029699/5qf8y4k106b1gvpixq40_ 400x400.jpeg
http://intranda.com
Project configuration for METS parameters