@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/51766> a ns1:Event ;
    rdfs:label "Carnegie Hall Notables: (un)common threads: Blurring Genres in the 21st Century" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/65521> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "2012-12-17T19:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/51766/work_01>,
        <http://data.carnegiehall.org/events/51766/work_02>,
        <http://data.carnegiehall.org/events/51766/work_03>,
        <http://data.carnegiehall.org/events/51766/work_04>,
        <http://data.carnegiehall.org/events/51766/work_05> ;
    rdfs:comment "Due to the ongoing effects of Hurricane Sandy, this event, originally scheduled for November 5, 2012 at 7:00 p.m. in Zankel Hall, was been rescheduled for Monday, December 17 at 7:00 p.m.  The prrogram included songs by Gabriel Kahane including excerpts from Craigslistlieder, his 2012 musical February House, and collaborations with special guests Aoife O'Donovan, Julian Lage and American Contemporary Music Ensemble." .

