This code was suggested to me:
<a itemprop="url" href="…"><span itemprop="name">…</span></a>
But do you think this code is also correct?
<li class="menu-home" itemprop="url">
<a href="http://example.com/" title="Home" itemprop="name">Home</a>
</li>