@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/26211> a ns1:Event ;
    rdfs:label "Juegos Florales" ;
    ns1:description "choir and orchestra performance" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/105806> ;
    ns1:startDate "1919-05-04T15:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/26211/work_01>,
        <http://data.carnegiehall.org/events/26211/work_02> ;
    rdfs:comment """Entered from New York Times article and program calendar; stated time is approximate.  According to the article: "The announcement of Juegos Florales, to take place on May 4, means that New York is to have "floral games" under the sponsorship of La Prensa, a Hispanic daily newspaper.  The purpose is to strengthen the bonds between the inhabitants of Spanish and Anglo-Saxon origins in the Americas, and to widen the knowledge of Spanish in the United States."\r
Walsh, Thomas. "FLORAL GAMES IN NEW YORK." New York Times (1857-1922), Apr 27 1919, p. 47. ProQuest. Web. 1 Apr. 2022.""" .

