@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/76433> a ns1:Event ;
    rdfs:label "Concert of Chamber Music" ;
    ns1:description "benefit performance",
        "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/136395>,
        <http://data.carnegiehall.org/names/45796> ;
    ns1:startDate "1968-02-25T15:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/76433/work_01>,
        <http://data.carnegiehall.org/events/76433/work_02>,
        <http://data.carnegiehall.org/events/76433/work_03>,
        <http://data.carnegiehall.org/events/76433/work_04>,
        <http://data.carnegiehall.org/events/76433/work_05> ;
    rdfs:comment """Benefit for the scholarship fund of the School of Music Education\r
Entered from booking ledger and New York Times concert listing. The performers are not named.\r
WORLD PREMIERE of R. Stewart Powell's GNOK\r
"Display Ad 94 -- no Title." New York Times (1923-), Feb 25 1968, p. 1. ProQuest. Web. 2 Dec. 2024.""" .

