@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <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/42382> a ns1:Event ;
    rdfs:label "Michel Legrand, His Orchestra and Friends" ;
    ns2:conductor <http://data.carnegiehall.org/names/36623> ;
    ns2:orchestra <http://data.carnegiehall.org/names/17613> ;
    ns3:genre <http://data.carnegiehall.org/genres/34>,
        <http://data.carnegiehall.org/genres/35> ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/140924> ;
    ns1:startDate "1974-02-02T19:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/42382/work_01>,
        <http://data.carnegiehall.org/events/42382/work_02>,
        <http://data.carnegiehall.org/events/42382/work_03> ;
    rdfs:comment "The program was divided into three sections: Part I, \"Film Themes and Songs\"; Part II, \"Jazz and Other Divertissements\"; and Part III, \"Selections from the Umbrellas of Cherbourg\". A list of possible selections was provided in the printed concert program for Part I; the selections for Part II are not listed; and the selections from \"Umbrellas of Cherbourg\" are not specified." .

