Microdata

<div itemscope itemtype ="http://schema.org/Movie">
  <h1 itemprop="name">Titanic</h1>
  <span>Reżyser: <span itemprop="director" itemref="rezyser">James Cameron</span></span>
  <span itemprop="genre">Dramat</span>
  <span itemprop="dateCreated">1997-11-18</a>
</div>

<div id="rezyser" itemscope itemtype="http://Schema.org/Person">
  <span itemprop="givenName">James</span>
  <span itemprop="familyName">Cameron</span>
  <meta itemprop="birthDate" content="1954-08-16" />
</div>