@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/46032> a ns1:Event ;
    rdfs:label "Leventritt Foundation International Piano Competition Finals" ;
    ns1:description "competition" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/34015> ;
    ns1:startDate "1940-10-03T14:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/46032/work_01>,
        <http://data.carnegiehall.org/events/46032/work_02> ;
    rdfs:comment """Entered from New York Times article; stated time is approximate.\r
The Leventritt Foundation was established in 1939 in memory of Edgar M. Leventritt; this was the first competition.\r
Each of the 9 finalists performed a concerto of their choice (with second piano support) and also a solo number.  Sidney Foster won the competition.\r
"Sidney Foster Wins the Leventritt Prize." New York Times 5 Oct. 1940: 15. Print.\r
""" .

