<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN" "http://www.wapforum.org/DTD/wml13.dtd">
<wml>
 <!-- page name="uriref"-->
 <template>
  <do optional="false" label="Back Up" type="accept">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="#uriref"/>
  </do>
 </template>
 <card ordered="true" newcontext="false" id="uriref">
  <do optional="false" label="Back Up" type="accept">
   <noop/>
  </do>
  <do optional="false" label="Back" type="prev">
   <prev/>
  </do>
  <do optional="false" type="options" label="Next">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="#urirefs"/>
  </do>
  <a href="#urirefs" accesskey="1">Page 1</a>
  <br/>
  <a href="#examples" accesskey="2">Examples</a>
  <br/>
 </card>
 <card ordered="true" newcontext="false" id="urirefs">
  <do optional="false" type="options" label="Next">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="#examples"/>
  </do>
  <!-- h1 -->
  <h1>URI Reference for Advanced Webmasters</h1>
  <p>This page is intended for advanced users, such as developers who are creating XML documents or building Semantic Web sites, who want to code their own simple or extended links, or RDF metadata. For all other purposes, the <a href="usage.wml">HTML hypertext links</a>, which show the proper usage of URI References, should be used instead.</p>
  <p>In RDF or XML documents, refer to the abstract concept of <b>Music Corporation Of America</b> using this URI reference:</p>
  <p>
   <b>http://Acronyms.net/terms/m/Music-Corporation-Of-America</b>
  </p>
  <p>or, declare the &amp;at; entity as shown below and use:</p>
  <p>
   <b>&amp;at;MusicCorporationOfAmerica</b>
  </p>
  <p>Note that a URI Reference is case-sensitive, and that www. is omitted since it is not intended to be a web-accessible resource.</p>
  <p>Use the following URL to refer to the web page that defines this term:</p>
  <p>
   <b>http://www.Acronyms.net/terms/m/Music-Corporation-Of-America</b>
  </p>
  <p align="left">
   <a href="#examples">Next: Examples</a>
   <br/>
   <a href="#uriref">Back Up: Menu</a>
   <br/>
  </p>
 </card>
 <card ordered="true" newcontext="false" id="examples">
  <!-- h1 -->
  <h1>Examples</h1>
  <!-- h1 -->
  <h1>Acronym Vocabulary URI Declaration</h1>
  <p>The Acronym Vocabulary namespace URI needs to be declared for use with element tag names and attribute values. The beginning of an HTML document should look like this:</p>
  <p align="left">&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!DOCTYPE html [ &lt;!ENTITY at "http://Acronyms.net/terms/"&gt; &lt;!ENTITY av "http://Acronyms.net/vocabulary/"&gt;]&gt;&lt;html xmlns="http://www.w3.org/1999/xhtml" xmlns:av="&amp;av;"&gt; &lt;head&gt; &lt;style type="text/css"&gt; .hide { display: none } &lt;/style&gt; ...</p>
  <p>This only needs to be done once per document file.</p>
  <p>XLink Simple Link</p>
  <p align="left">&lt;link xlink:href="http://www.Acronyms.net/terms/m/Music-Corporation-Of-America/" xlink:title="Music Corporation Of America" xlink:type="simple" xlink:href="http://www.Acronyms.net/terms/m/Music-Corporation-Of-America/" xlink:arcrole="&amp;av;definedAt" xlink:role="&amp;av;definition" xlink:title="Music Corporation Of America" xlink:show="new" xlink:actuate="onRequest"&gt; &lt;abbr xlink:type="simple" xlink:href="&amp;at;Music-Corporation-Of-America" xlink:arcrole="&amp;av;standsFor" xlink:role="&amp;av;term" xlink:title="MCA - Music Corporation Of America" xlink:show="new" xlink:actuate="onRequest" &gt;MCA&lt;/abbr&gt;&lt;/link&gt;</p>
  <p>XLink Extended Link</p>
  <p align="left">&lt;link xlink:type="extended" xlink:href="http://www.Acronyms.net/terms/m/Music-Corporation-Of-America/" xlink:title="Music Corporation Of America"&gt; &lt;abbr xlink:type="resource" xlink:label="acronym"&gt;MCA&lt;/abbr&gt; &lt;span class="hide" xlink:type="resource" xlink:label="verbal" xlink:title="pronunciation"&gt;m c a&lt;/span&gt; &lt;span class="hide" xlink:type="resource" xlink:label="expand" xlink:title="expansion"&gt;Music Corporation Of America&lt;/span&gt; &lt;span class="hide" xlink:type="locator" xlink:label="term" xlink:role="&amp;av;term" xlink:href="&amp;at;Music-Corporation-Of-America" xlink:title="Music Corporation Of America"/&gt; &lt;span class="hide" xlink:type="locator" xlink:label="definition" xlink:role="&amp;av;definition" xlink:href="http://www.Acronyms.net/terms/m/Music-Corporation-Of-America/" xlink:title="Music Corporation Of America"/&gt; &lt;span class="hide" xlink:type="locator" xlink:label="finder" xlink:role="&amp;av;reference" xlink:href="http://www.Acronyms.net/reference/m/MCA#Music-Corporation-Of-America" xlink:title="MCA - Music Corporation Of America"/&gt; &lt;span class="hide" xlink:type="arc" xlink:from="acronym" xlink:arcrole="&amp;av;pronounceAs" xlink:to="verbal" xlink:actuate="onLoad"/&gt; &lt;span class="hide" xlink:type="arc" xlink:from="acronym" xlink:arcrole="&amp;av;expandsTo" xlink:to="expand"/&gt; &lt;span class="hide" xlink:type="arc" xlink:from="acronym" xlink:arcrole="&amp;av;standsFor" xlink:to="term"/&gt; &lt;span class="hide" xlink:type="arc" xlink:from="term" xlink:arcrole="&amp;av;definedAt" xlink:to="definition" xlink:show="new" xlink:actuate="onRequest"/&gt; &lt;span class="hide" xlink:type="arc" xlink:from="acronym" xlink:arcrole="&amp;av;foundAt" xlink:to="finder" xlink:show="new" xlink:actuate="onRequest"/&gt;&lt;/link&gt;</p>
  <p>RDF metadata</p>
  <p align="left">&lt;rdf:Description rdf:about="..."&gt; &lt;av:standsFor rdf:resource="&amp;at;MusicCorporationOfAmerica"/&gt;&lt;/rdf:Description&gt;<br/>&lt;rdf:Description rdf:about="..."&gt; &lt;av:standsFor&gt; &lt;rdf:Description rdf:about="&amp;at;MusicCorporationOfAmerica"&gt; &lt;av:definedBy rdf:resource="http://www.Acronyms.net/terms/m/Music-Corporation-Of-America/"/&gt; &lt;/rdf:Description&gt; &lt;/av:standsFor&gt;&lt;/rdf:Description&gt;</p>
  <p align="left">
   <a href="#urirefs">Prev: Page 1</a>
   <br/>
   <a href="#uriref">Back Up: Menu</a>
   <br/>
  </p>
 </card>
</wml>
