@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/43689> a ns1:Event ;
    rdfs:label "Carmen Reggio, Contralto, and Stefano Pagano, Cello" ;
    ns1:description "joint recital" ;
    ns1:location <http://data.carnegiehall.org/venues/2> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1943-12-12T14:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/43689/work_01>,
        <http://data.carnegiehall.org/events/43689/work_02>,
        <http://data.carnegiehall.org/events/43689/work_03> ;
    rdfs:comment """Entered from review.\r
The selection entered here is the only one mentioned by name in the review.  Ms. Reggio's portion of the program also included works by Scarlatti, Handel, Saint-Saens, Torelli, Thomas, Bizet, Lieurance, Bohn, Alvarez, Tosti, and Ponchielli; Mr. Pagano played works by Cooper, Godard and Saint-Saens.""" .

