MusicRecording

From getSchema

(Difference between revisions)

Jump to: navigation, search

m
 
Line 1: Line 1:
?
{{CreativeWork}}
+
 
?
{{Schema.org.class
+
{{#widget:SchemaClass
?
|supertype = [[Thing]], [[CreativeWork]]
+
|name=MusicRecording
?
|subtype = none
+
?
|iproperties = [[additionalType]]:[[URL]], [[description]]:[[Text]], [[image]]:[[URL]], [[name]]:[[Text]], [[sameAs]]:[[URL]], [[url]]:[[URL]],
+
?
[[about]]:[[Thing]],[[accountablePerson]]:[[Person]], [[aggregateRating]]:[[AggregateRating]], [[alternativeHeadline]]:[[Text]], [[associatedMedia]]:[[MediaObject]], [[audience]]:[[Audience]], [audio]:[[AudioObject]], [[author]]:([[Person]] or [[Organization]]), [[awards]]:[[Text]], [[comment]]:[[UserComments]], [[contentLocation]]:[[Place]], [[contentRating]]:[[Text]], [[contributor]]: [[Person]] or [[Organization]],
+
?
[[copyrightHolder]]:[[Person]] or [[Organization]], [[copyrightYear]]:[[Number]], [[creator]]:[[Person]] or [[Organization]], [[dateCreated]]:[[Date]], [[dateModified]]:[[Date]], [[datePublished]]:[[Date]],
+
?
[[discussionUrl]]:[[URL]],  [[editor]]:[[Person]], [[educationalAlignment]]:[[AlignmentObject]], [[educationalUse]]:[[Text]], [[encodings]]:[[MediaObject]], [[genre]]:[[Text]], [[headline]]:[[Text]],  [[inLanguage]]:[[Text]], [[interactionCount]]:[[Text]], [[interactivityType]]:[[Text]], [[isBasedOnUrl]]:[[URL]], [[isFamilyFriendly]]:[[Boolean]],  [[keywords]]:[[Text]], [[learningResourceType]]:[[Text]], [[mentions]]:[[Thing]], [[offers]]:[[Offer]], [[provider]]:[[Person]] or [[Organization]], [[publisher]]:[[Organization]], [[publishingPrinciples]]:[[URL]],  [[reviews]]:[[Review]], [[sourceOrganization]]:[[Organization]], [[thumbnailUrl]]:[[URL]], [[timeRequired]]:[[Duration]], [[typicalAgeRange]]:[[Text]], [[version]]:[[Number]], [video]:[[VideoObject]]
+
?
|properties = [[byArtist]]:[[MusicGroup]], [[duration]]:[[Duration]], [[inAlbum]]:[[MusicAlbum]], [[inPlaylist]]:[[MusicPlaylist]]
+
 
}}
 
}}
  +
  +
{{CreativeWork}}
  +
 
__TOC__
 
__TOC__
 
== Description ==
 
== Description ==

Latest revision as of 10:10, 12 August 2014

This Page Semantic Annotations

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 property="audio">     <span 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>      <span itemprop="encodingFormat">mp3</span><br />      <a itemprop="contentUrl" href="http://freemedia.org/WeAreTheChampions.mp3">You can find it here</a>    </span>  </p>   <p><a href="download.htm" property="url">Download this song</a></p> </p> </div>

Using Microdata

<div itemscope itemtype="http://schema.org/MusicRecording">   <span itemprop="byArtist" itemscope itemtype="http://schema.org/MusicGroup">     British rock band     <span itemprop="name">Queen</span>    </span>   for their    <span itemprop="inAlbum" itemscope itemtype="http://schema.org/MusicAlbum">      <span itemprop="dateCreated">1977</span> album       <span itemprop="name">News of the World</span>   </span>. <p>   <strong>Genre:</strong> <span itemprop="genre">Rock</span><br />   Listen here:<br />   <p itemprop="audio" 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>      <span itemprop="encodingFormat">mp3</span><br />      <a itemprop="contentUrl" href="http://freemedia.org/WeAreTheChampions.mp3">You can find it here</a>  </p>   <p><a href="download.htm" itemprop="url">Download this song</a></p> </p> </div>

Using Microformats

Personal tools

Namespaces

Variants

Actions

Navigation

Toolbox