@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/5304> a ns1:Event ;
    rdfs:label "An Evening with Charles Mingus and Old Friends" ;
    ns2:genre <http://data.carnegiehall.org/genres/34> ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/275> ;
    ns1:startDate "1974-01-19T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/5304/work_01>,
        <http://data.carnegiehall.org/events/5304/work_02>,
        <http://data.carnegiehall.org/events/5304/work_03>,
        <http://data.carnegiehall.org/events/5304/work_04> ;
    rdfs:comment """Selections, which are not listed in the printed concert program, have been added from the New York Times review and the commercially released concert recording.\r
Wilson, John S. "Pop Music: Mingus's Jazz Friends Join Him at Carnegie." New York Times (1923-Current file), Jan 21 1974, p. 35. ProQuest. Web. 12 Apr. 2021.\r
Charles Mingus – Mingus At Carnegie Hall (1974, Vinyl). www.discogs.com, https://www.discogs.com/Charles-Mingus-Mingus-At-Carnegie-Hall/release/1135439. Accessed 12 Apr. 2021.\r
\r
""" .

