@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/1057> a ns1:Event ;
    rdfs:label "Al Hirt, Trumpet, and New Orleans Music Festival" ;
    ns2:genre <http://data.carnegiehall.org/genres/34> ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/99701> ;
    ns1:startDate "1970-03-14T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/1057/work_01>,
        <http://data.carnegiehall.org/events/1057/work_02>,
        <http://data.carnegiehall.org/events/1057/work_03>,
        <http://data.carnegiehall.org/events/1057/work_04> ;
    rdfs:comment """Selections (incomplete) and additional details have been added as per the New York Times review. According to the review, the "12-man Onward Brass Band, one of the last of the New Orleans marching bands, was present and it was used only for a brief but colorful march down the aisles."\r
"Al Hirt Joins Sextet at Carnegie in New Orleans Music Festival." New York Times (1923-Current file), Mar 16 1970, p. 54. ProQuest. Web. 24 Aug. 2021.""" .

