<?xml version="1.0"?>
<?xml-stylesheet href="http://www.rorweb.com/ror.css" type="text/css"?>
<!-- This is a ROR formatted XML document describing the resources of the website http://www.lifespanusa.com. For information about the ROR format, go to www.rorweb.com --> 
<rdf:RDF xmlns="http://rorweb.com/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> 

<!-- ******************** Main Info ******************** --> 
<Resource rdf:about="main">
    <rorinfo>This is a ROR formatted XML document describing the resources of the website http://www.lifespanusa.com. For information about the ROR format, go to www.rorweb.com</rorinfo>
    <type>Main</type>
    <type>Website</type>
    <title>Indianapolis Estate Planning and Trust Administration</title>
    <url>http://www.lifespanusa.com</url>
    <desc>Randall Law Office specializes in estate planning, business planning, and probate and trust administration in the Indianapolis, IN area.</desc>
    <keywords></keywords>
</Resource>

<!-- ******************** Contact Info ***************** --> 
<Resource rdf:about="contact">
    <type>Contact</type>
    <title>Contact Info</title>
    <name>Indianapolis Estate Planning and Trust Administration</name>
    <email>webmaster@lifespanusa.com</email>
    <url>http://www.lifespanusa.com</url>
    <phone></phone>
    <resourceOf rdf:resource="main"/>
</Resource>

<!-- ******************** Location Info ***************** --> 
<Resource>
    <type>Address</type>
    <title>Address</title>
    <address1>3500 DePauw Blvd, Ste. 2090</address1>
    <city>Indianapolis</city>
    <postalCode>46268</postalCode>
    <stateRegion>IN</stateRegion>
    <country>None</country>
    <resourceOf rdf:resource="contact"/>
</Resource>


<!-- ******************** Sitemap Info ***************** --> 
<Resource>
    <type>SiteMap</type>
    <title>SiteMap</title>
    <url>http://www.lifespanusa.com/sitemap.xml</url>
    <resourceOf rdf:resource="main"/>
</Resource>


<!-- ******************** Article Info (if any) ***************** --> 
<!--
<Resource>
    <type>Article</type>
    <title>Article 1</title>
    <url>http://www.my-website.com/articles/article-1.htm</url>
    <desc>This is Article 1</desc>
    <published>2005-01-20</published>
    <creator>John Doe</creator>
    <resourceOf rdf:resource="articles"/>
</Resource>

<Resource>
    <type>Article</type>
    <title>Article 2</title>
    <url>http://www.my-website.com/articles/article-2.htm</url>
    <desc>This is Article 2</desc>
    <published>2005-02-20</published>
    <creator>John Doe</creator>
    <resourceOf rdf:resource="articles"/>
</Resource>
-->
</rdf:RDF>

