<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:cal="http://www.w3.org/2000/09/calendar/alpha1" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:foaf="http://xmlns.com/foaf/0.1/"
  xmlns:html="http://www.w3.org/1999/xhtml"
  xmlns:ical="http://ilrt.org/discovery/2001/06/schemas/ical-full/hybrid.rdf#"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  xmlns:util="http://ilrt.org/discovery/2001/06/schemas/swws/index.rdf#"
  xmlns:xlink="http://www.w3.org/1999/xlink"
  xmlns ="http://www.daml.ri.cmu.edu/site/projects/RDFCalendar/PittsburghMovieTheatres.rdf"
>
<!-- Define concepts for Movie Theatres -->

  <dc:title> Movie Theatres in Pittsburgh </dc:title>
  <dc:description> A list of the Movie Theatres in Pittsburgh </dc:description>
  <dc:identifier rdf:resource="http://www.daml.ri.cmu.edu/site/projects/RDFCalendar/PittsburghMovieTheatres.rdf" />
  <dc:contributor rdf:resource="http://www.daml.ri.cmu.edu/site/projects/RDFCalendar/Retsina-People.rdf#terryp@cs.cmu.edu"/>
  <dc:date>2001-10-31</dc:date>

  <ical:GEO rdf:ID="Regent">
    <ical:GEO-NAME>
      <ical:TEXT rdf:value="Regent Square Theater at 1035 South Braddock Avenue, Edgewood" />
    </ical:GEO-NAME>      

    <ical:LATITUDE> 40.4336 </ical:LATITUDE>
    <ical:LONGITUDE> -079.8948 </ical:LONGITUDE>

    <rdfs:seeAlso rdf:resource="http://www.pghfilmmakers.org/filmfest/regentmap.html"/>
  </ical:GEO>

  <ical:GEO rdf:ID="Harris">
    <ical:GEO-NAME>
      <ical:TEXT rdf:value="The Harris Theater, 809 Liberty Avenue, downtown" />
    </ical:GEO-NAME>      

    <ical:LATITUDE> 40.442879 </ical:LATITUDE>
    <ical:LONGITUDE> -079.998900 </ical:LONGITUDE>

    <rdfs:seeAlso rdf:resource="http://www.pghfilmmakers.org/filmfest/harrismap.html"/>
  </ical:GEO>

  <ical:GEO rdf:ID="Melwood">
    <ical:GEO-NAME>
      <ical:TEXT rdf:value="Melwood Screening Room at 477 Melwood Avenue, North Oakland" />
    </ical:GEO-NAME>      

    <ical:LATITUDE> 40.455257 </ical:LATITUDE>
    <ical:LONGITUDE> -079.953342 </ical:LONGITUDE>

    <rdfs:seeAlso rdf:resource="http://www.pghfilmmakers.org/filmfest/melmap.html"/>
  </ical:GEO>

</rdf:RDF>

