Go back to Partigi API Documentation
Edition element refers to the different editions a book has been published. A edition is composed of metadata such as the name of the publisher, a poster, the language, the number of pages, an identifier (such as the ISBN number), and so on...
Schema
ptEdition = element atom:entry {
atomCategory,
atomUpdated,
atomTitle,
ptEdition:publisher,
ptEdition:year,
ptEdition:identifiers,
ptEdition:language,
ptEdition:pages,
ptEdition:poster,
ptEdition:date
}
The table below details edition schema:
Element |
Property |
Description |
entry |
atom:category |
Scheme: http://schemas.partigi.com/v1.0#kind
Term: http://schemas.partigi.com/v1.0#edition |
|
atom:updated |
The last modification time of the item. |
|
atom:title |
The name of the publisher of the edition |
|
ptEdition:publisher |
The name of the publisher |
|
ptEdition:year |
The year the edition was created |
|
ptEdition:identifiers |
A list of the different identifiers, such as ISBN number |
|
ptEdition:language |
The language of the edition |
|
ptEdition:pages |
The number of pages the edition is composed of |
|
ptEdition:poster |
The url of a poster of that edition |
|
ptEdition:date |
The exact date the edition was published |
Go back to Partigi API Documentation
Comments (0)
You don't have permission to comment on this page.