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

<http://data.carnegiehall.org/events/5516> a ns2:Event ;
    rdfs:label "John Sebastian, Singer-Songwriter" ;
    ns1:genre <http://data.carnegiehall.org/genres/39> ;
    ns2:location <http://data.carnegiehall.org/venues/5> ;
    ns2:organizer <http://data.carnegiehall.org/names/106797>,
        <http://data.carnegiehall.org/names/245> ;
    ns2:startDate "1970-12-22T20:30:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/5516/work_01>,
        <http://data.carnegiehall.org/events/5516/work_02>,
        <http://data.carnegiehall.org/events/5516/work_03>,
        <http://data.carnegiehall.org/events/5516/work_04>,
        <http://data.carnegiehall.org/events/5516/work_05>,
        <http://data.carnegiehall.org/events/5516/work_06>,
        <http://data.carnegiehall.org/events/5516/work_07>,
        <http://data.carnegiehall.org/events/5516/work_08>,
        <http://data.carnegiehall.org/events/5516/work_09>,
        <http://data.carnegiehall.org/events/5516/work_10>,
        <http://data.carnegiehall.org/events/5516/work_11> ;
    rdfs:comment """Selections, which are not listed in the printed concert program, have been added from Setlist.fm, with additional information taken from the New York Times review of the 12/21/1970 performance. The setlist shown here is for 12/21/1970, and actual selections performed may have differed.\r
“John Sebastian Setlist at Carnegie Hall, New York.” Setlist.Fm, https://www.setlist.fm/setlist/john-sebastian/1970/carnegie-hall-new-york-ny-73e23eb9.html. Accessed 12 Jan. 2021.\r
Wilson, John S. "Sebastian Captivates 2 Sold-Out Houses with Song Concert." New York Times (1923-Current file), Dec 23 1970, p. 15. ProQuest. Web. 12 Jan. 2021.""" .

