@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/54081> a ns1:Event ;
    rdfs:label "Theodore Mamlock, Violin, and Yaltah Menuhin, Piano" ;
    ns1:description "duo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/60> ;
    ns1:startDate "1960-04-07T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/54081/work_01>,
        <http://data.carnegiehall.org/events/54081/work_02>,
        <http://data.carnegiehall.org/events/54081/work_03>,
        <http://data.carnegiehall.org/events/54081/work_04> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listings and review.\r
"Concert And Opera Programs Of The Week." New York Times (1923-Current file): 1. Apr 03 1960. ProQuest. Web. 25 Sep. 2014.\r
"Music Notes." New York Times (1923-Current file): 42. Apr 07 1960. ProQuest. Web. 25 Sep. 2014.\r
Salzman, Eric. "Piano, Violin Heard In Sonata Recital." New York Times (1923-Current file): 26. Apr 08 1960. ProQuest. Web. 25 Sep. 2014.""" .

