@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/7612> a ns1:Event ;
    rdfs:label "New York Philharmonic Chamber Ensemble" ;
    ns1:description "benefit performance",
        "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/53150> ;
    ns1:startDate "1954-03-21T17:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/7612/work_01>,
        <http://data.carnegiehall.org/events/7612/work_02>,
        <http://data.carnegiehall.org/events/7612/work_03>,
        <http://data.carnegiehall.org/events/7612/work_04> ;
    rdfs:comment """Benefit for the Friends of the Philharmonic\r
Entered from program calendar and New York Times concert listing and review.\r
"Concert And Opera Programs Of The Week." New York Times (1923-Current file): 1. Mar 21 1954. ProQuest. Web. 30 Oct. 2014.\r
"Philharmonic Wives Hold Music Benefit." New York Times (1923-Current file): 22. Mar 22 1954. ProQuest. Web. 30 Oct. 2014.""" .

