I wonder if this use case is already solved by eRDF, since that provides mechanisms for linking to the Dublin Core namespaces and then specifying the properties in HTML class attributes.

On 30 Jan 2008, at 20:20, Andy Mabbett wrote:
<span class="DC.publisher">Acme Inc.</span>

or, inside another microformat, say hCard:

<span class="DC.publisher fn org">Acme Inc.</span>

In eRDF, that becomes:

<span class="DC-publisher">Acme Inc.</span>

and

<span class="DC-publisher fn org">Acme Inc.</span>

respectively.

The only practical difference I see, were we to approach this in the microformats process, is that we'd find a different solution to including links to RDF schema in the HEAD of a document (in eRDF, using <link rel="schema">).

Is that the only problem we'd be trying to solve in making a Dublin Core microformat?

Ben
_______________________________________________
microformats-discuss mailing list
[email protected]
http://microformats.org/mailman/listinfo/microformats-discuss

Reply via email to