<?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.costasoft.net/. 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.costasoft.net/. For information about the ROR format, go to www.rorweb.com</rorinfo>
    <type>Main</type>
    <type>Website</type>
    <title>CostaSoft</title>
    <url>http://www.costasoft.net/</url>
    <desc>Empresa de desarrollo de software administrativo y sistemas a la medida</desc>
    <keywords>costasoft;costa rica;neocommerce;contabilidad;banco;cheque;cuentas por cobrar;cuentas por pagar;planilla;nomina;cxp;cxc;pos;punto de venta;factura;recibo;inventario;desarrollo;software;sistema;adminitrativo</keywords>
</Resource>

<!-- ******************** Contact Info ***************** --> 
<Resource rdf:about="contact">
    <type>Contact</type>
    <title>Contact Info</title>
    <name>CostaSoft</name>
    <url>http://www.costasoft.net/</url>
    <phone>506-2810751</phone>
    <resourceOf rdf:resource="main"/>
</Resource>

<Resource rdf:about="address">
    <type>Address</type>
    <title>Address</title>
    <address1>San Jose</address1>
    <city>San Jose</city>
    <postalCode>381-2050</postalCode>
    <stateRegion>san jose</stateRegion>
    <country>CR</country>
    <resourceOf rdf:resource="contact"/>
</Resource>

<!-- ******************** Site Map Info ***************** --> 
<Resource rdf:about="sitemap">
    <type>SiteMap</type>
    <title>Sitemap Information</title>
    <sitemapGoogle>http://</sitemapGoogle>
    <sitemapROR>http://</sitemapROR>
    <sitemapYahoo></sitemapYahoo>
    <resourceOf rdf:resource="main"/>
</Resource>

<Resource rdf:about="map-about">
    <title>About</title>
    <seeAlso rdf:resource="main"/>
    <resourceOf rdf:resource="sitemap"/>
</Resource>

<Resource rdf:about="map-contact">
    <title>Contact</title>
    <seeAlso rdf:resource="contact"/>
    <resourceOf rdf:resource="sitemap"/>
</Resource>

</rdf:RDF>






