@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/74514> a ns1:Event ;
    rdfs:label "Meeting: National League of Masonic Clubs" ;
    ns1:description "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/133521> ;
    ns1:startDate "1920-07-07T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/74514/work_01> ;
    rdfs:comment """Entered from <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1920-07-08/ed-1/seq-2/" target="_blank">an article</a> published in the New-York Tribune ("3,000 Attend Meeting of Masonic League", column 6). Townsend Scudder presided.\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, July 08, 1920, Image 2. no. 1920/07/08, 8 July 1920, p. 2.""" .

