@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/36737> a ns1:Event ;
    rdfs:label "Mischa Levitzki, Piano" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/174> ;
    ns1:startDate "1920-12-15T20:15:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/36737/work_01>,
        <http://data.carnegiehall.org/events/36737/work_02>,
        <http://data.carnegiehall.org/events/36737/work_03>,
        <http://data.carnegiehall.org/events/36737/work_04> ;
    rdfs:comment """This concert was rescheduled from 11/25/1920; flyer indicates this by showing the November date crossed out underneath the 12/15 date; stated time entered from flyer.\r
Recital commemorated the 150th anniversary of the birth of Beethoven.\r
""" .

