@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/1006> a ns1:Event ;
    rdfs:label "Hootenanny at Carnegie Hall" ;
    ns2:genre <http://data.carnegiehall.org/genres/40> ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/101297>,
        <http://data.carnegiehall.org/names/99121> ;
    ns1:startDate "1961-09-16T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/1006/work_01>,
        <http://data.carnegiehall.org/events/1006/work_02>,
        <http://data.carnegiehall.org/events/1006/work_03>,
        <http://data.carnegiehall.org/events/1006/work_04> ;
    rdfs:comment """Entered from New York Times review, booking ledger and recording (The Country Gentlemen – Bluegrass At Carnegie Hall; Starday Records – SLP-174).\r
Shelton, Robert. "HOOTENANNY HELD AT CARNEGIE HALL." New York Times (1923-Current file), Sep 18 1961, p. 35. ProQuest. Web. 4 Feb. 2019.""" .

