@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/49625> a ns1:Event ;
    rdfs:label "Memorial: General Ozanian Andranik" ;
    ns1:description "meeting",
        "religious event",
        "tribute" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1927-10-09T15:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/49625/work_01>,
        <http://data.carnegiehall.org/events/49625/work_02> ;
    rdfs:comment """Entered from New York Times article ("Armenians Eulogize General Andranik," Oct. 10, 1927, pg. 21); stated time is approximate.\r
According to the article, "More than 2,500 members of the Armenian colony here attended memorial services in Carnegie Hall yesterday afternoon for General Ozanian Andranik, Armenian patriot and soldier, who died in France on Aug. 31 at the age of 62. Speakers hailed him as the greatest Armenian of his time and an inspiration for the younger men to continue their efforts to attain independence for their country.\"""" .

