@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/44774> a ns1:Event ;
    rdfs:label "Leventritt Foundation International Violin Competition Final" ;
    ns1:description "competition" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/34015> ;
    ns1:startDate "1964-04-21T14:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/44774/work_01>,
        <http://data.carnegiehall.org/events/44774/work_02>,
        <http://data.carnegiehall.org/events/44774/work_03>,
        <http://data.carnegiehall.org/events/44774/work_04>,
        <http://data.carnegiehall.org/events/44774/work_05>,
        <http://data.carnegiehall.org/events/44774/work_06> ;
    rdfs:comment """23rd International Edgar M. Leventritt Foundation Competition\r
Entered from articles published in the New York Times.\r
Itzhak Perlman, aged 18, won the competition; the violin he was using, the Guarnerius "Mayseder" violin lent to him by the Juilliard School of Music, was stolen after the competition, but turned up later that day in a pawnshop on Eighth Avenue. When the proprietor, Albert Golin, read the New York Times article about the theft of the instrument, he checked the violin and found a label from Juilliard, and called Isaac Stern to alert him.\r
"4 Violinists Attain Finals of Leventritt Competition." New York Times (1923-), Apr 21 1964, p. 42. ProQuest. Web. 15 Nov. 2023.\r
Strongin, Theodore. "Violinist Wins Prize, Loses a Guarnerius: WINNING VIOLINIST LOSES GUARNERIUS." New York Times (1923-), Apr 22 1964, p. 1. ProQuest. Web. 15 Nov. 2023.""" .

