@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/24036> a ns1:Event ;
    rdfs:label "Chamber Orchestra Concert under the direction of Alexander Schneider" ;
    ns3:conductor <http://data.carnegiehall.org/names/40295> ;
    ns3:orchestra <http://data.carnegiehall.org/names/27204> ;
    ns2:genre <http://data.carnegiehall.org/genres/33> ;
    ns1:description "chamber orchestra performance",
        "choir performance" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/36005>,
        <http://data.carnegiehall.org/names/46132> ;
    ns1:startDate "1967-12-28T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/24036/work_01>,
        <http://data.carnegiehall.org/events/24036/work_02>,
        <http://data.carnegiehall.org/events/24036/work_03>,
        <http://data.carnegiehall.org/events/24036/work_04>,
        <http://data.carnegiehall.org/events/24036/work_05>,
        <http://data.carnegiehall.org/events/24036/work_06>,
        <http://data.carnegiehall.org/events/24036/work_07>,
        <http://data.carnegiehall.org/events/24036/work_08>,
        <http://data.carnegiehall.org/events/24036/work_09> ;
    rdfs:comment "All-Haydn Program" .

