@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://schema.org/> .
@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/31827> a ns2:Event ;
    rdfs:label "New York Jazz Repertory Company: The Music and Career of Gil Evans" ;
    ns3:conductor <http://data.carnegiehall.org/names/16211> ;
    ns3:orchestra <http://data.carnegiehall.org/names/59138> ;
    ns1:genre <http://data.carnegiehall.org/genres/34> ;
    ns2:location <http://data.carnegiehall.org/venues/5> ;
    ns2:organizer <http://data.carnegiehall.org/names/271> ;
    ns2:startDate "1974-03-21T20:00:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/31827/work_01>,
        <http://data.carnegiehall.org/events/31827/work_02>,
        <http://data.carnegiehall.org/events/31827/work_03>,
        <http://data.carnegiehall.org/events/31827/work_04>,
        <http://data.carnegiehall.org/events/31827/work_05>,
        <http://data.carnegiehall.org/events/31827/work_06> ;
    rdfs:comment """Produced by George Wein\r
Title: An Evening Devoted to the Music and Career of Gil Evans\r
Selections are not listed in the printed concert program. Some details have been added from the New York Times review; additional details added from Gil Evans biography by Stephanie Stein Crease.\r
Wilson, John S. "STIMULATING MUSIC BY GIL EVANS'S BAND." New York Times (1923-Current file), Mar 23 1974, p. 18. ProQuest. Web. 18 Dec. 2018.\r
Crease, Stephanie Stein. “Gil Evans: Out of the Cool.” Google Books, A Cappella Books, 2002, books.google.com/books?id=b-5GoNQzsbQC&lpg=PA287&ots=GyFsfkkbna&dq=gil evans carnegie hall 1974&pg=PR6#v=onepage&q=gil evans carnegie hall 1974&f=false.""" .

