Tools, FAQ, Tutorials:
EPUB 2.0 Metadata - dc:creator and dc:contributor Elements
What is EPUB 2.0 Metadata "dc:creator" and "dc:contributor" elements?
✍: FYIcenter.com
EPUB 2.0 Metadata "dc:creator" and "dc:contributor" are optional metadata elements
to specify authors and contributors of the EPUB 2.0 book.
EPUB 2.0.1 specification adds two attributes, "role" and "file-as", to the "Dublin Core Metadata Element Set" standard on both "dc:creator" and "dc:contributor" elements:
For example, the following two elements specify the author and the illustrator of the book "Adventures of Tom Sawyer":
<metadata xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:opf="http://www.idpf.org/2007/opf">
...
<dc:creator opf:role="aut" opf:file-as="Twain, Mark">Mark Twain</dc:creator>
<dc:contributor opf:role="ill" opf:file-as="Williams, True">True Williams</dc:contributor>
...
If you want to see an example of "dc:creator" and "dc:contributor elements, you can download this EPUB 2.0 book, Row-Your-Boat-2.0.epub. Unzip it and open package.opf. You see "dc:creator" and "dc:contributor elements.
⇒ EPUB 2.0 Metadata - dc:publisher and dc:rights Elements
2019-01-26, ∼6448🔥, 0💬
Popular Posts:
How To Loop through an Array without Using "foreach" in PHP? PHP offers the following functions to a...
How to use 'choose ... when ..." policy statements to control execution flows? If you want to contro...
How to add images to my EPUB books Images can be added into book content using the XHTML "img" eleme...
How to install "C++/CLI Support" component in Visual Studio? I need to build my Visual Studio C++/CL...
How to use the "set-backend-service" Policy Statement for an Azure API service operation? The "set-b...