@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/61370> a ns1:Event ;
    rdfs:label "The Manhattan Quintet" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/4227> ;
    ns1:startDate "1979-09-27T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/61370/work_01>,
        <http://data.carnegiehall.org/events/61370/work_02>,
        <http://data.carnegiehall.org/events/61370/work_03> ;
    rdfs:comment """New York Debut\r
Entered from booking ledger and New York Times concert listing and review.\r
WORLD PREMIERE of Tobias Picker's NOVA\r
"Arts and Leisure Guide." New York Times (1923-Current file), Sep 23, 1979, pp. 2. ProQuest.\r
Horowitz, Joseph. "Music: Debuts in Review." New York Times (1923-Current file), Sep 30, 1979, pp. 52. ProQuest.""" .

