@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/54080> a ns1:Event ;
    rdfs:label "New American Trio" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/38025> ;
    ns1:startDate "1975-10-28T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/54080/work_01>,
        <http://data.carnegiehall.org/events/54080/work_02>,
        <http://data.carnegiehall.org/events/54080/work_03>,
        <http://data.carnegiehall.org/events/54080/work_04>,
        <http://data.carnegiehall.org/events/54080/work_05> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review.\r
NEW YORK PREMIERE of Vladimir Padwa's TRIO FOR CLARINET, BASSOON AND PIANO\r
NEW YORK PREMIERE of Gian Paolo Chiti's DAL PROFONDO\r
"Events Today." New York Times (1923-Current file): 30. Oct 28 1975. ProQuest. Web. 25 Sep. 2014.\r
"New American Trio In Carnegie Recital." New York Times (1923-Current file): 49. Oct 30 1975. ProQuest. Web. 25 Sep. 2014.""" .

