@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/24891> a ns1:Event ;
    rdfs:label "Robert Burns Anniversary Festival" ;
    ns1:description "multiple performances",
        "tribute",
        "vocal performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94043> ;
    ns1:organizer <http://data.carnegiehall.org/names/4318> ;
    ns1:startDate "1892-01-25T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/24891/work_01>,
        <http://data.carnegiehall.org/events/24891/work_02>,
        <http://data.carnegiehall.org/events/24891/work_03> ;
    rdfs:comment "Since no composers are listed for any of the selections in this program (most were probably traditional/folk tunes), please see program for a complete list of selections." .

