@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/16194> a ns1:Event ;
    rdfs:label "Meeting: Women's Non-Partisan Fair Tariff Committee" ;
    ns2:genre <http://data.carnegiehall.org/genres/5> ;
    ns1:description "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/7> ;
    ns1:startDate "1930-04-23T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/16194/work_01> ;
    rdfs:comment "Entered from New York Times articles (\"Women to Protest Tariff,\" April 20, 1930, pg. 24; \"Assail Tariff at Meeting,\" April 24, 1930, pg. 34) and program calendars; stated time is approximate.  According to the second article, \"The Smoot-Hawley tariff bill was attacked by speakers and a resolution urging its rejection was adopted at a mass meeting at Carnegie Hall last night under the auspices of the Women's Non-Partisan Fair Tariff Committee.  Between 150 and 200 persons were present.\"" .

