@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/9265> a ns1:Event ;
    rdfs:label "Itzhak Perlman, Violin" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/85> ;
    ns1:startDate "1980-12-31T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/9265/work_01>,
        <http://data.carnegiehall.org/events/9265/work_02>,
        <http://data.carnegiehall.org/events/9265/work_03> ;
    rdfs:comment """The second half of the program, following the Brahms sonata, was announced from stage.  According to the New York Times review, (unspecified) works by Rachmaninoff, Saint-Saëns, Stephen Foster, Sarasate, Valle, Albéniz, Paganini, and Bazzini were performed.\r
Holland, Bernard. "Music: Perlman's Party." Timesmachine.nytimes.com. New York Times, Jan 02 1981, p. C11. Web. 16 Dec. 2016.""" .

