@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/3943> a ns1:Event ;
    rdfs:label "Jazz: The Personal Dimension: Art Blakey and His Jazz Messengers" ;
    ns2:genre <http://data.carnegiehall.org/genres/34> ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "1969-04-18T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/3943/work_01>,
        <http://data.carnegiehall.org/events/3943/work_02>,
        <http://data.carnegiehall.org/events/3943/work_03> ;
    rdfs:comment """Presented in association with The Institute of Jazz Studies at Rutgers University\r
Entered from booking ledger and New York Times concert listing and review. The selections recorded here are those mentioned in the review.\r
"Who Makes Music and Where." New York Times (1923-), 13 Apr. 1969, p. 1. ProQuest. Web. 13 May 2025.\r
Wilson, John S. "Art Blakey Leads Jazz Messengers in a Concert here." New York Times (1923-), 19 Apr. 1969, p. 22. ProQuest. Web. 15 May 2025.\r
\r
""" .

