Skip to content

Metadata mapping

Pavel Stranak edited this page Jan 14, 2014 · 4 revisions

Generic metadata

These attributes are displayed (and can be filled) for all records during deposit.

UI field Semantics MARC XML field
Title Name of the submission 245a
Description Description of the submission 520a
Creator Creator of the record 100a
Domain Scientific domain 980a
Publisher Publisher 260b
Publication date When it was published 260c
OpenAccess If the data should be public 542l
Contributors 700
Language Language of the submission 546a
License License of the deposit 540a
Tags Freeform tags 653a
Version Submission version 250a
Domain fields Domain specific fields 690a : 690b
<system> EPIC PID record handle 024a
<system> Checksum of the data 024a
<system> user email 856f
<system> site name 264b
<system> creation time 264c
<system> record id 001

Domains

These are domain (scientific field) specific metadata extensions. The attributes, their display values and descriptions are documented by the source code of the mapping files below. In the MARC XML serialisation all these extensions are implemented in the '^()' field as specified above. Each '690' element inclueds 2 elements a and b that we use for the key:value pair of attibute:value.

####Linguistics See this source file documenting the attributes.

####DRIHM https://github.com/SimpleStore/simplestore/blob/master/simplestore/lib/simplestore_model/metadata/drihm_metadata_config.py#L14

####EUON Not implemented yet, but the metadata attributes we are going to implement are documented in Issue #21