@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/44937> a ns1:Event ;
    rdfs:label "Gaelic Society of New York" ;
    ns2:genre <http://data.carnegiehall.org/genres/40>,
        <http://data.carnegiehall.org/genres/449> ;
    ns1:description "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/9> ;
    ns1:organizer <http://data.carnegiehall.org/names/38918> ;
    ns1:startDate "1908-11-22T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/44937/work_01>,
        <http://data.carnegiehall.org/events/44937/work_02>,
        <http://data.carnegiehall.org/events/44937/work_03>,
        <http://data.carnegiehall.org/events/44937/work_04> ;
    rdfs:comment """Thirty-first annual celebration of the Gaelic Society of New York\r
Entered from an announcement and review in The Sun; stated time is approximate. According to the review, this was the first public performance of the Gaelic Society Chorus. Joseph Dunn lectured on Saint Columbanus.\r
The sun. [volume] (New York [N.Y.]), 22 Nov. 1908. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1908-11-22/ed-1/seq-14/" target="_blank">Link to announcement (column 4)</a>\r
The sun. [volume] (New York [N.Y.]), 23 Nov. 1908. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1908-11-23/ed-1/seq-7/" target="_blank">Link to review (column 1)</a>""" .

