@prefix ns1: <http://schema.org/> .
@prefix ns2: <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/25103> a ns1:Event ;
    rdfs:label "The Canadian Brass Christmas Spectacular" ;
    ns2:genre <http://data.carnegiehall.org/genres/35> ;
    ns1:description "chamber music performance",
        "choir performance" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/122235> ;
    ns1:startDate "1990-12-11T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/25103/work_01>,
        <http://data.carnegiehall.org/events/25103/work_02>,
        <http://data.carnegiehall.org/events/25103/work_03>,
        <http://data.carnegiehall.org/events/25103/work_04>,
        <http://data.carnegiehall.org/events/25103/work_05>,
        <http://data.carnegiehall.org/events/25103/work_06>,
        <http://data.carnegiehall.org/events/25103/work_07>,
        <http://data.carnegiehall.org/events/25103/work_08>,
        <http://data.carnegiehall.org/events/25103/work_09>,
        <http://data.carnegiehall.org/events/25103/work_10>,
        <http://data.carnegiehall.org/events/25103/work_11>,
        <http://data.carnegiehall.org/events/25103/work_12>,
        <http://data.carnegiehall.org/events/25103/work_13>,
        <http://data.carnegiehall.org/events/25103/work_14>,
        <http://data.carnegiehall.org/events/25103/work_15>,
        <http://data.carnegiehall.org/events/25103/work_16>,
        <http://data.carnegiehall.org/events/25103/work_17>,
        <http://data.carnegiehall.org/events/25103/work_18>,
        <http://data.carnegiehall.org/events/25103/work_19>,
        <http://data.carnegiehall.org/events/25103/work_20>,
        <http://data.carnegiehall.org/events/25103/work_21> ;
    rdfs:comment "Note that on the last portion of the program, the four verses of \"O Come All Ye Faithful\" were interspersed with \"The Cherry Tree Carol\", \"Christmas Song of the 14th Century\", and \"The Echo Carol\"." .

