@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/27999> a ns1:Event ;
    rdfs:label "Jesse Colin Young and Billy Joel" ;
    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 "1974-05-20T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/27999/work_01>,
        <http://data.carnegiehall.org/events/27999/work_02>,
        <http://data.carnegiehall.org/events/27999/work_03>,
        <http://data.carnegiehall.org/events/27999/work_04>,
        <http://data.carnegiehall.org/events/27999/work_05>,
        <http://data.carnegiehall.org/events/27999/work_06>,
        <http://data.carnegiehall.org/events/27999/work_07>,
        <http://data.carnegiehall.org/events/27999/work_08>,
        <http://data.carnegiehall.org/events/27999/work_09>,
        <http://data.carnegiehall.org/events/27999/work_10>,
        <http://data.carnegiehall.org/events/27999/work_11>,
        <http://data.carnegiehall.org/events/27999/work_12>,
        <http://data.carnegiehall.org/events/27999/work_13>,
        <http://data.carnegiehall.org/events/27999/work_14>,
        <http://data.carnegiehall.org/events/27999/work_15>,
        <http://data.carnegiehall.org/events/27999/work_16>,
        <http://data.carnegiehall.org/events/27999/work_17> ;
    rdfs:comment """Selections (incomplete), which are not listed in the printed concert program, have been added as per Setlist.fm and Concert Archives. Personnel for Billy Joel's band added as per a bootleg recording posted to YouTube.\r
“Jesse Colin Young Setlist at Carnegie Hall, New York.” Setlist.Fm, https://www.setlist.fm/setlist/jesse-colin-young/1974/carnegie-hall-new-york-ny-73cd36e1.html. Accessed 18 Mar. 2025.\r
“Billy Joel Setlist at Carnegie Hall, New York.” Setlist.Fm, https://www.setlist.fm/setlist/billy-joel/1974/carnegie-hall-new-york-ny-6bcd36e2.html. Accessed 18 Mar. 2025.\r
May 20, 1974: Jesse Colin Young / Billy Joel at Carnegie Hall New York, New York, United States | Concert Archives. https://www.concertarchives.org/concerts/jesse-colin-young-billy-joel. Accessed 18 Mar. 2025.\r
Billy Joel - Carnegie Hall, New York City, NY (May 20, 1974). Directed by Billy Joel - One Final Serenade, 2021. YouTube, https://www.youtube.com/watch?v=93FwxhA8trY.""" .

