Comment on page
Heris data import
This Step Plugin for Goobi workflow automatically requests specific monument information from an internal Vocabulary data source to map these fields into the METS file. It was developed for the Federa
This plugin allows the data transfer of multiple metadata from a vocabulary into METS files. It was developed specifically for the Federal Monuments Office in Austria, so the metadata of the vocabulary are very individual and hard-coded. They originally come from the so-called HERIS database, which was imported within Goobi workflow as its own vocabulary.
Details | Text |
---|---|
Identifier | intranda_step_herisimport |
Source code | [https://github.com/intranda/goobi-plugin-step-herisimport](https://github.com/intranda/ |
License | GPL 2.0 or newer |
Documentation date | 13.10.2021 |
The plugin consists in total of the following files to be installed:
goobi_plugin_step_herisimport.jar
This file must be installed in the following directory:
/opt/digiverso/goobi/plugins/step/goobi_plugin_step_herisimport.jar
There is no independent configuration of the plugin, as the metadata to be imported has been hard-coded.
To put the plugin into operation, it must be activated for one or more desired tasks in the workflow. This is done as shown in the following screenshot by selecting the plugin
intranda_step_herisimport
from the list of installed plugins.
Assigning the plugin to a specific task
Since this plugin should usually be executed automatically, the workflow step should be configured as
automatic
.Once the plugin has been fully installed and set up, it is usually run automatically within the workflow, so there is no manual interaction with the user. Instead, calling the plugin through the workflow in the background does the following:
The plugin searches the METS file for a metadata with the name
HerisID
and subsequently imports a list of various metadata from the Heris vocabulary. The mapping of the metadata includes the following list:Metadata Heris | Metadata METS |
---|---|
Alte Objekt-ID | DMDBID |
Gehört zu alter Objekt-ID | ParentElement |
Katalogtitel | TitleDocMain |
Typ | HerisType |
Hauptkategorie grob | MainCategory1 |
Hauptkategorie mittel | MainCategory2 |
Hauptkategorie fein | MainCategory3 |
Gemeinden politisch (lt. Katastralgemeinden) | PoliticalCommunity |
Katastralgemeinde | CadastralCommune |
Bezirk | PoliticalDistrict |
Bundesland | FederalState |
Grundstücksnummern | PropertyNumber |
Bauzeit von | ConstructionTimeFrom |
Bauzeit bis | ConstructionTimeTo |
Publiziert | Published |
Straße | Street |
Hausnummer | StreetNumber |
PLZ | ZIPCode |
Zusatztext aus Adresse | AdditionalAddressText |
Weitere Adressen | OtherAddress |
Gehört zu HERIS-ID | ParentElement |
Ort | Community |
Staat | Country |
Last modified 1yr ago