Re: Final Final vCard (take 2)

Hello Renato, thanks for prompt updates.

HTML spec page looks good, but schema RDF still has conflicting descriptions.

[[[
    <!ENTITY vcard "http://www.w3.org/2006/vcard/" >
...
    <owl:ObjectProperty rdf:about="&vcard;adr">
etc...
]]]

With &vcard;, the expanded URI for the property is
http://www.w3.org/2006/vcard/adr . Instead, you should use &ns; which
you declared as:

[[[
    <!ENTITY ns "http://www.w3.org/2006/vcard/ns#" >
]]]


cheers,

-- 
@prefix : <http://www.kanzaki.com/ns/sig#> . <> :from [:name
"KANZAKI Masahide"; :nick "masaka"; :email "mkanzaki@gmail.com"].

Received on Tuesday, 1 December 2009 09:26:43 UTC