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

<http://data.carnegiehall.org/events/26921> a ns1:Event ;
    rdfs:label "Music at Hillwood: A Schubert Sampler: A Celebration of Schubert on the eve of his 200th birthday" ;
    ns2:conductor <http://data.carnegiehall.org/names/57073> ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/108414>,
        <http://data.carnegiehall.org/names/108415> ;
    ns1:startDate "1997-01-30T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/26921/work_01>,
        <http://data.carnegiehall.org/events/26921/work_02>,
        <http://data.carnegiehall.org/events/26921/work_03>,
        <http://data.carnegiehall.org/events/26921/work_04>,
        <http://data.carnegiehall.org/events/26921/work_05>,
        <http://data.carnegiehall.org/events/26921/work_06>,
        <http://data.carnegiehall.org/events/26921/work_07>,
        <http://data.carnegiehall.org/events/26921/work_08> ;
    rdfs:comment """The concert was recorded for radio broadcast on WNYC.\r
Mavis Martin was originally scheduled to appear but cancelled due to an illness in her family.  Beverly Hoch replaced her.""" .

