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

From MPDLMediaWiki
Jump to navigation Jump to search
Line 11: Line 11:
* teiHeader.fileDesc.publicationStmt.authority
* 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.")
** 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>

Revision as of 14:18, 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>