@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/26726> a ns1:Event ;
    rdfs:label "Meeting: American Birth Control League" ;
    ns1:description "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/94782> ;
    ns1:startDate "1935-12-02T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/26726/work_01>,
        <http://data.carnegiehall.org/events/26726/work_02> ;
    rdfs:comment """Title: Birth Control and the Social Crisis\r
Katharine Houghton Hepburn, who spoke at this meeting, was the mother of actress Katharine Hepburn.\r
A filmed address by Marguerite Benson, Executive Director of the American Birth Control League, was shown.""" .

