<?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.practicalmagiccorp.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.practicalmagiccorp.com. For information about the ROR format, go to www.rorweb.com</rorinfo>
    <type>Main</type>
    <type>Website</type>
    <title>Book Publishing, Book Design, Manuscript Editing</title>
    <url>http://www.practicalmagiccorp.com</url>
    <desc></desc>
    <keywords>Manuscript Editing, Book Design, Book Publishing, Book Promotion</keywords>
</Resource>

<!-- ******************** Contact Info ***************** --> 
<Resource rdf:about="contact">
    <type>Contact</type>
    <title>Contact Info</title>
    <name>Practical Magic Books</name>
    <email>info@practicalmagiccorp.com</email>
    <url>http://www.practicalmagiccorp.com</url>
    <phone></phone>
    <resourceOf rdf:resource="main"/>
</Resource>

<!-- ******************** Location Info ***************** --> 
<Resource>
    <type>Address</type>
    <title>Address</title>
    <address1></address1>
    <city>San Francisco</city>
    <postalCode></postalCode>
    <stateRegion>CA</stateRegion>
    <country>US</country>
    <resourceOf rdf:resource="contact"/>
</Resource>

<!-- ******************** Product Info (if any) ***************** --> 
<Resource rdf:about="products">
    <type>Product</type>
    <title>Books</title>
    <url>http://www.practicalmagiccorp.com/Books/books.html</url>
    <resourceOf rdf:resource="main"/>
</Resource>

<Resource>
    <type>Product</type>
    <title>Manuscript Editing</title>
    <url>http://www.practicalmagiccorp.com/Manuscript_Editing.html</url>
    <desc></desc>
    <price></price>
    <currency></currency>
    <image></image>
    <available></available>
    <kind></kind>
    <resourceOf rdf:resource="products"/>
</Resource>

<Resource>
    <type>Product</type>
    <title>Book Design, Jacket Design, Interior Design</title>
    <url>http://www.practicalmagiccorp.com/Book_Design.html</url>
    <desc>Book Design, Jacket Design, Interior Design</desc>
    <price></price>
    <currency></currency>
    <image></image>
    <available></available>
    <kind></kind>
    <resourceOf rdf:resource="products"/>
</Resource>

<Resource>
    <type>Product</type>
    <title>Book Promotopn</title>
    <url>http://www.practicalmagiccorp.com/Book_Sales.html</url>
    <desc></desc>
    <price></price>
    <currency></currency>
    <image></image>
    <available></available>
    <kind></kind>
    <resourceOf rdf:resource="products"/>
</Resource>
<!-- ******************** Article Info (if any) ***************** --> 
<Resource rdf:about="articles">
    <type>Article</type>
    <title>Planner for January 2006</title>
    <url>http://www.practicalmagiccorp.com/Publishing_Resources/2006January-v1.pdf</url>
    <desc>Planner for January 2006</desc>
    <published>2005-12-16</published>
    <creator>Practical Magic Books</creator>
    <resourceOf rdf:resource="main"/>
</Resource>

</rdf:RDF>