Tools, FAQ, Tutorials:
EPUB 3.0 Metadata - dcterms:modified Property
What is EPUB 3.0 Metadata "dcterms:modified" property?
✍: FYIcenter.com
EPUB 3.0 Metadata "dcterms:modified" is a required metadata property
to specify the timestamp of when the EPUB 3.0 book was last modified.
The "dcterms:modified" property must be specified in a "meta" element as shown below:
<meta property="dcterms:modified">2018-04-01T00:00:00Z</meta>
When combined together, the "dc:identifier" element and the "dcterms:modified" property with provide a unique identifier for a specific release of the EPUB 3.0 book.
If you want to see an example of "dcterms:modified" property, you can download this EPUB 3.0 book, Row-Your-Boat-3.0.epub. Unzip it and open package.opf. You see a "dcterms:modified" meta property .
⇒ EPUB 3.0 Metadata - dc:creator and dc:contributor Elements
2018-05-19, 2362👍, 0💬
Popular Posts:
How to use the "set-body" Policy Statement for an Azure API service operation? The "set-body" Policy...
Where to get a real Atom XML example? You can follow this tutorial to get a real Atom XML example: 1...
How to extend json.JSONEncoder class? I want to encode other Python data types to JSON. If you encod...
How to use the Atom Online Validator at w3.org? w3.org feed validation service is provided at http:/...
How To Access a Global Variable inside a Function? in PHP? By default, global variables are not acce...