Linking a vCard to its holder

Hi,

vCards in RDF seem to be a good way to describe people and organizations
with regards to address information etc. Is there any convention to link a
vCard to the person or organization it describes (i.e. its holder), e.g.

<http://example.org/me/vcard> <?vCardOf?> <http://example.org/me>
or
<http://example.org/me> <?hasvCard?> <http://example.org/me/vcard>

So far, I couldn't find an established predicate that does so...

Cheers,

Felix

P.S. I find the examples at http://www.w3.org/Submission/vcard-rdf/#Ex to be
rather misleading.

<v:VCard rdf:about = "http://example.com/me/corky">
....
</v:VCard>

is not an assertion I'd make about myself. I am not a vCard.

Received on Friday, 14 May 2010 13:22:05 UTC