@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/25936> a ns1:Event ;
    rdfs:label "A Soul ReVue featuring Stevie Ray Vaughan and Double Trouble" ;
    ns2:genre <http://data.carnegiehall.org/genres/34>,
        <http://data.carnegiehall.org/genres/39> ;
    ns1:description "benefit performance" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/40> ;
    ns1:startDate "1984-10-04T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/25936/work_01>,
        <http://data.carnegiehall.org/events/25936/work_02>,
        <http://data.carnegiehall.org/events/25936/work_03>,
        <http://data.carnegiehall.org/events/25936/work_04>,
        <http://data.carnegiehall.org/events/25936/work_05>,
        <http://data.carnegiehall.org/events/25936/work_06>,
        <http://data.carnegiehall.org/events/25936/work_07>,
        <http://data.carnegiehall.org/events/25936/work_08>,
        <http://data.carnegiehall.org/events/25936/work_09>,
        <http://data.carnegiehall.org/events/25936/work_10>,
        <http://data.carnegiehall.org/events/25936/work_11>,
        <http://data.carnegiehall.org/events/25936/work_12>,
        <http://data.carnegiehall.org/events/25936/work_13>,
        <http://data.carnegiehall.org/events/25936/work_14> ;
    rdfs:comment """Title: a Soul ReVue\r
Benefit: T.J. Martell Foundation\r
CBS made a commercial recording of this concert.\r
Stevie Ray Vaughan and Double Trouble played the first half of the concert. For the second half, they were joined by the other musicians on the program.\r
Holden, Stephen. "Pop: Stevie Ray Vaughan, Guitarist, at Carnegie Hall." New York Times (1923-Current file), Oct 08 1984, p. 1. ProQuest. Web. 25 June 2020.""" .

