genre

Thing > Property > genre

Genre of the creative work, broadcast channel or group.
Values expected to be one of these types
Text
URL
Used on these types
BroadcastChannel
CreativeWork
MusicGroup
Sub-properties
legislationType
Examples

Example 1
<h1>The Madonna with the Long Neck</h1>
Late Renaissance painting by Parmigianino
<div itemscope itemtype="http://schema.org/Painting">
  <h1><span itemprop="name">The Madonna with the Long Neck</span></h1>
  <meta itemprop="genre" content="http://vocab.getty.edu/aat/300021143"/>Late Renaissance painting by
  <span itemprop="creator">Parmigianino</span>.
</div>
<div vocab="http://schema.org/" typeof="Painting">
  <h1><span property="name">The Madonna with the Long Neck</span></h1>
  <span property="genre" content="http://vocab.getty.edu/aat/300021143">Late Renaissance</span> painting by
  <span property="creator">Parmigianino</span>.
</div>
<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "Painting",
  "name": "The Madonna with the Long Neck",
  "genre": "http://vocab.getty.edu/aat/300021143"
}
</script>