OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-publishers message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-publishers] spec updated.


On 1/15/09 10:56 AM, Scott Hudson wrote:
> All, just realized I had the mappings for the relation qualifiers
> incorrect. Please review the attached mappings instead.

"""creator	author,editor,othercredit"""

Because of concerns about authors versus editors, we only encode authors with 
dc:creator

<dc:creator>
   <rdf:Seq rdf:ID="creator">
     <rdf:li rdf:resource="urn:x-domain:oreilly.com:agent:pdb:2132"/>
   </rdf:Seq>
</dc:creator>

then put others in using marcrel 
(xmlns:marcrel="http://www.loc.gov/loc.terms/relators/";) or our own custom 
namespace (for things that DC and MARCrels don't support):
<marcrel:EDT rdf:resource="urn:x-domain:oreilly.com:agent:pdb:283">
<!-- PDB role was: Editor-->
</marcrel:EDT>
−
<marcrel:PBD rdf:resource="urn:x-domain:oreilly.com:agent:pdb:1070">
<!-- PDB role was: Executive Editor-->
</marcrel:PBD>
−
<marcrel:CRR rdf:resource="urn:x-domain:oreilly.com:agent:pdb:1098">
<!-- PDB role was: Copy Editor-->
</marcrel:CRR>
−
<marcrel:DRM rdf:resource="urn:x-domain:oreilly.com:agent:pdb:1220">
<!-- PDB role was: Technical Illustrator-->
</marcrel:DRM>
−
<marcrel:BKD rdf:resource="urn:x-domain:oreilly.com:agent:pdb:1619">
<!-- PDB role was: Production Designer-->
</marcrel:BKD>
−
<marcrel:MRK rdf:resource="urn:x-domain:oreilly.com:agent:pdb:1655">
<!-- PDB role was: Tools conversion Staff-->
</marcrel:MRK>
−
<marcrel:COV rdf:resource="urn:x-domain:oreilly.com:agent:pdb:2986">
<!-- PDB role was: Cover Designer-->
</marcrel:COV>
−
<om:prodeditor rdf:resource="urn:x-domain:oreilly.com:agent:pdb:3104">
<!-- PDB role was: Production Editor-->
</om:prodeditor>
−
<om:assteditor rdf:resource="urn:x-domain:oreilly.com:agent:pdb:3266">
<!-- PDB role was: Assistant Editor-->
</om:assteditor>
−
<om:indexer rdf:resource="urn:x-domain:oreilly.com:agent:pdb:3397">
<!-- PDB role was: Indexer-->
</om:indexer>

-- 
Keith Fahlgren
Publishing Technology Engineer
O'Reilly Media
415-682-4386


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]