<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:ror="http://rorweb.com/0.1/">
<channel> 
   <title>People</title>
 
   <!-- First Person -->  
   <item>
      <link>http://www.acme.com/employees/jsmith</link>
      <ror:type>Person</ror:type>
      <ror:id>1032</ror:id>
      <ror:name>John W. Smith</ror:name>
      <ror:firstName>John</ror:firstName>    
      <ror:lastName>Smith</ror:lastName>
      <ror:middleName>William</ror:middleName>
      <ror:birthDate>1970-11-02</ror:birthDate>
      <ror:gender>Male</ror:gender>
   </item>

   <!-- Second Person -->  
   <item>
      <link>http://www.acme.com/employees/mmiller</link>
      <ror:type>Person</ror:type>
      <ror:id>1033</ror:id>
      <ror:name>Mary L. Miller</ror:name>
      <ror:firstName>Mary</ror:firstName>    
      <ror:lastName>Miller</ror:lastName>
      <ror:middleName>Laura</ror:middleName>
      <ror:birthDate>1970-12-09</ror:birthDate>
      <ror:gender>Female</ror:gender>
   </item>

</channel>
</rss>

