@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/43694> a ns1:Event ;
    rdfs:label "Alvina Grabau and Richard Cody" ;
    ns1:description "joint recital" ;
    ns1:location <http://data.carnegiehall.org/venues/2> ;
    ns1:organizer <http://data.carnegiehall.org/names/7> ;
    ns1:startDate "1943-11-17T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/43694/work_01>,
        <http://data.carnegiehall.org/events/43694/work_02>,
        <http://data.carnegiehall.org/events/43694/work_03>,
        <http://data.carnegiehall.org/events/43694/work_04> ;
    rdfs:comment """Manager: Ruth Lindstrom\r
Entered from advertisement and review.\r
In addition to the selections entered here, the program included works by Handel, Schubert, Brahms, Grieg, Massenet, Halevy, Gounod, and Ravel.\r
""" .

