@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/9597> a ns1:Event ;
    rdfs:label "The Heart of the Matter: Patrick Woliver, Rosemary Platt, Charles Waddell, and Sebastian Knowles" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/7> ;
    ns1:startDate "1994-03-06T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/9597/work_01>,
        <http://data.carnegiehall.org/events/9597/work_02> ;
    rdfs:comment """Licensee: Ohio State University\r
Title: The Heart of the Matter - A programme of religious verse by Dame Edith Sitwell, with music by Benjamin Britten.  Newly reconstructed from the first performance at the Parish Church, Aldeburgh, June 21, 1956.""" .

