@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/78148> a ns1:Event ;
    rdfs:label "Yelitza, Contralto" ;
    ns2:genre <http://data.carnegiehall.org/genres/40> ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/136032> ;
    ns1:startDate "1970-05-14T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/78148/work_01> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing. According to the ledger, this was to have been a program of "International Folk Songs". The accompanist is not identified.\r
"Who Makes Music." New York Times (1923-), 10 May 1970, p. 102. ProQuest. Web. 30 July 2025.""" .

