@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/5345> a ns1:Event ;
    rdfs:label "Arlo Guthrie, Folk Singer" ;
    ns2:genre <http://data.carnegiehall.org/genres/40> ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/256> ;
    ns1:startDate "1967-11-10T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/5345/work_01>,
        <http://data.carnegiehall.org/events/5345/work_02>,
        <http://data.carnegiehall.org/events/5345/work_03> ;
    rdfs:comment """New York Concert Debut\r
Selection information (incomplete), which does not appear in the printed concert program, has been added as per the review published in the New York Times.\r
"ARLO GUTHRIE, 20, TAKES OWN ROAD: WOODY'S SON, AT CARNEGIE, SINGS OF URBAN DUST BOWL." New York Times (1923-), Nov 11 1967, p. 24. ProQuest. Web. 1 Nov. 2024.""" .

