@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/70024> a ns1:Event ;
    rdfs:label "Bodley's North American Lecture" ;
    ns1:description "awards ceremony",
        "lecture" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/128972>,
        <http://data.carnegiehall.org/names/128973> ;
    ns1:startDate "2022-10-26T19:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/70024/work_01>,
        <http://data.carnegiehall.org/events/70024/work_02>,
        <http://data.carnegiehall.org/events/70024/work_03> ;
    rdfs:comment "This event featured a conversation between Robert A. Caro and Richard Ovenden, OBE, Bodley's Librarian, and a presentation of the Bodley Medal to Robert Caro." .

