Difference between revisions of "Imeji ingest"

From MPDLMediaWiki
Jump to navigation Jump to search
m
Line 13: Line 13:
#* WARNING: This must be done according to the [http://colab.mpdl.mpg.de/mediawiki/Category:Imeji_terms imeji format]. For more information on how to do this please contact the [mailto:imeji-support@gwdg.de support list]
#* WARNING: This must be done according to the [http://colab.mpdl.mpg.de/mediawiki/Category:Imeji_terms imeji format]. For more information on how to do this please contact the [mailto:imeji-support@gwdg.de support list]
# Ingest the edited profile XML file (this is the source XML file)
# Ingest the edited profile XML file (this is the source XML file)
#* WARNING: An already existing profile of the collection will be overridden without prompt.


===Image metadata ingest===
===Image metadata ingest===

Revision as of 08:57, 10 June 2013

Imeji logo.png

Internal
Meetings
Cooperation

Specification
Architecture
Installer
Ingest
Functional Specification
Technical Specification

Metadata
RDF mapping
Metadata terms

edit

The ingest feature is used to ingest metadata into imeji (which is done to avoid entering these metadata manually via the GUI interface). It is necessary to have a XML file of the metadata that shall be ingested (the so-called source XML file). In order to create a source XML file first a container file is downloaded from imeji which is then edited by the user (you write your metadata in the file) and uploaded afterwards. A detailed workflow is given below. This feature is especially beneficial if you use automatic means (e.g. scripts) to populate the source XML file with your metadata. The ingest feature is only accessible by the imeji system administrator.

Description[edit]

There are two different ingest modes:

  1. Metadata profile ingest: Ingesting of a metadata profile to a collection
  2. Image metadata ingest: Ingesting of metadata to one (or more) image(s)

Metadata profile ingest[edit]

  1. Create a collection (an empty metadata profile is created with the collection at once)
  2. Download the metadata profile of this collection by navigating to Collections -> YourCollection -> Collection Metadata -> show XML, then download the XML file (this is the container file)
  3. Edit the metadata profile XML file
    • WARNING: This must be done according to the imeji format. For more information on how to do this please contact the support list
  4. Ingest the edited profile XML file (this is the source XML file)
    • WARNING: An already existing profile of the collection will be overridden without prompt.

Image metadata ingest[edit]

  1. Create a collection (if not already existent)
  2. Upload files (images, videos or audios) (for each file an item is created in this collection)
  3. Download the metadata profile of this collection by navigating to Collections -> YourCollection -> Collection Metadata -> show XML, then download the XML file
  4. Download the item list by navigating to Collections -> YourCollection -> View Images -> Export imeji format, then download the XML file (this is the container file)
  5. Edit the item list XML file
    • WARNING: This must be done according to the imeji format. For more information on how to do this please contact the support list at support list
    • Each metadata field must be defined by the according statement id. The id of each statement can be found on the Collections -> YourCollection -> Collection Metadata page.
  6. Ingest the edited item list XML file (this is the source XML file)

Architecture[edit]

Sequence Diagrams[edit]

Ingest Profile[edit]

IngestProfile sequence diagram.png

Ingest Item[edit]

IngestItem sequence diagram.png