@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/68807> a ns1:Event ;
    rdfs:label "New York City Festival Ballet" ;
    ns2:genre <http://data.carnegiehall.org/genres/32> ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/127302>,
        <http://data.carnegiehall.org/names/127303> ;
    ns1:startDate "1959-12-13T14:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/68807/work_01>,
        <http://data.carnegiehall.org/events/68807/work_02>,
        <http://data.carnegiehall.org/events/68807/work_03> ;
    rdfs:comment """Entered from New York Times concert listing.\r
Program:\r
Pastorale in Black (Paulina-Bartok)\r
Nocturne (Froscher-Debussy)\r
Le Rendezvous (De Vore-Sibelius)\r
Images (Paulina-Cowell)\r
Grand Pas de Deux from Sleeping Beauty and Swan Lake\r
The Wind (Rimsky-Korsakov)\r
Aragonaise (Massenet)\r
Shadow Dance (Shostakovich)\r
"THE DANCE: GOINGS-ON: AMERICANS FOR U.S.S.R. -- FINNISH VISITORS HERE." New York Times (1923-), Dec 13 1959, p. 1. ProQuest. Web. 26 Apr. 2022.""" .

