<?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>Welcome to MicroBase Infotech Private Limited</title>
    <url>http://www.microbaseinfotech.com/</url>
    <desc>Welcome to MicroBase Infotech Private Limited</desc>
    <keywords>Software Development in India, Web Development in India, Indian Software Company, Website Design and Hosting, Web Applications, Multimedia Applications, Corporate Training, Web Tools, Enterprise Business Solutions, Customized Web Solutions, e-Commerce solutions, Mobile Technology, RFID Systems, Information  Technology in India, IT Solutions in India, IT Consultancy, Software Consultancy, Security Solutions, ERP Solutions, Enterprise Resource Planning, Enterprise Application Interface</keywords>
    <image></image>
</Resource>

<!-- ********** Contact Info ********** -->
<Resource rdf:about="contact">
    <type>Contact</type>
    <title>Contact Info</title>
    <name>Shivaji Sengupta</name>
    <url>http://www.microbaseinfotech.com/</url>
    <email>touch@microbaseinfotech.com</email>
    <phone>098310-00156</phone>
    <fax></fax>
    <resourceOf rdf:resource="main"/>
</Resource>

<Resource rdf:about="address">
    <type>Address</type>
    <title>Address</title>
    <address1>GC-5, Sector III</address1>
    <city>Kolkata</city>
    <stateRegion>WB</stateRegion>
    <postalCode></postalCode>
    <country>India</country>
    <resourceOf rdf:resource="contact"/>
</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>

</rdf:RDF>


