@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/64267> a ns1:Event ;
    rdfs:label "HISTORYTalks™" ;
    ns1:location <http://data.carnegiehall.org/venues/94684> ;
    ns1:organizer <http://data.carnegiehall.org/names/122115>,
        <http://data.carnegiehall.org/names/122116> ;
    ns1:startDate "2020-02-29T10:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/64267/work_01>,
        <http://data.carnegiehall.org/events/64267/work_02> ;
    rdfs:comment """Title: Leadership & Legacy: The Future of America’s Great Experiment\r
This was an all-day event presented in two segments, beginning at 10:00 AM and 2:00 PM.""" .

