Doubt about href attribute

Hello all,

Is this valid in RDF-A?

<div class="v:Org" about="#company1">
    <p>
        We offer <span property="ex:servicesOffered"
href="ex:ITConsulting">IT Consulting Services</span>
    </p>
</div>

or should I use this instead?

<div class="v:Org" about="#company1">
    <p>
        We offer IT Consulting Services
    </p>
    <link rel="ex:servicesOffered" href="ex:ITConsulting" />
</div>

Thanks and best regards

Received on Wednesday, 23 May 2007 09:25:53 UTC