@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/80330> a ns1:Event ;
    rdfs:label "\"Facts and Faces\" with Robert St. John" ;
    ns1:description "radio broadcast" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1946-05-29T09:45:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/80330/work_01> ;
    rdfs:comment """Broadcast on the NBC radio network.\r
According to an article published in The Times (Shreveport, Louisiana), Robert St. John told "the story of George W. Dunn, retired sailor who, at the age of 72, joined the crew of a merchant ship." The article goes on to note, "After the broadcast, St. John will introduce Dunn to the audience. Among the other guests he will introduce are Capt. Hugh Mulzac, the first negro ever to command a ship of the U.S. merchant marine, Edwin Burke, blind newsdealer, and his seeing-eye dog Ginger". St. John's other guest was Chaplain Roland P. Gittelsohn, "whose address last Memorial Day at the graves of the marine dead on Iwo Jima was on the air by St. John."\r
“Robert St. John Airs 1,000th Program From Carnegie Hall.” The Times (Shreveport, Louisiana), 26 May 1946, p. 17.""" .

