RDFa: Interoperable Web Metadata
Ben Adida
Creative Commons / MIT
Implicit Metadata
[any material that should appear in print but not on the slide]
Implicit Metadata - the HTML
This document is licensed under a
<a href="http://cc.org/licenses/by/2.5/">
Creative Commons License.
</a>
[any material that should appear in print but not on the slide]
and now with RDFa
This document is licensed under a
<a xmlns:cc="http://cc.org/ns#"
rel="cc:license"
href="http://cc.org/licenses/by/2.5/">
Creative Commons License.
</a>
[any material that should appear in print but not on the slide]
More Implicit Metadata
[any material that should appear in print but not on the slide]
More Implicit Metadata - the HTML
<p>
I'm giving a lightning talk at the
W3C AC Meeting in Edinburgh
on
Sunday, at around 1500 GMT
...
</p>
[any material that should appear in print but not on the slide]
And now with RDFa
<p about="#ac_talk" role="cal:Vevent"
xmlns:cal="..."
xmlns:dc="...">
I'm giving a lightning talk at the
<span property="cal:location">
W3C AC Meeting in Edinburgh
</span>
on
<span property="cal:dtstart"
content="20060521T150000Z">
Sunday, at around 1500 GMT
</span>
...
</p>
[any material that should appear in print but not on the slide]
So, in practice?
[any material that should appear in print but not on the slide]
Principles
- All the benefits of RDF:
Independence, Modularity, Evolvability
- Don't Repeat Yourself (DRY)
- In-Context Metadata (copy & paste)
[any material that should appear in print but not on the slide]
Want More?
Interperable Web Metadata with RDFa:
- Wednesday, 24 May 1600 - Dev Track
- Friday, 26 May 1100 - W3C Track
http://rdfa.creativecommons.org
[any material that should appear in print but not on the slide]