<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="RDFa - Page 22 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=RDFa&amp;p=21">1.Previous</a><br />
<a accesskey="3" href="page.php?w=RDFa&amp;p=23">3.Next</a>
</p>

<p><big>HTML5 + RDFa 1.1 </big></p>
<p>The above example can be expressed without <a href="page.php?w=XML_namespaces">XML namespaces</a> in <a href="page.php?w=HTML5">HTML5</a>:<syntaxhighlight lang="html"><html prefix="dc: http://purl.org/dc/elements/1.1/" lang="en">  <head>    <title>John's Home Page</title>    <link rel="profile" href="http://www.w3.org/1999/xhtml/vocab" />    <base href="http://example.org/john-d/" />    <meta property="dc:creator" content="Jonathan Doe" />    <link rel="foaf:primaryTopic" href="http://example.org/john-d/#me" />  </head>  <body about="http://example.org/john-d/#me">    <p><big>John's Home Page</big></p>    <p>My name is <span property="foaf:nick">John D</span> and I like      <a href="http://www.neubauten.org/" rel="foaf:interest"        lang="de">Einstürzende Neubauten</a>.    </p>    <p>      My <span rel="foaf:interest" resource="urn:ISBN:0752820907">favorite      book is the inspiring <span about="urn:ISBN:0752820907"><cite      property="dc:title">Weaving the Web</cite> by      <span property="dc:creator">Tim Berners-Lee</span></span></span>.    </p>  </body></html></syntaxhighlight>Note</p><p>
<a accesskey="1" href="page.php?w=RDFa&amp;p=21">1.Previous</a><br />
<a accesskey="3" href="page.php?w=RDFa&amp;p=23">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
