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

<http://data.carnegiehall.org/events/23656> a ns1:Event ;
    rdfs:label "Jewish Socialist Verband and Der Wecker Anniversary Concert" ;
    ns2:conductor <http://data.carnegiehall.org/names/57024> ;
    ns2:orchestra <http://data.carnegiehall.org/names/2369> ;
    ns1:description "choir and orchestra performance" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/7> ;
    ns1:startDate "1926-10-10T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/23656/work_01>,
        <http://data.carnegiehall.org/events/23656/work_02>,
        <http://data.carnegiehall.org/events/23656/work_03>,
        <http://data.carnegiehall.org/events/23656/work_04>,
        <http://data.carnegiehall.org/events/23656/work_05>,
        <http://data.carnegiehall.org/events/23656/work_06> ;
    rdfs:comment """Presented by Jewish Socialist Verband\r
Program: 5th Anniversary of Jewish Socialist Verband and Der Wecker\r
An address was given by Judge Jacob Panken, Socialist candidate for Governor (not mentioned in the printed program; added from New York Times article). Stated time is approximate.\r
“PANKEN PROPOSES NEW TENEMENT LAW: Socialist Candidate Wants Control Vested in Health Offices Through Merger.” New York Times [New York, N.Y., United States], 11 Oct. 1926, p. 3. ProQuest.""" .

