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, ∼4072🔥, 0💬
Popular Posts:
Where to get the detailed description of the JSON.stringify() Function in JavaScript? Here is the de...
Where Is the Submitted Form Data Stored in PHP? When a user submit a form on your Web server, user e...
How to add request body examples to my Azure API operation to make it more user friendly? If you hav...
How to use "{{...}}" Liquid Codes in "set-body" Policy Statement? The "{{...}}" Liquid Codes in "set...
How to view API details on the Publisher Dashboard of an Azure API Management Service? You can follo...