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

<http://data.carnegiehall.org/events/29716> a ns1:Event ;
    rdfs:label "Fred Waring and His Pennsylvanians" ;
    ns3:conductor <http://data.carnegiehall.org/names/52096> ;
    ns3:orchestra <http://data.carnegiehall.org/names/10529> ;
    ns2:genre <http://data.carnegiehall.org/genres/35> ;
    ns1:description "choir performance" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/95653> ;
    ns1:startDate "1945-04-28T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/29716/work_01>,
        <http://data.carnegiehall.org/events/29716/work_02>,
        <http://data.carnegiehall.org/events/29716/work_03>,
        <http://data.carnegiehall.org/events/29716/work_04>,
        <http://data.carnegiehall.org/events/29716/work_05> ;
    rdfs:comment """Entered from program calender and New York Times concert listing and review.\r
"Opera and Concert Programs." New York Times (1923-Current file) Apr 22 1945: 1. ProQuest. 10 Sep. 2013.\r
Straus, Noel. "Fred Waring Unit at Carnegie Hall." New York Times (1923-Current file) Apr 29 1945: 38. ProQuest. 10 Sep. 2013.\r
WORLD PREMIERE of Norman Dello Joio's SYMPHONY FOR VOICES AND ORCHESTRA""" .

