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

From MPDLMediaWiki
Jump to navigation Jump to search
Line 22: Line 22:
** "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
** "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   
* biblStruct.monogr.imprint.biblScope   
** only if @type = "pp" map to: Source.StartPage, Source.EndPage. Not clear were to map, can you provide example?
** only if @type = "pp" map to: Source.StartPage, Source.EndPage. Not clear where to map, can you provide example?
* teiHeader.fileDesc.sourceDesc
* 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.
** 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.

Revision as of 14:37, 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>
  • ...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?
  • 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.

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.