Skip to content

Commit

Permalink
Remove 'se:role' metadata in favor of 'role' available in EPUB 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
acabal committed May 25, 2023
1 parent 2f90c1f commit ee93a9f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/epub/content.opf
Expand Up @@ -8,9 +8,9 @@
<dc:publisher id="publisher">Standard Ebooks</dc:publisher>
<meta property="file-as" refines="#publisher">Standard Ebooks</meta>
<meta property="se:url.homepage" refines="#publisher">https://standardebooks.org</meta>
<meta property="se:role" refines="#publisher" scheme="marc:relators">bkd</meta>
<meta property="se:role" refines="#publisher" scheme="marc:relators">mdc</meta>
<meta property="se:role" refines="#publisher" scheme="marc:relators">pbl</meta>
<meta property="role" refines="#publisher" scheme="marc:relators">bkd</meta>
<meta property="role" refines="#publisher" scheme="marc:relators">mdc</meta>
<meta property="role" refines="#publisher" scheme="marc:relators">pbl</meta>
<dc:contributor id="type-designer">The League of Moveable Type</dc:contributor>
<meta property="file-as" refines="#type-designer">League of Moveable Type, The</meta>
<meta property="se:url.homepage" refines="#type-designer">https://www.theleagueofmoveabletype.com</meta>
Expand Down Expand Up @@ -67,11 +67,11 @@
<dc:contributor id="producer-1">Norman C. Walz</dc:contributor>
<meta property="file-as" refines="#producer-1">Walz, Norman C.</meta>
<meta property="role" refines="#producer-1" scheme="marc:relators">bkp</meta>
<meta property="se:role" refines="#producer-1" scheme="marc:relators">blw</meta>
<meta property="se:role" refines="#producer-1" scheme="marc:relators">cov</meta>
<meta property="se:role" refines="#producer-1" scheme="marc:relators">mrk</meta>
<meta property="se:role" refines="#producer-1" scheme="marc:relators">pfr</meta>
<meta property="se:role" refines="#producer-1" scheme="marc:relators">tyg</meta>
<meta property="role" refines="#producer-1" scheme="marc:relators">blw</meta>
<meta property="role" refines="#producer-1" scheme="marc:relators">cov</meta>
<meta property="role" refines="#producer-1" scheme="marc:relators">mrk</meta>
<meta property="role" refines="#producer-1" scheme="marc:relators">pfr</meta>
<meta property="role" refines="#producer-1" scheme="marc:relators">tyg</meta>
<dc:contributor id="producer-2">Alex Cabal</dc:contributor>
<meta property="file-as" refines="#producer-2">Cabal, Alex</meta>
<meta property="se:url.homepage" refines="#producer-2">https://alexcabal.com</meta>
Expand Down

0 comments on commit ee93a9f

Please sign in to comment.