MusicRecording
(Difference between revisions)
m
|
m
|
||
Line 81: | Line 81: | ||
</source>
|
</source>
|
||
? |
=== Using Microformats
|
+ |
=== Using Microformats ===
|
Revision as of 15:13, 22 March 2012
Contents |
Description
Description of a song.
Examples
Using RDFa 1.1 Lite
<div vocab ="http://schema.org/" typeof="MusicRecording"> <span property="byArtist"> <span typeof="MusicGroup"> British rock band <span property="name">Queen</span> </span> </span> for their <span property="inAlbum"> <span typeof="MusicAlbum"> <span property="dateCreated">1977</span> album <span property="name">News of the World</span> </span> </span>. <p> <strong>Genre:</strong> <span property="genre">Rock</span><br /> Listen here:<br /> <p typeof="AudioObject"> <script type=-quot-text-javascript-quot-<-span>-gt-<-span> -var- -fo-new-flashobject-quot-http-google.com-flash-preview-player.swf-quot-,-quot-flashplayer_719-quot-,-quot-358-quot-,-quot-16-quot-,-quot-6-quot-,-quot-#ffffff-quot "sc2"></script> <meta itemprop="encodingFormat" content="mp3" /> <meta itemprop="contentURL" content="http://freemedia.org/WeAreTheChampions.mp3" /> </p> <p><a href="download.htm" property="offers">Download this song</a></p> </p> </div>
Using Microdata
<div itemscope itemtype="http://schema.org/MusicRecording"> <span itemprop="byArtist"> <span itemscope itemtype="http://schema.org/MusicGroup"> British rock band <span itemprop="name">Queen</span> </span> </span> for their <span itemprop="inAlbum"> <span itemscope itemtype="http://schema.org/MusicAlbum"> <span itemprop="dateCreated">1977</span> album <span itemprop="name">News of the World</span> </span> </span>. <p> <strong>Genre:</strong> <span itemprop="genre">Rock</span><br /> Listen here:<br /> <p itemscope itemtype="http://schema.org/AudioObject"> <script type=-quot-text-javascript-quot-<-span>-gt-<-span> -var- -fo-new-flashobject-quot-http-google.com-flash-preview-player.swf-quot-,-quot-flashplayer_719-quot-,-quot-358-quot-,-quot-16-quot-,-quot-6-quot-,-quot-#ffffff-quot "sc2"></script> <meta itemprop="encodingFormat" content="mp3" /> <meta itemprop="contentURL" content="http://freemedia.org/WeAreTheChampions.mp3" /> </p> <p><a href="download.htm" itemprop="offers">Download this song</a></p> </p> </div>
Using Microformats