hAudio Profile

From Microformats Wiki
Jump to navigation Jump to search


The following is an XMDP profile for the hAudio specification.

URLs

This profile is hosted as a separate XMDP file on microformats.org:

Usage

Profiles are referenced in (X)HTML files in the <head> tag, e.g.:

<head profile='http://microformats.org/profile/haudio'>

Profile

<dl class="profile">
 <dt id="rel">rel</dt>
 <dd><p>
   <a rel="help" href="http://www.w3.org/TR/html401/struct/links.html#adef-rel">
     HTML4 definition of the 'rel' attribute.</a>  
   Here are additional values as defined in the
   <a rel="help start" href="http://microformats.org/wiki/rel-enclosure">
   rel-enclosure</a>, 
   <a rel="help start" href="http://microformats.org/wiki/rel-payment">
   rel-payment</a> and
   <a rel="help start" href="http://microformats.org/wiki/rel-tag">
   rel-tag</a> 
   specifications.</p>
  <dl>
   <dt id="enclosure">enclosure</dt>
   <dd>A URI specifying a method of downloading the complete version of the audio recording.</dd>
   <dt id="payment">payment</dt>
   <dd>A URI specifying a method of purchase resulting in the acquisition of a complete version of the audio recording.
</dd>
   <dt id="sample">sample</dt>
   <dd>A URI specifying a method of sampling a section of the audio recording.
</dd>
   <dt id="tag">tag</dt>
   <dd>Indicates that the referred resource serves as a "tag", 
       or keyword/subject, for the referring page, or some portion of the referring page (such as an hAudio).</dd>
  </dl>
 </dd>
 <dt>class</dt>
 <dd><p>
   <a href="http://www.w3.org/TR/html401/struct/global.html#adef-class">
   HTML4 definition of the 'class' attribute.</a>
   This meta data profile defines some 'class' attribute values (class names) 
   and their meanings as suggested by a 
   <a href="http://www.w3.org/TR/WD-htmllink-970328#profile">
   draft of "Hypertext Links in HTML"</a>.
   All values are defined according to the semantics defined in the 
   <a rel="help start" href="http://microformats.org/wiki/haudio">
   hAudio specification</a>.
  </p>
  <dl>
   <dt id="haudio">haudio</dt>
    <dd>Used to identify and describe metadata associated with an individual audio recording.
   </dd>

   <dt id="fn">fn</dt>
   <dd>
    A short textual description used to identify an audio recording among interested parties.
   </dd>
   <dt id="album">album</dt>
   <dd>
    A short textual description used to identify an audio recording that is an album among 
    interested parties.
   </dd>
   <dt id="contributor">contributor</dt>
   <dd>
    An entity that takes part in the creation and distribution of an audio recording.
   </dd>
   <dt id="published">published</dt>
   <dd>
    The date that the audio recording was made available to the public.
   </dd>
   <dt id="description">description</dt>
   <dd>
    A verbose description of the audio recording.
   </dd>
   <dt id="photo">photo</dt>
   <dd>
    An image that should be used to summarize the audio recording.
   </dd>
   <dt id="item">item</dt>
   <dd>
    Contains a sub-part of the current audio recording, which is marked-up using any element available in hAudio.
   </dd>
   <dt id="category">category</dt>
   <dd>
    The genre or style used to classify the audio recording.
   </dd>
   <dt id="duration">duration</dt>
   <dd>
    The length of the audio recording.
   </dd>
   <dt id="price">price</dt>
   <dd>
    The amount of currency that must be exchanged for acquisition of a full specimen of the audio recording.
   </dd>
  </dl>
 </dd>
</dl>

Related Pages