1<?xml version="1.0" encoding="utf-8"?>
2<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:v="http://www.w3.org/2006/vcard/ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:h="http://www.w3.org/1999/xhtml">
3  <v:VCard>
4    <v:org rdf:parseType="Resource">
5      <rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#Organization"/>
6      <v:organization-name>Data Access Technologies</v:organization-name>
7    </v:org>
8    <v:fn>
9          Cory
10          B.
11          Casanave
12        </v:fn>
13    <v:n rdf:parseType="Resource">
14      <rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#Name"/>
15      <v:given-name>Cory</v:given-name>
16      <v:family-name>Casanave</v:family-name>
17      <v:additional-name>B.</v:additional-name>
18    </v:n>
19    <v:title>President &amp; CEO</v:title>
20    <v:adr rdf:parseType="Resource">
21      <rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#Address"/>
22      <v:extended-address>Suite 505</v:extended-address>
23      <v:street-address>8605 Westwood Center Drive</v:street-address>
24      <v:locality>Vienna</v:locality>
25      <v:region>VA</v:region>
26      <v:postal-code>22182</v:postal-code>
27      <v:country-name>USA</v:country-name>
28    </v:adr>
29    <v:tel rdf:resource="tel:+1-123-456-7890"/>
30    <v:tel rdf:resource="tel:+1-111-555-7890"/>
31    <v:fax rdf:resource="tel:+1-111-111-1234"/>
32    <v:email rdf:resource="mailto:cory@example"/>
33  </v:VCard>
34</rdf:RDF>