Le RDFa contenu dans la page contient les informations de contact (adresse, tel, url, coordonnées géographiques) du E-Business and Web Science Research Group"@en. Cette description utilise le vocabulaire vCard, défini par le W3C pour décrire des personnes et organisations.

@prefix commerce: <http://search.yahoo.com/searchmonkey/commerce/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix review: <http://purl.org/stuff/rev#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://www.ebusiness-unibw.org/#vcard> a commerce:Business,
        vcard:VCard ;
    rdfs:label "E-Business and Web Science Research Group"@en ;
    vcard:adr [ a vcard:Address ;
            vcard:country-name "Germany"@en ;
            vcard:locality "Neubiberg"@en ;
            vcard:postal-code "85579"^^xsd:string ;
            vcard:region "Bavaria"^^xsd:string ;
            vcard:street-address "Werner-Heisenberg-Weg 39"@en ] ;
    vcard:fn "E-Business and Web Science Research Group"@en ;
    vcard:geo [ vcard:latitude "48.081663"^^xsd:float ;
            vcard:longitude "11.637912"^^xsd:float ] ;
    vcard:photo <http://www.ebusiness-unibw.org/logo.png> ;
    vcard:tel "+49-89-6004-4217"^^xsd:string ;
    vcard:url <http://www.ebusiness-unibw.org/> .