<?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>Lyric Opera of Los Angeles</title>
    <url>http://www.lyricoperala.org/</url>
    <desc>Lyric Opera of Los Angeles specializes in performing lesser-known operatic works and keeping tickets prices low for the general public</desc>
    <keywords>opera music entertainment auditions theatre theater</keywords>
    <image></image>
</Resource>

<!-- ********** Contact Info ********** -->
<Resource rdf:about="contact">
    <type>Contact</type>
    <title>Contact Info</title>
    <name>Laura Ruiz</name>
    <url>http://www.lyricoperala.org</url>
    <email>laura@lyricoperala.org</email>
    <phone>323-947-7439</phone>
    <fax></fax>
    <resourceOf rdf:resource="main"/>
</Resource>

<Resource rdf:about="address">
    <type>Address</type>
    <title>Address</title>
    <address1>3406 Whiteside St.</address1>
    <city>Los Angeles</city>
    <stateRegion>CA</stateRegion>
    <postalCode>90063</postalCode>
    <country>USA</country>
    <resourceOf rdf:resource="contact"/>
</Resource>

<!-- ********** Product Info ********** -->
<Resource rdf:about="products">
    <type>Product</type>
    <title>Products</title>
    <resourceOf rdf:resource="main"/>
</Resource>

<Resource rdf:about="product_0">
    <type>Product</type>
    <title>Tickets</title>
    <url>http://www.lyricoperala.org</url>
    <desc>"Manon Lescaut" by D.F.E. Auber</desc>
    <image></image>
    <price>$10</price>
    <currency>USD</currency>
    <resourceOf rdf:resource="products"/>
</Resource>

<Resource rdf:about="product_1">
    <type>Product</type>
    <title>Tickets</title>
    <url>http://www.lyricoperala.org</url>
    <desc>"Manon Lescaut" by D.F.E. Auber</desc>
    <image></image>
    <price>$30</price>
    <currency>USD</currency>
    <resourceOf rdf:resource="products"/>
</Resource>

<!-- ********** Newsletter Info ********** -->
<Resource rdf:about="newsletter_0">
    <type>Newsletter</type>
    <title>LOLA News</title>
    <url>http://www.lyricoperala.org</url>
    <desc>News & Information about the Lyric Opera of Los Angeles</desc>
    <circulation>1000</circulation>
    <publishPeriod>monthly</publishPeriod>
    <resourceOf rdf:resource="main"/>
</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-products">
    <seeAlso rdf:resource="products"/>
    <resourceOf rdf:resource="sitemap"/>
</Resource>

<Resource rdf:about="map-newsletters">
    <seeAlso rdf:resource="newsletter_0"/>
    <resourceOf rdf:resource="sitemap"/>
</Resource>

</rdf:RDF>