@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/31400> a ns1:Event ;
    rdfs:label "Gregg Allman, 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 "1974-04-10T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/31400/work_01>,
        <http://data.carnegiehall.org/events/31400/work_02>,
        <http://data.carnegiehall.org/events/31400/work_03>,
        <http://data.carnegiehall.org/events/31400/work_04>,
        <http://data.carnegiehall.org/events/31400/work_05>,
        <http://data.carnegiehall.org/events/31400/work_06>,
        <http://data.carnegiehall.org/events/31400/work_07>,
        <http://data.carnegiehall.org/events/31400/work_08>,
        <http://data.carnegiehall.org/events/31400/work_09>,
        <http://data.carnegiehall.org/events/31400/work_10>,
        <http://data.carnegiehall.org/events/31400/work_11>,
        <http://data.carnegiehall.org/events/31400/work_12> ;
    rdfs:comment """Selection information, which is not included in the printed concert program, has been added as per the live concert recording (recorded at Carnegie Hall on April 10 and 11 and at the Capitol Theater in Passaic, NJ, on April 14, 1974). Since the recording was compiled from several different concerts and one other venue, actual set lists at Carnegie Hall may have varied.\r
Gregg Allman With Cowboy / Boyer & Talton - The Gregg Allman Tour. 1974. www.discogs.com, https://www.discogs.com/release/10964430-Gregg-Allman-With-Cowboy-6-Boyer-Talton-The-Gregg-Allman-Tour-.""" .

