@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/711> a ns1:Event ;
    rdfs:label "Bob Hope and Celebrity Cast" ;
    ns2:genre <http://data.carnegiehall.org/genres/9> ;
    ns1:description "benefit performance" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/6669> ;
    ns1:startDate "1984-11-28T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/711/work_01>,
        <http://data.carnegiehall.org/events/711/work_02> ;
    rdfs:comment """Benefit: New York Zoological Society\r
Program listing indicates only "Bob Hope & Celebrity Cast"; performers entered here taken from information in booking ledger.       \r
According to a 2009 interview for Parenthood.com with puppeteer Caroll Spinney (who portrayed the character "Big Bird" on the children's television show "Sesame Street"), he was among the performers for this event:\r
“I was asked to sing ‘People’ on stage with [composer] Jules [sic] Styne,” says Spinney, the puppeteer of two enduring Sesame Street characters, Big Bird and Oscar the Grouch.  “So there I was [as Big Bird] on stage. I’m reaching the top of the song and I could see the top of Carnegie Hall as I leaned back and sang, ‘People who need people,’” Spinney says, pausing to belt out the words in Big Bird’s unmistakable voice. “I thought, my God, look where I am! Look where Sesame Street has brought me!”\r
(Source: http://www.parenthood.com/article-topics/40_years_as_a_bird_and_a_grouch.html)\r
\r
""" .

