Skip to content

Instantly share code, notes, and snippets.

@ccjr
Created July 3, 2009 03:26
Show Gist options
  • Save ccjr/139886 to your computer and use it in GitHub Desktop.
Save ccjr/139886 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">
<rdf:Bag>
<rdf:li rdf:resource="BeckySmith"/>
<rdf:li rdf:resource="JohnSmith"/>
</rdf:Bag>
<rdf:Description rdf:about="BeckySmith">
<vCard:FN>Becky Smith</vCard:FN>
<vCard:N vCard:Given="Becky" vCard:Family="Smith"/>
</rdf:Description>
<rdf:Description rdf:about="JohnSmith">
<vCard:FN>John Smith</vCard:FN>
<vCard:N vCard:Given="John" vCard:Family="Smith"/>
</rdf:Description>
</rdf:RDF>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment