@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <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/2943> a ns1:Event ;
    rdfs:label "Luciano Berio's Questo vuol dire che (\"This means, that...\")" ;
    ns2:conductor <http://data.carnegiehall.org/names/1045> ;
    ns3:genre <http://data.carnegiehall.org/genres/31> ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/100636> ;
    ns1:startDate "1970-02-17T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/2943/work_01>,
        <http://data.carnegiehall.org/events/2943/work_02> ;
    rdfs:comment """According to the review published in the New York Times, in addition to narration during the performance, Charles De Carlo, president of Sarah Lawrence College, "led off with a long series of explanatory remarks."\r
Schonberg, Harold C. "Music: Berio's 'this Means, that...': Avant-Garde Composer Presents Premiere Explanatory Role Taken by Charles De Carlo." New York Times (1923-), Feb 18 1970, p. 36. ProQuest. Web. 23 May 2023.\r
U.S. PREMIERE of Luciano Berio's QUESTO VUOL DIRE CHE""" .

