Re: vCard RDF merge....

Hi Peter,


Peter Mika wrote:
>> BTW, the Yahoo SearchMonkey doc does not specify a domain for vcard:adr
>>
>> http://developer.yahoo.com/searchmonkey/smguide/vcard-details.html#vcard-adr 
>>
>
> We just regenerated the original documentation ;)
>
> Peter
>

Does this mean you support a wider set of classes as the domain for 
vcard:adr? So the following is RDFa would be correct from Yahoo's 
perspective?

<div typeof="gr:BusinessEntity" about="#company">
    <span property="gr:legalName" datatype="xsd:string">Electronics 
Ltd.</span>
    <span property="rdfs:comment" datatype="xsd:string">Electronics Ltd. 
was established in 1960 and is UK's largest manufacturer of TV sets.</span>
    <a rel="rdfs:seeAlso" href="http://www.electronics.com"/>
    <a rel="rdfs:seeAlso" href="http://www.electronics.com/shop/"/>
    <div rel="vcard:adr">
        <div typeof="vcard:Address" about="#address-office">
            <span property="vcard:street-address">Penny Lane 1233</span>
            <span property="vcard:locality">London</span>
            <span property="vcard:region">London City</span>
            <span property="vcard:postal-code">123 ABC</span>
            <span property="vcard:country-name">United Kingdom</span>
            <a rel="vcard:email" href="mailto:info@electronics.com"/>
            <a rel="vcard:tel" href="tel:+44-1234-1234"/>
            <a rel="vcard:url" href="http://www.electronics.com"/>
        </div>
    </div>
</div>

Martin

--------------------------------------------------------------
martin hepp
e-business & web science research group
universitaet der bundeswehr muenchen

e-mail:  mhepp@computer.org
phone:   +49-(0)89-6004-4217
fax:     +49-(0)89-6004-4620
www:     http://www.unibw.de/ebusiness/ (group)
         http://www.heppnetz.de/ (personal)
skype:   mfhepp 
twitter: mfhepp

Check out the GoodRelations vocabulary for E-Commerce on the Web of Data!
========================================================================

Webcast:
http://www.heppnetz.de/projects/goodrelations/webcast/

Talk at the Semantic Technology Conference 2009: 
"Semantic Web-based E-Commerce: The GoodRelations Ontology"
http://tinyurl.com/semtech-hepp

Tool for registering your business:
http://www.ebusiness-unibw.org/tools/goodrelations-annotator/

Overview article on Semantic Universe:
http://tinyurl.com/goodrelations-universe

Project page and resources for developers:
http://purl.org/goodrelations/

Tutorial materials:
Tutorial at ESWC 2009: The Web of Data for E-Commerce in One Day: A Hands-on Introduction to the GoodRelations Ontology, RDFa, and Yahoo! SearchMonkey

http://www.ebusiness-unibw.org/wiki/GoodRelations_Tutorial_ESWC2009

Received on Tuesday, 7 July 2009 19:39:02 UTC