@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/3942> a ns1:Event ;
    rdfs:label "Elton John, Singer-Songwriter" ;
    ns2:genre <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 "1971-06-10T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/3942/work_01>,
        <http://data.carnegiehall.org/events/3942/work_02>,
        <http://data.carnegiehall.org/events/3942/work_03>,
        <http://data.carnegiehall.org/events/3942/work_04>,
        <http://data.carnegiehall.org/events/3942/work_05>,
        <http://data.carnegiehall.org/events/3942/work_06>,
        <http://data.carnegiehall.org/events/3942/work_07>,
        <http://data.carnegiehall.org/events/3942/work_08>,
        <http://data.carnegiehall.org/events/3942/work_09> ;
    rdfs:comment """Set list added from information in the New York Times review and setlist.fm.\r
“Solo, or With Group, Elton John Thrills Carnegie Audiences.” The New York Times, 12 June 1971. NYTimes.com, https://www.nytimes.com/1971/06/12/archives/solo-or-with-group-elton-john-thrills-carnegie-audiences.html.\r
“Elton John Setlist at Carnegie Hall, New York.” Setlist.Fm. www.setlist.fm, https://www.setlist.fm/setlist/elton-john/1971/carnegie-hall-new-york-ny-3bda8c10.html. Accessed 16 June 2020.""" .

