HTML5+Microdata to XHTML+RDFa 1.1
<!doctype html> <html> <head> <title>This is a test.</title> </head> <body itemscope itemid="http://www.example.com/#me" itemtype="http://schema.org/Person/Living"> <h1 class="great-big-heading" itemprop="name">Toby Inkster</h1> <p> <a data-foo=bar href="http://tobyinkster.co.uk/" itemprop="url">my website</a>. </p> <p itemprop="http://xmlns.com/foaf/0.1/plan">take over the world</p> <p>Here's my hCard... <div itemscope itemtype="http://microformats.org/profile/hcard"> <h2 itemprop="fn">Toby Inkster</h2> </div> </body> </html>
Base URL:
Convert →