@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/45091> a ns1:Event ;
    rdfs:label "Students of Oddone Sommovigo" ;
    ns1:description "student performance",
        "vocal performance" ;
    ns1:location <http://data.carnegiehall.org/venues/2> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1929-06-16T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/45091/work_01>,
        <http://data.carnegiehall.org/events/45091/work_02>,
        <http://data.carnegiehall.org/events/45091/work_03> ;
    rdfs:comment """Vocal scholarship concert given by artist-students of Maestro Oddone Sommovigo.\r
Entered from New York Amsterdam News review; stated time is approximate.\r
Dixon, Frankye A. "MUSIC: ZETAS PRESENT SORORS IN RECITAL." The New York Amsterdam News (1922-1938), Jun 19 1929, p. 11. ProQuest. Web. 4 June 2021.""" .

