@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/26168> a ns1:Event ;
    rdfs:label "Encore Artists" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/101579> ;
    ns1:startDate "1954-12-17T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/26168/work_01>,
        <http://data.carnegiehall.org/events/26168/work_02>,
        <http://data.carnegiehall.org/events/26168/work_03>,
        <http://data.carnegiehall.org/events/26168/work_04> ;
    rdfs:comment """Entered from New York Times concert listing and review ("Opera and Concert Programs," Dec. 12, 1954, pg. X8; "Six Players Excel at Encore Concert," Dec. 18, 1954, pg. 13), and from calendar in 12/5/1954 MH program.\r
WORLD PREMIERE of John Lessard's PARTITA""" .

