Difference between revisions of "PubMan Func Spec OpenURL Mapping"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
==Mapping of the Metadata Set Publication to OpenURL== | ==Mapping of the Metadata Set Publication to OpenURL== | ||
The chapter describes the transformation of the [[PubMan_Metadata_Sets | eSciDoc Metadata Set]] Publication to metadata formats defined in the OpenURL 1.0 framework. This specification is considered to replace the current COinS mapping defined on [[PubMan_Display#COinS]]. | The chapter describes the transformation of the [[PubMan_Metadata_Sets | eSciDoc Metadata Set]] Publication to metadata formats defined in the OpenURL 1.0 framework, in particular to | ||
* [http://alcme.oclc.org/openurl/servlet/OAIHandler?verb=GetRecord&metadataPrefix=oai_dc&identifier=info:ofi/fmt:kev:mtx:book info:ofi/fmt:kev:mtx:book] = Key/Encoded-Value Metadata Format for Books | |||
* [http://alcme.oclc.org/openurl/servlet/OAIHandler?verb=GetRecord&metadataPrefix=oai_dc&identifier=info:ofi/fmt:kev:mtx:book info:ofi/fmt:kev:mtx:dissertation] = Key/Encoded-Value Metadata Format for Dissertations | |||
* [http://alcme.oclc.org/openurl/servlet/OAIHandler?verb=GetRecord&metadataPrefix=oai_dc&identifier=info:ofi/fmt:kev:mtx:journal] = Key/Encoded-Value Metadata Format for Journals | |||
This specification is considered to replace the current COinS mapping defined on [[PubMan_Display#COinS]]. | |||
{| style="" border="2" | {| style="" border="2" | ||
Line 9: | Line 14: | ||
| ctx_ver || "Z39.88-2004" | | ctx_ver || "Z39.88-2004" | ||
|- | |- | ||
|rft_val_fmt || "info:ofi/fmt:kev:mtx: | |rft_val_fmt || "info:ofi/fmt:kev:mtx:book" || if Genre = "Book" or "Book Item" or "Proceedings" or "Report" or "Manual" or "Manuscript" or "Working Paper" | ||
|- | |||
|rft_val_fmt || "info:ofi/fmt:kev:mtx:book" || else if Genre = "Thesis" | |||
|- | |||
|rft_val_fmt || "info:ofi/fmt:kev:mtx:journal" || else | |||
|- | |- | ||
| rfr_id || "info:sid/escidoc.mpg.de:pubman" | | rfr_id || "info:sid/escidoc.mpg.de:pubman" |
Revision as of 12:57, 14 April 2009
Mapping of the Metadata Set Publication to OpenURL[edit]
The chapter describes the transformation of the eSciDoc Metadata Set Publication to metadata formats defined in the OpenURL 1.0 framework, in particular to
- info:ofi/fmt:kev:mtx:book = Key/Encoded-Value Metadata Format for Books
- info:ofi/fmt:kev:mtx:dissertation = Key/Encoded-Value Metadata Format for Dissertations
- [1] = Key/Encoded-Value Metadata Format for Journals
This specification is considered to replace the current COinS mapping defined on PubMan_Display#COinS.
Element name | eSciDoc Publication | Comment |
---|---|---|
ctx_ver | "Z39.88-2004" | |
rft_val_fmt | "info:ofi/fmt:kev:mtx:book" | if Genre = "Book" or "Book Item" or "Proceedings" or "Report" or "Manual" or "Manuscript" or "Working Paper" |
rft_val_fmt | "info:ofi/fmt:kev:mtx:book" | else if Genre = "Thesis" |
rft_val_fmt | "info:ofi/fmt:kev:mtx:journal" | else |
rfr_id | "info:sid/escidoc.mpg.de:pubman" | |
rft.genre | Genre | |
rft.atitle | Title | |
rft.title | First Source.Title | |
rft.aulast | Creator.Person.Lastname of first author only | |
rft.aufirst | Creator.Person.Firstname of first author only | |
rft.au | Creator.Person.Completename for all users, concatenated by semicolon | |
rft.issn | First Source.Identifier or Identifier of type ISSN | |
rft.isbn | First Source.Identifier or Identifier of type ISBN | |
rft_id | “info:doi/“ and first Source.Identifier of type DOI | |
rft.volume | First Source.Volume | |
rft.issue | First Source.Issue | |
rft.pages | First Source.Pages | |
rft.date | Date, if more than one publication dates is available only one should be included in following order:
|
Scenarios[edit]
Examples[edit]
References[edit]
- Core Metadata Formats in the OpenURL framework
- OpenURL in Wikipedia