Difference between revisions of "Talk:PubMan Func Spec Submission/Generic TEI 2 PubItem Mapping"

From MPDLMediaWiki
Jump to navigation Jump to search
Line 21: Line 21:
==General==
==General==
* "Organization editors are not supported in this mapping. " - Why not, is there any restriction from tei side? (same for creator)
* "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.

Revision as of 14:22, 9 July 2009

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>

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.