@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/41781> a ns1:Event ;
    rdfs:label "Christopher Lynch, Tenor" ;
    ns1:description "radio broadcast",
        "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/7> ;
    ns1:startDate "1946-09-30T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/41781/work_01>,
        <http://data.carnegiehall.org/events/41781/work_02>,
        <http://data.carnegiehall.org/events/41781/work_03> ;
    rdfs:comment """Broadcast on WEAF (NBC)\r
Entered from New York Times review.\r
Radio broadcast sponsored by Firestone Tire & Rubber Company.\r
Not known if Lynch appeared as solo recitalist or with orchestra; review does not mention an orchestra or accompanist.\r
Gould, Jack. "Mr. Lynch and Others." New York Times (1923-Current file) Oct 06 1946: 1. ProQuest. 23 Sep. 2013.""" .

