RDF Blog

A blog covering the Resource Description Framework, in plain English.

RDFa becomes a W3C Recommendation

20/10/2008 11:52
posted by chris ward.

Officially now a 'web-standard', RDFa is the implementation for writing RDF statements inline to a XHTML document using 9 specific attributes.

4 of these are supported in XHTML 1.0

  • rel
  • rev
  • href
  • src

The other five are specific to XHTML+RDFa 1.0, so your document will have to conform to the DTD.

  • about
  • property
  • resource
  • datatype
  • typeof

Comment items