@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <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/78743> a ns2:Event ;
    rdfs:label "Martin Berinbaum, Trumpet, and Friends, with Richard Anderson, Bass-Baritone" ;
    ns1:conductor <http://data.carnegiehall.org/names/36020> ;
    ns1:orchestra <http://data.carnegiehall.org/names/27204> ;
    ns2:description "chamber orchestra performance",
        "solo recital" ;
    ns2:location <http://data.carnegiehall.org/venues/94042> ;
    ns2:organizer <http://data.carnegiehall.org/names/70708> ;
    ns2:startDate "1972-05-16T20:00:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/78743/work_01>,
        <http://data.carnegiehall.org/events/78743/work_02>,
        <http://data.carnegiehall.org/events/78743/work_03>,
        <http://data.carnegiehall.org/events/78743/work_04>,
        <http://data.carnegiehall.org/events/78743/work_05>,
        <http://data.carnegiehall.org/events/78743/work_06>,
        <http://data.carnegiehall.org/events/78743/work_07> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review. The program was repeated from Sunday, May 14, 1972.\r
“Who Makes Music And Where.” New York Times [New York, N.Y., United States], 14 May 1972, p. D13. ARTS AND LEISURE. ProQuest.\r
Davis, Peter G. “BERINBAUM ET AL. PLAY BACH ET AL.: Concert Is Mostly Baroque, With A Trumpet ‘Duel.’” New York Times [New York, N.Y., United States], 16 May 1972, p. 50. ProQuest.""" .

