Re: Telecon Agenda - 28th January 2010, 1600 UTC

>    * Mapping Microdata terms to RDFa processing rules

Copied and pasted from my scratchpad (as I was/am looking at producing an
HTML+Microdata to XHTML+RDFa convertion tool)...

"""

<a itemprop="foo" href="bar">
to <a rel="foo" href="bar">

<img itemprop="foo" src="bar">
to <img rel="foo" src="bar" about="subject" resource="bar">

<span itemprop="foo">Bar</span>
to <span property="foo" datatype="">Bar</span>

<div itemscope="" itemid="foo" itemtype="bar">
to <div about="foo" typeof="bar">

<div itemscope="" itemtype="bar">
to <div typeof="bar">

<div itemscope="" itemid="foo">
to <div about="foo">

<div itemscope="">
to <div about="_:auto01">

<div itemprop="foo" itemscope="">
to <div rel="foo" resource="_:auto02">

<div itemprop="foo" itemscope="" itemtype="bar">
to <div rel="foo" resource="_:auto02"><span rel="rdf:type"
resource="bar"></span>

<div itemprop="foo" itemscope="" itemid="baz">
to <div rel="foo" resource="baz">

<div itemprop="foo" itemscope="" itemtype="bar" itemid="baz">
to <div rel="foo" resource="baz"><span rel="rdf:type" resource="bar"></span>

@itemref will require thought.

"""

-Toby

Received on Wednesday, 27 January 2010 17:13:35 UTC