Well you do learn something every day! So if a user just wanted to only use calibre series metadata, they would not need to do anything other than use the epub2 meta tag with the appropriate name and content. No namespace additions needed at all.
The equivalent in epub3 would then be:
<meta property="calibre:series">Series Name here</meta>
<meta property="calibre:series_index">1</meta>
So you would then not need any refines or use dcterms isPartOf.
Is that correct?
|