Tools, FAQ, Tutorials:
EPUB 2.0 Metadata - dc:subject Element
What is EPUB 2.0 Metadata "dc:subject" Element?
✍: FYIcenter.com
EPUB 2.0 Metadata "dc:subject" is an optional metadata element
to specify the subject category of the EPUB 2.0 book.
When using "dc:subject" metadata element, you should follow an industry standard like: BISAC (Book Industry Standards And Communications). For example, the following metadata element specify that the EPUB book subject category is "MUSIC Lyrics" based on BISAC standard:
<dc:subject>MUSIC / Lyrics</dc:subject>
If you want to see an example of "dc:subject" metadata, you can download this EPUB 2.0 book, Row-Your-Boat-2.0.epub. Unzip it and open package.opf. You see a "dc:subject" metadata element.
⇒ EPUB 2.0 Metadata - dc:date Element
2019-01-26, 1394👍, 0💬
Popular Posts:
Where to find tutorials on API Management Services at Azure Portal? Here is a list of tutorials to a...
How To Support Multiple-Page Forms in PHP? If you have a long form with a lots of fields, you may wa...
How to see more EPUB 2.0 metadata list with Calibre? You can follow this tutorial to view EPUB 2.0 m...
How to Test API as a Publisher Administrator? You can follow this tutorial to test an API operation ...
How Values in Arrays Are Indexed in PHP? Values in an array are all indexed their corresponding keys...