Talk:PubMan Func Spec Submission/Generic TEI 2 PubItem Mapping

From MPDLMediaWiki
Jump to navigation Jump to search

Mapping of TEI Genres[edit]

Mapping of TEI Fields[edit]

  • Author/Editor:
    • '.name or .orgName are mapped to .Name' - what happens if both are provided?
    • What happens with sub elements like forename, persname, namelink etc.
  • teiHeader.fileDesc.extent
    • 'only if the field contains "pages" or "pp" etc. '- Not clear what is meant here (etc?). Try to provide examples if the mapping is not clear.
  • publicationStmt.*.address
    • Can this be added to the field PublishingInfo.Place ?
  • teiHeader.fileDesc.publicationStmt.authority
    • dc:rights? ("(release authority) supplies the name of a person or other agency responsible for making an electronic file available, other than a publisher or distributor.")
  • date
    • What with the different date types? like:
<monogr>
  <imprint>
     <date type="Accepted" when="2009-02-17"/>
  </imprint>
</monogr>
  • ...meeting.title
    • "Genre to "Conference Paper" (however, the Genres could also include "Talk at Event" or "Conference Report" etc.)" - We should only map if the mapping is distinct
  • biblStruct.monogr.imprint.biblScope
    • only if @type = "pp" map to: Source.StartPage, Source.EndPage. Not clear where to map, can you provide example?
    • "This field may contain subfields like pubPlace, extent etc." - I am afraid we have to list relevant elements again, to be able to write the transformation
  • teiHeader.fileDesc.sourceDesc
    • Unfortunatly a xslt can not distinguish between a phrase and a title, clear mapping needed. "extract everything that can be automatically recognized and mapping it to other fields, and putting the rest into Title" - Not clear, what can be in there? Please provide example.
  • teiHeader.fileDesc.seriesStmt
    • The genre type mapping is not clear to me.

General[edit]

  • "Organization editors are not supported in this mapping. " - Why not, is there any restriction from tei side? (same for creator)
  • *.author: "Please note that this field may additionally contain the years of birth and death." - Can you provide example, as I think we should try to parse this info out.

Examples[edit]

StartPage/EndPage[edit]

teiHeader.fileDesc.sourceDesc.biblStruct.monogr.imprint.biblScope@type="pp"

<biblScope type="pp">381-417</biblScope>
If two numbers are separated by '-' the first number is mapped to StartPage and the second to EndPage, else the whole String is mapped to StartPage