@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/35859> a ns1:Event ;
    rdfs:label "Lily Pons, Soprano" ;
    ns1:description "benefit performance",
        "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1931-12-19T15:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/35859/work_01>,
        <http://data.carnegiehall.org/events/35859/work_02>,
        <http://data.carnegiehall.org/events/35859/work_03>,
        <http://data.carnegiehall.org/events/35859/work_04>,
        <http://data.carnegiehall.org/events/35859/work_05>,
        <http://data.carnegiehall.org/events/35859/work_06>,
        <http://data.carnegiehall.org/events/35859/work_07>,
        <http://data.carnegiehall.org/events/35859/work_08>,
        <http://data.carnegiehall.org/events/35859/work_09>,
        <http://data.carnegiehall.org/events/35859/work_10>,
        <http://data.carnegiehall.org/events/35859/work_11>,
        <http://data.carnegiehall.org/events/35859/work_12>,
        <http://data.carnegiehall.org/events/35859/work_13>,
        <http://data.carnegiehall.org/events/35859/work_14> ;
    rdfs:comment """Benefit for the New York Women's Trade Union League\r
Entered from New York Times concert listings and review, and advertisement in the 11/15/1931 program.\r
"Programs of the Week." New York Times 13 Dec. 1931: X9. Print.\r
"Benefit for a Charity." New York Times 18 Dec. 1931: 30. Print.\r
"Lily Pons Gives Recital." New York Times19 Dec. 1931: 27. Print.\r
""" .

