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, ∼3826🔥, 0💬
Popular Posts:
What validation keywords I can use in JSON Schema to specifically validate JSON Array values? The cu...
How to add request query string Parameters to my Azure API operation to make it more user friendly? ...
Where to find tutorials on HTML language? I want to know how to learn HTML. Here is a large collecti...
How to use the "set-variable" Policy Statement to create custom variables for an Azure API service o...
How to detect errors occurred in the json_decode() call? You can use the following two functions to ...