AssociatedMedia

From getSchema
Jump to: navigation, search


This Page Semantic Annotations

Domain = CreativeWork
Range = MediaObject
Cardinality = 0..*

Description

A creative work may have associated media content (MediaObject or its subtypes such as AudioObject, ImageObject, MusicVideoObject, or VideoObject ). Typically this content is an image, video, or audio object. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's).

Example

<div itemprop="associatedMedia">
 <div itemscope itemtype="http://schema.org/ImageObject"> 
  <img itemprop="contentURL" src="/files/rNews-Sample-Story/libya_sample_reuters.jpg"/> 
  <div> 
    Credit: 
     <span itemprop="author">Goran Tomasevic</span>/
     <span itemprop="sourceOrganization"> 
       <span itemscope itemtype="http://schema.org/Organization">
         <span itemprop="name"> Reuters</span>
       </span>
     </span>
  </div> 
  <div itemprop="caption"> 
    Rebel fighters take cover during a shelling near Ajdabiyah, Libya on Thursday.
  </div>      
 </div> 
</div>
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox