From 3ea51878158af069eee83043df05baf86cc8a830 Mon Sep 17 00:00:00 2001 From: Scott Hudson Date: Thu, 15 Jan 2009 19:00:24 +0000 Subject: [PATCH] Fixed Dublin Core relation qualifier mappings --- .../relaxng/publishers/spec/publishers.xml | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docbook/relaxng/publishers/spec/publishers.xml b/docbook/relaxng/publishers/spec/publishers.xml index b64a15019..d87e8cd9c 100644 --- a/docbook/relaxng/publishers/spec/publishers.xml +++ b/docbook/relaxng/publishers/spec/publishers.xml @@ -10,7 +10,7 @@ xmlns:ns4="http://www.w3.org/1998/Math/MathML" xmlns:ns3="http://www.w3.org/1999/xhtml" xmlns:ns="http://docbook.org/ns/docbook"> - $Id: publishers.xml 8213 2009-01-14 03:27:01Z shudson310 + $Id: publishers.xml 8215 2009-01-15 18:46:13Z shudson310 $ publishers @@ -824,51 +824,51 @@ consensus of the committee. isVersionOf - revhistory/revision + bibliorelation type="isversionof" hasVersion - revhistory/revision + bibliorelation type="hasversion" isReplacedBy - revhistory/revision + bibliorelation type="isreplacedby" replaces - revhistory/revision + bibliorelation type="replaces" isRequriedBy - bibliomisc role="isRequiredBy" + bibliorelation type="isrequiredby" requires - bibliomisc role="requires" + bibliorelation type="requires" isPartOf - bibliomisc role="isPartOf" + bibliorelation type="ispartof" hasPart - bibliomisc role="hasPart" + bibliorelation type="haspart" isReferencedBy - bibliomisc role="requires" + bibliorelation type="isreferencedby" references - bibliomisc role="requires" + bibliorelation type="references" isFormatOf - bibliomisc role="isFormatOf" + bibliorelation type="isformatof" hasFormat - bibliomisc role="hasFormat" + bibliorelation type="hasformat" conformsTo @@ -8182,7 +8182,7 @@ consensus of the committee. Revised Draft. 13 January 2009. Updated to include 2008-01-14 version of Dublin Core (removed dc namespace, added dc elements to dcterms; better formatted examples, summary of elements added/removed in Introduction. - Revised Draft. 15 January 2009. Removed spurious "remap" attributes from examples. + Revised Draft. 15 January 2009. Removed spurious "remap" attributes from examples. Added table mapping Dublin Core to DocBook equivalents per request from Jirka Kosek.