@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/41581> a ns1:Event ;
    rdfs:label "Meeting: Citizens' Protective League" ;
    ns1:description "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/9> ;
    ns1:organizer <http://data.carnegiehall.org/names/123142> ;
    ns1:startDate "1900-09-12T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/41581/work_01> ;
    rdfs:comment """Entered from articles in the New-York Tribune and New York Times; stated time is approximate.\r
New-York tribune. [volume] (New York [N.Y.]), 13 Sept. 1900. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1900-09-13/ed-1/seq-1/" target="_blank">Link to article</a>\r
"NEGROES' PUBLIC PROTEST." New York Times (1857-1922), New York, N.Y., 1900.""" .

