Danny Ayers wrote: > Sorry, did I miss something here? What I see in Norm's vocab [1] is > use of singular properties, but without any cardinality restrictions. > A list of names can be expressed as e.g. : > > _:mycard > vCard:fn "Daniel John Ayers" ; > vCard:additionalName "Danny Ayers" ; > vCard:additionalName "Danny J. Ayers" ; > vCard:additionalName "DJ Ayers" ; > ... The issue is whether to do: vcard:givenName "Danny J." ... or: vcard:givenName "Danny J." vcard:givenName "J." ... or: vcard:givenName ( "Danny" "J.") The family, given, additional properties are for pieces of full names. Norm restricted cardinality to 1 on these, and so chose the first approach. I strongly supported this move. Two doesn't work. Garret wants to allow something like the third approach. This discussion is all about resolving this question. BruceReceived on Tuesday, 31 July 2007 12:36:52 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 8 January 2008 14:22:50 GMT