@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/75382> a ns1:Event ;
    rdfs:label "Juliette de Chantal, Soprano" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/135237> ;
    ns1:startDate "1965-10-16T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/75382/work_01>,
        <http://data.carnegiehall.org/events/75382/work_02>,
        <http://data.carnegiehall.org/events/75382/work_03>,
        <http://data.carnegiehall.org/events/75382/work_04> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review. The full program and correct order is uncertain.\r
"MUSIC NOTES." New York Times (1923-), Oct 16 1965, p. 12. ProQuest. Web. 24 July 2024.\r
Hughes, Allen. “Juliette de Chantal, Soprano, Is Heard in Debut Recital.” The New York Times, 18 Oct. 1965. NYTimes.com, https://www.nytimes.com/1965/10/18/archives/juliette-de-chantal-soprano-is-heard-in-debut-recital.html.""" .

