@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <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/51741> a ns2:Event ;
    rdfs:label "Celebration of the Turkish Constitution" ;
    ns1:genre <http://data.carnegiehall.org/genres/5> ;
    ns2:description "meeting" ;
    ns2:location <http://data.carnegiehall.org/venues/5> ;
    ns2:organizer <http://data.carnegiehall.org/names/120037>,
        <http://data.carnegiehall.org/names/120038>,
        <http://data.carnegiehall.org/names/120039> ;
    ns2:startDate "1908-09-06T20:00:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/51741/work_01>,
        <http://data.carnegiehall.org/events/51741/work_02> ;
    rdfs:comment """Presented under the joint auspices of the Young Turks, Armenian Revolutionary Federation, and the Hunchakist Society.\r
This event, which celebrated the establishment of a constitutional government in Turkey, featured speeches delivered in Armenian, Turkish, Arabian, Greek, and French.\r
Entered from the newspaper articles named below; stated time is approximate.\r
"Roosevelt Hails Freedom in Turkey." New York Times, September 7, 1908, pg. 5.\r
"Ottomans Celebrate." New-York Tribune, September 7, 1908, pg. 2.<a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1908-09-07/ed-1/seq-2/" target="_blank">Link to article</a>\r
"Roosevelt to Young Turks." The Sun (New York [N.Y.], September 7, 1908, pg. 1. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1908-09-07/ed-1/seq-1/" target="_blank">Link to article</a>""" .

