@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/31633> a ns1:Event ;
    rdfs:label "Mieczyslaw Munz, Piano" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/220> ;
    ns1:startDate "1925-01-26T20:15:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/31633/work_01>,
        <http://data.carnegiehall.org/events/31633/work_02> ;
    rdfs:comment "According to various articles in the New York Times, Ethel Leginska failed to appear for this recital.  She had last been seen by her secretary waiting for a taxi to Carnegie Hall for the recital, but she vanished en route.  As a last-minute substitute, her management called in Mieczyslaw Munz.  Leginska remained missing for four days, and was finally located in Boston at the home of some friends." .

