@prefix ns1: <http://schema.org/> .
@prefix ns2: <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/40920> a ns1:Event ;
    rdfs:label "Amoco \"Carnegie Hall\" Broadcast: Margaret Truman with Orchestra" ;
    ns2:conductor <http://data.carnegiehall.org/names/37130> ;
    ns2:orchestra <http://data.carnegiehall.org/names/2369> ;
    ns1:description "radio broadcast",
        "symphony orchestra performance",
        "vocal performance" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/95965> ;
    ns1:startDate "1949-12-20T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/40920/work_01>,
        <http://data.carnegiehall.org/events/40920/work_02>,
        <http://data.carnegiehall.org/events/40920/work_03>,
        <http://data.carnegiehall.org/events/40920/work_04>,
        <http://data.carnegiehall.org/events/40920/work_05> ;
    rdfs:comment """Broadcast on WJZ\r
Entered from program calendars and newspaper listings.\r
"Radio and Television." New York Times Dec 8 1949: 66. Print.\r
"Programs on the Air." New York Times Dec 20 1949: 54. Print.""" .

