@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/20342> a ns1:Event ;
    rdfs:label "Frieda Hempel, Soprano" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/187> ;
    ns1:startDate "1930-02-14T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/20342/work_01>,
        <http://data.carnegiehall.org/events/20342/work_02>,
        <http://data.carnegiehall.org/events/20342/work_03>,
        <http://data.carnegiehall.org/events/20342/work_04>,
        <http://data.carnegiehall.org/events/20342/work_05>,
        <http://data.carnegiehall.org/events/20342/work_06>,
        <http://data.carnegiehall.org/events/20342/work_07>,
        <http://data.carnegiehall.org/events/20342/work_08>,
        <http://data.carnegiehall.org/events/20342/work_09>,
        <http://data.carnegiehall.org/events/20342/work_10>,
        <http://data.carnegiehall.org/events/20342/work_11>,
        <http://data.carnegiehall.org/events/20342/work_12>,
        <http://data.carnegiehall.org/events/20342/work_13>,
        <http://data.carnegiehall.org/events/20342/work_14>,
        <http://data.carnegiehall.org/events/20342/work_15>,
        <http://data.carnegiehall.org/events/20342/work_16>,
        <http://data.carnegiehall.org/events/20342/work_17>,
        <http://data.carnegiehall.org/events/20342/work_18> ;
    rdfs:comment "Entered from New York Times concert listing and review (\"Concert Programs,\" Feb. 9, 1930, pg. X10; \"Frieda Hempel Heard By Large Audience,\" Feb. 15, 1930, pg. 15) as well as advertisement in 2/3/1930 program. Note that Schubert's \"Frühlingstraum,\" which is mentioned in the review, is not included in the Feb. 9 listing, while \"Liebesbotschaft,\" printed in the listing, is not named in the review, so perhaps the former replaced the latter." .

