@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/35834> a ns1:Event ;
    rdfs:label "A. Philip Randolph Concert--Forum" ;
    ns2:genre <http://data.carnegiehall.org/genres/34>,
        <http://data.carnegiehall.org/genres/5> ;
    ns1:description "awards ceremony",
        "tribute" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/7> ;
    ns1:startDate "1944-05-02T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/35834/work_01>,
        <http://data.carnegiehall.org/events/35834/work_02>,
        <http://data.carnegiehall.org/events/35834/work_03>,
        <http://data.carnegiehall.org/events/35834/work_04>,
        <http://data.carnegiehall.org/events/35834/work_05> ;
    rdfs:comment """On the occasion of the presentation to Mr. Randolph of the David L. Clendenin Award of the Workers Defense League for distinguished service to labor's rights.\r
See New York Times article for additional context.\r
"PERMANENT FEPC URGED BY WAGNER: SENATOR SPEAKS AT CEREMONIES IN HONOR OF A.P. RANDOLPH PORTERS' LEADER." New York Times (1923-), May 03 1944, p. 13. ProQuest. Web. 24 Aug. 2022.\r
""" .

