@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/63050> a ns1:Event ;
    rdfs:label "Etna Navell, Soprano" ;
    ns2:genre <http://data.carnegiehall.org/genres/33> ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/2> ;
    ns1:organizer <http://data.carnegiehall.org/names/105423> ;
    ns1:startDate "1942-02-12T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/63050/work_01> ;
    rdfs:comment """Entered from New York Times concert listings. The event is described as a "grand opera concert"; no accompanist is named.\r
"IN THE SHORTEST MONTH." New York Times (1923-Current file), Jan 25 1942, p. 1. ProQuest. Web. 26 June 2019.\r
"PROGRAMS OF THE CURRENT WEEK: FIRST 'GOETTERDAEMMERUNG' OF SEASON -- WEINBERGER'S 'LINCOLN' SYMPHONY TO BE DONE BY PHILHARMONIC." New York Times (1923-Current file), Feb 08 1942, p. 1. ProQuest. Web. 26 June 2019.\r
"MUSIC NOTES." New York Times (1923-Current file), Feb 12 1942, p. 26. ProQuest. Web. 26 June 2019.""" .

