@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/6426> a ns1:Event ;
    rdfs:label "Mass Meeting to Protest the 18th Amendment and Prohibition Laws" ;
    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-13T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/6426/work_01> ;
    rdfs:comment """Presented by the Association Against the Eighteenth Amendment and the Women's Organization Against Prohibition Reform\r
Entered from New York Times concert listing and article.\r
"What is Going On This Week." New York Times 13 Apr. 1930: 38. Print.\r
"Women Wets Stage Mass Protest Here." New York Times 14 Apr. 1930: 1. Print.\r
""" .

