[foaf-dev] FOAF and vCard mixing together
Toby Inkster
tai at g5n.co.uk
Tue Dec 1 23:19:41 CET 2009
On Tue, 2009-12-01 at 17:58 +0100, Josef Petrák wrote:
> Is it possible to state both these statements?
>
> <http://resource/> rdf:type foaf:Person .
> <http://resource/> rdf:type vcard:N .
It doesn't make much sense for something to be both a vcard:N (a
structured name) and a foaf:Person (a person).
> This would enable to state that a person has vcard:honorific-prefix,
> vcard:honorific-suffix and other properties from vcard:N domain.
>
> If there is other way, how to connect a vCard N(ame) to foaf:Person
> thank you for any suggestions.
Via the vcard:n (lowercase) property:
<#me>
a foaf:Person ;
vcard:n [
a vcard:N ;
vcard:given-name "Toby" ;
vcard:family-name "Inkster"
] .
--
Toby A Inkster
<mailto:mail at tobyinkster.co.uk>
<http://tobyinkster.co.uk>
More information about the foaf-dev
mailing list