@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/35291> a ns1:Event ;
    rdfs:label "Billy Joel, Singer-Songwriter" ;
    ns3:conductor <http://data.carnegiehall.org/names/70110> ;
    ns3:orchestra <http://data.carnegiehall.org/names/75720> ;
    ns2:genre <http://data.carnegiehall.org/genres/35>,
        <http://data.carnegiehall.org/genres/39> ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/106797>,
        <http://data.carnegiehall.org/names/245> ;
    ns1:startDate "1977-06-04T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/35291/work_01>,
        <http://data.carnegiehall.org/events/35291/work_02>,
        <http://data.carnegiehall.org/events/35291/work_03>,
        <http://data.carnegiehall.org/events/35291/work_04>,
        <http://data.carnegiehall.org/events/35291/work_05>,
        <http://data.carnegiehall.org/events/35291/work_06>,
        <http://data.carnegiehall.org/events/35291/work_07>,
        <http://data.carnegiehall.org/events/35291/work_08>,
        <http://data.carnegiehall.org/events/35291/work_09>,
        <http://data.carnegiehall.org/events/35291/work_10>,
        <http://data.carnegiehall.org/events/35291/work_11>,
        <http://data.carnegiehall.org/events/35291/work_12> ;
    rdfs:comment """All three performances (June 2, 3, and 4, 1977) were sold out. CBS made a commercial recording of this event. Selection information has been added as per the recording and Setlist.fm. According to a review published in Cash Box, a "large and well-rehearsed orchestra of strings, woodwinds and brass twisted and turned through complicated arrangements with barely a hitch." It is unclear if the orchestra performed on every selection; however, the review notes that only Joel's four-piece band performed "The Entertainer".\r
Billy Joel - Live At Carnegie Hall. 2019. www.discogs.com, https://www.discogs.com/master/1533202-Billy-Joel-Live-At-Carnegie-Hall.\r
“Billy Joel Setlist at Carnegie Hall, New York.” Setlist.Fm, https://www.setlist.fm/setlist/billy-joel/1977/carnegie-hall-new-york-ny-bdbb5b2.html. Accessed 4 June 2026.\r
Dimauro, Phil. “Billy Joel, Carnegie Hall, NYC.” Cash Box, 25 June 1977, p. 36.""" .

