@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/23854> a ns1:Event ;
    rdfs:label "Festival of African Dance and Music" ;
    ns2:genre <http://data.carnegiehall.org/genres/32> ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/95501> ;
    ns1:startDate "1946-04-25T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/23854/work_01>,
        <http://data.carnegiehall.org/events/23854/work_02>,
        <http://data.carnegiehall.org/events/23854/work_03>,
        <http://data.carnegiehall.org/events/23854/work_04> ;
    rdfs:comment """Third annual festival: "A Tale of Old Africa"\r
Entered from New York Times articles and advertisements and program calendar.\r
"Display Ad 177 -- no Title." New York Times (1923-Current file), Apr 24 1946, p. 31. ProQuest. Web. 3 Dec. 2019.\r
"African Academy In Dance Festival." New York Times 26 Apr 1946: 28. Print.""" .

