@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/40669> a ns1:Event ;
    rdfs:label "Thomas Negro Composers Study Group" ;
    ns1:description "joint recital",
        "vocal performance" ;
    ns1:location <http://data.carnegiehall.org/venues/2> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1939-02-07T20:45:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/40669/work_01>,
        <http://data.carnegiehall.org/events/40669/work_02>,
        <http://data.carnegiehall.org/events/40669/work_03>,
        <http://data.carnegiehall.org/events/40669/work_04> ;
    rdfs:comment """Title: Tom-Tom to Cantata\r
Entered from New York Times concert listing and review.\r
"PROGRAMS OF THE WEEK." New York Times (1923-), Feb 05 1939, p. 1. ProQuest. Web. 10 Feb. 2022 .\r
"PROGRAM BY NEGRO GROUP." New York Times (1923-), Feb 08 1939, p. 26. ProQuest. Web. 10 Feb. 2022.""" .

