@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/32082> a ns1:Event ;
    rdfs:label "Richard Tauber, Tenor" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/109> ;
    ns1:startDate "1931-11-07T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/32082/work_01>,
        <http://data.carnegiehall.org/events/32082/work_02>,
        <http://data.carnegiehall.org/events/32082/work_03>,
        <http://data.carnegiehall.org/events/32082/work_04> ;
    rdfs:comment """Entered from New York Times concert listing and review, program calendars, and advertisement in the 11/7/1931 program.\r
Accompanist not known; possibly Conrad Neuger, who accompanied Tauber at Town Hall on 11/3/1931.\r
"Concert and Opera Programs of the Week." New York Times 1 Nov. 1931: 115. Print.\r
"Tauber Sings Lehar Songs." New York Times 8 Nov. 1931: 31. Print.""" .

