@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/21521> a ns1:Event ;
    rdfs:label "Sha Na Na, with Cheech and Chong" ;
    ns2:genre <http://data.carnegiehall.org/genres/39>,
        <http://data.carnegiehall.org/genres/9> ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/106797>,
        <http://data.carnegiehall.org/names/245> ;
    ns1:startDate "1971-12-28T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/21521/work_01>,
        <http://data.carnegiehall.org/events/21521/work_02>,
        <http://data.carnegiehall.org/events/21521/work_03>,
        <http://data.carnegiehall.org/events/21521/work_04> ;
    rdfs:comment """Some limited information on this performance has been included from reviews and Setlist.fm. An audience member named Tom Reid who attended one of the performances recalls that Moon wore a dress to introduce one act and a tuxedo to introduce the other, and sat in with Sha Na Na on the song "Caravan," on which he played a drum solo. "[T]hen he [Moon] somersaulted offstage into the wings."\r
Heckman, Don. “Cheech and Chong Show Comedic Skill On Sha-Na-Na Bill.” The New York Times, 30 Dec. 1971. NYTimes.com, https://www.nytimes.com/1971/12/30/archives/cheech-and-chong-show-comedic-skill-on-shanana-bill.html.\r
“‘I’m A Boy’: The Many Fantastic Times Keith Moon Dressed up in Full-on Drag Back in the 1970s.” DangerousMinds, 11 May 2016, https://dangerousminds.net/comments/im_a_boy_the_many_fantastic_times_keith_moon_dressed_up_in_full-on_drag.\r
“Sha Na Na Setlist at Carnegie Hall, New York.” Setlist.Fm, https://www.setlist.fm/setlist/sha-na-na/1971/carnegie-hall-new-york-ny-73861609.html. Accessed 4 Feb. 2021.\r
""" .

