<?xml version="1.0"?>

<!-- This ROR document describes the resources of this website.  -->
<!-- For information about the ROR format, go to http://www.rorweb.com -->
<rdf:RDF xmlns="http://rorweb.com/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> 

<!-- ********** Main Info ********** -->
<Resource rdf:about="main">
    <type>Main</type>
    <title>Tayfun Bilsel's Official Website</title>
    <url>http://www.tayfunbilsel.com/</url>
    <desc>Tayfun Bilsel's official web site</desc>
    <keywords>tayfun, bilsel, tayfun bilsel, sefik tayfun bilsel</keywords>
    <image></image>
</Resource>

<!-- ********** Contact Info ********** -->
<Resource rdf:about="contact">
    <type>Contact</type>
    <title>Contact Info</title>
    <name>Tayfun Bilsel</name>
    <url>http://www.tayfunbilsel.com/</url>
    <email>bilsel@tayfunbilsel.com</email>
    <phone></phone>
    <fax></fax>
    <resourceOf rdf:resource="main"/>
</Resource>

<Resource rdf:about="address">
    <type>Address</type>
    <title>Address</title>
    <address1></address1>
    <city>Cambridge</city>
    <stateRegion></stateRegion>
    <postalCode></postalCode>
    <country>UK</country>
    <resourceOf rdf:resource="contact"/>
</Resource>

<!-- ********** Link Info ********** -->
<Resource rdf:about="links">
    <type>Link</type>
    <title>Links</title>
    <resourceOf rdf:resource="main"/>
</Resource>

<Resource rdf:about="link_0">
    <type>Link</type>
    <title>Want2admit</title>
    <url>www.want2admit.co.uk</url>
    <desc>Want2admit</desc>
    <resourceOf rdf:resource="links"/>
</Resource>

<Resource rdf:about="link_1">
    <type>Link</type>
    <title>Canvas Technologies</title>
    <url>www.canvastech.net</url>
    <desc>Canvas Technologies - Domain name registrations, Web hosting, Web design services</desc>
    <resourceOf rdf:resource="links"/>
</Resource>

<!-- ********** Site Map Info ********** -->
<Resource rdf:about="sitemap">
    <type>SiteMap</type>
    <title>SiteMap</title>
    <resourceOf rdf:resource="main"/>
</Resource>

<Resource rdf:about="map-about">
    <seeAlso rdf:resource="main"/>
    <resourceOf rdf:resource="sitemap"/>
</Resource>

<Resource rdf:about="map-contact">
    <seeAlso rdf:resource="contact"/>
    <resourceOf rdf:resource="sitemap"/>
</Resource>

<Resource rdf:about="map-links">
    <seeAlso rdf:resource="links"/>
    <resourceOf rdf:resource="sitemap"/>
</Resource>

</rdf:RDF>

