DublinCore constants should be prefixed with "dc."
--------------------------------------------------
Key: TIKA-355
URL: https://issues.apache.org/jira/browse/TIKA-355
Project: Tika
Issue Type: Bug
Components: metadata
Affects Versions: 0.5
Reporter: Vivek Magotra
The current set of DublinCore constants are defined (for example) as :
String LANGUAGE = "language";
String PUBLISHER = "publisher";
String RELATION = "relation";
As per
http://dublincore.org/documents/2000/07/16/usageguide/qualified-html.shtml, the
constants should really be "dc.xxxxx".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.