@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/48320> a ns1:Event ;
    rdfs:label "University of Louisville Grawemeyer Players" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/76784> ;
    ns1:startDate "2010-03-09T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/48320/work_01>,
        <http://data.carnegiehall.org/events/48320/work_02>,
        <http://data.carnegiehall.org/events/48320/work_03>,
        <http://data.carnegiehall.org/events/48320/work_04>,
        <http://data.carnegiehall.org/events/48320/work_05>,
        <http://data.carnegiehall.org/events/48320/work_06>,
        <http://data.carnegiehall.org/events/48320/work_07>,
        <http://data.carnegiehall.org/events/48320/work_08> ;
    rdfs:comment """Celebrating the 25th Anniversary of the University of Louisville Grawemeyer Award for Music Composition\r
There was a pre-concert talk at 7PM with Augusta Read Thomas, introduced by Wayne Brown, Director of Music & Opera for the National Endowment for the Arts (title: "A Leap of Faith: Creativity and Patronage in Contemporary Music in 2010 - The Grawemeyer Award in its 25th Year")""" .

