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

<http://data.carnegiehall.org/events/54961> a ns1:Event ;
    rdfs:label "Rally for Second War Loan Drive" ;
    ns2:genre <http://data.carnegiehall.org/genres/5> ;
    ns1:description "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/99399> ;
    ns1:startDate "1943-04-12T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/54961/work_01>,
        <http://data.carnegiehall.org/events/54961/work_02>,
        <http://data.carnegiehall.org/events/54961/work_03>,
        <http://data.carnegiehall.org/events/54961/work_04>,
        <http://data.carnegiehall.org/events/54961/work_05>,
        <http://data.carnegiehall.org/events/54961/work_06>,
        <http://data.carnegiehall.org/events/54961/work_07>,
        <http://data.carnegiehall.org/events/54961/work_08>,
        <http://data.carnegiehall.org/events/54961/work_09>,
        <http://data.carnegiehall.org/events/54961/work_10>,
        <http://data.carnegiehall.org/events/54961/work_11>,
        <http://data.carnegiehall.org/events/54961/work_12>,
        <http://data.carnegiehall.org/events/54961/work_13>,
        <http://data.carnegiehall.org/events/54961/work_14>,
        <http://data.carnegiehall.org/events/54961/work_15>,
        <http://data.carnegiehall.org/events/54961/work_16>,
        <http://data.carnegiehall.org/events/54961/work_17> ;
    rdfs:comment """Title: Official Opening--Second War Loan\r
Some details added from articles published in the New York Times.  A portion of this program, from 9-9:30 PM, was broadcast over radio stations WEAF, WNEW, and WAAT.  Souvenir program contains lists of those seated on stage, in the boxes, and a list of the committee of sponsors.\r
"Meeting To Launch War Loan Drive." New York Times (1923-Current file): 29. Apr 06 1943. ProQuest. Web. 12 Dec. 2014.\r
"Morgenthau Asks Huge Fund To Back 'Greatest Attack'." New York Times (1923-Current file): 1. Apr 13 1943. ProQuest. Web. 12 Dec. 2014.\r
""" .

