@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/36292> a ns1:Event ;
    rdfs:label "Film Screening: An Evening with Marian Anderson: \"The Lady from Philadelphia\"" ;
    ns1:description "benefit performance",
        "screening",
        "tribute" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/102008> ;
    ns1:startDate "1958-03-31T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/36292/work_01>,
        <http://data.carnegiehall.org/events/36292/work_02>,
        <http://data.carnegiehall.org/events/36292/work_03>,
        <http://data.carnegiehall.org/events/36292/work_04> ;
    rdfs:comment """Benefit for the National Urban League\r
This was a filmed record, produced in 1957 by See It Now, CBS-TV, of Marian Anderson's sell-out tour for the State Department of Korea, the Philippines, Vietnam, Burma, Thailand, Malaya, and India.\r
""" .

