DC includes an element called “Date”. You display it like this:
<meta name="dc.Date" content="2011-06-28" />
But the idea of qualifiers lets you have a “Date Created” and “Date Updated.” But is there a way to embed this correctly? I’ve seen this a couple ways:
<meta name="dc.Date" content="(Scheme=Created) 2011-06-28" />
<meta name="dc.Date" content="2011-06-28" scheme="Created" />
Is there a standard?
As I read the spec these things you are talking about are Element Refinements (like
created,modified, etc. fordate).from dublincore.org
The spec suggests two equivalent ways of writing:
A Scheme that you mention is used to define encoding, formatting of data. For example for dates, it can either be
DCMI PeriodorW3C-DTFas seen on this page.from dublincore.org
They can be used like: