Identifiers for book or book part
Capture identifiers for the book (OUP ID, DOI) in book-id elements. Capture the DOI for part of a book in a book-part-id element. Capture the OUP ID for part of a book in a id attribute.
/book/book-meta/book-id[@book-id-type]
//book-part/book-part-meta/book-part-id[@book-part-id-type = "doi"]
//front-matter-part/book-part-meta/book-part-id[@book-part-id-type = "doi"]
//book-app/book-part-meta/book-part-id[@book-part-id-type = "doi"]
//book-part/@id
//front-matter-part/@id
//book-app/@id
//ack/@id
//ref-list/@id
//index/@id
Capture the value of the OUP ID and DOI according to the table below. The values for
DOI prefix
are specific to the publisher of the content. The allowed values
are listed in the topic Publisher.
When supplied with a list of specific DOIs for book or book parts, use these in preference to others values.
| Type of identifier | Format | Example |
|---|---|---|
| DOI of a book |
If a Work ID is required instead of an ISBN:
|
10.1093/9780198749783.001.0001 10.1093/UKRAI10JL5MB.001.0001 |
| DOI of a front-matter-part |
[DOI prefix]/[ISBN].002.nnnn, where nnnnidentifies the element uniquely within the book. |
10.1093/9780198749783.002.0001 |
| DOI of a book-part |
[DOI prefix]/[ISBN].003.nnnn
|
10.1093/9780198749783.003.0001 |
| DOI of a book-app |
[DOI prefix]/[ISBN].005.nnnn
|
10.1093/9780198749783.005.0001 |
| Specifically supplied DOI | As supplied | 10.1515/9781474462754 |
| OUP ID of a book |
If a Work ID is not available, use this alternative: isbn-[eISBN]
|
workid-UKRAI10JL5MB isbn-9780191873515 |
|
OUP ID of a book part, i.e. any of
|
If a Work ID is not available, use this alternative: isbn-[eISBN]-[element-name]-nnn
|
workid-UKRAI10JL5MB-book-part-5 isbn-9780191873515-book-part-5 |
| OUP ID of any other element. |
[ancestor ID]-[element-name]-nnn, where ancestor IDis the OUP ID of the nearest book or book part ancestor, and nnnidentifies the element uniquely within the ancestor. |
workid-UKRAI10JL5MB-book-part-5-sec-43 |
For the ISBN that forms part of a DOI, use the first available ISBN from this list of formats (see ISBN for a description of the formats):
-
electronic -
ebook-updf -
ebook-epub -
print -
print-paperback -
book-other
OUP identifier of a book
Capture the identifier as the content of a book-id element with an attribute book-id-type="publisher-id".
<book-id book-id-type="publisher-id">workid-UKRAI10JL5MB</book-id>
DOI of a book
Capture the identifier as the content of a book-id element with an attribute book-id-type="doi".
<book-id book-id-type="doi">10.1093/9780198749783.001.0001</book-id>
OUP identifier of a chapter
Capture the identifier as the value of an id attribute on the book-part element representing the chapter.
<book-part book-part-type="chapter" id="workid-UKRAI10JL5MB-book-part-1">
DOI of a chapter
Capture the identifier as the content of a book-part-id element with an attribute book-part-id-type="doi".
<book-part-id book-part-id-type="doi">10.1093/9780198749783.003.0001</book-part-id>
DOI of a chapter following its first update
When making a substantive update to a chapter, change its DOI by appending v
followed by the version number (see Publication history).
<book-part-id book-part-id-type="doi">10.1093/9780198749783.003.0001v2</book-part-id>
OUP identifier of an article
Capture the identifier as the value of an id attribute on the book-part element representing the article.
<book-part book-part-type="collection-article" id="workid-UKRAI10JL5MB-book-part-1">
DOI of an article
Capture the identifier as the content of a book-part-id element with an attribute book-part-id-type="doi".
<book-part-id book-part-id-type="doi">10.1093/9780195390155.003.0001</book-part-id>
DOI of an article following its first update
When making a substantive update to a chapter, change its DOI by appending v
followed by the version number (see Publication history).
<book-part-id book-part-id-type="doi">10.1093/9780195390155.003.0001v2</book-part-id>